Forum

> > CS2D > Servers > Server wont start with VPS
ForenübersichtCS2D-Übersicht Servers-ÜbersichtEinloggen, um zu antworten

Englisch Server wont start with VPS

10 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Server wont start with VPS

Joni And Friends
User Off Offline

Zitieren
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
1× editiert, zuletzt 10.01.15 18:02:12

alt Re: Server wont start with VPS

THEMUD
User Off Offline

Zitieren
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

alt Re: Server wont start with VPS

CaneCorso
User Off Offline

Zitieren
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 .

alt Re: Server wont start with VPS

Joni And Friends
User Off Offline

Zitieren
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× editiert, zuletzt 11.01.15 09:09:06

alt Re: Server wont start with VPS

THEMUD
User Off Offline

Zitieren
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.

alt Re: Server wont start with VPS

ead
User Off Offline

Zitieren
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

alt Re: Server wont start with VPS

CaneCorso
User Off Offline

Zitieren
user Joni And Friends hat geschrieben
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
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Servers-ÜbersichtCS2D-ÜbersichtForenübersicht