Results 1 to 10 of 10

Thread: HD Install: "su" errors

  1. #1
    Junior Member
    Join Date
    Jan 2007
    Posts
    4

    HD Install: "su" errors

    Hi guys,

    I've just installed on the hard disk of my PC the 5.1 release and I'm facing some "su" errors:
    I read the previous posts about "sudo" errors and ran the following commands as root:

    1. "chown root:root /etc/sudoers"
    2. "chmod 0440 /etc/sudoers"


    I still got the following errors each time I login in KDE:

    1. If I try to modify date and time I got: "Su returned with an error"

    2. If I try to mount the floppy disk I got: "mount can't find /media/fda in etc/fstab...."

    3. If I try to mount the CD ROM I got: "Feature only available with HAL"

    What's wrong?

    Thanks for any help,
    Enrico

  2. #2
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    England
    Posts
    177
    1. If I try to modify date and time I got: "Su returned with an error"
    Did you do anything more than chown and chmod sudoers ?
    I can only suggest that you look at all the work-arounds in http://www.knoppix.net/forum/viewtopic.php?t=26361

    2. If I try to mount the floppy disk I got: "mount can't find /media/fda in etc/fstab...."
    Try mounting your Floppy using KDiskFree (Right-click on the device) instead of the desk-top Icon.

    Was folder /media/fda created for you by the Knoppix Installer ?
    Does configuration file /etc/fstab contain a line starting with /dev/fd0 ?
    You may need to create some folder(s) or symbolic links.

    3. If I try to mount the CD ROM I got: "Feature only available with HAL"
    Try mounting your CD ROM using KDiskFree (Right-click on the device) instead of the desk-top Icon.

    Was a folder e.g. /media/cdrom created for you by the Knoppix Installer ?
    You may need to create some folder(s) or symbolic links.

    Does configuration file /etc/fstab contain a line starting with e.g. /dev/cdrom ?

    Does e.g. /dev/cdrom exist ? you may need to create a symbolic link to a block device e.g /dev/hd<your-cdrom-drive-ide-letter>

  3. #3
    Junior Member
    Join Date
    Jan 2007
    Posts
    4
    Hi,
    Did you do anything more than chown and chmod sudoers ?
    I can only suggest that you look at all the work-arounds in http://www.knoppix.net/forum/viewtopic.php?t=26361
    I read that post carefully and did the following things:

    1. chown root:root /etc/sudoers (as root)
    2. chmod 0440 /etc/sudoers (as root from the command line)
    3. %sudo ALL=(ALL) ALL (vi editor launched as root)

    The problem still shows up: if I login in KDE as a regular user I can't:

    - modify the NIC settings (IP,DNS...) (therefore no Internet access)
    - modify date and time
    - ....

    The pop-up error is the usual "Su returned with an error"

    How is that possibile? I really don't understand what's wrong here.

    thanks,
    Enrico

  4. #4
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    England
    Posts
    177
    http://www.knoppix.net/forum/viewtopic.php?t=26361 now gives the definitive answer; see Page 3.

    Good luck

  5. #5
    Junior Member
    Join Date
    Jan 2007
    Posts
    4
    >http://www.knoppix.net/forum/viewtopic.php?t=26361 now gives the definitive answer; see Page 3.
    >Good luck

    Hi JohnnyH,

    I read carefully that post but I wasn't able to fix the problem (I'm a Linux newbie).

    Since I really wanted to install Knoppix on my hard disk, I downloaded and installed the 5.0 version, which doesn't have that problem.

    Knoppix 5.0 is running just fine

    Enrico

  6. #6
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    England
    Posts
    177
    Enrico,

    I will summarise a procedure for you anyway, as you will need it if or when you want to upgrade to Knoppix >= 5.1.1

    1. Open your home directory in Konqueror.
    2. In menu "View" open "Show Hidden Files"
    3. Drill down to /home/<knoenrico-name>/.kde/share/config
    4. Click-on /home/<knoenrico-name>/.kde/share/config/kdesurc
    to open kdesurc with KWrite
    5. Edit statement from
    Code:
    super-user-command=sudo
    to
    Code:
    super-user-command=su
    6. Save kdesurc and close KWrite

    7. kdesu should now work correctly

  7. #7
    Junior Member
    Join Date
    Jan 2007
    Posts
    4
    Quote Originally Posted by JohnnyH
    Enrico,

    I will summarise a procedure for you anyway, as you will need it if or when you want to upgrade to Knoppix >= 5.1.1

    1. Open your home directory in Konqueror.
    2. In menu "View" open "Show Hidden Files"
    3. Drill down to /home/<knoenrico-name>/.kde/share/config
    4. Click-on /home/<knoenrico-name>/.kde/share/config/kdesurc
    to open kdesurc with KWrite
    5. Edit statement from
    Code:
    super-user-command=sudo
    to
    Code:
    super-user-command=su
    6. Save kdesurc and close KWrite

    7. kdesu should now work correctly
    Hi JohnnyH,

    thanks for your clear explaination. That's the answer that a newbie needs

    As soon as I get myself oriented in Linux I will upgrade to the latest version.

    Enrico

  8. #8
    Junior Member
    Join Date
    Feb 2006
    Posts
    5

    SU error

    Thank you Johnny H. Your summary of the instructions helped me solve the su error as well, and taught me more about the many uses of Konqueror as an internal system browser.
    Cheers from Guelph, Ontario!javascript:emoticon('')

  9. #9
    Junior Member
    Join Date
    Aug 2007
    Posts
    1

    Su error FIXed

    Quote Originally Posted by knoenrico
    Quote Originally Posted by JohnnyH
    Enrico,

    I will summarise a procedure for you anyway, as you will need it if or when you want to upgrade to Knoppix >= 5.1.1

    1. Open your home directory in Konqueror.
    2. In menu "View" open "Show Hidden Files"
    3. Drill down to /home/<knoenrico-name>/.kde/share/config
    4. Click-on /home/<knoenrico-name>/.kde/share/config/kdesurc
    to open kdesurc with KWrite
    5. Edit statement from
    Code:
    super-user-command=sudo
    to
    Code:
    super-user-command=su
    6. Save kdesurc and close KWrite

    7. kdesu should now work correctly
    Hi JohnnyH,

    thanks for your clear explaination. That's the answer that a newbie needs

    As soon as I get myself oriented in Linux I will upgrade to the latest version.

    Enrico
    I usually don't take the time to register on a forum to post a reply on one fix, but just wanted to say this worked for me
    knoppix 5.1

  10. #10
    Junior Member
    Join Date
    Sep 2008
    Posts
    1
    Hi all,

    I've just landed here trying to fix a bug with a hdd install of knoppix 5.3.1.

    I was getting an error reading "Feature only available with HAL" after trying to launch the dvd drive. It was a drag of a problem as I did this build for a media box . I'd done the kdesu update and was on the sudoers list But still the same result.

    To cut a long story short.

    There seemed to be a typo in my /dev folder. All the devices associated with my optical drive had a two at the end of them. Renaming them fixed the problem and the drive is now recognized as it should be.

    eg:
    /dev/dvd2 to /dev/dvd
    /dev/dvdrw2 to /dev/dvdrw
    /dev/cdrom2 to /dev/cdrom
    and so on for all devices associated with the drive.

    Hope this saves someone some grief!

    All the best,

    quantum.

Similar Threads

  1. Debian install "end session" & "shutdown/
    By ihcnut in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 12-26-2004, 09:26 PM
  2. knoppix3.6.."cloop:read errors"..
    By aaru_ali in forum General Support
    Replies: 0
    Last Post: 10-27-2004, 07:10 AM
  3. "Cron" jobs? Questions/issues/errors...
    By Cuddles in forum General Support
    Replies: 1
    Last Post: 04-21-2004, 08:28 PM
  4. "Foreign" drive formats and "dd" command
    By geebee2000 in forum Hardware & Booting
    Replies: 9
    Last Post: 05-21-2003, 07:29 PM
  5. Locate Knoppix "group" in "K" menu
    By Juny in forum General Support
    Replies: 4
    Last Post: 03-14-2003, 09:02 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
  •  


LOT (8) Cisco UCS UCSB-B200-M5  2x6248R  24 core 3.0G   24x64g DDR4-2933 ram picture

LOT (8) Cisco UCS UCSB-B200-M5 2x6248R 24 core 3.0G 24x64g DDR4-2933 ram

$112000.00



Dell PowerEdge FX2s + 8x FC430 Blades 16x E5-2630v4 160 Cores Rails No PSU/RAM picture

Dell PowerEdge FX2s + 8x FC430 Blades 16x E5-2630v4 160 Cores Rails No PSU/RAM

$699.00



NETAPP HCI NAF-1701 SuperMicro Server 4X BLADE H410C 8X GOLD 5120 - 4X S25G NICs picture

NETAPP HCI NAF-1701 SuperMicro Server 4X BLADE H410C 8X GOLD 5120 - 4X S25G NICs

$1999.97



Dell PowerEdge FC430 Blade Server 2x Xeon E5-2630v4 20 Cores FX2 FX2s No RAM/HDD picture

Dell PowerEdge FC430 Blade Server 2x Xeon E5-2630v4 20 Cores FX2 FX2s No RAM/HDD

$119.99



Dell PowerEdge FX2 FX2s Server 10GbE CMC Blade Enclosure Chassis picture

Dell PowerEdge FX2 FX2s Server 10GbE CMC Blade Enclosure Chassis

$274.99



Dell PowerEdge VRTX Rackmount Chassis w/4x PSUs 2x CMC Modules picture

Dell PowerEdge VRTX Rackmount Chassis w/4x PSUs 2x CMC Modules

$399.98



Dell PowerEdge M620 Blade Server 2x Xeon E5-2680v2 2.8ghz 20-Cores | 128GB picture

Dell PowerEdge M620 Blade Server 2x Xeon E5-2680v2 2.8ghz 20-Cores | 128GB

$149.99



SuperMicro 938-16 5039ms-h8trf 3U MicroCloud SuperServer w 8 X11SSD-F Blades 2PS picture

SuperMicro 938-16 5039ms-h8trf 3U MicroCloud SuperServer w 8 X11SSD-F Blades 2PS

$899.00



Lot of 3 Dell PowerEdge Blade Server HHB005 x2 HHB006 x1 picture

Lot of 3 Dell PowerEdge Blade Server HHB005 x2 HHB006 x1

$256.49



Dell PowerEdge M630 Blade Server 2x Xeon E5-2680 v4, 2F3MP , 4GDP5 ,R10KJ ,JVFVR picture

Dell PowerEdge M630 Blade Server 2x Xeon E5-2680 v4, 2F3MP , 4GDP5 ,R10KJ ,JVFVR

$96.60