[Bug 443693] New: g-k: keyring not unlocked at session start
https://bugzilla.novell.com/show_bug.cgi?id=443693 Summary: g-k: keyring not unlocked at session start Product: openSUSE 11.1 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: thoenig@novell.com QAContact: qa@suse.de CC: vuntz@novell.com Found By: --- g-k: keyring not unlocked at session start. Here's the log (g-k with http://tmp.vuntz.net/gnome-keyring-log.patch applied): gdm-session-worker[26201]: gkr-pam: authenticate: auto_start = 0 gdm-session-worker[26201]: gkr-pam: session: auto_start = 16 gdm-session-worker[26201]: gkr-pam: session: shall we start? gdm-session-worker[26201]: gkr-pam: service: gdm gdm-session-worker[26201]: gkr-pam: session: starting gdm-session-worker[26201]: gnome-keyring-daemon: couldn't lookup keyring component setting: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details - 1: Not running within active session)gnome-keyring-daemon: couldn't lookup ssh component setting: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details - 1: Not running within active session)gnome-keyring-daemon: couldn't lookup pkcs11 component setting: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details - 1: Not running within active session) gdm-session-worker[26201]: gkr-pam: session: started gdm-session-worker[26201]: gkr-pam: session: shall we unlock? gnome-keyring-daemon[26279]: gcrypt: Rijndael-128 test encryption failed. gnome-keyring-daemon[26279]: decrypt_buffer: assertion `!gerr' failed gnome-keyring-daemon[26279]: error parsing keyring gnome-keyring-daemon[26279]: Couldn't unlock login keyring with provided password gnome-keyring-daemon[26279]: Failed to unlock login on startup gnome-session[26359]: WARNING: Failed to acquire org.gnome.SessionManager gnome-session[26359]: ******************* START ******************************** gnome-session[26359]: Frame 0: /usr/bin/gnome-session [0x4171a7] gnome-session[26359]: Frame 1: /usr/bin/gnome-session [0x417306] gnome-session[26359]: Frame 2: /lib64/libpthread.so.0 [0x7fed437f9a50] gnome-session[26359]: Frame 3: /usr/bin/gnome-session [0x418a49] gnome-session[26359]: Frame 4: /lib64/libc.so.6(__libc_start_main+0xe6) [0x7fed434ad586] gnome-session[26359]: Frame 5: /usr/bin/gnome-session [0x40ab29] gnome-session[26359]: ******************* END ********************************** gnome-session[26345]: WARNING: Application 'gnome-wm.desktop' failed to register before timeout I guess the "Not running within active session" doesn't sound very healthy. Dunno if the gnome-session error is related. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User vuntz@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c1 --- Comment #1 from Vincent Untz <vuntz@novell.com> 2008-11-11 04:28:53 MST --- I'm actually more worried about: gnome-keyring-daemon[26279]: gcrypt: Rijndael-128 test encryption failed. gnome-keyring-daemon[26279]: decrypt_buffer: assertion `!gerr' failed gnome-keyring-daemon[26279]: error parsing keyring gnome-keyring-daemon[26279]: Couldn't unlock login keyring with provided password gnome-keyring-daemon[26279]: Failed to unlock login on startup I need to update everything to current factory and see if I can reproduce. Can you eventually check if it happens with another user? (with a brand new user, you'll need to login at least twice, since the first login will create the keyring) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User vuntz@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c2 --- Comment #2 from Vincent Untz <vuntz@novell.com> 2008-11-11 04:30:37 MST --- Oh, and the gconf stuff is probably http://bugzilla.gnome.org/show_bug.cgi?id=558181 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User thoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c3 --- Comment #3 from Timo Hoenig <thoenig@novell.com> 2008-11-11 04:45:08 MST --- I've already looked at this code but was a little unmotivated when I saw the sources of libgcrypt. Let's see what I get when adding some more checks to decrypt_buffer. There are several g_return_val_if_fail for gerr. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User thoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c4 --- Comment #4 from Timo Hoenig <thoenig@novell.com> 2008-11-11 05:24:06 MST --- This kicks in: libgcrypt-1.4.1/cipher/rijndael.c:831 if (memcmp (scratch, ciphertext, sizeof (ciphertext))) return "Rijndael-128 test encryption failed."; Strange, no? libgcrypt hasn't changed recently, let's see what adding syslog (GKR_LOG_WARN, "cih: %s, key: %s, keylen: 16", cih, key); to decrypt_buffer is telling us. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User thoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c5 --- Comment #5 from Timo Hoenig <thoenig@novell.com> 2008-11-11 06:19:12 MST --- Values are set at least. Not much I can tell about their correctness, though ;-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User thoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c6 --- Comment #6 from Timo Hoenig <thoenig@novell.com> 2008-11-11 06:45:01 MST --- Created an attachment (id=251333) --> (https://bugzilla.novell.com/attachment.cgi?id=251333) Minimal test case. $ gcc `pkg-config --libs --cflags glib-2.0 libcrypto` -l gcrypt gk-test.c -o gk-test $ ./gk-test Rijndael-128 test encryption failed. ** (process:11710): CRITICAL **: main: assertion `!gerr' failed -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User thoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c7 Timo Hoenig <thoenig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkoenig@novell.com --- Comment #7 from Timo Hoenig <thoenig@novell.com> 2008-11-11 06:47:12 MST --- Handle the minimal test case with care. It's hackish. I'm unsure about the input values we're passing to gcry_cipher_setkey . Matthias do you happen to know more? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User thoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c8 --- Comment #8 from Timo Hoenig <thoenig@novell.com> 2008-11-11 06:53:37 MST --- selftest (void) of rijndael.c fails? Is this possible? Confused. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User mkoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c9 Matthias Koenig <mkoenig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-gnome@forge.provo.novell.com |mkoenig@novell.com Status|NEW |ASSIGNED --- Comment #9 from Matthias Koenig <mkoenig@novell.com> 2008-11-11 07:17:26 MST --- I'm trying to track this down, it's also the reason for the failing opencdk build. The failing selftests are really strange. The fun thing is currently I can only reproduce this in the buildroot environment. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User thoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c10 --- Comment #10 from Timo Hoenig <thoenig@novell.com> 2008-11-11 07:27:43 MST --- Oh, alright. Thanks for the quick reply. Let me know if I can help somehow. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User thoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c11 --- Comment #11 from Timo Hoenig <thoenig@novell.com> 2008-11-11 07:31:36 MST --- thoenig@zimtstern:~> rpmch libgcrypt11 2 * Thu Oct 30 2008 olh@suse.de - obsolete old -XXbit packages (bnthoenig@zimtstern:~> rpmch libgcrypt11 2 So, libgcrypt hasn't changed for a while, right? Maybe a misscompile or so? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User thoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c12 --- Comment #12 from Timo Hoenig <thoenig@novell.com> 2008-11-11 07:34:28 MST --- Another hint for that: I'm running the latest FACTORY and can easily reproduce the bug using my minimal test case (which isn't minimal anyway ;-). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User mkoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c13 Matthias Koenig <mkoenig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rguenther@novell.com, matz@novell.com --- Comment #13 from Matthias Koenig <mkoenig@novell.com> 2008-11-11 07:49:25 MST --- I am using the native libgcrypt testsuite ('basic' test) and it shows that *all* AES selftests fail. Ok, after upgrading to gcc43-4.3.3_20081022-4.2 I can even reproduce it in my normal System. gcc43-4.3.3_20081002-1.5 (from Beta4) seems to be Ok. CCing Richi and Micha -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 Matthias Koenig <mkoenig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|g-k: keyring not unlocked at session start |libgcrypt: AES selftests fail with gcc43- | |4.3.3_20081022-4.2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 Matthias Koenig <mkoenig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Critical Priority|P5 - None |P2 - High -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User matz@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c14 --- Comment #14 from Michael Matz <matz@novell.com> 2008-11-11 09:01:41 MST --- It seems -fno-strict-aliasing works around the problem. Looking at rijndael.c it's obvious that it has heavy aliasing problems: union { u32 tempu32[4]; /* Force correct alignment. */ byte temp[4][4]; } u; *((u32*)u.temp[0]) = *((u32*)(a )) ^ *((u32*)rk[0][0]); *((u32*)u.temp[1]) = *((u32*)(a+ 4)) ^ *((u32*)rk[0][1]); *((u32*)u.temp[2]) = *((u32*)(a+ 8)) ^ *((u32*)rk[0][2]); *((u32*)u.temp[3]) = *((u32*)(a+12)) ^ *((u32*)rk[0][3]); *((u32*)(b )) = (*((u32*)T1[u.temp[0][0]]) ... So, it defines a union which could be used for getting around the alias problems (and all the casts), but the tempu32 member is used nowhere. Aliasing problems are for instance here: *((u32*)u.temp[0]) = *((u32*)(a )) ^ *((u32*)rk[0][0]); vs. *((u32*)(b )) = (*((u32*)T1[u.temp[0][0]]) The first write stores into a u32, while the later read of u.temp[0][0] accesses a byte --> potentially boom. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User thoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c15 --- Comment #15 from Timo Hoenig <thoenig@novell.com> 2008-11-11 09:19:48 MST --- Suffering FACTORY people, pick your poison: $ osc getbinaries home:thoenig:branches:home:makoenig:Factory libgcrypt openSUSE_Factory i586 $ osc getbinaries home:thoenig:branches:home:makoenig:Factory libgcrypt openSUSE_Factory x86_64 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User mkoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c16 --- Comment #16 from Matthias Koenig <mkoenig@novell.com> 2008-11-11 09:43:21 MST --- new package which builds rijndael.c with -fno-strict-aliasing submitted to STABLE. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User jpr@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c17 JP Rosevear <jpr@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mmeeks@novell.com --- Comment #17 from JP Rosevear <jpr@novell.com> 2008-11-12 13:02:40 MST --- *** Bug 444338 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=444338 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User jpr@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c18 --- Comment #18 from JP Rosevear <jpr@novell.com> 2008-11-13 08:42:55 MST --- gnome-keyring working here now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User vuntz@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c20 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dominique.leuenberger@tmf-group.com --- Comment #20 from Vincent Untz <vuntz@novell.com> 2008-11-14 08:41:55 MST --- *** Bug 444074 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=444074 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User ajorgensen@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c21 Andrew Jorgensen <ajorgensen@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ajorgensen@novell.com --- Comment #21 from Andrew Jorgensen <ajorgensen@novell.com> 2008-11-14 09:21:10 MST --- *** Bug 444434 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=444434 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User rkrell@gk-software.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c22 René Krell <rkrell@gk-software.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rkrell@gk-software.com --- Comment #22 from René Krell <rkrell@gk-software.com> 2008-11-14 09:43:42 MST --- *** Bug 444185 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=444185 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User bwhiteley@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c23 Bart Whiteley <bwhiteley@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bwhiteley@novell.com --- Comment #23 from Bart Whiteley <bwhiteley@novell.com> 2008-11-14 11:09:37 MST --- *** Bug 444818 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=444818 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User mkoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c24 Matthias Koenig <mkoenig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hfiguiere@novell.com --- Comment #24 from Matthias Koenig <mkoenig@novell.com> 2008-11-17 07:03:28 MST --- *** Bug 445337 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=445337 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User hfiguiere@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c25 Hubert Figuiere <hfiguiere@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chuller@novell.com --- Comment #25 from Hubert Figuiere <hfiguiere@novell.com> 2008-11-17 07:36:09 MST --- *** Bug 441799 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=441799 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User jpr@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c26 JP Rosevear <jpr@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |timlee@novell.com --- Comment #26 from JP Rosevear <jpr@novell.com> 2008-11-18 10:04:29 MST --- *** Bug 445292 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=445292 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User hfiguiere@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c27 Hubert Figuiere <hfiguiere@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mgonnelly@novell.com --- Comment #27 from Hubert Figuiere <hfiguiere@novell.com> 2008-11-19 07:59:45 MST --- *** Bug 445874 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=445874 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User captain.magnus@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c28 Magnus Boman <captain.magnus@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eclay@novell.com --- Comment #28 from Magnus Boman <captain.magnus@opensuse.org> 2008-11-19 20:50:47 MST --- *** Bug 446910 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=446910 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User thoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c29 Timo Hoenig <thoenig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ug@novell.com --- Comment #29 from Timo Hoenig <thoenig@novell.com> 2008-11-20 03:06:40 MST --- *** Bug 447005 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=447005 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User ug@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c30 --- Comment #30 from Uwe Gansert <ug@novell.com> 2008-11-20 03:33:21 MST --- pidgin works with the update too now -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User coolo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c31 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |coolo@novell.com --- Comment #31 from Stephan Kulow <coolo@novell.com> 2008-11-20 05:40:28 MST --- sounds FIXED to me -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User mkoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c32 Matthias Koenig <mkoenig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #32 from Matthias Koenig <mkoenig@novell.com> 2008-11-20 05:57:58 MST --- Closing as FIXED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User jpr@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c33 JP Rosevear <jpr@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jhodge@novell.com --- Comment #33 from JP Rosevear <jpr@novell.com> 2008-11-28 14:54:39 MST --- *** Bug 449432 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=449432 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User matz@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c34 Michael Matz <matz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kssingvo@novell.com --- Comment #34 from Michael Matz <matz@novell.com> 2009-01-12 09:10:26 MST --- *** Bug 459921 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=459921 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443693 User dominique.leuenberger@tmf-group.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443693#c35 --- Comment #35 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2009-02-02 09:41:54 MST --- *** Bug 444960 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=444960 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com