Thanks.. That worked.

I commented out the DIRport = 9101 and then changed my DirAdresses

 DirAddresses = {
         ip = {
         addr = xxx.xxx.xx.24; port 9101; }
         ip = {
         addr = xxx.xxx.xxx.59; port 9101; }
}

>-----Original Message-----
>From: Martin Simmons [mailto:[EMAIL PROTECTED]
>Sent: Friday, March 10, 2006 12:02 PM
>To: [EMAIL PROTECTED]
>Cc: Bacula-users@lists.sourceforge.net
>Subject: Re: [Bacula-users] DirAddresses Problems
>
>>>>>> 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