Re: [squid-users] load balancing and site failover

2015-03-25 Thread Amos Jeffries
On 26/03/2015 10:26 a.m., Brendan Kearney wrote: > On Wed, 2015-03-25 at 15:03 +1300, Amos Jeffries wrote: >> On 25/03/2015 9:55 a.m., brendan kearney wrote: >>> Was not sure if bugzilla was used for mailing list issues. If you would >>> like me to open one, I will but it looks like the list is wo

Re: [squid-users] Editing Makefile.am to include static libraries

2015-03-25 Thread Amos Jeffries
On 26/03/2015 4:47 a.m., Priya Agarwal wrote: > I can't change the header files of library. Therefore when I included it in > my code I did > extern "C" { > #include > ... > } > > instead of just #include and it worked. Yes, that is equivalent to the correct header contents. > > But the compile

[squid-users] Squid 3.5.2 will not start correctly "FATAL: Ipc::Mem::Segment::open failed to shm_open(/squid-ssl_session_cache.shm): (2) No such file or directory"

2015-03-25 Thread Stanford Prescott
I have installed Squid 3.5.2 on the Smoothwall Express 3.1 firewall distribution and it will not start correctly. I get this error *2015/03/25 19:28:30.623 kid1| Acl.cc(380) ~ACL: freeing ACL * *2015/03/25 19:28:30.623 kid1| Acl.cc(380) ~ACL: freeing ACL * *2015/03/25 19:28:33 kid1| Current Direct

Re: [squid-users] assertion failed: client_side.cc:1515: "connIsUsable(http->getConn())

2015-03-25 Thread Dan Charlesworth
Okie dokie! boxes are crashing all over the place today so I finally have some back traces without stuff optimised out. Here are the details from two of these crashes which occurred on two separate deployments—please let me know if they actually contain actionable information now and I will upload

Re: [squid-users] load balancing and site failover

2015-03-25 Thread Brendan Kearney
On Wed, 2015-03-25 at 15:03 +1300, Amos Jeffries wrote: > On 25/03/2015 9:55 a.m., brendan kearney wrote: > > Was not sure if bugzilla was used for mailing list issues. If you would > > like me to open one, I will but it looks like the list is working again. > > Bugzilla is used, list bugs under

Re: [squid-users] Editing Makefile.am to include static libraries

2015-03-25 Thread Priya Agarwal
I can't change the header files of library. Therefore when I included it in my code I did extern "C" { #include ... } instead of just #include and it worked. But the compiler is showing some errors in the header files I included, but of course there isn't anything wrong in them. I could include i

Re: [squid-users] Editing Makefile.am to include static libraries

2015-03-25 Thread Amos Jeffries
On 25/03/2015 11:26 p.m., Priya Agarwal wrote: > I could link the libraries. The problem was that libraries were C and thus > g++ wasn't creating right symbols. .h files fro C libraries need to contain the syntax: #if defined(__cplusplus) extern "C" { #endif ... library API ... #if defined(__

Re: [squid-users] Editing Makefile.am to include static libraries

2015-03-25 Thread Priya Agarwal
I could link the libraries. The problem was that libraries were C and thus g++ wasn't creating right symbols. I have another question. what part of the source code handles shutdown or exiting (ctrl+c). Thanks. On Mon, Mar 16, 2015 at 11:37 AM, Amos Jeffries wrote: > On 16/03/2015 6:36 p.m., Pri

[squid-users] rock communication channel establishment timeout

2015-03-25 Thread johnzeng
Hello Dear All i meet a strange problem , when i run cache_dir rock , and i found error info rock communication channel establishment timeout if possible, please give me some advisement This is my config cache_dir rock /accerater/webcache3/storage/cossbig1/opmizer1 9485 min-size=4097 max-

[squid-users] rock communication channel establishment timeout

2015-03-25 Thread johnzeng
Hello Dear All i meet a strange problem , when i run cache_dir rock , and i found error info rock communication channel establishment timeout if possible, please give me some advisement This is my config cache_dir rock /accerater/webcache3/storage/cossbig1/opmizer1 9485 min-size=4097 max-s

Re: [squid-users] squid just stopping

2015-03-25 Thread Amos Jeffries
On 25/03/2015 7:58 p.m., Ian Harper wrote: > Nah it says its already running and bombed out so only one running, after a > lot more digging and research I found I had to mod the config file to have > separate logs, spools, and pid files and then I could get the two up and > working ok. You mean yo