|
Bugzilla – Full Text Bug Listing |
| Summary: | Network applet and apper stop working after upgrade from OpenSuse 12.2 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.3 | Reporter: | Forgotten User qidzN81um_ <forgotten_qidzN81um_> |
| Component: | Security | Assignee: | systemd maintainers <systemd-maintainers> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | jslaby, kukuk, thomas.blume |
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | openSUSE 12.3 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Forgotten User qidzN81um_
2013-02-10 21:51:55 UTC
I had the same issue. At least I think. My loginctl output was empty (no seats). I had to add pam_systemd to common-session: session required pam_limits.so session required pam_unix.so try_first_pass session required pam_systemd.so session optional pam_umask.so session optional pam_env.so Now everything works for me. /etc/pam.d/common-session should be a symlink to /etc/pam.d/common-session-pc (ie the file will be under pam-config control and should get pam_systemd.so added automatically). Is it the case ? (In reply to comment #2) > /etc/pam.d/common-session should be a symlink to /etc/pam.d/common-session-pc > (ie the file will be under pam-config control and should get pam_systemd.so > added automatically). > > Is it the case ? Nope, both were self-standing files. Now I fixed it so that common-* point to common-*-pc. And of course -pc contained pam_systemd.so. I have no idea how I come to that situation... (In reply to comment #3) > (In reply to comment #2) > > /etc/pam.d/common-session should be a symlink to /etc/pam.d/common-session-pc > > (ie the file will be under pam-config control and should get pam_systemd.so > > added automatically). > > > > Is it the case ? > > Nope, both were self-standing files. Now I fixed it so that common-* point to > common-*-pc. And of course -pc contained pam_systemd.so. I have no idea how I > come to that situation... I was afraid of that. rpm can screw the symlink (I remember reports of this but I'm not sure it was already reported in bugzilla), since it is not stored as such for pam package.. Reassigning to mls but adding throsten as cc. Has nothing to do with RPM. Somebody played with pam-config or modified files and afterwards ignored the pam-config warnings that pam-config is now disabled. Thanks Thorsten, reassigned back to Frederic. (In reply to comment #5) > Has nothing to do with RPM. Somebody played with pam-config or modified files > and afterwards ignored the pam-config warnings that pam-config is now disabled. Well, I'm 99% sure I already saw reports on IRC with similar issue where common-session was handled by pam-config and after upgrade (to Factory), it wasn't a symlink anymore. And it is not systemd, since systemd only relies on pam-config. It would be interesting to know if there was a common-session.rpmsave or common-session.rpmnew created.. There was .rpmnew, but that seemed to be old (mid 2012, much older than common-session), so I removed that. (In reply to Frederic Crozat from comment #7) > > Well, I'm 99% sure I already saw reports on IRC with similar issue where > common-session was handled by pam-config and after upgrade (to Factory), it > wasn't a symlink anymore. And it is not systemd, since systemd only relies > on pam-config. > https://forums.opensuse.org/showthread.php/491766-Authorization-failed Actually, this is a duplicate of bnc#812462. -> closing *** This bug has been marked as a duplicate of bug 812462 *** |