Slashdot Log In
Four Linux Vendors Agree On An LSB Implemenation
Posted by
timothy
on Wed Nov 17, 2004 10:38 AM
from the choosing-lunch-is-much-more-difficult dept.
from the choosing-lunch-is-much-more-difficult dept.
An anonymous reader submits a link to this story at Linuxlookup.com which says that "Connectiva, Mandrakesoft, Progeny and Turbolinux today announce the creation of a common implementation of the LSB 2.0 which will serve as the base for future products. The project, called 'Linux Core Consortium' (LCC), is backed by Linux supporters such as Computer Associates, HP, Novell, Red Hat, Sun, OSDL, and the Free Standards Group."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
LSB? (Score:5, Funny)
Is that not it? It sure would be nice if the editors would stop posting articles that do not describe what they are intending to be describing.
Re:LSB? (Score:5, Informative)
Parent
Re:LSB? (Score:5, Insightful)
Well, I do now -- Linux Standard Base. See this link [linuxbase.org]
Parent
Re:LSB? (Score:5, Funny)
Parent
actually... (Score:2, Informative)
LSB stands for Linux Standard Base. I quote rom the website:
What is the LSB Project?
The goal of the LSB is to develop and promote a set of binary standards that will increase compatibility among Linux systems (and other similar systems), and enable software applications to run on any conforming system. In addition, the LSB will help coordinate efforts to recruit software vendors to port and write products for such systems.
And, is it Little Endian (Score:3, Funny)
Re:LSB? (Score:3, Insightful)
It sure would be nice if readers would stop playing dumb as a brick.
It's "News for Nerds", not "News for N00bs Who Need Their Hands Held".
Re:LSB? (Score:4, Insightful)
Parent
Re:LSB? (Score:3, Insightful)
The real meaning of LSB (Score:3, Funny)
Re:LSB? (Score:4, Informative)
(If you really must know, it appears PowerPC is numbered this way).
That's simply not true. What you are referring to is called "endianess", which is the way the bytes are arranged in 16 or more bit words. There are two possible ways to store the bytes of a 16 bit word: least significant byte first (called little endian), and most significant byte first (called big endian).
The bits in a byte are always numbered from 0 to 7, with 0 being the least significant and 7 being the most significant bit.
Also, bits on physical lines (like address or data busses) are always numbered sequentially, and it therefore impossible to wire things up backwards because of endianness (it is, however, still possible with pure stupidity).
Endianness can be a problem, however, in computer networks; for example when transmitting a 32 bit word from an Intel machine to a PowerPC. The two machines differ in endianess (the Intel being little endian and the PowerPC being big endian), which means the byteorder is different, which can lead to incorrect values for the word after transmission, if the programmers don't take care to convert every word to network endianess before transmitting and from network to machine endianess after receiving.
For more information: http://www.cs.umass.edu/~verts/cs32/endian.html [umass.edu]
Parent
This is good news (Score:5, Funny)
Re:This is good news (Score:2)
It really is amazing (Score:4, Funny)
Its kind of like Voltron for crap.
Article Short on details (Score:5, Interesting)
Will this include glibc standardization?
rpm vs. deb (Score:4, Interesting)
Huh? (Score:5, Insightful)
Parent
Re:rpm vs. deb (Score:3, Informative)
But, deb's dependency management is a little finer grained. And aptitude is a great tool.
So, if I could get my familiar rpm and yum commandlines, aptitude, and deb dependencies I guess it'd be the best of both worlds for me.
One huge problem for rpm-based distroes is of course that each of them has different packages and dependency trees. Ever tried using five yum repositories and hoping they just somehow man
More information about the LCC... (Score:5, Informative)
It's interesting to notice the differences with UnitedLinux. LCC is not to push one Linux Standard, but to push the Linux standard (LSB).
Server dead at 9:40 am EST, may it rest in pieces (Score:5, Funny)
In further news, the LSB implementation of the LCC Project will require LSD usage to be fully appreciated.
Thanks you, thank you, I'll be silly all night. Be sure to tip your kernel hackers.
In other words... (Score:5, Funny)
It sounds like a pro wrestling plot! Hey, what's Darl hiding behind his back? It looks like a ... Ian, look out!
Re:In other words... (Score:2)
No, no, no! (Score:3, Funny)
Get it right or pay the price!
What LSB is (Score:5, Informative)
The goal of the LSB is to develop and promote a set of binary standards that will increase compatibility among Linux systems (and other similar systems), and enable software applications to run on any conforming system. In addition, the LSB will help coordinate efforts to recruit software vendors to port and write products for such systems.
What Does LSB Stand For?
The acronym LSB stands for Linux Standard Base. A key goal that led to the formation of the LSB project was to try to prevent the divergence of Linux-based systems, thus a name indicating base functionality for Linux. Note that the project prefers the use of the acronym LSB over the spelled-out Linux Standard Base to reduce the misconception that this is a Linux-only standard (see next question).
source: LSB faq [linuxbase.org]
Was that difficult? No.
Supported by Novell?? (Score:4, Interesting)
Re:Supported by Novell?? (Score:2)
Re:Supported by Novell?? (Score:3, Informative)
I believe his point is that Novell is listed as a backer of this, but their product (SuSE) is not listed among the linux companies that made the announcement.
On the other hand Redhat is also listed in the same manner, so I don't think it means anything.
In related news..... (Score:5, Funny)
In related news the value of 2 has been universally declared to be the whole number value immediately following 1. How this relates to the number 42 has not yet been determined.
Linux problem is.... (Score:3, Insightful)
Re:Linux problem is.... (Score:2, Redundant)
mandrake link (Score:5, Informative)
http://www.mandrakesoft.com/company/press/briefs?
and here:
http://www.mandrakesoft.com/lcc/faq [mandrakesoft.com]
Isn't that why we have an LSB (Score:3, Insightful)
Re:Isn't that why we have an LSB (Score:3, Insightful)
A de facto standard would be one that was not officially endorsed, but that everyone actually used. AFAICT, the LSB has always been the opposite: a standard that was officially endorsed, but that nobody actually followed.
The LSB standard says that all applications are supposed to be statically linked, except for a very short list of highly standardized, mature, reliable libraries that can be assumed to be available for shared use. Correct me if I'm wrong, but I don't think
The Reference Unix (Score:5, Interesting)
Re:The Reference Unix (Score:5, Informative)
sed, awk, tar
Depending on what you're looking for you (ie. if you like a lot of the GNU convenience features) can include
ls (no, really, no colors, and lacking all manner of other sugary features)
grep (the raw Solaris grep is surprisngly slow compared to GNU grep, not to mentiona lack of options)
diff (go on, try diff --help, again, all the nice options are missing)
and as you say, many many more. That's some pretty basic stuff that, while not "broken", feels broken when you're used to the GNU versions.
Oh, and killall. killall is always fun on Solaris...
Jedidiah.
Parent
Networking! (Score:5, Insightful)
-Benjamin Meyer
Re:Networking! (Score:3, Interesting)
Since most of the packages are same accross all distributions, it's in no big distribution's interest (short-term interest) to be compatible with smaller distributions as that enables user mobility.
So if you're RH you don't want to see some good X program being directly installable on SuSE - if SuSE is slightly cheaper (or god forbid free), why would users of application X stay with RH (all other factors being equal)?
The pressure to standardize Linux to some meaningful extent will
Re:Networking! (Score:3, Insightful)
The pressure to standardize Linux to some meaningful extent will come from
a) Smaller distributions (like Debian
Debian is small?
I don't think that standardization would necessarily hurt RedHat, but provide them a door in. I'm sure there are some marketing people at RH thinking "Once you get your teeth cut on another standardized distro, and you want to move up to a better supported service for a more serious business (or whatever description gets the Pointy Haired Boss int
YAD (Score:3, Informative)
Re:YAD (Score:3, Insightful)
Compatible? Yes
They'll never be the same, there'll always be a choice, they could be a little less confusing to switch between.
I did some of this stuff in the '60s (Score:4, Funny)
oh, wait, LSB....
(null) (Score:3, Insightful)
How the fuck does being able to download and install a program on any linux distro give you less choice?
Linux NEEDS a standard way to install programs. This is a major barrier to getting the average user to use linux.
In windows, you download an installer, double click, a screen pops up, you follow instructions. Linux needs this ease of installation.
There are a lot of great open source apps that have come out for linux that are easily as good or better than closed source software for linux, but if people have no clue how to install and uninstall things they just WON'T use linux.
Linux, right now, can only be manipulated by hardcore geeks. Sure someone who is spoonfed linux can run apps by themselves, but they won't be able to do anything else and will rely on their geek relation to install new things or fix problems.
If users can easily install and uninstall programs from whatever distro, they are free to "play" more with linux. They can test out what programs they like and then use the damn stuff.
If users can't figure out how to install some damn software they will get frustrated, and yell "FUCK OFF, DAMN YOU!!!1!!one" really loud at their monitor and proceed to use windows.
Granted, most people don't want to play with programs. However, the easy of installation will attract a new group of people to linux. It'll attract those how know about computers, like to tinker, but don't code for a living. Those people will, in turn, attract the teeming mass of zombies.
So yeah I guess I could sum it up with:
standard installer = good
standard installer != lack of choices
Anyhow, the "ubersuperior" geeks can have fun flaming me (and my typos, I don't check these posts for typos....).
Re:Finally (Score:3, Insightful)
Re:Finally (Score:3, Interesting)
i think there should be a abstraction of paths and config files so you can create a binary installer that works on every distribution but where the files really go to is depending on the distribution
this wold make it possible to log into a suse machine, start a special shell and see all config file like they would be on a debian machine at least from the location viewpoint
Try again, thanks for playing (Score:5, Informative)
In fact, the Debian developers track the standards almost religiously, and have for a long time. Filesystem Hierarchy Standard and LSB support have been part of Debian for a long time now. That's why I personally use Debian. It is a completely free, relatively easy to use and administer (once you are past the initial learning curve), standards compliant distro with almost every open-source/free package out there already packaged for installation from the Debian distro mirrors.
Parent
Re:Try again, thanks for playing (Score:3, Informative)
Re:Try again, thanks for playing (Score:3, Informative)
So, software packed for debian (.debs) can't be installed elsewhere (AFAIK), but software packaged for LSB (rpms) can be installed on debian.
Re:Try again, thanks for playing (Score:3, Informative)
Re:Finally (Score:3, Insightful)
Try apt-get install rpm sometime....
Also, you might want to take a look at alien. A Debian box can deal with suitable RPM's. And isn't one of the participating distributions listed in the submission debian-based? (Progeny?)
--Bruce Fields
Re:Finally (Score:3, Informative)
When an incorrect post gets modded up, that's a sign that the misconception held by the poster is a commonly held one. Modding it up has the effect of bringing it to people's attention and making it more likely that a correction will be posted and modded up.
So, while I sometimes do wish there was an "incorrect" mod (or sometimes maybe "insufficient supporting evidence provided..."), I'm not sure that