this post was submitted on 21 Nov 2023
46 points (96.0% liked)

Linux

48212 readers
1904 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
 

The Internet Systems Consortium has stopped maintaining their DHCP client, which is standard on a lot of distros.
Debian has updated its documentation and now warns users to choose an alternative:

https://packages.debian.org/bookworm/isc-dhcp-client

On Debian Unstable, I was already forced to uninstall it in yesterday's upgrade.
If you're using network-manager, you don't need to worry, since it includes its own dhcp client, but for others, this might be relevant.

On Arch, this concerns the dhcpd package:
https://wiki.archlinux.org/title/Dhcpd

top 23 comments
sorted by: hot top controversial new old
[–] Strit@lemmy.linuxuserspace.show 9 points 1 year ago (1 children)

The Arch wiki article already states it's unmaintained since January 2023. So Arch users have had almost a year to find another solution at this point.

[–] KISSmyOS@lemmy.world 8 points 1 year ago

I posted mainly because Debian now seems to force a switch in Unstable and many distros rely on its packages.

[–] Pantherina@feddit.de 5 points 1 year ago* (last edited 1 year ago) (2 children)

If you're using network-manager, you don't need to worry, since it includes its own dhcp client, but for others, this might be relevant.

So... every GNOME and KDE Distro is unaffected? Other Desktops too?

[–] Laser@feddit.de 3 points 1 year ago (1 children)

Neither GNOME nor Plasma depend on NetworkManager, do they? Plasma will happily show information about connections managed by something else than NetworkManager, but won't be able to manage them itself. But desktop distributions will most likely ship it as it covers basically all use cases.

[–] KISSmyOS@lemmy.world 3 points 1 year ago (1 children)

Neither GNOME nor Plasma depend on NetworkManager, do they?

Not directly, but distros may choose to create a dependency.

On Debian, installing recommended dependencies is enabled by default and disabling them can lead to all sorts of errors and missing functionality.
gnome-shell recommends gnome-control-center, which recommends network-manager-gnome, which depends on network-manager.
So unless you go out of your way to install a very minimal system, it gets pulled in.

[–] Laser@feddit.de 3 points 1 year ago (1 children)

From my point of view, nothing else but NetworkManager makes sense to ship by default for a distribution aimed at desktop use. So I fully understand distributions doing this. My point was rather that this is not related to any particular WM / DE.

[–] kixik@lemmy.ml 1 points 1 year ago (1 children)

I don't think so. Dhcpcd + wpa_supplicant is really light, suitable for light installers, and live USB stick images.

I've been using dhcpcd + wpa_supplicant for so long... I do understand currently users prefer NM, but I hope there's no push for it to be the unique way to manage network connectivity, and on light installers, I hope I'm not force to use NM either.

[–] Laser@feddit.de 3 points 1 year ago

I mean traditionally NetworkManager uses wpa_supplicant anyways though there is the option for iwd. So it will stay available for quite some time.

[–] pastermil@sh.itjust.works 0 points 1 year ago

Other DEs should use network manager as well. I've tested this at least on MATE, XFCE, as well as Cinnamon.

This is not a guarantee, tho, as users can pretty much install whatever they want.

[–] x3i@lemmy.x3i.tech 3 points 1 year ago (1 children)

This article is from July 2021. Why exactly are you sharing this?

[–] KISSmyOS@lemmy.world 6 points 1 year ago (1 children)

When I updated Debian Unstable 2 days ago, it forced me to uninstall isc-dhcp-client in order to upgrade network-manager.
So I looked up the reason and found the ISC's blog post. I shared it here thinking it might be interesting to some, since Debian's packages are the basis for a lot of other distros that might be affected soon.

[–] x3i@lemmy.x3i.tech 4 points 1 year ago

Okay, fair point, so it is relevant for a current issue

[–] TCB13@lemmy.world 2 points 1 year ago (2 children)

And here I was thinking people were about to move to systemd-networkd so network would actually work decently on the Linux desktop and then I remembered that GNOME comes with the bs called network-manager.

[–] code@lemmy.zip 1 points 1 year ago (1 children)

God i hate network manager and the vpnc plugin specifically. Its been broken for almost 2 years. You cannot add a vpnc vpn in network manager.

[–] Laser@feddit.de 2 points 1 year ago (2 children)

What's broken? I just added a vpnc connection on my machine (granted can't test it since I have nothing to connect to) but there was a vpnc connection profile until I deleted it.

[–] code@lemmy.zip 1 points 1 year ago (1 children)

What distro? Might be gnome only. Im on latestest budgie and cant add. Theres github issues etc. I can edit the file by hand and it works so no biggie but its a long standing issue

[–] Laser@feddit.de 1 points 1 year ago (1 children)

OK, I tested this on Plasma.

[–] code@lemmy.zip 1 points 1 year ago

Yea im currently looking into a diff distro

[–] Laser@feddit.de 1 points 1 year ago (1 children)

I use both depending on the device. My desktop at home and all servers use systemd-networkd and I'm very happy with it. Right now, I'm on vacation and NetworkManager comes in very helpful with the ability to quickly manage networks as a normal user with a graphical user interface.

[–] TCB13@lemmy.world 1 points 1 year ago (1 children)

Question is: why can't the GNOME people that are so eager to reinvent everything dedicate a few bucks out of their new 1M€ funding and integrate it with systemd-networkd and ditch the old NetworkManager for good. That thing is inconsistent and to make things worse now we've the "new network settings" with some settings and then the NetworkManager window/GUI with more settings and things are as coherent as Windows 10's new Settings vs Control Panel... Fucks sake GNOME.

For what's worth in Windows I can pull the old Control Panel Network Connections settings go into properties and manage everything network adapters have to over with a simple tab based navigation. In GNOME right now it is a shit show of jumping around between the GNOME Settings and the older NetworkManager GUI to end up not being able to easily get a VLAN tag on some connection.

[–] Laser@feddit.de 3 points 1 year ago (1 children)

Why would they ditch NetworkManager though? What's everyone's issue with it?

[–] TCB13@lemmy.world 0 points 1 year ago

I just told you a few...