I get an error and I don’t see what is happening, and see if you can catch what happened.
Whenever I use the host command, I get this error:
xavi@cobalto:~$ host www.guparty.com
host: parse of /etc/resolv.conf failed
I think the syntax is correct:
xavi@cobalto:~$ cat /etc/resolv.conf
search dsitelecom.com
nameserver 8.8.8.8 8.8.4.4
Permissions are also available to everyone:
xavi@cobalto:~$ ls -l /etc/resolv.conf
-rw-r--r-- 1 root root 49 2011-10-30 12:02 /etc/resolv.conf
This is probably stupid, but I can’t understand it. Do you see something wrong there?
Thank!
source
share