> pkg.opensolaris.org: node name or service name not known Is your network even configured? Post the outputs of '/sbin/ifconfig -a' and '/usr/bin/netstat -rn'
Can your system resolve the address? duhring at einstein:~$ host pkg.opensolaris.org pkg.opensolaris.org has address 72.5.123.21 If not then your /etc/resolv.conf is broken. Is /etc/nsswitch.conf misconfigured? duhring at einstein:~$ getent hosts pkg.opensolaris.org 72.5.123.21 pkg.opensolaris.org If not then copy /etc/nsswitch.dns to /etc/nsswitch.conf -- This message posted from opensolaris.org