Hi guys. Today I started having problems with a debian server I have that runs on our home network. The machine runs bind9, squid, and squidGuard, and that's pretty much all it does. The squid proxy started to get flaky. The kids could connect sometimes, and others not, and image links were often broken.
I logged on the server and went to clear the mailbox as usual and received a message "mail: /tmp: No space left on device".
Here is the output from df:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda1 6728280 6395184 0 100% /
tmpfs 514268 0 514268 0% /lib/init/rw
udev 10240 72 10168 1% /dev
tmpfs 514268 0 514268 0% /dev/shm
/dev/hda6 106063388 43659152 57016440 44% /home
/dev/hdb1 57691772 1191900 53569216 3% /hdb1
I'm not sure what normal looks like, but it appears like I have run out of room on hda1. Are there things I should clean up, or should I just edit fstab to mount /tmp on another partition?
I logged on the server and went to clear the mailbox as usual and received a message "mail: /tmp: No space left on device".
Here is the output from df:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda1 6728280 6395184 0 100% /
tmpfs 514268 0 514268 0% /lib/init/rw
udev 10240 72 10168 1% /dev
tmpfs 514268 0 514268 0% /dev/shm
/dev/hda6 106063388 43659152 57016440 44% /home
/dev/hdb1 57691772 1191900 53569216 3% /hdb1
I'm not sure what normal looks like, but it appears like I have run out of room on hda1. Are there things I should clean up, or should I just edit fstab to mount /tmp on another partition?