Discussion:
ppp link activated on startup
(too old to reply)
V i s h a l Kashyap @ [Sai Hertz And Control Systems]
2004-05-29 02:44:21 UTC
Permalink
Dear tatel,
But after compile-install postgresql 7.4.1 with postgis, ppp link is
activated on startup, which is very unpleasant. In postgresql.conf
tcpip_socket is set to false.
I'm shure this is a postgresql affair, since removing postgresql rc
scripts corrects this problem. But no more postmaster running at startup
:-(
I think any attempt to connect to postmaster is firing up the ppp link.
Firstly the ppp ondemand link would fire if the server detects that a
network IP is not reachable thus in PostgreSQL
make the tcpip_socket to true and edit the pg_hba file acordingly.
--
Best Regards,
Vishal Kashyap
Director / Lead Software Developer,
Sai Hertz And Control Systems Pvt Ltd,
http://saihertz.rediffblogs.com
Jabber IM: vishalkashyap[ a t ]jabber.org
ICQ : 264360076
Yahoo IM: mailforvishal[ a t ]yahoo.com
-----------------------------------------------
You yourself, as much as anybody in the entire
universe, deserve your love and affection.
- Buddha
---------------
pgsql=# select marital_status from vishals_life;

marital_status
------------------
Single not looking

1 Row(s) affected



---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ***@postgresql.org
t***@euskalnet.net
2004-05-31 14:40:34 UTC
Permalink
Dear Vishal

Thanks for your help.

Now in postgresql.conf: tcpip_socket=true

And this is my pg_hba.conf:
local all all md5
host all all 127.0.0.1 255.255.255.255 md5
host all all 0.0.0.0 0.0.0.0 md5

But no success: ppp-on-demand link is still being activated on startup

Best regards

Roman

----- Jatorrizko Mezua -----
Norengandik: "V i s h a l Kashyap @ [Sai Hertz And Control Systems]"
<***@sancharnet.in>
Data: Larunbata, Maiatza 29, 2004 4:44 am
Gaia: Re: [ADMIN] ppp link activated on startup
Post by V i s h a l Kashyap @ [Sai Hertz And Control Systems]
Dear tatel,
But after compile-install postgresql 7.4.1 with postgis, ppp link is
activated on startup, which is very unpleasant. In postgresql.conf
tcpip_socket is set to false.
I'm shure this is a postgresql affair, since removing postgresql rc
scripts corrects this problem. But no more postmaster running at
startup>:-(
I think any attempt to connect to postmaster is firing up the ppp
link.>
Firstly the ppp ondemand link would fire if the server detects that
a
network IP is not reachable thus in PostgreSQL
make the tcpip_socket to true and edit the pg_hba file acordingly.
--
Best Regards,
Vishal Kashyap
Director / Lead Software Developer,
Sai Hertz And Control Systems Pvt Ltd,
http://saihertz.rediffblogs.com
Jabber IM: vishalkashyap[ a t ]jabber.org
ICQ : 264360076
Yahoo IM: mailforvishal[ a t ]yahoo.com
-----------------------------------------------
You yourself, as much as anybody in the entire
universe, deserve your love and affection.
- Buddha
---------------
pgsql=# select marital_status from vishals_life;
marital_status
------------------
Single not looking
1 Row(s) affected
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Loading...