Re: [Bacula-users] Trying to get bacula working with postgres

2006-08-23 Thread Alan Brown
On Wed, 23 Aug 2006, Magnus Hagander wrote: >> I got it to work. I had to add the following line to >> /etc/postgresql/8.1/main/pg_hba.conf: >> >> hostbacula bacula,root 127.0.0.1/32 trust >> >> Bacula is connecting with TCP/IP, not a Unix domain socket. This >> was confusing me.

Re: [Bacula-users] Trying to get bacula working with postgres

2006-08-23 Thread Magnus Hagander
> I got it to work. I had to add the following line to > /etc/postgresql/8.1/main/pg_hba.conf: > > hostbacula bacula,root 127.0.0.1/32 trust > > Bacula is connecting with TCP/IP, not a Unix domain socket. This > was confusing me. Thanks for your help. I would definitely recomme

Re: [Bacula-users] Trying to get bacula working with postgres

2006-08-22 Thread Scott Simpson
I got it to work. I had to add the following line to /etc/postgresql/8.1/main/pg_hba.conf: hostbacula bacula,root 127.0.0.1/32 trust Bacula is connecting with TCP/IP, not a Unix domain socket. This was confusing me. Thanks for your help. Scott

Re: [Bacula-users] Trying to get bacula working with postgres

2006-08-22 Thread Scott Simpson
On Tuesday 22 August 2006 15:54, [EMAIL PROTECTED] wrote: > > [EMAIL PROTECTED]:/etc/bacula# /usr/sbin/bacula-dir -c > > /etc/bacula/bacula-dir.conf -u bacula -g bacula > > 22-Aug 15:33 bacula-dir: Fatal error: Could not open database "bacula". > > 22-Aug 15:33 bacula-dir: Fatal error: postgresql

Re: [Bacula-users] Trying to get bacula working with postgres

2006-08-22 Thread kodis
On Tue, Aug 22, 2006 at 03:39:03PM -0700, Scott Simpson wrote: > I'm trying to get bacula working with Postgres but I'm having > trouble getting the director to connect. I can connect to Postgres > as bacula: > > sh-3.1$ id > uid=118(bacula) gid=118(bacula) groups=26(tape),118(bacula) > sh-3.1$ p