Custom Query (894 matches)
Results (67 - 69 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#79 | anonymous | leggett | fixed | Traceback |
Description |
Failure in VerifyEntry? Traceback (most recent call last):
AttributeError?: 'NoneType?' object has no attribute 'split' Entry: <ConfigFile? name="/var/globus/var/lib/perl/Grid/GPT/LocalEnv.pm" perms="0 000" current_owner="root" current_group="root" current_perms="0644"/> /usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py:158: FutureWarning?: %u/%o/%x/%X of negative int will return a signed string in Python 2.4 and up
State verify evidently failed for <Element ConfigFile? at b7b70e30> Not sure why this happens yet, but it's a traceback and you said you wanted them all. |
|||
#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 |