(CURL) Could'nt resolve host error.

Discussion in 'Server Operation' started by rlhesson, Feb 25, 2007.

  1. rlhesson

    rlhesson Guest

    I am getting this error when trying to run a standalone version of a roster program on my site. WHat the program does is goto the site and grabs an XML feed and parses it on the page. Here is the error:

    Error:
    (CURL) Error 6: Couldn't resolve host 'eq2players.station.sony.com'

    Cannot retrieve data from the EQ2Players website!

    This seems to be somewhere in the config of my server (dns problem maybe?) But I cant find out how to fix it. Any ideas?
     
  2. martinfst

    martinfst Member Moderator

    DNS resolving is not working on your system. You can test if it works oke, when the command
    Code:
    dig eq2players.station.sony.com
    from a terminal gives you a valid response.

    How did you setup DNS?
     
  3. rlhesson

    rlhesson Guest

    I did not get any errors when I ran the dig though..

    Any other ideas?
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the exact output?
    What's in /etc/resolv.conf?
     

Share This Page