Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 27

Thread: " Su returned with an error " in KDE [SOLVED]

  1. #11
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    England
    Posts
    177

    " Su returned with an error " in KDE [RE-OPENED]

    Having just installed Knoppix 5.1.1 from the CD, I also get this error.

    This error does not happen with either a Debian installation from Knoppix 5.0.1, nor with a 'pure' Debian installation of 'Etch'.
    In all cases I am running with the same version of KDE libraries (3.5.5a.dfsg.1-5), which at the time of this posting applies to both 'testing' and 'unstable'.

    This suggests that it may be a problem specific to Knoppix 5.1.1 rather than KDE (and I can't find it listed in the KDE Bug Reports).

    For security reasons, I prefer to retain the enforcement of case-by-case log-on as superuser(root). This works if you use the Gnome equivalent gksu instead of kdesu (apt-get install gksu).
    For many applications you have to create custom KDE Buttons with executables such as the following examples (note the single quotes ' where applicable) :-
    Code:
     gksu 'konqueror --profile filemanagement'
    Code:
     gksu kuser
    If anyone finds out how to get kdesu working, that's even better !

  2. #12
    Senior Member registered user
    Join Date
    Jul 2006
    Posts
    122
    kdesu works for me ..... you should make sure your system is current by doing ` apt-get update ; apt-get upgrade ` .... that usually fixes any problems with kdesu doing weird stuff


    Take Care,
    -Justin
    One Mynds Eye

  3. #13
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    England
    Posts
    177
    Thanks; apt-get update & apt-get upgrade has also worked for me in the past to ensure kdesu works on matching libraries.
    But not this time, on an installation from the 5.1.1 CD.
    This error does not happen with either a Debian installation from Knoppix 5.0.1, nor with a 'pure' Debian installation of 'Etch'.
    In all cases I am running with the same version of KDE libraries (3.5.5a.dfsg.1-5), which at the time of this posting applies to both 'testing' and 'unstable'.
    ... these situations were achieved via apt-get update & apt-get upgrade.

    It looks like a permissions issue somewhere in relation to how kdesu is managed which as we have seen can be worked-around by making the user(s) sudoers. Which is a work-around but not a secure cure, and I would prefer to find and correct the specific cause, if only to help the progress of Knoppix.

  4. #14
    Senior Member registered user
    Join Date
    Jul 2006
    Posts
    122
    (I should learn to read better ) hrmm... I have a couple different boxes... Maybe i can turn up something.

    I running 5.1.0 and dont see that issue so it must be something with 5.1.1 specifically.


    Thanks,
    -Justin
    One Mynds Eye

  5. #15
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    England
    Posts
    177
    Thanks for that gracious and useful posting; narrowing it down to a change between 5.1.0 and 5.1.1 might lead to a 'Eureka!' thought if somebody with detailed knowledge of the update chances to read this.
    This prompted me to revisit the release notes for 5.1.1 :-
    SNIP
    * V5.1.1-2007-01-04 (see also: Release Notes at http://knopper.net/knoppix/knoppix51-en.html)
    - Updated kicker and kdebase (while fixing a nasty bug that made kicker "disappear"
    in all but the first desktop)
    - Updated ntfs-3g (writing speed improvements)
    - sudo helper for kdesu
    END-OF-SNIP
    Hmmm - interesting ! I'm beginning to think that this might justify raising a bug report - I'll give a little longer to see if any more information emerges.

  6. #16
    Junior Member
    Join Date
    Jan 2007
    Posts
    6
    Quote Originally Posted by JohnnyH
    Thanks; apt-get update & apt-get upgrade has also worked for me in the past to ensure kdesu works on matching libraries.
    But not this time, on an installation from the 5.1.1 CD.
    This error does not happen with either a Debian installation from Knoppix 5.0.1, nor with a 'pure' Debian installation of 'Etch'.
    In all cases I am running with the same version of KDE libraries (3.5.5a.dfsg.1-5), which at the time of this posting applies to both 'testing' and 'unstable'.
    ... these situations were achieved via apt-get update & apt-get upgrade.

    It looks like a permissions issue somewhere in relation to how kdesu is managed which as we have seen can be worked-around by making the user(s) sudoers. Which is a work-around but not a secure cure, and I would prefer to find and correct the specific cause, if only to help the progress of Knoppix.
    It seems to me, that kdesu in this version, is not automatically associated with the root user. See my previous post, on kdesu konqueror work around for details. I have found this on the dvd, as well as the cd varient of 5.1.1.

  7. #17
    Senior Member registered user
    Join Date
    Jul 2006
    Posts
    122
    Johnny-

    I wonder if running say ` kdesu konqueror ` from a terminal window will give us a clue? .... also maybe ` strace kdesu konqueror >~/kdesu.out `

    another idea...

    if you can find the exact package (I started looking but didnt have time to finish) that kdesu is contained in....you may have luck doing something like:

    apt-get --purge remove <package name> && apt-get install <package name>

    since its likey to be a config issue that we are dealing with that might fix your problem by purging the config files and reinstalling them from scratch.... hard to say if it will cause some unforseen problem but it may work

    Just remember my motto: Half the fun of fixing it is tearing it up again
    -Justin
    One Mynds Eye

  8. #18
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    England
    Posts
    177
    Justin,

    I haven't yet managed to get anything that seems useful by running ` kdesu konqueror ` from a terminal window
    Running under strace on the other hand produces a lot of output ~320KB - too much to post !

    BTW /usr/bin/kdesu and /usr/bin/kdesud are in kdebase-bin
    /usr/bin/kdesu_stub and /usr/lib/libkdesu.so.4.2.0 and /usr/lib/libkdesu.so.4 are in kdelibs4c2a

    I've checked their release numbers and ownerships and permissions ; these are identical to those in the systems (Knoppix 5.0.1 and Debian Etch) where kdesu works perfectly.

    Anyway it's worth a try to reconfigure ... dropped out of X to dpkg-reconfigure first ... no difference.
    I might do a purge & re-installation as you suggest later when I have the time, as taking out those packages will take a lot of my installed system with them.

    Keeping on brainstorming ... Johnny.

  9. #19
    Junior Member
    Join Date
    Jan 2007
    Location
    OK
    Posts
    3

    Im havin problems too

    I just installed Knoppix 5.1.1 to my HDD last night, and I am too having problems w/ superuser. I can do hardly anything. The workarounds posted in this topic provide a little help, but they always wind up making the apps appear in German. Is this an isolated incident? And is their anything to fix this?

  10. #20
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    England
    Posts
    177
    bas,
    You're not alone; whilst superuser konqueror and kuser (as in my previous posting) come up in my KDE locale language (English GB - I have kde-i18n-engb installed), I have now also tried guarddog. Guarddog comes up in English for the normal user but in Deutsch for superuser.
    Yet when I start X and KDE as root from a console, I have configured the KDE locale to English there as well.
    And when I start guarddog from the root account it comes up in English.
    So at the moment I do not have an explanation.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. "Cant find Knoppix file system" error when bootin
    By sinncier in forum Hardware & Booting
    Replies: 1
    Last Post: 02-14-2010, 07:08 PM
  2. Error -84 on SD Card "Hard Drive" on Acer Aspire O
    By mejohnsn in forum Hardware & Booting
    Replies: 0
    Last Post: 10-30-2009, 05:34 AM
  3. Can't get "persistent home" to work (solved)
    By carolus in forum General Support
    Replies: 0
    Last Post: 04-29-2008, 10:28 PM
  4. Error Message: "PCMCIA found, starting cardmgr." -
    By montalegrejorge in forum Laptops
    Replies: 2
    Last Post: 03-09-2008, 10:50 PM
  5. apt-get problem "returned an error code (1)"
    By migross in forum General Support
    Replies: 4
    Last Post: 10-23-2003, 07:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


VINTAGE OEM IBM Three-Button ScrollPoint Optical USB Mouse (P/N:24P0494)-Grade B picture

VINTAGE OEM IBM Three-Button ScrollPoint Optical USB Mouse (P/N:24P0494)-Grade B

$13.45



OEM IBM Thinkpad Keyboard 46H3846 picture

OEM IBM Thinkpad Keyboard 46H3846

$10.00



OEM Keyboard for IBM Lenovo N100/N200 3000 series 39T7385 BCF-84US 25-007696 picture

OEM Keyboard for IBM Lenovo N100/N200 3000 series 39T7385 BCF-84US 25-007696

$14.50



IBM Model M Keyboard Flipper and Buckling Spring - Set of 5 - Genuine OEM picture

IBM Model M Keyboard Flipper and Buckling Spring - Set of 5 - Genuine OEM

$3.49



IBM DOS 6.1 OEM VERSION 5.25

IBM DOS 6.1 OEM VERSION 5.25" DISKS NEW SEALED

$24.99



IBM Keyboard T440 T440s T440p T431s Backlit 04X0139 OEM picture

IBM Keyboard T440 T440s T440p T431s Backlit 04X0139 OEM

$24.00



Genuine OEM IBM Model M2 Keycaps for Missing

Genuine OEM IBM Model M2 Keycaps for Missing "Clicky" Keyboard-Keys and springs.

$3.00



 IBM Lenovo oem keyboard,Part No  42T3970 FRU# 42T4002 picture

IBM Lenovo oem keyboard,Part No 42T3970 FRU# 42T4002

$19.50



IBM OEM DBOA-2720 720MB 2.5

IBM OEM DBOA-2720 720MB 2.5" IDE 44-Pin LAPTOP HARD DRIVE HDD Vintage TESTED

$67.90



Lexmark/IBM 6190653 Black Developer (500k Pages), for the Lexmark 3835 printer picture

Lexmark/IBM 6190653 Black Developer (500k Pages), for the Lexmark 3835 printer

$247.98