Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 894)

Ticket Owner Reporter Resolution Summary
#26 desai [email protected] fixed Incorrect dependency
Description

0.8.1-pre7's rpm depends on 'pyopenssl', whereas the pyOpenSSL people actually create an rpm package named 'pyOpenSSL'

#27 desai [email protected] fixed Logging.py missing
Description

Logging.py is missing from the rpm spec file for 0.8.1pre7

#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
...
Note: See TracQuery for help on using queries.