Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (295 - 297 of 1145)

Ticket Resolution Summary Owner Reporter
#323 fixed debathena-alpine-config broke pine symlink jdreed

Reported by jdreed, 15 years ago.

Description

/usr/bin/pine is a symlink to alpine, which is our alpine wrapper. That wants to exec $0.debathena-orig, which if invoked as 'pine', will fail:

jdreed@infinite-loop:~$ pine /usr/bin/pine: line 8: /usr/bin/pine.debathena-orig: No such file or directory /usr/bin/pine: line 8: exec: /usr/bin/pine.debathena-orig: cannot execute: No such file or directory

#324 fixed The bugme timer disappearing bug is back jdreed

Reported by jdreed, 15 years ago.

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:

  • quickstation-2 (Intrepid, GX620)
  • quickstation-11-1 (Jaunty, 745)
  • quickstation-lobby-16-2 (Jaunty, GX620)
#325 duplicate debathena-kerberos-config makes Karmic’s cupsd crash on startup andersk

Reported by andersk, 15 years ago.

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,
Note: See TracQuery for help on using queries.