Custom Query (894 matches)
Results (58 - 60 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#67 | desai | [email protected]… | fixed | Traceback |
Description |
This traceback happens and the directory ownership doesn't get set properly. Failure in VerifyEntry? Traceback (most recent call last):
KeyError?: 'getpwuid(): uid not found: 12035' Entry: <Directory name="/etc/grid-security/certificates" owner="globus" group="root" perms="0755"/> State verify evidently failed for <Element Directory at b7c59860> Traceback (most recent call last):
KeyErrorsys:1: FutureWarning?: %u/%o/%x/%X of negative int will return a signed string in Python 2.4 and up : <Element Directory at b7c597d0> |
|||
#73 | desai | dclark | fixed | Move encap code out from Solaris.py to non-os-specific location |
Description |
There is code to use the epkg package manager / encap package management system in src/lib/Client/Solaris.py ; I'd like to request that this code be moved to Toolset.py or another location where it will be inherated by other platforms (Debian.py, Redhat.py etc.), as encap works across all Posix platforms (and is in no way Solaris-specific), and at my site we often use it instead of the OS package management system for locally-compiled software across many different platforms. |
|||
#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. |