I am on CentOS 6.3, Kernel 2.6.32-431.11.2.e16.x86_64
I am running it from the VM image
What happened was, I apparently ran out of disk space (not properly cleaning out backups created by backup_xi.sh)
I manged to clean the old backups out, and got the partition back down to only 75% used.
But, when I tried to start httpd, I got:
Code: Select all
touch: cannot touch `/var/lock/subsys/httpd': No space left on deviceCode: Select all
[root@v-nagios01 /]# df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/mapper/VolGroup00-LogVol00
6529024 6529024 0 100% /
tmpfs 1006700 1 1006699 1% /dev/shm
/dev/sda1 25688 46 25642 1% /boot
thanks
-Paul