[cod] linux probs

Daniel M. Temme cod at schlechteverlierer.de
Thu Aug 19 08:35:24 EDT 2004


On Thursday 19 August 2004 14:18, LethaL Servers - Support wrote:
> hi guys,
>
> I just installed the small linux 1.4 version.
> But i can't logout without stopping the server, ctrl+a+d doesn't log me out
> and ctrl+c kills the server.

Ctrl-a-d only works if you actually use screen. Install screen and 
start/reattach a new session with `screen -d -R`. Start the server from 
inside screen and you should be able to use Ctrl-a-d to detach screen. Use 
`screen -d -R` again to get back to it.

If you don't want to use screen start the server by typing `./cod_lnxded &`. 
The ampersand puts the program in the background. You can use the command 
`fg` to get back to it but this only works until you log out. You can put 
running programs into the background by typing Ctrl-z and following that with 
the command `bg` (Ctrl-z actually only halts the program and `bg` then starts 
it again in the background).

> Also can you only start the server with myserver.cfg ? cause when i change
> the name to server.cfg it doesn't change the settings.

I think that's because there is already a server.cfg somewhere inside the pak 
files that takes precedence. Try renaming your config file to something 
different and see if that works.

Have a nice day
-- 
Daniel M. Temme
http://schlechteverlierer.de



More information about the Cod mailing list