[Bug 693109] New: kdesu does not work after upgrade to KDE 4.6.3
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.
https://bugzilla.novell.com/show_bug.cgi?id=693109 https://bugzilla.novell.com/show_bug.cgi?id=693109#c1 --- Comment #1 from Stefan Masnyk <stmasn@gmail.com> 2011-06-19 14:16:09 UTC --- I removed /usr/lib64/kde4/libexec/kdesud and ksedu work -- 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=693109 https://bugzilla.novell.com/show_bug.cgi?id=693109#c2 --- Comment #2 from Andreas Schallenberg <andreas.schallenberg@eurobild.com> 2011-06-25 11:21:43 UTC --- This workaround also works for 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=693109 https://bugzilla.novell.com/show_bug.cgi?id=693109#c3 Christian Trippe <ctrippe@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |ctrippe@opensuse.org InfoProvider| |andreas.schallenberg@eurobi | |ld.com --- Comment #3 from Christian Trippe <ctrippe@opensuse.org> 2011-10-07 09:49:05 UTC --- Is this still a problem with KDE 4.6.5 or KDE 4.7.x? -- 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=693109 https://bugzilla.novell.com/show_bug.cgi?id=693109#c4 --- Comment #4 from Andreas Schallenberg <andreas.schallenberg@eurobild.com> 2011-10-07 22:56:08 UTC --- The machine I used had other issues and I had to do a fresh install this week (this time I omitted KDE 3.5.x packages) so I cannot re-test right now. For the workaround, I can confirm that the issue re-appeared after an online update. That is not suprising - most likely the update re-installed the file "kdesud". So maybe Stefan can answer this? -- 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=693109 https://bugzilla.novell.com/show_bug.cgi?id=693109#c5 6tr6tr R <d6tr6tr@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |d6tr6tr@yahoo.com --- Comment #5 from 6tr6tr R <d6tr6tr@yahoo.com> 2012-01-05 20:34:11 UTC --- I believe I am getting this same issue with openSUSE 12.1 (KDE 4.7): http://forums.opensuse.org/english/get-technical-help-here/applications/4704... [quote] access("/tmp/ksocket-myusername/kdesud_:0", R_OK|W_OK) = -1 ENOENT (No such file or directory) [/quote] What would the fix be for this? And why does it occur (since it's not happening to everyone but I have found numerous people who've experienced this)? -- 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=693109 https://bugzilla.novell.com/show_bug.cgi?id=693109#c6 Ursan Marius Bogdan <creation1985@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |creation1985@yahoo.com --- Comment #6 from Ursan Marius Bogdan <creation1985@yahoo.com> 2012-01-20 13:31:19 UTC --- I have openSUSE 12.1 with KDE 4.7.2 + official repo`s under Vbox. I can confirm that in the past i got the same issue. To be on a safe side i had issued an command that needs root privileges, kdesu zypper refresh and it works. Starting Yast works as well. The same goes for openSUSE 12.1 on my real hardware, no issues with kdesu or starting Yast. The only difference here is that i have updated apps and extra repo`s from KDE stable(version 4.7.2) activated. -- 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=693109 https://bugzilla.novell.com/show_bug.cgi?id=693109#c7 Christian Trippe <ctrippe@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|andreas.schallenberg@eurobi | |ld.com | Resolution| |FIXED --- Comment #7 from Christian Trippe <ctrippe@opensuse.org> 2012-03-19 20:21:32 UTC --- According to comment 6 this is 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=693109 https://bugzilla.novell.com/show_bug.cgi?id=693109#c8 6tr6tr R <d6tr6tr@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #8 from 6tr6tr R <d6tr6tr@yahoo.com> 2012-03-21 00:30:59 UTC --- (In reply to comment #7)
According to comment 6 this is fixed.
I have openSUSE 12.1, KDE 4.7.2 and I still get an issue: kdesu(6452)/kdesu (kdelibs) KDESu::KDEsuClient::command: [ /home/abuild/rpmbuild/BUILD/kdelibs-4.7.2/kdesu/client.cpp : 209 ] no reply from daemon. -- 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=693109 https://bugzilla.novell.com/show_bug.cgi?id=693109#c9 Alin M Elena <alinm.elena@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |CLOSED CC| |alinm.elena@gmail.com Resolution| |WONTFIX --- Comment #9 from Alin M Elena <alinm.elena@gmail.com> 2012-11-15 22:03:01 UTC --- works for me in 12.2 and kde 4.9.2 I will mark as closed... Alin -- 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