Quantcast
Channel: PirateBox Forum - Raspberry Pi(rate)Box
Viewing all articles
Browse latest Browse all 1863

Re: How to open port 8080 ?

$
0
0
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:

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

Viewing all articles
Browse latest Browse all 1863

Trending Articles