Hi!
Is it right behavior to try IPv6 address first?
work# telnet localhost
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
[...]
Only solution for it is to comment out in /etc/hosts:
::1 localhost localhost.my.domain myname.my.domain
I've tried to switch 127.0.0.1 and ::1 is /etc/hosts but there was no effect.
Dmitry.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message