- Joined
- Sep 7, 2019
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Based on what they've said in their blog, this seems like a breach of the GPL. They make it clear that CentOS Stream and RHEL are sufficiently different to warrant separate source distributions, so they can't restrict the distribution of the RHEL sources to just paying customers without falling foul of section 3 of GPLv2, or section 6 of GPLv3.CentOS switched to not be RHEL compatible a while back and now they've pulled their public RHEL repos that Oracle, Rocky, etc were all recompiling from.
Isn't RHEL under the Apache license or something? GPLv3 is VERY restrictive and most businesses would consider it a liability.Based on what they've said in their blog, this seems like a breach of the GPL. They make it clear that CentOS Stream and RHEL are sufficiently different to warrant separate source distributions, so they can't restrict the distribution of the RHEL sources to just paying customers without falling foul of section 3 of GPLv2, or section 6 of GPLv3.
Apart from a few proprietary bits (logos/trademarks and a few bits of proprietary software), it's all derived from GPL code, so it's all under the GPL. The kernel is under V2 and almost everything else would be under v3. GPL doesn't allow arbitrary re-licensing by licensees.Isn't RHEL under the Apache license or something? GPLv3 is VERY restrictive and most businesses would consider it a liability.
Last I recall GPL 3 was a parasitic license where using any gplv3 code forced you to convert the rest of your code to gplv3, did they change that?Apart from a few proprietary bits (logos/trademarks and a few bits of proprietary software), it's all derived from GPL code, so it's all under the GPL. The kernel is under V2 and almost everything else would be under v3. GPL doesn't allow arbitrary re-licensing by licensees.
It's not parasitic, but meant to prevent parasitic behaviour. The entire purpose of the GPL is to stop people or commercial entities enclosing the hard work of other developers in their own products. If you want to use GPL licensed code in your software (as in you mingle or link the code in your code), you have to follow the license terms, same as any other software license.Last I recall GPL 3 was a parasitic license where using any gplv3 code forced you to convert the rest of your code to gplv3, did they change that?
More specifically, you can do whatever you want to your own copy of the code, run it, modify it or whatever.if you distribute a compiled version of the code, you are also required to provide access to the source.
Strictly speaking, there is no requirement to give the source code away to anyone who did not get the GPL software from you, after all, you never distributed the software to them, and GPL will not apply. This also implies that downstream paying customers can give it away for free if they like, since whatever transpires is between them and whoever getting their copy of the software, completely unrelated to the first party.There's a specific carve-out for commercial entities that requires they make the source publicly available to anyone who asks, not just paying customers
The GPL does not allow terms and conditions to be modified or appended, it is what makes the software protected from being locked away. This pisses off a lot of BSD or corporate evangelist types, they are recalcitrant at ignoring the reason GPL exists in the first place. You can't apply conditions that will prevent your own downstream from giving it away.GPL doesn't allow arbitrary re-licensing by licensees.
Red Hat appears to be doing that though, since part of the licensing agreement to access the RHEL source prohibits you from using it to distribute a clone.You can't apply conditions that will prevent your own downstream from giving it away.
If the marketing team at IBM had any brain cells left, they'd do this for the larger community-focused REHL clones (Alma, Rocky, etc) free-of-charge, with a specific licensing agreement for them.This also implies that downstream paying customers can give it away for free if they like, since whatever transpires is between them and whoever getting their copy of the software, completely unrelated to the first party.
IBM software is horrifyingly enterprisey. Their Clearcase version control system makes git look like it was designed by Steve Jobs for ease of use.ibm are the anglos of software they had an empire but their retarded ways made them lose that empire
and they manage to ruin every product they buy for example ustream what was once a streaming giant they bought and turned into some kind of corparate streaming nonesense i don't understand what their goal is they knew this move with redhat would turn everyone against themIBM software is horrifyingly enterprisey. Their Clearcase version control system makes git look like it was designed by Steve Jobs for ease of use.
Pretty sure they only make money off consultation fees and training today.
Things they spin off to abandon sometimes become even bigger successes then them. Thinkpads are still amazing computers. Except there's no driver for my fingerprint reader except for a half assed hack that doesn't let you program in fingerprintsand they manage to ruin every product they buy for example ustream what was once a streaming giant they bought and turned into some kind of corparate streaming nonesense i don't understand what their goal is they knew this move with redhat would turn everyone against them
thinkpads are great i use one also just use your password ive never had a computer with a fingerprint reader and never needed one spacebar password is instinct for meThings they spin off to abandon sometimes become even bigger successes then them. Thinkpads are still amazing computers. Except there's no driver for my fingerprint reader except for a half assed hack that doesn't let you program in fingerprints
I haven't done this On My MachineUgh, I'm trying to configure pin unlock on kubuntu but it's a pita because the instructions are for Ubuntu and Arch linux and i think I mostly got it figured out but it for some reason refuses to work. if I want to add a module to the KDE login-unlock screen i just put it at the top of common-auth in etc/pam.d, right?
Considering this is what they're actively trying to kill off, I don't think they would be interested.If the marketing team at IBM had any brain cells left, they'd do this for the larger community-focused REHL clones (Alma, Rocky, etc) free-of-charge, with a specific licensing agreement for them.
Thank you, I figured that the problem Iwwas having was that I didn't know which file was the correct one for my display manager login. I didn't think that the sddm file would be it. I'll try that tonight.I haven't done this On My Machine, so this is guesswork. I'm gonna assume you're trying to configure PIN unlocking via libpam-pwdfile that lets you use a simpler PIN instead of the original user password just for the system's login screen. Is what you're doing similar to the instructions in this Arch Forums thread?
Distro choice doesn't matter, what makes one major desktop environment different from another is its choice of Display Manager. Arch Linux and Ubuntu instructions probably assume a different DE, so it has a different DM. KDE's is SDDM. I've found these instructions for unlocking via fingerprint for it, which should help, config location is /etc/pam.d/sddm.
In case you want to confirm which DM your system is using, run ps aux | grep sddm. If it returns only your grep process, try other default ones like lightdm, gdm, etc. and look up instructions to those instead.