Re: [hlds_linux] FW: ./hlds_run: line 321: 8644 Segmentation fault $HL_CMD

2010-09-18 Thread px
Здравствуйте, Tomas.

Вы писали 18 вересня 2010 р., 3:15:28:

> im geting random crashes each 10,30 since 2 days ago in lot of my 1.6 servers.

> CRASH: sáb sep 18 01:56:07 CEST 2010
> Start Line: ./hlds_i686 -game cstrike +maxplayers 32 +ip xxx +port
> 27015 +map de_dust -sport 27074  -debug -autoupdate -pidfile hlds.3535.pid
> #0  0xb576a12a in ?? ()
> No symbol table info available.
> End of crash report

> All of them same error and im starting to suspect its a exploit.
> All servers are updated. Anyone with same problem?

Yeah,  this  is  commom  problem  last week, there is a bug in autobuy
option, founded temporal workaround as amx plugin:

#include 
#define PLUGIN_NAME "Fix AutoBuy Bug"
#define PLUGIN_VERSION "1.1"
#define PLUGIN_AUTHOR "PomanoB & UFPS.Team"

new g_logfile[64]

public plugin_init( )
{
register_plugin( PLUGIN_NAME, PLUGIN_VERSION, PLUGIN_AUTHOR )

register_clcmd( "cl_setautobuy", "cmd_check" )
register_clcmd( "cl_setrebuy", "cmd_check" )

get_time ( "autobuy_%Y%m.log", g_logfile, charsmax ( g_logfile ) )
}

public cmd_check( id )
{
static arg[512], args, i
args = read_argc( )

for( i = 1; i < args; ++i )
{
read_argv( i, arg, charsmax( arg ) )

if( is_cmd_long( arg, charsmax( arg ) ) )
{
log_autobuy( id )
return PLUGIN_HANDLED
}
}

return PLUGIN_CONTINUE
}

stock bool:is_cmd_long( string[], const len )
{
static cmd[512]

while( strlen( string ) )
{
strtok( string, cmd, charsmax( cmd ), string, len , ' ', 1 )

if( strlen( cmd ) > 31 ) return true
}

return false
}

stock log_autobuy( id )
{
static name[32], steamid[44], ip[16]
get_user_ip( id, ip, charsmax( ip ), 1 )
get_user_authid( id, steamid, charsmax( steamid ) )
get_user_name( id, name, charsmax( name ) )

log_to_file( g_logfile, "Autobuy bug use: %s [%s] <%s>", name, ip, steamid )
}


>
> ___
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux




-- 
С уважением,
 px  mailto:p...@i.kiev.ua


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


[hlds_linux] FW: ./hlds_run: line 321: 8644 Segmentation fault $HL_CMD

2010-09-17 Thread Tomas Turbado
im geting random crashes each 10,30 since 2 days ago in lot of my 1.6 servers.

CRASH: sáb sep 18 01:56:07 CEST 2010
Start Line: ./hlds_i686 -game cstrike +maxplayers 32 +ip xxx +port 27015 +map 
de_dust -sport 27074  -debug -autoupdate -pidfile hlds.3535.pid
#0  0xb576a12a in ?? ()
No symbol table info available.
End of crash report

All of them same error and im starting to suspect its a exploit. All servers 
are updated. Anyone with same problem?



  
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


[hlds_linux] FW: ./hlds_run: line 321: 8644 Segmentation fault $HL_CMD

2010-09-17 Thread - TjaardA™ ® © Gerrit M



From: cs_tjaa...@msn.com
To: hlds_linux@list.valvesoftware.com
Subject: RE: [hlds_linux] ./hlds_run: line 321: 8644 Segmentation fault $HL_CMD
Date: Fri, 17 Sep 2010 20:54:46 +0200








started Reading the Forums:

got this:
replace the engine by engine53
update and Crash is Solved
So i did and these are the exact files that need to be replaced:

libtier0_s.so
libvstdlib_s.so
steamclient.so


i made a Zip file that u can download
containing the 3 files u need:

URL:   http://www.mijnfilehost.nl/files/get/rmUk3m_Kx3/hlds-v53.zip

just replace the files, restart and it works fine again !!

Greetz TjaardA


> Date: Tue, 14 Sep 2010 19:48:30 +0300
> From: bg.1nv1s1...@gmail.com
> To: hlds_linux@list.valvesoftware.com
> Subject: [hlds_linux] ./hlds_run: line 321: 8644 Segmentation fault $HL_CMD
> 
> Ok. Since the last MAJOR update (protocol 47 to protocol 48) (a year and a
> half has passed since then), I'm constantly getting these kind of errors:
> 
> ./hlds_run: line 321: 8644 Segmentation fault $HL_CMD
> 
> I've read 1/2 the internet to find a solution AND nothing!!!
> 
> Using: slackware 13.0, 32 bit, latest build (tried even 5006 build). Tested
> it with/without amx/metamod, always the same error. Come on now. Is it that
> complicated to fix this error? How come i didn't get any of these, while the
> servers were still running @ 47 protocol.
> ___
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
  
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux