The petition is open to all EU resident. The goal is to replace all Windows in all public institution in Europe with a sovereign GNU/Linux.

If the petition is successful it would be a huge step forward for GNU/Linux adoption.

143 points

It’s ridiculous that governments don’t use customized Unix/Linux builds.

permalink
report
reply
55 points

well that’s what this law proposition is about… Better late than never but for it to be passed a maximum of EU resident should sign that petition

permalink
report
parent
reply
32 points

Funny enough, I’m working in IT in government exclusively with Linux for the past 20 years, which shows that indeed it’s possible.

There are a few reasons I don’t believe a petition like this will change a thing though

permalink
report
parent
reply
1 point

It would definitely prove interesting

permalink
report
parent
reply
12 points
permalink
report
parent
reply
10 points

Didn’t even have to open the link to know it was red star. I’ve heard rumors of others as well.

permalink
report
parent
reply
2 points

I expect 100% already do. Its ridiculous that they’re not forced to, though

permalink
report
parent
reply
-17 points

Why? I’ve worked in two companies where IT allows Linux as an option and people are constantly having issues (including me). And these are highly technical people. Two people who are not stupid managed to break their laptops by uninstalling Python 2 which Gnome depended on.

Yes that’s technically a UX issue, but there are plenty of good old bugs too, e.g. if you remove a VPN connection that a WiFi network autoconnects to then that WiFi network will entirely stop working with no error messages to speak of. Took me a long time to figure that out. Or how about the fact that 4k only works at 30fps over HDMI, but it works fine over DisplayPort or Thunderbolt3. The hardware fully supports it and it works for other people with the same OS and laptop. I never figured that out.

That’s just a taster… I almost never have issues like that on Windows or Mac.

Windows may cost more than “free” but the additional support costs for Linux are very far from free too.

Maybe something like Chromebooks makes sense if everything is in the cloud.

permalink
report
parent
reply
28 points

Or how about the fact that 4k only works at 30fps over HDMI, but it works fine over DisplayPort or Thunderbolt3

Blame HDMI forum for that. They objected to AMD releasing open source driver for HDMI 2.0+ that lets you do higher modes like 4k60 or 5k etc due to patent reasons. DisplayPort folks on the other hand, had no objections. DP is quite a superior technology too, so if you could, use it instead of HDMI please.

permalink
report
parent
reply
-7 points

I don’t think that’s the reason. It works for other people.

permalink
report
parent
reply
22 points
*

Why?

It makes no sense for a government/military to use a proprietary system made in another country when there’s a very strong movement inside of said government for an open system. They have incredibly smart people at SUSE, Manjaro and KDE right on the inside and you are telling me they can’t do better than hitting subscribe on Office365?

Assume the EU and US have a conflict, now the EU is stuck with an entire ecosystem made in the US. Assuming they don’t already have all your internal data, they can just get it with a single click.

permalink
report
parent
reply
1 point

They could have opted to build and use the eurofighter but didn’t, instead choosing to rely on the expertise and good relationships between EU and US. At that time.

permalink
report
parent
reply
-1 points

Assuming they don’t already have all your internal data

A devotee of Our Lady of Assumption, i see.

permalink
report
parent
reply
-4 points

you are telling me they can’t do better than hitting subscribe on Office365?

Yes I am absolutely telling you that.

permalink
report
parent
reply
16 points

That uninstalling python2 bit reminds me of stories of users deleting their system32 folder to free up disk space.

permalink
report
parent
reply
0 points

Yeah except that uninstalling Python 2 is a perfectly reasonable thing to want to do.

permalink
report
parent
reply
3 points

We exclusively use Windows on our user’s devices (over 10k devices!) and don’t have to support anything else. We end up with problems like those all the time.

  • occasionally all installations become blocked no matter what means or which user, requiring reimaging to resolve.
  • DisplayPort connections mysteriously failing and requiring reboots of the device and sometimes also the dock or monitor. Sometimes we even have to swap the cable out, even though the cable will continue to work in another setup just fine.
  • using a different brand of dock than the ones we have at our hotelling stations and disconnecting for any length of time causes wifi to fail until reboot
  • wifi at the office mysteriously stops working as you move around the building, requiring restart

None of our Linux test devices experience any of this.

permalink
report
parent
reply
-1 points

Do you have 10k Linux laptops though? The places where I worked saw issues like this for a significant fraction of the dozens of Linux laptops (most people used Macs). There’s no way you could scale that issue rate to 10k machines.

permalink
report
parent
reply
1 point

If you were having issues why did you stay on Linux? It sounds like you were constantly fighting it. It is best not to waste work time trying something new.

permalink
report
parent
reply
1 point

In an enterprise imaged Windows laptop they and you probably wouldn’t have superuser privileges in order to keep yourselves from doing stuff like deleting core Windows dependencies. Maybe they give you full administrative access at your company but if you deleted the Program Files folder to save time you’d be blamed by pretty much everyone.

You guys obviously have root privileges or else you wouldn’t have been able to delete the system’s core Python2 installation. And frankly you must have literally manually deleted it because the package manager would have told you what havoc you were about to enact and made you tell it to do it anyway.

But what’s even weird to me is that most python devs I know, including myself use python virtual environments (venv) to use different versions and package bloat control from something like pip but keep it all nice and neat.

If you wanted python3 to be the default you have to change the PATH in Windows or if you don’t know what you are doing I guess reinstall whichever python with a .MSI an hope it does it for you.

Meanwhile, in Linux you can just use the alternatives utility to literally pick your preferred versions and it takes care of the paths for you.

And with the HDMI issue? You must not be using the same graphics drivers and someone is using proprietary graphics drivers (won’t have the issues you’ve described) and the other is using open source versions (you’ll have the issues you’ve described) because companies are shitty about their proprietary closed standards.

Which brings up another point. You say you all use the same laptop model and OS but you don’t all use the same drivers? There’s no baseline? There’s no control?

This sounds like a Hell of your own making. This is why users in general should never have full administrative privileges and they should be tailored down to just what you need. Epecially if they haven’t yet learned the basics of the OS they are using because they are at best a danger to themselves and at worst a vulnerable laptop inside the network.

permalink
report
parent
reply
51 points

If they can keep the MS lobbyists out, it’s feasible, just ask Munich.

permalink
report
reply

Except they couldn’t keep the Micro$oft criminals lobbyists out

permalink
report
parent
reply
36 points

My main worry with Linux becoming more popular is that it will be attacked with more malware and viruses. I wouldn’t mind though if Linux programmers could come up with better protection.

permalink
report
reply
52 points

Linux is already what a decent chunk of servers run, so I don’t really see it increasing malware.

permalink
report
parent
reply
38 points

The insecure parts of Linux is mostly on the DE side opposed to the core OS part that servers use. We absolutely will see more vulnerabilities in the future as Linux grows.

permalink
report
parent
reply
13 points
*

Many developments over the last few years have been for improving those aspects, e.g. Wayland is far more secure than X11 could ever be. There will be more vulnerabilities found, but it won’t be as bad as one might fear.

permalink
report
parent
reply
2 points

What vulnerabilities are you talking about? Linux is pretty solid especially with wayland and flatpaks.

Throw in some other tools like mandatory access controls and you are set

permalink
report
parent
reply
7 points
*

Well, servers don’t generally run Thunderbird and Firefox

permalink
report
parent
reply

Most of the Windows malware gets deployed by some user downloading and executing random files they downloaded on the web. Since installing applications on Linux is usually done through some centralized package manager or app store (Flathub), it almost entirely eliminates this attack vector. Running random scripts from the internet by downloading them using curl and piping them into sudo bash is a whole nother issue though. Noob-friendly distros like Ubuntu should IMO have some safeguards in place to block these actions.

permalink
report
parent
reply
2 points

Since installing applications on Linux is usually done through some centralized package manager or app store (Flathub), it almost entirely eliminates this attack vector.

xz moment.

Yes, I see that weasel word “almost” in that sentence. I expect it’s going to be doing increasingly heavy lifting as Linux becomes a more lucrative target to attack over time.

Your point generally stands, though. Even if they’re fallible, at least someone is vetting it at all somewhere in this pipeline.

permalink
report
parent
reply
1 point

They have, snaps

permalink
report
parent
reply
3 points
*

Linux-based OSes are less uniform than Windows. They could and probably will be targeted, but exploits won’t spread because of how many verities they are and how different and incompatible they can be. Some, for example, don’t even use the GNU utils and userland.

permalink
report
parent
reply
8 points

This petition is for developing something dubbed “EU-Linux”, so if implemented as is will be pretty uniform

permalink
report
parent
reply
6 points

That is mostly false. Most of the code that faces the network is the same. As is most of the background running code. Linux is still more secure.

permalink
report
parent
reply
3 points

Linux is a lot easier to secure

permalink
report
parent
reply
34 points

PSA: You can support this petition even if you’re not an EU resident

permalink
report
reply
2 points

Is that So? How?

I just signed it, but I’m in eu

permalink
report
parent
reply
6 points

It lets you sign up as a country outside the EU and sign it

permalink
report
parent
reply
0 points

shame the form is absolute dogshit, only options for title is mr. and mrs. and they want a username for some reason?

permalink
report
parent
reply
24 points

Double edged sword. Forced adoption of a shitty distro, or a really locked down/limited system might not be a step forward at all.

From memory, Germany did this many years ago, and ended up rolling it back?

permalink
report
reply
36 points

https://www.techspot.com/news/102518-windows-microsoft-office-replaced-linux-libreoffice-german-state.html

The 30,000 employees of Schleswig-Holstein’s local government will be moving to Linux and LibreOffice as the state pushes for what it calls “digital sovereignty,” a reference to non-EU companies not gathering troves of user data so European firms can compete with these foreign rivals.

Munich, the capital of German state Bavaria, switched from Windows to Linux-based LiMux in 2004, though it switched back in 2017 as part of an IT overhaul. Wanting Microsoft to move its headquarters to Munich likely played a part in returning to Windows, too.

permalink
report
parent
reply
5 points

Then they went back to Linux a few years pater

permalink
report
parent
reply
5 points

Yeah, that’s the one. Gnome 2 in 2017 would have felt pretty dated. And the political reasons can’t have helped either.

permalink
report
parent
reply
3 points

So, it didn’t fail from a technical fault but a political one? I feel like you’re arguing against it but I’m not following how that has anything to do with the viability of it (especially if it worked for 13 years)

permalink
report
parent
reply
33 points

Nope, not Germany. The city of Munich, and it was rolled back because a politician took Microsoft bribes and drank the Microsoft snake oil.

permalink
report
parent
reply
19 points

Apparently they are back on the Linux train as of 2020, so thats good news.

permalink
report
parent
reply
8 points
*

Until the next corrupt politician… but yeah, let’s hope Linux stays, this time around.

permalink
report
parent
reply
2 points

National governments should be harder to bribe than local ones, at least. Also harder to get them to adopt it in the first place though.

permalink
report
parent
reply
2 points

Should be, but I am afraid that our system encourages corrupt people to seek positions of power.

permalink
report
parent
reply
18 points

afaik Bayern rolled back to Windows after some Microsoft “lobbying”

permalink
report
parent
reply
9 points

Precisely the city of Munich had its LiMux system.

permalink
report
parent
reply
17 points

No, it isn’t a double edged sword. Even a mediocre distro would be better than Windows, any distro would be cheaper than Windows, and there’s no reason to choose a bad distro anyway.

permalink
report
parent
reply
4 points

No one wants to choose a bad OS environment, it will become one due to security or other non-negotiable requirements.

They aren’t going to just toss Ubuntu on a box and call it done. Itll be locked down, limited, and horrible to use. And users who dont know any better will blame “Linux”.

A government SOE Linux just isnt going to be a good ambassador for general desktop usage.

permalink
report
parent
reply
6 points

You mean just like Windows?

permalink
report
parent
reply
4 points

if you read the petition, it’s not for a security reason that it has been created but RGPD one… So with privacy in mind, it can be a not great but good distro

permalink
report
parent
reply
2 points

No, but it will mean apps get written for Linux, due to market share

permalink
report
parent
reply
13 points

Government systems should be locked down and limited.

permalink
report
parent
reply
-2 points

Yup, exactly, which is kinda my point. The OS given to users is gonna be heavily restricted, so no one is going to use it and then run home to install it on a home PC. Government OSs are just not good ambassadors.

permalink
report
parent
reply
3 points

No one was discussing users transitioning on their home computers.

permalink
report
parent
reply
11 points

Solution: don’t ship a shitty distro. This is the sort of issue that actual IT professionals need final say in. Not the MBAs. Not the politicals. The people who actually know what they’re doing. Additionally, years ago Linux was in a much different place. It’s really matured into something more suitable for both the average end user as well as professional adoption.

permalink
report
parent
reply
2 points

That argument would be fine, if only the Linux community could actually agree on what is a good distro.

permalink
report
parent
reply
2 points
*

Personally, I think it depends on the sitch. Something immutable would probably be the better go for people coming from Windows and would help with IT costs since all systems would be, at their base, the same. No one is going to accidentally install something that breaks their system. And the main drawback of immutability (less control over the system) wouldn’t be a problem because people shouldn’t be installing things on government systems that are outside the scope of their job.

EDIT: In a sentence: a good distro is one that’s good for your organization.

permalink
report
parent
reply

Basically everyone in the community agrees that Mint, Ubuntu and Fedora are the best choices for new users. Mint and Ubuntu are pretty similar, so they don’t require separate maintenance effort, and supporting Fedora is not that hard, if you already support RHEL, CentOS or another rpm-based distro (which are pretty common in the enterprise space). For all the desktop applications, Flatpak exists and is agreed on as the standard format by most of the desktop Linux community.

permalink
report
parent
reply
1 point

Thats the problem though, there are near infinite ways for someone along the way to completely fuck it up, and very few ways to get it right. And security concerns are almost always going to make the distro worse for the users.

And even if it was left to IT professionals, they are just as capable of making it a mess on their own.

permalink
report
parent
reply
7 points

We could say that about every single general decision that anyone in the world has ever made. It’s a truism which tells us almost nothing about this situation.

permalink
report
parent
reply

From memory, Germany did this many years ago, and ended up rolling it back?

The city of Munich deployed their own custom Linux systems many years ago. But since it wasn’t really maintained and updated, the user experience was pretty bad and the city’s employees were unhappy. Then Micro$oft lobbyists also came in and made them switch - by threatening to move their German headquarters out of Munich, which would cost the city lots of tax revenue.

https://itsfoss.com/munich-linux-failure/

permalink
report
parent
reply
4 points

You think that Microsoft lobbyist would have had any traction if the user experience was any decent?

Of course not. They wouldn’t have had any reason to switch.

That is the biggest issue with Linux at the moment. It takes more maintenance than Windows. And there are a lot less people with the knowledge to setup and maintain those environments.

At the end of the day, the point of those environments is to allow the user to work in them. But if the user is unable to work properly because of the environment, then that environment must be changed. It is as simple as that.

permalink
report
parent
reply

Of course not. They wouldn’t have had any reason to switch.

Of course they would? Millions of euros of tax revenue sounds like a pretty compelling reason to me. This is why Micro$oft’s “lobby efforts” should be labeled as what they are: Nothing more and nothing less than corruption.

It takes more maintenance than Windows.

If you create your own distro, yes. But there are countless noob-friendly distros like Mint, Ubuntu and Fedora that they could use with practically 0 maintenance required. Also, compare the 2004 desktop Linux experience to now. Having used Gentoo Linux compiled from a stage 1 tarball back in 2002, I can tell you: the differences are tremendous. Many of the issues they had can be directly attributed to OpenOffice and it’s bad compatibility with Microsoft Office file formats, which has long been replaced by LibreOffice. It still worked out pretty well for them, over a period of 13 years. And it saved the tax payer millions of euros of Microsoft’s stupid licensing fee for their proprietary garbage.

permalink
report
parent
reply
5 points

Linux isn’t a platform but rather a general ecosystem. The hard part is making a base system that means the requirements and is rock solid.

permalink
report
parent
reply
3 points
*

They then switched back to Linux

permalink
report
parent
reply
3 points

a really locked down/limited system might not be a step forward at all

Depends what you mean. Locked down as in hidden from the public (I don’t think that’s legal anyways because of the GPL) would be bad. But locked down/limited from employees so that they can’t bork the system is good, imo.

permalink
report
parent
reply
2 points
*

The latter, and it is good from an organisational perspective, but its never a nice experience, and for many, this will be their first real experience with a Linux.

Right now Linux is “That nerd OS”, if this goes badly, for millions it could change to “That OS they forced on us at work, where I can’t XYZ”

Edit: on the GPL front, GPL doesn’t require that you publish your code to everyone, just to the recipients of your binaries. And you only have to give it upon request. So they definitely could keep it somewhat under wraps if they wanted to. If they are smart, they’ll follow the Munich model and stick to upstreaming any changes they make.

permalink
report
parent
reply
2 points

[…] but its never a nice experience […]

Why’s that?

permalink
report
parent
reply
2 points

Edit: on the GPL front, GPL doesn’t require that you publish your code to everyone, just to the recipients of your binaries. And you only have to give it upon request. So they definitely could keep it somewhat under wraps if they wanted to.

When I said “hidden from the public”, I was meaning refusing to disclose the source code even when asked. I do wonder how the laws would apply to government organizations violating copyright 🤔. Like what if it was the OS for some defense system? I’m not sure a government would be too keen on disclosing that — even if it was requested though some sort of freedom of information request (if the respective country has that) — and would rather classify it and refuse to disclose regardless of the license. I’m not aware of any precedent of this.

permalink
report
parent
reply

Linux

!linux@programming.dev

Create post

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

Community stats

  • 2.2K

    Monthly active users

  • 730

    Posts

  • 6.2K

    Comments