View Single Post
  #4 (permalink)  
Old 08-15-2006, 10:17 AM
lilwong lilwong is offline
Intermediate Member
 
Posts: 22
Default

Quote:
Originally Posted by andreychek
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?
The guitar fan would be me *grin* I've got an ibanez and a prsdragon somewhere else in the internal network jamming hard at their own gigs as well.

Turns out that 'tis right, I didn't have lespaul's IP address in /etc/hosts. Our DNS is hosted externally as well and there might have been a connection error during that time.

Thanks a lot!
Reply With Quote