> Hello, > I have just installed OpenSolaris 10 and have found > that the system is very unresponsive. For example, > mozilla firefox can take up to 20-30 seconds to open > not to mention other more complicated aps taking > longer. Also, on login to the desktop environment > GNOME i get the following error, "Could not look up > internet address for unknown. This will prevent > GNOME from operating correctly. It may be possible > to correct the problem by adding unknown to the file > /etc/hosts. Also on boot, GNOME: about crashes. > Help greatly appreciated. > > Damien If you are running dhcp , check your /etc/resolv.conf, there was a snv_b6x that had a issue with dhcpagent, this was fixed in the newer snv builds. also make sure unknown is in the /etc/hosts file and a dns entry is on the hosts line of /etc/nsswitch.conf for the hosts line i.e.: hosts: files dns # Added by DHCP
cat /etc/resolv.conf (isp specific.) bash-3.00# cat /etc/resolv.conf domain myhome.westell.com nameserver 192.168.1.1 nameserver 192.168.1.1 bash-3.00# I saw on one of the newsgroups entries a effort if getting dhcp agent and server replaced with ISC version, do to SUN version is not well maintained or documented. This message posted from opensolaris.org