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
  •  


LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA picture

LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA

$229.99



Dell R630 8SFF 2.4Ghz 20-Core 128GB H730 RAID 10GB RJ-45 NIC 2x750W PSU 8x Trays picture

Dell R630 8SFF 2.4Ghz 20-Core 128GB H730 RAID 10GB RJ-45 NIC 2x750W PSU 8x Trays

$455.04



Dell R740XD2 26LFF 3.6Ghz 8-C 768GB H730P MINI RAID 2x10G SFP+ NIC 2x1100W Rails picture

Dell R740XD2 26LFF 3.6Ghz 8-C 768GB H730P MINI RAID 2x10G SFP+ NIC 2x1100W Rails

$3538.08



Dell R740XD2 26LFF 3.6Ghz 8-C 384GB H730P MINI RAID 2x10G SFP+ NIC 2x1100W Rails picture

Dell R740XD2 26LFF 3.6Ghz 8-C 384GB H730P MINI RAID 2x10G SFP+ NIC 2x1100W Rails

$2998.08



Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE picture

Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE

$15.98



LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License picture

LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License

$39.95



ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs picture

ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs

$87.99



LSI MegaRaid 9361-8i 12Gbps SAS / SATA Raid Controller PCIe x8 3.0 Tested picture

LSI MegaRaid 9361-8i 12Gbps SAS / SATA Raid Controller PCIe x8 3.0 Tested

$29.00



4 Bay RAID External Hard Drive Enclosure for 2.5/3.5

4 Bay RAID External Hard Drive Enclosure for 2.5/3.5" SATA HDD/SSD

$79.99



G TECHNOLOGY G RAID 0G04228 2-Bay Thunderbolt 2 RAID Array W/Power Supply picture

G TECHNOLOGY G RAID 0G04228 2-Bay Thunderbolt 2 RAID Array W/Power Supply

$99.99