[HELP] Could not initialize thecore, check owner of pid

01/26/2013 19:34 thomaswebdesigner#1
Hey guys, anybody can help me with this error?


HTML Code:
AUTH_SERVER: I am the master
Could not initialize thecore, check owner of pid, syslog
rm: cores/core.1: No such file or directory
mv: rename cores/core.2 to cores/core.1: No such file or directory
mv: rename cores/core.3 to cores/core.2: No such file or directory
mv: rename cores/core.4 to cores/core.3: No such file or directory
mv: rename cores/core.5 to cores/core.4: No such file or directory
mv: rename cores/core.6 to cores/core.5: No such file or directory
mv: rename game.core to cores/core.6: No such file or directory
I pay!
01/26/2013 19:40 Mashkin#2
Do
Code:
ls -l
in the core's directory and post the result.
You can also simply try
Code:
[I]chown -R root *[/I]
in the directory, to change ownership of the files to root. This should solve the issue (as long as you execute the game server as root - else use your specific user name).