Slashdot Mirror


Freeside Internet Services: Doing Well With Purely Free Software (Video)

While attending ITEXPO West in Austin, TX, Slashdot editor Timothy Lord met Ivan Kohler, the "President, Founder and Head Geek" of a company called Freeside Internet Services that is 100% open source (no dual-licensing) and makes its living supporting software Ivan says is used to manage some of the very unsexy backend tasks that ISPs and VoIP providers need to do, like track usage and send bills to customers. Freeside uses the AGPL license, which Ivan calls "a GPL variant for web applications" that, he says, "prevents people from taking our software, modifying it, and selling it in a hosted capacity as proprietary software."

53 comments

  1. Sheesh, this is news for nerds, right? by Anonymous Coward · · Score: 1

    I think we all know what the AGPL is.

    And if you're worried we might not, you could give a link (like I just did, or this), instead of some random person's summary.

  2. Re:Freeside sucks by vlm · · Score: 1

    On the other hand, even if its all as you describe, the only way to make it worse would be to charge for it.

    --
    "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
  3. Freeside Support by 54mc · · Score: 5, Interesting

    TFS mentions that Freeside makes their money on support. Here's the caveat - you need it.

    I spent a full work week, with the assitance of several high level (in charge of thousands of servers, been doing it for 10+ years) admins and perl programmers (Freeside's native tounge) attempting to install it. To put it shortly, the documentation is terrible. I discovered over seventy undocumented modules, not including those modules required modules, that were required simply to even install the thing. We spoke to one of the developers on the project who basically told us this difficulty was intended and let us know he'd be extremely impressed if we got it installed without his help.

    So yea, it's free... If you don't mind either paying them to install it or spending an inordinate amount of time installing and configuring it.

    --
    Joy! Beautiful spark of the gods!
    1. Re:Freeside Support by PRMan · · Score: 2

      Cool, so now you can sell an installer that installs it for people (unmodified, of course)...

      --
      Peter predicted that you would "deliberately forget" creation 2000 years ago...
    2. Re:Freeside Support by bluefoxlucid · · Score: 4, Insightful

      This tells me the software is poorly designed and problematic, and is not a good product, and that the company is abusive to its customers and is tithe-extracting. Next product.

    3. Re:Freeside Support by Anonymous Coward · · Score: 0

      Wow, if it's really as you say then that sucks. As a Perl guru and CPAN contributor I have to say, that's not the way things should work. The next step down that crazy rabbit hole is Scare Ware: Let people install your product, then charge them for the uninstaller.

    4. Re:Freeside Support by Anonymous Coward · · Score: 0

      We spoke to one of the developers on the project who basically told us this difficulty was intended and let us know he'd be extremely impressed if we got it installed without his help.

      Freeside is the main slum of New Vegas in 2281. Controlled by the Kings and the Van Graffs, the streets are dangerous and lack the luster of the New Vegas Strip. There is a conflict between the locals and squatters.
      - Fallout: New Vegas

      Yep, sounds about right.

    5. Re:Freeside Support by Jawnn · · Score: 4, Informative

      Agreed. We had the same experience - discovered that the software and documentation appeared to be deliberately rigged so that it was effectively useless, virtually requiring a payment for someone to show up with the keys and make it work. Were it not for the perfectly valid choice of "Fuck this. I'll use something else", we'd call that extortion. Yes, with enough time and expertise, one could discover where the broken bits are and fix them, but then (with enough time and expertise) one could write something from scratch too.

    6. Re:Freeside Support by _ivan · · Score: 5, Informative

      Hi,

      I am the person interviewed in this video.

      It is a completely and utterly false statement that we attempt to make the software difficult to install on purpose. The documentation is resonably straightforward for any competant sysadmin, and all prerequisites ARE listed. The documentation is in a Wiki if folks from the community would like to help improve it for a more novice-oriented audience.

      We even provide a completely installed and functional VMware appliance with each release, for folks who have difficulty installing from source code but who would still like to evaluate or use the software.

      May I respectfully ask that you consider saving the vitrol for companies that ACTUALLY falsely represent themselves as "open source" while having pro versions, proprietary plugins and other such nonsense? It seems a bit unfair to pick on a small company doing the best we can to employ people full-time writing 100% free software, just because a free installation tutorial wasn't handed to you on a silver platter.

      Thanks.

    7. Re:Freeside Support by jd2112 · · Score: 1

      That is the problem with the "give it away and charge for support " model. Anything you do to make it easier to use will result in a reduction of business.

      --
      Any insufficiently advanced magic is indistinguishable from technology.
    8. Re:Freeside Support by Anonymous Coward · · Score: 0

      Ivan did you or your organization pay money to have this slashvertisement posted?

    9. Re:Freeside Support by Anonymous Coward · · Score: 0

      So it's basically like every other proprietary software out there and the company acts like a regular evil corporation? Shocking.

    10. Re:Freeside Support by Anonymous Coward · · Score: 0

      Don't bother getting upset with the whiners, Ivan, they are just mad because you gave them everything, so they can't rip you off.

    11. Re:Freeside Support by Anonymous Coward · · Score: 0

      Installing a complex program onto a complex system is ... hard. Corner cases will pop up constantly, and yes, documentation will always fail you. Try installing kerbros at a company with 100+ servers, with say a webshop, staff sites, user sites, api's and so on. If you do not identify atleast 20 bugs, undocumented features, and corner cases the developers didnt think of, then the hats of to you for building an utopia style IT system.

      Same goes for ldap, nagios, snmp, samba and almost everything else. No documentation in the world will make anything like that simple, and billing, trouble ticketing, network monitoring and provisioning are all complex tasks.

  4. It's relevant. A point against the AGPL deniers. by Anonymous Coward · · Score: 0

    This is an actual factual example of how the Affero GPL IS DAMN USEFUL for GPL'd code.

  5. Re:AGPL, legally weaker than a EULA. by Digana · · Score: 4, Insightful

    In addition to the terms of the GPL, You violate the AGPL when you (1) copy the source code and (2) modify it (3) host the modified version over the network and (4) don't provide source for your modifications. Since by default (1) is a copyright violation if there isn't an explicit permission to do so, if you say you don't agree to the AGPL, then you don't have permission to do (1) either. So if you do the above, you can't claim that you didn't agree to the terms of the AGPL without acknowledging copyright infringement.

  6. Re:Freeside sucks by Anonymous Coward · · Score: 0

    I'd argue LINUX, for the n00b, is only free if your time is not

  7. Someone had to copy the source by Anonymous Coward · · Score: 0

    on to their systems.

    That's a copyright violation right there.

    1. Re:Someone had to copy the source by Anonymous Coward · · Score: 0

      No, it's not. It's receiving a copy from some server.

      Y'know, exactly like how uploading music/movies/whatever is copyright infringement, but downloading isn't?

  8. Good software, Really Complex by banetbi · · Score: 5, Interesting

    I actually had Ivan install Freeside and train the staff when I was still running a dialup ISP. The software is a bear to install, but mainly because it is so massive a piece of software. At the end of the day, Freeside saved us a ton of man hours by automating most of the administrative tasks like account suspension and billing. Since I used it last Freeside has gotten loads of new functionality. It was well worth the initial cost of having Ivan come out and install, transfer our old accounting info, and train the staff.

    No I don't work for Freeside or Slashdot.

  9. Re:AGPL, legally weaker than a EULA. by RobKow · · Score: 2

    IANAL, but I think the AGPL is pretty solid. The Ninth Circuit held in MAI v. Peak that copying software into RAM for execution is indeed copying, and the provisions of 17 USC 117(a) don't apply to mere licensees (as opposed to copyright owners). Being that the AGPL license, which allows you to use, copy, and modify the software, only remains valid if you continue to comply with its terms, you are infringing copyright by continuing to copy the software into RAM for purposes of executing it if you're not abiding by the license. You have no right to copy the software otherwise.

  10. Re:AGPL, legally weaker than a EULA. by Anonymous Coward · · Score: 0

    In addition to the terms of the GPL, You violate the AGPL when you (1) copy the source code and (2) modify it (3) host the modified version over the network and (4) don't provide source for your modifications.

    Since by default (1) is a copyright violation if there isn't an explicit permission to do so, if you say you don't agree to the AGPL, then you don't have permission to do (1) either. So if you do the above, you can't claim that you didn't agree to the terms of the AGPL without acknowledging copyright infringement.

    Eh, no. There's no copy necessarily involved. When you download it, the copying happens at the server, you just receive a copy. And the transient copies due to network buffers, untarring, loading from disk to RAM, etc. don't count.

  11. Re:AGPL, legally weaker than a EULA. by bluefoxlucid · · Score: 1

    By your logic, CDs aren't copyrightable because you buy them but someone else makes them.

  12. Re:AGPL, legally weaker than a EULA. by Anonymous Coward · · Score: 0

    First, the existing exemption for copies necessary to the intended use of the software (e.g. loading it to RAM to execute) didn't apply, because it was a computer repair shop, not a user.
    And Congress promptly fixed that oversight.

    But that wouldn't be relevant, because loading it to execute is covered under the exemption that already existed then.

    The bigger issue would be about "licensee" vs. "owner". But since open-source software of whatever license is almost invariably distributed freely, with no license displayed, much less with any act of assent required, prior to download, nor prior to execution, this is weaker than a EULA.

  13. Open source is the cause... by Anonymous Coward · · Score: 0

    Of the worlds financial issues. Stop putting out free software, it kills global economies. Suck it up and PAY for software...

  14. Re:Head Geek? by Anonymous Coward · · Score: 0

    A head geek eats chicken heads. I'm more of leg geek myself.

  15. Re:AGPL, legally weaker than a EULA. by RobKow · · Score: 1

    The MAI court held that 17 USC 117(a) wasn't applicable because the end-users were licensees--regardless of Peak's actions as a repair technician. Also see Vernor v. Autodesk for more on the difference between owner and licensee rights.

  16. Re:You must be kidding... by Anonymous Coward · · Score: 0

    What kind of kids are modding this down?? He's exactly right. This is a pure, blatantly obvious slashvertisement.

    Kids (even physically grown-up ones) who just came to this site, and don't know shit about what's going on: Go fuck yourselves, and go back to your 4RedFaceDiggTwitChanBook!

  17. Re:AGPL, legally weaker than a EULA. by Anonymous Coward · · Score: 1

    But you dont buy the cd, you buy the rights to use the cd under the terms of the eula.

  18. Re:AGPL, legally weaker than a EULA. by Talennor · · Score: 1

    Unless they wrote all the code from scratch, you may request and receive a copy for GPL'd code (and only GPL!). That was the way Freeside downloaded it and the restriction placed upon them in order to use code like Linux. You may not add further restrictions (like paying for source). Now, anything they wrote themselves, they can release under any license.

    --

    //TODO: signature
  19. You need to read what the AGPL says. by Anonymous Coward · · Score: 0

    It stops someone owning the server that has the code running on it from not allowing you, the user running the code on their server, from refusing to supply you the source code for the software you are using running on their server.

    So when someone wants to take Freeside's code, THAT company (hereafter called THEY) must obey the AGPL.

    Since the code has to get on THEIR server, they cannot copy the code on to THEIR server without giving YOU the same rights as THEY got from Freeside. Including if that person works for Freeside or is asked by Freeside to get the code.

    1. Re:You need to read what the AGPL says. by Anonymous Coward · · Score: 0

      I read it, dumbass.

      So when someone wants to take Freeside's code, THAT company (hereafter called THEY) must obey the AGPL.

      Only if you agree to the license.

      Practical example:
      Gitorious is AGPLed.
      Click this.
      You've just downloaded AGPL software WITHOUT EVER SEEING A LICENSE. You may say that the license is magically binding, but it won't hold up in court.

      As I said, EULAs at least have clicky agree buttons to try to meet the legal standard of a contract, but AGPL software as a rule doesn't have even that. After you click that link you're in exactly the same state as if I (in place of the gitorious.org server) hand you a textbook (in place of the gitorious tarball) with a license printed on page 10 attempting to restrict you from writing in the margins. It's unenforceable without some evidence of you agreeing

  20. The AGPL implies a right of software audit - dange by Anonymous Coward · · Score: 0

    The AGPL is one of the most restrictive and dangerous licenses out there. it gives the ither party an implicit right to audit your code base. The AGPL is an example of purity vs relevance. all the interesting work these days is being done on bsd/apache/mit licensed code.

  21. Re:AGPL, legally weaker than a EULA. by Anonymous Coward · · Score: 0

    I didn't copy it, the guy who gave it to me did.

  22. Re:AGPL, legally weaker than a EULA. by Anonymous Coward · · Score: 0

    In both those cases, there was a mutually agreed license -- Peak's clients and the original licensees in Vernor had to indicate agreement in order to receive and/or the software.

    Click this. Note that there's no requirement to agree to any license! Without indication of assent, there is no legal contract. You've just been handed a piece of copyrighted code, just like being handed a book.

    From Vernor:

    We hold today that a software user is a licensee rather than an owner of a copy where the copyright owner (1) specifies that the user is granted a license; (2) significantly restricts the user's ability to transfer the software; and (3) imposes notable use restrictions.

    1 can be accomplished unilaterally by dropping a license.txt in a tarball. But 2 and 3 fail without a legally binding contract to do the restricting. No agreement, no contract. No contract, no restriction. No restriction, no "licensee" status under the Vernor test.

  23. Re:AGPL, legally weaker than a EULA. by Anonymous Coward · · Score: 0

    Copying a CD without a license = bad.
    Receiving a CD = ok.

    Copying a tarball without a license = bad.
    Receiving a tarball = ok.

    Is it hard?

  24. I fired them after they failed to disclose by Anonymous Coward · · Score: 0

    all the requirements up front and delayed the install several times.

  25. Re:AGPL, legally weaker than a EULA. by Anonymous Coward · · Score: 0

    God damnit we've got a fucking MICRO$OFT $H!77 FAGGET here!

  26. Re:fuc4er by Anonymous Coward · · Score: 0

    Suitable for work

  27. Compare to BillMax by kriebz · · Score: 1

    I use this system at my WISP called BillMax. I didn't pick it, but I put up with it for a while. It uses fairly generic MySQL and Apache, and you get most of the source when you license it. They seem to think the only OS in the world is RHEL, though. Recently though, they've switched to a leased licensing scheme, take a lot of our money, and don't do very much for it. If I'm going to recommend giving someone a heap of dollars for making this work, I'd rather it be a real Open Source project and one that presents less restrictions on where I install it.

    Has anyone used both and can comment?

  28. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  29. Very Strange by Anonymous Coward · · Score: 0

    Your description is both disturbing and very strange. I happen to have a need for this type of software and went to their website after seeing the article (didn't read, this is Slashdot). I see a VMWare appliance offered for download. Does this appliance not work? Is it incomplete?