LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-01-2003, 12:07 PM   #1
davidmgray
LQ Newbie
 
Registered: Jun 2003
Distribution: Redhat Linux 9, Windows XP Pro, OpenVMS 7.3-1
Posts: 4

Rep: Reputation: 0
Question Disable Kudzu?


Greetings all,

Firstly I’m completely new to Linux – about 3 hours to be precise.

Ok I bought the RH Linux 8 for Dummies book/CD and got a workstation version to install without error on my Sony Vaio GR114MK notebook. The initial boot hung at the “Bringing up Loopback Interface” so I did a little research on the net and found Kudzu was the offending process and that if I disabled it then Linux would boot, which it did.

Can I permanently disable Kudzu or will this have an adverse effect later on? I’m not really intending to add much more in the way of hardware (except a mouse).

One final (really lame) question: How do I logon as root? I have set up a user account for myself but as I’m the only user I don’t really want to keep entering the root password whenever I’m running as priv process.

Thanks in advance

Dave.
 
Old 06-01-2003, 12:12 PM   #2
Bigun
Member
 
Registered: Aug 2002
Location: Hickville, TN
Distribution: Gentoo > current. Have used: Red Hat 7.3, 9, Gentoo 1.4
Posts: 400

Rep: Reputation: 30
I believe that somewhere in the system menu you can find a service configuration menu selection. You might be able to disable kudzu from there.
 
Old 06-01-2003, 12:16 PM   #3
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
I found an answer here.

"I found that kudzu hangs. So the first time you boot up, use linux single and remove the kudzu service by issuing :
/sbin/chkconfig kudzu --del

Further, you need to use "linux nousb" option at boot up."


I would guess that you will need to reinstall kudzu afterwards. This problem may not exist in RH9 (I've never seen it) an upgrade may help and 8 and 9 are very similar, so your book will still be useful.

To log in as root - type root at the login page and then the password you set. Even though you are the only one using it, it's better not to log in as Root too often - you could really damage your system. Far safer to log in as a normal user and use su to act as Root when you need to.
 
Old 06-01-2003, 12:21 PM   #4
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Re: Disable Kudzu?

Quote:
Originally posted by davidmgray
One final (really lame) question: How do I logon as root? I have set up a user account for myself but as I’m the only user I don’t really want to keep entering the root password whenever I’m running as priv process.
Oh, yes you do. That's basic security proceedure. When you want to administer your system, open an x terminal and:
Code:
[phil@uilleann phil]$ su -
Password: 
[root@uilleann root]#
Anything typed into that terminal is now in the "god mode". Administer with that and when you aren't physically sitting there administering your computer, close it.

Don't run Linux as if it were Windows. It will be jamost as vulnurable as Windows then.

# Basic security
Linux Questions Security references
Security Help Files
Firewalls and Security

# Redhat links
RedHat Linux Manuals
Maximum RPM
rpmfind
Easier software management: apt4rpm - Red Carpet
RedHat 8.0 Tips & Tricks

# Redhat 7.3 down configuration commands
setup leads to several configuration tools

# Redhat 7.3 up configuration commands
Configure soundcard:
redhat-config-soundcard
Configure X server:
redhat-config-xfree86
Configure network:
redhat-config-network
 
Old 06-01-2003, 12:22 PM   #5
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
You can use the chkconfig add option to add kudzu to the list again. I would rather just turn it off though:
chkconfig kudzu off

Like XavierP said - don't login as root all the time it is a bit dangerous and too easy to damage your system. If you are the only person using your system and it is secure then you could just shorten the password to make it easier.
 
Old 06-01-2003, 12:24 PM   #6
Bigun
Member
 
Registered: Aug 2002
Location: Hickville, TN
Distribution: Gentoo > current. Have used: Red Hat 7.3, 9, Gentoo 1.4
Posts: 400

Rep: Reputation: 30
One more addition to that post, when it first asks you to log in, type root then the password. The way shown above is for quick commands like editing read-only files and schtuff.
 
Old 06-01-2003, 12:58 PM   #7
davidmgray
LQ Newbie
 
Registered: Jun 2003
Distribution: Redhat Linux 9, Windows XP Pro, OpenVMS 7.3-1
Posts: 4

Original Poster
Rep: Reputation: 0
Cheers all.

Went to service configuration and uncheck Kudzu, rebooted and viola - no problem with the Loopback interface.

Yeah I take all your points regarding not using the root account for everyday use, I just wish the password could be a bit shorter than 8 chars. Can it?

Dave.
 
Old 07-07-2003, 09:51 AM   #8
Bigun
Member
 
Registered: Aug 2002
Location: Hickville, TN
Distribution: Gentoo > current. Have used: Red Hat 7.3, 9, Gentoo 1.4
Posts: 400

Rep: Reputation: 30


I don't know. . .
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
what are the services i can disable, also disable ads, banners in konqueror? greythorne SUSE / openSUSE 3 03-16-2005 08:30 AM
disable supermount/magicdev/kudzu or whatever cbonar Mandriva 2 12-03-2004 08:02 AM
what is kudzu and how do you disable it bobothn Linux - Hardware 3 08-06-2004 09:10 PM
Disable kudzu for printer wswartz Linux - General 2 04-11-2004 12:49 PM
Kudzu BaRRaCuda Linux - Newbie 5 05-13-2002 02:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration