> I got it to work. I had to add the following line to
> /etc/postgresql/8.1/main/pg_hba.conf:
> 
> host    bacula      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 recommend that you switch that to using Unix domain
sockets. That can give you significantly better pure-transfer
performance from PostgreSQL, depending on the exact platform.

//Magnus


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to