Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (91 - 93 of 894)

Ticket Owner Reporter Resolution Summary
#132 desai bradshaw fixed -f traceback
Description

Running bcfg2 -qvf:

Traceback (most recent call last):

  File "/usr/sbin/bcfg2", line 288, in ?

    Client().run()

  File "/usr/sbin/bcfg2", line 68, in __init__

    self.setup = Bcfg2.Options.OptionParser('bcfg2', optinfo).parse()

  File "/usr/lib/python2.3/site-packages/Bcfg2/Options.py", line 50, in parse

    raise OptionFailure, err

#133 desai bradshaw worksforme config file trumps commandline options
Description

the config file needs to exist and then trumps the commandline options so you can't use any of the fancy -S <other server> stuff.

#134 desai lueningh fixed rpm-related traceback
Description

When rpm is already running:

tg-v001:~ # bcfg2 -q -v -n Failed to instantiate toolset: rh Traceback (most recent call last):

File "/usr/sbin/bcfg2", line 109, in load_toolset

self.toolset = mod.ToolsetImpl?(self.config, self.setup)

File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Redhat.py", line 17, in init

self.Refresh()

File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Redhat.py", line 35, in Refresh

(name, version) = line.split()

ValueError?: unpack list of wrong size

Note: See TracQuery for help on using queries.