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
  •  


Cisco GLC-SX-MM 1000Base SX SFP Transceiver Module 30-1301-02 picture

Cisco GLC-SX-MM 1000Base SX SFP Transceiver Module 30-1301-02

$5.99



Lot of 10pcs Brocade 57-1000012-01 8Gbps SWL 850nm SFP+ Optical Transceivers picture

Lot of 10pcs Brocade 57-1000012-01 8Gbps SWL 850nm SFP+ Optical Transceivers

$19.00



Cisco 10-2456-03 Genuine Cisco SFP-10G-LRM V03 10GBASE-LRM SFP+Transceiver picture

Cisco 10-2456-03 Genuine Cisco SFP-10G-LRM V03 10GBASE-LRM SFP+Transceiver

$24.99



Cisco Nexus 48-Port 10G SFP+ Switch N9K-9396PX w/ 9K-M12PQ 12-Port 40G QSFP picture

Cisco Nexus 48-Port 10G SFP+ Switch N9K-9396PX w/ 9K-M12PQ 12-Port 40G QSFP

$249.99



NEW Sealed Cisco SFP-10G-LR 10GBASE-LR SFP+ 1310nm 10km *US Shipping* picture

NEW Sealed Cisco SFP-10G-LR 10GBASE-LR SFP+ 1310nm 10km *US Shipping*

$18.00



F5 Networks 10GB OPT-0016-00 F5-UPG-SFP+-R 10GBASE/SR SFP Transceiver picture

F5 Networks 10GB OPT-0016-00 F5-UPG-SFP+-R 10GBASE/SR SFP Transceiver

$4.00



Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03  picture

Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03

$8.00



Mellanox Original MFM1T02A-SR 10GbE 10GBASE-SR SFP+ Transceiver picture

Mellanox Original MFM1T02A-SR 10GbE 10GBASE-SR SFP+ Transceiver

$9.00



New HP Aruba J9150D 10GBASE-SR SFP+ Transceiver Module picture

New HP Aruba J9150D 10GBASE-SR SFP+ Transceiver Module

$35.88



LOT OF 20 Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module picture

LOT OF 20 Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module

$89.00