On 6/25/2020 8:10 AM, r0...@nxlplyx.com wrote:

Hi Rad,

Apparently Bacula does not like localhost, changing it to 127.0.0.1 worked.


Most likely localhost is resolving to the ::1 IPv6 address. Generally, if a name has both an IPv4 and IPv6 address, then the resolver will return the IPv6 address first. If the daemon is configured to listen on both IPv4 and IPv6, then there is no reason not to use the localhost name. If it is listening only on IPv4, then you might need to specify the IPv4 address.


THANK YOU!!!

Just so I get it right as to which user should I be (regular user, bacula, postgres, or root):

  * To run the create_bacula_database script?
  * To run the make_bacula_tables script?
  * To run the grant_bacula_privileges?
  * To run the ./bconsole start script?

(Some of these seem simple, but I had gone as far as to make the bacula user the postgres administrator to get it to work.)

- Al




_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to