You are not logged in.
Yesterday when i tried to start my beloved filehandler/editor Midnight Commander (mc) i noticed that something was wrong. It took something like 30 sec to start.
I decided to restart, but it didnt help. It doesnt matter if i try to start it from within Eterm or console, if im root or user. Same result. I didnt time it exactly but it takes close to 30 sec.
I have not installed anything since it worked last time.
Any clues?
Last edited by Zlotnik (2008-12-16 21:38:21)
Offline
Do you have localhost properly set in /etc/hosts?
Offline
The problem is, i didn't do any changes to my system when it suddenly started to take time to fire up mc.
#
# /etc/hosts: static lookup table for host names
#
#<ip-address> <hostname.domain.org> <hostname>
127.0.0.1 localhost.localdomain localhost
# End of fileOffline
Crazy idea: try a `strace` to try to see what causes the delay.
Offline
Procyon had the answer. I just added my ip to /etc/hosts and it works. Didn't figure it out until string gave the hint on strace. I found loads of references to my external ip.
Thanks guys.
Offline