Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48474 - kde 3.2.2 root password
Summary: kde 3.2.2 root password
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 48516 48580 48929 48958 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-04-20 09:28 UTC by gentoo
Modified: 2004-05-12 09:46 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
kdelibs-3.2.2-su.cpp.diff (kdelibs-3.2.2-su.cpp.diff,357 bytes, patch)
2004-04-21 05:23 UTC, Marc Ballarin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gentoo 2004-04-20 09:28:28 UTC
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"
Comment 1 gentoo 2004-04-20 09:37:51 UTC
login as root from kdm works,
discussion at http://forums.gentoo.org/viewtopic.php?t=163629
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2004-04-20 12:25:47 UTC
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
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2004-04-20 14:53:56 UTC
*** Bug 48516 has been marked as a duplicate of this bug. ***
Comment 4 Tom Kiermaier 2004-04-20 16:09:02 UTC
That patch worked for me. Thanks
Comment 5 Caleb Tennis (RETIRED) gentoo-dev 2004-04-20 18:06:18 UTC
fixed in portage - please re-emerge kdelibs.
Comment 6 Marc Ballarin 2004-04-21 05:23:53 UTC
Created attachment 29749 [details, diff]
kdelibs-3.2.2-su.cpp.diff
Comment 7 Marc Ballarin 2004-04-21 05:24:34 UTC
The current patch seems to be broken. Working version attached.
Comment 8 Caleb Tennis (RETIRED) gentoo-dev 2004-04-21 10:58:05 UTC
*** Bug 48580 has been marked as a duplicate of this bug. ***
Comment 9 Peter Ruskin 2004-04-21 12:39:46 UTC
kdelibs-3.2.2-su.cpp.diff attached at Comment #6 worked for me.
Comment 10 Caleb Tennis (RETIRED) gentoo-dev 2004-04-25 06:07:40 UTC
*** Bug 48929 has been marked as a duplicate of this bug. ***
Comment 11 Colin Tinker 2004-04-25 10:56:55 UTC
This should be released as a revision so that all users get the patch and not have to come searching for a resolution.
Comment 12 Dominik Stadler (RETIRED) gentoo-dev 2004-04-25 11:53:54 UTC
*** Bug 48958 has been marked as a duplicate of this bug. ***
Comment 13 Kurt Hindenburg 2004-05-12 09:38:04 UTC
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
Comment 14 Kurt Hindenburg 2004-05-12 09:46:51 UTC
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.