Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


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):

File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 211, in VerifyEntry?

self.states[entry] = method(entry)

File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 267, in VerifyDirectory?

owner = pwd.getpwuid(ondisk[ST_UID])[0]

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):

File "/usr/sbin/bcfg2", line 276, in ?

Client().run()

File "/usr/sbin/bcfg2", line 251, in run

self.toolset.Install()

File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 645, in Install

self.HandleBundleDeps?()

File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 492, in HandleBundleDeps?

if not self.states[child]:

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):

File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 221, in VerifyEntry?

self.states[entry] = method(entry)

File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 381, in VerifyConfigFile?

diff = '\n'.join([x for x in difflib.unified_diff(content.split('\n'), tempdata.split('\n'))])

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

print "State verify evidently failed for %s" % (msg)

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.

Note: See TracQuery for help on using queries.