GoldenEye: Source Forums

  • April 18, 2024, 05:12:39 am
  • Welcome, Guest
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Can not get server to start...  (Read 4248 times)

0 Members and 1 Guest are viewing this topic.

Skillz

  • Agent
  • *
  • Posts: 7
  • Reputation Power: 1
  • Skillz has no influence.
  • Offline Offline
Can not get server to start...
« on: October 01, 2012, 08:11:53 pm »

Fresh install, CentOS 5.8 64Bit.

Code: [Select]
./srcds_run -game gesource +map ge_runway +maxplayers 16
Auto detecting CPU
Using SSE2 Optimised binary.
Server will auto-restart if there is a crash.

Console initialized.
./srcds_run: line 352: 14767 Segmentation fault      $HL_CMD
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Mon Oct  1 15:06:20 CDT 2012: Server restart in 10 seconds

Do note that I have other Source games running on the same server, just under a different user with different installs. They are two L4D servers and a CSS server. None of the servers are sharing installs. Like I said, each have their own user and own home directory install.

I followed this guide: http://wiki.geshl2.com/index.php/Beta3_Server_Install#GoldenEye_Source_v4.1_Server_Install_Linux to the T, well almost.

I will mention that the command;
chmod +X hldsupdatetool.bin

Did not work. I had to use a lowercase x.
chmod +x hldsupdatetool.bin

This made the file executable.

I then proceeded with the rest of the install. Do note that I did run the update multiple times until I got the same output.
Logged

Skillz

  • Agent
  • *
  • Posts: 7
  • Reputation Power: 1
  • Skillz has no influence.
  • Offline Offline
Re: Can not get server to start...
« Reply #1 on: October 01, 2012, 08:31:12 pm »

Code: [Select]
gs@server3 [~/srcds/orangebox]# ldd gesource/bin/server_i486.so
ldd: warning: you do not have execution permission for `gesource/bin/server_i486.so'
gesource/bin/server_i486.so: /lib/libz.so.1: no version information available (required by gesource/bin/server_i486.so)
gesource/bin/server_i486.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by gesource/bin/server_i486.so)
        linux-gate.so.1 =>  (0xffffe000)
        libm.so.6 => /lib/libm.so.6 (0xf6422000)
        libdl.so.2 => /lib/libdl.so.2 (0xf641d000)
        libz.so.1 => /lib/libz.so.1 (0xf640a000)
        libutil.so.1 => /lib/libutil.so.1 (0xf6406000)
        libssl.so.0.9.8 => not found
        tier0_i486.so => not found
        vstdlib_i486.so => not found
        steam_api_i486.so => not found
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xf631c000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf630f000)
        libc.so.6 => /lib/libc.so.6 (0xf61b4000)
        /lib/ld-linux.so.2 (0x007ef000)

Code: [Select]
gs@server3 [~/srcds/orangebox]# ldd gesource/bin/WebRequest.so
ldd: warning: you do not have execution permission for `gesource/bin/WebRequest.so'
        linux-gate.so.1 =>  (0xffffe000)
        libbz2.so.1.0 => not found
        libcurl-gnutls.so.4 => not found
        libcrypt.so.1 => /lib/libcrypt.so.1 (0xf7e8d000)
        libresolv.so.2 => /lib/libresolv.so.2 (0xf7e78000)
        librt.so.1 => /lib/librt.so.1 (0xf7e6e000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xf7e54000)
        libdl.so.2 => /lib/libdl.so.2 (0xf7e4f000)
        libnsl.so.1 => /lib/libnsl.so.1 (0xf7e36000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0xf7d03000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xf7c1a000)
        libm.so.6 => /lib/libm.so.6 (0xf7bf0000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf7be4000)
        libc.so.6 => /lib/libc.so.6 (0xf7a89000)
        /lib/ld-linux.so.2 (0x007ef000)
        libz.so.1 => /lib/libz.so.1 (0xf7a76000)

So I do see a couple what appears to be issues in those commands, not sure how to address them however.

Also not sure where I should extract http://update.goldeneyesource.net/libcurl-i386-debian.zip to.

Do I need this in the game server install or the operating server install?
Logged

killermonkey

  • GES Programmer
  • Retired Lead Developer
  • GE:S Fanatic
  • *
  • Posts: 5,473
  • Reputation Power: 346
  • killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!
  • Offline Offline
    • DroidMonkey Apps
Re: Can not get server to start...
« Reply #2 on: October 01, 2012, 10:17:57 pm »

Man what's with all the centos people...

http://forums.geshl2.com/index.php/topic,7287.msg76560.html#msg76560

Also, why are you not playing with 4.2 ???

« Last Edit: October 02, 2012, 12:15:44 am by killermonkey »
Logged

Skillz

  • Agent
  • *
  • Posts: 7
  • Reputation Power: 1
  • Skillz has no influence.
  • Offline Offline
Re: Can not get server to start...
« Reply #3 on: October 02, 2012, 12:37:20 am »

Wasn't aware there was a newer version. I'll update it.

Even after setting that symbolic link it doesn't work. Still same error.

So I looked in /usr/lib for libssl.so.1.0.0 and that file doesn't exist in that directory.
« Last Edit: October 02, 2012, 12:43:13 am by Skillz »
Logged

Skillz

  • Agent
  • *
  • Posts: 7
  • Reputation Power: 1
  • Skillz has no influence.
  • Offline Offline
Re: Can not get server to start...
« Reply #4 on: October 02, 2012, 02:06:06 am »

Code: [Select]
root@server3 [/]# find / -name libssl*
/lib/libssl.so.6
/lib/libssl.so.4
/lib/libssl.so.0.9.8e
/home/virtfs/tdnclan/lib/libssl.so.6
/home/virtfs/tdnclan/lib/libssl.so.4
/home/virtfs/tdnclan/lib/libssl.so.0.9.8e
/home/virtfs/tdnclan/usr/lib/pkgconfig/libssl.pc
/home/virtfs/tdnclan/usr/lib/libssl3.so
/home/virtfs/tdnclan/usr/lib/libssl.a
/home/virtfs/tdnclan/usr/lib/libssl.so
/home/virtfs/tdnclan/usr/lib64/pkgconfig/libssl.pc
/home/virtfs/tdnclan/usr/lib64/libssl3.so
/home/virtfs/tdnclan/usr/lib64/libssl.a
/home/virtfs/tdnclan/usr/lib64/libssl.so
/home/virtfs/tdnclan/usr/lib64/libssldap60.so
/home/virtfs/tdnclan/lib64/libssl.so.6
/home/virtfs/tdnclan/lib64/libssl.so.4
/home/virtfs/tdnclan/lib64/libssl.so.0.9.8e
/usr/lib/pkgconfig/libssl.pc
/usr/lib/libssl3.so
/usr/lib/libssl.a
/usr/lib/libssl.so
/usr/lib64/pkgconfig/libssl.pc
/usr/lib64/libssl3.so
/usr/lib64/libssl.a
/usr/lib64/libssl.so
/usr/lib64/libssldap60.so
/lib64/libssl.so.6
/lib64/libssl.so.4
/lib64/libssl.so.0.9.8e

libssl.so.1.0.0 and libssl.0.9.8 doesn't exist on my box.

PS
Can someone please do something with the annoying verification process for EACH reply I have to make.
Logged

killermonkey

  • GES Programmer
  • Retired Lead Developer
  • GE:S Fanatic
  • *
  • Posts: 5,473
  • Reputation Power: 346
  • killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!
  • Offline Offline
    • DroidMonkey Apps
Re: Can not get server to start...
« Reply #5 on: October 02, 2012, 02:17:00 am »

The verification process goes away after 5 posts... its anti-spam

You need to download libssl package for your linux distro...
Logged

Skillz

  • Agent
  • *
  • Posts: 7
  • Reputation Power: 1
  • Skillz has no influence.
  • Offline Offline
Re: Can not get server to start...
« Reply #6 on: October 02, 2012, 02:46:04 am »

Code: [Select]
root@server3 [/]# yum install libssl
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirror.symnds.com
 * extras: mirror.symnds.com
 * updates: mirror.atlanticmetro.net
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package libssl available.
Nothing to do

After doing some Google, it seems the command should be openssl instead.

Code: [Select]
root@server3 [/]# yum install openssl
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirror.symnds.com
 * extras: mirror.symnds.com
 * updates: mirror.atlanticmetro.net
Excluding Packages in global exclude list
Finished
Setting up Install Process
Package openssl-0.9.8e-22.el5_8.4.x86_64 already installed and latest version
Package openssl-0.9.8e-22.el5_8.4.i686 already installed and latest version
Nothing to do
Logged

Skillz

  • Agent
  • *
  • Posts: 7
  • Reputation Power: 1
  • Skillz has no influence.
  • Offline Offline
Re: Can not get server to start...
« Reply #7 on: October 02, 2012, 02:59:55 am »

Well I'm going to just assume that it's not possible to run this on CentOS 5.8 64Bit, which sucks. I've got so much time and effort into this box, switching to a different distribution simply isn't an option. Oh well, would have really liked to play the game, but when I tried I only seen one server that I wasn't able to join and I'm not going to host a server locally.
Logged

killermonkey

  • GES Programmer
  • Retired Lead Developer
  • GE:S Fanatic
  • *
  • Posts: 5,473
  • Reputation Power: 346
  • killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!
  • Offline Offline
    • DroidMonkey Apps
Re: Can not get server to start...
« Reply #8 on: October 02, 2012, 03:31:06 am »

You are giving up? Do you know how to administer linux?

You might just have to create a symbolic link to the libraries....

This is the price of hosting on Linux, nothing is easy as there are 10000000 configurations.

Also, there are a lot of servers to play on... did you disable the "map view" mode? It's a checkbox on the in-game server browser, lower-left. With 4.2 you can play with bots.
« Last Edit: October 02, 2012, 03:32:56 am by killermonkey »
Logged

Skillz

  • Agent
  • *
  • Posts: 7
  • Reputation Power: 1
  • Skillz has no influence.
  • Offline Offline
Re: Can not get server to start...
« Reply #9 on: October 02, 2012, 06:03:43 am »

You are giving up? Do you know how to administer linux?

Yes I am. The pay off doesn't seem worth it. I have other games I can play that I host games for. I've been working with Linux servers for ~10 years now. Not saying I "know how to administer linux" per se, but I'm familiar with working with it and installing dependencies; sometimes they pay off doesn't seem worth the trouble of trouble shooting issues.

You might just have to create a symbolic link to the libraries....

I can't seem to locate the libraries I need to link to.

This is the price of hosting on Linux, nothing is easy as there are 10000000 configurations.

Also, there are a lot of servers to play on... did you disable the "map view" mode? It's a checkbox on the in-game server browser, lower-left. With 4.2 you can play with bots.

I must have had something disabled then, because I only seen one server. I'll load it up again and see if I can alter the filters to get more servers to load. I didn't mess with any settings when I installed it, except change the resolution 1920x1080 and turn the graphic settings to high everything.

Then I clicked browse servers and nothing showed up at first. Started a local game, got bored playing against the bots. Upon shutting down the local game, I seen a server list in the browser. Tried to join and it refused. Not sure what they error/message was when I tried to join but it was something about my Steam ID.

That's when I closed the game and started researching hosting my own dedicated server.

Seems that Ubuntu is the only official server, which I did start to download an Ubuntu ISO that I intend to load into a Virtual Machine and see if I can pull the libraries from it, but meh
Logged

killermonkey

  • GES Programmer
  • Retired Lead Developer
  • GE:S Fanatic
  • *
  • Posts: 5,473
  • Reputation Power: 346
  • killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!
  • Offline Offline
    • DroidMonkey Apps
Re: Can not get server to start...
« Reply #10 on: October 02, 2012, 11:09:35 am »

Fair enough, but if you want to play wait until the weekend when most servers get active. You shouldn't have to host your own just to play.
Logged
Pages: [1]   Go Up