Hi,
After you gracefully stop squid, and immediatly start it again (AKA restart :) ), The RPC server cannot reattach to the port.
setting SimpleXMLRPCServer.allow_reuse_address = 1 solves this issue.
Sexcam
Hi,
After you gracefully stop squid, and immediatly start it again (AKA restart :) ), The RPC server cannot reattach to the port.
setting SimpleXMLRPCServer.allow_reuse_address = 1 solves this issue.
Sexcam
I think I missed this while coding. Thanks for pointing it out. Will update in the next version.
Thanks for considering videocache :)
I think this option
SimpleXMLRPCServer.allow_reuse_address = 1
and
tcp_tw_reuse = 1
Should be pointed out on first page as necesary for videocache working. Without it is useless software. It was hanging all the time on my system. Will see how it goes now.
tcp_tw_recycle - DON`T set it to 1, it breaks NAT connections !!!
It took me 1 whole day to find the solution. Please post most important information in visible place on your website.
K4c,
Thanks for pointing out the necessary instructions here. I didn't post them on configuration page because modifying the tcp_tw_reuse is generally not recommended.
Anyways, it'll be great to know how it is working for you now. Please share.
Thank You!
Where do I set this SimpleXMLRPCServer.allow_reuse_address option?
Right now i had to stop using videocache, becouse it crashes all the time. Nothing helps, reuse doesn`t help and there where some problems with connections tracking when i set it to 1. I turned off videocache and I`m waiting for next version, becouse script is really usefull and safes band.
Copyright © 2008-2010 Kulbir Saini.
