Restless Posted April 17, 2010 Share Posted April 17, 2010 Hello, can someone help me with this little problem? I want to start the mta-server in background... but how? i tried ./mta-server (starts perfect) <---- normal start i tried screen -A -m -d -S mtaserver ./mta-server (no connection possible [server timed out])<--- screen start i tried ./mta-server > /dev/null 2>&1 & (no connection possible[server timed out]) <--- /dev/null start is there any option to start mta-server in background? Link to comment
Bastrian Posted April 17, 2010 Share Posted April 17, 2010 i'm used an german tutorial, but i'm have the same problem. Connection Timed out. here is the tutorial (german): http://board.srv.to/board17-server-support-konversationen-tutorials/board30-server-dienste/board32-linux/23-tutorial-mta-linux-game-server-tutorial/ Link to comment
dzek (varez) Posted April 18, 2010 Share Posted April 18, 2010 what you got after screen -r mtaserver (after running it with screen ofc) ? Link to comment
Strika Posted April 19, 2010 Share Posted April 19, 2010 type screen -S mta (it will make a new screen session called mta) then start your server with just ./mta-server (navigate to the directory if needed) now to "minimise" it, press CTRL+A+D if you want to resume it screen -R mta if it doesn't work, make sure you have screen installed. apt-get update apt-get install screen Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now