Modify ↓
Ticket #35 (closed defect: fixed)
Client Traceback
Reported by: | leggett | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | bcfg2-client | Version: | |
Keywords: | Cc: |
Description (last modified by desai) (diff)
[[email protected] ~]# /usr/sbin/bcfg2 -q -v -n Inventorying system... Can't install package nagios-plugins, not enough data. Can't install package nagios, not enough data. 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 /usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py:156: FutureWarning: %u/%o/%x/%X of negative int will return a signed string in Python 2.4 and up print "State verify evidently failed for %s" % (msg) State verify evidently failed for <Element Service at b7cd3170>
Attachments
Change History
comment:1 Changed 17 years ago by desai
- Status changed from new to assigned
- Summary changed from Tracebakc to Client Traceback
- Reporter changed from anonymous to leggett
comment:3 Changed 17 years ago by desai
Can you try running with the latest pre? It produces more debug info in this case now, which will help in locating the problem.
comment:4 Changed 17 years ago by desai
- Status changed from assigned to closed
- Resolution set to fixed
This is fixed in [b6e39a35b883e23992086c8086dbcdc8746484dd] (SVN r1814). I remove the bogus lines in chkconfig output.
Note: See
TracTickets for help on using
tickets.