Re: Porting Bacula 7 to FreeBSD
I upgraded from Bacula 5.2.12 to Bacula 7 and now I've to specifiy IP adresses instead of hostnames in my Bacula configuration.
Configuration snipped:
Error message:
Replacing the hostname with the IP works - but this is not the solution I want.
I upgraded from Bacula 5.2.12 to Bacula 7 and now I've to specifiy IP adresses instead of hostnames in my Bacula configuration.
Configuration snipped:
Code:
FileDaemon { # this is me
Name = reis-fd
FDAddresses = { ip = { addr = reis.salatschuessel.net ; port = 9102 } }
...
}
Error message:
Code:
15-Aug 14:00 bacula-fd: ERROR TERMINATION at address_conf.c:525
Config error: Cannot add hostname(reis.salatschuessel.net) and port(9102) to addrlist (Cannot resolve hostname(reis.salatschuessel.net) Non-recoverable failure in name resolution)
: line 33, col 71 of file /usr/local/etc/bacula/bacula-fd.conf
FDAddresses = { ip = { addr = reis.salatschuessel.net ; port = 9102 } }
Replacing the hostname with the IP works - but this is not the solution I want.