Hi,
I just saw your posts and discovered that there is an issue with the startup of droopy.
During the last release, in the file /opt/piratebox/init.d/piratebox is an unwanted linebreak in the command line.
The position looks like:
But should be
You need to edit the named file above and change it. I'll prepare a fix for that asap.
best regards
Matthias
I just saw your posts and discovered that there is an issue with the startup of droopy.
During the last release, in the file /opt/piratebox/init.d/piratebox is an unwanted linebreak in the command line.
The position looks like:
start-stop-daemon $DROOPY_USER -m --start --background --pidfile $PIDFILE_DROOPY --exec $PIRATEBOX/bin/droopy -- -d "$UPLOADFOLDER" -m "$DROOPY_TXT" --chmod $DROOPY_CHMOD $DROOPY_USERDIR $DROOPY_PORT
But should be
start-stop-daemon $DROOPY_USER -m --start --background --pidfile $PIDFILE_DROOPY --exec $PIRATEBOX/bin/droopy -- -d "$UPLOADFOLDER" -m "$DROOPY_TXT" --chmod $DROOPY_CHMOD $DROOPY_USERDIR $DROOPY_PORT
You need to edit the named file above and change it. I'll prepare a fix for that asap.
best regards
Matthias