Hello,

I am running an Ubuntu Server, I installed Counter Strike 1.6 on it and everything is running fine.

I have it running on the background. If I wanted to go into the Counter Strike console while its running through my terminal how would I do this?

I know the command to start the server

/.hlds_run -game cstrike (if I supply it the arg -console it will start me in the console)

So I though and tried ./hlds_run -console (I though maybe it will just run the console)

It gives me this error

WARNING: UDP_OpenSocket: port: 27015 bind: Address already in use
FATAL ERROR (shutting down): Couldn't allocate dedicated server IP port 27015.
Thu Feb 24 18:09:11 UTC 2011: Server Quit
Basically the server is already running and what it tries to do is create a new one, I just want to get into that one's console through my terminal. (if its possible)

I know this is Counter Strike related but maybe someone has set one up and can help me out.

Thank you.