14 Aug
2006
14 Aug
'06
8:13 p.m.
On Mon, Aug 14, 2006 at 05:46:10PM +0200, Francesco Duranti wrote:
I'm start using msgcache and pulldata, I've all of my hosts in the bb-hosts file with 0.0.0.0 ip address so that I can define the ip in the /etc/hosts and use it for every application that need it.
I've 2 hosts with pulldata defined as: 0.0.0.0 itromwb13 # pulldata
and when hobbitfetch try to get the data it will try to use 0.0.0.0:1984 instead of resolving and using the hostname.
It works as designed, but it might not be the best way to do it. The attached patch will make hobbitfetch determine the IP-address from the hostname, if the IP in bb-hosts is 0.0.0.0.
It also takes care of your other requests for "pulldata=:2084" style syntax.
Regards, Henrik