leondavi/NErlNet

Error running chown command and enabling nerlnet.service

Closed this issue · 3 comments

It appears that some directories are missing during installation:

missing operand after '/usr/local/lib/nerlnet-lib/log'
Try 'chown --help' for more information.
chown: missing operand after '/usr/local/lib/nerlnet-lib/NErlNet'
Try 'chown --help' for more information.
chown: missing operand after '/usr/local/lib/nerlnet-lib/NErlNet/build'
Try 'chown --help' for more information.
enable and start nerlnet.servicessing during the installation process.

Running inside ubuntu LTS.

Did you run NerlnetInstall script with sudo privileges?

Sure but let's see how it is running on CI. I'm assigning this to myself.

OK the error was that in docker logname is not receiving any user name. I fixed it in this PR.
#162