PDA

View Full Version : Can't start bzr inet/xinet smart server



mitchy_g
June 5th, 2008, 09:51 AM
Hi,
Im trying to get bzr running as an inet or xinet service. (I'm running Fiesty)

I have added a new file into /etc/xinet.d/bzr. This file contains:


service bzr
{
socket_type = stream
protocol = tcp
wait = no
user = bzr
server = /usr/bin/bzr
serverargs = serve --verbose --inet --directory=/home/bzr/code/
port = 4155
disable = no
}


Then I issue the restart command for xinet:

sudo /etc/init.d/xinetd restart

However I cannot connect and using netstat I cannot see any ports listening.

Any suggestions would be appreciated
Mitch