Custom Query (1145 matches)
Results (202 - 204 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1242 | fixed | screensaver logout doesn't work | jdreed | |
Description |
... along with a bunch of other things, because we totally failed to convert from Gconf to Gsettings. $ gconftool-2 -g /apps/gnome-screensaver/logout_enabled true $ gsettings get org.gnome.desktop.screensaver logout-enabled false |
|||
#1088 | wontfix | Scan cluster machines for spurious packages | geofft | |
Description |
Until #1074 was fixed, it was reasonably easy to unintentionally install packages outside the chroot. This should get scanned for and affected machines fixed somehow ... options include having auto-update and/or the recovery hook remove packages that clearly shouldn't be on the machine, running around and running "aptitude purge" outside the chroot, or running around and reinstalling machines. |
|||
#753 | fixed | save-cluster-info has hardcoded version number | jdreed | |
Description |
save-cluster-info passes "10" as the version number when calling getcluster(1). This has magically worked until now, but it should replace it with "lsb_release -sr" which is what auto-upgrade uses. |