I'm getting the following errors while trying to run Squid in DISKD mode:
2002/07/02 12:01:20| storeDiskdSend: msgsnd: (35) Resource temporarily
unavailable
2002/07/02 12:01:20| storeDiskdSend OPEN: (35) Resource temporarily
unavailable
2002/07/02 12:01:20| storeDiskdSend: msgsnd: (35) Resource temporarily
unavailable
2002/07/02 12:01:20| storeDiskdSend OPEN: (35) Resource temporarily
unavailable
I've recompiled Squid with the --enable-storeio=diskd,ufs option.
I've checked that my machine has these in the kernel configuration:
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
I've checked that ipcs is working, with these settings (ipcs -Q) :
msginfo:
msgmax: 16384 (max characters in a message)
msgmni: 40 (# of message queues)
msgmnb: 2048 (max characters in a message queue)
msgtql: 40 (max # of messages in system)
msgssz: 8 (size of a message segment)
msgseg: 2048 (# of message segments in system)
Any ideas why it's failing ?
Details:
FreeBSD 4.4-RELEASE
Squid-2.4.STABLE6 in Accelerator mode.
Apache 1.3.22
Mod_Perl 1.26
Received on Tue Jul 02 2002 - 05:34:22 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:08:59 MST