[Bug 348546] New: KDE update: KDM requires root password on shutdown
https://bugzilla.novell.com/show_bug.cgi?id=348546 Summary: KDE update: KDM requires root password on shutdown Product: openSUSE 10.3 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: KDE AssignedTo: kde-maintainers@suse.de ReportedBy: suse-beta@cboltz.de QAContact: qa@suse.de Found By: --- (Using official and test updates for 10.3) KDM requests the root password at shutdown after installing the latest kdebase3-kdm-3.5.7-87.2 (and related) package some days ago, which were provided as online update. In /etc/sysconfig/displaymanager, I had DISPLAYMANAGER_SHUTDOWN="all" before installing the update (see also bug 327582). After installing the update, I have DISPLAYMANAGER_SHUTDOWN="auto" again and KDM requests the root password for shutdown. I'm sure I didn't change the configfile myself. # ls -l --time-style\=full-iso displaymanager -rw-r--r-- 1 root root 5369 2007-12-11 15:09:46.000000000 +0100 displaymanager Compare this with the install time of kdmbase3-kdm (see rpm -qa --last below) and you will have a match. I had a quick look at the package showed it modifies DISPLAYMANAGER_SHUTDOWN in %post. My guess is that this %post script is broken. Marking as critical because it changes user configuration and there's no way to find out the previous setting in a fixed update. rpm -qa --last [cups / texlive / openssh / pm-utils / ispell updates skipped] NetworkManager-0.6.5-37.4 Do 13 Dez 2007 01:02:52 CET kdelibs3-devel-3.5.7-72.4 Di 11 Dez 2007 15:10:16 CET kdebase3-beagle-3.5.7-87.2 Di 11 Dez 2007 15:10:07 CET kdebase3-session-3.5.7-87.2 Di 11 Dez 2007 15:10:06 CET kdebase3-nsplugin-3.5.7-87.2 Di 11 Dez 2007 15:10:06 CET kdebase3-extra-3.5.7-87.2 Di 11 Dez 2007 15:10:05 CET kdelibs3-arts-3.5.7-72.4 Di 11 Dez 2007 15:10:01 CET kdelibs3-doc-3.5.7-72.4 Di 11 Dez 2007 15:09:58 CET kdebase3-samba-3.5.7-87.2 Di 11 Dez 2007 15:09:47 CET kdebase3-kdm-3.5.7-87.2 Di 11 Dez 2007 15:09:45 CET kdebase3-3.5.7-87.2 Di 11 Dez 2007 15:09:35 CET kdelibs3-3.5.7-72.4 Di 11 Dez 2007 15:07:55 CET timezone-2007j-1.1 Di 11 Dez 2007 15:06:42 CET rsync-2.6.9-55.4 Di 11 Dez 2007 15:06:29 CET wireshark-0.99.6-31.2 Di 11 Dez 2007 15:06:23 CET kdelibs3-default-style-3.5.7-72.4 Di 11 Dez 2007 15:05:52 CET kdebase3-ksysguardd-3.5.7-87.2 Di 11 Dez 2007 15:05:47 CET fileshareset-2.0-372.2 Di 11 Dez 2007 15:05:44 CET -- 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=348546 User suse-beta@cboltz.de added comment https://bugzilla.novell.com/show_bug.cgi?id=348546#c1 --- Comment #1 from Christian Boltz <suse-beta@cboltz.de> 2008-01-08 18:25:55 MST --- happened again with the latest kdebase [test] update :-( (the one which fixes flash-player support) -- 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=348546 User dmueller@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=348546#c2 --- Comment #2 from Dirk Mueller <dmueller@novell.com> 2008-03-18 10:56:44 MST --- this is the post install shell script: if test -n "$KDM_SHUTDOWN" ; then if test "$KDM_SHUTDOWN" = "local" ; then KDM_SHUTDOWN=all fi case "$KDM_SHUTDOWN" in "auto" | "none" | "root") sed -i -e "s/^DISPLAYMANAGER_SHUTDOWN=.*/DISPLAYMANAGER_SHUTDOWN=\"$KDM_SHUTDOWN\"/" /etc/sysconfig/displaymanager ;; esac fi looks like you have KDM_SHUTDOWN set to auto in your /etc/sysconfig/displaymanager. -- 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=348546 User dmueller@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=348546#c3 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |suse-beta@cboltz.de --- Comment #3 from Dirk Mueller <dmueller@novell.com> 2008-03-18 11:04:19 MST --- can you grep KDM_SHUTDOWN in /etc/sysconfig please? -- 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=348546 User dmueller@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=348546#c4 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|suse-beta@cboltz.de | Keywords| |Fix_is_Ready Resolution| |FIXED Summary|KDE update: KDM requires root password on |[Fix_is_Ready:10.3] KDE update: KDM requires |shutdown |root password on shutdown --- Comment #4 from Dirk Mueller <dmueller@novell.com> 2008-03-18 12:28:05 MST --- I've added this to the post script: +%{remove_and_set -n displaymanager KDM_SHUTDOWN} -- 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=348546 User suse-beta@cboltz.de added comment https://bugzilla.novell.com/show_bug.cgi?id=348546#c5 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED --- Comment #5 from Christian Boltz <suse-beta@cboltz.de> 2008-08-10 15:46:30 MDT --- I did not hit this bug in 11.0 (both beta and final) -> verified -- 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=348546 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Fix_is_Ready | Summary|[Fix_is_Ready:10.3] KDE update: KDM requires |KDE update: KDM requires root password on |root password on shutdown |shutdown -- 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