Re: [ADMIN] my postgres.init file

1999-01-10 Thread Terry Mackintosh
oblem. > -Original Message- > From: Terry Mackintosh <[EMAIL PROTECTED]> > To: Vance Greenway <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Date: Saturday, January 09, 1999 5:56 PM > Subject: Re: [ADMIN] my postgres.init file >

Re: [ADMIN] my postgres.init file

1999-01-10 Thread Benjamin Gonay
Hi Vance, To start the postmaster, at startup, as root, do : su - postgres -c "postmaster .." (with your needed options) This doesn't need any password, as it's root which start your script instead of (really) an other user, here the 'postgres' user account. Be carefull to NOT FORGET the '

Re: [ADMIN] my postgres.init file

1999-01-10 Thread Vance Greenway
TED] <[EMAIL PROTECTED]> Date: Saturday, January 09, 1999 5:56 PM Subject: Re: [ADMIN] my postgres.init file >Hi Vance > >On Sat, 9 Jan 1999, Vance Greenway wrote: > >> when i execute my posgres.init file, it asks for a password per the su >> command that is in it, but d

Re: [ADMIN] my postgres.init file

1999-01-09 Thread Terry Mackintosh
Hi Vance On Sat, 9 Jan 1999, Vance Greenway wrote: > when i execute my posgres.init file, it asks for a password per the su > command that is in it, but does not pause for a password to be entered > and consequently cannot launch the postmaster. is there an obvious fix, > or even an obscure one

[ADMIN] my postgres.init file

1999-01-09 Thread Vance Greenway
when i execute my posgres.init file, it asks for a password per the su command that is in it, but does not pause for a password to be entered and consequently cannot launch the postmaster.  is there an obvious fix, or even an obscure one to help this newbie out?