Re: [ADMIN] password authentication failed for user postgres

2010-03-04 Thread Major Services
min" or "up2date install > phppgadmin" > Or webmin if you want to admin all server without having to use command > line. http://www.webmin.com/ > > > > > -Original Message- > From: Major Services > To: Iñigo Martinez Lasala > Cc: pgsql-admin@

Re: [ADMIN] password authentication failed for user postgres

2010-03-03 Thread Major Services
sword" since you will > have to enter password for any local operation in your server, but anyway, > it's your decision. > > -Original Message- > From: Major Services > To: Iñigo Martinez Lasala > Cc: [email protected] > Subject: Re: [ADMIN] pass

Re: [ADMIN] password authentication failed for user postgres

2010-03-03 Thread Major Services
reate a new user called dbadmin. It will ask you for a password > for this user and some extra options. Response YES to all. > > Now you can connect remotely with this dbadmin user. > > > > -Original Message- > From: Major Services > To: Iñigo Martinez Lasala

Re: [ADMIN] password authentication failed for user postgres

2010-03-03 Thread Major Services
ts. But anyway it's a requirement if you are goint to > access remotely. > > Add this line in first place to your pg_hba.conf > local   all postgres  ident sameuser > > > Reload postgresql and launch createuser as postgres user. > > >

Re: [ADMIN] Restart failed with 'service postgresql restart'

2010-03-03 Thread Major Services
- as postgres user "su - postgres", run "pg_ctl start -D /var/lib/pgsql" > > > -Original Message- > From: Major Services > To: Paul Anderson > Cc: [email protected] > Subject: Re: [ADMIN] Restart failed with 'service postgresql restart'

Re: [ADMIN] Restart failed with 'service postgresql restart'

2010-03-02 Thread Major Services
'pg_ctl status' returns 'neither postmaster nor postgres running'. Looking for help restart postgres. Thanks On Wed, Mar 3, 2010 at 9:58 AM, Major Services wrote: > Where to look for postmaster.pid? > It is not in the data directory. There is one file postmaster.op

Re: [ADMIN] Restart failed with 'service postgresql restart'

2010-03-02 Thread Major Services
id remove the > postmaster.pid file, right? > > FATAL: lock file "postmaster.pid"already exists > > > On 3/2/10 11:43 AM, Major Services wrote: >> >> Help me start the server. >> As I mentioned in an earlier post today (subject: password >> authenticati

[ADMIN] Restart failed with 'service postgresql restart'

2010-03-02 Thread Major Services
Help me start the server. As I mentioned in an earlier post today (subject: password authentication failed for user postgres), 'service postgresql restart' had stopped the server but *server start failed*. Step wise list of commands to be given would be great! Do I need to login as postgres? Bei

Re: [ADMIN] password authentication failed for user postgres

2010-03-02 Thread Major Services
'*'. > > Cheers, > Ken > > On Tue, Mar 02, 2010 at 07:19:47PM +0530, Major Services wrote: > > pgstartup.log: > > > > The files belonging to this database system will be owned by user > > "postgres". > > > > > > &

Re: [ADMIN] password authentication failed for user postgres

2010-03-02 Thread Major Services
t; [email protected]> wrote: > Ah... ok. > In /var/lib/pgsql you will find a file called pgstartup.log > Could you post here last lines of this file ? > > > > -Original Message- > *From*: Major Services > > > > *To*: Iñigo Martinez Lasala &

Re: [ADMIN] password authentication failed for user postgres

2010-03-02 Thread Major Services
oes not have ident enabled... > > local all postgres trust > > > > -Original Message- > *From*: Major Services > > > > *To*: Iñigo Martinez Lasala > > > > *Subject*: Re: [ADMIN] password authentication failed for user postgres > *Date*: T

Fwd: [ADMIN] password authentication failed for user postgres

2010-03-02 Thread Major Services
t place to your pg_hba.conf > local all postgres ident sameuser > > > Reload postgresql and launch createuser as postgres user. > > > -Original Message- > From: Major Services > To: [email protected] > Subject: [ADMIN] passwor

[ADMIN] password authentication failed for user postgres

2010-03-02 Thread Major Services
Hi, 1. I have added listen_addresses = '*' ; in postgresql.conf 2. And have made the following changes to pg_hba.conf local DATABASEUSER METHOD localsamegroup all password hostDATABASEUSERCIDR-ADDRESS METHOD [OPTION] host all all