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-04 Thread Iñigo Martinez Lasala
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@postgresql.org Subject: Re: [ADMIN] password authentication failed for user postgres Date: Wed, 3 Mar 2010 23:40:39 +0530 When

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: pgsql-admin@postgresql.org > Subject: Re: [ADMIN] pass

Re: [ADMIN] password authentication failed for user postgres

2010-03-03 Thread Iñigo Martinez Lasala
l-admin@postgresql.org Subject: Re: [ADMIN] password authentication failed for user postgres Date: Wed, 3 Mar 2010 22:41:47 +0530 Thanks. I already have created a user. And can connect to the server through the PgAdmin on my local system. My query now is : Now when I try to connect to the

Re: [ADMIN] password authentication failed for user postgres

2010-03-03 Thread Major Services
t;> 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] password authentication failed for user postgres

2010-03-03 Thread Iñigo Martinez Lasala
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 Cc: pgsql-admin@postgresql.org Subject: Re: [ADMIN] password authentication failed for user postgres Date: Wed,

Re: [ADMIN] password authentication failed for user postgres

2010-03-03 Thread Major Services
-Original Message- > From: Major Services > To: pgsql-admin@postgresql.org > Subject: [ADMIN] password authentication failed for user postgres > Date: Tue, 2 Mar 2010 14:13:10 +0530 > > Hi, > > 1. I have added listen_addresses = '*' ; in postgresql.c

Re: [ADMIN] password authentication failed for user postgres

2010-03-02 Thread Major Services
st lines of this file ? > > > > > > > > > > > > -Original Message- > > > *From*: Major Services major%20services%20%3cservices.ma...@gmail.com > %3e> > > > > > > > *To*: I?igo Martinez Lasala 3d%3fiso-8859-1%3fq%3fi%3df1igo%3f%

Re: [ADMIN] password authentication failed for user postgres

2010-03-02 Thread Kenneth Marshall
post here last lines of this file ? > > > > > > > > -Original Message- > > *From*: Major Services > > > > > > > *To*: I?igo Martinez Lasala > > > > > > > *Cc*: pgsql-admin@postgresql.org > > *Subject*

Re: [ADMIN] password authentication failed for user postgres

2010-03-02 Thread Major Services
t; imarti...@vectorsf.com> 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 Iñigo Martinez Lasala
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 Cc: pgsql-admin@postgresql.org Subject: Re: [ADMIN] password authentication failed for user postgres

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: pgsql-admin@postgresql.org > Subject: [ADMIN] passwor

Re: [ADMIN] password authentication failed for user postgres

2010-03-02 Thread Iñigo Martinez Lasala
r Reload postgresql and launch createuser as postgres user. -Original Message- From: Major Services To: pgsql-admin@postgresql.org Subject: [ADMIN] password authentication failed for user postgres Date: Tue, 2 Mar 2010 14:13:10 +0530 Hi, 1. I have added listen_addresses

[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