MarijnStevens / yagna-aarch64

GNU General Public License v3.0
1 stars 1 forks source link

vmrt-* files needs `chmod +x` #3

Closed etam closed 3 years ago

etam commented 3 years ago
./yagna-binaries/plugins/ya-runtime-vm-aarch64-host/ya-runtime-vm-aarch64-host test

was failing with

Starting runtime @ /home/etam/yagna-binaries/plugins/ya-runtime-vm-aarch64-host/runtime/self-test.gvmi
thread 'main' panicked at 'failed to start runtime: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }', runtime-aarch64-host/src/main.rs:457:14

I fixed it by

chmod +x yagna-binaries/plugins/ya-runtime-vm-aarch64-host/runtime/vmrt-*
MarijnStevens commented 3 years ago

Thought that was fixed by chmod +x $installPrefix/lib/yagna/plugins/ya-runtime-vm-aarch64-host/runtime/vmrt-x86_64 in install.sh...

MarijnStevens commented 3 years ago

Should be fixed; Tried multiple installs and never got this anymore.