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
  •  


HPGYT DELL 960GB SATA 6Gb/s 2.5in Internal SSD 0HPGYT MTFDDAK960TCB picture

HPGYT DELL 960GB SATA 6Gb/s 2.5in Internal SSD 0HPGYT MTFDDAK960TCB

$59.00



G5T03 Dell Intel DC S3700 Series 800GB SATA 6Gb/s 2.5

G5T03 Dell Intel DC S3700 Series 800GB SATA 6Gb/s 2.5" SSD 0G5T03 SSDSC2BA800G3E

$55.00



M.2 NVME SATA SSD Enclosure USB 3.2 Gen 2 10Gbps for M-Key or M+B Key SSD to 8TB picture

M.2 NVME SATA SSD Enclosure USB 3.2 Gen 2 10Gbps for M-Key or M+B Key SSD to 8TB

$40.86



ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID picture

ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID

$58.99



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$14.99



Micron 5100 MAX 120GB SATA 6Gb/s 2.5

Micron 5100 MAX 120GB SATA 6Gb/s 2.5" Internal SSD MTFDDAK120TCC Solid State

$9.99



Intel DC S3510 Series 120GB SSD 2.5

Intel DC S3510 Series 120GB SSD 2.5" 6Gb/s SATA Solid State Drive SSDSC2BB120G6K

$9.99



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$13.99



Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot picture

Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot

$198.99



Fanxiang 256GB 512GB 1TB 2TB 4TB Internal SSD 2.5

Fanxiang 256GB 512GB 1TB 2TB 4TB Internal SSD 2.5" SATA III 6GB/s for PC/MAC Lot

$188.09