AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   /hlds_run: line 321: 7373 Segmentation fault $HL_CMD (https://forums.alliedmods.net/showthread.php?t=91189)

xakintosh 12-27-2011 12:30

Re: /hlds_run: line 321: 7373 Segmentation fault $HL_CMD
 
So here is my attemp.

I have squeeze with just installed gdb(becouse i don't have it), 5408version of srcds with AmxmodX 1.8.1, MetaModP 1.19p32, Dproto 0.9.87 ( It was in the packet ).
I have also edit hlds_run -> DEBUG=""

http://prikachi.com/images/854/4193854z.png

Gam3ronE 12-29-2011 06:11

Re: /hlds_run: line 321: 7373 Segmentation fault $HL_CMD
 
I use to have this problem. The fix is simple but many choose to ignore the problem as the fix is not viable for them. Want to know the fix to /hlds_run: line 321: 7373 Segmentation fault $HL_CMD? Turn off Dproto. Alternatively remove plugins clashing but then you'd end up with a normal CS server and no mods installed.

Sakretsos 03-10-2013 05:49

Re: /hlds_run: line 321: 7373 Segmentation fault $HL_CMD
 
this fixes /hlds_run: line 321: 7373 Segmentation fault $HL_CMD

i had the same problem on CENT OS 6.3

note that centos 6.3 have enabled the SElinux , disabled it , reboot your system and use the hlds application again.

Code:

yum install nano -y
Code:

nano /etc/selinux/config
Code:

# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these two values:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted


wjpl 04-04-2013 04:53

Re: /hlds_run: line 321: 7373 Segmentation fault $HL_CMD
 
I am using Debian 6.0 64bit and I can fix this problem by deleting orangebox/bin and garrysmod/bin directories, and updating the server one more time. It works, but I have to do this after every single server update.

YamiKaitou 04-04-2013 07:09

Re: /hlds_run: line 321: 7373 Segmentation fault $HL_CMD
 
Quote:

Originally Posted by wjpl (Post 1926003)
I am using Debian 6.0 64bit and I can fix this problem by deleting orangebox/bin and garrysmod/bin directories, and updating the server one more time. It works, but I have to do this after every single server update.

That has nothing to do with HLDS

fesy 09-13-2015 08:16

Re: /hlds_run: line 321: 7373 Segmentation fault $HL_CMD
 
Quote:

Originally Posted by Sakretsos (Post 1909943)
this fixes /hlds_run: line 321: 7373 Segmentation fault $HL_CMD

i had the same problem on CENT OS 6.3

note that centos 6.3 have enabled the SElinux , disabled it , reboot your system and use the hlds application again.

Code:

yum install nano -y
Code:

nano /etc/selinux/config
Code:

# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these two values:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted


it is solve my problem


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

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