GoldenEye: Source Forums

  • March 28, 2024, 04:18:20 pm
  • Welcome, Guest
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Linux server -cat: hlds.9064.pid: No such file or directory  (Read 12385 times)

0 Members and 1 Guest are viewing this topic.

myownfur

  • Agent
  • *
  • Posts: 4
  • Reputation Power: 0
  • myownfur has no influence.
  • Offline Offline
Linux server -cat: hlds.9064.pid: No such file or directory
« on: September 03, 2016, 08:22:19 pm »

Anyone knows how to fix this error?

Console initialized.
Segmentation fault (core dumped)
cat: hlds.9064.pid: No such file or directory

Thx!
Logged

soupcan

  • Lead Systems Administrator
  • 00 Agent
  • *****
  • Posts: 279
  • Reputation Power: 214
  • soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!
  • Offline Offline
    • Steam Profile
Re: Linux server -cat: hlds.9064.pid: No such file or directory
« Reply #1 on: September 03, 2016, 09:27:17 pm »

It helps to know what distribution you're using and what steps you've taken to fix the problem.

Post the output of ldd when you run it against gesource/bin/server_i486.so.
« Last Edit: September 03, 2016, 09:30:57 pm by soupcan »
Logged

myownfur

  • Agent
  • *
  • Posts: 4
  • Reputation Power: 0
  • myownfur has no influence.
  • Offline Offline
Re: Linux server -cat: hlds.9064.pid: No such file or directory
« Reply #2 on: September 03, 2016, 10:23:16 pm »

i'm using ubuntu server 16.04.1 TLS

As of now, I tried to re install "app_update 310" with steamcmd. No change.

I did some research with the hlds.9064.pid, but found nothing usefull yet.

How do I do this? ---Post the output of ldd when you run it against gesource/bin/server_i486.so.
Logged

myownfur

  • Agent
  • *
  • Posts: 4
  • Reputation Power: 0
  • myownfur has no influence.
  • Offline Offline
Re: Linux server -cat: hlds.9064.pid: No such file or directory
« Reply #3 on: September 03, 2016, 10:31:01 pm »

 linux-gate.so.1 =>  (0xf779d000)
        libm.so.6 => /lib32/libm.so.6 (0xf773c000)
        libdl.so.2 => /lib32/libdl.so.2 (0xf7737000)
        libpthread.so.0 => /lib32/libpthread.so.0 (0xf771a000)
        libc.so.6 => /lib32/libc.so.6 (0xf7567000)
        /lib/ld-linux.so.2 (0x56626000)
Logged

soupcan

  • Lead Systems Administrator
  • 00 Agent
  • *****
  • Posts: 279
  • Reputation Power: 214
  • soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!
  • Offline Offline
    • Steam Profile
Re: Linux server -cat: hlds.9064.pid: No such file or directory
« Reply #4 on: September 03, 2016, 11:34:53 pm »

For example,

Code: [Select]
ldd path/to/gesource/bin/server_i486.so

Files ending in _i486.so can be ignored.

If any others are missing, install and update apt-file:

Code: [Select]
sudo apt install apt-file
sudo apt-file update

then search for packages to install using apt-file. for example, if libz.so.1 is missing, run

Code: [Select]
apt-file find libz.so.1

then install the package which contains the 32-bit version of that library using apt.
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: Linux server -cat: hlds.9064.pid: No such file or directory
« Reply #5 on: September 04, 2016, 03:01:24 pm »

Are you running with MALLOC_CHECK_=0?
Logged

myownfur

  • Agent
  • *
  • Posts: 4
  • Reputation Power: 0
  • myownfur has no influence.
  • Offline Offline
Re: Linux server -cat: hlds.9064.pid: No such file or directory
« Reply #6 on: September 04, 2016, 04:46:49 pm »

im using a bash file with: MALLOC_CHECK_=0 ./srcds_run -game  ./gesource/ +maxplayers 16 +map ge_archives -debug

I deleted everything, reinstalled, now it works!
Logged
Pages: [1]   Go Up