Re: [GENERAL] Missing domain socket after reboot.

2006-06-22 Thread Bill Moseley
On Thu, Jun 22, 2006 at 08:16:05AM -0400, Douglas McNaught wrote: > Bill Moseley <[EMAIL PROTECTED]> writes: > > > Hum. lsof knows about the file. > > > > $ lsof -p 1512 | grep /var/run > > postmaste 1512 postgres4u unix 0xf78b5980 1631 > > /var/run/postgresql/.s.PGSQL.543

Re: [GENERAL] Missing domain socket after reboot.

2006-06-22 Thread Douglas McNaught
Bill Moseley <[EMAIL PROTECTED]> writes: > Hum. lsof knows about the file. > > $ lsof -p 1512 | grep /var/run > postmaste 1512 postgres4u unix 0xf78b5980 1631 > /var/run/postgresql/.s.PGSQL.5432 > > > Any ideas what happened to the socket? Maybe something in your bootup p

[GENERAL] Missing domain socket after reboot.

2006-06-21 Thread Bill Moseley
After a reboot today Postgresql 8.1 came back up and started accepting connections over TCP but the unix socket file was missing. This is on Debian Stable, and I can't imagine what might of removed the file. Running psql I get: $ psql test psql: could not connect to server: No such file