Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

touch: cannot touch `': No such file or directory #49

Closed
davgothic opened this issue Jul 15, 2012 · 3 comments
Closed

touch: cannot touch `': No such file or directory #49

davgothic opened this issue Jul 15, 2012 · 3 comments
Assignees
Labels

Comments

@davgothic
Copy link

When starting any server the following is output:

touch: cannot touch `': No such file or directory
Maintaining world symbolic links... Done.
Starting server... 

I believe $SERVER_FLAG_ACTIVE is undefined in the server_set_active function but I've no idea where to define it?

Also, possibly related to the above issue, the output finishes with Starting server.... If I hit CTRL+C and check the server log the server has started normally but msm doesn't seem to recognise that it did.

@ghost ghost assigned marcuswhybrow Jul 15, 2012
@marcuswhybrow
Copy link

Ah yes it looks like that is the problem. I think it will be an easy fix.

@marcuswhybrow
Copy link

The use of SERVER_FLAG_ACTIVE was incorrect, as you noticed, because it was an old name. In 0.6.0 MSM was refactored to handle settings differently, and that is where the oversight occurred.

The fix was simply to use the new variable name SERVER_FLAG_ACTIVE_PATH and only use it after it had been loaded into the script. A simple mistake really.

Thanks for uncovering it!

@marcuswhybrow
Copy link

Also I should mention: to solve your problem upgrade to the latest MSM version (0.6.2). See http://marcuswhybrow.github.com/minecraft-server-manager/docs/updating.html for info on how to do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants