Forum

> > CS2D > Servers > Server wont start with VPS
Forums overviewCS2D overview Servers overviewLog in to reply

English Server wont start with VPS

10 replies
To the start Previous 1 Next To the start

old Server wont start with VPS

Joni And Friends
User Off Offline

Quote
Hello, i have problem with starting server with VPS.. when i tried to start server i got this error:
1
/lib/libc.so.6: version `GLIBC_2.7' not found
I'v searching this problem at google & usgn.de but still cant solve this problem
Im using vps os Centos 5
edited 1×, last 10.01.15 06:02:12 pm

old Re: Server wont start with VPS

THEMUD
User Off Offline

Quote
You don't have a high enough version of libc6, that is causing the error.

From How to fix “/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found”? – Super User:

That means the program was compiled against glibc version 2.14, and it requires that version to run, but your system has an older version installed. You'll need to either recompile the program against the version of glibc that's on your system, or install a newer version of glibc (the "libc6" package in Debian).

So, you just need to upgrade yourlibc6 package. All versions of Ubuntu have at least version 2.15 because it's a faily important package (reference).

To upgrade it, use these commands in a terminal:

1
2
sudo apt-get update 
sudo apt-get install libc6

old Re: Server wont start with VPS

CaneCorso
User Off Offline

Quote
I fully know it problem solution , I'm 100% sure that u use Centos , centos have always this problem when starting a server , Change ur OS to debian 7 .

old Re: Server wont start with VPS

Joni And Friends
User Off Offline

Quote
Thank for your help guys, ill change the os to debian...
After i change the VPS OS to debian 7 32Bit, im still cant start my server this error always appear:
1
Cannot exec '/root/cs2d/cs2d_dedicated': Permission denied
How to fix that?
edited 1×, last 11.01.15 09:09:06 am

old Re: Server wont start with VPS

THEMUD
User Off Offline

Quote
Enter in the VPS with root access.
By writing this command:
1
su
Then it will print's the following screen:
1
Enter your root password:
Then, put your root password.

Also, the right way to start the server is that putting the cs2d files in home section, it will be more easier than root.

old Re: Server wont start with VPS

ead
User Off Offline

Quote
Hello,

Log in as root, then enter this command down as the folder where is the cs2d_dedicated

1
nohup /home/cs2d/cs2d_dedicated &

The symbol ' & ' means that it will open the server without you having to log in again using Putty or another program that accesses via SSH to VPS.

And be sure to give permissions look at the example below;

1
chmod +x /home/cs2d/cs2d_dedicated

Good to give permissions to use this folder another command.

1
chmod -R 777 /home/game directory

old Re: Server wont start with VPS

CaneCorso
User Off Offline

Quote
user Joni And Friends has written
Thank for your help guys, ill change the os to debian...
After i change the VPS OS to debian 7 32Bit, im still cant start my server this error always appear:
1
Cannot exec '/root/cs2d/cs2d_dedicated': Permission denied
How to fix that?

1
chmod 777 /root/cs2dfolder/dedicated
best method to keep it 24/7
1
screen -s "myServer" /root/cs2dfolder/dedicated
To the start Previous 1 Next To the start
Log in to reply Servers overviewCS2D overviewForums overview