11 Jul
2006
11 Jul
'06
7:49 a.m.
On Wed, Jul 05, 2006 at 04:43:52PM +0200, Nicolas Dorfsman wrote:
Could you provide me with an example of what you have in the bbcombotest.cfg file that triggers this problem ?
(c92-dc200.dns||c92-dc220.dns||c92-dc221.dns)
This is wrong. When you have dashes in the hostnames, they need to be escaped with a backslash. So:
(c92\-dc200.dns||c92\-dc220.dns||c92\-dc221.dns)
Regards, Henrik