Raised This Month: $32 Target: $400
 8% 

After installed amxmodx server won't start - CentOS 7


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Murt2003
Junior Member
Join Date: Apr 2016
Old 08-17-2016 , 14:16   After installed amxmodx server won't start - CentOS 7
Reply With Quote #1

CentOS 7 86x_64

I installed cs 1.6 with steamcmd, then added Metamod version 1.21p37. Started server and everything worked. Then I added amxmodx 1.8.2 and started serve again using the same command:
"./hlds_run -console -game cstrike +port 27015 +maxplayers 24 +map de_dust2" and got this:


-------------------------------------------------------------------------------------------------------------
Auto-restarting the server on crash

Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
dlopen failed trying to load:
/root/.steam/sdk32/steamclient.so
with error:
/root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 13:12:29 Aug 29 2013 (6153)
STEAM Auth Server
Server IP address 127.0.0.1:27015

Metamod version 1.21p37 Copyright (c) 2001-2013 Will Day
Patch: Metamod-P (mm-p) v37 Copyright (c) 2004-2013 Jussi Kivilinna
Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.


AMX Mod X version 1.8.2 Copyright (c) 2004-2006 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.

Version 0.9.391 Linux
L 08/17/2016 - 21:057: -------- Mapchange to de_dust2 --------
./hlds_run: line 255: 4789 Segmentation fault (core dumped) $HL_CMD
-------------------------------------------------------------------------------------------------------------

It changed if i took the "+map de_dust2" off from the command:

-------------------------------------------------------------------------------------------------------------
[root@localhost cs]# ./hlds_run -console -game cstrike +port 27015 +maxplayers 24
Auto-restarting the server on crash

Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
dlopen failed trying to load:
/root/.steam/sdk32/steamclient.so
with error:
/root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 13:12:29 Aug 29 2013 (6153)
STEAM Auth Server
Server IP address 127.0.0.1:27015

Metamod version 1.21p37 Copyright (c) 2001-2013 Will Day
Patch: Metamod-P (mm-p) v37 Copyright (c) 2004-2013 Jussi Kivilinna
Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.


AMX Mod X version 1.8.2 Copyright (c) 2004-2006 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.

Version 0.9.391 Linux
couldn't exec listip.cfg
couldn't exec banned.cfg
status
Can't "status", not connected
-------------------------------------------------------------------------------------------------------------

Then it sayd "Can't "command", not connected" on every command i inserted.

When I disable amxmodx from metamod plugins.ini, everything will work again:


-------------------------------------------------------------------------------------------------------------
[root@localhost cs]# ./hlds_run -console -game cstrike +port 27015 +maxplayers 24 +map de_dust2
Auto-restarting the server on crash

Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
dlopen failed trying to load:
/root/.steam/sdk32/steamclient.so
with error:
/root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 13:12:29 Aug 29 2013 (6153)
STEAM Auth Server
Server IP address 127.0.0.1:27015

Metamod version 1.21p37 Copyright (c) 2001-2013 Will Day
Patch: Metamod-P (mm-p) v37 Copyright (c) 2004-2013 Jussi Kivilinna
Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.

Version 0.9.391 Linux
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
dlopen failed trying to load:
/root/.steam/sdk32/steamclient.so
with error:
/root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

couldn't exec listip.cfg
couldn't exec banned.cfg
Connection to Steam servers successful.
VAC secure mode is activated.
status
hostname: Counter-Strike 1.6 Server
version : 48/1.1.2.7/Stdio 6153 secure (10)
tcp/ip : 127.0.0.1:27015
map : de_dust2 at: 0 x, 0 y, 0 z
players : 0 active (24 max)

# name userid uniqueid frag time ping loss adr
0 users
-------------------------------------------------------------------------------------------------------------

I am sorry for this long post, I didn't know how to do it otherwise.
Does anybody know what this "segmentation" error is about? How could i fix it?
NB! I am new to linux, don't be hard on me.

Thanx in advance.
Murt2003 is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 08-17-2016 , 14:33   Re: After installed amxmodx server won't start - CentOS 7
Reply With Quote #2

Quote:
Originally Posted by Murt2003 View Post
AMX Mod X version 1.8.2 Copyright (c) 2004-2006 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.

Version 0.9.391 Linux
L 08/17/2016 - 21:057: -------- Mapchange to de_dust2 --------
./hlds_run: line 255: 4789 Segmentation fault (core dumped) $HL_CMD
-------------------------------------------------------------------------------------------------------------
[/B]
Start removing dproto.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
Murt2003
Junior Member
Join Date: Apr 2016
Old 08-17-2016 , 14:47   Re: After installed amxmodx server won't start - CentOS 7
Reply With Quote #3

Quote:
Originally Posted by addons_zz View Post
Start removing dproto.
dproto removed, error is exactly the same. Any other ideas? Does this metamod version support amxmodx 1.8.2 after all?

Thanx!

Last edited by Murt2003; 08-17-2016 at 15:11.
Murt2003 is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 08-17-2016 , 16:18   Re: After installed amxmodx server won't start - CentOS 7
Reply With Quote #4

Set SELinux to permissive, or disable it, or use amxx 1.8.3-dev
__________________

Last edited by Arkshine; 08-17-2016 at 16:18.
Arkshine is offline
Murt2003
Junior Member
Join Date: Apr 2016
Old 08-18-2016 , 07:25   Re: After installed amxmodx server won't start - CentOS 7
Reply With Quote #5

Quote:
Originally Posted by Arkshine View Post
Set SELinux to permissive, or disable it, or use amxx 1.8.3-dev
Thank you for your answer.

I tried using amxmodx 1.8.3 and it worked. Though, I havent used 1.8.3 before and i hope there won't be any trouble with it.
Murt2003 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:19.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode