From: | "Lim Swee Nyin" <snlim(at)taylori(dot)com> |
---|---|
To: | <pgsql-admin(at)postgresql(dot)org> |
Subject: | No Space Left On Device |
Date: | 2005-06-16 12:03:32 |
Message-ID: | 057c01c5726b$6ae16270$5800a8c0@taylori.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
hi There,
When I was fine tuning my already running application, all of the sudden, I couldn't perform any save/edit operation on my database, with the error such as:
ERROR: could not extend relation 4273000/17231/926549: No space left on device SQL = update call set personal=1 where rowid=8735
I tried to update/insert several other tables but the more or less the same message appear.
I should have more than enough disk space on my system:
$ dfspace
/ : Disk space: 15775.57 MB of 21868.99 MB available (72.14%)
/stand : Disk space: 34.51 MB of 39.99 MB available (86.28%)
/home : Disk space: 13258.27 MB of 15000.00 MB available (88.39%)
/tmp : Disk space: 1023.92 MB of 1024.00 MB available (99.99%)
/var/tmp : Disk space: 1023.92 MB of 1024.00 MB available (99.99%)
where my postgres DB is on "/". and the strange thing is, the databas have been running fine for about 4 months.
can any one help please?
Thanks a lot.
Lim
From | Date | Subject | |
---|---|---|---|
Next Message | Postgres Admin | 2005-06-16 12:05:19 | Re: $_SERVER['SERVER_ADDR'] ; returns wrong value "::1" |
Previous Message | Stefan Bayer | 2005-06-16 09:41:00 | WindowsXP setup user account problem |