> Date: Thu, 13 Oct 2011 10:59:09 +0200 > From: leonardodiserpierodavinci@xxxxxxxxx > To: squid-users@xxxxxxxxxxxxxxx > Subject: Re: Recurrent crashes and warnings: "Your cache is running out of filedescriptors" > > On Wed, Oct 12, 2011 at 3:09 AM, Amos Jeffries <squid3@xxxxxxxxxxxxx> wrote: > > >> FATAL: storeDirOpenTmpSwapLog: Failed to open swap log. > > > > So what is taking up all that space? > > 2GB+ objects in the cache screwing with the actual size calculation? > > logs? > > swap.state too big? > > core dumps? > > other applications? > > What's puzzling is that there appears to be plenty of free space: > > squid:/var/cache# df -h > Filesystem Size Used Avail Use% Mounted on > /dev/sda1 65G 41G 22G 66% / > tmpfs 1.7G 0 1.7G 0% /lib/init/rw > udev 10M 652K 9.4M 7% /dev > tmpfs 1.7G 0 1.7G 0% /dev/shm > > Is it possible that the disk runs out of free space, and df just gives > me the wrong output? Perhaps you are running out of inodes? "df -i" should give you what you are looking for. Jenny