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.
sudo systemctl start mysqld && mysql_secure_installation
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?
systemctl, start stop , .
systemctl
start
stop
, systemctl status service-name.
systemctl status service-name
Failed to wait for response: Success , systemctl.
Failed to wait for response: Success
systemd 215-4 .
systemd
, systemctl .
, systemd udev, udev , / .
udev
systemd udev .
# dpkg --ignore-depends=udev --install /var/cache/apt/archives/systemd_215-4_amd64.deb # apt-get install -f
Source: https://habr.com/ru/post/1535868/More articles:WebBrowser control not responding to InvokeMember ("click") - javascriptPandas DataFrame filter by IP address - pythonSelecting a DataGridViewChanged event fires several times - c #Change jQuery daterange picker to ban date range if it contains disabled dates - javascriptHow to take a screenshot of an application in Android? - androidHow to disable table view reload while scrolling in iOS - iosHow to use grep in IPython? - pythonHow to make a variable-length sound in Android - androidDjango objects.filter does not update the field, but object.get - pythonC confuses the program - cAll Articles