Linux - NewbieThis 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.
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.
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???
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...
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.
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....
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..
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.