Hel Posted December 23, 2016 Posted December 23, 2016 Hi, I've been having issues with running certain scripts on my VPS, one of those being "APA Rock Crabs",The error I get is ("java.io.FilePermissions" "/home/vpsfish/OSBot/data/\APA Rock Crabs/gui.txt" "read")reading over that, I thought it would be an ownership issue with the folders, went to the effort of looking into that, didn't help. Any help would be greatly appreciated
Hayase Posted December 23, 2016 Posted December 23, 2016 go to the directory with gui.txt and change permissions on it. Do chmod 777 gui.txt 1
Hel Posted December 23, 2016 Author Posted December 23, 2016 (edited) go to the directory with gui.txt and change permissions on it. Do chmod 777 gui.txt still getting the error EDIT: I noticed that in the error, the "data" is lowercase, whereas in my folders it's "Data", could that be an issue? Edited December 23, 2016 by Hydra
Hayase Posted December 23, 2016 Posted December 23, 2016 (edited) still getting the error EDIT: I noticed that in the error, the "data" is lowercase, whereas in my folders it's "Data", could that be an issue? Actually yeah. In linux case actually matters. Try making it lowercase and see if that fixes it? Edited December 23, 2016 by Hayase
Hel Posted December 23, 2016 Author Posted December 23, 2016 (edited) Actually yeah. In linux the case of folders actually matters. Try making it lowercase and see if that fixes it? Just tried that then -- causes errors with the actual client launch. EDIT: Just realised I can have both uppercase AND lowercase folders, I'll copy and paste it, with a changed name and see if that fixes it. EDIT 2: I'm absolutely useless at managing folders in linux, but after finally managing to do so, still not working Edited December 23, 2016 by Hydra
Hayase Posted December 23, 2016 Posted December 23, 2016 Just tried that then -- causes errors with the actual client launch. EDIT: Just realised I can have both uppercase AND lowercase folders, I'll copy and paste it, with a changed name and see if that fixes it. EDIT 2: I'm absolutely useless at managing folders in linux, but after finally managing to do so, still not working RIP. I don't know what to tell you bud
Hel Posted December 23, 2016 Author Posted December 23, 2016 mhm I've pretty much given up, I'll just run all my CB scripts locally :-(