this post was submitted on 15 Aug 2023
127 points (98.5% liked)

Linux

47343 readers
1157 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I am a Linux user, but I don't really know how most things work, even after years of casual use on my Main, I just started getting into Devuan and wondered then, what exacly does systemd do that most distros have it? What even is init freedom? And why should I care?

you are viewing a single comment's thread
view the rest of the comments
[–] greyscale@lemmy.sdf.org 0 points 1 year ago (1 children)

There is a grub argument to pass to the kernel that disables that renaming behaviour entirely.

[–] Shdwdrgn@mander.xyz 2 points 1 year ago (1 children)

Yep I'm aware of it. Seemed like it worked for a bit, then reverted back to the enp* names. And then all the pages I was finding for manually renaming the devices said to put the files under interfaces.d for deb11 but oddly it only seemed to read those link files for a few reboots, then it would revert back to the enp names. Found something about using OriginalName because the name changes were overlapping, that worked for a few boots and then reverted back to the enp names. So then I found something about a Path statement using the full pci device names, and THAT worked for a few boots and then reverted. So now I found out that the link files have moved to the systemd/network folder so I'm waiting to see how long that lasts...

And I realize it sounds like I'm talking about a system I've been running for years... I actually just put together this machine last Thursday. I had to start with Debian 9 because I couldn't get any newer memory stick images to boot (this machine doesn't have EUFI support), upgraded to deb10 and everything was still working as expected with the grub lines to disable renaming. Upgraded to deb11 and it all went to hell. I'm having some serious thought of trashing the machine and switching to deuvian now even though I really want to support debian.

[–] greyscale@lemmy.sdf.org 1 points 1 year ago (1 children)

Did a system upgrade overwrite your grub config?

[–] Shdwdrgn@mander.xyz 2 points 1 year ago (1 children)

No the changes for "net.ifnames=0 biosdevname=0" were still in there. Those worked fine for debian 8, 9, and 10 (with adjustments made in udev rules to rename eth4 and eth5 to wan0 and wan1), but neither option seemed to have any effect after upgrading to deb11. When I went searching for renaming the devices in deb11, the first several articles all stated to create link files in interfaces.d, but after all the trouble I went looking further and finally found one that referenced putting the link files in the systemd folder. I just linked the files so they are available in both locations, and that change has continued working for several further reboots so I'm crossing my fingers.

[–] greyscale@lemmy.sdf.org 1 points 1 year ago

Ah, they might have killed that option in newer kernels. Vaguely remember something about it being a temporary fix, I guess its time has come.