Package: bacula-fd
Version: 2.4.4-1
Tags: ipv6

Everything upstream says ipv6 is supported unless it is specifically disabled by the config script, however I cannot get it to listen on an IPv6 address.

I would assume it should bind to the IPv6 socket by default, but just in case I manually added the following to /etc/bacula/bacula-fd.conf:

 FDAddresses  = {
       ipv6 = {
               addr = 2001:470:f0ea::1;
               port = 9102;
       }
 }

However I get the following error:

Restarting Bacula File daemon: 13-Apr 11:16 bacula-fd: ERROR TERMINATION at address_conf.c:503 Config error: Can't add hostname(2001:470:f0ea::1) and port(9102) to addrlist (the old style addresses cannot be mixed with new style)
           : line 32, col 2 of file /etc/bacula/bacula-fd.conf
   }

I also searched for ipv6 in the build log, but couldn't find any matches:

<https://buildd.debian.org/fetch.cgi?&pkg=bacula&ver=2.4.4-1&arch=amd64&stamp=1231536228&file=log>

I am struggling to find good documentation on how this is meant to work, so my apologies if I misunderstood something. The only documentation I could find is at:

* <http://www.bacula.org/en/rel-manual/Client_Fi_daemon_Configura.html>
* <http://marc.info/?l=bacula-users&m=119881409808418&w=2>

--
Brian May <[email protected]>




--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to