Hi Bozon, Just be patient with it and you'll learn what's going on.
EON has no DNS server. I believe this enables the mdns but is not needed for name resolution when using a nameserver as in your case 192.168.0.1. It's not included in EON hence the error. svcadm disable svc:/network/dns/client:default All you need for name resolution is echo "domain bozon.org"> /etc/resolv.conf echo "search bozon.org">> /etc/resolv.conf echo "nameserver 192.168.0.1">> /etc/resolv.conf cp /etc/nsswitch.dns /etc/nsswitch.conf then edit /etc/nsswitch.conf and delete "mdns" mdns in the resolution order may be causing the delay. -- This message posted from opensolaris.org _______________________________________________ distribution-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/distribution-discuss
