View Single Post
  #3 (permalink)  
Old 08-15-2006, 09:53 AM
andreychek andreychek is offline
Special Member & Volunteer
 
Posts: 155
Default

Howdy,

Well, this particular error may be what's going on:

"auth failed: curl_easy_perform: error(6): Couldn't resolve host 'lespaul.imocha.com.my'"

(you have some guitar fans on staff, eh? ;-)

The problem it's complaining about is that it can't tell what the IP for lespaul.imocha.com.my is. Maybe something changed?

For that to work, lespaul.imocha.com.my needs to both have an entry in /etc/hosts, as well as an 'a' record available in DNS.

If you were to type:

host lespaul.imocha.com.my

Does it give you an IP for that address, and is that IP what you'd expect?
-Eric
Reply With Quote