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

Re: [hobbit] hoobit relay



On Tuesday 20 January 2009 10:31:22 Evelyne Simon wrote:
> Hello
>
>
>
> Excuse me but it's don't work again
>
>
>
> [[bbproxy]
>
>         ENVFILE /usr/local/hobbit//server/etc/hobbitserver.cfg
>
>         CMD $BBHOME/bin/bbproxy --hobbitd
> --servers=192.168.252.80,$BBSERVERIP -report=192.168.252.78
> --pidfile=$BBSERVERLOGS/bbproxy.pid
>
>         LOGFILE $BBSERVERLOGS/bbproxy.log
>
>
>
> My bbproxy.log
>
> Cannot bind to listen socket (Address already in use)


So, something is already listening on the port you are trying to run bbproxy 
on. Probably 1984 by default. What else runs on 1984 (you could check - at 
least on Linux - with 'netstat -plnt|grep 1984) ? How about hobbitd? Did you 
disable the hobbitd task in the hobbitlaunch.cfg file ?