Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (124 - 126 of 894)

Ticket Owner Reporter Resolution Summary
#283 desai naapuri fixed bcfg2's -I option seems to imply "-r all"
Description

When running bcfg2 -I, the "-r all" seems to be implied. IMO, running without -I should result in the same condition as running with -I and answering "y" to every question.

How to fix: -I should not imply "-r all".

#284 desai naapuri fixed Should be able to use -n and -r together
Description

"bcfg2 -n -r all" exits telling "cannot use -n and -r together".

I find it very important to be able to dry-run configurations, especially those that will remove something.

See also #283.

#285 desai naapuri fixed bcfg2 fails to display package names when installing or removing
Description

bcfg2 (svn build 2531) displays "<Element Package at -48bcc82c>" instead of package name when removing a (deb) package:

# bcfg2 -v -q -r all
Reading package lists... Done
Building dependency tree... Done
Reading package lists... Done
Building dependency tree... Done
Loaded tool drivers:
 APT          DebInit      POSIX        PostInstall

Phase: initial
Correct entries:        164
Incorrect entries:      0
Total managed entries:  164
Unmanaged entries:      1

Removing packages:
 <Element Package at -48bcc82c>
Reading package lists... Done
Building dependency tree... Done

Phase: final
Correct entries:        164
Incorrect entries:      0
Total managed entries:  164
Unmanaged entries:      0

All entries correct.

When installing a package, the package name isn't displayed at all:

# bcfg2 -v -q -r all
Reading package lists... Done
Building dependency tree... Done
Reading package lists... Done
Building dependency tree... Done
Loaded tool drivers:
 APT          DebInit      POSIX        PostInstall

Phase: initial
Correct entries:        163
Incorrect entries:      1
Total managed entries:  164
Unmanaged entries:      0

Trying single pass package install for pkgtype deb
Single Pass Succeded
Reading package lists... Done
Building dependency tree... Done
The Following Bundles have been modifed:



Phase: final
Correct entries:        164
Incorrect entries:      0
Total managed entries:  164
Unmanaged entries:      0

All entries correct.
Note: See TracQuery for help on using queries.