bibledit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [be] Bibledit-web not exporting (name resolution issue?)


From: Jonathan Marsden
Subject: Re: [be] Bibledit-web not exporting (name resolution issue?)
Date: Wed, 21 Mar 2012 22:46:15 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.27) Gecko/20120216 Thunderbird/3.1.19

On 03/21/2012 03:18 PM, Oreo Warpok wrote:

> Only one error repeated: cannot connect to host php network:getaddress
> failed.


It looks like bibledit-web is having difficulty converting the host name
you have configured it to use (possibly localhost) into an IP address
(127.0.0.1 would be usual for localhost).

I'd recheck the exact host name provided, make sure it has no leading or
trailing spaces or other unwanted characters in it, etc.  You could also
check that the contents of /etc/hosts seem sane, and that "normal" name
resolution tools work, such as any of:

  dig localhost
  nslookup localhost
  host localhost

You might even find that things could work better configuring it to use
the actual local hostname as returned by the command

  hostname

instead of using localhost, although that would be unusual.

Hoping this at least gives you a direction to begin testing,

Jonathan

P.S. I suspect that error message could be a lot more useful if it
included the hostname being passed to getaddrinfo() but I don't know how
easy it is to get bibledit-web to do that.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]