Custom Query (894 matches)
Results (28 - 30 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#28 | desai | [email protected]… | fixed | Client tracebacks |
Description |
In the 0.8.1pre7 client: Need to remove packages: Traceback (most recent call last): File "/usr/lib/python2.3/logging/__init__.py", line 674, in emit msg = self.format(record) File "/usr/lib/python2.3/logging/__init__.py", line 567, in format return fmt.format(record) File "/usr/lib/python2.3/site-packages/Bcfg2/Logging.py", line 66, in format columnWidth = max([len(item) for item in record.msg]) ValueError: min() or max() arg is an empty sequence Packages to update: bcfg2 Packages to add: Traceback (most recent call last): File "/usr/lib/python2.3/logging/__init__.py", line 674, in emit msg = self.format(record) File "/usr/lib/python2.3/logging/__init__.py", line 567, in format return fmt.format(record) File "/usr/lib/python2.3/site-packages/Bcfg2/Logging.py", line 66, in format columnWidth = max([len(item) for item in record.msg]) ValueError: min() or max() arg is an empty sequence Packages to remove: Traceback (most recent call last): File "/usr/lib/python2.3/logging/__init__.py", line 674, in emit msg = self.format(record) File "/usr/lib/python2.3/logging/__init__.py", line 567, in format return fmt.format(record) File "/usr/lib/python2.3/site-packages/Bcfg2/Logging.py", line 66, in format columnWidth = max([len(item) for item in record.msg]) ValueError: min() or max() arg is an empty sequence ... |
|||
#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. |
Note: See TracQuery
for help on using queries.