At first you have to install screen: apt-get install screen
Then start a screen-session: screen -AmdS cod2
Join the session: screen -r cod2
Leave the session: CTRL + a + d
Look for all sessions: screen -ls
Quit the server: CTRL + c or quit
At first you have to install screen: apt-get install screen
Then start a screen-session: screen -AmdS cod2
Join the session: screen -r cod2
Leave the session: CTRL + a + d
Look for all sessions: screen -ls
Quit the server: CTRL + c or quit
timescale 0.01
jepson (4th November 2012)
Do you have some fixed cod2_inxded for v1.2 version?
timescale 0.01
jepson (4th November 2012)
If you have a prob with running cod2.
Go to /etc/apt/ and edit your sources.list with:
Then make:PHP Code:
deb http://security.debian.org/ wheezy/updates main contrib
deb-src ftp://ftp.iitm.ac.in/debian/ wheezy/updates main contrib
deb http://ftp.debian.org/debian/ wheezy-updates main contrib
deb http://http.us.debian.org/debian/ wheezy contrib non-free main
deb http://ftp.us.debian.org/debian stable main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib non-free
apt-get update
apt-get install ia32-libs
Normaly if you do it well you cod2 will running.
kung foo man (4th September 2013),Ni3ls (19th August 2014)
is 64 bit not good for running a cod2 server?
Since cod2_lnxded is a 32bit binary, it's easier to run it on a 32bit Linux, but big distributions support multi-arch by installing just a single package (ia32-libs e.g. as mentioned before). So you need a bit extra work once, but that's no big problem.
timescale 0.01
Ni3ls (19th August 2014)