-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./ZeroNet.sh: line 12: runtime/bin/python3: Permission denied #163
Comments
@slrslr You have to deploy it as
Not |
I did and it failed with mentioned Permission error. |
Is python available ? |
python is not available, only python3: python3 --version $ chmod +x ZeroNet.sh;./ZeroNet.sh --help Maybe the command inside the script is wrong? |
Are you executing this as root ? |
ZeroNet.sh already had executable permission for the current user: -rwxr-xr-x When instead of runtime/bin/python3 i use python3, then i see: I have mentioned:
Workaround was to replace that "runtime/bin/python3" inside ZeroNet.sh by "python3" |
Duplicate of #146. |
You just have to give all executable files permission to run as programs. |
Ok thanks you can close this |
@canewsin can you please apply this into source file?
I have faced this issue again after downloading current ZNX from https://github.com/ZeroNetX/ZeroNet/releases/latest/download/ZeroNet-linux.zip. Also maybe do the same for ../runtime/bin/openssl #199 |
…rprinting Reduce fingerprinting available to sites refs ZeroNetX#163
Step 1: Please describe your environment
Step 2: Describe the problem:
Steps to reproduce:
As a user
cd $home;wget --no-check-certificate -c https://github.com/ZeroNetX/ZeroNet/releases/latest/download/ZeroNet-linux.zip && unzip ZeroNet-linux.zip && rm -f ZeroNet-linux.zip && mv ZeroNet* zeronet;cd zeronet;chmod +x ZeroNet.sh;./ZeroNet.sh --help
Result:
$ python3 ./ZeroNet.sh --help
Result:
Workaround was to replace that "runtime/bin/python3" inside ZeroNet.sh by "python3"
The text was updated successfully, but these errors were encountered: