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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-17-2002, 08:25 AM
|
#1
|
Member
Registered: Jan 2002
Location: Stamford CT
Posts: 97
Rep:
|
Slackware Q's
All.. I loaded slackware on my thinkpad.. i did the full install and lilo loads on boot... it loads up to a 'darkstar' login... i can log into that as root but.....what is darkstar and where am i in the system?? I know that i loaded the KDE environment?? how do I get that at boot???
r
|
|
|
02-17-2002, 09:03 AM
|
#2
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
darkstar is the evil penguin inside your computer. no actually its just the default name of your computer after the install... like redhat just uses localhost.. etc... etc.. you can change that.
to start kde at boot, you can either issue the command startx to get into the gui each time from command, or you can edit your inittab file and change your runlevel to 5 instead of the default of 3...
|
|
|
02-17-2002, 02:24 PM
|
#3
|
Member
Registered: Jan 2002
Location: Stamford CT
Posts: 97
Original Poster
Rep:
|
that did the trick....trickykid... thanks ... anyplace that i may find a slackware users guide??
r
|
|
|
02-17-2002, 03:43 PM
|
#4
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Quote:
Originally posted by StamfordRob
that did the trick....trickykid... thanks ... anyplace that i may find a slackware users guide??
r
|
ummm.. not sure off top of my head, but you can always come back here for questions, we have lots of slack peeps here..
if i come across a site for slack... i'll be sure to let you know.
|
|
|
02-17-2002, 03:59 PM
|
#5
|
LQ Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
Oh, to change the hostname from darkstar, btw your kernel was compiled by bigkitty, edit the file called /etc/HOSTNAME. Slack makes it easy... I still haven't found it on RedHat.
Cheers,
Finegan
|
|
|
02-17-2002, 04:07 PM
|
#6
|
Senior Member
Registered: Nov 2001
Location: Wa. State
Distribution: Slackware
Posts: 1,261
Rep:
|
Quote:
Originally posted by finegan
Oh, to change the hostname from darkstar, btw your kernel was compiled by bigkitty, edit the file called /etc/HOSTNAME. Slack makes it easy... I still haven't found it on RedHat.
Cheers,
Finegan
|
Yep, or just as an alternative, run the command netconfig and it'll edit the files for you, per the information you specify of course.
And as for redhat's localhost+localdomain genericism (is that a word? LOL) I was able to change it at one point, but i can't remember for the life of me what I did. May have used the hostname command or linuxconf. Who knows....
|
|
|
02-18-2002, 02:01 PM
|
#7
|
Member
Registered: Jan 2002
Location: Stamford CT
Posts: 97
Original Poster
Rep:
|
great.. thanks..
hey you mentioned 'runlevel' in one of the last replies.. i was wondering what is on each level?? how can i find out??
|
|
|
02-18-2002, 02:09 PM
|
#8
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Quote:
Originally posted by StamfordRob
great.. thanks..
hey you mentioned 'runlevel' in one of the last replies.. i was wondering what is on each level?? how can i find out??
|
runlevel's.. .
0 = shutdown
1 = single user
2 = multi w/o networking i think..
3 = multi with networking..
4 = usually not used
5 = graphical
6 = reboot
never set your default level to 0 or 6... and usually your going to use either 3 or 5...
-trickykid
Oh yeah.. if you look at your inittab file.. it usually has the level's explained in there..
Last edited by trickykid; 02-18-2002 at 02:11 PM.
|
|
|
02-18-2002, 02:19 PM
|
#9
|
Member
Registered: Jan 2002
Location: Stamford CT
Posts: 97
Original Poster
Rep:
|
i'll check that out.. thanks
|
|
|
02-18-2002, 07:09 PM
|
#10
|
Member
Registered: Dec 2001
Location: Sicily (Italy)
Distribution: DEBIAN! - (also used: Red Hat, Mandrake, Slackware, SuSE, BestLinux, EasyLinux, muLinux...)
Posts: 92
Rep:
|
btw I think in RedHat they put it in /etc/sysconfig/network or something
|
|
|
02-19-2002, 12:44 AM
|
#11
|
Member
Registered: Oct 2001
Location: Sydney
Distribution: Arch
Posts: 296
Rep:
|
Firstly, correct me if im wrong, but slackware doesnt have a runlevel 5? i think slackware uses RL 4 to mean the same thing.
this can be changed by editting /etc/inittab and looking for a line like this.
id:3:initdefault:
change this line to
id:4:initdefault:
assuming you have x confugred and either xdm, kdm, or gdm installed, it will boot up to a graphical startup.
by the way, the official slackware book can be found here.
http://www.slackware.com/book/
|
|
|
02-19-2002, 12:51 AM
|
#12
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Quote:
Originally posted by SlCKB0Y
Firstly, correct me if im wrong, but slackware doesnt have a runlevel 5? i think slackware uses RL 4 to mean the same thing.
this can be changed by editting /etc/inittab and looking for a line like this.
id:3:initdefault:
change this line to
id:4:initdefault:
assuming you have x confugred and either xdm, kdm, or gdm installed, it will boot up to a graphical startup.
by the way, the official slackware book can be found here.
|
Yeah, your right.. Slackware is one of the few (as most others don't do this) that use runlevel 4 as the graphical instead of 5.. and 5 is used the same as runlevel 3.. I knew there was a reason I mentioned for him to check the inittab file as it always states the runlevels..
|
|
|
02-19-2002, 09:35 AM
|
#13
|
Member
Registered: Jan 2002
Location: Stamford CT
Posts: 97
Original Poster
Rep:
|
thats what i saw in the file last night.. you 2 saved me a post this morning.. i will try that this tonight..
|
|
|
07-11-2003, 05:12 AM
|
#14
|
LQ Newbie
Registered: Jul 2003
Location: NYC
Distribution: rh9/gentoo
Posts: 7
Rep:
|
change hostname on redhat
/etc/hosts
/etc/sysconfig/network
and if your domainname has changed too you'll probably want to edit
/etc/resolv.conf
|
|
|
All times are GMT -5. The time now is 12:24 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|