[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bb-xsnmp.pl + HOBBIT
- To: hobbit (at) hswn.dk
- Subject: bb-xsnmp.pl + HOBBIT
- From: Brian Lynch <brianlynch (at) gmail.com>
- Date: Tue, 29 Mar 2005 23:23:15 -0800
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=JDkkAcuqXz7y/u6wv6Ahc5v+7IibGmvF0oviSz8QVEuwAcG4HMB26NRYf0LQfXMF3JP/wBDprjaeKI1DEDB57iBIRy3NeZ+FjN2+juZ68xE94awYmdwUuqD+aMO5s/v9s4P0E8eudbHbD5p+GMVKjUs128QKbkow0XWY1Dza35I=
For anyone using bb-xsnmp.pl, here is the fix to get it working.
1. Set up the bb-xsnmptab in the etc directory.
2. Move bb-xsnmp.pl to the ext directory
3. Move the bb-combo.sh from big brother to hobbit.
4. Add the following lines to the beginning of the script (below the
my $debug line):
# Hacked for hobbit!!
$ENV{'BBNET'} = 'TRUE';
This should get the script working. Run the following commands to test it:
> $BBHOME/bin/bbcmd
> $BBHOME/ext/bb-xsnmp.pl
You can then launch it from the hobbitlaunch.cfg without a problem.
Cheers,
Brian