Debriefing > Bug Reports & Fixes
Linux server -cat: hlds.9064.pid: No such file or directory
myownfur:
Anyone knows how to fix this error?
Console initialized.
Segmentation fault (core dumped)
cat: hlds.9064.pid: No such file or directory
Thx!
soupcan:
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.
myownfur:
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.
myownfur:
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)
soupcan:
For example,
--- Code: ---
ldd path/to/gesource/bin/server_i486.so
--- End code ---
Files ending in _i486.so can be ignored.
If any others are missing, install and update apt-file:
--- Code: ---
sudo apt install apt-file
sudo apt-file update
--- End code ---
then search for packages to install using apt-file. for example, if libz.so.1 is missing, run
--- Code: ---
apt-file find libz.so.1
--- End code ---
then install the package which contains the 32-bit version of that library using apt.
Navigation
[0] Message Index
[#] Next page
Go to full version