in reply to Error creating a DNS resolver socket

strace/ktrace it, you'll probably find /etc/protocols is inaccessible (you're probably in a chroot jail)
  • Comment on Re: Error creating a DNS resolver socket

Replies are listed 'Best First'.
Re^2: Error creating a DNS resolver socket
by Anonymous Monk on Aug 24, 2008 at 09:56 UTC
    You're absolutely right. I created the /etc/protocols in the chrooted environment, and it worked like a charm. Thanks a lot!