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.
Im using Linux for the 1st time on a Dell Inspiron 8100 laptop. I installed "Auditor 2.6.11-auditor-10". On my login screen, I have "Kanotix User RichGags" and "root".
I can log in to root just fine. However, if I try to login as "Kanotix User RichGags", I get the following error:
---The following installation problem was detected while trying to start KDE:
---No write access to #home directory (/home/RichGags)
---KDE is unable to start.
Then I hit OK and another box pops up in the upper left corner that says:
---Could not start ksmserver. Check your installation.
I tried to login again as root and tried to set the permissions for that directory, but it didnt work. I must be doing something wrong.
I would just use root, however, I installed AOL's Instant Messanger and it says to install it as root, but run the program as a user....and it wont run from root for some reason...
Distribution: Debian Etch (w/ dual-boot XP for gaming)
Posts: 282
Rep:
Just FYI Netizen, Debian defaults to creating files with yourself as the user, and your eponymous group as the group (e.g. adoyle:adoyle). I assumed that was the usual thing...
Distribution: Debian Etch (w/ dual-boot XP for gaming)
Posts: 282
Rep:
You'd have to change the "default runlevel" - which is essentially the level of services that Linux brings up on startup. For most distributions, you edit the /etc/inittab file and change the following:
Code:
# The default runlevel.
id:5:initdefault:
to
Code:
# The default runlevel.
id:3:initdefault:
I have a feeling that Kanotix might use runlevel 2 for text-only mode, instead of level 3 - can anyone corfirm this? (It shouldn't be dangerous to use the wrong one; unless you set it to 0, 1 or 6 by mistake, you can just change the file if you don't like the runlevel).
Also, the Boot-Up Manager tool has been noted to be a nice GUI for Kanotix runlevels. apt-get install bum if you fancy it, though I have no idea how it works or how easy it is to (mis)use.
Debian runlevels between 3 and 5 are all the same. You have to edit the scripts yourself. Dunno if this is the same for Kanotix. If it is, you can use some kind of tool like rcconf and remove xdm/kdm/gdm from the default runlevel. That's somewhat easier than editing the symlinks [=-)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.