Raised This Month: $51 Target: $400
 12% 

Server crash


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
kalash1k
Member
Join Date: Nov 2008
Old 10-04-2010 , 09:27   Server crash
Reply With Quote #1

Hellow everyone.
I have a problem. I have installed clear CS 1.6 server (the latest update on this time) on FreeBSD 8.0-RELEASE-p5 OS:
Code:
Protocol version 48
Exe version 1.1.2.6/Stdio (cstrike)
Exe build: 16:56:12 Mar  8 2010 (4883)
with metamod 1.19p32 and amxx 1.8.1.
But when Im going to the server and the round begins (or when I send sv_restartround 1 command) the server is crashing down.
Also I tried to use standart metamod 1.19 and I had the same problem.

Here is the console log:
Code:
L 10/04/2010 - 13:11:05: "Player<1><STEAM_0:0:********><>" entered the game
L 10/04/2010 - 13:11:06: "Player<1><STEAM_0:0:********><>" joined team "TERRORIST"
L 10/04/2010 - 13:11:06: "Player<1><STEAM_0:0:********><TERRORIST>" triggered "Spawned_With_The_Bomb"
L 10/04/2010 - 13:11:06: "Player<1><STEAM_0:0:********><TERRORIST>" triggered "Dropped_The_Bomb"
L 10/04/2010 - 13:11:26: Server cvar "sv_restart" = "1"
L 10/04/2010 - 13:11:27: World triggered "Restart_Round_(1_second)"
L 10/04/2010 - 13:11:27: Team "CT" scored "0" with "0" players
L 10/04/2010 - 13:11:27: Team "TERRORIST" scored "0" with "1" players
L 10/04/2010 - 13:11:27: Server cvar "mp_timelimit" = "30.000000"
L 10/04/2010 - 13:11:27: Server cvar "mp_freezetime" = "2.000000"
L 10/04/2010 - 13:11:27: Server cvar "sv_restart" = "0"
Segmentation fault (core dumped)
email debug.log to [email protected]
Mon Oct  4 13:11:28 UTC 2010: Server restart in 10 seconds
As you can see there is no errors. And I have no idea wtf...

Amxx logs are ok. There is no errors too.
Next, I tried to turn off CSDM (leaved just standart amxx plugins) and the server not crashed on new round.

My command line to start the server:
Code:
./hlds_run -binary ./hlds_i686 -heapsize 896000 -game cstrike -secure -tos +maxplayers 17 -pingboost 1 +ip $IP +port $PORT +map de_dust2 +exec server.cfg -pidfile cs.pid
Here is plugins-csdm.ini:
Code:
csdm_main.amxx
csdm_equip.amxx
csdm_spawn_preset.amxx
;spawn_editor.amxx
csdm_misc.amxx
csdm_protection.amxx
;csdm_ffa.amxx
;csdm_tickets.amxx
;csdm_itemmode.amxx
Here is csdm.cfg:
Code:
[settings]
enabled = 1
strip_weapons = 1
weapons_stay = 0
spawnmode = preset
remove_bomb = 1
spawn_wait_time = 0.75

[ffa]
enabled = 0

[misc]
remove_objectives = abcd
block_buy = 1
ammo_refill = 1
spawn_radio_msg = 0

[ticketing]
enabled = 0
tickets = 150

[protection]
enabled = 1
colors = "0 255 0 200"
time = 1

[equip]
menus = psa
autoitems = ah
grenades = hs
fnadesnum = 1

[secondary]
usp USP 1
glock18 Glock 1
deagle Deagle 1
p228 P228 1
elite Elite 1
fiveseven "Five Seven" 1

[primary]
m4a1 M4A1 1
ak47 AK47 1
aug AUG 1
sg552 SG552 1
galil Galil 1
famas Famas 1
scout Scout 1
awp AWP 1
sg550 SG550 1
m249 M249 1
g3sg1 G3SG1 1
ump45 "UMP 45" 1
mp5navy "MP5 Navy" 1
m3 M3 1
xm1014 XM1014 1
tmp TMP 1
mac10 "Mac 10" 1
p90 P90 1

[botsecondary]
deagle
usp

[botprimary]
ak47
m4a1
awp
galil
aug

[items]
enabled = 0
drop_packs = 0
battery = 15
medkit = 15
item_time = 20
drop_time = 20

[item_restrictions]
;longjump
;medkit
;battery
pistolammo
rifleammo
shotammo
smgammo
awpammo
paraammo
fullammo
;armor
Code:
          [ 1] AMX Mod X        RUN   -    amxmodx_mm_i386.  v1.8.1.3  ini   Start ANY  
          [ 2] Fun              RUN   -    fun_amxx_i386.so  v1.8.1.3  pl1   ANY   ANY  
          [ 3] CStrike          RUN   -    cstrike_amxx_i38  v1.8.1.3  pl1   ANY   ANY  
          [ 4] CSX              RUN   -    csx_amxx_i386.so  v1.8.1.3  pl1   ANY   ANY  
          [ 5] FakeMeta         RUN   -    fakemeta_amxx_i3  v1.8.1.3  pl1   ANY   ANY  
          [ 6] Engine           RUN   -    engine_amxx_i386  v1.8.1.3  pl1   ANY   ANY  
          [ 7] CSDM2            RUN   -    csdm_amxx_i386.s  v2.1.2    pl1   ANY   ANY  
         7 plugins, 7 running
Code:
          [ 31] CSDM Main               2.1.1       CSDM Team         csdm_main.amxx   running  
          [ 32] CSDM Equip              2.1.1       CSDM Team         csdm_equip.amxx  running  
          [ 33] CSDM Mod                2.1.1       CSDM Team         csdm_spawn_pres  running  
          [ 34] CSDM Misc               2.1.1       CSDM Team         csdm_misc.amxx   running  
          [ 35] CSDM Protection         2.1.1       BAILOPAN          csdm_protection  running
It's strange. The version of CSDM I downloaded is 2.1.2 but in amxx list it shown 2.1.1.

All plugins I have compiled manually on the same PC where the server is too.

Procfs is mounted.

debug.log
Code:
Core was generated by `hlds_i686'.
Program terminated with signal 11, Segmentation fault.
#0  0x08e8a000 in ?? ()
#0  0x08e8a000 in ?? ()
#1  0x2aa63078 in ?? ()
#2  0x2aa15f7c in ?? ()
#3  0x00000000 in ?? ()
#4  0x00000000 in ?? ()
#5  0x00000000 in ?? ()
#6  0x00000000 in ?? ()
#7  0x2a9f75f4 in ?? ()
#8  0x2a9f757b in ?? ()
#9  0x2a9f739b in ?? ()
#10 0x2a9f7328 in ?? ()
#11 0x2a9f756b in ?? ()
#12 0x2a9f755e in ?? ()
#13 0x2a9f754a in ?? ()
#14 0x2a9f7528 in ?? ()
#15 0x2a9133c0 in ?? ()
#16 0x2aa63078 in ?? ()
#17 0x282cc73c in ?? ()
#18 0x2a7b46eb in ?? ()
#19 0x2aa2c30c in ?? ()
#20 0x000000d2 in ?? ()
#21 0x037f0f7f in ?? ()
#22 0xffffd448 in ?? ()
#23 0x2a90f88a in ?? ()
#24 0x08d57910 in ?? ()
#25 0xffffd39b in ?? ()
#26 0x3f68ac9f in ?? ()
#27 0x2a90f53f in ?? ()
#28 0x2aa2c30c in ?? ()
#29 0x2a7eab34 in ?? ()
#30 0x00000008 in ?? ()
#31 0x2a8d4384 in ?? ()
#32 0x4126835d in ?? ()
#33 0x00000012 in ?? ()
#34 0xffffd3f8 in ?? ()
#35 0x2aa8ccec in ?? ()
#36 0x00000010 in ?? ()
#37 0x00000012 in ?? ()
#38 0xffffd3f8 in ?? ()
#39 0x2a8d408d in ?? ()
#40 0x08e88528 in ?? ()
#41 0x00003078 in ?? ()
#42 0x44e10000 in ?? ()
#43 0x00000000 in ?? ()
#44 0x2a7d1784 in ?? ()
#45 0x00000000 in ?? ()
#46 0x2a7dc00c in ?? ()
#47 0x2829f320 in ?? ()
#48 0x00000084 in ?? ()
#49 0x00000000 in ?? ()
#50 0x00000001 in ?? ()
#51 0x28743c00 in ?? ()
#52 0x2de00000 in ?? ()
#53 0x3fecb58f in ?? ()
#54 0x91000000 in ?? ()
#55 0x3fba5386 in ?? ()
#56 0x2aa2c30c in ?? ()
#57 0x2a7eab34 in ?? ()
#58 0xffffd448 in ?? ()
#59 0x2829d384 in ?? ()
#60 0x00000001 in ?? ()
#61 0x00000001 in ?? ()
#62 0x00000014 in ?? ()
#63 0x2829d360 in ?? ()
#64 0x00000001 in ?? ()
#65 0x286d4880 in ?? ()
#66 0x00000001 in ?? ()
#67 0x28743c00 in ?? ()
#68 0x2a7d1784 in ?? ()
#69 0x2a7de1a4 in ?? ()
#70 0xffffd478 in ?? ()
#71 0x2a8dd246 in ?? ()
#72 0x08d57910 in ?? ()
#73 0x00000007 in ?? ()
#74 0xffffd478 in ?? ()
#75 0x2a8dd228 in ?? ()
#76 0x2a7d1784 in ?? ()
#77 0x3f800000 in ?? ()
#78 0x4126835d in ?? ()
#79 0x2a7d1784 in ?? ()
#80 0x2a7dc00c in ?? ()
#81 0x00000000 in ?? ()
#82 0x00010cc0 in ?? ()
#83 0x2a7b4cc1 in ?? ()
#84 0x282c003c in ?? ()
#85 0x282c9794 in ?? ()
#86 0xffffd558 in ?? ()
#87 0x2a7b4347 in ?? ()
#88 0x28301de0 in ?? ()
#89 0x287b8618 in ?? ()
#90 0x00000003 in ?? ()
#91 0x2829df02 in ?? ()
#92 0x00000000 in ?? ()
#93 0x2a7d02b0 in ?? ()
#94 0x00000012 in ?? ()
#95 0x2a8dd21c in ?? ()
#96 0x00000002 in ?? ()
#97 0x00000002 in ?? ()
#98 0x00000064 in ?? ()
#99 0x00000001 in ?? ()
#100 0x037f0f7f in ?? ()
#101 0x3b4532a5 in ?? ()
#102 0x28a970a4 in ?? ()
#103 0x00000000 in ?? ()
#104 0x28a97004 in ?? ()
#105 0x00000000 in ?? ()
#106 0x28a970e0 in ?? ()
#107 0x2827e739 in ?? ()
#108 0x00000001 in ?? ()
#109 0x28a97004 in ?? ()
#110 0x2a7b4259 in ?? ()
#111 0x2a7d1784 in ?? ()
#112 0x286d4880 in ?? ()
#113 0x284c7d40 in ?? ()
#114 0x0000001a in ?? ()
#115 0x2a7b7530 in ?? ()
#116 0xffffd517 in ?? ()
#117 0xffffd510 in ?? ()
#118 0x28a85ec8 in ?? ()
#119 0x28278b78 in ?? ()
#120 0x0c7f3c20 in ?? ()
#121 0x2852037f in ?? ()
#122 0x282cc73c in ?? ()
#123 0x2828f912 in ?? ()
#124 0x282cc73c in ?? ()
#125 0x286d4880 in ?? ()
#126 0x284c7d40 in ?? ()
#127 0x0000001a in ?? ()
#128 0x282cc73c in ?? ()
#129 0x286d4880 in ?? ()
#130 0x284c7d40 in ?? ()
#131 0x2827538f in ?? ()
#132 0x282cc73c in ?? ()
#133 0x283019a0 in ?? ()
#134 0x284c7d40 in ?? ()
#135 0x2824df50 in ?? ()
#136 0xffffd6b0 in ?? ()
#137 0x0000001a in ?? ()
#138 0xffffd870 in ?? ()
#139 0x28285908 in ?? ()
#140 0x282cc73c in ?? ()
#141 0x286d4880 in ?? ()
#142 0x284c7d40 in ?? ()
#143 0x2827262e in ?? ()
#144 0x282cc73c in ?? ()
#145 0x286d4880 in ?? ()
#146 0x00000000 in ?? ()
#147 0x00000000 in ?? ()
#148 0xffffd5a4 in ?? ()
#149 0x4cab51c7 in ?? ()
#150 0x00063619 in ?? ()
#151 0x0000000a in ?? ()
#152 0x20000000 in ?? ()
#153 0x3f68ac9f in ?? ()
#154 0x00000000 in ?? ()
#155 0x2824e197 in ?? ()
#156 0x282cc73c in ?? ()
#157 0x283019a0 in ?? ()
#158 0x282c8e50 in ?? ()
#159 0x00000000 in ?? ()
#160 0xffffd5e0 in ?? ()
#161 0xffffd664 in ?? ()
#162 0xffffd668 in ?? ()
#163 0x2829dbcd in ?? ()
#164 0xffffd6b0 in ?? ()
#165 0x0000001a in ?? ()
#166 0xffffd870 in ?? ()
#167 0x2824e3e1 in ?? ()
#168 0x3b4564f9 in ?? ()
#169 0xffffd5e0 in ?? ()
#170 0x000003e8 in ?? ()
#171 0x2824e370 in ?? ()
#172 0x282cc73c in ?? ()
#173 0x283019a0 in ?? ()
#174 0x282c8e50 in ?? ()
#175 0x0000001a in ?? ()
#176 0xffffd614 in ?? ()
#177 0x00000000 in ?? ()
#178 0x00000000 in ?? ()
#179 0x2827262e in ?? ()
#180 0x282cc73c in ?? ()
#181 0x283019a0 in ?? ()
#182 0x00000000 in ?? ()
#183 0x00000000 in ?? ()
#184 0x00000000 in ?? ()
#185 0x4cab51c7 in ?? ()
#186 0x00063614 in ?? ()
#187 0x2827630b in ?? ()
#188 0x3b4564f9 in ?? ()
#189 0x00000001 in ?? ()
#190 0xffffd648 in ?? ()
#191 0x282762bc in ?? ()
#192 0x282cc73c in ?? ()
#193 0x282c8d88 in ?? ()
#194 0xffffd870 in ?? ()
#195 0x00000000 in ?? ()
#196 0x00000000 in ?? ()
#197 0x00000000 in ?? ()
#198 0x00000000 in ?? ()
#199 0x3b4564f9 in ?? ()
#200 0x00000000 in ?? ()
#201 0x00000000 in ?? ()
#202 0x00000000 in ?? ()
#203 0x28273c1b in ?? ()
#204 0x283019a0 in ?? ()
#205 0x00000000 in ?? ()
#206 0x00000000 in ?? ()
#207 0x28273bee in ?? ()
#208 0xffffd6b0 in ?? ()
#209 0x0000001a in ?? ()
#210 0x00000000 in ?? ()
#211 0x00000000 in ?? ()
#212 0x282fcfe0 in ?? ()
#213 0x08051c98 in _IO_stdin_used ()
#214 0x0805c0d0 in ?? ()
#215 0x0804a145 in RunServer ()
#216 0x282fcfe0 in ?? ()
#217 0x00000000 in ?? ()
#218 0x08059300 in Sys_Sleep ()
#219 0x0804bd7a in CTextConsole::Init ()
#220 0x0805e7f8 in ?? ()
#221 0x0805bbbc in termNew.90 ()
#222 0x08059300 in Sys_Sleep ()
#223 0x0804bd8a in CTextConsole::Init ()
#224 0x08051e71 in _IO_stdin_used ()
#225 0x00000000 in ?? ()
#226 0x00001e00 in ?? ()
#227 0x01000408 in ?? ()
#228 0xffffd710 in ?? ()
#229 0x170f1200 in ?? ()
#230 0x00000016 in ?? ()
#231 0xffffd710 in ?? ()
#232 0x0805b360 in console ()
#233 0x0805bbbc in termNew.90 ()
#234 0x08059300 in Sys_Sleep ()
#235 0x0804c3f4 in CTextConsoleUnix::Init ()
#236 0x08059300 in Sys_Sleep ()
#237 0x00000000 in ?? ()
#238 0x08059300 in Sys_Sleep ()
#239 0x0804c3e9 in CTextConsoleUnix::Init ()
#240 0x00000001 in ?? ()
#241 0xffffd710 in ?? ()
#242 0x00000000 in ?? ()
#243 0x2808487e in ?? ()
#244 0x0805e7f8 in ?? ()
#245 0x0000001a in ?? ()
#246 0xffffd870 in ?? ()
#247 0x0000001a in ?? ()
#248 0x00200000 in ?? ()
#249 0x00000000 in ?? ()
#250 0x00000000 in ?? ()
#251 0x00000000 in ?? ()
#252 0x00000000 in ?? ()
#253 0x00000000 in ?? ()
#254 0x00000000 in ?? ()
#255 0x00000000 in ?? ()
#256 0x00000000 in ?? ()
#257 0x00000000 in ?? ()
#258 0x00000000 in ?? ()
#259 0x00000000 in ?? ()
#260 0x00000000 in ?? ()
#261 0x00000000 in ?? ()
#262 0x00000000 in ?? ()
#263 0x00000000 in ?? ()
#264 0x00000000 in ?? ()
#265 0x00000000 in ?? ()
#266 0x00000000 in ?? ()
#267 0x00000000 in ?? ()
#268 0x00000000 in ?? ()
#269 0x00000000 in ?? ()
#270 0x00000000 in ?? ()
#271 0x00000000 in ?? ()
#272 0x00000000 in ?? ()
#273 0x00000000 in ?? ()
#274 0x00000000 in ?? ()
#275 0x00000000 in ?? ()
#276 0x00000000 in ?? ()
#277 0x00000000 in ?? ()
#278 0x00000000 in ?? ()
#279 0x00000000 in ?? ()
#280 0x0805e7f8 in ?? ()
#281 0x0000001a in ?? ()
#282 0xffffd870 in ?? ()
#283 0x0804a7de in main ()
No symbol table info available.
No shared libraries loaded at this time.
Stack level 0, frame at 0xffffd338:
 eip = 0x8e8a000; saved eip 0x2aa63078
 called by frame at 0xffffd33c
 Arglist at 0xffffd330, args: 
 Locals at 0xffffd330, Previous frame's sp is 0xffffd338
 Saved registers:
  eip at 0xffffd334
End of crash report
Also, I tried to turn off all other amxx plugins by renaming the plugins.ini to ;plugins.ini. And the server is still crashing on the new round.

Btw, other servers (like Public, CW) works normally.

Please help.

Last edited by kalash1k; 10-05-2010 at 16:15.
kalash1k is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 10-05-2010 , 03:38   Re: Server crash
Reply With Quote #2

Quote:
Originally Posted by BAILOPAN View Post
CSDM needs /proc. Are you running FreeBSD? If so, what version?
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.
KWo is offline
kalash1k
Member
Join Date: Nov 2008
Old 10-05-2010 , 04:59   Re: Server crash
Reply With Quote #3

FreeBSD 8.0-RELEASE-p5
And yes, I have a /proc mounted.
And other servers works normally. But CSDM crashes when the round begins or when I send sv_restartround 1 command.
Also I tried 2.1.2k ver. by KWo and I had the same problem.

Last edited by kalash1k; 10-05-2010 at 16:07.
kalash1k is offline
kalash1k
Member
Join Date: Nov 2008
Old 10-05-2010 , 08:06   Re: Server crash
Reply With Quote #4

Anyone?...
kalash1k is offline
kalash1k
Member
Join Date: Nov 2008
Old 11-01-2010 , 17:02   Re: Server crash
Reply With Quote #5

The problem was solved with beta update (5006)
Code:
./steam -command update -game cstrike -beta hlbeta -dir .
and with installing KWo's CSDM 2.1.2 hlbeta

But the problem still is: CSDM 2.1.2 is not working with 4883 build on FreeBSD 8.0

Tested with clean steam 4883 hlds build with AMXX 1.8.1.3746 without any thirdparty plugins and with CSDM 2.1.1 , 2.1.2 , 2.1.2 hlbeta , 2.1.2k by KWo and 2.1.2k-hlbeta too. Btw, it was tested on two different machines with the same freebsd OS. And there was same result...

lol

Last edited by kalash1k; 11-01-2010 at 17:12.
kalash1k 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 22:49.


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