Custom Query (1145 matches)
Results (136 - 138 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1316 | fixed | de-support auto-upgrades to anything older than precise | jdreed | |
Description |
And eliminate the case statement for the command-line arguments. |
|||
#1315 | fixed | lightdm-config should reload upstart config after diverting an upstart job | jdreed | |
Description |
Per http://upstart.ubuntu.com/cookbook/#symbolic-links-don-t-work-in-etc-init, we need to reload initctl's configuration because it won't watch symlinks to do so. |
|||
#1313 | fixed | Logrotate, auto-update and athinfo don't play nice | jdreed | |
Description |
If a machine has not been booted for a while, auto-update will run at boot, which will be fine, until logrotate realizes it's been forever and rotates the log. Thus auto-update is logging to athena-update.log.1.gz, and "athinfo <host> update.log" results in an empty query. I don't really have a good answer beyond [ -s /var/log/athena-update ] && cat /var/log/athena-update || zcat /var/log/athena-update.1.gz. |