Re: [ADMIN] tcp port

2004-03-13 Thread Michiel Lange
It is possible that due some weird stuff the port is not made free... check with $ netstat --all --numeric-ports -p | grep 5432 this -for example- is my output: tcp0 0 0.0.0.0:54320.0.0.0:* LISTEN 12775/postmaster unix 2 [ ACC ] STREAM L

Re: [ADMIN] tcp port

2004-03-09 Thread Peter Eisentraut
philippe haas wrote: > port 5432 (postmaster postgres reserved) on my machine(suze 8.2), > with PostgreSQL 7.4.1 ) is unreachable > When i launche postmaster with tcp/op option, i've the message : > LOG: could not bind IPv4 socket: Address already in use. > HINT: Is another postmaster already run