Custom Query (894 matches)
Results (37 - 39 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#731 | desai | David Strauss <[email protected]…> | fixed | bcfg2-admin pull fails |
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 |
|||
#732 | desai | David Strauss <[email protected]…> | fixed | Yum sources should be configured from the groups.xml side |
Description |
Currently, groups both load other configuration items and have other configurations keyed off them. We ought to move to having group names be meaningless outside groups.xml by explicitly loading anything associated with a group from groups.xml. |
|||
#1147 | desai | DongInn Kim <[email protected]…> | fixed | pysvn.Client.update function is not available in VCS.py |
Description |
It seems that pysvn.Client.update fails to run because it is not avaiabled in pysvn or because the way to call "update" is not correct? Failed to update repository Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/Bcfg2-1.2.3-py2.6.egg/Bcfg2/Client/Tools/VCS.py", line 127, in Installsvn client = pysvn.Client.update(entry.get('name'), recurse=True) AttributeError: 'function' object has no attribute 'update' |
Note: See TracQuery
for help on using queries.