[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Postgresql is not accepting TCP/IP connections.




>
>
> hi there,
>
> I have upgraded to postgresql 7.4 on my debian unstable computer.
> Reloaded the databases and all seems to work fine (can connect to postgres
> with psql)
>
> The only waht not is working is that I cannot connect to
> postgresql through
> TCP/IP.
> In /etc/postgresql.conf I have: tcpip_socket = true, but its not working.
>
> Can anyone give me some advice what to do.
>
> thanks in advance,
> Hans
>
>
Sounds like postmaster is not running which is needed to connect over a
network.
ps -e | grep postmaster
if its not running fire up postmaster
>
>
>
>
> --
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org
>
>




Reply to: