Doesn’t work

Reply to this note

Please Login to reply.

Discussion

chown?

The problem is that I can’t run a script ! Permission denied 🙅‍♂️

You're trying as root or the user who should have been setup to own nostream dir?

Both doesn’t work

Damn. Have you checked ownership of the file see what owner/group it's in?

The problem was that the initial user was set up, and then another user was set up for nostream (that didn't have sudo) When we moved the directory to the drive, we tried chowning the directory to the primary user, but then the start script refused to run.

There were additional difficulties getting the nostream user access to those files after chwoning them back, but still it would not launch

Yeah, so you may need to change the owner of that file to the user you’re logged in as. sudo chown -R :

Tried and it failed

You could always delete lines 17 - 20 from this and run it as root. Not recommended for production, but it’s a workaround for now ¯\_(ツ)_/¯