Re: [GENERAL] Problems with starting Postgres

2000-12-11 Thread Alessio Bragadini
Tom Lane wrote: > A plain kill (SIGTERM) should remove the socket file on its way out. > The only thing that wouldn't is kill -9 ... if you're doing it that > way, don't. The problem is an unexpected crash/reboot of the machine (which shouldn't happen, but...) that leaves socket files in /tmp an

Re: [GENERAL] Problems with starting Postgres

2000-12-10 Thread Tom Lane
Uro¹ Gruber <[EMAIL PROTECTED]> writes: > I started postgres with -i switch, but when i kill the proces i can't > start it anymore on the same port. I tried this five times and i can > start it now on 5 ports because i have to use everytime a new port. > FATAL: StreamServerPort: bind() failed: Ad

Re: [GENERAL] Problems with starting Postgres

2000-12-10 Thread Dominic J. Eidson
On Sun, 10 Dec 2000, Uro¹ Gruber wrote: > I started postgres with -i switch, but when i kill the proces i can't > start it anymore on the same port. I tried this five times and i can > start it now on 5 ports because i have to use everytime a new port. > > I look in my /tmp and try to delete pos

[GENERAL] Problems with starting Postgres

2000-12-10 Thread Uro¹ Gruber
Hi! I started postgres with -i switch, but when i kill the proces i can't start it anymore on the same port. I tried this five times and i can start it now on 5 ports because i have to use everytime a new port. I look in my /tmp and try to delete postgres files, but still don't works. There is n