• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Server is not restarting ! Asking (Y/N)

viniciusturko

New Member
Joined
Jun 23, 2009
Messages
94
Reaction score
2
Location
Brasil
Hey guys.

I'm oppening my server with the restarter :

Code:
while true; do ./theforgottenserver; done

It starts with no problem, but when my server executes the global save at 6:00 AM and shutdown the server, it comes that asking message about super user and normal user that you must choose (Y/N), and then, server does not restart until someone type Y.

So, how do I remove this asking message when I use the restarter?
Thanks.
 
The account ur using to run the server is either a administrator, or the account configured in the restarter.sh is specified to use a root user.
Create a normal user, run it with that one, problem fixed.
 
Thanks Starrly! Now it is working perfectly. I don't know if was that an stupid question, its cause I'm still newbie on linux. But you helped me a lot ! REP ++
 
That message should not appear since i compiled your server usinge the --enable root permission flag.
Is it only after global server save?

Or does it appear if you typ /shutdown ingame also?
 
Back
Top