Re: starting server at boot
От | Adam Lang |
---|---|
Тема | Re: starting server at boot |
Дата | |
Msg-id | 028b01c01770$d3ffb320$330a0a0a@Adam обсуждение исходный текст |
Ответ на | starting server at boot ("Adam Lang" <aalang@rutgersinsurance.com>) |
Список | pgsql-general |
No, still no luck. I'm putting the line in at the end of the rc.local file. I know it gets to it because, when the nohup is in front, it generates a message. But I am not able to connect to the dataabse after reboot. Adam Lang Systems Engineer Rutgers Casualty Insurance Company ----- Original Message ----- From: "Tom Lane" <tgl@sss.pgh.pa.us> To: "Adam Lang" <aalang@rutgersinsurance.com> Cc: "PGSQL General" <pgsql-general@postgresql.org> Sent: Friday, September 01, 2000 5:45 PM Subject: Re: [GENERAL] starting server at boot > "Adam Lang" <aalang@rutgersinsurance.com> writes: > > nohup su -c 'postmaster -i -D /usr/local/pgsql/data > server.log 2>&1' > > postgres & > > nohup su seems a little odd; I'd expect the nohup command to affect the > su process itself, but I'm not at all sure that su would allow the > nonstandard signal-handling state to propagate through to the command > it executes. > > Try > su -c 'nohup postmaster ... 2>&1 &' postgres > instead. > > This should also eliminate nohup's desire to make a useless output > file... > > regards, tom lane
В списке pgsql-general по дате отправления: