https://bugzilla.novell.com/show_bug.cgi?id=693109 https://bugzilla.novell.com/show_bug.cgi?id=693109#c0 Summary: kdesu does not work after upgrade to KDE 4.6.3 Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: x86-64 OS/Version: openSUSE 11.4 Status: NEW Severity: Normal Priority: P5 - None Component: KDE4 Workspace AssignedTo: kde-maintainers@suse.de ReportedBy: andreas.schallenberg@eurobild.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1 I made a new installation with openSUSE 11.4. Then I added KDE 3 packages and replaced KDE 4.6.0 by KDE 4.6.3. Now "kdesu" does not work anymore. It seems to be related to the situation described here: https://bugzilla.novell.com/show_bug.cgi?id=389765#c3
kdesu xterm kdesu(11129)/kdesu (kdelibs) KDESu::KDEsuClient::command: [ /usr/src/packages/BUILD/kdelibs-4.6.3/kdesu/client.cpp : 207 ] no reply from daemon.
ps -Aef | grep kdesud 1000 10601 1 0 15:07 ? 00:00:00 /usr/lib64/kde4/libexec/kdesud 1000 11148 3922 0 15:20 pts/3 00:00:00 grep kdesud
sudo lsof -p 10601 | grep socket kdesud 10601 as 3u unix 0xffff8801929ae780 0t0 27548 /tmp/ksocket-as/kdesud_ kdesud 10601 as 4u unix 0xffff88017dac3b40 0t0 8708 socket
strace kdesu xterm >& out.txt ; grep access out.txt | grep socket access("/tmp/ksocket-as/kdesud_:0", R_OK|W_OK) = 0
So, "kdesud" seems to use the socket name without ":0" and "kdesu" uses the one with ":0". I removed kde3 base (which would contain kdesud as well): # rpm -q kdebase3 package kdebase3 is not installed And I reinstalled kdebase4-runtime. It is now: # zypper info kdebase4-runtime Loading repository data... Reading installed packages... Information for package kdebase4-runtime: Repository: @System Name: kdebase4-runtime Version: 4.6.3-4.3 Arch: x86_64 Vendor: obs://build.opensuse.org/KDE Installed: Yes Status: up-to-date Installed Size: 16.8 MiB Summary: The KDE Runtime Components Description: This package contains all run-time dependencies of KDE applications. Reproducible: Always Steps to Reproduce: 1. 2. 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.