(04-30-2019, 08:42 PM)Farley56 Wrote: 1. a. Install didn't finish so trying to stop the service returned this;
Failed to stop ats.service: Unit ats.service not loaded.
b. Trying to un-install returned this;
Error: Could not find rock 'atsluarocks remove' in /usr/local
2. Trying to install the master-0 revision gave me the same error as previous attempt.
root@rock64pronas:~# luarocks build https://raw.githubusercontent.com/tuxd3v...0.rockspec
(...)
/usr/bin/env: 'lua': No such file or directory Process: 8244 ExecStart=/usr/local/sbin/ats (code=exited, status=127)
Main PID: 8244 (code=exited, status=127)
Hello,
Try to run this:
Code:
which lua

Create it with:
Code:
ln -s /usr/bin/lua5.3 /usr/bin/lua
And install again,it should work
