Sudo systemctl start returns "Could not wait for an answer: Success"

I follow this tutorial to install nginx and mysql on a new server.

I am having problems running any of sudo systemctl start mysqld && mysql_secure_installationor sudo systemctl start nginx.

With any of them, I get the answer "Could not wait for an answer: Success". I'm not sure what this means, but I guess it means something went wrong. Do you know what a message is and what can I do about it?

+4
source share
1 answer

systemctl, start stop , .

, systemctl status service-name.

Failed to wait for response: Success , systemctl.

systemd 215-4 .

, systemctl .

, systemd udev, udev , / .

systemd udev .

# dpkg --ignore-depends=udev --install /var/cache/apt/archives/systemd_215-4_amd64.deb
# apt-get install -f
+1

Source: https://habr.com/ru/post/1535868/


All Articles