ran vacuum, ran out of space, cant bring up psql

From: "Pam Eggler" <peggler(at)hotmail(dot)com>
To: sfpug(at)postgresql(dot)org
Subject: ran vacuum, ran out of space, cant bring up psql
Date: 2005-02-03 15:04:48
Message-ID: BAY2-F4B78B2DFB6E99DB8D1374A17F0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: sfpug

I noticed I was running low on space on my system, so I found this vacuum
command. I ran it and it failed because it ran out of space:

vacuum mytable;
FATAL 2: ZeroFill failed to write
/var/lib/pgsql/data/pg_xlog/xlogtemp.23895: No space left on device
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: NOTICE: Message
from PostgreSQL backend:
The Postmaster has informed me that some other backend
died abnormally and possibly corrupted shared memory.
I have rolled back the current transaction and am
going to terminate your database system connection and exit.
Please reconnect to the database system and repeat your query.

I cleared out that dir and then tried to go back into my database and I get
this error:

psql fsp
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

Help?

Responses

Browse sfpug by date

  From Date Subject
Next Message Josh Berkus 2005-02-03 17:14:59 Re: ran vacuum, ran out of space, cant bring up psql
Previous Message Josh Berkus 2005-02-03 03:35:16 PG Database Designer wanted to take over older projects