Re: connecting to linux server from windows xp

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: connecting to linux server from windows xp
Дата
Msg-id 20051114094539.GD25254@webserv.wug-glas.de
обсуждение исходный текст
Ответ на Re: connecting to linux server from windows xp  (Sebastian Scarano <opensas@gmail.com>)
Ответы Re: connecting to linux server from windows xp  (Sebastian Scarano <opensas@gmail.com>)
Список pgsql-novice
am  14.11.2005, um  6:17:49 -0300 mailte Sebastian Scarano folgendes:
> With the help of Andreas, I could finally connect a from a guest xp running
> with vmware inside a host xp machine
>
> Now I'm trying to do the same with a host gentoo box and a guest xp SP1
>
> this is my pg_hba.conf
>
> ---
> tux data # cat pg_hba.conf | tail -n 8
>
> # "local" is for Unix domain socket connections only
> local all all trust
> # IPv4 local connections:
> host all all 127.0.0.1/32 <http://127.0.0.1/32> trust
> host all all 192.168.0.0/16 <http://192.168.0.0/16> md5
                              ^^^^^^^^^^^^^^^^^^^^^^
                              wrong syntax


>
> When I try to connect from the host using pgaminIII for windows, I get the
> following error:
>
> "Server not listening"

1. wrong syntax in pg_hba.conf
2. check, if the server ist running (telnet server 5432, it should
   connect for a few seconds)

My guess: because the wrong syntax the server is not running.


HTH, Andreas
--
Andreas Kretschmer    (Kontakt: siehe Header)
Heynitz:  035242/47212,      D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
 ===    Schollglas Unternehmensgruppe    ===

В списке pgsql-novice по дате отправления:

Предыдущее
От: Sebastian Scarano
Дата:
Сообщение: Re: connecting to linux server from windows xp
Следующее
От: Gan Uesli Starling
Дата:
Сообщение: Re: My bad...user and database not recognized after reboot