The delusions of Debian

Published on 2022-03-30. Modified on 2023-10-24.

Debian was a very famous Linux distribution in the communications industry and it was my personal favorite for many years, and I think I have been running it in production since about 1998 up until the time when the systemd conflict arose. Since then the priorities of the Debian project changed and Debian was no longer what Debian used to be.

Because of the problems with systemd, the Debian community was unfortunately split and a minority of former members and contributors decided to fork Debian into Devuan. Debian was, and still is, a very big project and the founders of Devuan struggled for years because forking Debian was no easy task. However, they where not the only ones struggling. The internal strive made several leading members simply quit Debian without joining Devuan, and many people felt betrayed by how the systemd conflict was handled.

One of the primary reasons to deploy Debian on production servers in the past was because of the way Debian maintained both the kernel, the userland, and third party packages in the stable release. On the project website Debian still "boasts" of the same procedure.

Debian is secure
Debian offers security support for its stable releases. Many other distributions and security researchers rely on Debian's security tracker.

Long Term Support
Debian's free of charge Long Term Support (LTS) version extends the lifetime of all Debian stable releases to at least 5 years. Additionally, the commercial Extended LTS initiative supports a limited set of packages for more than 5 years.

On the Debian Security Information it is further stated that:

Debian takes security very seriously. We handle all security problems brought to our attention and ensure that they are corrected within a reasonable time frame.
Many advisories are coordinated with other free software vendors and are published the same day a vulnerability is made public and we also have a Security Audit team that reviews the archive looking for new or unfixed security bugs.

Furthermore, on the Debian Security Audit Project website it is stated that: (The web page for the Debian Security Audit Project has been removed).

The Debian Security Audit Project is a project which is focused upon auditing Debian packages for security issues.

In the short time it has been running it has been responsible for several Debian Security Advisories proving that this auditing process really works to improve Debian security. It is hoped more advisories will result from future work.

By taking a proactive stance in auditing code we can help to ensure that Debian continues its long history of taking security seriously.

The aim of the project is to audit as many of the packages within the Debian stable release as possible for potential flaws. Important packages which are contained in the unstable distribution may also be examined for flaws, decreasing the likelihood of insecure packages entering the stable release in the first place.

These things are some of the things that made Debian so favored among the other Linux distributions.

Today Debian is still one of the biggest Linux distributions in the world but the project has been experiencing a decline in the quality of leadership (since the problems with systemd). Furthermore, it has problems with regard to the issues that the project choose to focus energies and efforts on. As a result there is also a decline in the amount of people willing to participate in the project.

This is further made worse by the fact that the current leadership (Jonathan Carter) is more worried about how "shiny" Debian is and whether it has a "black lives matter" sticker somewhere on the project website than he is with technical issues and the fact that tons of Debian packages are abandoned and many important packages get security updates long after bugs have been fixed upstream.

At the virtual DebConf20, Debian project leader Jonathan Carter gave his talk.

DebConf20 Slide 1

"Debian isn't pretty enough, needs better look and feel." Sorry, what!? Are we trying to attract three year olds here? People who think that Debian lacks "the shiny" are not the people Debian should be attracting. In fact, they are a part of the problem.

In all my years in IT I have never, not even once, stumbled upon anyone who used Debian who where unhappy about the look and feel of Debian. Rather, the opposite!

DebConf20 Slide 2

DebConf20 Slide 3

"Black lives matter" is a political issue that has absolutely nothing to do with Debian. If it does, then what about all the other political issues that are currently rampant in the world?

Debian should continue to do what they used to do best, provide a stable and relative secure Linux distribution and stay out of politics. Debian is a Linux distribution, not a forum or discussion panel for political issues.

You can get the full slides in PDF here: DebConf 20 slides.

I have been going through a number of packages during the weekend and found that the sad state of web browser support within Debian also extends to many other packages and that there is little reaction and reporting about it.

More than that, the Debian project is absolutely delusional about its long term support.

At the time when Debian 11 was about to be released, PHP 8.0 was 10 months old yet Debian 11 was released with PHP 7.4. That makes PHP 7.4 the standard in Debian stable for at least 3 years after its release. But PHP 7.4 only got upstream support until 28 Nov 2021 and security support is permanently ended at 28 Nov 2022, which is seven month from when this post was published. This means that unless Debian has some really good C developers who can work on PHP, no one can provide any security fixes for PHP 7.4. Not only that, no one outside of Debian will be monitoring problems with PHP 7.4 because everyone else will long since have upgraded to PHP 8.

Debian users are left with the impression that because Debian promises long term support, there are no problems running with these outdated packages on their servers. As a user you need to know that if upstream abandons a package version and no longer provides security updates or bug fixes for the package, then likewise the package maintainer cannot do anything, long term support depends on upstream.

You also need to know that regular and timely updates depends on the package maintainers time and work. A single maintainer may maintain as many as 500 packages. If you want to understand how well upstream packages are tracked in your OS, take a look at the packages that are important to you and compare the release dates from upstream with the release dates of the package on your OS. Also notice if any patches have been backported or applied.

This is a very basic list of what you need to do if security is important to you (this goes for any Linux distribution or BSD variant):

Relevant reading