Xymon Mailing List Archive search

bbtest-net core dumps when reading bb-services

list Andreas Dembach
Wed, 14 Dec 2005 17:49:39 +0100
Message-Id: <user-074e26e285d9@xymon.invalid>

Yes, that works.

I took the section below from the bb-services man page. Seems to be 
outdated, then.

Thanks a lot,
Andreas

--On 14. Dezember 2005 17:10:25 +0100 Henrik Stoerner <user-ce4a2c883f75@xymon.invalid> 
wrote:
On Wed, Dec 14, 2005 at 04:55:30PM +0100, Andreas Dembach wrote:
So the million dollar question is: What's in your bb-services file ?
Well, as I said, nothing too complex I guess, since it's the default
file  from the package.

hobbit at linuxbox:~$ cat /etc/hobbit/bb-services
         service smtp
            send "mail\r\nquit\r\n"
            expect "220"
            options banner
That's not from the debian package, that is an old-style bbgen version
of the bb-services file.

Try doing

   mkdir tmpdir
   dpkg -x hobbit_4.1.2p1-1_i386.deb ./tmpdir/

This unpacks the .deb-file into the tmpdir directory. In
tmpdir/etc/hobbit/bb-services you'll find the real file - I am sure
that is different from what you have.

Specifically, the "service smtp" line is now "[smtp]".


Henrik