You are not logged in.
I don't really know where to put this thread, but I got some performance issues after I connected to my network. Before that everything is running ok, Applications are starting up like expected. But after I connect to the wireless network everything is so slow. A Terminal takes like 30 seconds to start, amaroK takes like a minute. And that's not normal, I think...
What causes that problem and how can I fix it?
Offline
Now that you mention it, I have a very similar problem. When one of my network interfaces is up but not connected (if I simply unplug my LAN cable or turn off my antenna without `ifconfig x down`ing) some programs take a really long time to start. Firefox, for one, although it's not like it's much use without a network connection, but also Emacs (it baffles me).
Could this be related to Adridon's problem?
Offline
Offline
Check that there is an entry in /etc/hosts that corresponds to the hostname in /etc/rc.conf. Example:
$ grep HOSTNAME /etc/rc.conf
HOSTNAME="myhostname"
$ grep myhostname /etc/hosts
127.0.0.1 myhostname.localdomain myhostname localhost
Edit: how slow am I..
Offline
That did the trick for me. Thank you.
I'm just curious... How is the missing hostname in the /etc/hosts related to the performance problem?
Offline
bad coding?
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
That did the trick for me. Thank you.
I'm just curious... How is the missing hostname in the /etc/hosts related to the performance problem?
A lot of apps, especially KDE, Gnome and XFCE4 stuff, connects to the localhost when they are started. BTW, I don't know why they do that. If your loopback device (lo) is not running or if your config for the localhost is incorrect, they can't connect to the localhost so they need to wait for a timeout. That's why they take 30-60 seconds to start but when they are started, they run normally.
Offline
Exellent. Fixed me up just right.
Offline