Hi,
ok, that looks not that bad.
I'm adjusting the post above and my other page based upon your feedback.
To fix this, I need the content of the files "error.log" and "break.log", which you find in /opt/piratebox/tmp . Of course, you need to reproduce the error using the wget command to generate the error.
1. Set the password using the command
About this:
regards Matthias
ok, that looks not that bad.
I'm adjusting the post above and my other page based upon your feedback.
wget: server returned error: HTTP/1.1 500 Internal Server ErrorThis is the reason why the forum does not work... so.
To fix this, I need the content of the files "error.log" and "break.log", which you find in /opt/piratebox/tmp . Of course, you need to reproduce the error using the wget command to generate the error.
root@piratebox:~# box_init_setup.sh -ash: box_init_setup.sh: not foundOh yes, I forgot. That script is only delivered from the auto installer, which you haven't used or installed... and of course you can't install it. So you need to:
1. Set the password using the command
passwd2. To Set the timesave functionality, you need to set the Date
date YYYYMMDDHHMM /opt/piratebox/bin/timesave.sh /opt/piratebox/conf/piratebox.conf install /etc/init.d/piratebox timesave
About this:
root@piratebox:~# /etc/init.d/minidlna start -ash: /etc/init.d/minidlna: not foundThe command above didn't include the minidlna server. To install it, be connected to the internet (in your case it is pretty easy, because you have a separate WAN port) and run the following commands:
/etc/init.d/piratebox nodns opkg update opkg install minidlna cp /opt/piratebox/src/openwrt.example.minidlna /etc/config/minidlna
regards Matthias