Hi @ all,
erstmal ein riesengroßes DANKE an die Macher von diesem Mod. NICE WORK.
Zu meinem Problem:
Der Admin Mod stürzt immer nach ca 2 Stunden ab.
Für den Mod habe ich einen eigenen Benutzer angelegt. Als Stammverzeichniss habe ich den CoD_5 Ordner angegeben.
Mod Version 0.8.1 / System Linux Ubuntu / Call of Duty WaW emuliert mit Wine
Mein Startscript sieht so aus:
Bash
#!/bin/sh
# STARTSCRIPT by Hool and manu
# Many thanks to him :)
#
# If you have any problems, visit manuadminmod.de
# or contact manuel.strider@web.de
#
#============================
#
#=========
# CONFIG
#=========
#
# Name of process
# Unique for each mod installation
#================
NAME=ManuAdminMod_1
#Default: NAME=ManuAdminMod_1
#
# Basedir to adminmod installation:
#==================================
DIR=/home/cod_5/29990/adminmod
#Example: DIR=/var/games/cod4/adminmod
#
# Path to config directory
#=========================
CFGDIR=config
#Default: CFGDIR=config
#
# Path to log directory
#======================
LOGDIR=log
#Default: LOGDIR=log
#
# Path to php-binary
# Normally only 'php'
#===================
PHP=php
#Example: PHP=/usr/local/bin/php
#
# Parameters for PHP (only for versed user)
#==========================================
PARAMS="-f"
#Default: PARAMS="-f"
#
#==================================
# DO NOT EDIT STH BELOW THIS LINE
#==================================
# -------------------------------------------------------------------
Alles anzeigen
Die letzten Sekunden der Logdatei:
Code
1461:44 [18.01.09 22:07:26] Notice: Next map / map restart
1461:44 [18.01.09 22:07:26] Notice: RCON connection established (62.75.221.22:29990)
1461:44 [18.01.09 22:07:26] Notice: Current map: mp_airfield
1461:44 [18.01.09 22:07:28] Notice: Heartbeat has been sent to serverlist at manuadminmod.de: Server successfully added
1461:44 [18.01.09 22:07:31] Notice: Banner message was sent: ^3Wir suchen Member^1 ab 18 ^3für alle Spiele der Call of Duty Reihe.
1461:44 [18.01.09 22:07:31] Notice: Player '[CH]Smu_LU_CH' quit, PID: 21, GUID: 1022794039
1461:44 [18.01.09 22:07:31] Notice: Player '[TnT]killerZobel' quit, PID: 14, GUID: 1481814569
1461:44 [18.01.09 22:07:31] Notice: Player '[TnT]Odanrot' quit, PID: 18, GUID: 104840081
1461:44 [18.01.09 22:07:31] Notice: Player '[ORLY]Diego171' quit, PID: 11, GUID: 739731778
1461:44 [18.01.09 22:07:31] Notice: Player 'LtTreffnix' quit, PID: 22, GUID: 835433799
1461:44 [18.01.09 22:07:31] Notice: Player '[TnT]M37zG3R' quit, PID: 4, GUID: 2036123526
1461:44 [18.01.09 22:07:31] Notice: Player '[TnT]Schleimi' quit, PID: 24, GUID: 903415170
1461:44 [18.01.09 22:07:31] Notice: Player '[CH]bontz_SO_CH' quit, PID: 20, GUID: 967052843
1461:44 [18.01.09 22:07:31] Notice: Player '[ORLY]RaptoR_X' quit, PID: 7, GUID: 916677204
1461:44 [18.01.09 22:07:31] Notice: Player '[CH]Frred_SO_CH' quit, PID: 23, GUID: 1265157971
1461:44 [18.01.09 22:07:31] Notice: Player 'd-lYx' quit, PID: 12, GUID: 1171795382
1461:44 [18.01.09 22:07:31] Notice: Player '[ORLY]figooofagooo' quit, PID: 5, GUID: 1300109053
1461:44 [18.01.09 22:07:31] Notice: Player '[BRS]TacticTrout' quit, PID: 13, GUID: 832317768
1461:44 [18.01.09 22:07:31] Notice: Player 'oc-BigDaddy' quit, PID: 10, GUID: 746719998
1461:44 [18.01.09 22:07:31] Notice: Player '[TnT]Sweet-Poison' quit, PID: 16, GUID: 365754304
1461:44 [18.01.09 22:07:31] Notice: Player 'Blanko50' quit, PID: 9, GUID: 814331689
1461:44 [18.01.09 22:07:31] Notice: Player 'oc-Maximus' quit, PID: 6, GUID: 565373166
1461:44 [18.01.09 22:07:31] Notice: Player 'AxelKlang' quit, PID: 15, GUID: 1574554802
Alles anzeigen
PLZ Help
MfG
CoooX