Custom Query (894 matches)
Results (115 - 117 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#624 | desai | [email protected]… | fixed | Build mode stops services |
Description |
When using the client -B option, services that are supposed to be on won't be restarted (as expected), but otherwise they are stopped. This is rather inconvenient when running bcfg2 in a chroot environment (and possibly in a miniroot environment as well). Attached diffs against bcfg2-0.9.6 modify this behavior, such that -B results in services never being stopped or restarted when -B is specified on the command line. It also adds the "build" option to the client portion of bcfg2.conf, so that we don't have to worry about specifying -B on the command line for hosts that are always built in a chroot environment. Thanks, j |
|||
#167 | desai | [email protected]… | fixed | Bundle: PostInstall usage |
Description |
The (wiki) documentation is lacking information about 'PostInstall?' entries. See Toolset.py, HandleBundleDeps? function. |
|||
#775 | desai | kisielk | invalid | BundleUpdated failure for launchd client plugin |
Description |
Running rc1 on a Mac OS X client: Traceback (most recent call last): File "/Library/Python/2.5/site-packages/Bcfg2/Client/Frame.py", line 249, in Install tool.BundleUpdated(bundle) TypeError: BundleUpdated() takes exactly 3 arguments (2 given) |