Page 1 of 1

/var/log/message filled with ..[HTTP11ClientProtocol,...

Posted: 23 Nov 2012, 01:48
by solar5647
If I look at /var/log/messages I see that there is every minute an entry:
...
Nov 23 07:40:56 Bubba3 twisted: [HTTP11ClientProtocol,client] Got new IP '178.198.58.8' which is the same as the last one '178.198.58.8'
Nov 23 07:41:56 Bubba3 twisted: [HTTP11ClientProtocol,client] Got new IP '178.198.58.8' which is the same as the last one '178.198.58.8'
Nov 23 07:42:56 Bubba3 twisted: [HTTP11ClientProtocol,client] Got new IP '178.198.58.8' which is the same as the last one '178.198.58.8'
Nov 23 07:43:56 Bubba3 twisted: [HTTP11ClientProtocol,client] Got new IP '178.198.58.8' which is the same as the last one '178.198.58.8'
...
What is the reason for this?
Is there something wrong with my B3?

Thanks
Ruedi

Re: /var/log/message filled with ..[HTTP11ClientProtocol,...

Posted: 23 Nov 2012, 11:51
by DanielM
I'd guess this has with easyfind to do. Do you have easyfind enabled in the settings?

/Daniel

Re: /var/log/message filled with ..[HTTP11ClientProtocol,...

Posted: 24 Nov 2012, 04:13
by solar5647
Yes, easyfind is enabled. But does it make sense to write every minute an entry into message to tell us that the IP address has not changed yet. Does easyfind really check every minute for the current external IP address. Is it possible to modify this checking rate?
Ruedi

Re: /var/log/message filled with ..[HTTP11ClientProtocol,...

Posted: 24 Nov 2012, 05:06
by DanielM
I have no idea if that's normal behaviour for easyfind or if it's only your system, but it really feels like overkill to check the ip every minute. I have my ddclient set up to check my ip every second hour to update my domain, that is enough for me.

I guess someone else have to kick in here to answer whether there is any setting for this. I can't see anything obvious.

/Daniel

edit: Did some more searching. A bit of a hack, but I think you can change LOOP_TIMEOUT in /usr/share/bubba-backend/bubba-easyfind.tac to something else and then maybe run a "/etc/init.d/bubba-easyfind restart". Might or might not do any difference :D

Re: /var/log/message filled with ..[HTTP11ClientProtocol,...

Posted: 24 Nov 2012, 19:44
by toukie
I see the same thing in my syslog. Haven't seen it before. "New IP ...which is the same as last one" every minute. What is it?

Re: /var/log/message filled with ..[HTTP11ClientProtocol,...

Posted: 26 Nov 2012, 05:10
by solar5647
DanielM wrote: edit: Did some more searching. A bit of a hack, but I think you can change LOOP_TIMEOUT in /usr/share/bubba-backend/bubba-easyfind.tac to something else and then maybe run a "/etc/init.d/bubba-easyfind restart". Might or might not do any difference :D
I modified LOOP_TIMEOUT to 3600 and now only every hour I see this entry in syslog and messages.
Thanks for the hint Daniel.