Modify ↓
Ticket #33 (closed defect: fixed)
bundle only client runs traceback
Reported by: | bradshaw | Owned by: | anonymous |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | bcfg2-client | Version: | |
Keywords: | Cc: |
Description
darth# bcfg2 -q -v -b auth Traceback (most recent call last):
File "/usr/sbin/bcfg2", line 397, in ?
Client(sys.argv[1:]).run()
File "/usr/sbin/bcfg2", line 352, in run
for child in self.config.getroot().getchildren():
AttributeError?: 'etree._Element' object has no attribute 'getroot'
Attachments
Change History
comment:1 Changed 17 years ago by desai
- Owner changed from desai to anonymous
- Status changed from new to assigned
Try the attached patch.
comment:2 Changed 17 years ago by bradshaw
Phase: final Correct entries: 2 Incorrect entries: 0 Total managed entries: 2 Unmanaged entries: 1300
not sure but I would rather not have it tell me about the 1300 unmanaged things when I run in bundle only mode.
Note: See
TracTickets for help on using
tickets.