kde 3.2.2 doesn't accept the root password Reproducible: Always Steps to Reproduce: 1. kdesu -u root -c kuser Actual Results: incorrect password, try again su works -> user is in "wheel"
login as root from kdm works, discussion at http://forums.gentoo.org/viewtopic.php?t=163629
Try this patch and see if it helps: http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdelibs/kdesu/su.cpp.diff?r1=1.32.2.2&r2=1.32.2.3
*** Bug 48516 has been marked as a duplicate of this bug. ***
That patch worked for me. Thanks
fixed in portage - please re-emerge kdelibs.
Created attachment 29749 [details, diff] kdelibs-3.2.2-su.cpp.diff
The current patch seems to be broken. Working version attached.
*** Bug 48580 has been marked as a duplicate of this bug. ***
kdelibs-3.2.2-su.cpp.diff attached at Comment #6 worked for me.
*** Bug 48929 has been marked as a duplicate of this bug. ***
This should be released as a revision so that all users get the patch and not have to come searching for a resolution.
*** Bug 48958 has been marked as a duplicate of this bug. ***
I agree that 3.2.2-r1 should be released. The patch is already in files/ --- kdelibs-3.2.2.ebuild 2004-04-27 16:46:28.000000000 -0500 +++ kdelibs-3.2.2-r1.ebuild 2004-05-12 11:20:08.269559272 -0500 @@ -58,6 +58,8 @@ use x86 && myconf="$myconf --enable-fast-malloc=full" + epatch ${FILESDIR}/${P}-su.cpp.diff + kde_src_compile configure make use doc && make apidox
Ignore my comment #13. Reemerging 3.2.2 seems to apply the patch. Still I think 3.2.2-r1 should be released so people know to upgrade.