Hallo Liebe epvper,*
habe folgendes Problem bei den 1.5 Kori Files.
Wenn ich mit Putty den Server starte bekomme ich weder Fehlermeldungen oder sonst was eigtl. alles Super.
Allerdings steht da
SEHR LANGE (3 - 5 min.) das der Verbindet
(gilt auch für Navicat & Filezilla) dann steht Verbindung Fehlgeschlagen.
Syserr vom Clienten ist sauber keine Einträge die Check.py sagt
import os
CORE_PATHS = [
"/usr/home/game2/channel1/core1/",
"/usr/home/game2/channel1/core2/",
"/usr/home/game2/channel1/core3/",
"/usr/home/game2/channel1/core4/",
"/usr/home/game2/channel1/core5/",
"/usr/home/game2/channel2/core1/",
"/usr/home/game2/channel2/core2/",
"/usr/home/game2/channel2/core3/",
"/usr/home/game2/channel2/core4/",
"/usr/home/game2/channel2/core5/",
"/usr/home/game2/auth/",
]
def CheckProcess(processID):
try:
os.kill(processID, 0)
except OSError:
return False
return True
for corePath in CORE_PATHS:
if len(corePath) < 1:
continue
if corePath[len(corePath) - 1] != "/":
corePath += "/"
if not os.path.isdir(corePath):
continue
if os.path.exists(corePath + "pid"):
processID = None
with open(corePath + "pid") as f:
processID = f.readlines()
if CheckProcess(int(processID[0])):
print corePath, "UP"
continue
print corePath, "DOWN"
.
Meine IP habe ich in root/serverinfo eingetragen
(RICHTIG) und ja (Richtig entpackt & gepackt)!
Habe FreeBSD 10.3 64bit / MySql 5.6 durch installer.sh installiert.
Libs wurden alle in usr/lib32 eingetragen die Fehlenden Libs per befehl selber eigefügt wie im Release aufgeführt.
Game2 & mysql haben
(777 Rechte) und in usr/home/game2 -> panel.sh ist meine IP ebenfalls
(RICHTIG) eingetragen.
Habt Ihr vorschläge für mich ?
MFG BassBox007
#edit
syserr in /home/game2/database sagt:
------------------------------------------------
und in der syserr /home/game2/database steht das:
SYSERR: Mar 7 20:12:21 :: pid_init:
Start of pid: 779
SYSERR: Mar 7 20:12:21 :: Start: TABLE_POSTFIX not configured use default
SYSERR: Mar 7 20:14:05 :: Process: FDWATCH: peer null in event: ident 30
SYSERR: Mar 7 21:08:51 :: ChildLoop: AsyncSQL: query failed: Query execution was interrupted (query: SELECT id,login,vnum,count,socket0,socket1,socket2,mall,w hy FROM item_award WHERE taken_time IS NULL and id > 0 errno: 1317)
SYSERR: Mar 7 21:09:01 :: ChildLoop: MySQL connection was reconnected. querying locale set
SYSERR: Mar 7 21:09:13 :: pid_init:
Start of pid: 1189
SYSERR: Mar 7 21:09:13 :: Start: TABLE_POSTFIX not configured use default
SYSERR: Mar 7 21:09:13 :: socket_bind: bind: Address already in use
SYSERR: Mar 7 21:09:13 :: pid_deinit:
End of pid
SYSERR: Mar 7 21:09:18 :: DirectQuery: MySQL connection was reconnected. querying locale set
SYSERR: Mar 7 21:13:15 :: DirectQuery: MySQL connection was reconnected. querying locale set
SYSERR: Mar 7 21:13:15 :: Process: FDWATCH: peer null in event: ident 30