By None222222
This is just a warning to Arch Linux users who update the the latest systemd.
Systemd now has “Predictable Network Interface Names”. More info can be found here: http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/
Updating to the newest version will break networking! Requiring manual user changes. More info can be found here: https://bbs.archlinux.org/viewtopic.php?id=156283
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
This is probably a bit hackish, but here’s how I worked around this after updating systemd: <br> <br># Set the netcfg default wired interface to the new interface name <br># set WIRED_INTERACE=“ens3” /etc/conf.d/netcfg <br> <br># Setup network@ens3 service with the previous eth0 static IP configuration <br>ln -s /etc/conf.d/network@eth0 /etc/conf.d/network@ens3 <br>ln -s /etc/systemd/system/network@.service /etc/systemd/system/multi-user.target.wants/network@ens3.service <br>systemctl disable network@eth0.service <br>systemctl enable network@ens3.service <br> <br>(I also updated the kernel during this - not sure if that’s relevant)
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
