Displaying 3 results from an estimated 3 matches for "449m".
Did you mean:
449
2009 Nov 05
2
MySQL error 28, can't write temp files - how to debug?
...,
According to google search, errorcode 28 means the HDD is full. But it isn't:
root at vps:[~]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 84G 18G 62G 23% /
none 640M 0 640M 0% /dev/shm
/usr/tmpDSK 485M 11M 449M 3% /tmp
What else could cause this kind of problem?
--
Kind Regards
Rudi Ahlers
CEO, SoftDux Hosting
Web: http://www.SoftDux.com
Office: 087 805 9573
Cell: 082 554 7532
2009 Nov 05
1
MySQL error 28, can't write temp files - how to debug? [SOLVED]
...ut it
>> isn't:
>>
>>
>> root at vps:[~]$ df -h
>> Filesystem ? ? ? ? ? ?Size ?Used Avail Use% Mounted on
>> /dev/sda1 ? ? ? ? ? ? ?84G ? 18G ? 62G ?23% /
>> none ? ? ? ? ? ? ? ? ?640M ? ? 0 ?640M ? 0% /dev/shm
>> /usr/tmpDSK ? ? ? ? ? 485M ? 11M ?449M ? 3% /tmp
>>
>>
>> What else could cause this kind of problem?
>
> You only have 449MB free on /tmp. It could easily fill that up during the
> query, and then delete the file before you run df again. Run it while the
> query is executing, I bet you see /tmp filling up....
2002 Jun 18
0
error writing 4 unbuffered bytes - exiting
...Mb RAM, RedHat 7.3, rsync
rsync version 2.5.4 protocol version 26, it's disk layout is;
bash-2.05a# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 372M 338M 15M 96% /
/dev/sda1 45M 8.9M 34M 21% /boot
/dev/sda5 703M 218M 449M 33% /home
none 251M 0 251M 0% /dev/shm
/dev/sda2 1.9G 1.7G 101M 95% /usr
/dev/sda7 251M 130M 107M 55% /var
/dev/hda1 19G 2.3G 16G 13% /usr/local/backup
/dev/hda2 17G 2.6G 14G 16% /opt/archive
I am trying to ma...