Custom Query (894 matches)
Results (82 - 84 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#80 | desai | leggett | fixed | Traceback |
Description |
Failure in VerifyEntry? Traceback (most recent call last):
ValueError?: too many values to unpack Entry: <Package name="glibc" url="http://www.ci.uchicago.edu/updates/rhel-ws-4//x86/glibc-2.3.4-2.19.i686.rpm http://www.ci.uchicago.edu/updates/rhel-ws-4//x86_64/glibc-2.3.4-2.19.x86_64.rpm" arch="%s" version="2.3.4-2.19" multiarch="i686 x86_64" type="rpm"/> Failure in VerifyEntry? Traceback (most recent call last):
ValueError?: too many values to unpack Entry: <Package name="glibc" url="http://www.ci.uchicago.edu/updates/rhel-ws-4//x86/glibc-2.3.4-2.19.i686.rpm http://www.ci.uchicago.edu/updates/rhel-ws-4//x86_64/glibc-2.3.4-2.19.x86_64.rpm" arch="%s" version="2.3.4-2.19" multiarch="i686 x86_64" type="rpm"/> And here's my line in my multi Pkgmgr:
|
|||
#81 | desai | leggett | fixed | init script broken in 0.8.2 final |
Description |
The bcfg2-server init script is broken for RHEL in 0.8.2 final. It worked in 0.8.2pre10. [[email protected]:~]$ sudo /etc/init.d/bcfg2 restart Password: /etc/init.d/bcfg2: line 37: log_begin_msg: command not found /etc/init.d/bcfg2: line 38: log_progress_msg: command not found pidof: invalid options on command line! pidof: invalid options on command line! /etc/init.d/bcfg2: line 40: log_end_msg: command not found /etc/init.d/bcfg2: line 31: log_begin_msg: command not found /etc/init.d/bcfg2: line 32: log_progress_msg: command not found /etc/init.d/bcfg2: line 34: log_end_msg: command not found |
|||
#82 | desai | leggett | fixed | 0.8.2 final badly broken |
Description |
I get hundreds of these in the server log: Jul 23 08:34:19 www bcfg2-server[12864]: Cache method called early for /var/db/bcfg/Pkgmgr/rhel-ws-4-x86_64-updates-multi.xml; forcing data load Jul 23 08:34:19 www bcfg2-server[12864]: Unexpected failure in BindStructure?: Package cyrus-sasl-gssapi Traceback (most recent call last): File "/usr/lib/python2.3/site -packages/Bcfg2/Server/Core.py", line 261, in BindStructure? self.Bind(entry, metadata) File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Core.py", line 273, in Bi nd return glist[0].Entries[entry.tag][entry.get('name')](entry, metadata) File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Plugin.py", line 312, in BindEntry?
kages/Bcfg2/Server/Plugins/Pkgmgr.py", line 22, in init Bcfg2.Server.Plugin.INode.init(self, data, pdict, parent) File "/usr/lib/python2.3/site-packages/Bcf g2/Server/Plugin. And the client gets a completely bogus config. |