Thread: ppp link activated on startup
Hi, I'm using debian woody with ppp-on-demand, which worked fine. 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. What the matter is? What could I do? Where the connection try comes from? Where it try to go? By knowing it, may be I could to add a rule to ppp's active-filter. Thanks Roman
Re: ppp link activated on startup
From
"V i s h a l Kashyap @ [Sai Hertz And Control Systems]"
Date:
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
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]" <sank89@sancharnet.in> Data: Larunbata, Maiatza 29, 2004 4:44 am Gaia: Re: [ADMIN] ppp link activated on startup > 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 > > >