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

Re: [hobbit] building bbproxy



Henrik,

I would like to set up a bbproxy. To do this I've copied the compiled hobbit
running on Fedora to another machine running fedora too. I've changed
hobbitlaunch.cfg only with

[hobbitd]
       HEARTBEAT
       ENVFILE /home/bbmon/server/etc/hobbitserver.cfg
       CMD hobbitd --listen=127.0.0.1 --pidfile=$BBSERVERLOGS/hobbitd.pid
--restart=$BBTMP/hobbitd.chk --checkpoint-file=$BBTMP/hobbitd.chk
--checkpoint-interval=600 --log=$BBSERVERLOGS/hobbitd.log --admin-senders=
127.0.0.1,$BBSERVERIP

[bbproxy]
       ENVFILE /home/bbmon/server/etc/hobbitserver.cfg
       CMD $BBHOME/bin/bbproxy --hobbitd
--bbdisplay=127.0.0.1,172.20.19.13--report=$MACHINE.bbproxy
--no-daemon --pidfile
=$BBSERVERLOGS/bbproxy.pid
       LOGFILE $BBSERVERLOGS/bbproxy.log

[bbnet]
       ENVFILE /home/bbmon/server/etc/hobbitserver.cfg
       CMD bbtest-net --report --ping --checkresponse
       LOGFILE $BBSERVERLOGS/bb-network.log
       INTERVAL 5m

[bbretest]
       ENVFILE /home/bbmon/server/etc/hobbitserver.cfg
       CMD $BBHOME/ext/bbretest-net.sh
       LOGFILE $BBSERVERLOGS/bb-retest.log
       INTERVAL 1m

I've changed in hobbitserver.cfg --> BBSERVERIP="127.0.0.1"

Do I have to change more things in hobbitserver.cfg?

If i want to use the bbtest-net , I will need to define in a bb-hosts file
as the same in the hobbit server?

when I start hobbit.sh , my server starts listening on 1984 but some core
files appears.

Thanks in advance,

Mario.