Custom Query (1145 matches)
Results (199 - 201 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#539 | fixed | Get rid of the debathena-dotfiles-x11 package | broder | |
Description |
We should really punt this package. We've never used it for anything, so it's just repository cruft. |
|||
#542 | fixed | athinfo query for login status | broder | |
Description |
We should add an athinfo query for determining if somebody is logged into a cluster machine. Somebody being logged in is the most common reason for machines not taking updates over short periods of time, and being able to check that remotely is helpful for debugging. This information is already available through busyd, but we don't ship busytest.{sh,c} in the release, which means I have to go digging for it whenever I want to check. We should just add an athinfo query. |
|||
#544 | fixed | metrics uninstalls only mostly cleanly | broder | |
Description |
metrics includes code to log when packages get installed, via /etc/apt/apt.conf.d/90debathena-metrics (or debian/90debathena-metrics in the source package), referring to a /usr/lib/debathena-metrics/install-pkg script to get run when packages are installed. The file in /etc gets left around on uninstall (because it's a conffile), but the script in /usr gets removed. Because the apt configuration has an || : in it, this doesn't cause a failure, but it does print a message about /usr/lib/debathena-metrics/install-pkg not existing. We could do a lightly better job in 90debathena-metrics of setting the script to something that won't print an error if the package has been uninstalled. |