Custom Query (894 matches)
Results (118 - 120 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#259 | desai | koen at systray dot be | fixed | not able to manage services on a rh based machine |
Description |
I want to manage services on a rh based machine I configured the XML files which will manage these services, all seems to work correctly.. Config management works too and it detects which services are running using chkconfig. (when using verbose output on the client) The services specified below are names of services which are specified in the XML file on the server, and can be started perfectly with the init.d script. It's not exactly a bug, I just can't find the reason why the bcfg2 client can't handle these services... Could you tell me where to look at? I'm pretty sure the configuration side on the server is ok.. --snip Loaded tool drivers:
The following entries are not handled by any tool:
< netfs 0:off 1:off 2:off 3:on 4:on 5:on 6:off network 0:off 1:off 2:on 3:on 4:on 5:on 6:off rawdevices 0:off 1:off 2:off 3:on 4:on 5:on 6:off syslog 0:off 1:on 2:off 3:off 4:off 5:off 6:on sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off Found active services:
|
|||
#274 | desai | thomas | fixed | Server crashes when the generators or structures line is empty in config file |
Description |
I use bcfg2 with only one plugin which takes care of the generation and buildstructures parts. Problem is that the server is unable to parse the following config file snippet: structures = MyPlugin? generators = The error message is: Traceback (most recent call last):
ValueError?: Empty module name If I write: it works just fine. |
|||
#279 | desai | naapuri | fixed | Add verbosity to bcfg2 -I questions |
Description |
When running bcfg2 -I, the package installation questions should be more verbose. For example, now bcfg2 asks: Would you like to install Package: screen? (y/N): It could ask something like this: Upgrade package 'screen' (1.2.3 => 1.2.4)? (y/N): DOWNGRADE package 'screen' (1.2.4 => 1.2.3)? (y/N): Re-install package 'screen' due to changed files? (List the files with 'debsums -as screen') (y/N): Similarly, ConfigFile? installation questions could offer a choice to see a diff of the file. OTOH, while these enhancements would be nice, there is the reporting system that should give this information anyway. |