I am new to Ubuntu. Just installed Ubuntu server 16.04 onto Dell R730 server yesterday. The first time reboot was okay. But the server refused to boot today. The error message was: Failed to start LXD.
Can anyone please help?
I am new to Ubuntu. Just installed Ubuntu server 16.04 onto Dell R730 server yesterday. The first time reboot was okay. But the server refused to boot today. The error message was: Failed to start LXD.
Can anyone please help?
This problem is after upgrade. LXD service needs to be restarted using the root account.
sudo service lxd restart
You have to reboot afterwards, e.g. using this command:
sudo reboot
sudo su. Simply put the sudo in front of every single command that needs to be run as root. That way you have the commands logged under your account and you have greater control over what is running with elevated privileges.
– Byte Commander
Jun 13 '16 at 18:02