Link Posted February 5, 2015 Posted February 5, 2015 Heylo, Was wondering if any one could help me, I built a server from scratch following Caelums tutorial but I can't seem to be able to find any of our .json files generated by JA++, nor any games.log files generated by the game server itself. I thought they were simply hidden somewhere else like they have been in the past so I did a system wide search for any .json files and found nothing, so they don't exist... I'm assuming it's a permissions thing, but I wouldn't know where to start. Could someone give me some advice on this please ?
Xycaleth Posted February 5, 2015 Posted February 5, 2015 Which dedicated server are you using? OpenJK or jampDed? Which folders have you looked in for the files?
Link Posted February 5, 2015 Author Posted February 5, 2015 OpenJK I can't find a .local folder, where is it in the tree view? I've looked in the entire OS using a linux search command, can't remember exactly what it was though.
Link Posted February 5, 2015 Author Posted February 5, 2015 Yep I followed the tutorial exactly, even with Caelum/Asulynn helping me actually The json files aren't in there, I knew they used to be on my old server but they aren't in this server which I built following the tutorial. Obviously some sort of writing permission somewhere but unsure how to check/fix this
Link Posted February 5, 2015 Author Posted February 5, 2015 chown -R jka /home/jka/ This the right one? *Tries again* Edit - Didn't work.
Link Posted February 5, 2015 Author Posted February 5, 2015 Well, that's the thing. We regularly update OpenJK/JA++ so I've redone them both around 5-10 times already. I'm a bit at a loss as well Lol
Tx606 Posted February 5, 2015 Posted February 5, 2015 You could try setting your fs_homepath (startup parameter) to your server folders location again so it'd end up in the mod folders instead of the local folder that OpenJK sets them to, I think.Just a wild guess.
Link Posted February 5, 2015 Author Posted February 5, 2015 Hmnmm so, I assume I need to run these again? chmod +x /home/jka/jkaserver.shchmod +x /home/jka/openjkded.i386
Xycaleth Posted February 5, 2015 Posted February 5, 2015 Can you check to see what fs_homepath is set to on your server? It might not be writing to the folder you think it is.
Link Posted February 5, 2015 Author Posted February 5, 2015 /home/jka/openjkded.i386 +set fs_homepath "/home/jka" +set net_port "$port" +set fs_game "$mod" +set sv_fps 20 +set dedicated 2 +exec $cfg +set sv_maxrate 25000 +set developer 0 cfg, mod, port are all defined above it in the .sh file.
ensiform Posted February 5, 2015 Posted February 5, 2015 Well he's referring specifically to the json files for session that aren't working for him.
Link Posted February 5, 2015 Author Posted February 5, 2015 ! Turns out it was this: Hmnmm so, I assume I need to run these again? chmod +x /home/jka/jkaserver.shchmod +x /home/jka/openjkded.i386 All working now, I'm almost positive Cael asked me to skip this step because he was going to re-write the tutorial. Anyways, sorted
Link Posted February 6, 2015 Author Posted February 6, 2015 Yep, you're right thanks for the support everyone. Smoo likes this
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now