Custom Query (1145 matches)
Results (199 - 201 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#686 | fixed | Seed /var/lib/athena-update-status at install time | jdreed | |
Description |
Between when a machine is reinstalled and it first takes an update (which can be as long as 6 hours), Nagios will complain about "Can't parse output" for the "UPDATE" service. The installer should seed /var/lib/athena-update-status with the following values: $time|$time|ok|Fresh install where $time is the current time in seconds since the epoch (i.e. date +%s) |
|||
#1013 | fixed | Screen won't redraw when nologin-monitor window vanishes | jdreed | |
Description |
This was initially observed on granola. I couldn't repro it, but just observed it on 2 760s in the wild today. I... have no idea what's going on, since this is essentially "window.hide()" not working. It has to be a PyGtk?/GTK bug. |
|||
#814 | fixed | Screensaver "Log Out" no longer works reliably | jdreed | |
Description |
This was briefly working for a while, and now no longer works reliably (I waited 10 minutes). Is the Log Out functionality implemented by d-bus signals? Can we listen on d-bus with our own wrapper that catches the signal and sends SIGKILL to all the user's processes? |