Linux Standard Base 2.0 released
prostoalex writes "Linux Standard Base 2.0 has been released by the Free Standards Group. The release will allow application developers to ensure their product works on multiple flavors of Linux. FSG keeps a list of compliant distributions on its Web site."
Why do companies need to pay to be registered as compliant?
Why not use an open/free option?
Which versions of the various distros will be compatible with LSB 2?
I am thinking somewhere around Fedora Core 6 or so. Anyone want to hazard a guess? This could get sticky with so many options and yet another standard to abide by...
BLING BLING. Meet the architecture that's changing everything.
I'm kind of disappointed looking at the list of compliant distributions - there aren't many on there, especially when you consider how many distributions there are out there.
With that in mind, how much can this "allow application developers to ensure their product works"?
If they're not on this list, I have a hard time taking this list serioulsy
All of the certified distros are commercial products. Where are the community distros in all of this?
Could it have something to do with the Fee Schedule? The fees don't seem that steep.
Can't read the article of course, but will this be the next big push for linux on the desktop? Or is it more for the server crowd?
Being able to install apps without going into a dependancy hell should boost the public's view of the user friendliness of linux.
Standards like the LSB are absolutely useless as long as the vast majority of distributions do not fully implement them. Even worse, is when the big distributions don't.
This makes it quite hard to follow a general howto for a general *nix nox, while using emerge to get the packages.
[blue] - The Ministry of Information approved this message...
On sale this week for only $3000.
Actually, RPM is the standard packaging format for LSB. Thank God for gentoo...
Let's turn your argument around, and ask why "killall" under Linux doesn't kill every process running. After all, that's what the command implies.
Don't blame me, I didn't vote for either of them!
"For payment terms please contact The Free Standards Group"
They need a format that only contains meta information about files/services rather than actual commands to execute (pre/post install sections in rpm).
Atleast I think that's what they need, they sure as hell need to sort something out that is better than RPM...
First off, you have to make sure your new standard SOLVES AN EXISTING PROBLEM and does so without creating new problems.
The LSB doesn't solve any problems for the Open Source developers (they're restricted to outdated libraries).
Nor does it solve any problems for the current users.
But it needs both of those camps to adopt it so that the commercial ISV's can write to it.
But that is not in the best interest of the various commercial distributions (Red Hat, SuSE, etc). Their best interest is to form partnerships with those same ISV's by offering those ISV's incentives to certify for their distribution (sharing the porting costs, the support costs, marketing costs, etc).
Guys don't give me this crap about companies feeding off the work of Open source. These companies have worked hard on their closed source applications and want to be able to port their software as binaries to Linux. This is a good thing.
To use that analogy, would a developer releasing software for windows be feeding off the hard work of MSFT? This standard will help create a symboitic relationship between commercial developers and the linux platform.
The average joe does not want access to the source, all they care about is compatibility and interoperability of software. Open standards are something the average joe might support but they could care less about the source.
Jesus was a compassionate social conservative who called individuals to sin no more.
Both versions of killall are useful. But the solution shouldn't be to get rid of one in favor of the other, but to simply use different names for the commands. Tada! That's why Solaris has both killall and pkill!
Why is it useful? I would think that's obvious. To write shutdown scripts with! killall doesn't kill all processes, it only kills all processes not directly related to the shutdown process. While the same thing can be done with a quick shell script, the current solution probably uses fewer resources.
Don't blame me, I didn't vote for either of them!
Actually, RPM is the standard packaging format for LSB. Thank God for gentoo...
Why do you need a different packaging system to download and compile software and its dependencies based on your preferred compiler options?
Last time I checked, you don't. up2date can download source packages, rpmbuild can rebuild them, and you can use cflags with RPM just like anything else.
Sure, Gentoo automates that, but there's no reason they need a seperate packaging system to di it.
Additonally Suse, Red Hat and everyone else already use optimized bianries where it matters, automatically installing the right kernel and c libaries based on processor type. Multimedia sites for Fedora / RHEL and Suse also include optimized packages for totem / mplayer etc to, and up2date / yast automatically picks them out.