Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 894)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Owner Reporter Resolution Summary
#31 desai [email protected] fixed 0.8.1pre8 client super-broken
Description

Running the 0.8.1pre8 client for the first time lead to a long string of tracebacks and a client that, amusingly, kept looping around and reporting that it was dirty. I eventually control-c killed it. Anyway, it said:

RecvProbeData completed successfully
GetConfig completed successfully
> rpm -qa --qf '%{NAME} %{VERSION}-%{RELEASE}
'
Traceback information (please include in any bug report):
File /usr/sbin/bcfg2, line 126, in load_toolset
   self.toolset = mod.ToolsetImpl(self.config, self.setup)

exceptions.NameError: global name 'sys' is not defined

File /usr/lib/python2.3/site-packages/Bcfg2/Client/Redhat.py, line 17, in __init__
   self.Refresh()

exceptions.NameError: global name 'sys' is not defined

File /usr/lib/python2.3/site-packages/Bcfg2/Client/Redhat.py, line 34, in Refresh
   for line in self.saferun("rpm -qa --qf '%{NAME} %{VERSION}-%{RELEASE}\n'")[1]:

exceptions.NameError: global name 'sys' is not defined

File /usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py, line 70, in saferun
   runpipe = readonlypipe(command, bufsize=16384)

exceptions.NameError: global name 'sys' is not defined

File /usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py, line 33, in __init__
   os.dup2(null.fileno(), sys.__stdin__.fileno())

exceptions.NameError: global name 'sys' is not defined

Fatal error: An unexpected failure occurred in instantiating toolset rh

as well as

> /sbin/chkconfig --list jumbo
Failure in VerifyEntry
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 208, in VerifyEntry
    self.states[entry] = method(entry)
  File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Redhat.py", line 41, in VerifyService
    srvdata = self.saferun("/sbin/chkconfig --list %s"%entry.attrib['name'])[1][0].split()
  File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 70, in saferun
    runpipe = readonlypipe(command, bufsize=16384)
  File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 33, in __init__
    os.dup2(null.fileno(), sys.__stdin__.fileno())
NameError: global name 'sys' is not defined

#32 desai bradshaw fixed naming scheme for pre releases
Description

I have this problem where my package management system is confused by the naming scheme that is used for pre releases. ie: it thinks that bcfg2-server_0.8.1pre6-1_all.deb is higher in version than bcfg2-server_0.8.1-2_all.deb

is there anything that can be done to fix this?

#33 anonymous bradshaw fixed bundle only client runs traceback
Description

darth# bcfg2 -q -v -b auth Traceback (most recent call last):

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

Client(sys.argv[1:]).run()

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

for child in self.config.getroot().getchildren():

AttributeError?: 'etree._Element' object has no attribute 'getroot'

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Note: See TracQuery for help on using queries.