>>>>> On Thu, 9 Mar 2006 22:48:20 -0600, "Matthew Feinberg" <[EMAIL PROTECTED]> 
>>>>> said:
> 
> Hello,
> 
> I am trying to tell bacula to listen to multiple IPs. Using the DirAddresses
> directive returns the error below. Ideas?
> 
> I am using bacula-mysql-1.38.5-4 compiled from RPM Source on Fedora Core 4.
> 
> DirAddresses = {
>         ip = {
>         addr = 208.186.78.24; }
>         ip = {
>         addr = 208.186.130.59; }
> }
> 
> Starting Bacula Director services: 09-Mar 20:43 bacula-dir: ERROR
> TERMINATION at address_conf.c:493
> Config error: Can't add hostname(xxx.xxx.xx.24) and port() to addrlist (the
> old style addresses cannot be mixed with new style)
>             : line 27, col 24 of file /etc/bacula/bacula-dir.conf
>         addr = xxx.xxx.xx.24; }

Check if you have a DIRport option as well -- that would be the "old style"
address.  If so, convert it to a port option within each ip sectrion.

__Martin


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to