Custom Query (894 matches)
Results (85 - 87 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#856 | desai | Bruce Bush <[email protected]…> | fixed | mode=supervised service status changes not logged |
Description |
When a service is set to 'mode=supervised' and the client changes the status of that service, the status change is not mentioned in the web report. Example: Before running bcfg2 client, I stopped rsyslogd on my test machine. When the client is run in debug mode, the client makes the change:
< rsyslog 0:off 1:off 2:on 3:on 4:on 5:on 6:off
< rsyslogd is stopped < rklogd is stopped
< Starting system logger: [ OK ]M < Starting kernel logger: [ OK ]M
< rsyslogd (pid 20509) is running... < rklogd (pid 20513) is running... But the web report doesn't include any mention that the status was changed. Thanks for your attention to this matter. |
|||
#1146 | desai | https://www.google.com/accounts/o8/id?id=AItOawmUWUSICZipFKbjYsQOLyWp-dcZkiAbN5M | fixed | migrate_perms_to_mode.py should handle <Path type='directory'> tags in Rules files |
Description |
I ran the migrate_perms_to_mode.py script in my repo during the upgrade from 1.2 to 1.3, but it missed a few things. Some have been fixed, while Rules configurations containing tags of the form <Path type='directory' perms='0644' /> are not converted to a mode= attribute |
|||
#1150 | desai | https://www.google.com/accounts/o8/id?id=AItOawlJa6QJcUnwqaUiOAgop4U4wANp_y0hDu4 | fixed | migrate_info.py ignores perms variable |
Description |
If I run migrate_info.py in a v1.2 bcfg2 repository the script keeps the owner and group info in the new info.xml files but ignores perms attribute. I think it should keep the perms attribute too. |