Hi, We are having problem in running squid with diskd with squid 2.5.10 it exits with message " storeDiskdInit: msgget: (28) No space left on device" cache_dir diskd /var/squid/disk1 40000 73 256 cache_dir diskd /var/squid/disk2 40000 73 256 cache_dir diskd /var/squid/disk3 40000 73 256 cache_dir diskd /var/squid/disk4 40000 73 256 But the same thing runs when i change cache_dir ufs /var/squid/disk1 40000 73 256 cache_dir ufs /var/squid/disk2 40000 73 256 cache_dir ufs /var/squid/disk3 40000 73 256 cache_dir ufs /var/squid/disk4 40000 73 256 Below is detail of system and messages from startup. Kindly help to fix this problem. The squid(2.5.9) precompiled from suse pro 9.3 works on this machine with diskd. But when i tried to run the complied squid Is it some mistake with my config options ?? The compilation went clean. RGDS SK linux12:/usr/local/src/squid-2.5.STABLE10 # uname -a Linux linux12 2.6.11.4-20a-bigsmp #1 SMP Wed Mar 23 21:52:37 UTC 2005 i686 i686 i386 GNU/Linux linux12:/usr/local/src/squid-2.5.STABLE10 # /usr/local/squid/sbin/squid -v Squid Cache: Version 2.5.STABLE10 configure options: --sysconfdir=/etc/squid --with-dl --enable-snmp --enable-carp --en able-useragent-log '--enable-auth=basic digest ntlm' '--enable-basic-auth-helpers=LDAP MSNT NCSA PAM SMB YP getpwnam multi-domain-NTLM' --enable-digest-auth-helpers=password '--enable-external-acl-helpers=ip_user ldap_group unix_group wbinfo_group' --enable-ntlm-fail-open --enable-referer-log --enable-arp-acl --enable-htcp --enable-underscores --enable-stacktraces --enable-delay-pools --enable-cache-digests --enable-storeio=aufs,ufs,diskd,null --enable-linux- netfilter --enable-removal-policies=heap,lru --enable-x-accelerator-vary May 27 22:00:49 linux12 squid[14746]: Starting Squid Cache version 2.5.STABLE10 for i686-pc-linux-gnu... May 27 22:00:49 linux12 squid[14746]: Process ID 14746 May 27 22:00:49 linux12 squid[14746]: With 1024 file descriptors available May 27 22:00:49 linux12 squid[14746]: DNS Socket created at 0.0.0.0, port 32770, FD 5 May 27 22:00:49 linux12 squid[14746]: Adding nameserver 203.189.128.2 from squid.conf May 27 22:00:49 linux12 squid[14746]: Adding nameserver 203.189.128.1 from squid.conf May 27 22:00:49 linux12 squid[14746]: Adding nameserver 219.127.89.37 from squid.conf May 27 22:00:49 linux12 squid[14746]: User-Agent logging is disabled. May 27 22:00:49 linux12 squid[14746]: Referer logging is disabled. May 27 22:00:49 linux12 squid[14746]: Unlinkd pipe opened on FD 10 May 27 22:00:49 linux12 squid[14746]: Swap maxSize 163840000 KB, estimated 12603076 objects May 27 22:00:49 linux12 squid[14746]: Target number of buckets: 630153 May 27 22:00:49 linux12 squid[14746]: Using 1048576 Store buckets May 27 22:00:49 linux12 squid[14746]: Max Mem size: 307200 KB May 27 22:00:49 linux12 squid[14746]: Max Swap size: 163840000 KB May 27 22:00:49 linux12 squid[14746]: Local cache digest enabled; rebuild/rewrite every 3600/3600 sec May 27 22:00:49 linux12 squid[14746]: Store logging disabled May 27 22:00:49 linux12 squid[14746]: storeDiskdInit: msgget: (28) No space left on device May 27 22:00:49 linux12 squid[14746]: msgget failed May 27 22:00:49 linux12 squid[14741]: Squid Parent: child process 14746 exited due to signal 6 May 27 22:00:52 linux12 squid[14741]: Squid Parent: child process 14749 started May 27 22:00:52 linux12 squid[14749]: Starting Squid Cache version 2.5.STABLE10 for i686-pc-linux-gnu... May 27 22:00:52 linux12 squid[14749]: Process ID 14749 May 27 22:00:52 linux12 squid[14749]: With 1024 file descriptors available May 27 22:00:52 linux12 squid[14749]: DNS Socket created at 0.0.0.0, port 32770, FD 5 May 27 22:00:52 linux12 squid[14749]: Adding nameserver 203.189.128.2 from squid.conf May 27 22:00:52 linux12 squid[14749]: Adding nameserver 203.189.128.1 from squid.conf May 27 22:00:52 linux12 squid[14749]: Adding nameserver 219.127.89.37 from squid.conf May 27 22:00:52 linux12 squid[14749]: User-Agent logging is disabled. May 27 22:00:52 linux12 squid[14749]: Referer logging is disabled. May 27 22:00:52 linux12 squid[14749]: Unlinkd pipe opened on FD 10 May 27 22:00:52 linux12 squid[14749]: Swap maxSize 163840000 KB, estimated 12603076 objects May 27 22:00:52 linux12 squid[14749]: Target number of buckets: 630153 May 27 22:00:52 linux12 squid[14749]: Using 1048576 Store buckets May 27 22:00:52 linux12 squid[14749]: Max Mem size: 307200 KB May 27 22:00:52 linux12 squid[14749]: Max Swap size: 163840000 KB May 27 22:00:52 linux12 squid[14749]: Local cache digest enabled; rebuild/rewrite every 3600/3600 sec May 27 22:00:52 linux12 squid[14749]: Store logging disabled May 27 22:00:52 linux12 squid[14749]: storeDiskdInit: msgget: (28) No space left on device May 27 22:00:52 linux12 squid[14749]: msgget failed May 27 22:00:52 linux12 squid[14741]: Squid Parent: child process 14749 exited due to signal 6 May 27 22:00:55 linux12 squid[14741]: Squid Parent: child process 14752 started May 27 22:00:55 linux12 squid[14752]: Starting Squid Cache version 2.5.STABLE10 for i686-pc-linux-gnu... May 27 22:00:55 linux12 squid[14752]: Process ID 14752 May 27 22:00:55 linux12 squid[14752]: With 1024 file descriptors available May 27 22:00:55 linux12 squid[14752]: DNS Socket created at 0.0.0.0, port 32770, FD 5 May 27 22:00:55 linux12 squid[14752]: Adding nameserver 203.189.128.2 from squid.conf May 27 22:00:55 linux12 squid[14752]: Adding nameserver 203.189.128.1 from squid.conf May 27 22:00:55 linux12 squid[14752]: Adding nameserver 219.127.89.37 from squid.conf May 27 22:00:55 linux12 squid[14752]: User-Agent logging is disabled. May 27 22:00:55 linux12 squid[14752]: Referer logging is disabled. May 27 22:00:56 linux12 squid[14752]: Unlinkd pipe opened on FD 10 May 27 22:00:56 linux12 squid[14752]: Swap maxSize 163840000 KB, estimated 12603076 objects May 27 22:00:56 linux12 squid[14752]: Target number of buckets: 630153 May 27 22:00:56 linux12 squid[14752]: Using 1048576 Store buckets May 27 22:00:56 linux12 squid[14752]: Max Mem size: 307200 KB May 27 22:00:56 linux12 squid[14752]: Max Swap size: 163840000 KB May 27 22:00:56 linux12 squid[14752]: Local cache digest enabled; rebuild/rewrite every 3600/3600 sec May 27 22:00:56 linux12 squid[14752]: Store logging disabled May 27 22:00:56 linux12 squid[14752]: storeDiskdInit: msgget: (28) No space left on device May 27 22:00:56 linux12 squid[14752]: msgget failed May 27 22:00:56 linux12 squid[14741]: Squid Parent: child process 14752 exited due to signal 6 May 27 22:00:59 linux12 squid[14741]: Squid Parent: child process 14755 started May 27 22:00:59 linux12 squid[14755]: Starting Squid Cache version 2.5.STABLE10 for i686-pc-linux-gnu... May 27 22:00:59 linux12 squid[14755]: Process ID 14755 May 27 22:00:59 linux12 squid[14755]: With 1024 file descriptors available May 27 22:00:59 linux12 squid[14755]: DNS Socket created at 0.0.0.0, port 32770, FD 5 May 27 22:00:59 linux12 squid[14755]: Adding nameserver 203.189.128.2 from squid.conf May 27 22:00:59 linux12 squid[14755]: Adding nameserver 203.189.128.1 from squid.conf May 27 22:00:59 linux12 squid[14755]: Adding nameserver 219.127.89.37 from squid.conf May 27 22:00:59 linux12 squid[14755]: User-Agent logging is disabled. May 27 22:00:59 linux12 squid[14755]: Referer logging is disabled. May 27 22:00:59 linux12 squid[14755]: Unlinkd pipe opened on FD 10 May 27 22:00:59 linux12 squid[14755]: Swap maxSize 163840000 KB, estimated 12603076 objects May 27 22:00:59 linux12 squid[14755]: Target number of buckets: 630153 May 27 22:00:59 linux12 squid[14755]: Using 1048576 Store buckets May 27 22:00:59 linux12 squid[14755]: Max Mem size: 307200 KB May 27 22:00:59 linux12 squid[14755]: Max Swap size: 163840000 KB May 27 22:00:59 linux12 squid[14755]: Local cache digest enabled; rebuild/rewrite every 3600/3600 sec May 27 22:00:59 linux12 squid[14755]: Store logging disabled May 27 22:00:59 linux12 squid[14755]: storeDiskdInit: msgget: (28) No space left on device May 27 22:00:59 linux12 squid[14755]: msgget failed May 27 22:00:59 linux12 squid[14741]: Squid Parent: child process 14755 exited due to signal 6 May 27 22:00:59 linux12 squid[14741]: Exiting due to repeated, frequent failures May 27 22:02:38 linux12 squid[14776]: Squid Parent: child process 14778 started May 27 22:02:38 linux12 squid[14778]: Starting Squid Cache version 2.5.STABLE10 for i686-pc-linux-gnu... May 27 22:02:38 linux12 squid[14778]: Process ID 14778 May 27 22:02:38 linux12 squid[14778]: With 1024 file descriptors available May 27 22:02:38 linux12 squid[14778]: DNS Socket created at 0.0.0.0, port 32770, FD 5 May 27 22:02:38 linux12 squid[14778]: Adding nameserver 203.189.128.2 from squid.conf May 27 22:02:38 linux12 squid[14778]: Adding nameserver 203.189.128.1 from squid.conf May 27 22:02:38 linux12 squid[14778]: Adding nameserver 219.127.89.37 from squid.conf May 27 22:02:38 linux12 squid[14778]: User-Agent logging is disabled. May 27 22:02:38 linux12 squid[14778]: Referer logging is disabled. May 27 22:02:38 linux12 squid[14778]: Unlinkd pipe opened on FD 10 May 27 22:02:38 linux12 squid[14778]: Swap maxSize 163840000 KB, estimated 12603076 objects May 27 22:02:38 linux12 squid[14778]: Target number of buckets: 630153 May 27 22:02:38 linux12 squid[14778]: Using 1048576 Store buckets May 27 22:02:38 linux12 squid[14778]: Max Mem size: 307200 KB May 27 22:02:38 linux12 squid[14778]: Max Swap size: 163840000 KB May 27 22:02:38 linux12 squid[14778]: Local cache digest enabled; rebuild/rewrite every 3600/3600 sec May 27 22:02:38 linux12 squid[14778]: Store logging disabled May 27 22:02:38 linux12 squid[14778]: Rebuilding storage in /var/squid/disk1 (DIRTY) May 27 22:02:38 linux12 squid[14778]: Rebuilding storage in /var/squid/disk2 (DIRTY) May 27 22:02:38 linux12 squid[14778]: Rebuilding storage in /var/squid/disk3 (DIRTY) May 27 22:02:38 linux12 squid[14778]: Rebuilding storage in /var/squid/disk4 (CLEAN) May 27 22:02:38 linux12 squid[14778]: Using Round Robin store dir selection May 27 22:02:38 linux12 squid[14778]: Current Directory is / May 27 22:02:38 linux12 squid[14778]: Loaded Icons. May 27 22:02:38 linux12 squid[14778]: Accepting HTTP connections at 0.0.0.0, port 3128, FD 17. May 27 22:02:38 linux12 squid[14778]: Accepting ICP messages at 0.0.0.0, port 64500, FD 18. May 27 22:02:38 linux12 squid[14778]: Accepting HTCP messages on port 4827, FD 19. May 27 22:02:38 linux12 squid[14778]: Accepting SNMP messages on port 3401, FD 20. May 27 22:02:38 linux12 squid[14778]: Accepting WCCP messages on port 2048, FD 21. May 27 22:02:38 linux12 squid[14778]: Ready to serve requests. May 27 22:02:38 linux12 squid[14778]: storeUfsDirRebuildFromSwapLog: Old version detected. Upgrading May 27 22:02:38 linux12 squid[14778]: storeUfsDirRebuildFromSwapLog: Old version detected. Upgrading May 27 22:02:38 linux12 squid[14778]: storeUfsDirRebuildFromSwapLog: Old version detected. Upgrading May 27 22:02:38 linux12 squid[14778]: storeUfsDirRebuildFromSwapLog: Old version detected. Upgrading May 27 22:02:38 linux12 squid[14778]: Done reading /var/squid/disk1 swaplog (1541 entries) May 27 22:02:38 linux12 squid[14778]: Done reading /var/squid/disk2 swaplog (1545 entries) May 27 22:02:38 linux12 squid[14778]: Done reading /var/squid/disk3 swaplog (1533 entries) May 27 22:02:38 linux12 squid[14778]: Done reading /var/squid/disk4 swaplog (1536 entries) May 27 22:02:38 linux12 squid[14778]: Finished rebuilding storage from disk. May 27 22:02:38 linux12 squid[14778]: 6155 Entries scanned May 27 22:02:38 linux12 squid[14778]: 0 Invalid entries. May 27 22:02:38 linux12 squid[14778]: 0 With invalid flags. May 27 22:02:38 linux12 squid[14778]: 6155 Objects loaded. May 27 22:02:38 linux12 squid[14778]: 0 Objects expired. May 27 22:02:38 linux12 squid[14778]: 0 Objects cancelled. May 27 22:02:38 linux12 squid[14778]: 0 Duplicate URLs purged. May 27 22:02:38 linux12 squid[14778]: 0 Swapfile clashes avoided. May 27 22:02:38 linux12 squid[14778]: Took 0.3 seconds (18766.4 objects/sec). May 27 22:02:38 linux12 squid[14778]: Beginning Validation Procedure May 27 22:02:38 linux12 squid[14778]: Completed Validation Procedure May 27 22:02:38 linux12 squid[14778]: Validated 6155 Entries May 27 22:02:38 linux12 squid[14778]: store_swap_size = 127112k May 27 22:02:40 linux12 squid[14778]: storeLateRelease: released 0 objects