Slashdot Mirror


Four Linux Vendors Agree On An LSB Implemenation

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."

27 of 245 comments (clear)

  1. LSB? by DaHat · · Score: 5, Funny

    It's taken this long to decide on what is the Least Significant Bit?

    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.

    1. Re:LSB? by calibanDNS · · Score: 4, Informative

      LSB is the Linux Standard Base.

    2. Re:LSB? by CrankyFool · · Score: 4, Insightful
      My thoughts exactly -- the problem is that we don't have a well-defined idea of what acronyms at this point are well-known enough. You wouldn't see anyone bitching about not expanding AGP, PCI, or SCSI, but hell, I don't know what LSB is...

      Well, I do now -- Linux Standard Base. See this link

    3. Re:LSB? by RandoX · · Score: 5, Funny

      LSB is obviously USB for Linux. Version 2.0 should offer twice as much throughput as LSB 1.0.

    4. Re:LSB? by maxwell+demon · · Score: 3, Insightful

      More importantly, it's a Karma generator: It gives you the possibility to get a cheap +1 Informative.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    5. Re:LSB? by Ithika · · Score: 3, Insightful

      Yeah, news for nerds. Possibly the kind of nerds that could handle HTML's abbbr tag to explain in an unobtrusive fashion what this particular LSB stands for. Especially as the side they link to is currently a melted pile of slag.

    6. Re:LSB? by JustKidding · · Score: 3, Informative
      You jest, but there are architectures that have their bits numbered the *other* way around (where bit 0 is the most significant bit, while bit n (n=15, 31, etc) is the least significant bit).
      (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

  2. This is good news by gowen · · Score: 5, Funny

    Hell, it would be good news if it was just "Two Linux Vendors Agree ... on anything"

    --
    Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.
  3. It really is amazing by Anonymous Coward · · Score: 4, Funny

    It really is amazing how Connectiva, Turbolinux, Progeny and Mandrake can come together to form one signle standard base.

    Its kind of like Voltron for crap.

  4. Article Short on details by ezavada · · Score: 5, Interesting

    I didn't see much about what it would actually consist of. Does anyone have links to such info?

    Will this include glibc standardization?

  5. rpm vs. deb by 120duff978 · · Score: 4, Interesting
    Over time, the LCC is committed to increasing interoperability between and Debian and RPM-based technologies and will work toward a common binary core that can form the basis of both Debian and RPM-based distributions.
    Well, this is definately a start in the right direction. Many of the really user friendly distro (ubunu, united, lindash) are all Debian based. Good to see that RPM maybe loosing it's popularity.
  6. More information about the LCC... by joestar · · Score: 4, Informative

    Is available in the PR and in the FAQ.

    It's interesting to notice the differences with UnitedLinux. LCC is not to push one Linux Standard, but to push the Linux standard (LSB).

  7. Server dead at 9:40 am EST, may it rest in pieces by ClippyHater · · Score: 5, Funny

    Only one comment and you bastards have killed the server. Now that I honestly can't RTFA, let me resume normal slashdot mode:

    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.

  8. In other words... by Otter · · Score: 4, Funny
    ...this is United Linux II, with Caldera/SCO having joined the bad guys, SuSE striking out on its own and Mandrake (the former champ) and Progeny (the cult favorite) joining the crew.

    It sounds like a pro wrestling plot! Hey, what's Darl hiding behind his back? It looks like a ... Ian, look out!

  9. What LSB is by Anonymous Coward · · Score: 5, Informative

    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.

    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

    Was that difficult? No.

  10. Supported by Novell?? by a_karbon_devel_005 · · Score: 4, Interesting

    The news brief says "Supported by ... Novell"... so why is SuSE Linux not included in this list?

  11. In related news..... by leereyno · · Score: 4, Funny

    Today Connectiva, Mandrakesoft, Progeny and Turbolinux announced today that they had reached a consensus and have declared that Linux is indeed an operating system.

    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.

    --
    Muslim community leaders warn of backlash from tomorrow morning's terrorist attack.
  12. Linux problem is.... by Himring · · Score: 3, Insightful

    The problem with Linux has always been too many cooks doing their own thing. It confuses the heck out of PHBs. Any move -- ANY -- toward standarization is only going to assist in its growth....

    --
    "All great things are simple & expressed in a single word: freedom, justice, honor, duty, mercy, hope." --Churchill
  13. The Reference Unix by digitalhermit · · Score: 4, Interesting

    I've been a longtime SunOS/Solaris user. Recently I've been breaking AIX machines. One thing I've noticed recently is that Sun, IBM, and HP are starting to put GNU tools on their distributions. It's now common practice for a Linux compatibility layer or just ports of the regular GNU tools (including window managers, package managers, shells, etc..). This means that you can get the benefits of your underlying OS *and* have a unified and consistent interface. Though Linux may not be an *official* Unix, it is fast becoming the reference Unix.

    1. Re:The Reference Unix by Coryoth · · Score: 4, Informative

      Think about the things that are broken in the default solaris install:

      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.

  14. Networking! by IceFox · · Score: 4, Insightful

    Where is the networking setup standard? Please, please please! Why does every single distro have a different way (sometime only slightly!) of setting up networking? This causes so much pain. From porting script, helping get a friends box working, and getting the latest liveCD working with your laptop. Unlike other aspects of Linux because this is so fragmented even Google might not have the answer for your perticular distro. On top of that most everyday network setup gui tools are ONLY for one distro and you are lucky if it suports more then that one. It is a real problem for linux. Linux has fantastic networking support, but you have to re-learn how to setup your networking every time you go to a new distro. Whats up with that?

    -Benjamin Meyer

    --
    Do you changes clothes while making the "chee-chee-cha-cha-choh" transformation sound?
  15. Huh? by Skeezix · · Score: 5, Insightful

    How does the announcement that they will work together to insure interoperability mean that RPM is losing popularity? Keep in mind the major vendors are still RPM-based: Red Hat, Novell SUSE, JDS (SUSE based), Mandrake...

  16. Re:YAD by FluffyPanda · · Score: 3, Insightful

    Same? No

    Compatible? Yes

    They'll never be the same, there'll always be a choice, they could be a little less confusing to switch between.

  17. I did some of this stuff in the '60s by MarkEst1973 · · Score: 3, Funny
    I'm still seeing trails.

    oh, wait, LSB....

  18. Try again, thanks for playing by JSBiff · · Score: 4, Informative

    Are you smoking crack? Deb won't support LSB? They ALREADY DO. In the 'stable' distro they support LSB 1.1, and 'testing' has LSB 2.0 support, as demonstrated by the link above. Do a little research before you post.

    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.

  19. (null) by cyko500 · · Score: 3, Insightful

    I've noticed some people don't seem to like the standardization effort, stating that it brings about less choice and product differentiation. "Linux is about choice" and whatnot.

    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....).