Modify ↓
Ticket #731 (closed defect: fixed)
bcfg2-admin pull fails
Reported by: | David Strauss <[email protected]…> | Owned by: | desai |
---|---|---|---|
Priority: | critical | Milestone: | Bcfg2 1.0.0 Release |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | Cc: |
Description
[[email protected] bcfg2.conf]# bcfg2-admin pull S264691NJ3SL231.uspswy6.savvis.net Cfg /etc/my.cnf Failed to load /var/lib/bcfg2/Svcmgr indices Failed to instantiate plugin Svcmgr Traceback (most recent call last): File "/usr/sbin/bcfg2-admin", line 76, in ? main() File "/usr/sbin/bcfg2-admin", line 68, in main mode(args[1:]) File "/usr/lib/python2.4/site-packages/Bcfg2/Server/Admin/Pull.py", line 46, in __call__ self.PullEntry(gargs[0], gargs[1], gargs[f5e4281313ff9004be488e420f90d5fe413bb5c1] (SVN r2)) File "/usr/lib/python2.4/site-packages/Bcfg2/Server/Admin/Pull.py", line 93, in PullEntry new_entry = self.BuildNewEntry(client, etype, ename) File "/usr/lib/python2.4/site-packages/Bcfg2/Server/Admin/Pull.py", line 61, in BuildNewEntry data = {'owner':owner, 'group':group, 'perms':perms, 'text':contents} UnboundLocalError: local variable 'owner' referenced before assignment
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
Fixed in [509183dfff11b1e15dac20e35876b54541a87d8d] (SVN r5432). Thanks for the report.