Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (106 - 108 of 894)

Ticket Owner Reporter Resolution Summary
#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.
#287 desai naapuri fixed Dryrun mode says "suppressing entry installation for" even when there's nothing to install
Description
# bcfg2 -v -q -r all -n
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:        165
Incorrect entries:      0
Total managed entries:  165
Unmanaged entries:      1

In dryrun mode: suppressing entry installation for:

In dryrun mode: suppressing entry removal for:
 Package:libytnef0

Phase: final
Correct entries:        165
Incorrect entries:      0
Total managed entries:  165
Unmanaged entries:      1
Note: See TracQuery for help on using queries.