New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

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

Got problems with your B2 or B3? Share and get helped!
Post Reply
solar5647
Posts: 4
Joined: 23 Nov 2012, 01:40
Location: Switzerland

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

Post 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
DanielM
Posts: 637
Joined: 28 Mar 2008, 06:37
Location: Sweden

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

Post by DanielM »

I'd guess this has with easyfind to do. Do you have easyfind enabled in the settings?

/Daniel
solar5647
Posts: 4
Joined: 23 Nov 2012, 01:40
Location: Switzerland

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

Post 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
DanielM
Posts: 637
Joined: 28 Mar 2008, 06:37
Location: Sweden

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

Post 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
toukie
Posts: 115
Joined: 13 Jan 2012, 12:22

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

Post 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?
solar5647
Posts: 4
Joined: 23 Nov 2012, 01:40
Location: Switzerland

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

Post 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.
Post Reply