Hello,
Recently, I have noticed a lot of these entries in the stderr.log file:
I am not sure how to interpret this error. What exactly is trying to write to disk and to where?
As you can see below, all partitions on the server has plenty of free space:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 1486080 707444 701928 51% /
/dev/sda7 200263500 112182000 77744480 60% /home
/dev/sdb1 75700148 22139548 49653192 31% /home2
/dev/sda3 15872636 3324156 11729168 23% /var
/dev/sda2 15872636 5107624 9945700 34% /usr
/dev/sda6 1019208 62352 904248 7% /tmp
tmpfs 3052448 0 3052448 0% /dev/shm
I appreciate any suggestions!
Recently, I have noticed a lot of these entries in the stderr.log file:
Code:
2011-09-09 15:04:40.274 [STDERR] Output file write error --- out of disk space?
2011-09-09 15:12:13.629 [STDERR] Output file write error --- out of disk space?
2011-09-09 15:12:13.657 [STDERR] Output file write error --- out of disk space?
As you can see below, all partitions on the server has plenty of free space:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 1486080 707444 701928 51% /
/dev/sda7 200263500 112182000 77744480 60% /home
/dev/sdb1 75700148 22139548 49653192 31% /home2
/dev/sda3 15872636 3324156 11729168 23% /var
/dev/sda2 15872636 5107624 9945700 34% /usr
/dev/sda6 1019208 62352 904248 7% /tmp
tmpfs 3052448 0 3052448 0% /dev/shm
I appreciate any suggestions!