Slashdot Mirror


The Business Case for Open Source Software

An anonymous reader writes "An InfoWorld blog entry makes a business case for open source software, and attempts to explain the business benefits of OSS to management and business owners. The primary benefits the piece uses to argue in favor of OSS include no licensing fees, and no license keys. The article also argues that OSS results in freedom from 'ownership' by software vendors. 'Never again will you fear the BSA (Business Software Alliance) knocking on your door wanting to perform a software audit. The BSA even takes out advertisements on Google search pages for and up to $200,000 reward a disgruntled ex-employee can receive for reporting your company to the BSA! That's quite a powerful motivator...'"

158 comments

  1. OSS by Savage-Rabbit · · Score: 4, Interesting

    The primary benefits the piece uses to argue in favor of OSS include no licensing fees, and no license keys. The thing I like the most about OSS is that I have everything at my fingertips with OSS, they only delay is the time it takes to download stuff and install it. When you are workign with proprietary tools it's the same, you do have everything at your fingertips, except you also have to wait for the license costs to be approved by the bean-counters. Somehow I feel that I get things done quicker with OSS because I can bypass a whole layer of corporate bureaucracy. On the other hand quality of OSS software can be low, documentation often sucks and user friendliness is also an issue although with some proprietary stuff such as certain Oracle products for example user friendliness is nothing to cheer about either and I have seen proprietary software that made me wonder where people get the nerve to demand money for such crap.
    --
    Only to idiots, are orders laws.
    -- Henning von Tresckow
    1. Re:OSS by umghhh · · Score: 1

      OSS idealy allows the user to take the software and go to another design organisation that provide same or better service. This makes a difference if the original maker is out of reach or unwilling/unable to provide fixes and improvements timely. That is advante as I see it. My fellow business people do not see it this way though. They like to complain however how their software vendor (and we are not talking about our beloved M$) let them waiting for years for update and when it comes it has hundreds of features that they do not want plus this one or two they were begging for. If they could pay independent designer for upgrade they would get what they wanted within months instead of years.
      OC without sorting out licenses etc this has no chance of succeeding.

    2. Re:OSS by Anonymous Coward · · Score: 0

      The primary benefits the piece uses to argue in favor of OSS include no licensing fees, and no license keys.


      This argument is nothing new, we already know all this. That's the upside, and the downside is no support and generally fewer options.

      Most companies have policies against installing free software, one reason being no vendor support or liability (if OSS hoses your network, who you going to sue? Some kid in Sweden, living in his parent's basement?), but the other is proper IT practices. If you let users install any goofy thing they want, you may as well save yourself the effort and install a few trojans with your logon scripts.

      OSS has it's place in limited circumstances, but those generally belong to the extremely small cases where an organization needs the source code... and in the real world, that rarely ever happens. It's so rare, in fact... that there isn't a business case for it.
    3. Re:OSS by vbwyrde · · Score: 1

      "On the other hand quality of OSS software can be low, documentation often sucks and user friendliness is also an issue although with some proprietary stuff such as certain Oracle products for example user friendliness is nothing to cheer about either and I have seen proprietary software that made me wonder where people get the nerve to demand money for such crap." Another problem I foresee for OSS software is that it may tend to mutate over time without strict controls or much in the way of accountability. What works today may not work tomorrow and when things in your corporation start breaking whose throat are you going to choke? No ones. You just shrug and with a sheepish grin say "Well, ha ha, that's OSS. Ha ha. Its funny boss, common. We'll its free, anyway so what are you complaining about?". After the pink slip comes you can have a last laugh over beer. Ha ha. To my mind this is the actual problem with OSS. Accountability is nill. With MS products the same defects are there (though less so as it turns out (predictably)), but in their case at least we know who to blame and can expect the product to be fixed. With OSS I see no way to assure that. The solution to the competitive model of OSS for the Big Vendors is very simple. Change the EULA so that if you buy a copy you own it. Get rid of the entire license key infrastructure. The EULA and the license key infrastructure were created to "protect" software vendors from Piracy. That failed because it's a bad concept. The effect has been to irritate legitimate users, while completely failing to stop piracy. The institution of the EULA (you can thank Congress I believe for that moronic move) also has given rise to another unintended consequence: The software even from the major vendors often comes bug infested, leaving it to the users to discover and report the bugs. Why? Because the EULA covers their asses so no one is allowed to sue them for defective products. They ALSO try to use the EULA to take legal control of the software on your machine. That's insane, but read Microsoft's EULA for Media Player 10. They demand the right to turn off "unauthorized" software components on your machine or some such. This intrusion is what makes the EULA a frightening mess. Congress should repeal it and let the software companies fix their junk or be sued by irate users. The EULA is the problem. OSS is not the solution. It simply dumps one set of problems for another. As a Corporate developer, btw, I'd stick with Microsoft anyway. I need high quality software that has good documentation and support. Period.

    4. Re:OSS by mpe · · Score: 1

      On the other hand quality of OSS software can be low, documentation often sucks and user friendliness is also an issue although with some proprietary stuff such as certain Oracle products for example user friendliness is nothing to cheer about either and I have seen proprietary software that made me wonder where people get the nerve to demand money for such crap.

      Maybe they include a clause in the EULAs forbidding negative reviews.

    5. Re:OSS by kebes · · Score: 5, Informative

      To my mind this is the actual problem with OSS. Accountability is nill. With MS products the same defects are there (though less so as it turns out (predictably)), but in their case at least we know who to blame and can expect the product to be fixed. With OSS I see no way to assure that.

      That's not even remotely true. You expound the myth that there is accountability in proprietary software, whereas there is not with OSS. In reality, after you pay for your proprietary software, you have absolutely no guarantee of bug fixes, and no guarantees that changes to the product won't break backwards compatibility (e.g. "mutate"). Don't like it? You can either stick to the current version, or buy the next version, or pay them more money for support contracts that make guarantees.

      With OSS, after you freely download the software, you also have no guarantees of bug fixes or interface stability. Don't like it? You can stick to the current version, or freely download other versions, or pay those who make the software for support contracts that make those guarantees, or pay a third party to make those guarantees, or hire people in-house to modify the code to suit your needs, or contract a third party to make those code changes, or port your data to a different software product.

      In any case, it's up to a business to evaluate their software needs on a case-by-case basis. But please stop spreading this "because you pay for it there is some guarantee of accountability" myth. Anyone who has tried using phone support for commodity software, or who has read through an EULA, knows this to be a joke.

    6. Re:OSS by 99BottlesOfBeerInMyF · · Score: 3, Insightful

      On the other hand quality of OSS software can be low, documentation often sucks and user friendliness...

      Yeah and the documentation and user friendliness of closed source code often sucks too. Just because the software is open source is not some magical bullet. Gee the boss wanted a database but I downloaded a Web browser, but it's open source so that's okay right? It's not like you still don't have to perform due diligence when choosing software and evaluate every package based upon its merits and risks and your use cases. It is just that you have to recognize that open source software is an option for many use cases and often a very good one. The real issue is so many morons who can't understand that there is a different business model and you don't have to buy everything in order to use it.

      Another problem I foresee for OSS software is that it may tend to mutate over time without strict controls or much in the way of accountability.

      With open source software you have the code and can always compile it the way it used to be or hire someone to. You can hire someone to do a fork if you need to. With closed source software you just have to go along with whatever the vendor wants to do and if they don't want to keep offering an old version just for you or make some change you need you're screwed. Open source wins in this category and arguments that it doesn't seem absurd to me.

      What works today may not work tomorrow and when things in your corporation start breaking whose throat are you going to choke?

      Choke? When MS decides it no longer wants to support a given language or feature in the software you have whose throat are you going to choke? It makes no difference if you are using software from an organization, or paying from support from a given commercial entity or paying outright for it, except with open source you have a few more options. This situation is not different. If a product stops supporting what you need and is moving the wrong way, open or closed you look at other options and offerings. With open source you have the added option of paying some random contractor to keep the software you have running the way you want.

      With MS products the same defects are there (though less so as it turns out (predictably)), but in their case at least we know who to blame and can expect the product to be fixed. With OSS I see no way to assure that.

      With MS software you can report bugs and they may or may not be ignored. If you pay for support, they are less likely to be ignored. This is in no way different from open source software, except they tend to be better about fixing bugs in general and in a worst case scenario I can take bids from different people to solve the problem. I have several outstanding bugs with Adobe and they've been in the last three revisions of one of their products on every platform they support. When you do something the application crashes. My company spends significant money working around that flaw. The fact that they are closed source is helping us how? Unless we offer them significant money, they don't care. The only real difference is if it was an open source product, we could have an engineer internally fix it or we would have multiple choices of hiring someone else to fix it, thus costing us less.

      The solution to the competitive model of OSS for the Big Vendors is very simple.

      I think you're failing to understand the real wins of open source software.

      EULAs and license numbers are not the biggest differentiators between OSS and closed source commercial software. OSS is fundamentally a more efficient model for users for software. With closed source software you're always somewhat locked into one vendor, even if it is only being locked into one vendor for improvements. With OSS you always can take competitive bids, thus getting better prices. With closed source software the vendor charges what they think will maxi

    7. Re:OSS by e-scetic · · Score: 2, Insightful

      Don't like it? You can stick to the current version, or freely download other versions, or pay those who make the software for support contracts that make those guarantees, or pay a third party to make those guarantees, or hire people in-house to modify the code to suit your needs, or contract a third party to make those code changes, or port your data to a different software product.

      Or simply post a bug report, or correspond with the programmers to resolve the problem. This is definitely not something you can do with Microsoft.

      With OSS you at least know who helped build the product. You have names, contact info, ways to communicate with the movers and shakers. With closed source you usually never get anywhere near a programmer.

    8. Re:OSS by Salsaman · · Score: 1
      On the other hand quality of OSS software can be low, documentation often sucks and user friendliness is also an issue

      You get what you pay for. Want good documentation for a FOSS project ? How about *paying the author to document it* ? I know, I know, it's a truly revolutionary idea. They have already given you the code for free, and yet you demand even more for free. In my own case, I spend several hours a week coding (for free), and I just don't have the time to document it as well, although I would like to - but I have to make a living somehow. If somebody paid me to document my program, I would happily do it, since all of my users would benefit.

    9. Re:OSS by Master+of+Transhuman · · Score: 2, Interesting

      "(if OSS hoses your network, who you going to sue?"

      Bullshit.

      Marcus Ranum annihilated this argument in his "Stupid About Software" rant.

      Of course, you're right that management ACTS that way - but it's all CYA. Nobody ever sues a software company for non-performance of the software. They just pour more good money after bad trying to make it work - until they either get something half-assed working or they abandon the project and start all over again with some other vendor.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    10. Re:OSS by vbwyrde · · Score: 1

      This actually seems like a weak spot for FOSS from a Corporate perspective. Programming is not easy, requires a lot of training, focus and skill, and should be rewarded. If it is not payed then the developer has every right to say "I'm doing this for free, so..." and I really don't blame you at all for taking that attitude. I would. But from my point of view as a Corporate IT Guy, free is very nice (of course), but only if it comes with High Quality - which includes comprehensive documentation, reliability, and accountability. So to my mind it seems the FOSS system is good for some things, but not necessarily so good for the Corporate world. Of course that would probably mostly apply to FOSS, and not OSS where we could demand (for a fee) comprehensive documentation, but since you bring up FOSS I thought I would respond to that.

  2. Re:My experience by MMC+Monster · · Score: 4, Informative

    I'll take this as sincere and not a troll.

    Get a new lawyer for the company. The GPL states that whoever has access to the executable should have access to the source. You said yourself that you only wanted to release the executable within the company, so the GPL doesn't really apply.

    As for gcc, if you modify gcc itself and send out copies of gcc outside your company (which is *extremely* unlikely; if you have resources to do that, you are not in the right field.), then you may have to release source. Otherwise: gcc is a tool to compile a program, just as pencil and paper are tools to write the program. You are not bound by the GPL on what you write. Now, if you link to a library that is GPL (not LGPL) licensed, you have to release source to whoever gets the executable.

    --
    Help! I'm a slashdot refugee.
  3. Re:My experience by Dan_Bercell · · Score: 1

    How the hell did your company take the time to learn Linux to such a degree to be able to "modify the kernel code to fit your needs" and NOT know that it had to be shared...

    Next question: What type of crappy consulting company do you work for? Just because you didnt work with Linux in the past doesnt mean you shouldn't have already had knowledge of it. We have dozens of clients, not one of them use Linux, and I still know a lot about it and other open source projects... Its your responsibility as a consulting company to about technology.

  4. Business Case? How about home case? by Technician · · Score: 2, Interesting

    The primary benefits the piece uses to argue in favor of OSS include no licensing fees, and no license keys.

    When WGA started up, I started looking at Linux again. Business has some incentive. So does home users. We have 3 machines running Ubuntu now. We have one Windows ME laptop and one MS XP Home machine. The XP machine will be the last to migrate. It's just waiting on a port of Turbo Tax. There is no plans at this time for Vista due to the Anti-Piracy effort gone overboard. I don't buy booby-trapped software. I expect software to just work without complications. Vista is loaded with complications.

    --
    The truth shall set you free!
    1. Re:Business Case? How about home case? by Dan_Bercell · · Score: 1

      It is more noticable in XP then in Vista. It seems like every 2 weeks I am installing WGA, in Vista it must be happening in the background because I havent noticed anything yet.

    2. Re:Business Case? How about home case? by Technician · · Score: 4, Interesting

      It is more noticable in XP then in Vista. It seems like every 2 weeks I am installing WGA, in Vista it must be happening in the background because I havent noticed anything yet.

      In XP it is a add on patch. In Vista, it's built in on the ground floor. Do a google search for Vista false positive. Pick any item on the first google page. They all relate to WGA problems on Vista.

      --
      The truth shall set you free!
    3. Re:Business Case? How about home case? by Anonymous Coward · · Score: 0

      I don't buy booby trapped software, except of course, I'm using ME.... what? I don't get it - it says technician right in your name, what are you thinking?

    4. Re:Business Case? How about home case? by Petaris · · Score: 1

      Have you tried Turbo Tax with WINE ( http://www.winehq.org/ ) or CrossOver Office ( http://www.codeweavers.com/ ) which is based on WINE? Also you could use Parallels ( http://www.parallels.com/ ), VMware ( http://www.vmware.com/ ), or QEMU (http://fabrice.bellard.free.fr/qemu/) to run windows as a guest system so you could have Turbo Tax. Also if you use Quicken you could run it in one of those as well, or move to a software like Moneydance ( http://www.moneydance.com/ ). I moved from Quicken to Moneydance and it transfered all my data quite nicely and works on Win/Lin/OSX natively.

      Just some Ideas,

      --
      ~Petaris "The world is open. Are you?"
    5. Re:Business Case? How about home case? by Technician · · Score: 1

      I don't buy booby trapped software, except of course, I'm using ME.... what?

      Does ME have online activation? Does it simply fail if you fail to register it? Other than being a bot magnet, it isn't booby trapped. It is just full of holes. I never bothered to upgrade my Wife's laptop. However its days are numbered. We know the WGA is being forced on XP after the original sale. WGA is standard on Vista. We haven't installed the WGA bomb on the XP machine yet. It should be Genuine. It came installed from Dell, so we don't need WGA to tell us it is genuine. We have no future plans for migrating to Vista.

      Our home built white box was the first to get Ubuntu. Winows retail raised the TCO too much. We invested in a faster processor and more memory with the savings in OS and Office Productivity software. Actualy, the savings paid for all the hardware. It is the fastest hardware in the house.
      The Window 98 SE machine has migrated to Ubuntu. The Windows 2000 machine was next. My Wife hasn't let me touch her Windows ME laptop or XP Dell desktop unit yet.

      She has learned the best place to scan and edit photos is on one of the Ubuntu boxes. It also has the best CD/DVD burner and the most crash free web browser. Other than a few Windows only applications, she is learning the advantages of the Ubuntu boxes. They simply don't crash. With Flash 9 installed and media codecs, just about everything online works.

      --
      The truth shall set you free!
    6. Re:Business Case? How about home case? by Technician · · Score: 1

      Have you tried Turbo Tax with WINE

      Not yet. I just migrated my IBM thinkpad from Windows 2000 to Ubuntu. First things first for a Linux Noob. I have managed to edit the hosts file, add the media codecs, install Flash 9, and got all my networked printers working, and am just now starting to tackle getting a wireless adaptor working. I found the adaptor I was using uses a Marvel chipset.. Hmm, I guess I give that adaptor to my Wife so she can upgrade from b to g while I look for something compatible. I have installed Wine and printed the manual, but I have not started on making it work yet. Wireless networking comes first. Next month I start all over again when Fiesty comes out.

      --
      The truth shall set you free!
    7. Re:Business Case? How about home case? by DogDude · · Score: 0, Troll

      And has doing all of what you described been worth saving $200?

      --
      I don't respond to AC's.
    8. Re:Business Case? How about home case? by Technician · · Score: 2, Interesting

      And has doing all of what you described been worth saving $200?

      Far from it. On the other side. A copy of XP.. good for one install. A copy of MS Office.. good for one install. We work on desktop machines once in a while, but are road warriers. Not buying 2 extra copies of XP and not buying 3 upgrades of MS office twice on 2 machines from 97 to 2000 to 2003.. There is more.. Not updating the AV for the 3 machines and not buying Photoshop Elements on at least one machine. I'll leave it up to you to figure the cost of 3 copies of MS office (any version) 3000, 3 copies of retail XP with or without new hardware, and at least 1 copy of Photoshop Elements, and AV software for 3 machines.

      The education alone on learning to install, service, and configure Linux has been worth the $200 alone. The first install was to learn about it. The second and 3rd install was for the apps that came with it that work and are not limited function demos. I didn't even need Roxio or Easy CD Creator to burn the next ISO. Oops, forgot to include that in the savings.

      --
      The truth shall set you free!
    9. Re:Business Case? How about home case? by mrchaotica · · Score: 1

      The Window 98 SE machine has migrated to Ubuntu. The Windows 2000 machine was next. My Wife hasn't let me touch her Windows ME laptop or XP Dell desktop unit yet.

      Okay, I understand migrating the Win98 machine first. And I understand migrating the WinXP machine last. But getting rid of 2000 while keeping ME? That's just crazy! At the very least you ought to upgrade the ME box to 2000 (with the unused license) in the meantime...

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    10. Re:Business Case? How about home case? by Darby · · Score: 1

      I found the adaptor I was using uses a Marvel chipset.. Hmm, I guess I give that adaptor to my Wife so she can upgrade from b to g while I look for something compatible.

      I have a PCMCIA wireless card with a Marvel chipset and it works fine with NDISWrapper

      My experience is that if it works with that, it's pretty easy to set up.
      HTH

    11. Re:Business Case? How about home case? by Master+of+Transhuman · · Score: 1


      Hint: Don't use the Wireless Assistant - it's crap, doesn't work well with WEP. Get GNOME Network Manager.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    12. Re:Business Case? How about home case? by Technician · · Score: 1

      But getting rid of 2000 while keeping ME? That's just crazy!

      Wife's personal laptop. If you were married you'd understand. You don't just grab it and change the OS.

      At the very least you ought to upgrade the ME box to 2000 (with the unused license) in the meantime...

      MS and OEM disk imaging software.. Enough said. The restoration CD for the Thinkpad won't work on the Dell laptop. (Actualy I haven't tried, but I would think it at least would fail an audit.) It is legal to put on Ubuntu. It might not be legal to transfer Windows 2000 from the IBM Thinkpad to the Dell laptop. I may set the Thinkpad up for dual boot in the future if I find a compelling reason to keep any version of Windows on my laptop.
      I have never purchased a retail version of Windows 2000, so I do not have a copy.

      --
      The truth shall set you free!
    13. Re:Business Case? How about home case? by Technician · · Score: 1

      I have a PCMCIA wireless card with a Marvel chipset and it works fine with NDISWrapper

      I guess I'm going to have to continue a Google search and keep digging in the Forums. The forums are littered with comments of problmes with trying to get cards with the Marvel chipset to work. My card manufacture has no Linux support. I have found some non OEM support for one of the Trendnet USB adaptors I have, but it would be nice to use the PCMCIA card instead of a USB device. In the meantime, I'm simply using a WAP in client mode. No install is needed. It is a little bulky and you have to find a spot for the wall wart, but it works for now. The best part with this solution is it has the best range of any wireless adaptor I have. It can find 8 hotspots where any other solution can only find 4 at most in my house. (it even sees 2 unencrypted spots ;-)

      --
      The truth shall set you free!
    14. Re:Business Case? How about home case? by Technician · · Score: 1

      Hint: Don't use the Wireless Assistant - it's crap, doesn't work well with WEP. Get GNOME Network Manager.

      Thanks. That's what the general concenses is in the Forums. I'll be doing that for sure. I just need to find a proper driver to work with the Marvel Chipset in NDIS Wrapper. I am gathering the OEM Windows driver does not work.

      --
      The truth shall set you free!
    15. Re:Business Case? How about home case? by mrchaotica · · Score: 1

      If you were married you'd understand.

      You insensitive clod! Why would you assume I'm not?

      ...

      (Okay, so you're right... but that's beside the point! I do have a girlfriend, and I wouldn't hesitate to grab her computer and upgrade from one Windows version to another.)

      (Actualy I haven't tried, but I would think it at least would fail an audit.) It is legal to put on Ubuntu. It might not be legal to transfer Windows 2000 from the IBM Thinkpad to the Dell laptop.

      Bah! You've been brainwashed into believing Microsoft's bullshit! If you have a copy, then you have a copy -- and neither Microsoft nor anybody else can tell you what computer you're "allowed" to install your property on!

      I have never purchased a retail version of Windows 2000, so I do not have a copy.

      Retail and OEM are both valid, legal versions. The only things stopping you from using the OEM on the other computer are technical reasons, not legal ones.

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    16. Re:Business Case? How about home case? by Technician · · Score: 1

      Bah! You've been brainwashed into believing Microsoft's bullshit! If you have a copy, then you have a copy -- and neither Microsoft nor anybody else can tell you what computer you're "allowed" to install your property on!

      I think it is better to support their anti-piracy campaign and follow the EULA. If they would rather I run Ubuntu than a copy of Windows, I'm fine with it. Maybe if everyone thought this way, they would change their license terms to a user friendly one where you can transfer the OS to other hardware. Maybe I've been brainwashed, but the license agreement is the license agreement. My perfectly legal option is if I don't agree, is to simply go away and use something else, which I have done. This may have not been the intent of the agreement as the Dell's and Gateways of the world would prefer I simply buy new hardware. I doubt they expected this consequence of the license agreement. It is the license agreement that is a big influence on my decision to not migrate Windows 2000 from the Thinkpad to the Dell laptop. Now if I can find a full Windows 2000 Professional CD in Goodwill, I'd be all set. It's how I got my $5 copy of Windows 98 SE many years ago.
      I have a reciept, the case, the CD Key, and the hologram CD. I should put it up for sale since I am no longer running it on any system.

      --
      The truth shall set you free!
    17. Re:Business Case? How about home case? by Anonymous Coward · · Score: 0

      Please don't feed the trolls! DogShit's just a hopeless attention whore, and he knows he gets a rise out of LInux users by blatantly kissing Redmond's fetid ass.

  5. Re:My experience by Silver+Sloth · · Score: 2, Insightful
    Anybody who thinks that Linux is covered by

    GPL, or the Gnu Protective License hasn't talked to a lawyer, let alone understood the rights conferred under the GNU General Public License. I think we've both just fed the troll.
    --
    init 11 - for when you need that edge.
  6. While here in India... by jkrise · · Score: 5, Informative

    the business case for Open Source Software in the enterprise market is already well established. Some reasons:
    1. The average IQ of the 'EDP Manager' .... (or should I say IQ of the average EDP Manager) seems much higher than elsewhere... so he can't be fooled forever.
    2. Closed source software is so very expensive, enterprises choose to build their own systems; and they mostly choose J2EE and Eclipse. The LAMP stack is packing up with amazing velocity as well. ROI can be seen in a single year, with many apps.
    3. Not much of lock-in has occured already - very few companies have data locked in .doc formats... not many firms have BI or Analytics... so leap-frogging ain't a big issue.
    4. The hardware specs are roughly 10% in the OSS space.... and that matters a lot as well.
    and lately:
    5. It is getting more and more cumbersome pirating Closed source s/w - be it OSes, Office, SQL or whatever. Most EDP mgrs over here have been on the same company for a decade on average; and they're pretty amazed at what OSS can do.

    A recent Java conference (paid, mind you) had over 10,000 attendees! RedHat is doing very well... not many people know or care about Novell... many state govts. have mandated and stipulated Open Source specs...

    Somehow, people this part of the world do not seem to wait for Gartner reports or NYT articles before experimenting with OSS.

    --
    If you keep throwing chairs, one day you'll break windows....
    1. Re:While here in India... by Anonymous Coward · · Score: 0

      I'm really curious, why is this modded Flamebait, he really seems to make a valid point.

  7. Re:My experience by dreamchaser · · Score: 1

    YHBT YHL HAND

    This same exact troll has been copied and pasted here for years...

  8. If it smells like FUD by Anonymous Coward · · Score: 1, Funny

    Tastes like FUD...

    Oh shit here comes a chair DUCK

  9. The EFF and Activists may come knocking by tezza · · Score: 3, Insightful

    'Never again will you fear the BSA (Business Software Alliance) knocking on your door wanting to perform a software audit.'

    You may however have the EFF or activists wanting to inspect your code.

    --
    [% slash_sig_val.text %]
    1. Re:The EFF and Activists may come knocking by the_womble · · Score: 1

      The BSA might close your business down, I have never heard of the EFF doing that to anyone, and I cannot see how they could ever do so.

      FLOSS license compliance is an issue that only software vendors (or vendors of products that incorporate software) need even think about. The vast majority of businesses do not sell software (even if they develop software in-house, it is for their own use, so license issues do not arise).

    2. Re:The EFF and Activists may come knocking by Sique · · Score: 2, Insightful

      The FSF activists will come and demand a look at your software if and only if you start to distribute the software. I guess if I started to sell selfburned XP or Vista CDs on eBay or from a table at the street corner, there will not only the BSA come upon me.

      The FSF will never look at your computers for the installed and used software at all, because the GPL allows the unlimited use of the software everytime and everywhere. It's just the process of modifying and distributing where they want a look (and if you just put the CD with the sourcecode into your distribution, they won't even call).

      Linksys actually distributed a modified version of the Linux kernel together with some tools and utilities, and thus Linksys, which got the software under the GPL, had to comply with the GPL as soon as they were selling it in a modified form.

      --
      .sig: Sique *sigh*
    3. Re:The EFF and Activists may come knocking by sumdumass · · Score: 1

      Umm, Everything every where is kind of misleading and so is only if you distribute it. It gets worse if you use the GPLv3 as it is currently drafted, but they are aksing for source on webprograms and stuff people could use but it doesn't get distributed.

        They are trying to dictate what you can do in the future outside the use of the software with the Anti-patten lawsuite thing. They are attempting to control what you do with your hardware with the anti-DRM clause. There are quite a few other anoyances that aren't worth talking about at this time. These two seem to be the stopper for most people I have talked to.

      But, I see little difference in this and current propriatary practices. You can get roped into being a "software distributer" very easily. A company who has 200 workstations will get rid of them at some point. So lets say they are reimaged with some Opensource solution then sold. Oh, now they are subject becuase they are distributing. /Suppose a company buys a computer, loads OSS on it and gives it to an employee to work from home? now they have distributed it.

      And it used to be that anything outside the scope of distributing the license was off limits to the GPL. When the GPLv3 comes into play, some division of your company half way around the world could do something to make you lose youe right to even use the FOSS software. How about that.

      There isn't a real strong case one way or another. I can see many psoitives to using OSS in the business. Getting away from the BSA or restriction imposed doesn't seem to be one of them. Most claim to they are, havn't looked at the future of FOSS and the GPL.

    4. Re:The EFF and Activists may come knocking by 99BottlesOfBeerInMyF · · Score: 1

      It gets worse if you use the GPLv3 as it is currently drafted, but they are aksing for source on webprograms and stuff people could use but it doesn't get distributed.

      Your interpretation seems a little non-standard. Anyway, commenting on the GPLv3 at this point is a little pointless as it does not supplant v2 and it does not exist in a final form.

      They are trying to dictate what you can do in the future outside the use of the software with the Anti-patten lawsuite thing.

      Patten was a competent general, but now he's dead, lets not sue dead people.

      They are attempting to control what you do with your hardware with the anti-DRM clause.

      Again, I strongly disagree with your interpretation. It applies only to distributing software, not what I do with my hardware if I'm not distributing software at all.

      A company who has 200 workstations will get rid of them at some point. So lets say they are reimaged with some Opensource solution then sold. Oh, now they are subject becuase they are distributing.

      Yeah, and they have to include the source, big deal and who cares? Just sell em blank or abide by the license, or buy commercial software for them, with a transferable license if you don't like it.

      Suppose a company buys a computer, loads OSS on it and gives it to an employee to work from home? now they have distributed it.

      Distribution within the company does not count. Besides, no one cares and is motivated for coming after you for this type of violation. If I put Linux on a computer without the source and give it away or sell it the chances that the FSF will come after me is about zero. They have nothing to gain and at most they'll waste money in court and get an order that says I have to give them the source as well, which will cost me about a quarter.

      And it used to be that anything outside the scope of distributing the license was off limits to the GPL. When the GPLv3 comes into play, some division of your company half way around the world could do something to make you lose youe right to even use the FOSS software.

      That seems highly unlikely from my reading. More likely the division of your company halfway around the world will make you have to distribute some source, boo hoo.

      There isn't a real strong case one way or another. I can see many psoitives to using OSS in the business. Getting away from the BSA or restriction imposed doesn't seem to be one of them.

      Tell it to Ernie Ball. The BSA audit cost him $100 grand in fees. He's since switched to Linux and the chances that he will have any problems for using Linux are basically zero and in a worst case scenario of him reselling workstations or something the fix would cost him nothing. That is a real business case advantage.

      Most claim to they are...

      ??? umm, that's not coherent.

      ...the future of FOSS and the GPL.

      The future of open source is whatever we make it. If you don't like the GPLv3, don't use it. Use software that is licensed the way you want, whether that is a BSD license, an older version of the GPL, or something else entirely. The point is, open source licenses do have significant advantages and avoiding costly audits from the BSA are a real advantage to most of them.

    5. Re:The EFF and Activists may come knocking by sumdumass · · Score: 1

      Your interpretation seems a little non-standard. Anyway, commenting on the GPLv3 at this point is a little pointless as it does not supplant v2 and it does not exist in a final form.

      Not really non standard. Just apropriate for anyone not sitting back and going why isn't business flocking to open source and then watching most of the fud going around. But your right, It is sensless in debating something that is comunity driven but not released and exists in a form currently that shows the direction it is going in. What is wirth debating is how to implement the intended goals of the GPL and weather or not any current drafts do this to the satisfaction of the comunity that makes it relevent.

      Patten was a competent general, but now he's dead, lets not sue dead people.

      Lol.. Nice, you notice a gramar error and use it to avoid the statment. But thats ok ;)

      Again, I strongly disagree with your interpretation. It applies only to distributing software, not what I do with my hardware if I'm not distributing software at all.

      Lol.. Thye are saying if you use GPLv3 software you have to make your hardware in a certain way. It isn't a matter of distributing software at all, it is a matter of forcing manufactuers to make changes to the hardware. The current GPL says anything outside the software covered is outside the scope. It also says that changes will be within the spirit of the previous licenses. So here we have something that is no longer outside the scope of the "software" license and no longer in the spirit of the previous license. You may be ok with it but that doesn't mean it is right.

      Besides, It isn't likely going to be effective as long as there are GPLv2 software and any exception to GPLv3 software allowing it to be bundled with GPLv2 software. So i guess arguing about it is over the spirit and not what it will actualy achive.

      Yeah, and they have to include the source, big deal and who cares? Just sell em blank or abide by the license, or buy commercial software for them, with a transferable license if you don't like it.

      Big deal is exaclty right. It shoehorns restrictions of the GPL were is shouln't. But I suppose wiping the drive and making the resale vaue significantly less is a good position for a company to be involved with.

      Distribution within the company does not count. Besides, no one cares and is motivated for coming after you for this type of violation. If I put Linux on a computer without the source and give it away or sell it the chances that the FSF will come after me is about zero. They have nothing to gain and at most they'll waste money in court and get an order that says I have to give them the source as well, which will cost me about a quarter.

      Lol.. What is the purpose of the license? To cover big companies?, little companies?, the indevidual business man?, everyone who uses the software? And if it isn't all of the above, Then why does the license appear to make it look that way?

      And saying you have less chances of the FSF comming after you then the BSA is about stupid. It has nothing to do with the facts that they can. The entire point of my post isn't that the GPL is bad or that GPLv3 is shit. It is that the myth of the BSA being worse is overstated. There is no significant protection or advantage of protections in using OSS if you violate the license then there is with the BSA and propriatary licenses. You seem to be fond of mentioning Ernie Ball, If he had been following the licenses with his propriatary software, he wouldn't have been in that situation. He may have learned his lesson after getting hit and intended to follow the license and intents now but that isn't indictive of anyone else in danger of not following the licensing requirments of any other software.

      Tell it to Ernie Ball. The BSA audit cost him $100 g

    6. Re:The EFF and Activists may come knocking by init100 · · Score: 1

      ??? umm, that's not coherent.

      Coherence is not one of his strong points. I've had discussions with him before, but I avoid getting into discussions with him nowadays, the incoherence, bad spelling and often very long posts made me give up. He is full of sheer hatred for the GPLv3, even though it isn't finished, and spouts assertions left and right about the doomsday effects the GPLv3 will mean for OSS.

      They are attempting to control what you do with your hardware with the anti-DRM clause. Again, I strongly disagree with your interpretation. It applies only to distributing software, not what I do with my hardware if I'm not distributing software at all.

      His grievances is that TiVo cannot do whatever they want with "their hardware" (i.e. hardware TiVo made) and free software. He thinks that it is unfair (to say the least) for the GPLv3 to restrict TiVo from applying DRM to free software so that only software versions approved by TiVo can run on the device. He thinks that this is not for the software authors to decide, and that it is a decision that should rest solely with TiVo.

      You can have a look at two of my former discussions with him here and here.

    7. Re:The EFF and Activists may come knocking by 99BottlesOfBeerInMyF · · Score: 1

      Not really non standard. Just apropriate[sic] for anyone not sitting back and going why isn't business flocking to open source and then watching most of the fud[sic] going around.

      Every business I've worked for since graduating undergraduate school has utilized open source software and all the software companies have contributed. Who says business is not flocking to open source?

      What is wirth[sic] debating is how to implement the intended goals of the GPL and weather[sic] or not any current drafts do this to the satisfaction of the comunity[sic] that makes it relevent[sic].

      The intended goals of a given version of the GPL is what it says crossed with how well a given licensor understands what they're agreeing to.

      Thye[sic] are saying if you use GPLv3 software you have to make your hardware in a certain way.

      No. They're saying if you want to redistribute the code I wrote, you have to agree to use it in this way, regardless of if it is used on hardware or software. It is up to the owner of the copyright to decide to whom they want to license their code and with what restrictions. If you don't like it, use code written under the BSD license.

      It is that the myth of the BSA being worse is overstated.

      The BSA audits companies and sues for millions every year. They offer bounties to individuals who turn in noncompliant employers. They had had real and damaging affects upon numerous businesses who simply chose to use that software. Find me a case of an open source software group suing a user (not re-distributor) of their software for damages.

      Big deal is exaclty right. It shoehorns restrictions of the GPL were is shouln't. But I suppose wiping the drive and making the resale vaue significantly less is a good position for a company to be involved with.

      We're talking business cases. Compliance is basically free. Is there any real cost to my shipping the code on boxes I wiped and re-installed with OSS? Is it in any way comparable to the risk posed by BSA audits or the cost of tracking compliance? From a dollars and cents perspective, OSS wins big time.

      What is the purpose of the license? To cover big companies?, little companies?, the indevidual business man?, everyone who uses the software? And if it isn't all of the above, Then why does the license appear to make it look that way?

      The license is to stop flagrant abuse, especially abuse that runs contrary to the spirit as well as the letter of the license. If the cost/risk is that if I'm a slacker and someone complains I have to ship out some crappy burned disks with source on them, and I can charge for that service I just don't see any risk to my business and you're not showing one.

      And saying you have less chances of the FSF comming after you then the BSA is about stupid. It has nothing to do with the facts that they can.

      You don't write many business plans do you? They are all about cost and risk and reward. The risk and potential damage of the FSF coming after a software user is nil and nil. They don't have a case and if they did they'd win the right to make me ship the source they already distribute and anyone can get cheaper elsewhere. The risk of the BSA coming after me is they do have a case and they have extralegal powers including a grant from congress that says I have to pay their absurdly high legal fees and the BSA routinely does this. Of course it makes a difference if I'm choosing software for my business.

      There is no significant protection or advantage of protections in using OSS if you violate the license then there is with the BSA and propriatary licenses.

      You can do more without violating the license. Most accidental violations result in no damages and only a token cost on the part of the offender. Making sure you don't violate is a lot easier with open source.

    8. Re:The EFF and Activists may come knocking by sumdumass · · Score: 1

      Every business I've worked for since graduating undergraduate school has utilized open source software and all the software companies have contributed. Who says business is not flocking to open source?

      Well, don't take my word for it, Just take all the posts to ask.slashdot about how to get thier organization more apt to try OSS. Hell, look at the article's title. It businesses were flocking, then why do we need to make a case? But I'm not doubting you. You experience is indictive of your experience. It doesn't mean that every company uses F/OOS.

      The intended goals of a given version of the GPL is what it says crossed with how well a given licensor understands what they're agreeing to.

      I can uinderstand your position on this. MY spelling took what I said out of context. What is worth debating, is the intended goals of the GPL and how well is adresses these goals to the comunity's expectations. Of course how a business or licensor view it is important too. But we are talking about the GPLv3 with isn't released yet.

      No. They're saying if you want to redistribute the code I wrote, you have to agree to use it in this way, regardless of if it is used on hardware or software. It is up to the owner of the copyright to decide to whom they want to license their code and with what restrictions. If you don't like it, use code written under the BSD license.

      Your arguing semantics so, OK, I will admit. You are agreeing to do it your way. But the problem is your way is telling them what to do with their hardware. And your way is hi-jacking another way that the community formaery aggreed to. I don't understand again, why you are happy with taking something and bastardizing it, and my recourse is to go somewhere else. This is either a comunity license with comunity support or it isn't. What is free or open with this? The path out the door if i don't like it? Of course i'm sounding bitter, I feel like i was tricked into supporting something under a hidden agenda and now my recourse is to go away. Tell me it isn't so..

      The BSA audits companies and sues for millions every year. They offer bounties to individuals who turn in noncompliant employers. They had had real and damaging affects upon numerous businesses who simply chose to use that software. Find me a case of an open source software group suing a user (not re-distributor) of their software for damages.

      And so has OSS. The difference is that the BSA is chaleneged with finding violationof a license in secrete and the OSS comunity is challenged with finding them in the open. That is the only difference. If someone Violates the license, they violate the license, simple as that! There is no advantage to not having the BSA unless it is to continue to keep violating the license. OSS doesn't allow this either. There is little to no advantage in using the BSA as an example of why to use OSS licenses.

      Now this isn't saying ther eisn't an advantage to using OSS. The license tend to be more liberal with what can be done, how many computers you can use them on. There are several advantages to using OSS licenses instead of propriatary ones. The lack of the BSA isn't one.

      we're talking business cases. Compliance is basically free. Is there any real cost to my shipping the code on boxes I wiped and re-installed with OSS? Is it in any way comparable to the risk posed by BSA audits or the cost of tracking compliance? From a dollars and cents perspective, OSS wins big time. Yes we are tlaking about a business cas. And we are talking costs that are about equal in reloading everything. But I have boxes that have hardware that needs Keys to use. They can be used as general PCs without them but not in the capacity of how they were intended. (i'm sure your familar with these keys, they are really common with older hardware and software and plug into the serial port or the printer port) I will not be ab

  10. Re:My experience by Anonymous Coward · · Score: 0

    Furthermore, after reviewing this GPL our lawyers advised us that any products compiled with GPL'ed tools - such as gcc - would also have to its source code released. This was simply unacceptable.
    Please give us the contact address of your lawyers. Then we can hire them to force Apple to release the entire OS X with all the Quartz/Aqua goodness under the GPL. Thank you.
  11. Re:My experience by Anonymous Coward · · Score: 0

    I cry bullshit!

    specifically, Linux's lack of Token Ring support

    Here's a howto dated 2000 that describes setting up token ring:
    http://www.linux.com/howtos/Token-Ring/index.shtml

    I haven't specifically used this, but I have setup Linux on Arcnet, arguably much older, certainly equivalently obsolete, networking technology.

    we were considering using it for a great deal of future internal projects.

    This has been covered over and over again here at /. - if you don't distribute it, you don't have to share it. No one is going to sue you for using GPL'd code in internal projects and not releasing the code.

    Furthermore, after reviewing this GPL our lawyers advised us that any products compiled with GPL'ed tools - such as gcc - would also have to its source code released.

    Also done to death here at /. You need new lawyers!

  12. Oh, nice FUD by Tim+C · · Score: 2, Insightful

    "Never again will you fear the BSA (Business Software Alliance) knocking on your door wanting to perform a software audit."

    It's funny, but when *I* say "Nice business, be a shame to see it audited..." people start talking about calling the cops if I don't leave immediately.

    Seriously though, FUD is FUD whoever it comes from; just because they do it doesn't mean it's ok for us to do it too.

    1. Re:Oh, nice FUD by hhlost · · Score: 1

      When I worked for a small company, we used Windows/Visual Studio, and the boss had no problem paying for software that we needed. Still it was a pain in the butt to get approval and then deal with receipts, invoices, shipping, etc. I used FOSS whenever I could.

    2. Re:Oh, nice FUD by Anonymous Coward · · Score: 1, Informative

      BSA audits aren't FUD they're fact. I give you Ernie Ball (a manufactor of guitar strings and accessories), and the owner's account of a BSA audit. Directly afterwards, he migrated the company to OSS and isn't going back.

  13. The EFF and Activists may come knocking-corners by Anonymous Coward · · Score: 0

    You left out GPLv3 and Google (web services) and Tivo (the new spirit)

  14. Re:My experience by Zonk+(troll) · · Score: 5, Informative

    Although we met several technical challenges along the way (specifically, Linux's lack of Token Ring support and the fact that we were unable to defrag its ext2 file system), all in all the process went smoothly. You've used Windows too much. ext2/ext3 do not need defragging. If you insist of defragging, then use XFS and run xfs_fsr to defrag.

    So you can imagine our suprise when we were informed by a lawyer that we would be required to publish our source code for others to use. You need to get a lawyer that has decent reading comprehension. You only have to distribute the source if you distribute the binaries outside of the organization.

    It was brought to our attention that Linux is copyrighted under something called the GPL, or the Gnu Protective License. GNU General Public License.

    Part of this license states that any changes to the kernel are to be made freely available. The GPL is only a distribution license, not an EULA. If you don't distribute it outside of the organization it doesn't apply.

    Furthermore, after reviewing this GPL our lawyers advised us that any products compiled with GPL'ed tools - such as gcc - would also have to its source code released. This was simply unacceptable. You seriously need lawyers that can read. Take a look at OS X. It's compiled with GCC and it's not GPL.

    I think the biggest thing keeping Linux from being truly competitive with Microsoft is this GPL. Its draconian requirements virtually guarentee that no business will ever be able to use it. Read the full text of the GPL. Read the full text of the Windows XP EULA and the EULAs on all of the updates you have to apply to not get 0wn3d. Which is draconian? Hint, it's not the GPL.
    --
    "The Federal Reserve is a fraudulent system."--Lew Rockwell
    End The FED. -
  15. Same here, and more... by mangu · · Score: 4, Interesting
    When you are working with proprietary tools it's the same, you do have everything at your fingertips, except you also have to wait for the license costs to be approved by the bean-counters


    This is one of the two main points for OSS that I have experienced. The second important point is that with OSS your system is able to survive the vendor. Where I work we have a 400000 lines VAX-FORTRAN software that we are struggling to migrate. Although we do have the Fortran source code, migrating it to any other Fortran is very costly, we have the choice of doing it ourselves or pay about $250k to outsource the job.


    I think our experience shows the importance of going all the way in OSS, the operating system, utilities, compilers, etc are just as important as the applications. That's why we are migrating our system to g77 on Linux, instead of using one of the several commercial Fortran compilers whose vendors claim VAX compatibility.

    1. Re:Same here, and more... by senatorpjt · · Score: 5, Insightful

      Where I work we have a 400000 lines VAX-FORTRAN software that we are struggling to migrate.

      Yeah. And, I bet that when those 400,000 lines of code were written, the idea of DEC folding was about as plausible as the idea of Microsoft folding.

    2. Re:Same here, and more... by Anonymous Coward · · Score: 0

      Damn I like that thought. And insightful too.

    3. Re:Same here, and more... by BlueStraggler · · Score: 1

      I bet when much of that code was written, DEC was a puny upstart whose survival was entirely uncertain. After all, this is Fortran we're talking about, not a modern language like COBOL.

      (Only half-joking. I migrated several hundred thousand lines of VAX Fortran to g77 in the 90's, so I feel the GP's pain. But I still have a soft spot for Fortran.)

    4. Re:Same here, and more... by Master+of+Transhuman · · Score: 1


      This migration reminds me of an article I read in ComputerWorld many years ago.

      I think it was the Travelers Insurance Company. The head of IT there filed suit against the COBOL Standards Committee for coming out with a new standard. His reason was that Travelers hadn't finished converting some millions of lines of code from the next oldest version of the standard to the last version of the standard!

      The article said that Travelers had a TWO HUNDRED FIFTY MAN COMPUTER SCIENCE DEPARTMENT WITHIN the overall IT department.

      And they couldn't finish converting their COBOL code in less than TEN YEARS!

      When I read that, I said, "Hey, pay me ten million bucks! I'll get your code converted by next Tuesday before lunch!"

      I mean, if you have a 250-man group of computer scientists WITHIN your IT department, don't you think you could do a little better at converting COBOL code in less than ten years?

      I also remember reading an article around the same time predicting that some major insurance company was going to go under simply because they could no longer maintain their code. AFAIK, it never happened - but everybody believed it could.

      If your company depends on that kind of cruft, you need to start thinking about RETHINKING your whole IT infrastructure - because something is seriously wrong there.

      The "if it ain't broke, don't fix it" axiom does not apply here, either, because by definition this stuff is being "fixed" regularly - and that's part of the problem.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    5. Re:Same here, and more... by Anonymous Coward · · Score: 0

      Careful, you might end up having to maintain g77 yourself... The GCC guys are no longer shipping g77, and have replaced it with an entirely new Fortran 95 based implementation called gfortran. It doesn't support all the old features g77 does. In other words, choosing open source is no guarantee that anyone (other than you) is going to maintain the tool.

  16. Re:My experience by simm1701 · · Score: 1

    Ah yes - we must all bemoan the lack of defrag for ext2 - it does make that particular troll memorable :)

    And having worked for IBM I can attest that token ring is still quite usable (but not that that realy matters - I'm sure IBM is the only company in the world that still has working token ring networks in use)

    --
    $_="Slashdotter";$syn="OTT";s;..;;;sub _{print shift||$_};s!ash!Perl !;s=$syn=ack=i;tr+LLEd+BLAH+;_"Just Another ";_
  17. "Cut and Paste" troll alert... by advocate_one · · Score: 3, Informative

    originals are Here and here...

    --
    Donald 'Duck' Dunn: We had a band powerful enough to turn goat piss into gasoline.
  18. vendor lockin is another point by bl8n8r · · Score: 1

    When you explain that the company's Word and Powerpoint presentations are potentially locked up in a format that belongs solely to Microsoft and nobody else, it gets their attention quickly. Curiously enough, it's usually something they hadn't considered before.

    --
    boycott slashdot February 10th - 17th check out: altSlashdot.org
    1. Re:vendor lockin is another point by Aladrin · · Score: 1

      That's great until he asks your migration strategy and you reply, "Oh, OpenOffice.org will import them." It blows the whole 'locked up' scenario right out of the water.

      It's not even that great a strategy when starting from scratch, as nothing else opens OO.o documents other than OO.o. Sure, you can guarantee that that version of OO.o will always be free and available, but you can't guarantee it'll run on Windows Vista, or BeOS, or whatever OS they company moves to next, just like MS Office.

      It's true that your company could always invest in having OO.o upgraded to fit the new OS, but they could also simply buy a native office app and not have the headache.

      No, "free and customizable" is the way to go. If your company needs MS Office to have feature X and it doesn't, there's no recourse. If your company needs it and OO.o doesn't, they can simply improve OO.o for their needs. It'll cost money, but that's better than being impossible.

      --
      "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
    2. Re:vendor lockin is another point by mrchaotica · · Score: 1

      It's not even that great a strategy when starting from scratch, as nothing else opens OO.o documents other than OO.o.

      Yeah, except for Abiword & Gnumeric, KOffice, IBM Workplace, Google Docs and Spreadsheets, the Mac OS 10.5 version of TextEdit, the next version of WordPerfect...

      Maybe you should do some research next time before spreading FUD, eh?

      By the way, there's no such thing as an "OO.o document." There's a standard file format called "OpenDocument" that OO.O happens to use as its native format, but that's all. Calling it an "OO.o document" is as inaccurate as calling it a "KOffice document" or a "Google Docs Document."

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    3. Re:vendor lockin is another point by Aladrin · · Score: 1

      Well I stand corrected, then. I had it in my head that KOffice (and Star Office, etc) were all forks of OpenOffice, but I see I had totally gotten that wrong as well.

      I'm glad there are enough other apps to open that format out there. Maybe if we can just get people to use them, now.

      --
      "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
    4. Re:vendor lockin is another point by mrchaotica · · Score: 1

      OpenOffice is a derivative of Star Office, and IBM Workplace is a derivative of OpenOffice (I don't think any of them are technically "forks" because they're continuing to share code). Otherwise, all the other things have entirely separate code bases.

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  19. Re:The FSF and Activists may come knocking by tezza · · Score: 3, Interesting
    Seeing as some kind soul modded my original post as Flamebait, I'll take another post to say I probably wrongly singled out the EFF, whereas I probably meant the FSF.

    In this thread you can see an employee[1] of FSF (novalis atsign fsf.org) asking for submissions about the Linksys software. This is not out of simple interest in what is running. It so that they can build a case to ask Linksys to prove they have complied with the various licensing terms of the open source software incorporated in their device.

    For the other people out there who might mod this down, here is a more comprehensive list:

    * Theo de Raadt On Firmware Activism - requiring firms to open linked code

    * And the whole SveaSoft debacle - Is Sveasoft Violating the GPL? - Please note this entailed multi-party activism with external people deciding to leak SveaSofts code

    -----------
    1 - someone claiming to be at least

    --
    [% slash_sig_val.text %]
  20. Re:My experience by Anonymous Coward · · Score: 0

    I'll take this as sincere and not a troll


    A quick google search says that it's probably a troll
  21. Flamebait? by cgenman · · Score: 4, Insightful

    It's quite different over here. It's not just a question of experimenting with OSS, it's a combination of seeing the job as deciding between presentations from different vendors and being averse to taking personal risks.

    As I mentioned, it seems like people have stopped doing their own research and now mainly choose between different schpiels from different vendors. Vendor 1 selling you something for 100,000 dollars, and vendor 2 selling it to you for 50,000? Clearly if you go with vendor 2, you've saved the company 50,000 dollars a year. No need to point out vendor 3, who doesn't have a substantial sales team but who sells something identical for 5,000 dollars per year, or an OSS solution which might need 1,000 dollars per year worth of tweaks. Or maybe it makes sense for you to write your own. We generally have a 2-vendor solution, and nobody can fault you for choosing the better of the two, right?

    The risk-aversion deepens. In corporate US if you create a product that everyone else is making, your job is reasonably safe even if it tanks. And, in fact, simply because everyone else is making it, it's likely to tank. On the other hand, if you create something original (i.e. something with an open market) and it tanks, it's more likely that your career will bear the brunt of that mistake. OSS is currently viewed a lot like that. Taking risks is largely regarded as a negative, and certainly regarded as a dangerous career move.

    One does not experiment with OSS, because one does not experiment. One either knows for sure, or one contracts a vendor who will bear the brunt of the responsibility when things might go wrong.

  22. Re: What happens if your vendor...? by Lord+Bitman · · Score: 1

    Right now I use Debian. I use it because I'm lazy.
    However, every now and then, a package will just stop getting updated. Maintainer goes on to better things, maybe. It's not that the software no longer exists, it's just the maintainer isn't making Debian Packages for it anymore. One reason or another. Often it's not "no longer making..." but "isn't making _right_now_, but really intends to at some point" (ie: packages are out of date)

    What Linux currently lacks is an overall packaging scheme to allow people to switch between using Packages and hand-built sources easily.

    Another example: Perl modules vs Debian packages. Ruby gems vs Debian packages. These systems are not linked together in any way, so if I say "gem install foo", and Debian later supports a foo package (as it often does), there's no connection to say "this already exists" or even "this exists over here, not over here" (many things like putting things in many places)

    I realize there are efforts being made towards fixing both of these problems, but that only serves to point out that they're very real problems.

    So what happens if you vendor goes away? You can just compile the sources by hand, of course!
    But if there's no overall packaging scheme, distribution is going to be hell.

    --
    -- 'The' Lord and Master Bitman On High, Master Of All
  23. Re:My experience by przemekklosowski · · Score: 2, Interesting
    The parent article is wrong on several levels, and frankly the mix of arrogance and ignorance suggests a troll job. My Bait-O-Meter is pegged on red, but what the heck, in the interest of keeping the record straight, here are some corrections:

    Although we met several technical challenges along the way (specifically, Linux's lack of Token Ring support and the fact that we were unable to defrag its ext2 file system), Linux has Token Ring support for at least six years now (http://www.linuxtr.net/). Similarly, ext2 filesystems do not need to be defragged, normally, and even if the poster hit some specific usage patterns that resulted in problems attributable to ext2, making kernel mods to ext2 would be the wrong thing for a consultant to propose. Finally, even if it miraculously weren't so (e.g. because the poster brilliantly spotted a simple fix to ext2 that everyone else missed), the idea to keep this fix private happens to be misguided on both technical and moral grounds, even if GPL wasn't an issue. This is so, because the filesystem code is a critical infrastructure, and due diligence requires it to be carefully rewieved. Not publishing it would prevent a peer review by the people who know the area much better than the poster, even if we assume that he is competent in fact.

    GPL, or the Gnu Protective License. Nuff said, after a legal consultation they still have no clue even to the proper name of the GPL. I guess failing on the preliminaries makes further progress difficult...

    Furthermore, after reviewing this GPL our lawyers advised us that any products compiled with GPL'ed tools - such as gcc - would also have to its source code released. [...] Although we had planned for no one outside of this company to ever use, let alone see the source code, we were now put in a difficult position. We could either give away our hard work, or come up with another solution. Yes, they got the meaning of the license completely wrong, too. It is widely known that a) compiling code with gcc does not require making the source available, and b) GPL requires making the source available only if the binary is distributed to the public.

    Although it was tought to do, there really was no option: We had to rewrite the code, from scratch, for Windows 2000. So, they wrote TR and ext2 for Windows (snicker).

    I may reconsider if Linux switches its license to something a little more fair, such as Microsoft's "Shared Source". Until then its attempts to socialize the software market will insure it remains only a bit player. 'Shared Source' essentially means that you can peek at MS code, but it doesn't mean that you can go ahead and deploy modifications. More importantly, most Intellectual Property rights are retained by Microsoft, How can anyone complain about IP loss in GPL and at the same time propose Shared Source, is a mystery. Oh, but it is a troll. OK then.
  24. I'm glad you bring this up. by VON-MAN · · Score: 1

    I'll explain the difference: in the Linksys case the company didn't supply source code but did use Open Source software, and the GPL clearly states you have to do this.
    Result: Linksys folded and opened its code (this is 2003, mind you) and nowadays we have http://www.openwrt.org/ and http://www.dd-wrt.com/. And I'm sure Linksys doesn't mind all the interest in its products.
    In the case of the BSA, they bribe disgruntled ex-workers to rat of their ex-bosses. When they knock on your door they're accompanied by a police officer (at least here) and you're told to leave alone every computer in the office until they've run (yes, run) their little tools.
    So, I think I do like the EFF better.

  25. OSS Free as in beer. Author is incompetent. by egork · · Score: 1

    With an Open Source license which does not restrict your use of the software, you can install as many copies of the software as you want. Since there are no licensing fees, you could install two or two hundred seats with no additional costs beyond the labor required to do so. Although there are OSS licenses, that allow you an unlimited free use of the software, there are commercial licenses as well. They are basically licenses for proprietary software, with (e.g.) per seat license, just the source is made available to you as well.

    Check the enterprise version of http://sugarcrm.com/

    Somebody who writes an article about OSS, should at least mention this "not free" flavor of OSS.
  26. Re: What happens if your vendor...? by neersign · · Score: 1

    What you speak of is definitely in *BSD, and I think it might be a part of Gentoo. I know for a fact that in FreeBSD, you can manually compile from Ports or you can use pkg_add (i believe from pkgsrc) to install a binary package. pkg_add has an option to grab a remote copy if you do not have one locally. Gentoo's portage is theoretically based on FreeBSD ports (hence PORTage). Portage makes it simple compile your own packages, and I believe there is an option to install a precompiled binary but I am not 100% sure if you can tell portage to grab the binary from a remote server or if it needs to be available locally.

  27. Not the same thing though. by zotz · · Score: 1

    At least I have never read of the BSA knocking because people were distributing or selling software copyrighted by another, rather the articles are about them knocking because a company buys one licensed version and installs it multiple times or some variation on that theme. Some even may have purchased all the copies they have installed but just not tracked the licenses properly.

    Using a bit of software rather than trading in it.

    Now, I imagine that they may knock in the trading cases as well, but not nearly so many businesses trade in software as use software.

    So, your point may apply to the former, but do you hold that it applies to the latter as well?

    all the best,

    drew

    http://www.youtube.com/watch?v=vcaf2ThG7q4
    UFO seen in skies over Winton!

    --
    FreeMusicPush If you want to see more Free Music made, listen to Free
  28. BSA by rnmartinez · · Score: 1

    How powerful are these guys, I mean really? Do they exist in Canada? Despite privacy laws and all this bullshit do they have some kind of authority to march into your business? I just never really understood how they work

    1. Re:BSA by Anonymous Coward · · Score: 1, Funny

      You better believe it!

      I work for the BSA, and if I want your ass you have to bend over and say 'How deep?'.

      Last night I took a girl out for a night, and when I turned up at the swankiest restaurant in town, the Maitre'd threw out a Michelin critic to seat me for a free meal rather than have me audit his reservation system.

      Later in her car she had the option of swallowing or me going through her PC. Guess which she chose!

      You think the Iraq war is about WMD, right? Wrong! We caught him upgrading an old laptop with a pirated W98.SE, and he tried to cheat us on the oil fine we levied.

      Have you wondered why there is so much interest in civilian space-shots recently? A few years ago we heard that NASA bought one licence for the moon lander software and used TWO copies, one for the Eagle and one for the back-up. Once we get up there and raid Tranquility Base, there's going to be an even bigger shortage in NASA funding than there usually is.....

    2. Re:BSA by Anonymous Coward · · Score: 0

      Yes. They can march into your business/school and demand (DEMAND!) that you provide licenses or face fines. This happend to a lot of schools in Oregon (who had very little money for computers in schools), and also to Ernie Ball (famous guitar string manufacturer). One story is here: http://news.com.com/2008-1082_3-5065859.html, and another was covered by slashdot here: http://slashdot.org/articles/02/04/22/1719218.shtm l. The BSA operates in Canada and other countries too. They can march in and shut you down if you are using software obtained illegally.

  29. Go, India, go! by Anonymous Coward · · Score: 0

    Hooray for India! It's all about the countries outside the USA. The USA, """land of the free""" will be the last in the world to embrace technology freedom, if indeed they do not outlaw it entirely. Every time I hear about Linux making a gain, it's outside the US.

    What's it like to simply walk into a store and buy a Dell laptop with Linux on it? (Linux installs are demanded by 22% in India I hear). What's it like to not have your ISP threaten to cut you off from the Internet if you don't use Windows? What's it like to not be suspected of being a "hacker" just because you uttered the words "shell script"? What's it like to not have the government search your hard drive to be sure you're sponsoring the monopoly?

  30. Re:My experience by Anonymous Coward · · Score: 0

    I'll take this as sincere and not a troll.

    Did you know the word "gullible" is not in any dictionary?

  31. Re:My experience by senatorpjt · · Score: 1

    Arcnet and token ring aren't obsolete, they're just limited to applications where reliability and timing are important. Which, oddly enough, also happens to be the exact situation where you'd want to use Linux (well, RTlinux, anyway), and have a modifiable kernel.

  32. FUD by utnapistim · · Score: 2, Informative

    Never again will you fear the BSA (Business Software Alliance) knocking on your door wanting to perform a software audit.

    As I see it, this is actually one instance where you only fear something if you've done something wrong; I mean ... why should you fear an audit if you're using legal software?

    I am using Linux at home almost exclusively, but for business cases, I've seen the following scenarios:

    • small company with legal software (Windows network), the small one being audited by BSA (and nothing bad happening).
    • small company with illegal software (also Windows network), got a big fine and then switched to Linux (instead of buying Windows) as a legal alternative;

    Either way, if you use proprietary software as a business, you should buy it (its part of your running cost, if you want that software).

    Also, the entire entry does not take into account the TCO of Linux, which can be a decisive factor. I'm not talking here about Linux versus Windows (though there is that), but I've seen Linux dismissed in our company in favor of SUN/Solaris machines and HP/AIX due to a much higher maintenance/configuration cost for Linux.

    --
    Tie two birds together: although they have four wings, they cannot fly. (The blind man)
    1. Re:FUD by Anonymous Coward · · Score: 1, Informative

      As I see it, this is actually one instance where you only fear something if you've done something wrong; I mean ... why should you fear an audit if you're using legal software?

      How do you prove it is legal software? Just show the shrinkwrap box? Bzzzt! Try again. The BSA wants proof of purchase; that includes sales receipts. Frankly, I am not sure I could find the shrinkwrap boxes for any of my legal copies anymore, let alone the damned receipts. There is no presumption of innocence; contrary to all US law, you must prove yourself innocent - the BSA does not have to prove you are guilty.

      Check this case:
      http://www.sun.com/customers/storage/ernie_ball.xm l

      The company was found to be out of compliance by a mere eight percent for its Microsoft desktop products (and even that small figure was accidental non-compliance, resulting from PCs being passed down to administrative staff without first having the hard drives wiped clean). Rather than fight the accusations, the company elected to pay the $90,000 in fines and legal fees...

    2. Re:FUD by utnapistim · · Score: 1

      How do you prove it is legal software? Just show the shrinkwrap box? Bzzzt! Try again.

      Ummm .... if you're using OSS, you don't. That is because (AFAIK) BSA is not looking for "pirated software", but for pirated software from the companies that sponsor them.

      If you're using purchased software, you SHOULD know where it goes, and why, the same as you should know where your hardware (or any other purchased resource for that matter) goes, and why; If you don't you're not really managing your resources.

      I think the company in your example chose to pay the fine because they admitted their negligence and because they didn't have a legal base for fighting the accusations.

      In our company we have the "Infra Team" keeping track of where and what software is installed. I've been more than once in situations where by switching projects, I was asked to uninstall some softwares from my machine (VMWare and XMLSpy come to my mind as I write this).

      --
      Tie two birds together: although they have four wings, they cannot fly. (The blind man)
    3. Re:FUD by The+Breeze · · Score: 1

      1. It is sometimes difficult, if not impossible, to produce licenses for all software that is installed. In a perfect world, a company could pull an invoice for each piece of software. In the real world, companies merge and dissolve, buy used equipment, and move machines all over the place, sometimes losing identifying information. Also, the BSA's requirements for "proof of a legal license" are much stronger than what the law requires; i.e. the BSA tells your business, "Even if you have an invoice if it doesn't meet our specifications we're going to litigate, we may lose in court if we're unfortunate enough to get a competent judge but you can settle now for $x which should be cheaper than going to trial." Get that? You can legally own software, and if you go all the way to court the court will agree you own the software, but if it doesn't meet the BSA checklist of THEIR accepted proof they will sue you anyway and put the burden on you.

      2. When the BSA does an audit, they shut your office down. No one works. Lost productivity, anyone?

      3. No matter what, it costs money to respond to a BSA audit. Even if they find nothing wrong, which is rare.

    4. Re:FUD by kuom · · Score: 1

      mod parent up!

    5. Re:FUD by Anonymous Coward · · Score: 0

      That is because (AFAIK) BSA is not looking for "pirated software", but for pirated software from the companies that sponsor them.

      Of course; they are sponsored by the people who sell software. Where in the hell did you see anything that suggested I was talking about OSS software?

      I think the company in your example chose to pay the fine because they admitted their negligence and because they didn't have a legal base for fighting the accusations.

      Then where did statements in the article like this come from?: "The company was found to be out of compliance by a mere eight percent for its Microsoft desktop products (and even that small figure was accidental non-compliance, resulting from PCs being passed down to administrative staff without first having the hard drives wiped clean)."

      With those kind of stats compiled, I think they probably had a pretty good case. The point is, even if they win, they lose! The cost of the lawsuit and lost productivitiy while they fight the lawsuit probably total much more than the $90k. This is extortion!

      In our company we have the "Infra Team" keeping track of where and what software is installed. I've been more than once in situations where by switching projects, I was asked to uninstall some softwares from my machine...

      What a waste! Even though you have never been audited, your company is paying a huge price over and above the cost of purchasing that software. What the hell else could these people be doing to actually help your company make money?

    6. Re:FUD by Anonymous Coward · · Score: 0

      If you are done with that crack pipe, please pass it to the next M$ fanboy.

      Thank You,
      Management

  33. Re: What happens if your vendor...? by Lord+Bitman · · Score: 1

    Well, yes, it's simple to compile your own packages when that's what the entire system is based on. Attack of the poor metaphor: "I've had trouble with others providing me with only screwdrivers. Do you provide a hammer?" "Yes. In fact, it's a very good hammer because that's all we provide, so we can stay focused."

    I hear many good things about Gentoo. If they'd just get rid of that one tiny problem..
    Throwing out the "way things are done" may be a good thing, but I don't think throwing out the concept is. It's a good concept.

    --
    -- 'The' Lord and Master Bitman On High, Master Of All
  34. Re:OSS Free as in beer. Author is incompetent. by studpuppy · · Score: 1
    Amen.

    I've been seriously studying the Open Source market for 4 years now, both from "how does my company consume and support open source projects that add value to our commercial offerings" as well as "how does my company compete against open source-based solutions that directly face off against our same commercial offerings". (It's a tough job, filled with contradictions...).

    One of my biggest frustrations, and the point I've often made to customers, is that just because something is based on Open Source, it doesn't mean that they are getting the benefits of using an Open Source model.

    Any commercial company, save perhaps a complete custom-development & integration shop, that provides any sort of standard support and maintenance services on a solution that has open source elements within, is going to want to limit their customers' ability to churn the software environment and negatively impact their ability to provide support. So, in the end, although the customer is entitled, by GPL, to a copy of the code, actually modifying and attempting to use the modified code becomes a violation of their support contract (and not their software license).

    So, in the end, the customer may like Open Source, but ends up with as closed a solution as any proprietary coded system.

    Heck, just take a look at the multitude of Asterisk-based VARs that are out there, including Digium, Fonality and SwitchVox (among others). Even Digium, who oversees the Asterisk.org community, provides proprietary elements in their Asterisk Business Edition, and in doing so completely restricts customers from updating the Asterisk core elements that are OSS based without violating Digiums' commercial licensing for ABE.

    And yes, I know that Digium holds that they have the right, via copyrights, to release Asterisk under a proprietary [non-GPL] license model. My point applies equally to Fonality, SwitchVox and others -- no commercial vendor who wishes to make money on support can afford to have their customers randomly upgrading or enhancing the underlying code base upon which their support is based. At least not without incurring exorbitant costs, and passing those along to their customers.

    --

    All things being equal, if I still remembered how to program, I'd probably be writing open source applications. However, my paycheck doesn't come from an open source company (yet).

    --
    The last time I wrote code, it was Morse
  35. You're off the mark in either case by HangingChad · · Score: 0, Offtopic

    I probably wrongly singled out the EFF, whereas I probably meant the FSF.

    Your comparing apples and oranges in either case. The choice to use open source software as part of your development process begins early on. Linksys didn't wake up one day and discover GPL code in their router firmware. They made a conscious decision to use GPL code as a base to cut development costs early on, knowing full well what the license terms required. Later they decided improvements and modifications were "theirs" and they didn't have to give anything back.

    The alternative is to pay the money up front and write your code from scratch. They knew exactly what they were doing, I've heard other companies saying the same thing. Line usually goes something like, "We won't put it out there. Let them sue us, we can always settle and bury a copy of the source code somewhere on the server it's hard to find." Because there are no monetary damages involved, some companies feel like they can use open source code and later play hardball with the open source community about releasing changes.

    So, yes, when you start your project with open source code...all your base belongs to us. It's not a secret, you know that starting out. And if you discover later that one of your programmers has been gun decking their contributions by copying open source code, you have the option of removing their contributions...and if you can't separate their contributions you shouldn't be in the software business anyway...and pay for a rewrite. That's the way OSS works. It's not a secret. There are options if you don't like the deal. Because some companies are going to be dickheads and go to court before they'll release changes doesn't mean it's anything like the proprietary enforcement model.

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
  36. Not the same thing though-Incorrect. by Anonymous Coward · · Score: 0

    I think the point you're missing is that in both cases there's an implicit threat hanging over anyone who uses their software. Trading, multiple copies, all are diversions to the main point. Use our software in an approved manner, or else...!

    1. Re:Not the same thing though-Incorrect. by Anonymous Coward · · Score: 0

      Please point out one example where someone has been threatened for using any Open or Free software.

    2. Re:Not the same thing though-Incorrect. by 99BottlesOfBeerInMyF · · Score: 1

      I think the point you're missing is that in both cases there's an implicit threat hanging over anyone who uses their software. Trading, multiple copies, all are diversions to the main point. Use our software in an approved manner, or else...!

      And this is where you've failed to understand the fundamental difference. No one has ever been sued for using GPL'd software. Some have been sued for republishing GPL'd software, but it is illegal under copyright law to republish software without permission in the first place. An analogy would be whether you're sued for saying "hi" to someone in public who has a shirt on that says, "by reading this you agree not to say 'hi' to me" or if you're sued for theft when you see them in public, say "hi" grab their laptop bag and leave without having permission to take the bag and don't mow their lawn (when that person has granted permission to take their laptop to any and all people who agree to a legal contract that obligates them to mow the person's lawn). No one has a reasonable expectation that they can republish another person's work, for profit, just as no one has the expectation they can just take someone's laptop.

    3. Re:Not the same thing though-Incorrect. by zotz · · Score: 2, Informative

      "I think the point you're missing is that in both cases there's an implicit threat hanging over anyone who uses their software."

      Actually, I think it is you who missed the point I made. To my knowledge, no one has ever had problems if they are a simple user of a GPL program. Now the story is different for those who make and distribute or sell copies and for those who make or sell derivatives.

      If you know of people getting in trouble for simply running GPL programs, I would like to hear about it.

      all the best,

      drew

      --
      FreeMusicPush If you want to see more Free Music made, listen to Free
  37. Most off the mark in either case by Anonymous Coward · · Score: 0

    No, he's quite on the mark, and all of you seemed determined to ignore his point (guess that's why he got a flamebait). It's not about license terms, and who knew what.* It's not about who you like better. It's about the fact that there are GPL advocates who will rat on you. Just because they don't take out ads doesn't in any way diminish his point. Good or bad, that's a fact.

    *All your arguments could apply to closed-source as well. Those companies who violate their EULAs KNEW what they were doing too.

    1. Re:Most off the mark in either case by 99BottlesOfBeerInMyF · · Score: 1

      No, he's quite on the mark, and all of you seemed determined to ignore his point (guess that's why he got a flamebait). It's not about license terms, and who knew what.* It's not about who you like better. It's about the fact that there are GPL advocates who will rat on you. Just because they don't take out ads doesn't in any way diminish his point. Good or bad, that's a fact.

      I disagree. The original poster was off the mark because he tried to equate the BSA coming after you for using software you can't prove you have a license for with GPL supporters coming after you for reselling software you know you don't have a license for. The difference is between using and reselling. No one will come after me for viewing a movie, but if I start selling copies of it, you better bet I should know I'm breaking the law.

      *All your arguments could apply to closed-source as well. Those companies who violate their EULAs KNEW what they were doing too.

      Wrong. No one reads EULAs and even if you do how are you supposed to know if accounting lost your serial number or receipt? EULs are questionably legal and routinely include terms that are completely unenforceable and everyone knows it. EULAs try to remove arbitrary rights you have while using software. The GPL grants certain rights with certain conditions. If you did not read the GPL and have no idea what it says, you have no problem so long as you are not doing something that would already be illegal under existing laws. That is a fundamental difference.

  38. Don't come a knockin by Anonymous Coward · · Score: 0

    'Never again will you fear the BSA (Business Software Alliance) knocking on your door wanting to perform a software audit. The BSA even takes out advertisements on Google search pages for and up to $200,000 reward a disgruntled ex-employee
    Of course if you don't want em knocking you could just not steal software.
    1. Re:Don't come a knockin by ajs318 · · Score: 2, Insightful

      Which would be fine. But most people's definition of "stealing" does not include "paying for it, then mislaying the receipts".

      --
      Je fume. Tu fumes. Nous fûmes!
    2. Re:Don't come a knockin by Anonymous Coward · · Score: 0

      1. Get a job in IT at company XYZ
      2. Install illegal software
      3. Quit or get fired
      4. Turn company in
      5. Profit!

      Posted anonymously for obvious reasons.

  39. Re:OSS Free as in beer. Author is incompetent. by 99BottlesOfBeerInMyF · · Score: 1

    Although there are OSS licenses, that allow you an unlimited free use of the software, there are commercial licenses as well.

    While your point is true, you're making a mistake as well. "Free as in beer" and "commercial' are not mutually exclusive. AOL ships a million "free as in beer" CDs all around the country, but it is still a commercial venture. The BSD and GPL licenses are well known and used by businesses to license software they create in order to make a profit. Just because that method is not selling licenses to use said code makes it no less commercial.

  40. Re: What happens if your vendor...? by AvitarX · · Score: 1

    What if package foo isn't in ports/portage?

    I could be wrong, but it seems entirly possible to me that the problem isn't compiling from source, but adding packages not in official repositories (or even un-official ones).

    --
    Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
  41. Oh, nice change of reality by Anonymous Coward · · Score: 0

    "Still it was a pain in the butt to get approval and then deal with receipts, invoices, shipping, etc. "

    And that's different from any other expense how? It seems to me like you all want software to be under a different set of rules (much like everything else digital. But that's an argument for another time)

  42. Preaching to the Choir by jrentona · · Score: 1

    It is always unsettling when 100% of the comments to a post agree. Reminds me of the dotcom bubble or enron or the subprime market in 2006.

    I don't know; maybe I just like being a contrarian too much.

  43. Why wait? by Svartalf · · Score: 2, Informative

    TurboTax has DRM that messes with your machine in ways that can trash it- in and of itself
    that merits changing off of the product for a comparable solution.

    TaxCut doesn't seem to do this and works completely correctly under WINE and CrossOver,
    even down to printing the forms. I've done my taxes for the last 4 years without needing
    to reboot into XP. No hassles once you've got the web foundation fonts installed in WINE.

    It just simply works. It's not as good an answer as a native version of either tax program,
    but I suspect you may be waiting another couple of years for that to happen. Why wait if
    that's the only hold up for you?

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
    1. Re:Why wait? by Technician · · Score: 1

      Why wait if that's the only hold up for you?

      Noob. Never messed with Wine. The printed manual is more than an evening of casual reading. The tax deadline is aproaching. Maybe next year. Shifting gears with a looming deadline is not a good idea. When free of the deadline is the time to experiment and learn all the bugs.

      --
      The truth shall set you free!
  44. What's new? by Anonymous Coward · · Score: 0

    I've been reading stuff like this for about five years?

    Does it really deserve space on Slashdot?

  45. Re:My experience by LWATCDR · · Score: 1

    You are feed a troll and you are also spreading FUD.
    "How the hell did your company take the time to learn Linux to such a degree to be able to "modify the kernel code to fit your needs" and NOT know that it had to be shared..."
    Google has made many modifications to the Linux kernel not all of them have been shared.
    You only have to share you code with the people you distribute it to. So if you are paid to make some changes to the Linux kernel for a big company you must give that big company the source. You don't have to give it to anyone else on the planet.
    Now if that big company distributes that code to other entities then they would have to make the source code available to those entities.

    And using GCC doesn't make your code GPL.

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  46. Re:My experience by just_another_sean · · Score: 1

    Sounds like the ignorance of your lawyers ended up costing you a lot of money. Next time you should get a second opinion.

    --
    Creationist Textbook Stickers Declared Unconstitutional by CowboyNeal
  47. Re: What happens if your vendor...? by Anonymous Coward · · Score: 0

    You will never, ever, get what you want on Linux. Even if there was some epiphany moment and 99.9% of all developers suddenly agreed on a single standard and instantly began supporting it, you would still have to deal with asshats like DJB and Jorg Schilling who think they know better than everyone else and insist on using their own tools and installation systems that don't work like anything else known to man. Oh, and you'd have huge amounts of badly designed "portable" code produced by post-grad students that re-invent the wheel at every opportunity because they're too stuck up to use accepted standards, or somehow believe that supporting vintage 1970s DEC PDPs is important so they "can't" do things in a sane manner.

  48. Re:OSS Free as in beer. Author is incompetent. by 99BottlesOfBeerInMyF · · Score: 1

    One of my biggest frustrations, and the point I've often made to customers, is that just because something is based on Open Source, it doesn't mean that they are getting the benefits of using an Open Source model.

    No one always gets all the benefits offered by any advantage in software or anything else. It is possible to have an open source software offering that is so obfuscated and encumbered by patents that there is basically no advantage to using it. That is not common in my experience. The point is not to ignore the potential advantages of a whole class of software because you don't understand the underlying business method.

    Any commercial company, save perhaps a complete custom-development & integration shop, that provides any sort of standard support and maintenance services on a solution that has open source elements within, is going to want to limit their customers' ability to churn the software environment and negatively impact their ability to provide support.

    While customizing software ourselves negates our support option for modified copies of that software, that does not remove the advantages brought by the fact that the software is OSS. We can make those modifications in the first place, if the business case supports it. We can get support contract from one of a dozen companies drastically reducing the cost.

    no commercial vendor who wishes to make money on support can afford to have their customers randomly upgrading or enhancing the underlying code base upon which their support is based.

    Umm, we submit enhancements to Apache and Linux all the time and that does not negate our support contract or undermine the companies that supply said contracts. Any company who relies entirely upon support for revenue is one you should be very careful doing business with. They have a vested interest in increasing your dependence upon that support which is opposed to your best interests. In the long term, that is no business model.

    However, my paycheck doesn't come from an open source company (yet).

    My paycheck does come from a company that develops open source software as well as closed source software. What most people don't understand is that OSS works as a business model for software users who want software to aid them in creating value in some endeavor and who are not in the business of creating or supporting that software. If you're in the business of selling photoshop, the OSS business model is a poor fit. If you're in the business of editing photos and you need a flexible tool for doing that, OSS can be a great fit, if you can get enough other players to buy into that model at the same time. Even if you're the early adopter, if you're large enough it can make a pretty reasonable long-term business case.

  49. OSS is "auto-escrowed" software by grandpa-geek · · Score: 1

    To protect users against failure of the vendor to provide support, proprietary software must be escrowed. This involves placing a copy of the source code with an "escrow agent" who releases the source code under terms of an "escrow agreement" that defines what is meant by failure to provide support.

    In advocating OSS, I have for years pointed out that OSS is essentially automatically escrowed, which is a significant part of the argument made by this author. I think that both the auto-escrow feature and the choice of support provider are extremely important aspects of OSS.

    BTW, I've always wondered in escrow agreements how the escrowed software is guaranteed to be up to date, whether the escrowed software is sufficiently documented that a new support provider can step in without great difficulty, and how such provisions would be enforced by the escrow agent, which is usually a law firm.

    1. Re:OSS is "auto-escrowed" software by Dr_Barnowl · · Score: 1

      I used to prepare the escrow disks for a company writing healthcare software. Emphasis was not placed upon complete documentation. In addition, the proprietary tools (a compiler and various third-party components) were typically not placed on the disk either due to copyright concerns. It would have been impossible to reconstitute the software concerned just from the content of the disk, and getting hold of the required third-party materials is getting harder and harder, principally because most of it is no longer sold. I'm certain that no-one qualified ever checked the functionality of the escrow material, because it would have been instantly apparent that it wasn't quite all there....

      If I was still there, and still doing that job, I'd probably recommend that their build system got transferred to a virtual machine, and that a copy of the (open-source, preferably) VM server software, the VM image, and the full source-control repository were all required to be part of the escrow material. And I'd probably be blocked from doing it by management covering their ass. So I'd probably do it anyway, and put the contentious material in a folder marked with the "hidden" attribute. Heheh.

  50. Re:My experience by bjourne · · Score: 1

    How the hell did your company take the time to learn Linux to such a degree to be able to "modify the kernel code to fit your needs" and NOT know that it had to be shared...

    You'd be suprised, you'd be very suprised. In the embedded industry, it is very common for companies to distribute products with modified Linux versions without releasing the source. Ofcourse it is all rumors at this point, unless a law suit comes up where someone is payed millions, employees have very little incentive in outing their employers.

  51. The only problem with this attitude... by Colin+Smith · · Score: 1

    The risk-aversion deepens. In corporate US if you create a product that everyone else is making, your job is reasonably safe even if it tanks. 5 years and you're completely uncompetitive.

    --
    Deleted
  52. Re:The FSF and Activists may come knocking by asabjorn · · Score: 1

    Arguing that the enforcement of the GPL and other licenses is equivalent to the enforcement which BSA does is just rhetorics, since the GPL is not the only open source license out there so that a company which does not want to share it's changes can for instance choose a BSD licensed project instead. And how does it hurt any company that Theo decides that in *his* project he does not want any binary blob firmware? He and his fellow coders are the ones which do the work to enforce this policy.

    But even if we were talking about GPLed software I find this argumentation capricious. The first thing which strikes me as wrong with this kind of argumentation is that the rights to modify and change the software is something which most proprietary software companies will not give you, so the simple provision that you have to give back your changes in order to distribute GPL software is *not* the same kind of software provision BSA is using to put it's customers customers in line. BSA controls the way you use software you have *not* changed in any way which is something the GPL does not restrict at all.

  53. Re:OSS Free as in beer. Author is incompetent. by Anonymous Coward · · Score: 0

    Enterprise versions with those sorts of licenses are not OSS licenses, so the original author is correct and egork is a prat (that revolting confluence of arrogance and incompetence).

  54. Why the emphasis on $$$??? by dave562 · · Score: 1

    I've been reading /. for about a year at this point (hence the high UID). It seems to me like most of the articles that I read that champion OSS almost universally use the economic ("free", no licensing cost, etc) argument. How long until OSS starts selling itself based on features and functionality? We are all aware of the potentially lower TCO involved with OSS. We are all aware of the strong security foundation that contributes to the potentially lower TCO. What about the functionality though? What functionality does OSS deliver to the SMB market that the competetition hasn't already been doing for years?

    1. Re:Why the emphasis on $$$??? by 99BottlesOfBeerInMyF · · Score: 1

      What functionality does OSS deliver to the SMB market that the competetition hasn't already been doing for years?

      The functionality is based upon the individual offering, not the licensing. Does Apache have a better feature set than ISS? Most people think so and it is more suitable to a small business. The point is, you can't talk about the "functionality" of a means of licensing any more than you can talk about the functionality of software developed on the West coast versus the East coast. It doesn't make sense as a correlative measure.

    2. Re:Why the emphasis on $$$??? by dave562 · · Score: 1

      I was talking about functionality and licensing as seperate selling points. It seems to me that for the most part OSS is sold based on licensing. Will it ever be sold on functionality? From what little exposure I've had to it, it seems to me like the OSS mantra should be, "It's cheap and it's good enough." Where as the Microsoft mantra would be, "It's expensive, and it does things you don't even know you want it to do." (like install malware for you... there ya go, I made the joke for you so you don't have to.)

    3. Re:Why the emphasis on $$$??? by 99BottlesOfBeerInMyF · · Score: 1

      I was talking about functionality and licensing as seperate selling points. It seems to me that for the most part OSS is sold based on licensing. Will it ever be sold on functionality?

      I strongly disagree. "Open source software" the concept is licensing and thus the benefits of that license are what is discussed. Any given application, however, is sold mostly on features, only one of which is the license. No one decides to use apache only because it is open source. They use it because it is stable and secure and extensible. The company I work for builds really expensive specialty servers running on Linux. The bottom line model is about $40K. Another couple hundred bucks for a Windows server license would be nothing, if there was some advantage. The fact of the matter is, Linux works better for us. It is more stable and secure and customizable. That is open source being sold based on functionality, not license.

      From what little exposure I've had to it, it seems to me like the OSS mantra should be, "It's cheap and it's good enough."

      You might get that impression if you do a Google search for "open source." If however you look at a given open source project, rarely will you see it competing only on the license instead of price and features and license and support.

    4. Re:Why the emphasis on $$$??? by shmlco · · Score: 1

      "It's cheap and it's good enough."

      Why in the world would I want to bet my company on software that thinks it's probably "good enough"? Good enough for what? Good enough for government work? Good enough for my ten year old?

      Get back to me when you can say, "It's cheaper in TOC and it's best-in-class."

      --
      Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
    5. Re:Why the emphasis on $$$??? by dave562 · · Score: 1
      Why in the world would I want to bet my company on software that thinks it's probably "good enough"?

      You wouldn't and that is the point that I'm trying to make. By making the point I'm trying to encourage whoever writes these reviews and comparisons to branch out on their talking points.

      Like 99Bottles... said, he works for a company that makes boxes that go for $40,000 at the entry level. The companies who are buying those boxes aren't buying them because the Linux licenses are cheaper. Yet it seems to me like a good 95% of the pro-OSS/Linux/anti-MS articles that I read out there are all focused too much on licensing cost and not enough on what OSS does better/does that MS doesn't do.

    6. Re:Why the emphasis on $$$??? by dave562 · · Score: 1
      Also see: http://slashdot.org/comments.pl?sid=227167&cid=184 04117

      That is open source being sold based on functionality, not license.

      Just for discussion sake, what is the functionality of those speciality servers that you guys are building?

      Do you disagree with my point that most of the articles out there are too focused on licensing costs/benefits of cheaper licenses and not focused enough on the actual functional benefits that OSS offers over the competition?

    7. Re:Why the emphasis on $$$??? by 99BottlesOfBeerInMyF · · Score: 1

      Just for discussion sake, what is the functionality of those speciality servers that you guys are building?

      Network security and traffic monitoring.

      Do you disagree with my point that most of the articles out there are too focused on licensing costs/benefits of cheaper licenses and not focused enough on the actual functional benefits that OSS offers over the competition?

      I don't understand. Are you talking about the functional benefits of a given piece of software that happens to be OSS or the functional benefits the OSS license it confers to that software? Most articles about OSS talk about the benefits of the license because that is the common factor and that is appropriate. Most articles about a given kind of software, like Web servers, talk about what is common to Web servers, like their ability to serve Web pages quickly and securely and flexibly and cheaply and they might also mention how one server having an OSS license gives it an advantage. That also seems appropriate to me.

      Are you saying you think there should be articles claiming open source software leads to more/better functions in that software and hence it is better? If so I think that is bunk. There is good OSS that has more functionality than competing closed source software. There is closed source software that has better functionality than alternative OSS offerings. OSS tends to be better only in that the license gives users more options. Aside from that it depends upon the given software being evaluated.

    8. Re:Why the emphasis on $$$??? by dave562 · · Score: 1
      Are you saying you think there should be articles claiming open source software leads to more/better functions in that software and hence it is better? If so I think that is bunk. There is good OSS that has more functionality than competing closed source software. There is closed source software that has better functionality than alternative OSS offerings. OSS tends to be better only in that the license gives users more options. Aside from that it depends upon the given software being evaluated.

      From what I've seen, the people and groups who support OSS tend to fall into two groups. The vocal majority (minority??) seem to champion OSS as the answer for everything that is wrong with Microsoft. That group of individuals wants Linux on the desktops, Linux in the data center, and no more Microsoft. The other group seems to understand that OSS can be utilized in specific roles and they aren't out there to replace Microsoft (although I doubt they'd cry if MS went away).

      In answer to your question, Yes. I am saying that there should be more articles out there claiming that OSS software leads to more/better functions than closed source software... IF such claims can be made legitimately.

      What I'm getting from this conversation is that you think that so much emphasis is placed on the license because the license is one of the primary motivators that sells the software. "OSS tends to be better only in that the license gives users more options." True?

    9. Re:Why the emphasis on $$$??? by 99BottlesOfBeerInMyF · · Score: 1

      What I'm getting from this conversation is that you think that so much emphasis is placed on the license because the license is one of the primary motivators that sells the software. "OSS tends to be better only in that the license gives users more options." True?

      I agree if one assumes that your statement "the license is one of the primary motivators" is a given. I'm not sure that is really true in a commercial setting. From what I've seen at several different companies, having an open source license of any sort is considered a plus and a bigger plus if the software is widely deployed (tracking issue) or if we want to redistribute it. It is usually given as much value as having a license or vendor pre-approved by the legal department. In fact, I'd say open source software that uses a weird license like some of the ones Sun and Apple use, tends to be given the same consideration as closed source software, but from a pre-approved vendor. Neither of these factors usually is weighed anywhere near as heavily as cost of implementation of feature set. It could be, however, that my experience is not the common case. I get the impression from other professionals that it is, but I don't have any formal studies to back that up.

    10. Re:Why the emphasis on $$$??? by Plekto · · Score: 1

      Wow. Been forever since I last saw such blatant Troll Necromancy. That's an ancient, almost chain-letter-esque posting.

      ***anyways...***
      The emphasis on the money is because well, it's like the RIAA but for business. And by most estimates, over half of all companies use pirated software or have out of data licenses. If you get hit by them, your company might as well be fighting the IRS - it basically comes down to you pay or you pay plus court fees. For a large company with a few hundred employees, this can be a silly amount of money.

      It should be: "Forever free and good enough to get the job done." That's a powerful incentive for many small and medium businesses as well, since a hundred thousand in software fines or more can effectively cripple you. Not to mention the nonsense Microsoft reqires to upgrade to Vista and so on if you have servers - it's plain nuts.

    11. Re:Why the emphasis on $$$??? by dave562 · · Score: 1
      So your take on the subject of licensing is coming from the perspective of someone who is licensing the actual development technology itself. As a developer you definitely prefer to use open source, as opposed to a closed environment like Visual Studio and .Net. I completely understand that. I also understand what you say when you mention that the cost of implementing the feature set is a key factor.

      I've always perceived the OSS vs Closed Source (Microsoft) debate with regards to licenses from within the desktop / server context. I hadn't considered that most of the current "propaganda" out there might be target at developers first and foremost.

    12. Re:Why the emphasis on $$$??? by jp10558 · · Score: 1

      Well, first of all, a lot of software seems to be sold at a good enough feaureset for the price. When the price is $0, the featureset often needs to just be somewhere near the commercial competitiors. (Bad car analogy: When buying a car for food deliveries, a $14,000 toyota Echo might well be good enough even though there are additional features in a $40,000 lincoln towncar, and the towncar beats the Echo in every featureset measure for a car, but not enough for the base purpose of driving around with pizzas to justify tens of thousands more).

      On Topic: OCSNG + GLPI, OSS inventory and deployment software. These mostly need to run a client on each machine. Any commercial vendor I looked at wanted per client and server licenses, and the few that covered multiple platforms (Linux, Windows, Mac OSX) were in the range of ZenWorks @ $41 per client. For a 400 machine network... that's a lot of money.

      What we need is a list of hardware, software, and the user logged on the machine, oh, and package deployment on Windows is a nice extra. OCSNG gives us that for free. Without having to spend months trying to get licenses, tracking to make sure every time we deploy a new image that we've got one more license in order (We're trying to get our licenses in order, not make it worse! And it costs a lot in time checking and ordering and waiting for new licenses). GLPI integrating with license tracking, location tracking, generic information fields, contract tracking etc is all just gravy on top of the base need, which is some idea of what's installed where, and who's using it. The somewhat unique deployment feature of a pull from the client works lots better with the increasing laptop base for them actually getting the packages vs them often missing the deployment as they weren't on the network when it was pushed with our previous solution.

      Does OCSNG beat ZenWorks feature to feature, or even polish to polish? I doubt it, but I never even got to try ZenWorks as it was too expensive. And this is another reason the price selling point pops up again and again - we were stuck with having no inventory system, or an OSS inventory system (free licenses). None of the commercial cross platform products were within our budget, which isn't huge, ~$5 per machine might have happened, but no way $41 per was.

      --
      Opera, Proxomitron-Grypen,GPG 0x0A1C6EE3
    13. Re:Why the emphasis on $$$??? by jp10558 · · Score: 1

      Well, I suppose it all would depend on how important buget concerns were. If money isn't an issue, then you'll of course only rate on other metrics. But rarely in the real world is money so far down the metric list that cost doesn't have a large effect, if only at the high end - is the additional 10% higher rating in class worth 300% the cost? I can't believe it's often that that is the case.

      --
      Opera, Proxomitron-Grypen,GPG 0x0A1C6EE3
  55. Minor nit by theonetruekeebler · · Score: 1
    This is all nuance, but:

    Linksys, which got the software under the GPL, had to comply with the GPL as soon as they were selling it in a modified form. s/selling/distributing/
    --
    This is not my sandwich.
    1. Re:Minor nit by Sique · · Score: 1

      Selling is a subset of distributing ;)

      --
      .sig: Sique *sigh*
  56. pwning Apple by not_hylas(+) · · Score: 1

    "So what did swearing off Microsoft entail?
    We looked at all the alternatives. We looked at Apple, but that's owned in part by Microsoft. (Editor's note: Microsoft invested $150 million in Apple in 1997.) We just looked around ..."

    Microsoft has never owned any part of Apple, that stock they bought in '97 was non voting, a "DOJ good faith" effort, trying to dodge a bullet.

    Mr Becker, the c|net's articles writer, glosses over this obvious fact with a link,
    "investment cannot be sold for three years and covers non-voting shares in the company." ... but does not *truly* correct.

    Ernie Ball was misinformed by his IT vendors, team, but, no matter, at least he got away from The Problem(TM).
    A damn sight better than having to do business with thugs.

    I don't know about you guys, but ever since the Boy Scouts of America (BSA) took over this whole software enforcment stuff, I think it's tarnished their image, I wouldn't let my boys join - going around to strange businesses, strong-arming IT departments, scaring old ladies and children. ... I thought there'd be more camping.

    --
    ~hylas
  57. THIS ACTUALLY ISN'T FUD! by mrchaotica · · Score: 1

    It's funny, but when *I* say "Nice business, be a shame to see it audited..." people start talking about calling the cops if I don't leave immediately.

    Yeah, but you aren't Microsoft. First of all, Microsoft EULAs require you to agree to allow the BSA to audit you. Because of that, calling the cops won't do you a damn bit of good since it's ostensibly legal. Second, Microsoft has proven itself to be above the law anyway.

    The BSA is not FUD; it's a very real threat. You should STFU and do your research before you start spouting off, because you're the one who's actually spreading FUD!

    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  58. I'm not kidding by SkorpiXx · · Score: 1

    Did anyone else get an ad on this page from Google about reporting piracy to BSA? I shit thee not.

    --
    bah.
  59. Re:OSS Free as in beer. Author is incompetent. by init100 · · Score: 1

    So, in the end, the customer may like Open Source, but ends up with as closed a solution as any proprietary coded system.

    Not exactly. With the source, the customer can cancel the support agreement with one support vendor, and get another. That isn't really possible with closed source software. In that case, the original developer is the only support option. The only other option is to switch systems.

  60. Re: What happens if your vendor...? by Lord+Bitman · · Score: 1

    I suspect virtualization will invalidate your argument in time.
    If I /really/ need to install some software which will absolutely not (no matter what) play nicely with any other software, I'm fine with it running in some virtual playground where it thinks things are however it wants.

    Meanwhile: in various environments, supporting outdated backwards pieces-of-shit is part of the spec. I prefer "write a portability layer around both ways", but often a policy of always using the lowest-common-denominator can be simpler.

    --
    -- 'The' Lord and Master Bitman On High, Master Of All
  61. Re:My experience by gujo-odori · · Score: 1

    This so completely false that I can only imagine the person who modded it "troll" was spot-on.

    Nothing in the GPL (V. 2, at least, who knows how V. 3 will wind up?) requires you to release the source for modifications you create only for in-house use and do not distribute. A couple clear examples:

    1) Linksys did have to release their source because they made a product for distribution and in fact distributed it. The fact that it was an embedded system does not change the fact of distribution, thus they were required to honor the license; I'm sure you have no problem with honoring licenses, right?

    2) My former employer makes extensive use of Linux and other GPLed software, and in fact built they business around it. They have also modified that software, and directly use it to support customers and provide the services they offer. However, since none of that software is ever distributed (it runs only on the company's servers, under their control in their own co-los), there is no requirement to release any source code for the modifications.

    Since you're a troll, I'm sure there is no "lawyer" who told you those things, but on the off-chance there is, you need to get a different lawyer and that one needs to be disbarred for incompetence.

    In the case mentioned - a company hired you to do some consulting work and wanted it done in Linux - the only party you'd have to release the source code to is the company that hired you, since what you're doing is a work for hire and they own the code, not you, unless you have a contract with them that says otherwise. Since it is a work for hire and the code has therefor not been distributed, no source release is required. Even if there was, however, the GPL terms are satisfied by giving the source code to those to whom you distributed a binary. If you provided binaries only to the company that hired you, then you are under no obligation to provide source to anyone but them. If they do not distribute it further, then they don't have to give source to anyone, either. Since investment firms are not in the habit of distributing their software, that's unlikely to happen.

    Token ring? Since when does Linux not support it? Not that I've seen a token ring net in years...

    Note that I address these points only to keep anyone new to free software from being taken in. I'm certain you made up the entire story and none of these events ever took place.

  62. Not comparable. by Anonymous Coward · · Score: 0

    First, a few points:

    1) They're not merely using OSS, they're redistributing it.

    2) Unlike a BSA audit, I don't believe they had to pay large amounts of money. All they had to do was give up copies of the source code they modified (note that it is not "their" source code, it is a modification of Torvald & co's source code).

    3) Unlike a BSA audit, Federal Marshals did not visit their workplace, make a nuisance of themselves, or run a huge, expensive audit of all the software on all of their computers.

    4) Unlike a BSA audit, they were not subjected to humiliation in the local media. Contrast this with the case of Ernie Ball.

    So say what you like, but I'd *much* rather have a nice C&D letter from the FSF that I can comply with than to be invaded by jackbooted thugs from the BSA. The behavior isn't even remotely comparable. Yes, you could call it a "risk" but it doesn't seem like one that would cost the company anywhere near as much in either manpower or money.

    The BSA doesn't play nice. That's the point. And it's why I want nothing to do with them (which makes OSS all the better--you can tell them where to stick it, because you aren't using *any* of their software).

  63. Re: What happens if your vendor...? by neersign · · Score: 1

    I haven't used either extensively enough to fully answer your question, but I do know that Gentoo allows you to keep a custom "overlay" so you can have portage manage "custom" packages. As for *BSD ports/pkgsrc, I don't know exactly, but I know that FreeBSD Ports is named so because the packages are ported to run natively in BSD.

  64. Sadly, that's inaccurate. by Anonymous Coward · · Score: 0

    > As I see it, this is actually one instance where you only fear something if you've done something wrong; I mean ... why should you fear an audit if you're using legal software?

    I wish that were true, however, after reading about their demands, I think they're less than reasonable.

    Here are a few specific points:

    * They have Federal Marshals visit your company. This disrupts operations and may frighten customers. They do this to prevent you from "destroying evidence." You don't get any warning ahead of time. Their only evidence is likely to be a statement by a disgruntled ex-employee. They don't care if said employee is the one *responsible* for any such violations.

    * You think that the Windows license sticker on your computer is good enough? Nope. You think that having licenses is good enough? Nope. You need a dated invoice for *each and every* bit of software. Otherwise, you might have bought the license after the fact, or something...

    * They don't litigate to win, they litigate to make it expensive for you to do anything but settle. Oh, and thanks to the EULAs they make you click through, you owe them the attorney's fees. Ouch.

    If you don't believe me, feel free to look up the case of one Ernie Ball where he discusses these points as well as the fact that his company was lambasted by the BSA in the local media as part of a shakedown on local "pirates."

    In other words, you do NOT want to deal with these folks. The only way to manage that is not to use their software at all.

  65. Re: What happens if your vendor...? by neersign · · Score: 1

    I don't quite understand what your argument is here. I posted saying that both FreeBSD and Gentoo allow you the choice of compiling your code our installing packages, to the best of my knowledge. I know the philosophy of Gentoo is based around custom compiles, but they still include an alternative. I know FreeBSD can grab the binary packages from an online repository much as apt-get can, but I am unsure if Gentoo can do that or if you need to provide the binary packages yourself (i.e. compiling on a central server then distributing to clients).

  66. Oh boy! by Anonymous Coward · · Score: 0

    I own an OpenSource Company and now I seek linking to my Op-Ed to drive business!

    Did slashdot get paid for this advertising?

  67. Re:The FSF and Activists may come knocking by Master+of+Transhuman · · Score: 1


    I wouldn't worrry about the FSF. The only thing they seem to care about is making sure Stallman gets the credit for "inventing" "GNU/Linux" because a bunch of GNU utilities are included with Linux.

    An article the other day described how a journalist wanted some information on GPLv3. Stallman wouldn't talk to him - and forbade anyone else from talking to him - until the journalist agreed to always refer to Linux as "GNU/Linux."

    If this isn't completely stupid fanaticism on the part of Stallman, I don't know what is.

    The FSF's argument in any case is braindead. You need a desktop just as much as you need cat, so why isn't Linux called "KDE/Linux" or "GNOME/Linux" or even "Xfce/Linux"?

    And refusing to discuss GPLv3 until Stallman's ego is stroked? Pathetic.

    Stallman is someone I can't pay any further attention to. He's gone completely senile.

    --
    Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
  68. Re: What happens if your vendor...? by Lord+Bitman · · Score: 1

    Gentoo can't do that, according to everyone I've ever asked.

    --
    -- 'The' Lord and Master Bitman On High, Master Of All
  69. Re:My experience by ozmanjusri · · Score: 1
    I think we've both just fed the troll.

    You've done more than just feed the troll.

    The last thing Microsoft wants is an genuinely interesting discussion on the business case for OSS. Their shill has just deflected the possibility of such a discussion. Instead we have hundreds of repetitions of the standard boring explanations of the GPL's scope that everyone has read a thousand times before.

    It's been an extremely effective tactic for a long time here. Post a trollish comment as a red herring at the start of any potentially productive discussion of Linux or FOSS. Any interesting posts promptly are buried in an avalanche of "me too" replies to the troll.

    --
    "I've got more toys than Teruhisa Kitahara."
  70. [Slightly OT] Where do they get the right? by core_dump_0 · · Score: 1

    I don't understand how they get the right to search businesses without a warrant. Is it just the threat of a lawsuit, or is there some law I don't know about which allows BSA audits to happen?

  71. Re: What happens if your vendor...? by neersign · · Score: 1

    you hang out with the wrong people: http://gentoo-wiki.com/MAN_emerge

    specifically:

    --buildpkg (-b)
            Tells emerge to build binary packages for all ebuilds processed in addition to actually merging the packages. Useful for maintainers or if you administrate multiple Gentoo Linux systems (build once, emerge tbz2s everywhere). The package will be created in the ${PKGDIR}/All directory. An alternative for already-merged packages is to use quickpkg which creates a tbz2 from the live filesystem.
    --buildpkgonly (-B)
            Creates binary packages for all ebuilds processed without actually merging the packages. This comes with the caveat that all build-time dependencies must already be emerged on the system.

    --getbinpkg (-g)
            Using the server and location defined in PORTAGE_BINHOST (see make.conf(5)), portage will download the information from each binary package found and it will use that information to help build the dependency list. This option implies -k. (Use -gK for binary-only merging.)
    --getbinpkgonly (-G)
            This option is identical to -g, as above, except it will not use ANY information from the local machine. All binaries will be downloaded from the remote server without consulting packages existing in the local packages directory.

    so it appears that Portage can not only install binary packages, but it can grab them remotely, too.

  72. Re:My experience by DouglasHofstadterPlu · · Score: 1
    Good that you take it as not being from a troll. Have you seen Steve Ballmer's site? It looks like its been hacked by *nix-heads. There are sections where you can view images of the CEOs, of their products and so forth. It's just too "friendly".

    And I quote,
    "Logos are extremely important assets to all companies, and Microsoft is no exception. As the most visible form of our brand identity, they represent the intellectual resources, high standards and corporate values Microsoft has put into its software products since 1975. That's why we ask journalists who wish to use Microsoft's trademarked logos in connection with news stories to observe the legal restrictions outlined below."


    Oh, by the way, don't tell Steve I copied that here.
  73. A few areas where I would go further by einhverfr · · Score: 1

    Note that the GP's points may hold true to some unsuccessful open source projects you don't want to use anyway. This means single developer projects with little/no user community.

    Regarding accountability: Most successful FOSS projects have a core team which is responsible for maintaining the software. This is true of PostgreSQL. It is true of Linux. It is true of just about every other successful program out there. These people usually take this responsibility more seriously than at proprietary companies where the coding is far more anonymous. I.e Linus's reputation is on the line far more with Linux than is Alchin's regarding WIndows.

    Regarding bug fixes: If the project is alive and well, you can count on either being able to get the core team to fix the bugs or ge the bug fixes you hire a programmer to make to be committed back to the source tree.

    Regarding big vendors: I would expect that the likes of IBM do indeed see the question as very simple. Just maybe not in the way the GP thinks they should :-)

    --

    LedgerSMB: Open source Accounting/ERP
  74. Re: What happens if your vendor...? by Lord+Bitman · · Score: 1

    may just have to try it, then. Somehow I doubt it, just because 1) I've never heard that before; and 2) I always hear people complaining that Gentoo is stupid because you need to compile everything.

    Still, may as well try it, if the option potentially exists.

    --
    -- 'The' Lord and Master Bitman On High, Master Of All
  75. Re:Offtopic regarding your sig.. by Technician · · Score: 1

    Richard Steven Hack I Have A New SIG: Stop the upcoming war on Iran! [stopiranwar.com.]

    Do you have any plans to stop the upcoming nuclear war from Iran on Israel?
    Negotiations have failed. Resolutions have failed. Any suggestions?

    --
    The truth shall set you free!
  76. Re: What happens if your vendor...? by neersign · · Score: 1

    i don't know if there is a main, public online repository. I think that the feature is supposed to be more of a local thing where you have one system compile binaries which you can then pass along to all of your local boxes, instead of having each local box compile the same software. if you try it, make sure to edit your make.conf accordingly: http://gentoo-wiki.com/MAN_make.conf_5 PORTAGE_BINHOST = "ftp://login:pass@grp.mirror.site/pub/grp/i686/ath lon-xp" This is the host from which portage will grab prebuilt-binary packages. The list is a single entry specifying the full address of the directory serving the tbz2's for your system. This is only used when running with the get binary pkg options are given to emerge. Review emerge(1) for more information. Note that it should point to the 'All' directory on the host that creates the binary packages and not to the root of the PKGDIR.

  77. Re:Offtopic regarding your sig.. by Master+of+Transhuman · · Score: 1


    Be hard for Iran to have a nuclear war on Israel with no nuclear weapons or even a program for same.

    Check back in ten or twenty years, because if Iran starts now it will take them that long to get a weapon AND a delivery system. (Then of course they have to figure out how to deal with Israel's nuclear cruise missiles from submarines - the second strike capability. Then of course they have to figure out how to deal with the US nuclear capability.)

    --
    Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
  78. Re:OSS Free as in beer. Author is incompetent. by studpuppy · · Score: 1

    Not exactly. With the source, the customer can cancel the support agreement with one support vendor, and get another. That isn't really possible with closed source software. In that case, the original developer is the only support option. The only other option is to switch systems.

    Sorry. I don't buy this. (I was going to say "horsehockey", but figure that I'll keep this friendly).

    Take Asterisk as an example. In and of itself, Asterisk is not a complete solution, but rather is part of a whole (you may still need management interfaces, IP phones/softphones, PSTN card drivers, etc.). An enterprise that purchases Digiums' Asterisk Business Edition, which is marketed as an open source solution, is actually getting a mix of open and closed source elements. And there is no guarantee from Digium that the source code available from Asterisk.org actually matches the Asterisk elements buried within the A.B.E.

    So even if a customer wanted to take A.B.E. binaries, go back to Asterisk.org and modify one of the source code trees with their own extensions, recompile and figure out that it still works with all of the proprietary elements Digium originally bundled with the core Asterisk elements, there is no way that any other commercial company selling Asterisk-based solutions (such as Fonality, SwitchVox, OpenVoice, etc.) would support that now-custom version. Heck, they wouldn't even support A.B.E. itself out of the box because it isn't their own "product".

    I have no issue with the open source model, or contributing code back, or even being able to obtain source and modify for my own reasons.

    But I do have agita when companies that tout the "we are open source" as a competitive angle turn around and restrict their customers by eliminating or blocking the customers access to all this great "opens source model" value. Let them be up-front and say "We are based on open source elements, but you are licensing a commercial product".

    I know that this is marketing tactics, but it always feels like bait-and-switch to me. "Buy my product because it is open and extensible and you can modify the code to suit your needs" is quickly followed by "but don't expect me to support you anymore and, by the way, you can't have the source for elements X, Y & Z because they are proprietary to me in the first place".

    Apache and Linux are quickly becoming the exceptions, not the norm. Asterisk/Digium, MySQL, SugarCRM and many other "open source companies" have very "closed source" commercial practices.

    --

    You know, from up here on my soapbox, I can almost see your house....

    --
    The last time I wrote code, it was Morse
  79. Re:OSS Free as in beer. Author is incompetent. by egork · · Score: 1

    While your point is true, you're making a mistake as well. "Free as in beer" and "commercial' are not mutually exclusive. Neither are they collectively exhaustive, I just demonstrate that OSS does not necessary means free.