Bug#519858: possible fix

2009-04-27 Thread Konstantin Khomoutov
Daniel Zelisko wrote: I fixed it for ubuntu 8.10, hopefuly it may be useful for you. [...] start() { cd /var/lib/ejabberd su $EJABBERDUSER -c "$EJABBERD -noshell -detached" echo `pidof epmd` > $PIDFILE } [...] epmd is an "Erlang Port Mapping Daemon" which provides clustering for Er

Bug#519858: possible fix

2009-04-24 Thread Daniel Zelisko
Hi, I fixed it for ubuntu 8.10, hopefuly it may be useful for you. regards danielz #! /bin/sh # # ejabberdStart/stop ejabberd server # ### BEGIN INIT INFO # Provides: ejabberd # Required-Start:$remote_fs $network # Required-Stop: $remote_fs $network # Default-Start: