Currently trying to move my server box, new to GMod servers on Linux.
4 replies, posted
Hello, I'm trying to move my server box over to our new VPS, which is running Ubuntu Linux. Our server developer is currently absent, so I have to do this myself. Below is a pastebin of the command used to run the server (currently) and the following error logs. When the server launches it loads flatgrass (as expected) running TTT, but I am holding all the default SWEPs, with an unworking physgun. None of the TTT stuff is working.
[URL="http://pastebin.com/LjrUXVvY"]http://pastebin.com/PVB0sNbb[/URL]
I'd appreciate any help you guys could give me. Also, unrelated issue, the CSS content I'm currently having trouble installing, but it doesn't appear to affect being able to use the basic CSS items on the server, so that's an issue to resolve later.
[code]
[PROTO | Vanusk|2|STEAM_0:0:18566252] Lua Error:
Couldn't include file 'terrortown\gamemode\cl_init.lua' (File not found) (<nowhere>)
[PROTO | Vanusk|2|STEAM_0:0:18566252] Lua Error:
Couldn't Load Init Script: 'terrortown/gamemode/cl_init.lua'
[/code]
Well there's your problem, the lua file isn't there or doesn't have the right read/write permissions
Yeah I checked that... Actually there, but still won't load. How would I adjust permissions?
Edit1:
Fixed it: instead of using gamemode from the server .cfg I added +gamemode terrortown to the the launch command. Now for the CSS problems. I'll edit this post in a few minutes after I can go grab the logs.
Do you know how to navigate using the terminal? You'll want to use chmod on the whole Garry's Mod folder. Something like
[code]chmod -R 777 garrysmod[/code]
Where garrysmod would be the gmod folder, and you'll also need to be in the directory where this folder is in the terminal
Okay, here's my update_gmod.sh:
[URL]http://pastebin.com/dN0Xv1yn[/URL]
and here's the log I get:
[URL]http://pastebin.com/8yP09FEp[/URL]
What do?
Edit:
Okay, I fixed it by using the command above to apply permissions to the directory it was downloading to and it worked. All issues resolved for now.
Sorry, you need to Log In to post a reply to this thread.