[Bug 812462] New: pam_systemd.so missing in common-session after zypper dup to to 12.3

https://bugzilla.novell.com/show_bug.cgi?id=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c0 Summary: pam_systemd.so missing in common-session after zypper dup to to 12.3 Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Update Problems AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: aj_dum_01@t-online.de QAContact: jsrain@suse.com Found By: --- Blocker: --- Created an attachment (id=532649) --> (http://bugzilla.novell.com/attachment.cgi?id=532649) Logfiles created by save_y2logs User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0 After upgrade from 12.2 to 12.3 the line with "session optional pam_systemd.so" is missing in /etc/pam.d/common-session. This leads to various problems. Sound test in YaST is working, but in KDE there is only a dummy device with no sound. User mounts of external drives or USB sticks in KDE give error messages. k3b doesn't recognize my cd-rw drive. During zypper dup a common-session.rpmnew is created. That file is missing the pam_systemd.so line. Reproducible: Didn't try Steps to Reproduce: 1. Run zypper dup to upgrade from 12.2 to 12.3 and use the common-session.rpmnew 2. Run "loginctl --no-pager list-sessions" 3. Run "loginctl --no-pager show-session -p Active $XDG_SESSION_ID" Actual Results: The actual session is neither listed nor active. Actually the $XDG_SESSION_ID isn't even defined. Expected Results: Sessions should be listed and be shown as "Active=yes". Sound should be working. k3b recognizes the cd-rw drive. Device mounts in KDE shall be possible. The attachment contains (among others) the file YaST2/config_diff_2013_03_14.log. That's the date of upgrading to 12.3. In this file the diffs for pam-updates can be found. -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c1 Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fcrozat@suse.com --- Comment #1 from Frederic Crozat <fcrozat@suse.com> 2013-03-29 16:35:13 UTC --- /etc/pam.d/common-session should be a symlink to /etc/pam.d/common-session-pc. Something can sometime get wrong during the upgrade, no idea why zypper is modyfing a symlink (unless it wasn't a symlink before the upgrade). -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c2 --- Comment #2 from Andreas Joppich <aj_dum_01@t-online.de> 2013-03-29 16:45:38 UTC --- (In reply to comment #1)
/etc/pam.d/common-session should be a symlink to /etc/pam.d/common-session-pc. Something can sometime get wrong during the upgrade, no idea why zypper is modyfing a symlink (unless it wasn't a symlink before the upgrade).
On my system common-session is a symlink to common-session-pc. Sorry for being inaccurate on that. -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c3 --- Comment #3 from Frederic Crozat <fcrozat@suse.com> 2013-03-29 16:55:03 UTC --- in that case, during the upgrade, "/usr/sbin/pam-config -a --systemd" should have taken care of adding pam_systemd to it.. Could you try to run it manually as root ? -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c4 --- Comment #4 from Andreas Joppich <aj_dum_01@t-online.de> 2013-03-29 17:06:13 UTC --- Deleted my manually added pam_systemd.so entry from common-session-pc and ran your command. pam_systemd line was successfully added. Question is, why didn't that work during upgrade? -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c5 Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |kukuk@suse.com --- Comment #5 from Frederic Crozat <fcrozat@suse.com> 2013-03-29 17:12:00 UTC --- No idea. Maybe Thorsten will have an idea ? -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c6 Thorsten Kukuk <kukuk@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|kukuk@suse.com | --- Comment #6 from Thorsten Kukuk <kukuk@suse.com> 2013-04-02 08:54:28 UTC --- pam-config did re-add it during update: # **** write config for pam_systemd.so (session, enabled) I cannot find anything else in the log file touching the file. But: pam-config was added before systemd, systemd/systemd-32bit and all other similar packages are installed after pam-config (which is correct). Maybe it's the %postun of the old, installed systemd package? Because that contains a "pam-config -d --systemd" call, and the %postun is the very last script called during the update. -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c7 --- Comment #7 from Frederic Crozat <fcrozat@suse.com> 2013-04-02 09:22:06 UTC --- Since pam-config support was added to systemd package, %postun of systemd has always contained: if [ $1 -eq 0 ]; then /usr/sbin/pam-config -d --systemd >/dev/null 2>&1 || : fi (see https://build.opensuse.org/package/rdiff?linkrev=base&package=systemd&project=Base%3ASystem&rev=179 ) so pam-config -d will only be called if systemd is uninstalled, not on upgrade :( The only case could be if a very old version of pam-config was installed when systemd was installed but we requires pam-config > 0.79-5 (I should probably bump that to 0.80 to not rely on %{release}). -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c8 --- Comment #8 from Thorsten Kukuk <kukuk@suse.com> 2013-04-02 12:44:20 UTC --- (In reply to comment #7)
The only case could be if a very old version of pam-config was installed when systemd was installed but we requires pam-config > 0.79-5 (I should probably bump that to 0.80 to not rely on %{release}).
No, that cannot be the problem here: as you can see in the log files, pam-config did wrote the pam_systemd.so entry. Something else removed it later, but I couldn't find out what this could be. -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c Xiaolong Li <xlli@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xlli@suse.com AssignedTo|bnc-team-screening@forge.pr |mc@suse.com |ovo.novell.com | -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c11 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |suse-beta@cboltz.de --- Comment #11 from Christian Boltz <suse-beta@cboltz.de> 2013-04-17 22:17:23 CEST --- (In reply to comment #8)
No, that cannot be the problem here: as you can see in the log files, pam-config did wrote the pam_systemd.so entry. Something else removed it later, but I couldn't find out what this could be.
Can you relate the timestamp of the pam config files with an entry in /var/log/zypp/history? -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c12 Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rkrell@gmx.net --- Comment #12 from Frederic Crozat <fcrozat@suse.com> 2013-04-19 07:31:45 UTC --- *** Bug 815865 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=815865 -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c13 --- Comment #13 from René Krell <rkrell@gmx.net> 2013-04-19 08:35:19 UTC --- Related to the duplicate bug 815865 I found the following stuff in the installation logs: /var/log/zypp/history-20130410.xz: -------------------------------------------------------------------------------- # 2013-03-14 12:46:08 pam-1.1.6-3.3.1.x86_64.rpm installed ok # Additional rpm output: # warning: /etc/pam.d/common-account created as /etc/pam.d/common-account.rpmnew # warning: /etc/pam.d/common-auth created as /etc/pam.d/common-auth.rpmnew # warning: /etc/pam.d/common-password created as /etc/pam.d/common-password.rpmnew # warning: /etc/pam.d/common-session created as /etc/pam.d/common-session.rpmnew # 2013-03-14 12:46:08|install|pam|1.1.6-3.3.1|x86_64||openSUSE_Current_OSS|e48cc487d5173ba3f03cda4a7a60c43ed1658750b3e2f68f9befe44b36c735b8 ... 2013-03-14 12:46:15|install|pam-modules|12.1-16.1.1|x86_64||openSUSE_Current_OSS|de2356d47377cbc40295757ff6065473db606b59f479b6f491bd13d28ac6 d62e ... # 2013-03-14 12:46:46 pam-config-0.86-1.1.1.x86_64.rpm installed ok # Additional rpm output: # *** load_config (/etc/pam.d/common-account-pc, account, ...) # **** [account, required, pam_unix2.so, ] # **** def_parse_config [pam_unix2.so] (account): '' # *** load_config (/etc/pam.d/common-auth-pc, auth, ...) # **** [auth, required, pam_env.so, ] # **** def_parse_config [pam_env.so] (auth): '' # **** [auth, optional, pam_gnome_keyring.so, ] # **** def_parse_config [pam_gnome_keyring.so] (auth): '' # **** [auth, required, pam_unix2.so, ] # **** def_parse_config [pam_unix2.so] (auth): '' # *** load_config (/etc/pam.d/common-password-pc, password, ...) # **** [password, requisite, pam_pwcheck.so, nullok cracklib ] # **** parse_config_pwcheck (password): 'nullok cracklib ' # **** [password, optional, pam_gnome_keyring.so, use_authtok] # **** def_parse_config [pam_gnome_keyring.so] (password): 'use_authtok' # **** [password, required, pam_unix2.so, use_authtok nullok ] # **** def_parse_config [pam_unix2.so] (password): 'use_authtok nullok ' # *** load_config (/etc/pam.d/common-session-pc, session, ...) # **** [session, required, pam_limits.so, ] # **** def_parse_config [pam_limits.so] (session): '' # **** [session, required, pam_unix2.so, ] # **** def_parse_config [pam_unix2.so] (session): '' # **** [session, optional, pam_umask.so, ] # **** def_parse_config [pam_umask.so] (session): '' # **** [session, optional, pam_systemd.so, ] # **** parse_config_pam_systemd.so (session): '' # **** [session, optional, pam_gnome_keyring.so, auto_start only_if=gdm,gdm-password,lxdm,lightdm ] # **** def_parse_config [pam_gnome_keyring.so] (session): 'auto_start only_if=gdm,gdm-password,lxdm,lightdm ' # *** write_config (account, /etc/pam.d/common-account-pc, ...) # **** write config for pam_unix2.so (account, enabled) # **** write config for pam_unix.so (account, disabled) # **** write config for pam_krb5.so (account, disabled) # **** write config for pam_localuser.so (account, disabled) # **** write config for pam_sss.so (account, disabled) # **** write config for pam_ldap.so (account, disabled) # **** write config for pam_nam.so (account, disabled) # **** write config for pam_winbind.so (account, disabled) # **** write config for pam_time.so (account, disabled) # *** write_config (auth, /etc/pam.d/common-auth-pc, ...) # **** write config for pam_env.so (auth, enabled) # **** write config for pam_group.so (auth, disabled) # **** write config for pam_pkcs11.so (auth, disabled) # **** write config for pam_fp.so (auth, disabled) # **** write config for pam_fprint.so (auth, disabled) # **** write config for pam_fprintd.so (auth, disabled) # **** write config for pam_thinkfinger.so (auth, disabled) # **** write config for pam_gnome_keyring.so (auth, enabled) # **** write config for pam_ssh.so (auth, disabled) # **** write config for pam_unix2.so (auth, enabled) # **** write config for pam_unix.so (auth, disabled) # **** write config for pam_ecryptfs.so (auth, disabled) # **** write config for pam_krb5.so (auth, disabled) # **** write config for pam_sss.so (auth, disabled) # **** write config for pam_ldap.so (auth, disabled) # **** write config for pam_nam.so (auth, disabled) # **** write config for pam_winbind.so (auth, disabled) # *** write_config (password, /etc/pam.d/common-password-pc, ...) # **** write config for pam_winbind.so (password, disabled) # **** write config for pam_pwcheck.so (password, enabled) # **** write config for pam_passwdqc.so (password, disabled) # **** write config for pam_cracklib.so (password, disabled) # **** write config for pam_pwhistory.so (password, disabled) # **** write config for pam_gnome_keyring.so (password, enabled) # **** write config for pam_unix2.so (password, enabled) # **** write config for pam_unix.so (password, disabled) # **** write config for pam_make.so (password, disabled) # **** write config for pam_exec.so (password, disabled) # **** write config for pam_krb5.so (password, disabled) # **** write config for pam_sss.so (password, disabled) # **** write config for pam_ldap.so (password, disabled) # **** write config for pam_nam.so (password, disabled) # *** write_config (session, /etc/pam.d/common-session-pc, ...) # **** write config for pam_selinux.so (session, disabled) # **** write config for pam_mkhomedir.so (session, disabled) # **** write config for pam_limits.so (session, enabled) # **** write config for pam_unix2.so (session, enabled) # **** write config for pam_unix.so (session, disabled) # **** write config for pam_apparmor.so (session, disabled) # **** write config for pam_krb5.so (session, disabled) # **** write config for pam_sss.so (session, disabled) # **** write config for pam_ldap.so (session, disabled) # **** write config for pam_winbind.so (session, disabled) # **** write config for pam_nam.so (session, disabled) # **** write config for pam_umask.so (session, enabled) # **** write config for pam_ssh.so (session, disabled) # **** write config for pam_systemd.so (session, enabled) # **** write config for pam_selinux.so (session, disabled) # **** write config for pam_gnome_keyring.so (session, enabled) # **** write config for pam_exec.so (session, disabled) # **** write config for pam_ecryptfs.so (session, disabled) # **** write config for pam_env.so (session, disabled) # 2013-03-14 12:46:46|install|pam-config|0.86-1.1.1|x86_64||openSUSE_Current_OSS|65ce3bc0ee2d88f58f10c93657e6e151ccf5812b3a1472cc8360783af6895e58 ... # 2013-03-14 13:01:28 pam_apparmor-2.8.1-3.1.1.x86_64.rpm installed ok # Additional rpm output: # File /etc/pam.d/common-account is no symlink to /etc/pam.d/common-account-pc. # New config from /etc/pam.d/common-account-pc is not in use! # File /etc/pam.d/common-auth is no symlink to /etc/pam.d/common-auth-pc. # New config from /etc/pam.d/common-auth-pc is not in use! # File /etc/pam.d/common-password is no symlink to /etc/pam.d/common-password-pc. # New config from /etc/pam.d/common-password-pc is not in use! # File /etc/pam.d/common-session is no symlink to /etc/pam.d/common-session-pc. # New config from /etc/pam.d/common-session-pc is not in use! # File /etc/pam.d/common-account is no symlink to /etc/pam.d/common-account-pc. # New config from /etc/pam.d/common-account-pc is not in use! # File /etc/pam.d/common-auth is no symlink to /etc/pam.d/common-auth-pc. # New config from /etc/pam.d/common-auth-pc is not in use! # File /etc/pam.d/common-password is no symlink to /etc/pam.d/common-password-pc. # New config from /etc/pam.d/common-password-pc is not in use! # File /etc/pam.d/common-session is no symlink to /etc/pam.d/common-session-pc. # New config from /etc/pam.d/common-session-pc is not in use! # warning: %post(pam_apparmor-2.8.1-3.1.1.x86_64) scriptlet failed, exit status 1 # File /etc/pam.d/common-account is no symlink to /etc/pam.d/common-account-pc. # New config from /etc/pam.d/common-account-pc is not in use! # File /etc/pam.d/common-auth is no symlink to /etc/pam.d/common-auth-pc. # New config from /etc/pam.d/common-auth-pc is not in use! # File /etc/pam.d/common-password is no symlink to /etc/pam.d/common-password-pc. # New config from /etc/pam.d/common-password-pc is not in use! # File /etc/pam.d/common-session is no symlink to /etc/pam.d/common-session-pc. # New config from /etc/pam.d/common-session-pc is not in use! # File /etc/pam.d/common-account is no symlink to /etc/pam.d/common-account-pc. # New config from /etc/pam.d/common-account-pc is not in use! # File /etc/pam.d/common-auth is no symlink to /etc/pam.d/common-auth-pc. # New config from /etc/pam.d/common-auth-pc is not in use! # File /etc/pam.d/common-password is no symlink to /etc/pam.d/common-password-pc. # New config from /etc/pam.d/common-password-pc is not in use! # File /etc/pam.d/common-session is no symlink to /etc/pam.d/common-session-pc. # New config from /etc/pam.d/common-session-pc is not in use! # warning: %postun(pam_apparmor-2.8.1-2.7.1.x86_64) scriptlet failed, exit status 1 # 2013-03-14 13:01:28|install|pam_apparmor|2.8.1-3.1.1|x86_64||openSUSE_Current_OSS|132654a939bfe29e6ab8ce8d77f34cfa9ce2dd2980f328b491dab4983e7068d0 ... # 2013-03-14 13:17:56 gnome-keyring-pam-3.6.3-1.1.1.x86_64.rpm installed ok # Additional rpm output: # File /etc/pam.d/common-account is no symlink to /etc/pam.d/common-account-pc. # New config from /etc/pam.d/common-account-pc is not in use! # File /etc/pam.d/common-auth is no symlink to /etc/pam.d/common-auth-pc. # New config from /etc/pam.d/common-auth-pc is not in use! # File /etc/pam.d/common-password is no symlink to /etc/pam.d/common-password-pc. # New config from /etc/pam.d/common-password-pc is not in use! # File /etc/pam.d/common-session is no symlink to /etc/pam.d/common-session-pc. # New config from /etc/pam.d/common-session-pc is not in use! # 2013-03-14 13:17:56|install|gnome-keyring-pam|3.6.3-1.1.1|x86_64||openSUSE_Current_OSS|4bba27fd9006eecd0f0518ef608faa8fda46e627021a50b1e4dbdc7dacac49e5 ... -------------------------------------------------------------------------------- I'm not sure, but it is quite possible that I renamed/moved the /etc/pam.d/*.rpmnew manually to their original names without the suffix '.rpmnew', later, because I can't find them any longer, which might have overwritten an existing symlink. But the log above is from one and the same uninterrupted installation session. -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c Xiaolong Li <xlli@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |fcrozat@suse.com |ovo.novell.com | -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c14 --- Comment #14 from René Krell <rkrell@gmx.net> 2013-04-22 06:54:13 UTC --- As far as I can see the following behaviour would be sufficient, provided pam-config should be used: - Rename the previous /etc/pam-d/common-* to *.rpmbak (or whatever) - ln -sf /etc/pam.d/common-session-pc /etc/pam.d/common-session ln -sf ... I tried to reinstall pam and pam-config, but a modified /etc/pam-d/common-* isn't replaced any longer by a symbolic link to the file configured by pam-config. -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c15 De Ganseman Amaury <amaury.deganseman@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amaury.deganseman@gmail.com --- Comment #15 from De Ganseman Amaury <amaury.deganseman@gmail.com> 2013-04-26 14:27:21 UTC --- I have had an issue like that some days ago... But here, pam-config -a --systemd doesn't work because it looks in /lib/security not in /lib64/security (where all modules are...). So I make a symlink and it works... More infos here: http://forums.opensuse.org/english/get-technical-help-here/tumbleweed/485021... -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c16 Togan Muftuoglu <toganm@dinamizm.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |toganm@dinamizm.com --- Comment #16 from Togan Muftuoglu <toganm@dinamizm.com> 2013-07-06 17:07:38 UTC --- Same problem and the above symlink method works -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c17 --- Comment #17 from Hrvoje Senjan <hrvoje.senjan@gmail.com> 2013-09-20 21:23:34 UTC --- Question- why is pam_systemd.so simply not included in common-session.pamd ? -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c18 Hrvoje Senjan <hrvoje.senjan@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |novell@nethub-barth.de --- Comment #18 from Hrvoje Senjan <hrvoje.senjan@gmail.com> 2013-09-20 21:38:31 UTC --- *** Bug 841614 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=841614 -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c19 Ralf Haferkamp <rhafer@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rhafer@suse.com --- Comment #19 from Ralf Haferkamp <rhafer@suse.com> 2013-09-25 11:54:11 CEST --- This bug doesn't seem to be limited to upgrades. I just experienced this problem during a fresh (net-)install of 13.1 Beta1. (Mostly a default KDE installation) Note that bnc#841614 (marked as a duplicate of this bug) also was reported for a fresh 13.1beta1 installation. Maybe this bug should be moved to 13.1? -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c Alberto Planas Dominguez <aplanas@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| | GOLD -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c20 --- Comment #20 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-09-26 16:01:06 CEST --- This is an autogenerated message for OBS integration: This bug (812462) was mentioned in https://build.opensuse.org/request/show/200716 Factory / pam -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c21 Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ronnypeine@gmx.de --- Comment #21 from Frederic Crozat <fcrozat@suse.com> 2013-09-27 16:41:01 UTC --- *** Bug 813909 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=813909 -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c22 Hrvoje Senjan <hrvoje.senjan@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |johanp@aditus.nu --- Comment #22 from Hrvoje Senjan <hrvoje.senjan@gmail.com> 2013-10-04 11:38:05 UTC --- *** Bug 839763 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=839763 -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|fcrozat@suse.com |systemd-maintainers@suse.de -- 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=812462 https://bugzilla.novell.com/show_bug.cgi?id=812462#c Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Other |openSUSE 12.3 -- 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