Custom Query (894 matches)
Results (55 - 57 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#1101 | https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc | https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc | fixed | Resolving lots of yum groups can take a long time |
Description |
Mar 1 10:52:18 bcfg1 bcfg2-server[12570]: Packages: running /usr/sbin/bcfg2-yum-helper -c /var/lib/bcfg2/Packages/yum/0bdc743f4165b008039b1a7e4a6219af-yum.conf -v get_group Mar 1 10:52:29 bcfg1 bcfg2-server[12570]: last message repeated 32 times Should probably create a get_groups bcfg2-yum-helper command to make this use a single helper call, and thus a single yum metadata load. |
|||
#1100 | desai | https://www.google.com/accounts/o8/id?id=AItOawmJaCRni5uBlI_DViELXibWTZsQeeMoEIo | fixed | bcfg2-build-reports is generating "Cannot resolve URI" |
Description |
I am running a hand packaged version of bcfg2-1.2.1.tar.gz, trying to use the Statistics plugin. I have also had to include a etc/report-configuration.xml (loosely based on this: http://trac.mcs.anl.gov/projects/bcfg2/browser/examples/report-configuration.xml) to be able to run the bcfg2-build-reports tool. But running "bcfg2-build-reports -N" yields the following: # bcfg2-build-reports -N bcfg2-build-reports: invalid XSLT transform file. Traceback (most recent call last): File "/usr/sbin/bcfg2-build-reports", line 277, in <module> stylesheet = XSLT(parse(transformpath + transform)) File "xslt.pxi", line 395, in lxml.etree.XSLT.__init__ (src/lxml/lxml.etree.c:107850) File "lxml.etree.pyx", line 228, in lxml.etree._ExceptionContext._raise_if_stored (src/lxml/lxml.etree.c:6786) lxml.etree.XSLTParseError: Cannot resolve URI /usr/share/bcfg2/xsl-transforms/xsl-transform-includes/html-templates.xsl The path it is complaining about is present though: # head /usr/share/bcfg2/xsl-transforms/xsl-transform-includes/html-templates.xsl <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns="http://www.w3.org/1999/xhtml"> <xsl:template match="Node"> <xsl:if test="count(Statistics/Good)+count(Statistics/Bad)+count(Statistics/Extra)+count(Statistics/Modified)+count(Statistics/Stale) > 0"> <a name="{Client/@name}}"></a> <div class="nodebox""> <span class="notebox">Time Ran: <xsl:value-of select="Statistics/@time" /></span> <span class="configbox">(<xsl:value-of select="Client/@profile" />)</span> |
|||
#1099 | desai | https://www.google.com/accounts/o8/id?id=AItOawkPb0RtPyicSdU7pLcv1UrX-yCh-YjkOwU | wontfix | Update OpenID plugin to fix GMail usernames in Trac |
Description |
My username is https:// gibberish. Is it possible to upgrade Trac plugin to fetch more appropriate username or propose to enter one meaningful? |