In bacula-dir.conf, diraddresses must be on one line else you can't go in subitem.
Example don't work
DirAddresses = {
ip = { addr = 127.0.0.1; port = 9101;}
ip = { addr = 192.168.0.1; port = 9101;}
}
Example work
DirAddresses = { ip = { addr = 127.0.0.1; port = 9101;} ip = { addr = 192.168.1.1; port = 9101;} }
Do you mean bacula requires that the DirAddress be all on one line, or that webmin doesn't parse bacula-dir.conf in this case?
In Bacula the two form work
In Webmin just the one line form work
And this not with DirAddress but with DirAddresses
Excuse my poor english!!!