* HINTS *
Unable to configure bonescript
This is the error message:
Job for bonescript.socket failed. See ‘systemctl status bonescript.socket’ and ‘journalctl -xn’ for details.
I noticed that the job was unable to start since there was already a version running. The solution was to kill the running instance:
ps aux | grep server.js
find the pid and run:
kill -9
Then try to start:
systemctl start bonescript.socket
This is probably not a permanent solution, but it worked for installing tslib that for some reason wanted to configure bonescript..
