Custom Query (1145 matches)
Results (94 - 96 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1053 | duplicate | cluster reboots sometimes hang (2) | kaduk | |
Description |
Sometimes, when a cluster machine decides it wants to reboot as a user is logging out, it fails to actually reboot, and ends up not at the Ubuntu splash screen, but at the text console with a bunch of things like: INFO: task [task]:NN blocked for more than 120 seconds "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message where [task] is things like fsnotify_mark, dbus-daemon, gdm-binar, polkitd, and N is perhaps the corresponding pid? It is possible to soft-reboot machines in this state, though I don't remember whether ctrl-alt-del works or sysrq-b was needed. |
|||
#1057 | duplicate | /etc/apparmor.d/tunables/home.d transition not managed well | geofft | |
Description |
We have the following code in apparmor-config's debian/rules: ifneq ($(wildcard /etc/apparmor.d/tunables/home),) ifeq ($(wildcard /etc/apparmor.d/tunables/home.d),) # Needed for anything older than Lucid DEB_TRANSFORM_FILES_debathena-apparmor-config += /etc/apparmor.d/tunables/home.debathena endif endif However, nothing explicitly undiverts /etc/apparmor.d/tunables/home on upgrade to Lucid (or later). This appears to leave our pre-Lucid transformed version in place, and the package's new file in home.debathena-orig.dpkg-new. |
|||
#1058 | duplicate | /etc/firefox-3.0/pref/ubufox.js transition not managed well | geofft | |
Description |
We have the following code in firefox-extension's debian/rules: ifneq ($(wildcard /etc/firefox-3.0/pref/ubufox.js),) DEB_TRANSFORM_FILES_debathena-firefox-extension += \ /etc/firefox-3.0/pref/ubufox.js.debathena endif However, nothing explicitly undiverts /etc/firefox-3.0/pref/ubufox.js on upgrade past Firefox 3.0. |