* [mdk-re] Postgres
@ 2001-06-20 0:37 Andy
2001-06-20 8:11 ` Sergey Krivulja
2001-06-20 16:46 ` Sergei
0 siblings, 2 replies; 4+ messages in thread
From: Andy @ 2001-06-20 0:37 UTC (permalink / raw)
To: mandrake-russian
Hello mandrake-russian,
Люди, как запустить сабж, чтобы к нему можно было по TCP/IP
обращаться на интерфейсе 127.0.0.1 на порту 5432 ?
Best regards,
Andy mailto:alting@mail.ru
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [mdk-re] Postgres
2001-06-20 0:37 [mdk-re] Postgres Andy
@ 2001-06-20 8:11 ` Sergey Krivulja
2001-06-20 8:56 ` Re[2]: " Andy
2001-06-20 16:46 ` Sergei
1 sibling, 1 reply; 4+ messages in thread
From: Sergey Krivulja @ 2001-06-20 8:11 UTC (permalink / raw)
To: Andy
Hello Andy,
Wednesday, June 20, 2001, 12:47:46 AM, you wrote:
A> Люди, как запустить сабж, чтобы к нему можно было по TCP/IP
A> обращаться на интерфейсе 127.0.0.1 на порту 5432 ?
Так это локальный адрес. И как вы собираетесь по сети общаться?
--
Best regards,
Sergey mailto:skrivulja@erec.ru
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re[2]: [mdk-re] Postgres
2001-06-20 8:11 ` Sergey Krivulja
@ 2001-06-20 8:56 ` Andy
0 siblings, 0 replies; 4+ messages in thread
From: Andy @ 2001-06-20 8:56 UTC (permalink / raw)
To: Sergey Krivulja
Hello Sergey,
Wednesday, June 20, 2001, 8:22:25 AM, you wrote:
SK> Hello Andy,
SK> Wednesday, June 20, 2001, 12:47:46 AM, you wrote:
A>> Люди, как запустить сабж, чтобы к нему можно было по TCP/IP
A>> обращаться на интерфейсе 127.0.0.1 на порту 5432 ?
SK> Так это локальный адрес. И как вы собираетесь по сети общаться?
В том-то и дело, что по сети и не надо. Просто аськин сервер при
старте не может сконнектиться с постгресом именно по этому
интерфейсу/порту - connection refused. Я в постгресе дуб, я этот самый
аськин сервак еще под 7.0RE собирал - там он поднялся и поехал без
проблем - а тут не хочет :( Может, xinedt каким-то боком причастен?
Best regards,
Andy mailto:alting@mail.ru
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [mdk-re] Postgres
2001-06-20 0:37 [mdk-re] Postgres Andy
2001-06-20 8:11 ` Sergey Krivulja
@ 2001-06-20 16:46 ` Sergei
1 sibling, 0 replies; 4+ messages in thread
From: Sergei @ 2001-06-20 16:46 UTC (permalink / raw)
To: mandrake-russian
20 Июнь 2001 00:47 Вы написали:
> Hello mandrake-russian,
>
> Люди, как запустить сабж, чтобы к нему можно было по TCP/IP
> обращаться на интерфейсе 127.0.0.1 на порту 5432 ?
В /etc/rc.d/init.d/postgresql в строке запуска параметр -i:
if [ $PG_CHROOT_DIR ];
then
daemon /usr/bin/postmaster -D $PGDATA -S -r $PG_CHROOT_DIR -i
else
daemon --user postgres /usr/bin/postmaster -D $PGDATA -S -i
fi
Также смотрите в файл /var/lib/pgsql/data/pg_hba.conf. Должны быть строки
(для входа без пароля):
host all 127.0.0.1 255.255.255.255 trust
с паролем:
host all 127.0.0.1 255.255.255.255 password
--
С уважением, Епифанов Сергей
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-06-20 16:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-20 0:37 [mdk-re] Postgres Andy
2001-06-20 8:11 ` Sergey Krivulja
2001-06-20 8:56 ` Re[2]: " Andy
2001-06-20 16:46 ` Sergei
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git