rootegy Posted April 23, 2016 Share Posted April 23, 2016 Hello, I'm dealing with my mta server via root console when i try command "restart" egyroot@egyvps:~/mtasa/mtasa-server# restart restart: missing job name Try `restart --help' for more information. Link to comment
0 Gravestone Posted April 24, 2016 Share Posted April 24, 2016 You are trying to restart a resource from the console? Link to comment
0 Anubhav Posted April 24, 2016 Share Posted April 24, 2016 You are trying to restart a resource from the console? He is using a SSH (probably), and wants to restart his MTA server through it but it is not working. Not the MTA console. Link to comment
0 Mr_Moose Posted April 25, 2016 Share Posted April 25, 2016 You should run your server in a screen session. Then you could use something like: screen -ls # List active screen sessions screen -r <id> # Reconnect to screen session Or of you just want to send the command you could use: screen -S <name_of_screen> -p 0 -X stuff "<command>" Link to comment
0 rootegy Posted April 28, 2016 Author Share Posted April 28, 2016 Great ! thanks guys Link to comment
Question
rootegy
Hello,
I'm dealing with my mta server via root console
when i try command "restart"
egyroot@egyvps:~/mtasa/mtasa-server# restart
restart: missing job name
Try `restart --help' for more information.
Link to comment
4 answers to this question
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