[Mono-aspnet-list] Can't install XSP as daemon on Debian

Alexander Batishchev abatishchev at godfather.net.ru
Tue Nov 16 03:28:59 EST 2010


Hi, everybody.

I ran into next problem:
After building and installing of new version of XSP (from git master, 14 nov
and 14 sept accordingly) it doesn't run as a daemon and brings the system
into non-operable condition (it can't boot).

It looks like this:

<other daemons start>
xsp
Listening on address: 0.0.0.0
Root directory: /home/godfather/Projects/Test
Listening on port: 80 (non-secure)

And that's all. The system is stucked and only recovery mode helps.

I'm installing it next way:

$ sudo cp /etc/init.d/skeleton /etc/init.d/xsp

PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC="Mono XSP4"
NAME=xsp4
DAEMON=/usr/bin/$NAME
DAEMON_ARGS="--port 80 --nonstop --root /home/godfather/Projects/Test"
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME

$ sudo update-rc.d xsp defaults

Is it XSP bug?

Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20101116/9e013d6d/attachment.html 


More information about the Mono-aspnet-list mailing list