Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 894)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Owner Reporter Resolution Summary
#38 desai [email protected] fixed Client traceback
Description

My 0.8.0 client did this to me today (on sles9, but I suspect it could happen anywhere):

> /sbin/chkconfig --list running-kernel
< running-kernel: unknown service

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 48, in VerifyService
    onlevels = [level.split(':')[0] for level in srvdata[1:] if level.split(':')[1] == 'on']
IndexError: list index out of range
#39 desai [email protected] fixed debian toolset issue
Description

Problem with the latest svn checkout 1814 on my debian GNU linux

Traceback (most recent call last):

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

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

try:

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

stats.set('state', 'clean')

File "etree.pyx", line 419, in etree._Element.set File "etree.pyx", line 756, in etree._Attrib.setitem

AttributeError?: 'NoneType?' object has no attribute 'encode'

#40 desai [email protected] fixed Path to bcfg2.conf file hardcoded in various places
Description

The path to the bcfg2.conf file is hardcoded to /etc/bcfg2.conf in the following files:

bin/

GenerateHostInfo? StatReports? bcfg2 bcfg2-info bcfg2-repo-validate bcfg2-server

lib/python*/site-packages/Bcfg2/Client/

Proxy.py

In addition, the following files assume /usr/share/bcfg2/*

bin/

StatReports? bcfg2-repo-validate

While this can't really be considered a bug, it's rather inconvenient for those who keep third party software in an alternative location, such as /local/*. I'd like to request that these config paths be configurable as part of the bcfg2 installation.

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