[ADMIN] installing on user account

2006-08-04 Thread Rodolfo Borges
I don't have root access here at work, and I wanted to run a jabber server to communicate with other folks here. I choose PostgreSQL as db backend. It is already installed, but it's not starting on boot. I don't have the password for the postgres user, so I'm running the postmaster daemon as my o

Re: [ADMIN] installing on user account

2006-08-04 Thread Peter Eisentraut
Am Freitag, 4. August 2006 17:57 schrieb Rodolfo Borges: > $psql -U jabberd2 jabberd2 > psql: FATAL: IDENT authentication failed for user "jabberd2" You need to read up on configuring the client authentication. If you don't have root access, ident is probably not a good choice. In particular .

Re: [ADMIN] installing on user account

2006-08-04 Thread Rodolfo Borges
On 8/4/06, Peter Eisentraut <[EMAIL PROTECTED]> wrote: Am Freitag, 4. August 2006 17:57 schrieb Rodolfo Borges: > $psql -U jabberd2 jabberd2 > psql: FATAL: IDENT authentication failed for user "jabberd2" You need to read up on configuring the client authentication. If you don't have root acces

Re: [ADMIN] installing on user account

2006-08-04 Thread Rodolfo Borges
I installed postgresql on my account, and now it works ok. Thanks again. On 8/4/06, Rodolfo Borges <[EMAIL PROTECTED]> wrote: On 8/4/06, Peter Eisentraut <[EMAIL PROTECTED]> wrote: > Am Freitag, 4. August 2006 17:57 schrieb Rodolfo Borges: > > $psql -U jabberd2 jabberd2 > > psql: FATAL: IDENT a