Custom Query (1145 matches)
Results (166 - 168 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#324 | fixed | The bugme timer disappearing bug is back | jdreed | |
Description |
The bug where the bugme timer disappears after login seems to be back. It was, I believe, first observed on cluster-test.xvm. However, cursory testing suggests that it only manifests itself on displays with a 4:3 resolution, not a 16:9 one. I most recently observed the behavior on quickstation-lobby-16-2 (a GX620) about 10 minutes ago. I did not observe the behavior on quickstation 11-1 (a 745) immediately prior to that. Note that bugme is still running, because it reappears at logout. I vaguely wonder if the bug only exists with Jaunty on 4:3 displays, because I tested this with Intrepid on a 4:3 display on quickstation-2 (W20-3rd floor), and I don't recall experiencing the bug. I don't have any other good ideas at the moment, so additional testing/debugging is welcome. I'm going to halt quickstation deployments until it's reproducible, however. Currently installed debathena quickstations:
|
|||
#325 | duplicate | debathena-kerberos-config makes Karmic’s cupsd crash on startup | andersk | |
Description |
anders@balanced-tree:~$ sudo /etc/init.d/cups start * Starting Common Unix Printing System: cupsd cupsd: Child exited on signal 6! [fail] ==> syslog <== Aug 3 04:09:30 balanced-tree cupsd: Libgcrypt error: reading `/proc/sys/crypto/fips_enabled' failed: Permission denied - abort --- /etc/apparmor.d/usr.sbin.cupsd.debathena-orig 2009-07-11 12:38:05.000000000 -0400 +++ /etc/apparmor.d/usr.sbin.cupsd.debathena 2009-04-30 08:16:09.000000000 -0400 @@ -62,5 +62,4 @@ @{PROC}/*/net/ r, @{PROC}/*/net/** r, - @{PROC}/sys/crypto/** r, /sys/** r, /usr/bin/* ixr, @@ -118,4 +117,5 @@ # Kerberos authentication /etc/krb5.conf r, + /etc/krb5.conf.debathena r, deny /etc/krb5.conf w, /etc/krb5.keytab rk, @@ -141,7 +141,4 @@ capability setuid, - # unfortunate, but required for when $HOME is 700 - capability dac_override, - /bin/dash ixr, /bin/bash ixr, |
|||
#326 | fixed | debathena-kerberos-config forgets to reload apparmor | andersk | |
Description |
debathena-kerberos-config.postinst needs to invoke-rc apparmor reload for changes to /etc/apparmor.d to actually take effect. |