On a fresh 6.2 install this is what my /etc/hosts line looks like: 127.0.0.1 master1.mycompanyhere.com master1 localhost.localdomain When it should look like: 127.0.0.1 localhost.localdomain localhost 192.168.0.1 master1.mycompanyhere.com master1 This is a bad, bad thing. Trying to make any type of network connection takes *forever* in the first case because the name master1.mycompanyhere.com isn't in the DNS and can't be found in the /etc/hosts file. Cheers, Dan PS. Give Donnie a noogy for me. ;)
*** This bug has been marked as a duplicate of 8385 ***