[squid-users] comm_select: kqueue event error: (9) Bad file descriptor

2007-07-16 Thread Paul clayton
Not sure if this is an problem. We have a squid 2.6 Stable 12 server on FreeBSD 7.0 as a transparent proxy. We regularly get timeouts and page errors on this server, and try and find out whether this is a problem, I raised the debug level to 5, and noticed these errors. comm_select: kqueue event

Re: [squid-users] comm_select: kqueue event error: (9) Bad file descriptor

2007-07-16 Thread Tek Bahadur Limbu
Paul clayton wrote: Not sure if this is an problem. We have a squid 2.6 Stable 12 server on FreeBSD 7.0 as a transparent proxy. We regularly get timeouts and page errors on this server, and try and find out whether this is a problem, I raised the debug level to 5, and noticed these errors. com

Re: [squid-users] comm_select: kqueue event error: (9) Bad file descriptor

2007-07-16 Thread Henrik Nordstrom
mån 2007-07-16 klockan 17:06 +0200 skrev Paul clayton: > comm_select: kqueue event error: (9) Bad file descriptor Some of these "kqueue event error: (9) Bad file descriptor" warnings is expected in debug mode. Caused by the delayed nature of kqueue event lists. What we do not want to see is "com

Re: [squid-users] comm_select: kqueue event error: (9) Bad file descriptor

2007-07-16 Thread Adrian Chadd
On Mon, Jul 16, 2007, Tek Bahadur Limbu wrote: > [snip stuff about kqueue and EBADF] > Adrian may have answers regarding this messages? Yup! [EBADF]The specified descriptor is invalid. IIRC, its because sometimes (under heavy loads) you'll end up hitting a minor race condition

Re: [squid-users] comm_select: kqueue event error: (9) Bad file descriptor

2007-07-17 Thread Paul clayton
Thanx guys. I have noted, that this error does appear more often as the server gets busy. It is at this time, that our problems start to appear. regards On Tue, 2007-07-17 at 09:18 +0800, Adrian Chadd wrote: > On Mon, Jul 16, 2007, Tek Bahadur Limbu wrote: > > > [snip stuff about kqueue and EBAD

Re: [squid-users] comm_select: kqueue event error: (9) Bad file descriptor

2007-07-17 Thread Adrian Chadd
On Tue, Jul 17, 2007, Paul clayton wrote: > Thanx guys. I have noted, that this error does appear more often as the > server gets busy. It is at this time, that our problems start to appear. Well, my comment still stands; I'm happy to do the work to fix it but it won't be done anytime soon unless