Custom Query (894 matches)
Results (118 - 120 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#943 | desai | m4z <[email protected]…> | wontfix | bcfg2-reports: Sparse documentation |
Description |
bcfg2-reports is missing a manual page. Also, the output of bcfg2-reports -h is unclear:
(I have not read the code (yet) and users should not need to.) |
|||
#1000 | desai | Joe Digilio <[email protected]…> | wontfix | Upstart services cannot be enabled/disabled |
Description |
Enabling/disabling an upstart service at boot time is currently not possible in Bcfg2. Upstart does not provide an easy way to do this. But there are two ways I know of to disable an upstart service:
It seems like the best way to do this would be method 2. Upstart.py would need to do something like this to disable a service:
Maybe it would be better for the <service>.conf Path entry to be of type "nonexistent"? Of course we would need to ensure the rename occurs first. Thoughts? |
|||
#1050 | desai | https://www.google.com/accounts/o8/id?id=AItOawkPb0RtPyicSdU7pLcv1UrX-yCh-YjkOwU | wontfix | `bcfg2-info showclient` makes changes to configuration |
Description |
Seems like bcfg2-info commands are not safe for repository configuration. $ sudo bcfg2-info showclient selenium Loading experimental plugin(s): Packages NOTE: Interfaces subject to change Handled 20 events in 0.132s Handled 3 events in 0.002s Asserting client selenium profile to basic Creating new client: selenium, profile basic Hostname: selenium Profile: basic Groups: debian basic Bundles: motd Connector data ================================================================================ Packages: {'sources': []} ================================================================================ $ sudo bcfg2-info showclient selenium Loading experimental plugin(s): Packages NOTE: Interfaces subject to change Failed to find IP address for selenium Handled 20 events in 0.298s Handled 3 events in 0.005s Hostname: selenium Profile: basic Groups: debian basic Bundles: motd Connector data ================================================================================ Packages: {'sources': []} ================================================================================ |