Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 894)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Owner Reporter Resolution Summary
#29 desai [email protected] fixed Server tracebacks
Description

On the server 0.8.0pre7 console when a client runs:

Traceback (most recent call last):
  File "/usr/lib/python2.3/logging/handlers.py", line 408, in emit
    self.socket.send(msg)
error: (107, 'Transport endpoint is not connected')
Client tg-c001.uc.teragrid.org reported state dirty
Traceback (most recent call last):
  File "/usr/lib/python2.3/logging/handlers.py", line 408, in emit
    self.socket.send(msg)
error: (107, 'Transport endpoint is not connected')
#30 desai [email protected] fixed Server does not detach from stdout
Description

When I start my 0.8.1pre8 server with the init script, it doesn't seem to realize that it is supposed to detach from the terminal. Instead I get copies of its output both in the terminal and in /var/log/messages.

#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

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