Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server crash #705

Open
Soyrce opened this issue Jul 18, 2019 · 12 comments
Open

Server crash #705

Soyrce opened this issue Jul 18, 2019 · 12 comments

Comments

@Soyrce
Copy link

Soyrce commented Jul 18, 2019

Hey im using amxx 1.8.2 on ssh/vps
And reHLDS lastest and server wont turn on what can i do?
I tried to change metamod p- to r-
Maybe somerhing with linux whatever i dont know no error
etamod 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.

[ReAuthCheck] Version: 0.1.6 Linux 'Counter-Strike 1.6'
[ReAuthCheck] Success: Configuration executed.
[ReAuthCheck] Success: Build ReHLDS version defined Linux '1880'
[WHB] Version: 1.5.695 Linux (Usage SSE 4.1)
[WHB] Success: Build ReHLDS version defined Linux '1880'
[WHB] Success: Configuration executed.
L 07/19/2019 - 11:02:59: -------- Mapchange to de_dust2 --------
./hlds_run: line 255: 7053 Segmentation fault $HL_CMD
Add "-debug" to the ./hlds_run command line to generate a debug.log to help with
solving this problem
Fri Jul 19 11:02:59 IDT 2019: Server restart in 10 seconds `

@justgo97
Copy link
Contributor

try metamod-r

@Soyrce
Copy link
Author

Soyrce commented Jul 18, 2019

As i said tried "I tried to change metamod p- to r-"

@twisterniq
Copy link

Did you try to disable all metamod plugins?

@Soyrce
Copy link
Author

Soyrce commented Jul 18, 2019

@eat1k
All metamod was work fine with old reHLDS, I JUST UPDated to lastest server crashed and no error. That maybe something with amxx 1.8.2

@twisterniq
Copy link

So disable all metamod plugins and try to run your server.

@Soyrce
Copy link
Author

Soyrce commented Jul 18, 2019

So disable all metamod plugins and try to run your server.

ok, so the problem is:

;linux addons/amxmodx/dlls/amxmodx_mm_i386.so

it crashes my server, what can i do?

@twisterniq
Copy link

So disable all metamod plugins and try to run your server.

ok, so the problem is:

;linux addons/amxmodx/dlls/amxmodx_mm_i386.so

it crashes my server, what can i do?

Maybe you have just incorrectly installed AMXX. Try to do it again. Remove amxmodx folder and download the latest 1.9.0/1.10.0 build and upload all the files. Since it's not a ReHLDS problem, you should create an issue in the amxmodx repository.

@Soyrce
Copy link
Author

Soyrce commented Jul 18, 2019

So disable all metamod plugins and try to run your server.

ok, so the problem is:

;linux addons/amxmodx/dlls/amxmodx_mm_i386.so

it crashes my server, what can i do?

Maybe you have just incorrectly installed AMXX. Try to do it again. Remove amxmodx folder and download the latest 1.9.0/1.10.0 build and upload all the files. Since it's not a ReHLDS problem, you should create an issue in the amxmodx repository.

what is better to reHLDS metamod p- or r-?

And about My Plugins that request 1.8.3+, should i update my files to 1.9.0 ? or what and where can i find lastest SELLINUX For my version

@twisterniq
Copy link

twisterniq commented Jul 18, 2019

So disable all metamod plugins and try to run your server.

ok, so the problem is:

;linux addons/amxmodx/dlls/amxmodx_mm_i386.so

it crashes my server, what can i do?

Maybe you have just incorrectly installed AMXX. Try to do it again. Remove amxmodx folder and download the latest 1.9.0/1.10.0 build and upload all the files. Since it's not a ReHLDS problem, you should create an issue in the amxmodx repository.

what is better to reHLDS metamod p- or r-?

And about My Plugins that request 1.8.3+, should i update my files to 1.9.0 ? or what and where can i find lastest SELLINUX For my version

You should compile all your plugins with the latest compiler. I think this issue should be closed, since it's not a ReHLDS issue.

@Soyrce
Copy link
Author

Soyrce commented Jul 18, 2019

So disable all metamod plugins and try to run your server.

ok, so the problem is:

;linux addons/amxmodx/dlls/amxmodx_mm_i386.so

it crashes my server, what can i do?

Maybe you have just incorrectly installed AMXX. Try to do it again. Remove amxmodx folder and download the latest 1.9.0/1.10.0 build and upload all the files. Since it's not a ReHLDS problem, you should create an issue in the amxmodx repository.

what is better to reHLDS metamod p- or r-?
And about My Plugins that request 1.8.3+, should i update my files to 1.9.0 ? or what and where can i find lastest SELLINUX For my version

You should compile all your plugins with the latest compiler. I think this issue should be closed, since it's not a ReHLDS issue.

i have to know metamod p- or r-

linux addons/amxmodx/dlls/amxmodx_mm_i386.so

linux addons/reunion/reunion_mm_i386.so
linux addons/reauthcheck/reauthcheck_mm_i386.so
;;linux addons/resrdetector/resrdetector_mm_i386.so
linux addons/revoice/revoice_mm_i386.so
linux addons/nbex/nbex.so
linux addons/SafeNameAndChat/SafeNameAndChat.so
linux

`addons/whblocker/whblocker_mm_i386.so

sv_instancedbaseline 1
sv_rehlds_movecmdrate_max_avg 5000
sv_rehlds_movecmdrate_max_burst 10000
sv_rehlds_stringcmdrate_max_avg 5000
sv_rehlds_stringcmdrate_max_burst 10000

@Soyrce
Copy link
Author

Soyrce commented Aug 14, 2019

how can i check my rehlds version?

and there is possible to add debug logs or something sys_error.log?

@justgo97
Copy link
Contributor

remove nbex its not need for rehlds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants