Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 894)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Owner Reporter Resolution Summary
#32 desai bradshaw fixed naming scheme for pre releases
Description

I have this problem where my package management system is confused by the naming scheme that is used for pre releases. ie: it thinks that bcfg2-server_0.8.1pre6-1_all.deb is higher in version than bcfg2-server_0.8.1-2_all.deb

is there anything that can be done to fix this?

#33 anonymous bradshaw fixed bundle only client runs traceback
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'

#34 desai [email protected] fixed Client traceback
Description

When the 0.8.1 client is started without a config file on the machine:

Traceback (most recent call last):
  File "/usr/sbin/bcfg2", line 10, in ?
    import Bcfg2.Client.Proxy, Bcfg2.Logging
  File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Proxy.py", line 10, in ?
    class SafeProxy:
  File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Proxy.py", line 14, in SafeProxy
    _components = _cfile._sections['components']
KeyError: 'components'
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.