[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] Bb-network.log Host fileserver appears twice in bb-hosts! This may cause strange results



William Ottley wrote:
    Hi all, sorry for not responding sooner, I was away.
    Thanks Michael and Ralph for trying to help me.

    I tried the suggestion:  group-only, but I get the same error:
    bb-network.log:

2009-04-27 11:33:48 Host fileserver appears twice in bb-hosts! This may cause strange results

Here’s my bb-hosts file:


    page servers Servers
    group-compress <H3><I>Windows:</I></H3>
    xx.xx.xx.xx fileserver       #

    page services Services
    group-compress <H3><I>Services:</I></H3>
    group-only http|ftp  <font size="+1">http Ftp</font>
    xx.xx.xx.xx fileserver       # noconn http://fileserver/ ftp


    does anyone know why?


The "noconn" tag is at the wrong place.
Try:

page servers Servers
group-compress <H3><I>Windows:</I></H3>
xx.xx.xx.xx fileserver       # noconn

page services Services
group-compress <H3><I>Services:</I></H3>
group-only http|ftp  <font size="+1">http Ftp</font>
xx.xx.xx.xx fileserver       # http://fileserver/ ftp

Dominique