Hi,
this is usually a permission issue, because I assume you scp'ed it via root.
you can do two things to fix that:
1. Rerun the first init-script
2. or change the permissions with that command:
After that, the download should work.
regards Matthias
this is usually a permission issue, because I assume you scp'ed it via root.
you can do two things to fix that:
1. Rerun the first init-script
/opt/piratebox/bin/install_piratebox.sh /opt/piratebox/conf/piratebox.conf part2
2. or change the permissions with that command:
chown -R -v nobody:nogroup /opt/piratebox/share/Shared
After that, the download should work.
regards Matthias