Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save application2000/4993959682325b74e1e32c3e912561cf to your computer and use it in GitHub Desktop.
Save application2000/4993959682325b74e1e32c3e912561cf to your computer and use it in GitHub Desktop.
Solution for udevd bug after upgrade from Ubuntu Server 14.04 LTS to 16.04 LTS
English
=======
Solution for udevd bug after upgrade from Ubuntu Server 14.04 LTS to 16.04 LTS
After upgrading to 16.04, just type and execute this command in the terminal.
sudo ln -s /lib/systemd/systemd-udevd /sbin/udevd
DISCLAIMER : Warning! Use this at your own risk.
It is always advised to do a complete system and files backup,
before doing any sensible command.You have been warned.
Français
========
Solution concernant le bug de udevd après une mise à jour de Ubuntu Server 14.04 LTS vers 16.04 LTS
Après la mise à jour vers la version 16.04, tapez et executer la commande suivante dans votre terminal.
sudo ln -s /lib/systemd/systemd-udevd /sbin/udevd
DISCLAIMER : Attention! Effectuez cette manipulation à vos risques et périls.
Il est toujours conseillé de faire une sauvegarde complète de vos fichiers
et de votre système afin de limiter les pertes de données.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment