botcrusher
Wed Mar 18, 2015 7:35:18 pm
I'm having a strange permissions error pop up on one of my partitions.
Running a testing grounds server, and permissions wise everything was fine.
FF one week, and now the partition won't allow the server to be executed.
So, i go into properties and click the little checkbox to allow it to be executed right?
Apparently not. When i click it, it unchecks almost instantly. And yes, it even says that the owner is "me"
So I roll my eyes, fire up a shell, and go for a chmod 777 on the folder, sure enough with (and without) the use of sudo, it says it works:
Today, the machine wants to hate me. When i then try to execute it once again it spits this at me:
As this is an exposed process, i will not run the server as root, so don't even say it!
Any suggestions Other than running the server as root?
Running a testing grounds server, and permissions wise everything was fine.
FF one week, and now the partition won't allow the server to be executed.
So, i go into properties and click the little checkbox to allow it to be executed right?
Apparently not. When i click it, it unchecks almost instantly. And yes, it even says that the owner is "me"
So I roll my eyes, fire up a shell, and go for a chmod 777 on the folder, sure enough with (and without) the use of sudo, it says it works:
- Code:
mode of ‘spigot.jar’ changed from 0600 (rw-------) to 0777 (rwxrwxrwx)
- Code:
mode of ‘start.sh’ changed from 0600 (rw-------) to 0777 (rwxrwxrwx)
Today, the machine wants to hate me. When i then try to execute it once again it spits this at me:
- Code:
bash: /media/botcrusher/4C568B1E64EF6EBE/minecraft/start.sh: Permission denied
As this is an exposed process, i will not run the server as root, so don't even say it!
Any suggestions Other than running the server as root?