barneygale / mark2

minecraft server wrapper, written in python with twisted
Other
105 stars 27 forks source link

When I start mark2 it seems to hang #92

Open nelix opened 11 years ago

nelix commented 11 years ago

I have configured mark2, but when I use mark2 start in the server dir it doesn't output anything and just hangs. Looking at the running processes I can't see any running java instances. If I use mark2 start -i it just returns right away with no server started. Does mark2 have an extended debug output?

barneygale commented 11 years ago

Logs will be in /tmp/mark2. Anything there?

nelix commented 11 years ago

Just a .pid file that matches the server dir, which is 'vanilla'. So ls /tmp/mark2/ -> vanilla.pid

On 4 July 2013 08:50, Barney Gale notifications@github.com wrote:

Logs will be in /tmp/mark2. Anything there?

— Reply to this email directly or view it on GitHubhttps://github.com/mcdevs/mark2/issues/92#issuecomment-20450016 .

bostongurka commented 11 years ago

I'm also having this issue