Правила форума Гаранты форума
Размещение рекламы AMX-X компилятор

Здравствуйте, гость Вход | Регистрация

Наши новости:

14-дек
24-апр
10-апр
11-апр

Падение сервера [Linux]

Статус пользователя VaskaT
сообщение 10.5.2013, 9:19
Сообщение #1
Стаж: 13 лет

Сообщений: 56
Благодарностей: 3
Полезность: 41

Часто сервер падает при смени карты. В логах вот такая ошибка.

L 05/08/2013 - 21:37:26: Start of error session.
L 05/08/2013 - 21:37:26: Info (map "aim_headshot") (file "addons/amxmodx/logs/error_20130508.log")
L 05/08/2013 - 21:37:26: [AMXX] Failed to initialize JIT'd plugin (plugin "statsx_shell.amxx")
L 05/08/2013 - 21:37:27: [CSTRIKE] Invalid player 2
L 05/08/2013 - 21:37:27: [AMXX] Run time error 10 (plugin "resetscore.amxx") (native "cs_set_user_deaths") - debug not enabled!
L 05/08/2013 - 21:37:27: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

список плагинов
; AMX Mod X plugins

; Admin Base - Always one has to be activated
opengl32.amxx
aim_detector.amxx
alias_detector056.amxx
;amxbans_core.amxx
;amxbans_main.amxx
;amxbans_ssban.amxx
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
admin_check.amxx

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin

; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands

; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map

; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands

; Counter-Strike
;restmenu.amxx ; restrict weapons menu
;statsx.amxx ; stats on death or round end (CSX Module required!)
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)

; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here
admin_spec_esp_v1.5_beta.amxx
voteban_by_slimshady.amxx
weaponmenu_new.amxx
plent_bomb.amxx
resetscore.amxx
bullet_damage.amxx
speclist_rus.amxx
ad_manager.amxx
rockthevote_custom.amxx
statsx_shell.amxx
bet_rus.amxx
kill_assist.amxx
;colored_translit.amxx
;info_rank.amxx
admin_screen2.amxx
amx_hpk.amxx
afkkicker.amxx
cs_team_semiclip.amxx
demo_record.amxx
gamemenu.amxx
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   Цитировать сообщение
Статус пользователя se7en2614
сообщение 10.5.2013, 9:36
Сообщение #2


Стаж: 14 лет

Сообщений: 1096
Благодарностей: 126
Полезность: < 0

Цитата(VaskaT @ 10.5.2013, 9:19) *
Часто сервер падает при смени карты. В логах вот такая ошибка.

L 05/08/2013 - 21:37:26: Start of error session.
L 05/08/2013 - 21:37:26: Info (map "aim_headshot") (file "addons/amxmodx/logs/error_20130508.log")
L 05/08/2013 - 21:37:26: [AMXX] Failed to initialize JIT'd plugin (plugin "statsx_shell.amxx")
L 05/08/2013 - 21:37:27: [CSTRIKE] Invalid player 2
L 05/08/2013 - 21:37:27: [AMXX] Run time error 10 (plugin "resetscore.amxx") (native "cs_set_user_deaths") - debug not enabled!
L 05/08/2013 - 21:37:27: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

список плагинов
; AMX Mod X plugins

; Admin Base - Always one has to be activated
opengl32.amxx
aim_detector.amxx
alias_detector056.amxx
;amxbans_core.amxx
;amxbans_main.amxx
;amxbans_ssban.amxx
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
admin_check.amxx

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin

; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands

; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map

; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands

; Counter-Strike
;restmenu.amxx ; restrict weapons menu
;statsx.amxx ; stats on death or round end (CSX Module required!)
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)

; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here
admin_spec_esp_v1.5_beta.amxx
voteban_by_slimshady.amxx
weaponmenu_new.amxx
plent_bomb.amxx
resetscore.amxx
bullet_damage.amxx
speclist_rus.amxx
ad_manager.amxx
rockthevote_custom.amxx
statsx_shell.amxx
bet_rus.amxx
kill_assist.amxx
;colored_translit.amxx
;info_rank.amxx
admin_screen2.amxx
amx_hpk.amxx
afkkicker.amxx
cs_team_semiclip.amxx
demo_record.amxx
gamemenu.amxx


ну отключи stats_shell и resetscore. Падение прекратяться =)
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя Johnny
сообщение 10.5.2013, 10:31
Сообщение #3


Стаж: 13 лет

Сообщений: 2470
Благодарностей: 1086
Полезность: 515

Цитата(se7en2614 @ 10.5.2013, 11:36) *
ну отключи stats_shell и resetscore. Падение прекратяться =)

Данные логи не показатель причины падений. Нужны логи консоли.

По сабжу: отключайте плагины, кроме стандартных и подключайте по одному, выявите виновника.
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя VaskaT
сообщение 10.5.2013, 14:59
Сообщение #4
Стаж: 13 лет

Сообщений: 56
Благодарностей: 3
Полезность: 41

Цитата(se7en2614 @ 10.5.2013, 10:36) *
ну отключи stats_shell и resetscore. Падение прекратяться =)


а мне нужны эти плагины. как обойтись без их отключения?

Цитата(Johnny @ 10.5.2013, 11:31) *
Данные логи не показатель причины падений. Нужны логи консоли.

По сабжу: отключайте плагины, кроме стандартных и подключайте по одному, выявите виновника.


падения сервера происходит 1-2 раза на день, и иногда без моего присутствия на сервере.
так что таким способом я буду очень долго это выявлять!
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя Johnny
сообщение 10.5.2013, 16:19
Сообщение #5


Стаж: 13 лет

Сообщений: 2470
Благодарностей: 1086
Полезность: 515

Цитата(VaskaT @ 10.5.2013, 16:59) *
падения сервера происходит 1-2 раза на день, и иногда без моего присутствия на сервере.
так что таким способом я буду очень долго это выявлять!

А вы как думали? Другого способа нет.
Логи amxmodx показывают только ошибки плагина, и не говорят о падение сервера.
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя VaskaT
сообщение 11.5.2013, 15:52
Сообщение #6
Стаж: 13 лет

Сообщений: 56
Благодарностей: 3
Полезность: 41

Цитата(Johnny @ 10.5.2013, 11:31) *
Данные логи не показатель причины падений. Нужны логи консоли.

По сабжу: отключайте плагины, кроме стандартных и подключайте по одному, выявите виновника.


MasterRequestRestart
Your server needs to be restarted in order to receive the latest update.
L 05/11/2013 - 15:57:34: Your server needs to be restarted in order to receive the latest update.
L 05/11/2013 - 15:57:34: "BoBa<2><STEAM_0:1:44771169><TERRORIST>" triggered "Spawned_With_The_Bomb"
L 05/11/2013 - 15:57:36: "TwP> _fN?<9><VALVE_ID_LAN><>" entered the game
L 05/11/2013 - 15:57:36: World triggered "Round_Start"

но сам сервер якобы "лежит" и на него не зайти
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
  Тема закрытаНачать новую тему
 
0 пользователей и 1 гостей читают эту тему: