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.
I had this once, the reason was that I did not have a line saying
Code:
127.0.0.1 localhost
in my /etc/hosts. So when kde tries to connect localhost (which it does at boot) it has to lookup that hostname by using DNS, which will obviously fail...
I have this exact problem (initializing services 28% ,etc), seems to only happen if the network has been brought up, works fine if network is down. I checked my host file, its fine. What could this be?
Geeks like you and I, Ray, wouldn't use KDE. However for normal people like my little brother and mom, Fluxbox, Windowmaker, etc are a bit scary. We are all aware of the other slimmer, slicker, and quicker graphical environments. So if you're going to share Linux as an alternative to MSWindows then you'll need to use KDE or Gnome, so KDE really is necessary and needs discussion.
As for the problem at hand, the hosts file, I changed the hosts file by reversing the order, instead of having localhost first:
<hostname> 127.0.0.1
localhost 127.0.0.1
This seems to happen when Linux is installed without a network connection (I had a bad network card). So try to install while connected to a LAN!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.