RMS Accused Of Attempting Glibc Hostile Takeover
Bram Stolk sent a bit in thats been floating around lately where Ulrich Drepper, glibc maintainer announces the new version, and sidetracks to discuss an an RMS takeover attempt and how he feels about it. He raises several good points and I tend to agree with him. The FSF has done, and continues to do so much good, but more and more tension continues to grow between the extreme free speech faction and the more moderate folks. People have asked my opinion, and I'll just leave it by saying I don't prefix "Linux" with those 3 little letters and a slash even tho I've been asked.
Adding GNU to the front of Linux seems to me a lot like adding "FedEx" to the front of "Super Bowl" or something like that. It just seems like somebody wanting to get their name in lights for doing background work. Maybe I'm strange, but when I do background work, I usually enjoy being credited in the background someplace, not out in front of the people who pull things together in the end...
Posted from the wireless couch.
Well if someone who did a small percentage of the work is going to name an OS after himself, then why shouldn't the name include the group who did the large percentage of the work? RMS didn't name an OS after himself that he based on other people's work. Stop viewing things through tinted glasses people.
I'm pretty sure those of us who have met Stallman in person would agree wholeheartedly.
;)]
Despite the fact the cause has some degree of validity, the extremes which he takes it to regularly stomps on people's toes, and is generally antisocial.
I had the (mis?)fortune to meet him during one of his visits to Canberra, Australia - which, over lunch, he proceded to argue that our local Linux Users Group (CLUG) should rename itself to the Canberra GNU/Linux Users Group. This did not go down well.
Even though there are some fairly valid reasons as to why, its still fairly egotistical of him - did he ask for a consensus of all the developers releasing "GNU Software"? Does his own technical work make up a large slice of the GNU works used by linux? [No, Emacs does not count as a large slice, despite its footprint.
Just consider RMS as what he really is, a politican.
Okay, lets set this straight once and for all.
What is part of the operating system?
- kernel
- libraries necessary to run C programs
- the most basic interface possible
What is not part of the operating system?
- GUI
- web browser
- office suite
- your mom
Okay... so, you should call linux "GNU/Linux", because GNU tools are a larger percentage of the Operating System itself than even the Linux kernel.
You should not call windows "Windows98/Acrobat Reader" because Acrobat Reader in no way qualifies as a "part of the Operating System".
I have an idea. GNU/Linux is a bit of a mouthful, so let's use an abbreviation. I recommend "Linux".
Patrick Doyle
I mod down every jackass who puts his moderation policy in his sig. Oh, wait a sec....
This common misunderstanding is part of why RMS is so adamant about "GNU/Linux." A modern Linux system uses the GNU project's system libraries, compiler toolchain, and (mostly) command-line Unix tools (tar, gzip, etc.) Without any one of these, Linux couldn't function as a modern Free OS -- they're not "trivial" add-ons like Perl or Apache.
I personally say "Linux," probably because I'm afraid of looking silly. It is true, though, that there's more GNU code on your machine than Linux (i.e. kernel) code, and it's just as necessary to get your bash prompt to come up. Some people say it's "more necessary" (since GNU has a kinda-sorta-almost-working kernel, but AFAIK gcc and glibc have no existing Free replacements), but that just starts flamewars.
I use some Gnu tools and many more non-gnu-licensed tools with my linux kernels. I'm not gonna say Gnu/Apache/Perl/BSD/etc/Linux, and neither should anyone else. Yeah, the system would be less useful without gnu tools, it'd also not be what it is without all the other pieces of software on it.
The point isn't that the GNU tools are a major part of a standard Linux distribution.
In the early 1990s, the GNU project had everything you needed for a baseline operating system. Compiler, assembler, linker, C library, shell. Everything except a kernel. Linus took those tools and added the final piece, the kernel. Linus didn't need X-Windows or Perl. Apache didn't exist. Linus needed a compiler, a linker, an assembler, a C library, and a shell. He used the GNU project's tools. Linux is built upon a foundation of GNU tools.
That's why the Stallman can claim the GNU project has a valid claim to share the Linux title. Why bother? Politics. Stallman is pushing a political and ethical agenda. Free Software or nothing. Part of his job is to spread the word, and getting the GNU name used is a great way to do it. Every user who says "What's the GNU thing in front of Linux?" is an opportunity to spread the word.
That said, I'm not sure I agree that it should be called GNU/Linux. It seems a bit pushy to me. But don't make the mistake that he wants it called GNU/Linux just because the GNU tools are part of the typical package. He wants it added to help spread the Free Software word. His claim is that the GNU tools where the foundation.
Search 2010 Gen Con events
Essentially some wording that postures Linux as
an *alternative* to what the GNU project considers
it's 'main' thrust, Hurd? And this fellow didn't
manage to win over enough support within the
glibc project to stop a wording change?
Admittedly, RMS's obsession with this wordplay
seems to me to be unwise (it'd be better if he'd
focus on keeping the movement ideologically pure
rather than focusing on diction), but this fellow
doesn't strike me as being any more wise.
Posturing and replies to it are a waste of time --
where there are no actual effects on the way
things are run, it's better to just ignore such
things and spend that time coding, fighting
intellectual property, and other worthwhile causes.
For every problem, there is at least one solution that is simple, neat, and wrong.
I personally say "Linux," probably because I'm afraid of looking silly.
:)
It's written GNU/Linux, and pronounced "Linux". Or, "Linux, with a silent GNU/".
Not that I advocate it one way or the other, just offering a way out of your dilemma.
deus does not exist but if he does
Pigdog journal coined this term during their interview with Stallman that I think describe him very accurately.
"A door is what a dog is perpetually on the wrong side of" - Ogden Nash
When I say that I run Linux, I am not saying "Hey, I run this great os written by one guy called Linus Torvalds". I'm saying that I run a free os that is developed by many many many people in total. Adding the GNU/ to the front of the name does nothing towards additional recognation of anyone's work. You don't mention the hardware that it was developed on, the people's names or anything else when talking about the name of your OS. Linux has become an ideal, a namesake, a beacon. It doesn't matter that little billy bob just released his version of SlippyNix 2.0, it's all part of the same cause, the same ideal. A name is not what we're fighting for here guys, it's the thought behind it. Free software (as in beer AND speech) has got to be about more than bickering and fussing about who gets to lay claim to what. We're not about laying claim guys, we're about free speech, free beer, and free ideals, or at least that's what everyone keeps professing and bitching about here.
Let's choose our real battles, everyone here, and RMS too... What's more important? GNU/Linux or Skylarov and DMCA and DeCSS and tyrany?
That question I leave up to you to decide.
{soap box mode: off}
If God gave us curiosity
Why define an OS that way? It's just dumb. The OS at its most basic form is a command interpreter of some sort, which can be just a kernel. Why specify that an OS must contain libraries that can run C programs? Don't people use languages other than C? And how about straight assembly? If someone writes something that functions as an OS, but it doesn't have C libraries and must be coded for by other means, it's still an OS. Or are we going to start arbitrarily defining things by what languages and libraries they use? Doesn't a piece of software serve the same function, whether it's written in C or Java or Python or whatever? Then stop defining an OS by a compiler or a library. If you want to see an OS at its most basic, just put an ancient DOS command.com on an empty drive, along with whatever text config files that version of DOS will require to load itself. Sure, DOS usually has other files for "external commands" and for access to upper memory, etc.,--but they aren't necessary to do the absolute basics.
It's just stupid, and besides many people use OSes who wouldn't use a compiler and wouldn't know or care what libraries their software is linked to. An OS, like it or not, is defined by its kernel.
Let me lather, rinse, and repeat: an OS is defined by its kernel. And here's where I prove it: If I run a Solaris box and install and link to a bunch of GNU stuff, does that magically transform my OS into GNU/Solaris? NO.
This is why I think Stallman should be largely ignored now that he has already made his historic contribution of the GNU tools. He will go down in history for that accomplishment. But at the moment he's a hindrance, not a help. He has passed his prime, made his contribution, and is now being a petty bitch who squabbles about naming an OS he didn't write. He is actively trying to harm Linux, what with his devotion to the HURD. Anyone who doubts this, should read the post referenced in this story where the Linux glibc porter/maintainer states that Stallman tried to push him into working on glibc for Hurd instead of for Linux.
It should be obvious that Linux is RMS's "bastard child"--it's the first OS born from the GNU tools, and it has made the Free Software movement what it is today as well as helping spawn Open Source. Without Linux, Free Software would still be a tiny little movemwent instead of being on so many desktops and servers. Yet Stallman doesn't care about Linux, he cares about finally building the kernel for his GNU/HURD dream and eventually putting Linux out to pasture. And that's fine. But don't be a schmuck and think Stallman cares about Linux or should be listened to about a damned thing that has to do with Linux. If it were up to him, all Linux developers would drop their work and start on the Hurd. Things like the attempted coup mentioned in this story just go to show that RMS is slowly sabotaging Linux, in order to promote his Hurd. And before marking this as flamebait, at least read the account linked in the story.
Chasing Amy
(We all chase Amy...)
"The more corrupt the state, the more numerous the laws"-Tacitus
RMS may like control, but look at this case we can see Drepper is the one with a bigger ego than RMS. Let's look at the facts:
1. RMS is accused of taking over the control of a GNU project. Not mentioning that RMS probably started the glibc project and contributed code in earlier years, how has RMS tried to control glibc? Does RMS decide, say, how glibc should be written? I don't see that. Drepper is in full technical control.
2. The only place where Drepper is unhappy about seems to be the "GNU/Linux" mentioning in LGPL 2.1. Otherwise LGPL 2.1 and 2.0 are about the same. The licenses give the same rights to users. Drepper makes a big deal out of a naming issue which is not even part of the actual license requirements. And glibc being a GNU Project, switching to LGPL 2.1 seems ony natural. Just a routine step.
3. Drepper seems unhappy about the creation of a SC. He accuses the SC was an attempt to steal the project. From him. Now, who is the one wanting control here? The SC is a more democratic way to run a project than a single maintainer. At least the other contributors have more say than letting Drepper decide everything.
4. Drepper wants control, which can be seen by his handling of the gcc 3 issue. Drepper disagreed with gcc developers (many of them) on certain technical issues over gcc 3. He once declared he would never accept patches to make glibc capable of being built with gcc 3. Despite other glibc contributors' attempts to find a solution, he just says, "NO, I won't accept any patches". This issue does not involve RMS at all, and Drepper just goes against many gcc developers, who are perhaps some of the smartest compiler people in the world. It is hard to say that Drepper is right and all these gcc people are wrong.
RMS may like control, but in this story Drepper is more of a control freak and has a bigger ego.
Free Software: the software by the people, of the people and for the people. Develop! Share! Enhance! Enjoy!
"Don't programmers deserve a reward for their creativity?"
If anything deserves a reward, it is social contribution. Creativity can be a social contribution, but only in so far as society is free to use the results. If programmers deserve to be rewarded for creating innovative programs, by the same token they deserve to be punished if they restrict the use of these programs.
I think I agree with all of that. But Stallman does not. He demands that the naming rights tag along with the work - a stupid, tragic restriction on the use of those programs, one that has nothing to do with coding, and one that will in effect prevent GNU software's use by endlessly confusing possible users.
Having created, Stallman is using all his efforts to control his creation. So, by his own thinking, Stallman deserves punishment. Q.E.D.
Think about what RMS does, and why -- he has a passionate belief "software should be Free", and expresses it in a fairly consistant manner. He fights a somewhat unpopular fight with little reward -- outside of recognition within of a small, tight-knit community, which isn't much.
RMS has been fighting this fight longer than some GNU/Linux nerds have been alive. He had the vision to kick the thing off in the first place. His reward? A string of Slashdot readers questioning his relevency, sanity and parentage.
While I may disagree with some of RMS's views (I get the occasional whiff of Unreconstructed Socialist from some of his writing, and nobody hates a commie (or a socialist) more than me), I have the utmost respect for his work, and I'm thankful for it.
While Ulrich may have a genuine beef with RMS, waving it about in public (and Slashdot posting the story) is not very professional, nor productive.
Potato chips are a by-yourself food.
HOSTILE? I think not. Nothing RMS ever says or does comes close the hostility exhibited by other political animals in the US. Just today for example I saw someone from conservative.com call Gary Condit a "mass murderer" on Fox News (of course it being fox news the host did not ask him to actually clarify that statement but just let it stand). So compare the so called hostility of RMS to your typical republican on fox news and he comes of like a gentleman. Compare his hostility to the average republican radio talk show host and he comes off as a saint. Compare his hostility to the republican triggerman who puts a bullet into a abortion doctors head and he comes of as an angel.
Face it the United States is one of the most hostile nations on the planet. What RMS does is childs play compared to the merchants of hostility and hate that pollute the airwaves these days. Put RMS on side of the table and Bill O'reilly on the other and see who is hostile.
War is necrophilia.
Ok, first of all, Linus cannot sell the rights to the kernel, because I like many others *own* part of it.
Now why is that and how can that be? Well, it's because the Linux kernel is licensed under the *G*N*U* Public License.
This, is why it is not completely unreasonable to think of Linux as somthing being a part of the GNU system, although, yes, I know, FSF does not have the copyright.
And this, is why it is a lot more reasonable to think of Linux as GNU, than GNU as Linux.
How about this:
"The glibc situation is even more frightening if one realizes the story
behind it. When I started porting glibc 1.09 to Linux (which
eventually became glibc 2.0) Stallman threatened me and tried to force
me to contribute rather to the work on the Hurd."
That's how it's supposed to be bad. If you look at ESR's recent article, he says that developers should have the freedom to do what they want. If i'm not reading this wrong, Drepper is the maintainer of glibc, and so should decide what goes on - if he has a plan for how it will work and evolve, and it's his project, then he should have the right to have the project follow his plan, and not be taken out of his control.
He also says:
"I find this completely unacceptable and can assure
everybody that I consider none of the code I contributed to glibc
(which is quite a lot) to be as part of the GNU project and so a major
part of what Stallman claims credit for is simply going away."
If he's an important contributor, and the project maintainer, I think he has every right to control the project. He is not a control freak just because he wants his project to be given to someone else! This doesn't apply to all situations, but for some projects it's good to have one person in control who decides how things will work, and controls the overall architecture and the project in general.
They that quote Benjamin Franklin on liberty and safety deserve neither.
Most FSF projects were started by volunteers, in the case of gcc, gdb and Emacs the volunteer was RMS.
But glibc was, as far as I understand, a project where Roland McGrath was _hired_ by the FSF to write a C runtime library for use in GNU (and meanwhile in order to provide GCC with an ANSI C compliant library on proprietary Unixen. The first glibc target was SunOS).
This makes it as much a GNU project as anything can be. Owned by and developed for GNU, in the start for FSF money.
UD should of course have thanks for accepting the BURDEN of maintainership, his technical and political contributions to the project (convincing the Linux developers to use the official branch of the GNU library instead of thei own ancient branch is no major feat).
However, if he somehow have forgotten that he was appointed to and have worked for years on a GNU project, I think it is best if he leave at least the political part of the job to someone else, for example a Steering Comittee (with people like Roland McGrath, the original author).
Compiler, assembler, linker, C library, shell. Everything except a kernel. Linus took those tools and added the final piece, the kernel.
So if I write a new operating system (called Nifty_New_OS) but I use Borlands compilers and toolset, Borland should have the right to insisting it be called Borland/Nifty_New_OS? Frankly I think RMS is off his rocker.
I miss the Karma Whores.
Right. The GOP has secret death squads going from clinic to clinic gunning down doctors.
Please stop being an idiot.
If it ain't broke, you need more software.
Exactly how can you "force" someone to contribute to a project? Especially since this library is released under LGPL, Drepper would be free to port it to whatever he wanted. Give me more details and some evidence. I'm not about buy rhetoric.
If i'm not reading this wrong, Drepper is the maintainer of glibc, and so should decide what goes on
You may have noticed the list of the main contributors. This is not, repeat not, a one-man project. Therefore, no one person should have complete control.
I find this completely unacceptable and can assure everybody that I consider none of the code I contributed to glibc (which is quite a lot) to be as part of the GNU project and so a major part of what Stallman claims credit for is simply going away.
That's funny cause glibc is GNU libc. This guy contributes some code to it and now suddenly it's no longer a part of the GNU project. Interesting. If I take the Linux kernel, contribute to it, then turn around and say I don't consider it a part of the Linux project, would that go over well?
Sure, Drepper is an important contributor, but he is by no means the only contributor. Therefore, it seems to me rather that he is the control freak here: when he realized that other contributors have a say in "his" project, he started whining. This is nothing more than his ego.
___
If you think big enough, you'll never have to do it.
There is a flaw in your reasoning
The author can always change the license.
When Stallman and the FSF are willing to admit that their political opinions are opinions, and demonstrate - by their actions - that they are willing to do something other than disregard and disdain individuals with opinions that differ from theirs, then you will have the moral hight ground neccesary to make the argument you just presented.
... with nary a retaliation from the FSF in response. Again, I do not agree entirely with either side ... my position tends to be somewhere between the two camps ... but the personal attacks and use of public fora to promote personal agendas and personal vindetta's at the expense of both the Free Software and Open Source communities goes well beyond one side criticizing the other's politics. For slashdot to promote one side vs. the other (or, for that matter, to promote both sides against each other) serves no ones interest ... except possibly that of Redmond.
I lambast RMS and the FSF when they engage in such practices as well, but lately I haven't seen any such demagaugary coming from the FSF. I have, however, seen a lot of public airing of dirty laundry coming from the ESR/O'Reilly camp
As for moral highground, as an observer who has engaged in no demagaugary against either side, and whose anti-Microsoft comments have been based on factual information, not ad homonem innuendo, I think I have the right to decry the use of demaguagary and ad homonem attacks like this one (and the O'Reilly/ESR Flerbiage absurdity of last weekend) without being in the least bit guilty of hypocracy.
If and when RMS engages in the same thing I shall point my flame thrower at him with just as much enthusiasm as I do now at O'Reilly, ESR, and company.
The Future of Human Evolution: Autonomy
As a liberal, I would like to ask you to please shut the fuck up and use your brain, such as it is, before posting. I would also like to point out that your interpretation of these events you witnessed on TV, even if correct, doesn't matter in the slightest. The underlying wrongness of RMS's behaviors isn't negated just because RMS isn't as egregious as other parties. Two wrongs don't make a right.
Gads. Is there a spectrum of wrongness going from mildly naughty to diabolically evil? Certainly. Just because something lies closer the naughty end of that spectrum doesn't negate its underlying wrongness.
Argh!