View Single Post
  #5  
Unread 20th December, 2007, 11:53 AM
skully skully is offline
Killing Spree
 
Join Date: Jun 2006
Location: Netherlands
Posts: 33
Default

Hey Lodeep,

do you got awk installed?

You can use this command to check it. No result is not installed
dpkg -l |grep awk

If its not installed
apt-get install mawk

Other reason that might be the problem is that you changed the startup line (gameopt) once it was running. So, you start it.. Change the options, and then try to stop it. The checks in the script sees it as a different server and wont stop it because its not there. Because the server is started by the ut3 bin its hard to get a descent pid of the actual start of ut3-bin without modifying the ut3 file. By using the pid only its possible to start multiple servers with the same settings if you or someone delete the pid file. Thats not a good idea so thats why i use this method.

If you want to edit the line stop the server first, then edit and then start it again.

Last edited by skully : 20th December, 2007 at 12:28 PM. Reason: Extra help
Reply With Quote