Jump to content

Server not storing temporary files


Recommended Posts

Posted

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 :)?

Posted

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.

Posted

Yep I followed the tutorial exactly, even with Caelum/Asulynn helping me actually :P

 

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 :(

Posted

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 :P Lol

Posted

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.

Posted

Hmnmm so, I assume I need to run these again?

 

chmod +x /home/jka/jkaserver.sh
chmod +x /home/jka/openjkded.i386
Posted

/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.

Posted

! Turns out it was this:

 

 

Hmnmm so, I assume I need to run these again?

 

chmod +x /home/jka/jkaserver.sh
chmod +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 :)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...