Error when I try to use systemctl on Centos in a VPS
-
I try to install Nodebb, like the instructions. But when I write:
systemctl start redis
Terminal say to me that cannot find the order.
Anyone have a solution?
-
if possible please include the exact error message the terminal provided you, as there is often information in the wording that can help effect a solution.
-
The exact error message the terminal provide is:
-bash: systemtcl: Didn´t find the order
-
huh.... well that's a new one one me then, and on google apparently as i can't find any relevant results in a quick search....
what version of centos are you running and have you checked to make sure that it is fully up to date?
-
@John-McLane-Deadpool said in Error when I try to use systemctl on Centos in a VPS:
-bash:
systemtcl
: Didn´t find the orderIf this was a copy/paste then you ran the wrong command.
-
-
Sorry, I write the correct command (I copy and paste like instructions), but it doesn´t works.