Slashdot Mirror


LinuxOne's "LinuxMac 0.9" Investigated

Peter Norton went to town investigating LinuxOne's curious "LinuxMac 0.9" product that was being distributed at LWCE last week. He and C Scott Ananian poked around it and wrote a report that I've attached below. Its essentially an RPM that contains a KDE Based GUI wrapper for hformat and kfm. Read the article (and could someone post a screenshot?)

The following was written by Slashdot reader Peter C. Norton

Scott Ananian (cananian@mit.edu) and I have been working with the LinuxOne "LinuxMac 0.9" product here at LinuxWorld Expo to figure out what's going on with the product, what it is, and whether there is value in their product. Scott was particularly interested and well informed about Macintosh hardware, since he works on maintaining the part of the kernel that supports Linux on Mac 68030 hardware (the old mac se/30, some the mac ii's, etc.).

In a way, we're following up on the information at: this page.

You'll see an assertion from a representative of LinuxOne that the LinuxMac product is a result of proprietary technology developed in a prior business by a company owned by the founder of LinuxOne. I can conclusively assert that based on using the pre-release of this product that this is currently completely false. Also, the program claims to be version 1.0, though the floppy says 0.9.

First of all, the floppy that they are selling to users contains a single RPM package, whose contents are as follows:

/root/Desktop/LinuxMac.kdelnk
/usr/local/bin/CLFormatter
/usr/local/bin/CommonLink
/usr/local/bin/cl
/usr/local/bin/cm
/usr/local/bin/hformat
/usr/share/common-link/linuxone-logo.bmp

The main program is CommonLink. Notice the "hformat" command? That's the utility that comes with the HFS Utilities that LinuxOne's representative claimed isn't even on their development network. However:

[root@col /root]# /usr/local/bin/hformat --license

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
[root@col /root]#

There isn't any source code on the floppy, though, and I expect to be talking with LinuxOne about this.

Anyway, the CommonLink application itself is a KDE-based gui that talks launches a mounting application or a formatting application. Each one gives you the option to do these things with a "Windows 95" "Mac" or "Linux" option. The mounting application has no logic internally to mount any media. It calls the system-standard "mount" utility. Scott and I have confirmed this - there is no possibility that we're wrong about this. After mounting the floppy with the mount command, it invokes the KDE File Manager, KFM, to present the floppy to the end user. Conclusion: they wrote a very small gui in C++ to invoke standard utilities.

The second utility, the formatting program, calls the standard linux fdformat utility (a low level formatter to prepare a floppy for any use), and then it calls hformat to put a mac filesystem on it.

If a "quick erase" (ala the windows formatting stuff) is done, then it just runs:

hformat -l MacFloppy /dev/fd0H1440

Though if you put s space in the name after -l it breaks (a beginner's programming error).

Conclusion: This is just another simple gui which uses utilities which are not written, maintained, or contributed to by LinuxOne or its staff.

In short:

The LinuxMac product contains no proprietary technology. It relies on standard linux kernel modules for filesystems (confirmed through testing), and it relies on standard system utilities to access floppies (again, confirmed through testing).

In addition, the utilities are only useable by root. There is no way a user could use these utilities to format or mount a floppy without the root user making changes to the system.

Please let me know if you're interested in the details of the testing, or if you have any other questions.

236 comments

  1. this weeks topic is..... by Anonymous Coward · · Score: 0

    Last weeks topic - zenophobia went down well
    This week we are following it up this IPO bashing.

    Saying that the artical was factual and errors have been made by linuxOne in decribing products in the past.

    anon cos I'm fucked off with mods without a funny bone.

  2. Re:Peter C. Norton = Norton Utilities Guy? by Anonymous Coward · · Score: 0

    It's his MOMMA, baby! Get DOWN!

  3. Re:Peter C. Norton = Norton Utilities Guy? by Anonymous Coward · · Score: 0

    You must be thinking of Peter North.

  4. Proprietary code by Anonymous Coward · · Score: 0
    Actually, there is proprietary code in the product. It's the silly little GUI they wrote to invoke the other utils.

    Code doesn't have to be significant to be proprietary.

    1. Re:Proprietary code by spacey · · Score: 1

      Yeah, what got under my skin is the claim that the code came from NeXT days. Their lies are very specific and it is necessary that we debunk them, even on the particulars where we can.

      -Peter

      --
      == Just my opinion(s)
    2. Re:Proprietary code by Thomas+Charron · · Score: 1

      Actually, I could do the same thing with a damned shell script. Or heck, Perl, with Qt bindings.. ;-P

      --
      -- I'm the root of all that's evil, but you can call me cookie..
    3. Re:Proprietary code by Foogle · · Score: 2
      Regardless, the original poster's point remains -- just because it's simple, does not mean that it's not proprietary.

      -----------

      "You can't shake the Devil's hand and say you're only kidding."

    4. Re:Proprietary code by hob42 · · Score: 3

      Problem is, they've publicly stated that LinuxMac is *completely* proprietary, and that hformat or any other third-party software was absolutely not part of it.

      It's not that the GUI wrapper isn't useful or isn't signifigant enough -- lord help us if there is a time when anything is too insignifigant to develop -- but it's their blantantly false claims that are the issue here.

      -JuPo

  5. Re:you don't seem to understand by Anonymous Coward · · Score: 0
    Ignorant people tend to spread their mis-information to each other.


    Yeah. Look at slashdot for many examples of this. Typically it arrives in the form of "anti-fud" (see the DVD/jlj threads...)
  6. peter north? by Anonymous Coward · · Score: 0
    huh?

    anyway, that's the first thing I thought too. it'd be cool if we could convert somebody like peter norton. :)

  7. Re:Question by Anonymous Coward · · Score: 0

    Inconvievable!

  8. Re:Question by Anonymous Coward · · Score: 0

    Inconcievable!

  9. If I see another picture of that guy's puss, by Anonymous Coward · · Score: 0
    I think I'll puke.

    Maybe it's a backhanded slam on norton, which deserves one for its monopolistic union with microsoft, and for perpetuating that pre-1950's mama's boy-wannabe puss they put on each package, in a white smock with a stethascope(?) hanging over his shoulder no less.

    In passing, concurrent with the impending downfall of microsoft, competitors were finally breaking into the unbreakable: the microsoft-norton utilities monopoly.

  10. Re:LinuxOne at Linux Expo in NYC by Anonymous Coward · · Score: 0

    And in California, it's generally illegal.

  11. Re:Peter Norton @ LinuxOne by Anonymous Coward · · Score: 0
    Original content Copyright (c) 2000 Anonymous Coward. All Rights Reserved. Content may be freely reproduced, in whole or in part, providing attribution and context remain intact and subject to other copyrights that may apply.
    To Andover and Slashdot, as an African-American it is troubling to read threats of lynching on this board,...

    Oh fer Christ's sake. Get a grip, mon.

  12. Please hire me Mr Bottoms by Anonymous Coward · · Score: 0

    Dear Mr. Bottoms.

    Can I come and work for you? Will you pay me $$'s? I am serious.

    Thank you.

    1. Re:Please hire me Mr Bottoms by Anonymous Coward · · Score: 0

      yeah. considering the stock is worthless - sure!

    2. Re:Please hire me Mr Bottoms by Ralph+Bearpark · · Score: 1

      > Can I come and work for you? Will you pay me $$'s? I am serious.

      Yeah, so serious that you posted anonymously.

      With your intelligence I reckon he should give you stock options.

      Regards, Ralph.

  13. Re:As an African-American!?!? by Anonymous Coward · · Score: 0
    Original content Copyright (c) 2000 Anonymous Coward. All Rights Reserved. Content may be freely reproduced, in whole or in part, providing attribution and context remain intact and subject to other copyrights that may apply.
    I'm sorry, but comments like this go to far.

    I don't know about "to far [sic]", but he certainly should have known better than to attempt to play "the race card" here on /. Many faults it may have, but racism is not amongst them.

    You have probably never been lynched as an African-American...

    I doubt he's been lynched as anything other than an African-American, either. Unless he's posting from the grave.

    lynch (linch) tr.v. lynched, lynch-ing, lynch-es. To execute without due process of law, esp. to hang.
    Execution is usually pretty permanent.

    And as I Non-African-American I can assure you I have never done that to anyone

    I doubt many here have. (Imagine extremely wry tone-of-voice.)

  14. Re:Peter Norton @ LinuxOne by Anonymous Coward · · Score: 0

    Im not Peter Norton, and my views are of my own, not of slashdot or VA Linux Systems

    A few things... The article was from a reader, and has nothing to do with slashdot or VA Linux Systems. Slashdot DOES however promote freedom of speech. And the article was from a conserned reader who was expressing this freedom.

    Slashdot/VA Linux Systems are not in competition with LinuxOne. Slashdot is a news site, and is covering.. news. LinuxOne's current situation and their busness practices, if I remember correctly, is a form of news.

    And finally, PLEASE Don't make this a racial issue. This has nothing to do with race.

    <ANTI-RACISM RANT> Besides you are an American.. cut the other crap. I hate racism and only see this as a way for one to seperate ones self from everyone else. Im not about to start calling MY self an 'Indian-German-English-Irish-American' (yes I'm a mutt.. LOL) and I dont understand why you would want to do something like that either. My guts are the same as yours and we are both American. The color of ones skin or ones heritige are irrelevent. The ONLY thing that matters are your views, morals and way of thinking. (read: their mind and thoughts)

    Sorry for being so long winded... But This is what you can expect for beinging race into situations like this. </ANTI-RACISM RANT>

  15. Re:Peter Norton @ LinuxOne by Anonymous Coward · · Score: 0

    You are invited to come out at our expense to review our technology plan going forward. We are moving forward to correct past mistakes and create new software. Is anyone else bothered by this language? I really expected him to say leverage too.

  16. Re:Peter Norton @ LinuxOne by Anonymous Coward · · Score: 0

    Woo, place the race card...
    Btw, in any of the posts mentioning lynching, I think red, black, white, blue smurf, green martian, the Open Source community as a whole doesn't care. We're Equal Opprotunity. I didn't know your skin color till you mentioned it, and neither have any of the posts so far.
    Doesn't matter. Still trying to make a quick buck with clueless users.

  17. LinuxMac Apple Refund Day by Anonymous Coward · · Score: 0

    So when are we all going to get together on some garage roof and demand that Apple sell Macs without an operating system? We did this to Microsoft and I think it's only fair that we now do it to Apple. If there are other choices (Linux) then why should we have to pay extra if all we want is the hardware?

    1. Re:LinuxMac Apple Refund Day by Anonymous Coward · · Score: 0

      The difference is that Mac OS is worth using and has a *good* GUI. Shows just how far linux still has to go.

    2. Re:LinuxMac Apple Refund Day by mindstrm · · Score: 2

      Because, dimwit, Mac's are a single, prepackaged system. Apple makes them with MacOS. Period.

      Microsoft does *not* make computers.. they just forced computer makers to use their OS. BIG difference.

      Hell.. by your logic we should force 3com to sell PalmPilots without an OS......

    3. Re:LinuxMac Apple Refund Day by z84976 · · Score: 1

      Actually... Remember when there were Mac clones for sale? Ever wonder why Apple nipped that little practice?

      Apple makes over 90% of its profit from Hardware sales, not software. I would imagine that it's not much of a stretch to assume Apple will, in the future, not only allow you to order without MacOS, but might actually preinstall Linux for you!

  18. Re:LinuxOne at Linux Expo in NYC by Anonymous Coward · · Score: 0
    See the problem with what you did irrevelent of the fact that it was tapes and potentially illegal was the fact that the person is potentially publically libeled against; or more precisely the company. This person could loose their job because you as the shittless little punk that you are had the gaul to actually deliberately lead the person on with false data of your own. Perhaps a little hint? You know not everyone knows everything all at once we all learn.

    That's an interesting point of view. Are you also saying that if a mechanic were to tell you:

    Yeah well um the kinetic tranducer module in the carbine recalibration chamber had a little bit of a problem. This will set you back at least $700.00 however I can cut you a deal and fix it with parts and labor combined for $650.

    that it would be illegal to tell anyone that he attempted to commit the act of fraud upon you, giving you false information for financial gain? I'm not sure how I see a precedent in U.S. law for making it illegal to report a crime. It certainly would not be libel; despite what the kind of people who are prone to threaten libel suits seem to think, libel is not the act of distributing damaging information about a person, company or other legal entity -- it is the act of knowingly distributing false damaging information against a person or other legal entity. In the United States, at least, I believe that truth is held to be an "absolute defense" against the charges of libel or slander; it may or may not have been illegal to tape the conversation without the knowledge of both parties, but the tape certainly makes it difficult to claim that any of the information distributed was false.

  19. Re:LinuxOne at Linux Expo in NYC by Anonymous Coward · · Score: 0

    um, I'm new to ly-nucks and G-nome, can someone please tell me how to get started programming in RPM?

  20. Re:nope by Anonymous Coward · · Score: 0

    hey dumbass, Peter North is a psuedoname for a Porn Star.... w/ a schlong big enough to satisfy even you...

  21. Re:Peter Norton @ LinuxOne by Anonymous Coward · · Score: 0
    2. To Andover and Slashdot, as an African-American it is troubling to read threats of lynching on this board...

    As a caucasion male of varied european-american descent, I am troubled by you being troubled by the term 'lynching,' when used in a wholly non-racial way. Especially in the year 2000, and in a place where racism is not tolerated (Slashdot). Perhaps you're insulted by the word because you think everyone who uses that term is a racist... but doesn't that make you a racist? Perhaps the author of the comment on question was of african-american descent?

    Can't we just be reasonable human beings without, as someone else said, "playing the race card?"

    2. As a legitimate businessperson who works in finance, I am offended by your company's decision to IPO with no products, no profits, and most troublesome NO CLUE.

    I'll let you go back to extolling the virtues of racial harmony (can't use the word 'lynch!'), while simultaneously using profanity. Oh my, I just realised you used the f word! I think I'm offended!

  22. Re:Licensing Fee for use of QT... by Anonymous Coward · · Score: 0

    I sent thier sales department a short note FYI. Though I don't want a reply personally, I would like to see if they do have a licence or are in viloation.

    Maybe LinuxOne will want to pay them in LinuxOne CDs or in LinuxOne stock? Personally, I'd take the cash.

  23. Re:Licensing Fee for use of QT... by Anonymous Coward · · Score: 0

    Clarification: The email went to Troll Tech's sales department.

  24. did you all see... by Anonymous Coward · · Score: 0

    this page over at linuxone.net, they are posting emails of some people who have sent bad messages to them--doing it under the guise of a flame contest. www.linuxone.net/entries.html

  25. Beginners Programming Error? by Anonymous Coward · · Score: 0

    They said hformat -l MacFloppy /dev/fd0H1440 Though if you put s space in the name after -l it breaks (a beginner's programming error).

    Well, a beginners error in this article is the failure to note the man page. You can in fact place a space after the -l option. You just have to protect it in quotes.

  26. ADSL FTP At LinuxOne by Anonymous Coward · · Score: 0

    Anyone notice that the FTP site that you can supposedly get the source from seems to have a pacbell ADSL hostname when you do a reverse lookup? For example: athena% nslookup 63.201.69.114 Server: localhost.mit.edu Address: 127.0.0.1 Name: adsl-63-201-69-114.dsl.snfc21.pacbell.net Address: 63.201.69.114 Isn't this illegal?

    1. Re:ADSL FTP At LinuxOne by Anonymous Coward · · Score: 0

      No, it's not. It may be against PacBell's terms of service IF their ADSL connection is residential, but since we're talking about a corporation here I'm willing to bet that they've got a commercial line (much faster than residential, and I've never seen an isp put TOS on their commercial service that prohibits running servers, like they do on residential service.. doing so would be suicidal for said isp).

    2. Re:ADSL FTP At LinuxOne by mindstrm · · Score: 1

      Why would it be illegal? is there a state or federal law against running a site of adsl?

  27. You're still wrong by Anonymous Coward · · Score: 0

    Haha, I get the last word!

  28. ??????? by Anonymous Coward · · Score: 0

    What prompted this response? I don't see that quote anywhere in the parent article.

  29. Re:LinuxOne at Linux Expo in NYC by Anonymous Coward · · Score: 0
    ...you had the gaul...

    Who was he? Caesar?

  30. Re:You're still an ass by Anonymous Coward · · Score: 0

    Who appointed you spokesman for all the Anonymous Cowards on this board? YOU, madame, are the ass.

  31. Whats wrong with ripping off day traders? by Anonymous Coward · · Score: 0

    After all arn't day traders trying make money by doing nothing (constructive) too? ThE whole idea of making money by investing it, is that there is risk involved. Day traders serve no more purpose in society than welfare cheats. Fact is, the only time buying shares is a genuine capital investment, is during the initial float offering.

  32. In defense of Clinton by Anonymous Coward · · Score: 0

    Clinton is not evil. He has a huge sex drive. So what! Now, IF he's proven IN COURT that he raped someone, THEN he should be punished, but remember you are innocent until proven guilty. Kenneth Starr is an evil, evil man, bent on bringing down Clinton because he hates Bill because Bill enjoys sex and Kenneth doesn't. Bill and Hillary are swingers, Hillary's probably bi-sexual. So what! That's their own personal business. Of all the things Starr supposebly had on Clinton, the only thing he could get that would stick was Clinton was an adulterer. The sick thing about the whole affair is Americans have a problem with it, even though Cosmo's studies have shown so are half of Americans.

    1. Re:In defense of Clinton by weatherboy · · Score: 1

      Actually, lying to a jury, even a grand jury, is only considered perjury and a criminal offense if the subject matter is relevant to the case. In the Paula Jones suit, the presiding judge ruled the adultery questioning (including Pres. Clinton's responses) not relevant to the case. Therefore Pres. Clinton was not commiting perjury, and would never have been prosecuted if he were an "ordinary citizen."

    2. Re:In defense of Clinton by MattXVI · · Score: 2

      It's tempting to not respond since your post is so foolish you might be a troll, but... Are you aware the OIC offered several articles of impeachment to the House, and none of them reads "Impeach - because this man is an adulterer!"? They were real violations of the law, like abuse of power and obstruction of justice. If he was an ordinary citizen who had lied to a grand jury (one of his several crimes), even about something tawdry like an affair, it would get him 3-5 years.

      --
      When I'm singing a ballad and a pair of underwear lands on my head, I hate that. It really kills the mood.
      -Tom Jones
  33. Not in my state. by Anonymous Coward · · Score: 0

    It's ok to record phone conversations in Arizona as long as at least one of the people (you!) involved in the conversation is aware that the conversation is being recorded. It is not legal to record a conversation between two people who are not aware of the tap. I'm not sure what the laws are in your state, but you should check into that before you let anyone bully you into removing your transcript from the web.

  34. You need to by Anonymous Coward · · Score: 0

    send your rant to LinuxOne's Flame Contest: Here you can tell them directly. http://www.linuxone.net/flames.html

  35. Re:To Richard Bottoms by Anonymous Coward · · Score: 0

    For anyone who's curious, here's the referenced lynching comment: http://slashdot.org/comm ents.pl?sid=00/02/07/078258&cid=15

  36. Re:LinuxOne at Linux Expo in NYC [ by Anonymous Coward · · Score: 0

    SHOWING MY NIECE

    I couldn't help but be surprised when I found out that my sexy, beautiful niece
    knew nothing about sex. I was sure that every date she had in the past year had
    wound up with sex. She was, however, totally naive, if I had been hearing the
    conversation correctly.

    It had started when she came over and told me about her date the previous
    night, and about how, in the middle of a movie, her date had grabbed her hand
    and put it in his lap, where she could feel his hard dick beneath the fabric.

    I listened with intense interest.

    "I had no idea that one could get so big," she said.

    It wasn't unusual for her to share this with me. Her father, my sister's
    husband, had left the family years ago, and I had sort of acted as a surrogate
    male influence over the years. She had shared a lot of things with me that few
    nieces shared with their uncles. I had even helped her pick out her clothes a
    couple of times.

    "Well, certainly, Beverly, when a man becomes sexually excited, his penis
    grows. It all depends on genetics as to exactly how large it gets."

    "Huh?"

    I was feeling a little out of place, actually. I thought that perhaps this
    should be a conversation for her mother to take care of, instead of me.

    "Some penises expand more than others do," I said with a red face.

    "Does yours?" she asked, her eyes wide.

    "Does mine what?" I could feel myself blushing.

    "Expand, like, you know, a whole lot?"

    "That's not a great question to ask, Bev, you know?"

    "Oh, come on, tell me, Uncle Bill, tell me about it. I wanna know."

    I shook my head. "I think you should discuss this with your mother."

    She shook her head and smiled. "Mom never tells me anything. She'd just say
    that I have a dirty mind, which I think I do."

    I couldn't believe that my niece was that naive. Certainly, at some point in
    her life, she must have seen pictures of dicks, or hard on, at least once.

    "Show me yours," she suggested.

    Along with my consternation, and my red face, I felt my cock jump a little in
    my pants. I was becoming excited, just thinking about it. I knew I couldn't
    though.

    I shook my head. "Not on your life, Bev," I said.

    "Chicken!" She laughed. "You're afraid to show me."

    "I'm not afraid, Beverly. It just wouldn't be right." My voice was choked, and
    I could feel my cock growing at the suggestion of showing it to her.

    "Then show me!" She moved over on the couch, closer to me, and reached over and
    started to unsnap my pants. I looked down, my heart pounding like a jackhammer
    in my chest, and I watched her shaking hands unsnap my jeans, one button at a
    time. With the last snap undone, she reached in and groped around, and I moved
    her hand away.

    "Chicken," she said again.

    Then, all at once, she pushed me down, lengthwise on the couch, and I froze
    with anticipation. I let her tug at my jeans. I lifted my ass off the couch so
    she could pull them all the way down. She pulled them off and tossed them on
    the floor, leaving me wearing a pair of cotton briefs. My cock was throbbing,
    hard, pressing against the white, soft material. She pulled away from me and
    looked at the bulge that my cock made in my shorts.

    "Uncle Bill," she said. "It's enormous! And your, your, uh, testicles are big,
    too." She reached forward for the elastic band on my shorts and tugged at them.
    She pulled them downward, bending my cock down. I lifted my ass off the couch
    again, and she pulled my shorts over my cock, letting it fly up and hit me in
    the belly. She stopped and stared at my hairy, hard cock, and then continued
    pulling my shorts all the way off.

    She sat there and stared at my cock. "Can I touch it?" she asked.

    I didn't have time to say no. She reached over as she asked and pressed one
    finger against my throbbing shaft. She ran her finger down the shaft of it, all
    the way to my balls.

    "It's so hard, but the skin is so soft," she said. She wrapped her fingers
    around it and stroked up gently. "Do you like that?" she asked.

    "Oh, yes, Beverly, that feels great," I said.

    She moved her other hand to my balls, leaning over me, and cupped them in her
    hand. She began massaging my balls, moving her face closer and closer to my
    throbbing dick. Then, I watched in fascination as she pressed her lips to my
    dick and kissed it! Before I could say another word, she moved her lips to the
    head of my cock and sucked it into her mouth. She pulled away. "This is what's
    called a blow job, huh?"

    I nodded, and she put her mouth right back on my cock, sucking on it hard. I
    writhed and moaned and lifted my knees. She stroked my cock right beneath her
    lips, moving both her mouth and her hand up and down on my rigid prick. I
    thrust upward, and I came, shooting my jizz into her hot, wet mouth. I shot and
    shot, moaning and groaning for her to stop.

    The cum fell out of her mouth and ran down her chin. She moved away and stood
    up, and then pulled her blouse off. She reached behind her and unhooked her
    bra, and slipped out of her shorts and her panties in one motion. I looked at
    my niece. Her breast were round and firm, her pink nipples hard. Her pubic
    mound was light brown, almost blonde. Her hips were round and smooth. She had a
    perfect body, enticing and beautiful. She moved back over me, straddling my
    body, pressing her hot pussy against my cock. She held onto my stiff dick and
    inserted it into her wet pussy, and then lowered herself on it.

    She was no virgin, I could tell. She rode me like a cowboy rides a stallion,
    and she writhed and moaned as she came, again and again. I could feel the
    familiar sensation rising in me, and I came again, this time filling her hot
    cunt with loads of cum.

    She pulled away and sat on the couch beside me, looking at my cock. "Your
    dick," she said, "is a lot bigger than Roger's, and longer, even, than Paul's."

    I should have figured that. "I thought so," I said with a knowing smile. "But,
    why the pretense?"

    "I've wanted you for a long time, and there was no other way," she said. "After
    all, if I had just come over here and said, 'Gee, I wanna suck your dick,' you
    would have told me to go straight to hell, huh?"

    I didn't know about that.
    from http://www.amateursxxxsex.net

  37. Re:To Richard Bottoms by Anonymous Coward · · Score: 0

    maybe getting a development team and building a product might be a good idea too. and drop the stupid IPO idea - you guys will sink like a rock.

  38. GPL and the right to use software by Anonymous Coward · · Score: 0
    If you are legally bound from obeying the terms of the GPL, the entire license terminates and you have no rights regarding the program, no right to use or modify it, etc.

    While I respect the fact that you've done a lot of work on software licenses, and I acknowledge that I'm not a lawyer, I think you've goofed here. Quoting the GPL:

    Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program).

    (emphasis added)
    Doesn't this mean that anyone has permission to use the software?

  39. Re:That was brutal, man by Anonymous Coward · · Score: 0

    >getting people to reiterate lies like that and eliciting things that can appear damaging to them later seems to me like what was intended when there were laws made about "entrapment"

    I'm glad you're not a lawyer.

    entrap
    v. tr. entrapped, entrapping, entraps.
    1. To catch in or as if in a trap.
      1. To lure into danger, difficulty, or a compromising situation. See Synonyms at catch.
      2. To lure into performing a previously or otherwise uncontemplated illegal act.

    (The above from...dictionary.com. Sure was hard to find)

    This hardly meets the ``danger'' or ``compromising situation'' qualifations. And I wouldn't really say difficult either, though I guess it makes a bit more sense.

    And as far as the second definition...well, there is no law against being a moron (unfortunately).

  40. Re:That was brutal, man by Anonymous Coward · · Score: 0
    Linus pronounces it wrong because he's foriegn. He can't speak English good like we do.

    That should be 'He can't speak English well, like we can'.
    :)

  41. Re:That was brutal, man by Anonymous Coward · · Score: 0

    Who ever said Linux is English? & Shouldn't the pronuciation of the creator be the official version?

    I don't know about you, but if CmdrTaco & the others from /. wanted to pronounce it "slushdut" (or whatever), wouldn't you agree that that is the way they want it said?

  42. Re:LinuxMac, hfsutils, and GPL by Anonymous Coward · · Score: 0

    I'm not a business genious or anything Mr. Bottoms, but I would consider selling a product that someone else made , without exploring any legal aspects, just plain dumb. Furthermore, I would NOT want to invest my hard-earned money into a company who would make such a error.

  43. Re:LinuxMac, hfsutils, and GPL by Anonymous Coward · · Score: 0

    I'm not a business genius or anything Mr. Bottoms, but I would consider selling a product that someone else made , without exploring any legal aspects, just plain dumb. Furthermore, I would NOT want to invest my hard-earned money into a company who would make such a error.

  44. linuxone flames by Anonymous Coward · · Score: 1


    Did anybody else go to their website and
    notice that they are running a "flame of the
    week" contest? These people are actually
    posting flames that people send them (some
    of which are pretty funny). This seems like
    a(nother) very bad business decision.

    1. Re:linuxone flames by emac · · Score: 1

      Yup. Winning flame each week wins an "I flamed LinuxOne" T-Shirt. But who wants to bet it's just a RedHat T-Shirt with a LinuxOne sticker on the front?

      --
      Best new white rapper since Pimp Daddy Welfare... Pimp-T!
    2. Re:linuxone flames by Myddrin · · Score: 1

      They aren't putting all the entries on their entries page. In fact, my entry (which was submitted friday ) still hasn't shown up. So I'm willing bet that even this is a farce. (I'm sure rlb will correct me if I'm wrong.)

      Here is my flame in it's entirety.

      Hey guys, how's it going? Remember me.

      Remember the night that we were at Paddy's
      and you laid out to me that scheme where you all would make millions by grabbing onto a buzzword, and going IPO while the hype was still hot?

      Then I had the brilliant plan that if you guys were getting a lot of heat you could start a flamewar contest to make the investors (who would have to be morons anyway I think my words were) think that all the heat was part of a really popular contest????

      So how's that going for you then??? Did you ever get it started.

      (Disclaimer: I don't know these guys. Never have, if I saw them in the street I'd probably bitch slap them for taking advantage of the uninformed masses of the IPO market. I think they are the scum of the earth and should all be either sterilized or euthanasia. I full expect to see them on the streets in a year due to their own arrogance.
      )

      Give it up guys, we all know the truth, you aren't fooling anyone. Pack up shop and go home, before the SEC comes down on your asses _hard_.


      --
      Myddrin
    3. Re:linuxone flames by ryan360 · · Score: 1
      Notice the next above the form:

      "Online Registration Form For LinuxOne OS"

      Food for thought...

      --

      Don't want to pay Lars? Sue him!

  45. Re:LinuxOne at Linux Expo in NYC by Anonymous Coward · · Score: 2

    Having read Accipiter's transcript, I feel amazingly sorry for the poor guy on the other end of the phone... but I can't help suspecting you've fallen for the oldest trick in the book...

    The 'answer phrase' is the giveaway - "What division can I direct you to?" It's a call centre, guys - an answering service. I work in one, to pay the rent, and I'm constantly amazed by the number of people who can't grasp the concept of an answering service - other companies use us to answer their phones, give rudimentary information about their product, make them look like an international company with a giant switch, constantly ringing phones, etc...

    It's corporate fraud on a huge scale.

    But it's not particularly clever to pass judgement on LinuxOne (as much as it seems warranted!) based on the performance of another company and someone working at that company whose main skill is answering phones.

    Incidentally, if you asked the same questions of a Windows salesman, would you get any more intelligent answers? Of course not. You're asking the wrong type of person.

    Be nice to telephonists. They have to deal with... well, you.

  46. Re:Poor taste, but not illegal.. by hadron · · Score: 1

    Did they give a written offer to provide the sourcecode? No? In that case, they would be breaking the GPL.

  47. Re:no source code on the floppy...so what? by spacey · · Score: 1

    After writing the note that I sent out I did talk to LinuxOne's sales rep ("VP of sales") as per another LWE attendees post. He indicated that to his understanding everything on the floppy was proprietary technology. I still have to follow up with the request, and if I cannot get a response out of them my next step is to get in touch with the FSF.

    -Peter (C. Norton)

    --
    == Just my opinion(s)
  48. Here's the confirmation by spacey · · Score: 1

    I told you what was on the disk in the message that got posted above. Just in case you need more proof, here's the contents of the LinuxMac floppy.

    [spacey@obelisk /]$ ls /mnt/floppy
    LinuxMac-0.9.0-1.i386.rpm lost+found
    [spacey@obelisk /]$

    -Peter (C. Norton)

    --
    == Just my opinion(s)
    1. Re:Here's the confirmation by Thomas+Charron · · Score: 2

      Then they broke the law, and are not abiding by the laws of the GPL. The 'next step', now that they have voided their licence, is for the authors of above said tools to begin legal action.

      The biggest impact would be to file a lawsuit for a good chunk of what they have sold, 'past damages' or something of that sort.

      As of right now, they have no valid licence, as they have broken their legal contract with the authors of the tool.

      --
      -- I'm the root of all that's evil, but you can call me cookie..
  49. Trying to get you... by spacey · · Score: 1

    But you're not in the office.

    I just called the number posted here, and contacted a woman with a heavy chinese accent who told me that Mr. Bottoms is not present, and that she does not know when he'll be in.

    Me: Do you know when he'll be in?
    Her: I don't know. Some days he is in late some days he is not even coming in.

    So, since the number I was given doesn't provide me with a way of contacting Mr. Bottom, let me turn around and ask Mr. Bottom to contact me. If he is still in the New York City area I am available to meet. He can contact me at the email address provided in the article.

    -Peter (C. Norton)

    --
    == Just my opinion(s)
    1. Re:Trying to get you... by rlb · · Score: 1
      Do try again and actually I am in California. Leave a number if I'm not in or call back later.

      BTW, my travel invitation was extended to Peter C. Norton. Assuming you can produce an ID with that name on it at the airport it's still open.

      Richard Bottoms

  50. Re:Peter C. Norton = Norton Utilities Guy? by spacey · · Score: 2

    No, that's Peter F. Norton. He doesn't have much involvement with the Utiltites company anymore, and he's a really nice guy.

    -Peter (C. Norton)

    --
    == Just my opinion(s)
  51. Re:Highly unlikely... by dougman · · Score: 2

    swindles? Huh? You missed one:

    http://www.theswindle.com

  52. Big Surprise. by pb · · Score: 1

    Somehow, this doesn't shock me. If the last artice didn't damage LinuxOne's (lack of) credibility enough, well... they obviously don't get it.

    And the generic Microsoft-style product names are getting on my nerves. LinuxMac? Puh-leeze. If these guys keep it up, maybe I'll even start liking Caldera.

    LinuxOne: The One Linux IPO to miss this year.
    ---
    pb Reply or e-mail; don't vaguely moderate.

    --
    pb Reply or e-mail; don't vaguely moderate.
    1. Re:Big Surprise. by pb · · Score: 1

      It's aimlessly sticking words together for the most generic name possible that sounds cool and isn't taken. (heck, even if it is taken...)

      LinuxOne

      Internet Explorer

      LinuxMac

      ActiveX

      And, for that matter, Office, Word, Windows, Money, etc., etc., etc.

      The only original things Microsoft ever did... they bought from other people.

      Apparently LinuxOne can't do that, they're forced to resort to outright theft.

      ---
      pb Reply or e-mail; don't vaguely moderate.

      --
      pb Reply or e-mail; don't vaguely moderate.
    2. Re:Big Surprise. by Rico_Suave · · Score: 1

      How is "LinuxMac" a "generic Microsoft-style product name"??? If you're going to flame MS, at least let it make sense.

  53. Never attribute to malice... by sjames · · Score: 2

    ...What can be adequatly explained by stupidity.

    It's possable that they are more totally clueless than anything. Of course, that's still a very good reason to stay far away from any IPO from them.

    It's also possable that there's fraud at the top and cluelessness on all levels below. Time will tell.

  54. Poor taste, but not illegal.. by Thomas+Charron · · Score: 2

    This entire LinuxMac situation may be poor taste, but unfortionatly, it is *NOT* against the law, nor breaking the GPL.

    As long as they in some way supply you with the source for the binary that they call from their exe, they're all set.

    You see, they're doing doing an exec of it. The actualy 'wrapper' that they are producing it indeed their own code, granted, I could write it in less then an hour in perl, or even as an sh script.

    The short story.. While what they are doing is unethical, it is no way breaks the GPL, taking into consideration that they provide the source for the GPL utilities provided, which no one has, as of yet, proven the case of..

    --
    -- I'm the root of all that's evil, but you can call me cookie..
    1. Re:Poor taste, but not illegal.. by Thomas+Charron · · Score: 2

      Yes, this is true, but as I have not bought the product, and do not have a copy of the "evalutuion disk", I can't confirm nor deny if they do or not..

      --
      -- I'm the root of all that's evil, but you can call me cookie..
  55. Rumour has it... by jd · · Score: 2
    The proprietary technology is an invisible ink, used by a microscopic being, on the disk itself. The being reads the ink and taps magnets against the read head in the correct pattern.

    Seriously, if writing a GUI constitutes the proprietary development of an OS, then Windows must also be an OS. Hmmmm. Was the CEO of LinuxOne a friend of William Gates III at college?

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  56. Re:Peter Norton @ LinuxOne by Sabalon · · Score: 1

    Uh..., on point #2.

    There have been a lot of people lynched in history, and I'm willing to bet a large portion of them were not of any African heritage.

    I fail to see how this is a troubling matter.

    Perhaps instead of roping up LinuxOne, we should run them through...however, I may take offense as a great deal of my potential ancient relavites have been run through in the past.

  57. Licensing Fee for use of QT... by CmdrChalupa · · Score: 5

    I'm wondering if LinuxOne has paid the licensing fee for use of QT in a proprietary product. The QPL prohibits proprietary software, so they can't develop it under that.

    What is the developer version license again? Is it a whopping $1,550 per developer or something like that? I'd be interested to find out if someone has informed the folks at troll tech. They are already selling this product on their web site.

    CmdrChalupa (Who knows not how to change his sig =)

    --
    CmdrChalupa, who finally changed his sig (drop -FlogSpammersNow- for my real address)
  58. Re:Is anyone compiling the "LinuxOne Debunking Pag by acb · · Score: 2

    One would have to be careful, or else have a good lawyer on retainer, as LinuxOne would be obliged to sue to maintain any shred of credibility.

    Yes, if it were truthful they'd probably lose. Though in any case it'd still cost the defendant considerable time and money to fight the lawsuit.

  59. Three Rings for the Kernel... etc. by Squeeze+Truck · · Score: 4
    Three Rings for the Kernel-kings under the sky,
    Seven for the Debian-lords in their halls of stone,
    Nine for Microsoft Men doomed to die,
    LinuxOne for the Dark Lord on his dark throne
    In the Land of Mountain View, CA where the Shadows lie.
    LinuxOne to ruin them all, LinuxOne to fail them,
    LinuxOne to bring them all and in the darkness blind them....
    In the Land of Mountain View where the Shadows and bad IPOs lie.

    -- Seth Cohn

    (Lifted from the LinuxOne flame archive.)

    --

    "Reactionaries must be deprived of the right to voice their opinions; only the people have that right." - Mao

  60. GPL requirement in this case by Bruce+Perens · · Score: 2
    The GPL requirement in this case would be for them to accompany the binary with a written offer to give any third party the source. Note that it's not just their customers that they are obligated to - anyone who asks.

    Why can't they just point to the sources on somebody else's web site if they haven't made any modifications? Two reasons:

    • Version information gets lost this way as FTP sites get newer versions, which generally happens several times during the lifetime of a binary product.
    • It's sloppy to depend on someone else to fulfill your legal obligation. They often stop fulfilling it without telling you.

      Thanks

      Bruce

    1. Re:GPL requirement in this case by Bruce+Perens · · Score: 3
      The GPL is effective as soon as someone distributes a copy of a program to someone else. In recent discussion with attorneys, it sounds as if this even applies if you give a GPL work to your employee.

      An NDA that restricts rights that you would otherwise have under the GPL is in violation of the GPL's terms. You're required to convey to all other parties the same rights that the GPL gives you. If you are legally bound from obeying the terms of the GPL, the entire license terminates and you have no rights regarding the program, no right to use or modify it, etc. Other people to whom you have redistributed the program retain their rights.

      When does the GPL start? When you distribute source or binaries to anyone.

      And to who does the GPL apply? This is a bit complicated. You are responsible to the copyright owner to comply with the license. You are responsible to those to whom you distributed binaries to distribute source on request. You are also responsible to any third party to distribute source on request if you don't distribute it along with the binary. Anyone to whom the program is distributed is also responsible to comply with the terms of the license.

      Remember, I'm not an attorney and thus this isn't legal advice. But I'm the best you're going to get around here, unfortunately.

      Thanks

      Bruce

    2. Re:GPL requirement in this case by um...+Lucas · · Score: 2

      Since you seem to be the most informed person around here as to how the GPL works, can you explain this:

      When does the GPL come into force? Once a program is distributed? Concieved? Or what?

      For instance, when there was all the grumbling about the slashdot code about Rob saying it was almost GPLed, according to his FAQ, people jumped to his defence, saying that since he wasn't distributing it, he was excempt from that part of the GPL.

      When Corel attempted to stymie the redistribution of it's beta, half of the crowd here said that since they were distributing the distro, it should be available for all to see. But the other half was saying that since people were generally expectedt o sign NDA's, it could be construed that they were becoming, to a limited extent, employees of Corel, and therefore would be under no obligation to distribute the source to their beta distribution.

      Then, when there was a discussion about the NSA contracting an outside company to create a "secure" linux distibution, it was reasoned that the community probably wouldn't ever get the source, because in that case, the GPL applied only to the NSA and it's contracting company. Since the only customer of that company for the product was the NSA, the NSA would be the only ones legally required to be able to get the source code.

      Did all that make sense? It just seems that the GPL is applied with varying degree's of insistance. There also doesn't seem to be a clearing house for all GPL related questions and other issues.

      Here's the final question?
      When does the GPL start?
      a - when you begin internal development?
      b - when you begin using the software in a production environment
      c - when you distribute binaries to "anyone"
      d - when you distribute binaries to "everyone"

      And to who does the GPL apply?

      a - anyone that asks for it?
      b - only the people that you distributed binaries to?

      Maybe one day this issue will be cleared up... But right now it seems that the GPL is full of selective loopholes.

    3. Re:GPL requirement in this case by gorilla · · Score: 2
      For instance, when there was all the grumbling about the slashdot code about Rob saying it was almost GPLed, according to his FAQ, people jumped to his defence, saying that since he wasn't distributing it, he was excempt from that part of the GPL.

      Rob is the author of the slashdot code, and as such can do anything he wishes. The license is for others who wish to use or distribute the code.

    4. Re:GPL requirement in this case by aidan+skinner · · Score: 1

      You are also responsible to any third party to distribute source on request if you don't distribute it along with the binary.

      I don't believe that this is true. From the GPL:

      3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:

      a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,

      b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,

      c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)

      So if you wanted, under 3.a you could just bundle the object code and the source code onto a cd or two and give it to a customer. There, that's it, you're done. You don't have to give the source code to j-random user who asks for it...

      IANAL, etc, etc, etc.

      - Aidan

  61. To Richard Bottoms by Bruce+Perens · · Score: 5
    Hi Richard,

    I missed the lynching threat but no doubt it's there. I would not suggest you take it as a racist sentiment, but more as an expression of how offended we are. I myself have proposed that LinuxOne Inc. be "run out of town on a rail", I don't know if that has any racist connotations.

    Yes, you screwed up and you now have a whole lot to learn. To start with, I can direct you to an attorney in Palo Alto who can design your GPL compliance program, if you wish. Just write to me at bruce@perens.com .

    The sentiments expressed here are not those of VA or Andover.net, that's something else you need to learn. But if you can turn the company around, I'm sure that will get coverage.

    Thanks

    Bruce

    1. Re:To Richard Bottoms by rlb · · Score: 1
      Appreciate the suggestion regarding GPL legal help. I've called the firm you suggested and will speak with the attorney there when she gets back on Wednesday.

      I've also been appointed GPL compliance officer effective today so we'll be working to ensure we have all our products properly licensed.

      You calm approach to the issue is appreciated.

      Thanks again, Richard Bottoms

  62. Re:Peter Norton @ LinuxOne by Palin+Majere · · Score: 4

    "You are invited to come out at our expense to review our technology plan going forward."

    Ironic. You posted that at 11:34am. You're willing to pay for his expenses in getting to you, but unless he's in your local area, the chances of him actually making it there to the meeting you're holding are almost nil. Or would you be willing to delay said meeting until his arrival?

    "That we've fucked up is not in dispute"

    This is amusing. Care to post this on the LinuxOne webpage? While _you_ may admit your company has made some horrendous blunders, that's certainly hasn't stopped the marketing people from trying to convince everyone of the exact opposite. How about some good ole "Truth in Advertising"?

    "That we had the balls to come to New York should also not be in dispute."

    You're right. You were there. And I must admit, your company had to have some pretty giantic kahones to come to the premiere Linux trade show with a repackaged set of standard utilities that you claim is your new and innovative product. You also claim that you don't use these utilities at all, and that, in fact, you don't have a copy of them anywhere.

    You seem intelligent enough to realize the horrible mistakes your company is making. Perhaps it's time that you (and your company) began correcting these mistakes, as opposed to committing further blatant blunders. And _if_, not when, your company begins to play by the rules, _then_ you may get the same level of coverage. But only if your efforts to make amends and repair the damage are as equally strong as the blunders you're making now.

  63. Re:Pull the Trademark!!! by RelliK · · Score: 2

    Well, not quite. Mandrake has always been a "Better RedHat then RedHat". By that I mean less bugs and more features (like KDE out-of-the-box).


    ___

    --
    ___
    If you think big enough, you'll never have to do it.
  64. Negative Credibility by Uruk · · Score: 2

    They don't care man. The only credibility that they need is credibility with gullible people who like to gamble their money away on speculative stocks. And unfortunately, when you're in a good economy and foolish stock traders feel like they're bullet proof, all you need to gain credibility in those people's eyes is a buzzword.

    And that buzzword is linux. VA and Redhat are great companies, and they actually have something to offer, but they did cash in on that buzzword. There's nothing shameful in making lots of money if you actually have something to offer like Redhat and VA.

    But keep in mind that linuxone only needs to have 1/10th of their success in order to "succeed" in what they're doing.

    --
    -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
    1. Re:Negative Credibility by technos · · Score: 2

      Lets see...

      100,000 shares at $22. Sale in 2 weeks through charitable foundation at 30-50. Guaranteed minimum take of $2.2 million USD. Disband charity, walk with the cash and watch stock plummet.

      $2,200,000 goes a long way in Taiwan..

      I honestly hope they're not as bad as all appearances lead me to believe.

      --
      .sig: Now legally binding!
  65. Re:nope by Uruk · · Score: 2

    "Don't buy from Amazon.com, but do waste their bandwidth by looking for books there."

    I used to think that was a good idea, but it turns out that it's not. Amazon doesn't make all of its money off of book sales, it also makes money advertising and so on, so even when you just go to waste their bandwidth and take up resources, they're glad to have you do it, because it's one more hit they add to their hitcount. They then go out to advertisers and say "We had X hits/day which means that advertising costs $Y"

    The bigger the $X, the bigger the $Y I would think.

    Really though, they do make money without you ever buying anything. If websites couldn't do that, then slashdot would have never been bought by Andover, and Andover would have never been swallowed by VA. :)

    --
    -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
  66. That was brutal, man by Uruk · · Score: 2

    I could just read between the lines seeing you lead on that hapless employee...going back again and again to the RPM issue, getting her to reiterate what she said (whether it was a lie or just simply a total lack of understanding with everything having to do with linux I'm not sure) and then asking her several times if they were running LinuxOne on their webserver...

    I have no idea about the legality of taping conversations on the phone like that, but getting people to reiterate lies like that and eliciting things that can appear damaging to them later seems to me like what was intended when there were laws made about "entrapment"

    That said, the phone conversation was funny as hell, and they deserve to be exposed. I feel bad for that sorry employee though, who obviously can't swallow her pride and say "I don't know" on any of the issues...RPM a programming language??? Might she somehow be thinking of .spec files? (Which isn't *really* programming anyway..)

    Just tell me one thing man, ease my mind. Please tell me that you were saying "ly-nucks" instead of "lih-nucks" on the phone because you were playing the part of the dumb customer. :) (/me braces myself for a "linux" pronunciation holy war :)

    --
    -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
    1. Re:That was brutal, man by Accipiter · · Score: 2
      Heheh....

      Actually, Linus pronounces it "Lee-Nicks", if I remember correctly.

      His name is pronounced similarly. "Lee-Nis", rhyming with "Knee Miss"

      But, Linus also said he doesn't care how people pronounce it, just so long as they use it. No arguments here. :)

      -- Give him Head? Be a Beacon?

      --

      -- Give him Head? Be a Beacon?
      (If you can't figure out how to E-Mail me, Don't. :P)

    2. Re:That was brutal, man by Duckie01 · · Score: 1


      Almost right.

      You can hear an audio fragment of Linus pronouncing Linux here.

      Oh ya... to play it, just cat linux.au > /dev/audio

      Have fun :)

    3. Re:That was brutal, man by mattc · · Score: 1

      So the creator of the operating system is also a "dumb customer?"

    4. Re:That was brutal, man by Ralph+Wiggam · · Score: 1

      Linus pronounces it wrong because he's foriegn. He can't speak English good like we do.

      -B

  67. That was brutal, man by Uruk · · Score: 2

    I could just read between the lines seeing you lead on that hapless employee...going back again and again to the RPM issue, getting her to reiterate what she said (whether it was a lie or just simply a total lack of understanding with everything having to do with linux I'm not sure) and then asking her several times if they were running LinuxOne on their webserver...

    I have no idea about the legality of taping conversations on the phone like that, but getting people to reiterate lies like that and eliciting things that can appear damaging to them later seems to me like what was intended when there were laws made about "entrapment"

    That said, the phone conversation was funny as hell, and they deserve to be exposed. I feel bad for that sorry employee though, who obviously can't swallow her pride and say "I don't know" on any of the issues...RPM a programming language??? Might she somehow be thinking of .spec files? (Which isn't *really* programming anyway..)

    Just tell me one thing man, ease my mind. Please tell me that you were saying "ly-nucks" instead of "lih-nucks" on the phone because you were playing the part of the dumb customer. :) (/me braces myself for a "linux" pronunciation holy war :)

    --
    -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
  68. LinuxOne at Linux Expo in NYC by Uruk · · Score: 5

    I was fortunate enough to go to the expo on friday in new york, and I couldn't believe my eyes that Linux One actually showed up. I thought that they were strictly a screw-the-investor outfit, and that they wouldn't even bother trying to sell a profit seeing as how they are such pariahs in the linux community. I figured that they would just stick to screwing investors out of their money at the IPO.

    But they were actually there! There was some guy who looked like he was in his late 50's (Caucasian male) who said that he was the VP of the company. I walked up to their booth, and I was just checking out what they had to offer, (mostly CD's and a few stickers and things, frankly they had one of the most boring booths there) and true to form, somebody walked up and said "This floppy that you gave me has program X on it" (I don't remember what program X was) "Program X is under the GPL, so I was wondering if I can get a source code floppy or CD for this program"

    After much hemming and hawing, the VP of LinuxOne (if that's who he was) explained that he wasn't a technical guy, that he was just there to run the booth, and that he would talk to the more technical people. The guy at the booth gave him a hard time a while longer and eventually agreed to write down his email address for the LinuxOne guy to get in touch with him later. (Yeah, like that'll ever happen)

    Doesn't it seem strange that Linux One would send somebody who didn't even know enough about linux software to realize that for a lot of packages, it's probably somewhat expected to have access to the source code? It's possible that this guy was playing dumb - but it sure didn't look like he was playing, if you get my drift. I can't believe that they would send somebody non-technical to the show, even if only to snowjob the show-goers.

    When seeing people flame LinuxOne on slashdot, I read up on the company, and thought that they were a completely crappy, flighty company that seemed determined to crowbar the dollars out of hapless daytraders, but still, somewhere I had some drop of pity for them since it was possible that they were the victims of some gigantic misunderstanding.

    They're not. I hate to say it, but short of whatever the Natalie Portman trolls have been saying, whatever negative thing that you've heard about Linux One is probably true. I certainly can't think of a single attack on them that I've ever heard that doesn't seem to be true.

    --
    -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
    1. Re:LinuxOne at Linux Expo in NYC by Accipiter · · Score: 2
      That's funny.

      No I think that's sad.


      Okay. I give you a point on that one. Except when I say funny, it is in it's most sarcastic tone. (Or maybe you missed that because you were too interested in misjudging me.) I agree, it's very sad.

      They are phone staff because they aren't the smartest or the quickest or the luckiest people but they still have to make a living.

      Guess what? I answer phones for a living where I work too. That puts me in the same boat as this person. But -- There's a difference. The point of placing people on the telephones is not just to take orders and write up an invoice. What if the person calling wants to know a little about the product? Hmm? Does that mean that the people who aren't "the smartest or the quickest or the luckiest" are allowed to be uninformed about the products they are supposed to be selling? Now picture this: Suppose I decide "Hey, this LinuxOne shit sounds GREAT! Especially that RPM programming language. I want it!" Then I buy it, and find that two-thirds of the information given to me was an outright lie. How would I feel? Replace me with the Corporate Suit who decides to give Linux a try. How is HE going to feel?

      Oh, and don't throw a guilt trip at me about these people "making a living." I do the same thing where I work, and I'm damn sure informed about the products we sell. You just missed my point.

      See the problem with what you did irrevelent of the fact that it was tapes and potentially illegal was the fact that the person is potentially publically libeled against; or more precisely the company.

      Lets see here....Libel? I don't think so. Libel is publishing falsities in order to damage someone's reputation. I published no false information, so where do you get Libel from? That being the case, I suppose the Slashdot article is Libel too? Libel....pfft, you sound like JP.

      This person could loose their job because you as the shittless little punk that you are had the gaul to actually deliberately lead the person on with false data of your own.

      I was leading the SALESPERSON on? If you read the transcript, I believe you will find the opposite is true. If I had not known a damn thing about anything, I would have been led to believe that apache was a server architecture, RPM is a programming language, and EVERY distribution of Linux is insecure. I fed absolutely no information to this person, yet you insist that I "lead the person on with false data".

      You know not everyone knows everything all at once we all learn.

      If she doesn't know what the product is/does, why is she selling it? Who qualified her to answer the phones?

      I would respectively ask that you grow up and live and let live. You can't really believe that you actually treated that human like a human do you?

      Tell me what was so inhuman about what was done. This was not a personal attack against this single person, and I state that fact on the page. What you missed, was the fact this was to show the unprofessionalism of the company, as well as the uninformed nature of it's employees. I called LinuxOne back on the weekend after this phone call was made. The person answered the phone "Hello?" I thought I had a wrong number, and called back. Same thing. I had to ASK if that number was for LinuxOne. Laer in the conversation, I told this person I wanted to order 2000 copies, and I was told to call Red Hat. Is this what people expect from a company? Would you want to deal with this company?

      Hmm well if you call up about your car or whatnot that gets into the shop that the mechanics should deliberately make you look like an ass right?

      Sorry. I know enough to take my car to several places to get several opinions before I get it fixed. Oh, and the car shop is the one offering the service, not the customer. You've got your metaphor backwards.

      -- Give him Head? Be a Beacon?

      --

      -- Give him Head? Be a Beacon?
      (If you can't figure out how to E-Mail me, Don't. :P)

    2. Re:LinuxOne at Linux Expo in NYC by Accipiter · · Score: 2
      You misunderstand.

      Sure, I could see the humor in this (in fact, I tried hard several times to keep from laughing. ;), however that was not the intended effect.

      When you read the transcript, you notice the conversation was between "Accipiter" and "LinuxOne", not "Accipiter" and "Salesperson" or "Name". Throughout the entire phone call, this woman was representing her company. She was very professional, helpful, and polite....but quite uninformed.

      But thanks for the comment. :)

      -- Give him Head? Be a Beacon?

      --

      -- Give him Head? Be a Beacon?
      (If you can't figure out how to E-Mail me, Don't. :P)

    3. Re:LinuxOne at Linux Expo in NYC by Accipiter · · Score: 5
      That's funny.

      So not only are their Booth people (executives?) very uninformed, so are their phone staff.

      The following URL has a quick wrap-up of the LinuxOne situation, as well as a call I placed to them. I spoke with a salesperson who frankly, didn't know a damn thing about what she was pitching. That's quite evident in the transcript that's on the same page.

      http://hackphreak.org/~accipiter/

      -- Give him Head? Be a Beacon?

      --

      -- Give him Head? Be a Beacon?
      (If you can't figure out how to E-Mail me, Don't. :P)

    4. Re:LinuxOne at Linux Expo in NYC by benedict · · Score: 1

      "[P]oor daytrader"?

      Does not compute. ;-)

      --
      Ben "You have your mind on computers, it seems."
    5. Re:LinuxOne at Linux Expo in NYC by Syberghost · · Score: 2

      I'm just curious, did you ever inform the LinuxOne sales drone that you were recording that conversation? If not, you could get into some serious, serious trouble. Remember President Nixon?

      Nixon was in a place where that's true. In the majority of states, only one person in the conversation has to give permission to record it.

      The law regarding a person from one state recording a conversation with a person in another is shaky, but generally it's believed that the law in the state where the recording was made would prevail.

    6. Re:LinuxOne at Linux Expo in NYC by ralphclark · · Score: 2

      ROTFLMAO! The best bit is when she offered to help him get hold of a copy of the DeCSS software!

      Consciousness is not what it thinks it is
      Thought exists only as an abstraction

    7. Re:LinuxOne at Linux Expo in NYC by TWR · · Score: 1
      I'm just curious, did you ever inform the LinuxOne sales drone that you were recording that conversation? If not, you could get into some serious, serious trouble. Remember President Nixon?

      Nixon didn't get into trouble for making tapes. He got into trouble because he didn't TURN OVER the tapes when suppoenaed. The tapes had been installed in the White House by LBJ, and LBJ had told Nixon that he had found them handy. (As an aside, the LBJ tapes were released a few years ago.) Nixon kept the system in place, and probably discussed illegal cover-up operations for Watergate with aides while the tape was rolling.

      When Nixon did turn over the tapes, 18 minutes was somehow erased, and he tried to blame his secretary (she would have had to have folded herself up like a contortionist to accidently erase the tapes). This was pretty much the beginning of the end for Nixon.

      Now, that evil woman Linda Tripp, she's in trouble for making tapes, because Maryland is one of the few US states where both parties must agree when being recorded. No matter what you think of Bill Clinton and Monica Lewinsky, remember that Tripp made those tapes so she could get a book deal out of a friend's confidences. She only turned them over to the feds when she found out that what she had done was illegal, and Kennith Starr was getting desperate to get SOMETHING on Clinton. There was a meeting of the sleezes, so to speak.

      Taping a LinuxOne rep to demonstrate their lack of good faith isn't hardly in the same category.

      -jon

      --

      Remember Amalek.

    8. Re:LinuxOne at Linux Expo in NYC by TWR · · Score: 1
      She was being pressured to perjure herself for the President by Ms. Lewinsky (the "talking points" memo) and wanted evidence of her own honesty to fall back on if she was going to have to testify truthfully in court against these people.

      Weren't the talking points were written by Linda Tripp? Didn't "truthful" Linda Tripp say that Wiley looked like she enjoyed Clinton's attentions? And didn't "truthful" Linda Tripp lie to Monica Lewinsky? And didn't she lie to Starr about making copies of the tapes? And didn't she lie to Starr about playing the tapes for other people? I'm sure there were a few other things that I'm forgetting. She's an awful, self-righteous woman who just can't imagine what it is that she has done wrong.

      I don't think you understand what my problem with Linda Tripp is. It has nothing to do with politics and has everything to do with using and betraying someone else. I hope someone befriends you for the explicit purpose of taping your private conversations and selling them to make a quick buck.

      It's remarkable that of all the people you mention, Nixon, Lewinsky, Clinton and Tripp, LT is the only one who is "evil." Yours is a strange belief system.

      I didn't think it needed to be said about anyone else. But since you care what I think, here you go:

      Nixon was an amazingly evil man. Besides plotting to cover up a stupid break-in (it's not like Nixon wouldn't have won anyway), he ruined lives as a "Commie hunter." He decided that the Jews in the Commerce Department were making up false data to make him look bad and ordered a list drawn up of all of the Jews in the government (even though Kissenger was his confidant, Nixon was pretty clearly an antisemite. He just considered Kissenger a "good Jew."). Drawing up an "enemies list" is a pretty astounding thing for a president to do. Phillip Roth nailed him and all of the scumbags he surrounded himself with in "Our Gang." (It's been 10 years since I read the book; I might have the title wrong).

      Lewinsky is either a fool or a slut. You decide which is worse. As someone who is virtually the same age as Lewinsky, I'm insulted by people who think that she was too young to know better. What, you don't find out that it's wrong to fool around with married men until you're 22? Did she not know he was married?

      Clinton is a guy who just doesn't know how to keep his damn pants zipped. Neither could Martin Luther King, Jr. I don't think it makes either one a bad guy.

      Clinton is not an honorable man, but I don't think Americans want an honorable man for president. Clinton isn't even a good Democrat, because a good Democrat would have resigned and given Gore a year to run the country and the ability to run for president as an incumbent. But Clinton cares more about himself. As a human being, he leaves a lot to be desired. As a president, he's somewhere in the middle of the pack. Evil? Nah.

      As for Clinton's perjury, it was about as bad as Bill Gates' perjury when he testified on video for the anti-trust trial. If you think one is guilty, then you probably think the other is guilty as well.

      With re to a personal vendetta against Clinton in the OIC, keep in mind about half the lawyers in Starr's office were Democrats. But professional prosecutors pursue regardless of party.

      So why was Fiske (the original special prosecutor) forced to resign by Republicans?

      Whether or not the original intent of Starr and his office was personal, the end result certainly was. Remember, Starr didn't HAVE to persue the whole adultery thing. It didn't relate to his ongoing investigations. I can't imagine what Clinton and Lewinsky have to do with a land deal in Arkansas or with firing travel office employees or with missing billing records from the 80s. But they were looking for _something_, and they knew that _anybody_ would deny under oath that they were having an affair, if that testimony was going to be seen by his wife. So, they had perjury and "obstruction" and there you go.

      If Kennith Starr ever had ANYTHING on Clinton that wasn't Zippergate-related, why didn't any of that appear in his report to the House? Why hasn't a final report been submitted yet? Why wasn't Clinton indicted? Starr went after a lot of peons, hoping that they'd "flip" the big guy. Never happened. Now, this is either because Clinton has amazing mental powers that have made these people into his zombie servants or THERE ISN'T ANYTHING THERE. While the first option would be really cool, I just don't think it's true.

      Now we're way off topic from taping a conversation with a phone drone. But you wanted to know.

      -jon

      --

      Remember Amalek.

    9. Re:LinuxOne at Linux Expo in NYC by SeanNi · · Score: 1

      > It may be that the page had some mention of recording, in which case this would not apply. However, it now reads in its entirety "This page is not here yet" (shades of Transmeta) so I don't know.

      Hmmm... dunno about that, but at one point in time, he had an MP3 recording there of the phone call. It was definitely taped. Or recorded. Or whatever.

      > In fact, according to various Tom Clancy novels (always a reliable source :), it is still the case that every telephone call in and out of Washington DC is recorded by the government.

      Extremely improbable. Do you have any idea how many millions of phone calls are made in and out of that city every day?? DC is a pretty big place. Maybe they record everything in and out of every government office, but that's still unlikely. I just can't imagine there being the resources to do that. And if it were all automated, or something, how in the hell would thery ever find one of those recordings, if necessary?

      I mean, there are about 3 million residents of DC, right? And assume each one spends an average of 1/2 hour on the phone on an average day (I don't think that's unreasonable... it may even be on the low side). That's 1 1/2 million HOURS of taping per DAY...

      *shakes head*

      No fucking way.

      It's a fine line between trolling and karma-whoring... and I think you just crossed it.
      --
      - Sean

      --
      It's a fine line between trolling and karma-whoring... and I think I just crossed it.
      - Sean
    10. Re:LinuxOne at Linux Expo in NYC by MISplice · · Score: 1

      The guy at the booth gave him a hard time a while longer and eventually agreed to write down his email address for the LinuxOne guy to get in touch with him later. (Yeah, like that'll ever happen)

      For an e-mail example I wrote them 3 weeks ago telling them I couldn't access their ftp site and I was evaluating different versions of Linux to replace the NT network here at work, so I was wondering if they could point me to a mirror or send me a CD of the LITE version for testing. I still have yet to hear word one from them.

      --
      "Imagination is more important than knowledge" -- Albert Einstein
    11. Re:LinuxOne at Linux Expo in NYC by ravenwing_np · · Score: 1

      I'm sorry but I just could not finish reading that transcript. It was just too painful. I've delt with good sales people before and bad, but that was the worst I ever hope to hear about. I admire the patience of Accipiter.

    12. Re:LinuxOne at Linux Expo in NYC by nevets · · Score: 1

      I talked to that VP as well. He couldn't answer any questions that I asked. I simply asked what development tools are on the distibution, and he referred me to this other guy who told me "Linux Lite runs on Windows"???? It was like they were programmed for certain responses. But didn't know what to do if someone asked them something of content.

      Also, a guy from Loki was there messing with their heads! He placed a Linux Mandrake Hat on their box (on top of the penguin), and they didn't even notice. I started asking a few more questions and the VP had to pick up the box and read it. Still he didn't notice that hat, and couldn't answer my questions. I later saw him at the session with Bob Young. He was sitting in the audience trying to stay awake. He obviously didn't have a clue about the Open Source community nor Linux.

      Steven Rostedt

      --
      Steven Rostedt
      -- Nevermind
    13. Re:LinuxOne at Linux Expo in NYC by nevets · · Score: 2

      I talked to that VP as well, I took his card:
      Roy Bentley Holmes
      Vice President of Sales
      Tel: (408) 929-3331
      Fax: (408) 929-3330

      LINUXONE, INC.
      201 San Antonio Circle C250
      Mountain View, CA 94040
      Tel: (650) 948-6201
      Fax: (650) 948-2932
      roy@linuxone.net
      www.linuxone.net

      He couldn't answer any questions that I asked. I simply asked what development tools are on the distibution, and he referred me to this other guy who told me "Linux Lite runs on Windows"???? It was like they were programmed for certain responses. But didn't know what to do if someone asked them something of content.

      Also, a guy from Loki was there messing with their heads! He placed a Linux Mandrake Hat on their box (on top of the penguin), and they didn't even notice. I started asking a few more questions and the VP had to pick up the box and read it. Still he didn't notice that hat, and couldn't answer my questions. I later saw him at the session with Bob Young. He was sitting in the audience trying to stay awake. He obviously didn't have a clue about the Open Source community nor Linux.

      (-1 Redundant)
      PS. Sorry if this posted twice, I hit stop right after I hit submit, because I just realized I had his card and I don't know if it made it to Slashdot or not the first time.

      Steven Rostedt

      --
      Steven Rostedt
      -- Nevermind
    14. Re:LinuxOne at Linux Expo in NYC by Bazzargh · · Score: 1

      This made me smile a lot. You are *evil*!!!
      I pity the poor guy on the end of the phone,
      y'know it was his big break after flipping
      burgers for all those years...

    15. Re:LinuxOne at Linux Expo in NYC by Afterimage · · Score: 1
      It seems there are src.rpms (not SRPMS oddly) at hawk.linuxone.net/pub/LinuxOne/Source

      Oh, that could be since they use files like xscreensaver-3.09-5mdk.src.rpm, which screams Mandrake source.

      Interesting since on their site they have it linked from the the IP, perhaps since the pacbell DSL name the machine rides on is a bit cumbersome.

      I suspect they haven't worked out getting PacBell to CNAME the dsl line.

      Further oddities, while they have seperate entries for LinuxOne OS and LinuxOne Lite, there are no downloads for LinuxMac. Further, there is only one source directory. Hope you know what packages you need if you'd like to recompile.

      Finally, if they make their own mods to the source (including a name change), simply offering Mandrake's source wouldn't cover them GPL wise, would it?.

      --
      --Humpty Dumpty was pushed!
    16. Re:LinuxOne at Linux Expo in NYC by PanDuh · · Score: 1
      This person could loose their job because you as the shittless little punk that you are had the gaul to actually deliberately lead the person on with false data of your own. Perhaps a little hint? You know not everyone knows everything all at once we all learn.

      Are you retarded?

      What if Accipiter had actually been a clueless newbie? He would have been horribly mislead by an unskilled salesman who actively pretended to know what he was talking about. Would you rather Accipiter ask his grandmother to call up and ask the questions?

      See a problem here. You make people look like fools you are basically saying that the above is proper behavior. Accipiter made the salesman look like a fool because he *WAS* a fool. If the salesman was smart, he would have admitted that he didn't know much about the product and would connect Accipiter to a technical representative. But he didn't. I can't believe you don't see a problem with how LinuxOne deceives its potential customers.

    17. Re:LinuxOne at Linux Expo in NYC by iainh · · Score: 1

      Moderate up:

      That link is one of the funniest things I've read recently

      I especially like:

      04:26 - LinuxOne: "RPM is uh, the program language that you program uh, within Linux."

    18. Re:LinuxOne at Linux Expo in NYC by MattXVI · · Score: 2
      Your comment is rife with nonsense.

      Tripp made those tapes so she could get a book deal out of a friend's confidences. She only turned them over to the feds when she found out that what she had done was illegal...

      The book deal was discussed well after she made the tapes. (N.B. Said book was very hypothetical, and was never written.) The tapes were made because Tripp was being already being slandered by the White House as a liar for mentioning a discussion she had witnessed. She was concerned that the White House would publicly lie and smear about her, as they had done to many others who spoke out against the administration (Kathleen Willey et al). She was being pressured to perjure herself for the President by Ms. Lewinsky (the "talking points" memo) and wanted evidence of her own honesty to fall back on if she was going to have to testify truthfully in court against these people.

      and Kennith Starr was getting desperate to get SOMETHING on Clinton.

      This is even funnier. The OIC (Starr's office) had already secured almost two dozen indictments, most followed by convictions or plea bargains, against members of the administration. They already had their plate full with a number of other areas, such as the travel office firings and Web Hubbel. The last thing they needed was a tawdry sex scandal distraction from more substantial abuses within the administration. But since the President had apparently obstructed justice (as they belived he had on many other occasions), the evidence could not be ignored. With re to a personal vendetta against Clinton in the OIC, keep in mind about half the lawyers in Starr's office were Democrats. But professional prosecutors pursue regardless of party.

      Finally, there is a great explanation of the gap in the Nixon tapes in the hilarious movie Dick.

      It's remarkable that of all the people you mention, Nixon, Lewinsky, Clinton and Tripp, LT is the only one who is "evil." Yours is a strange belief system.

      --
      When I'm singing a ballad and a pair of underwear lands on my head, I hate that. It really kills the mood.
      -Tom Jones
    19. Re:LinuxOne at Linux Expo in NYC by Ledge+Kindred · · Score: 1
      I'm just curious, did you ever inform the LinuxOne sales drone that you were recording that conversation? If not, you could get into some serious, serious trouble. Remember President Nixon?

      -=-=-=-=-

      --

      -=-=-=-=-
      My mom's going to kick you in the face!

    20. Re:LinuxOne at Linux Expo in NYC by slashdot-terminal · · Score: 0

      That's funny.

      No I think that's sad.

      So not only are their Booth people (executives?) very uninformed, so are their phone staff.

      They are phone staff because they aren't the smartest or the quickest or the luckiest people but they still have to make a living.

      The following URL has a quick wrap-up of the LinuxOne situation, as well as a call I placed to them. I spoke with a salesperson who frankly, didn't know a damn thing about what she was pitching. That's quite evident in the
      transcript that's on the same page.

      http://hackphreak.org/~accipiter/


      Funny ha ha ha

      See the problem with what you did irrevelent of the fact that it was tapes and potentially illegal was the fact that the person is potentially publically libeled against; or more precisely the company. This person could loose their job because you as the shittless little punk that you are had the gaul to actually deliberately lead the person on with false data of your own. Perhaps a little hint? You know not everyone knows everything all at once we all learn.

      I would respectively ask that you grow up and live and let live. You can't really believe that you actually treated that human like a human do you? Hmm well if you call up about your car or whatnot that gets into the shop that the mechanics should deliberately make you look like an ass right?

      Yeah well um the kinetic tranducer module in the carbine recalibration chamber had a little bit of a problem. This will set you back at least $700.00 however I can cut you a deal and fix it with parts and labor combined for $650.

      See a problem here. You make people look like fools you are basically saying that the above is proper behavior.

      --
      Slashdot social engineering at it's finest
    21. Re:LinuxOne at Linux Expo in NYC by FACESquad · · Score: 1

      I also had the "fortune" to see LinuxOne at LinuxWorld in NYC last week as well, and I agree with you that the only knowledge that "VP" had about his product is what the marketing people gave him in a script to recite at the expo. When questioned about the truth about the distro by Ryan Gordon of Loki Games, he didn't know what to say. He lied about one thin and another until the truth was eventually forced out of him, and even then it wasn't the whole truth. When I spoke to him friday, and asked about the usefullness of having Linux install under windows, all he could say was that it made the installation process easier than to install on a seperate partition. To put it bluntly: These people have no clue! They shouldn't be given the time of day by the Linux community, never mind our money. LinuxOne is a blemish that should be wiped out, and quickly.

      --
      "a retarded monkey could do a better job..."
    22. Re:LinuxOne at Linux Expo in NYC by Nate+Eldredge · · Score: 1
      I'm just curious, did you ever inform the LinuxOne sales drone that you were recording that conversation? If not, you could get into some serious, serious trouble.

      You will note that nowhere in the posting does the author say anything about having recorded the conversation. It is quite possible he wrote down or typed the conversation as it took place. This would be perfectly legal. Of course, it also gives no assurance that the conversation actually took place as he says; we must take his word for it. That's the whole point.

      It may be that the page had some mention of recording, in which case this would not apply. However, it now reads in its entirety "This page is not here yet" (shades of Transmeta) so I don't know.

      Remember President Nixon?

      This, of course, is an entirely different case. I don't believe he was ever accused of illegal taping. In fact, according to various Tom Clancy novels (always a reliable source :), it is still the case that every telephone call in and out of Washington DC is recorded by the government. (The tapes, however, are inadmissible in court as they are made without a warrant.)

      IANAL

    23. Re:LinuxOne at Linux Expo in NYC by DrgnDancer · · Score: 1

      There is a serious hole in your arguement. This is supposedly a LINUX COMPANY, and they are going public, gettting ready to take some poor daytrader's MONEY. Granted our exemplary daytrader needs to have his/her head examined if they buy stock in this company, but it does not change the fact that this "company" is at least TRYING to take his/her examplary money. Your example shows a customer getting screwed by an immoral mechanic, and you are comparing this to what the transcript does. In reality the transcript exposes the immoral mechanic. This is more like an experienced mechanic going into the shop of another mechanic and exposing the fact that the second guy has been putting mufflers on backward.

      --
      I don't need a million points of light, just two points of multi-mode fiber and a 10 Gig-E router.
  69. Holy Crap! by theLime · · Score: 0

    "Thanks for bringing this to our attention"

    WTF!?!

    You *cannot* be that stupid!
    How can I express my shock and anger in this text?

    Mr. Bottoms, you cannot truthfully tell us that NO ONE at LinuxOne was aware of this issue before you saw this comment today.

    FUCK! Stop it!

  70. nomenclature is destiny by alumshubby · · Score: 1

    (Slow, deep breath) Mr. Bottoms:

    I come from a Navy family and am the son of a WW II Army NCO, so I bow to no one when it comes to using salty language, but "...we fucked up..." and "that we had the balls to..." belongs in the goat locker (the chiefs' quarters, ye lubbers), not off the keyboard of some tycoon-wannabee.

    I think it's indicative of your astonishing lack of judgement that you've chosen to respond in a prominent forum of the Linux and OSS communities in this fashion. The last two employers I had the misfortune to labor for who behaved in such a manner didn't make out any better than you seem destined to.

    Mr. Bottoms, did they all talk like that where you come from? You're not some dirtbag who doesn't care whether he's taken seriously -- are you? Do you kiss your mother with that mouth? Haven't you considered that many of your company's employees and investors (the smart ones that you want to keep, anyway) read Slashdot faithfully?

    You, sir, are a foolish, foolish man, and others will have to suffer along with you for your egregious mistakes.

    --
    "How many light bulbs does it take to change a person?" --BMcC-->
  71. Re:Something's wrong then. by Doctor+Memory · · Score: 1

    For instance, if i modified your GPLed program and sold it to "JIM", would I then be required to send the source code, on floppy, to 10,000 people who then request it from me?

    I believe this is so. You would be allowed to charge them for the media and postage (and possible some reasonable amount for the time & effort to create the floppies & mail them out, not sure about that though). But once you distribute it, you are obligated to make the source available to *anyone* who asks for it. Obviously, the most reasonable method would be to e-mail the appropriate files, or post them on a web site. I don't believe you are obligated to provide them in any specific format (e.g., you don't have to produce them on paper tape if someone asks), but you are obligated to make a reasonable effort.

    --
    Just junk food for thought...
  72. NO LICENSE, not Source Code by CMiYC · · Score: 1

    It is not required to distrubte the source code with the program... just as long as its available. HOWEVER, you MUST distribute the GNU License... which seems to be lacking from that file list. I think that is the point he was getting at.... not so much the source code wasn't included.

    ---

  73. Re:Points of problems by Accipiter · · Score: 2
    I would have at least said that perhaps they were slightly misinformed. Letting someone carry one like that (at least from where I come from) is bad manners.

    HELLO! MY PAGE DID SAY THAT! Here's a few excerpts:

    "Yes, I know that not everyone can be totally informed of a product, but that's not an excuse for giving misinformation, as you will read below."

    "Conclusion: This sales associate was VERY uninformed. Okay, she may have not been the most technical person in the world, but at several points in our conversation she gave me total misinformation. It would have been perfectly okay to say "I don't know", but instead she insisted RPM was a programming language, and that Apache was a server architecture."

    ....Or did you even BOTHER to read the whole thing?

    You then asked if there were methods of programming in rpm and such. I am sorry as I cannot view your page now but I got the impression that you were toying with the person and allowing them to continue to think that what they said was correct when it wasn't.

    Wrong. I was asking the questions that a "person who didn't know anything" would ask. If I was toying with them, I would have phrased the entire conversation a lot more lower in intelligence. I acted like an interested business person, and phrased my questions accordingly. I didn't ask any questions that would be considered out of line, especially considering the information I was given. Sorry, but your argument just doesn't hold up.

    -- Give him Head? Be a Beacon?

    --

    -- Give him Head? Be a Beacon?
    (If you can't figure out how to E-Mail me, Don't. :P)

  74. Pfffft. by Michel · · Score: 1
    Letting someone carry one like that (at least from where I come from) is bad manners.
    Oh boo! It's bad manners? Well that's just too bad now is it? I don't think the idea of that call was to be nice to people. The idea was to find out exactly how stupid this company is, or thinks we are. Now if in that process some phonedroids precious little ego got shattered, that's too bad.
    If someone says something stupid I don't just let them hang themselves.
    Neither do I. If someone who represents a company that's doing all kinds of nasty stuff to something I like and care about is saying stupid stuff, I don't just let them hang themselves either. I'd give 'em some extra rope.
    It would be like talking to a small child and snickering behind their back.
    Sure. Except the kid isn't in a position where it's supposed to know what the grownups are talking about. The phonedroid is. Or should be.
  75. Re:Peter Norton @ LinuxOne by Evan+Vetere · · Score: 2
    2. To Andover and Slashdot, as an African-American it is troubling to read threats of lynching on this board, but if that's how VA Linux Systems and Slashdot choose to handle its business competitors, so be it.

    Not only have you obviously not read the disclaimer at the top of every comment page - "The following comments are owned by whoever posted them. Slashdot is not responsible for what they say" - but you're 'pulling the race card', which is incredibly bad form.

    If you want us to take you seriously, you need to stop 'fucking up' (as you put it so eloquently) and start backpedaling now.

    An official statement from LinuxOne explaining your behavior and your corrective intentions would be a good place to start.

  76. VagueMaster strikes again - is that you, Bryce ?!? by CRConrad · · Score: 1

    "Nuggz" quotes "Ebbv":
    >i don't think they were all that vague.

    and replies:
    "I don't think this statement is very specific"

    If your attention span could stretch more than one full stop back, you'd see that it was a direct reply to your earlier sentence:

    "Vague allusions to the quality of my post really don't prove anything, and are just useful for distraction."

    There is one thing there that you used the very word "vague" about: Allusions to the quality of [your] post.

    What he is saying is, in effect: "My allusions to the quality of your post weren't vague".

    Of course, that you "don't think this statement is very specific" only goes to show he's right: The quality of your posts really does suck.

    (And that is, ironically, probably yet another example of the failure of that public school system you're a product of, and so misguidedly eager to defend. Especially misguided since you only managed to expose it all the more in the process.)

    HTH!

    Christian R. Conrad
    MY opinions, not my employer's - Hedengren, Finland.

    --

    Christian R. Conrad
    mail me at iki.fi ; same user ID as here
  77. If these guys want to perpetrate a scam by ch-chuck · · Score: 2

    they should pick an easier mark, like peddling quack patent medicines to old, sick and confused retiree's - trying to scam the OSS community is like trying to sell fake plastic toy guns to folks at an NRA convention.

    At best it sounds like the old 'vaporware' scam, a fraud mastered by you know who, advertise the heck out of a product or service just to get enough orders to finance it's development.

    --
    try { do() || do_not(); } catch (JediException err) { yoda(err); }
    1. Re:If these guys want to perpetrate a scam by Coward,+Anonymous · · Score: 2

      they should pick an easier mark, like peddling quack patent medicines to old, sick and confused retiree's

      They're not trying to scam the OSS community, they're trying to scam uninformed stock buyers, many of whom are old retirees who invest their life savings.

  78. Re:Peter Norton @ LinuxOne by panda · · Score: 1

    Dude, posting your e-mail addres on Slashdot...You're, like, asking for mondo-flamage in your inbox.

    Cheers!

    --
    Just be sure to wear the gold uniform when you beam down -- you know what happens when you wear the red one.
  79. In addition... by Croaker · · Score: 1

    In addition, Mandrake has not shown signs of breaking the GPL by not distributing source. Quite the opposite... my boxed Mandrake 6.0 came with two source CDs. Others have chronicled in the past that LinuxOne has seemed unwilling to part with their source.

    In addtion, Mandrake has not misrepresented itself. They have openly admitted what they do, and have not tried to throw up smokescreens of having propriatary additions to Linux. In the past, LinuxOne has claimed that this Mac thing was not based on any existing Linux software, which seems to be false.

    I use Mandrake. I like it. I have no problem with what they are doing. I do have major questions about LinuxOne however. They need to adhere to the GPL, and come clean about what they are doing.

    1. Re:In addition... by Hardwyred · · Score: 1

      Just to recap, I was only comparing Mandrake to this Linuxone hoopla because of the "they have not contributed anything of value" remark. As all good slashdoters know, distro wars get you nowhere, so pardon if I excited anyone.

      --
      www.linux-skunkworks.com
  80. Re:Is anyone compiling the "LinuxOne Debunking Pag by FallLine · · Score: 2

    Well I don't believe LinuxOne has been underwritten as of yet, atleast I haven't found anything that would indicate that. Traditionally the underwriters do not bear that kind of liability. In fact, there is language to the effect that the issuer indemnifies the underwriter(s) for liability arising out of omissions or misrepresentations for which the issuer had responsibility.

    Now if it can be proven that the underwriting firm had direct knowledge that the firm is a fraud, that might be a different issue. In general though, the onus is not on the investment banks to run around and make sure that everything the issuer says is true.

    In regards to their risk, it depends how LinuxOne is taken public. The only route is not through underwriting, rather the risk can be shifted to the issuer through what is known as a "best effort" agreement in which they essentially just act as a broker, not to mention a few others. Even in the case of underwriting though, the underwriters don't necessarily bear signficant risk--even if the issuing company is a bad egg. As long as the bank sells the issue before the market realizes its mistake, they're in the clear. Which is quite likely as long as there is Linux hype in the short term. Especially when the issues are normally significantly discounted and mostly devoid of Day-Traderesque red hot pricing (which the possibly fraudulent owners might be hoping/depending on).

    Bottom Line: Don't depend on these investment banks to filter out the slimy issues.

  81. Re:Question by finkployd · · Score: 0

    It would be a shame if they got away with this kind of decption.

    It's a shame I get away with this type of spelling :)

    Finkployd

  82. Question by finkployd · · Score: 2

    This (while hardly unexpected) raises some serious questions. Is there anyone out there who devotes their time to making sure companies are not taking open source programs or code and passing them off as proprietary? What is the procedure for dealing with these guys? It would be a shame if they got away with this kind of decption.
    Finkployd

  83. Re:sue for what? by um...+Lucas · · Score: 1

    It doesn't sound like they're refusing access to the source. They're not required to include the source with their binaries, they just have to make it available upon request, for no charge, aside from postage and the price of a floppy. It's not like their employees are mandated to carry floppies everwhere they go in order to be able to distribute the source code upon request.

  84. Re:so then it's not available by um...+Lucas · · Score: 1

    Then GNU, ESR, RMS, and whatever other initials you care to throw togtether do not mandate that source be included with all binaries. Just because it's the "general standard" does not mean that it's a requirement of the license. So long as the source is posted on their FTP server, that's probably *good enough* to satisfy the GPL. They could also have a few CD's or floppies for people who claimed to not have internet access (strange, in this day and age, especially for linux users).

    Quit calling others trolls... it seemed you were the troll, making arguments such as "what if you don't believe in phones?"...

  85. Re:so then it's not available by um...+Lucas · · Score: 1

    Then GNU, ESR, RMS, and whatever other initials you care to throw togtether do not mandate that source be included with all binaries. Just because it's the "general standard" does not mean that it's a requirement of the license. So long as the source is posted on their FTP server, that's probably *good enough* to satisfy the GPL. They could also have a few CD's or floppies for people who claimed to not have internet access (strange, in this day and age, especially for linux users).

    Quit calling others trolls... it seemed you were the troll, making arguments such as "what if you don't believe in phones?"...

  86. Something's wrong then. by um...+Lucas · · Score: 1

    You are responsible to the copyright owner to comply with the license. You are responsible to those to whom you distributed binaries to distribute source on request. You are also responsible to any third party to distribute source on request if you don't distribute it along with the binary.

    So, if LinuxOne distributed the binaries along with the source code on the floppy, then only the people who received the floppies would be legally required to have access to the source code, which they could do whatever they want with.

    However, since they don't distribute the source with the binary, they must give the source to anyone who asks, regardless as to whether or not they've received a binary?

    That seems just wrong.

    It's always been my impression that the GPL only applies between the copyright holder, you, and the person you distribute the software to. For instance, if i modified your GPLed program and sold it to "JIM", would I then be required to send the source code, on floppy, to 10,000 people who then request it from me? I wouldn't think so, unless I'd given them the binaries.

    Same with LinuxOne. I don't see why they should need to make their source available to anyone who hasn't received a binary.

  87. Lawsuit! by kevlar · · Score: 2

    They've obviously violated the GNU Public License, so why doesn't GNU file a lawsuit? Hell if they need funding for the lawsuit (which I don't believe they do), I'm sure they would find plenty of donors.
    This company is a blatent fraud, and they insult the intelligence of the OSS community and the concept of Linux as a whole. This is definately something that needs to be acknowldeged and made an example of legally. When do they get their Cease and Desist order?

    1. Re:Lawsuit! by Eneff · · Score: 1

      When do they get their cease and desist orders and subsequent lawsuits suing them for needed GNU and FSF development funding? hmmn... how about after the IPO? Then you take them out, get the money (if someone was dumb enough to buy into this...) and then watch linux (-)one fade into obscurity and prison sentences.

  88. Re:sue for what? by kevlar · · Score: 2

    More like... What GPL'd program did they redistribute without the GPL? hdformat for one.

  89. More LinuxOne nonsense by BukDuy · · Score: 1

    If you click on "About Us" on the right side of their page you can read all about how they "have a commitment to be the center of excellence for Linux embedded systems", too. What we should do as a community is make up new "uses" for Linux and then see if LinuxOne claims to be the best at those, too. Like 'teach your dog to talk with Linux' kinda stuff.

    --
    "Ford, you're turning into a penguin. Stop it."
  90. but I've got a phone by kaisyain · · Score: 1

    What if you don't have a floppy drive? I don't. iMacs don't.

    All the GPL says is it has to be available on a media customarily used for exchanging software. It doesn't say it has to come with the program.

    Just because you would prefer that the source were included with the binary doesn't mean they are WRONG to not include it on the same damn media.

    Have you ever seen the source included on a Debian bootdisk? Yet there is room on my Debian bootdisks for it.

    If you don't like the way the GPL is worded take it up with the FSF and RMS.

    I was just pointing out that LinuxOne has done nothing wrong whatsoever by not including the source, contrary to what the author of the original article implied. If making a factual correction counts as trolling....then I'm a troll.

  91. sue for what? by kaisyain · · Score: 1

    What GPLed program have they modified and refused to release the source for?

    1. Re:sue for what? by gorilla · · Score: 2

      You don't have to modify a GPLed program. If you distribute a GPLed program, you have to either source with the binary, or provide source on request at no more than a reasonable copying fee. This is Section 3, paragraphs a), b) and c).

    2. Re:sue for what? by Anomalous+Canard · · Score: 1

      They haven't even bothered to modify the program. The hdformat program that they distribute is GPLed and they haven't distributed either the required GPL notice or instructions on how to acquire the source of the GPL program from them.
      Anomalous: inconsistent with or deviating from what is usual, normal, or expected

      --
      Anomalous: deviating from what is usual, normal, or expected
      Canard: a false or unfounded repor
  92. no source code on the floppy...so what? by kaisyain · · Score: 2

    Nothing says there has to source code on the floppy. Even if they have made changes to hformat (which I didn't see you claim or prove) they STILL don't have to put the source on the floppy. All they have to do is make it available upon request. I don't think the GPL specifies what format they need to furnish it in. Maybe they'll send it to you on 8-track.

    1. Re:no source code on the floppy...so what? by warpeightbot · · Score: 2
      I don't think the GPL specifies what format they need to furnish it in.
      Does too. GPL Terms and Conditions, paragraph 3, section a (and the same terms apply in (b) and (c):
      Accompany [the binary] with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange;
      [emphasis mine] 8-track I don't think would qualify these days. Nine-track.... maybe.

      I realize the crack about eight-track was tongue-in-cheek... but since the rest of it was at least semi-serious, I wanted to set the record straight... One should be able to beat on them and at least get a series of PKZIP'ed floppies.... :) (seriously, IBM used to distribute AIX on floppies among other media... there is precedent...)

      --
      "We cannot legislate against all the stupid things people will do" -- Jesse Ventura

    2. Re:no source code on the floppy...so what? by coldguy · · Score: 1

      To quote the GPL:

      3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:

      a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,

      b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,

      c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)

      We know the source isn't on the floppy, so there goes option A. I don't have the floppy but from what people are saying, I'm going to assume there's no written offer as outlined in option B, so that's out the window. Option C might be a possiblity but that's for noncommercial distribution only, so it's no good for LinuxOne. So.. if there's no source and no offer, then they're in violation of the GPL. So yes, it does matter that there's no source on the floppy, and the authors of these programs who are upset about the distribution of their work are perfectly justified in being so. Unless, of course, the disk actually does comply with option B, in which case this post was pointless.

    3. Re:no source code on the floppy...so what? by gorilla · · Score: 3
      Actually, they must: b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange;,

      I don't think 8-track currently consists of a medium customarily used for software interchange, and I've not heard of any written offer.

    4. Re:no source code on the floppy...so what? by Duxup · · Score: 2

      I'm no LinuxOne fan myself. Although, I think that's a being a bit picky when you complain they don't have the source on a floppy right then and there.
      I don't like LinuxOne, but if your gonna show people that they're a no good company little things like that won't convince many I don't think. I'd hate to give them an opening to say "Yah well (reputable company X) provided me with a floppy and it doesn't have the source on it!"

    5. Re:no source code on the floppy...so what? by technos · · Score: 1

      Gawd I hope so.. Some of us have access to 8-track equipment still..

      A simple run through a debugger, or even a asm dimp will reveal whither or not hformat has been altered. I honestly don't think it has: try a file checksum against the standard HFS binary. LInuxonE probably didn't even compile it, just rpm --install.

      --
      .sig: Now legally binding!
  93. Re:Peter Norton @ LinuxOne by Nickbot · · Score: 1

    Yeah, that's right! You tell them Richard! Anyone who points out the blatant flaws in and misleading advertising surrounding a software product must be a racist!

    --
    Praise the Force Field! Praise the Laser Project! Slackware Loon #19830573
  94. Legal Action by jpgrimes · · Score: 1

    1) Its seems pretty clear that LinuxOne has broken the GPL terms (this is based one what I have read on the net from people I trust)

    then

    2) They should get hit with a restraining order and accompanying lawsuit. They have been doing this long enough that its time to stop letting them get away with it. Plus, it should make it clear to everyone what is really going on here.

    So who's in charge of a lawsuit. It needs to be put together quickly. I would support (money) if need be.
    john

  95. Re:not unexpected by Jon_S · · Score: 2

    Surprise surprise, VA Linuxdot, err, Slashdot, bashes a different Linux distro.

    Bzzzzzt!

    VA Linux is not another distro. From their website:

    VA Linux Systems Software Package v.6.0

    Although we do not create our own distribution, VA optimizes the Linux kernel for each system type and includes the most popular Linux distributions preinstalled.

  96. Scamming old retirees? by The+Vorlon · · Score: 1
    They're not trying to scam the OSS community, they're trying to scam uninformed stock buyers, many of whom are old retirees who invest their life savings.

    I'm sorry, but any uninformed stock buyer, old retiree or not, deserves what they get if they invest their life savings in an IPO solely on the basis of a buzzword. As far as I'm concerned, LinuxOne can scam any fools they want to--but not if it means tarnishing the good name of the Free Software community, which is precisely what they mean to do.

  97. Re:As an African-American!?!? by orcrist · · Score: 2

    Seeing so many posts here which say "he shouldn't have played the race card" saddens me. The fact is that racism is still alive and well in the USA and even if you have not had to deal with it, it would be wise to understand that other people have had to.

    Don't you know the story of the boy who cried 'wolf!'? The point is, since it is a serious problem, it is all the worse to cry 'racism' when there is no conatation of any sort of racism whatsoever. IIRC lynching is one of the very traditional methods of dealing with scamming business men who come into the local town trying to pull a fast one; I'm not advocating its use now (hopefully we're a bit beyond that) but the metaphor is perfectly appropriate and is no different from any other 'justice' type execution as regards racism.

    That's why it's playing the race card, because it's diverting the argument to an ad hominem attack. Or don't you believe calling someone a racist, who hasn't shown that in any way is a personal insult?

    Chris

    --
    San Francisco values: compassion, tolerance, respect, intelligence
  98. Re:As an African-American!?!? by orcrist · · Score: 2

    Wait a minute. Why can't people flame Linux-One without bringing lynching into the argument?

    Well, sure; but emotions are running pretty high about this whole Linuxone scam

    I thought it was a fair request.

    Maybe coming from you. But not from one of the perpetrators of this scam.

    I think his statement was a weak and unfocused attempt at a personal insult directed at both the poster and slashdot/linux va. I think he was correct only in that lyching is racist term. It is much more offensive than words like nigger. Perhaps because I know that so many people have died unjustly, I don't find it acceptable even if used in ignorance of the racial connotation.

    Well, you have an argument; However, I still can't accept that the connotation is that racial, considering how many other things have been done to blacks (not to mention many other unfortunate groups) and considering how many other people have been lynched. That being said, I can definitely respect your opinion and feelings on the matter, and believe me, I probably wouldn't have used the term either; but that's more due to my aversion to violence to anyone :-)

    Chris

    --
    San Francisco values: compassion, tolerance, respect, intelligence
  99. Re:Peter Norton @ LinuxOne by shambler+snack · · Score: 2

    To Andover and Slashdot, as an African-American it is troubling to read threats of lynching on this board, but if that's how VA Linux Systems and Slashdot choose to handle its business competitors, so be it.

    No one is going to lynch you. If anything, we'll just ignore you by refusing to purchase any LinuxOne goods and servers and make sure that the truth about the organization you represent is clearly and correctly presented to as broad an audience as possible.

    And pardon me for asking, but since when did racism get injected into this discussion? Is that how you view this debate, as racist-inspired? We might be angry (I'm very angry), but this comment from you about lynching is just one more clue to the rest of the world as to how clueless you and LinuxOne really are. You're viewed strictly on your technical merits, of which all of you without exception have absolutely none.

  100. Maybe it's a good thing... by bugzilla · · Score: 3

    Now before I get flamed let me just say that I'm as flabbergasted as anyone with regards to this weird LinuxOne stuff. The fact that they've gotten as far as they have is some kind of horrible example of just how weird the business world is in these United States...

    Anyway, back to my point: maybe this LinuxOne thing will wind up being a "good thing" for the Linux community as well as for the respectable vendors when all is said and done. Think about it. LinuxOne is as good a counterpoint to almost every other Linux vendor and distro out there (if not all). Any comparison between them and any other vendor is going to result in nothing but glowing remarks for the "good guy" vendors.

    In the press, anytime that LinuxOne is mentioned they are going to be compared to Mandrake, which will have to be explained as a RedHat derivative which will, in turn, be compared to Corel, SuSE, Debian, etc. Notice that all the comparisons are talking about Linux and Linux vendors. Nowhere was a non-Linux comparison made. The case for Linux being non-viable due to lack of anything has been erased because all anyone is talking about is Linux.

    So, as evil or greedy as they seem, maybe they will turn out to have done Linux (in general) a favor. Kind of a double edged sword, I know, but hey.

    Heck, it's almost as if it's an inept Microsoft plot that's in the process of exploding in their face. :-)

    Of course that's just my hallucination. I could be stoned.

  101. Poor Tux by PenguinDude · · Score: 1

    Sure, they may be running a fraudlent, bandwagon hopping, rip off scam of a business, but in defacing Tux with their LinuxOne logo, they went too far damn it! :)

    As a side note, I'm seriously beginning to think their entire operation is simply a joke. Perhaps they are trying to out do last years April Fools joke, so they're starting early. Any company that makes a mockary of themselves with a "Fame of the Week" contest, especially since they're gearing up for their IPO, deserves no respect right there. Are they trying to win our sympathy? Do they think that people are joking? I dunno, it just seems like a very bad thing to do, especially when a lot of the flames have a basis in reality.

    Oh well, it's a Gates Plot. It's gotta be.

  102. Re:Peter Norton @ LinuxOne by msphil · · Score: 1

    You want to know why no one likes LinuxOne? Because your practices stink of Microsoft. The company that distributed a version of Intergalactic Research's Q-DOS and charged $60 for it, and then went on to rip off the Macintosh GUI and charge $180 for it. Your practices (and Microsoft's) may not be illegal, but they're pretty lame.

    Now, I despise MS products as much as anyone, but I can't let this totally pass. Microsoft does have one redeeming quality: they employ programmers, and they crank out code. It may not work well, but they do crank it out and they do have many developers on staff.

    Now, LinuxOne...

    --
    This .sig intentionally left blank.
  103. As an African-American!?!? by Kukester · · Score: 1

    I'm sorry, but comments like this go to far.
    You have probably never been lynched as an African-American...
    And as I Non-African-American I can assure you I have never done that to anyone.

    1. Re:As an African-American!?!? by Artie+FM · · Score: 1
      I doubt he's been lynched as anything other than an African-American, either. Unless he's posting from the grave. lynch (linch) tr.v. lynched, lynch-ing, lynch-es. To execute without due process of law, esp. to hang. Execution is usually pretty permanent.
      Not many people survive a lynching, however there are stories of people surviving.
      A Time of Terror James Cameron. 1982*, 1994. 207 pp. (paper $14.95, ISBN 0-933121-44-X). Cameron, the survivor of a 1930 lynching, provides readers with an important and seldom-told victim's narrative.
      Check it out at www.blackclassic.com

      As for "Lynching". Slashdot is anything but PC. However, suggesting the Lynching of someone crosses the line. Certainly, it is certainly more offensive than saying someone should be boycotted, or "run out of town on a rail", or most other archaic forms of punishment. It DOES have a rascist connotation and is a methophor we can do without. Despite LinuxOne's business mistakes I doubt there is any reason to defend this offensive statement. The problem is that people have been lynched because of the color of their skin before and probably will be again.

      Seeing so many posts here which say "he shouldn't have played the race card" saddens me. The fact is that racism is still alive and well in the USA and even if you have not had to deal with it, it would be wise to understand that other people have had to.

      --
      Be insightful. If you can't be insightful, be informative.
      If you can't be informative, use my name
    2. Re:As an African-American!?!? by Artie+FM · · Score: 1
      Wait a minute. Why can't people flame Linux-One without bringing lynching into the argument?

      I thought it was a fair request.

      Or don't you believe calling someone a racist, who hasn't shown that in any way is a personal insult?
      I think his statement was a weak and unfocused attempt at a personal insult directed at both the poster and slashdot/linux va. I think he was correct only in that lyching is racist term. It is much more offensive than words like nigger. Perhaps because I know that so many people have died unjustly, I don't find it acceptable even if used in ignorance of the racial connotation.

      If the guy was a Jew and he was complaining about some holocaust statement, I would say the same thing. Saying you "have the gas for the gas chamber", then saying you "didn't know the guy was a Jew" doesn't really make the joke any less offensive.

      A little bit of background info:

      http://www.crimemagazine.com/lynching.htm

      http://www.ccds.charlotte.nc.us/diversity/lynching .htm

      http://www.history.ohio-state.edu/us-texts/lynchin g/

      http://blackhistorypages.com/Lynching/

      --
      Be insightful. If you can't be insightful, be informative.
      If you can't be informative, use my name
  104. Re:Peter Norton @ LinuxOne by habib23 · · Score: 1

    If you are so intent on playing the race card, you had better go out and get Johnnie Cochran, because that "If the Wookies don't live on Endor, you must acquit" shit doesn't fly coming out of anyone elses piehole.

    The proprietors of slashdot didn't make the comments that you took offense to. VA Linux sure as hell didn't have anything to do with it. This is just a cheap shot (Admittedly, some people have taken cheap shots at your organisation as well.)

    You are right in saying that "That we've fucked up is not in dispute", no one here thinks you didn't fuck up.
    I personally think that it took big swinging pendulous balls to go to Linux World Expo, but since apparently you didn't send anyone with technical merit or significant knowledge of Linux or the user community, the people whose balls were on the line probably had no idea where they were sticking them.

    --
    wake up and find out that you are the eyes of the world.
  105. ack, brain not working by / · · Score: 2

    *whacks forehead* Norton! *whacks forehead* Norton!
    Too much influence from reading the AC idiots posting below.
    As for Peter Norton, there are plenty of those also.

    --
    "If one is really a superior person, the fact is likely to leak out without too much assistance" -- John Andrew Holmes
  106. nope by / · · Score: 3

    The guy on the symantec products is busy writing books last I checked. (Don't buy from Amazon.com, but do waste their bandwidth by looking for books there.) I can't imagine he'd be involved with this outfit.

    North isn't an uncommon name, anyway. A quick romp through the phonebook will turn up at least 19 Peter Norths living in the US.

    --
    "If one is really a superior person, the fact is likely to leak out without too much assistance" -- John Andrew Holmes
    1. Re:nope by GossG · · Score: 1

      North? Wasn't Peter North a famous porn star?

      I'm sure many people will apply Freud to your misstep picking "North" instead of "Norton" for the PC software pioneer.

  107. I got the hammer and nails.. by ebbv · · Score: 1


    Who's got a rafter to string these crooks up from? I'd say nail them up by their spines, but i doubt they're strong enough to with-stand it..

    i'm sending this article around to everyone i know who will understand it,.. i hope all of you do the same, people need to know about this. the only way to combat LinuxOne's public, out-right lies is to make the truth public as well.
    ...dave

    --

    Think different? I'd be happy if most people would just think...
    1. Re:I got the hammer and nails.. by Chao · · Score: 1

      "To Andover and Slashdot, as an African-American it is troubling to read threats of lynching on this board, but if that's how VA Linux Systems and Slashdot choose to handle its business competitors, so be it"

      how easy it is, to play the race card when your credibility is being questioned. who honestly would still connect the two subjects? only one grasping for some semblance of a retort. and besides. LinuxOne is of absolutely no competition to slashdot/va. their content is incomparible. (and in some cases, nonexistant?)

      "competitors".

      am i the only one that hears the desperation in that word?

  108. so then it's not available by ebbv · · Score: 1


    what if you don't believe in phones! then you're shafted.

    and don't tell me that's a ridiculous argument, it's no more silly than yours. no it isn't strictly required that the source be on the floppy, but that is the general standard. there is room on the floppy, the binary is on the floppy, then the source should be there too.

    don't be a troll.
    ...dave

    --

    Think different? I'd be happy if most people would just think...
    1. Re:so then it's not available by ebbv · · Score: 1


      no, they don't, and i'm not saying to take them to court over it. my point was (and this has grown into a much bigger deal than it deserves) that not including them with the product should not be dismissed as simply as the original author of this thread did.

      this is LinuxOne not some trustworthy company who has made source available on their site in the past. their "product" is just a prop anyway! why are you gimps arguing about this?

      the source not being there is yet another flaw among the myriad of problems with everything that LinuxOne does.

      Quit calling others trolls... it seemed you were the troll, making arguments such as "what if you don't believe in phones?"...

      apparently sarcasm is no longer understood.
      ...dave

      --

      Think different? I'd be happy if most people would just think...
  109. you don't seem to understand by ebbv · · Score: 1


    LinuxOne is out there publicly claiming to be a developer and supplier of valuable Linux applications/tools/utilities/distributions/etc. There are many many people out there who do not have the tools and knowledge necessary to see that this is a blatant lie. When they IPO, many innocent investors will be ripped off. I would say, ha-ha and not care, but this could put a black smear on the Linux community in the minds of some ignorant people. Ignorant people tend to spread their mis-information to each other,..

    So that is why LinuxOne needs to be carefully and meticulously dissected, and you need to make sure *everyone* is aware of this.
    ...dave

    --

    Think different? I'd be happy if most people would just think...
  110. self righteous enough? by ebbv · · Score: 1


    You don't understand I have different goals then you.

    uhh, yes i do. i even addressed them in the response but i guess you don't bother to read, you just reply based on subject.

    They have already found significant evidence that they are not a developer/supplier for Linux stuff.

    all evidence is relevant. it is naive and just plain stupid to say 'oh, well that's enough, we should stop looking and taking notes.'

    the rest of your response is equally immature so i'm not going to bother addressing it.

    i'm guessing you're still in public school,.. if you're not, god help the workforce.
    ...dave

    --

    Think different? I'd be happy if most people would just think...
  111. *sigh* one last try,.. by ebbv · · Score: 1

    People who make uninformed decisions deserve what they get.

    i agree, but the LinuxOne folks do not deserve lots of money for their hoax, and the Linux community does not deserve to be tainted with such a ridiculous scam.

    It is futile to try to teach those who dont' want to learn, why bother.

    again, i agree, and again, you have missed the point of this whole discussion.

    The stupid, immature, public school, god help the workforce part is really classic. Vague allusions to the quality of my post really don't prove anything, and are just useful for distraction.

    i don't think they were all that vague.
    ...dave

    --

    Think different? I'd be happy if most people would just think...
  112. LinuxMac, hfsutils, and GPL by Verement · · Score: 5

    As the author of hfsutils, and someone who is actively investigating this matter, I can confirm that LinuxOne's LinuxMac product as currently distributed provides no real functionality except a GUI wrapper and the ability to create Macintosh HFS file systems by bundling hformat.

    The fact that the GPL'd hformat is included without a conspicuous copyright notice, without a copy of the GPL, and without including or making an offer to obtain the source has understandably raised my concern. Since I own the copyright, I am in the process of pursuing a legal remedy.

    If you've purchased a copy of LinuxMac, or if you have information or concerns about the way it is being distributed, I'd like to hear from you.

    1. Re:LinuxMac, hfsutils, and GPL by rlb · · Score: 3
      Thanks for bringing this to our attention. I've directed that no Mac Utility software be shipped until we have reviewed it for GPL compliance.

      Plus I've taken Bruce Perens up on his offer about some legal help in the GPL arena and taken on the role of GPL compliance officer for the company.

      You have my private email for reply.

      Thanks,
      Richard Bottoms

  113. Re:Any publicity can be good publicity by Zurk · · Score: 1

    no..they'll just be ignored. any company who has earned the hatred of everyone is unlikely to have their product checked out by anyone. even if they come out with a truly spectacular product, people will just shrug and say they were scam artists. of course the chances of that ever happening are rare..oh wait, is that a flying pig ?
    they're just a bunch of con artists. stay the hell away.

  114. Read this if you feel pity for LinuxOne! by grepMeister · · Score: 1

    I can't help but feel a little pity for LinuxOne. All the code they've ever released smells of incompetence. Or, in other words, their programmers are novices. I can imagine what it would be like to be a novice programmer trying to make a living. But wait. My argument fails there... as I realize that the CEO is NOT some starving novice programmer but some desperate veteran spammer. Never mind. So I guess I'll abandon all pity for LinuxOne, because I *know* there are honest ways of making a buck. Sorry that my post in the end became worthless, but it could come in handy helping people eliminate all pity they may have for LinuxOne. So I'll change the subject line appropriately.

  115. Bravery and History by _Sprocket_ · · Score: 2
    That we had the balls to come to New York should also not be in dispute.
    "There is a fine line between bravery and foolhardiness."

    In an environment where businesses are working hard to build a unique business model and at the same time earn the respect of the community that they depend on... LinuxOne has done nothing to earn any simular respect. A foolish publicity stunt does not change that. LinuxOne charged across that fine line. Pointing that fact out just makes the act more foolish.

    And, when we succed in our re-engineering and overhaul of our practices we'll expect the same level of coverage of that too.
    The sad thing is that Linux - its legal workings, its code, and its community - is freely available online. There is no veil of secrecy. The legal requirements and the expectations of Linux's community are available for the reading; mirrored in many cases. It just takes someone with the vested interest in Linux to look and read.

    That this minor research hasn't been done already is disturbing. Surely the effort it took too find Linux code would have exposed LinuxOne to its community and, even more blatent, its legal language? The cynical amoung us would point out that, given the simplicity of the task, the information found was most likely ignored. You'll forgive me if I find myself affected by these cynics and doubt the need to cover any future "overhaul of [your] practices".

  116. Re:Points of problems by PanDuh · · Score: 1
    I would have at least said that perhaps they were slightly misinformed. Letting someone carry one like that (at least from where I come from) is bad manners.

    Oh, and its good manners to lie to potential customers feed them a bunch of made-up, *pretend* information?

    I am sorry as I cannot view your page now but I got the impression that you were toying with the person and allowing them to continue to think that what they said was correct when it wasn't. It would be like talking to a small child and snickering behind their back.

    Do you work for LinuxOne? The salesman is pretending to know about Linux, and replying with false information, and it is Accipiter who is in the wrong for exposing the exact extent of the salesman's ignorance? By the way, your analogy sucks. If LinuxOne is hiring salesman with "child-like" intelligence to represent their company, then they deserve to be ridiculed as such.

  117. Re: nice try, buddy by PanDuh · · Score: 1
    2. To Andover and Slashdot, as an African-American it is troubling to read threats of lynching on this board, but if that's how VA Linux Systems and Slashdot choose to handle its business competitors, so be it.

    Please don't introduce a racism non-sequitor/red-herring into the mix here. The flak that your company is receiving is because of the various false claims that it has made. It has nothing to do with you being african-american.

  118. Re:Pull the Trademark!!! by mdvkng · · Score: 1

    Well at least Mandrake originally set out to offer an improved RedHat - bundling KDE while RH was sticking to their GNOME-only guns.

    And at least Mandrake didn't rush to an IPO announcement based on nothing more "we are RH with KDE." L1 is offering even less of a distinction and has rushed out with an IPO announcement.

    It is the perception of Linux in the market that needs protecting. Mandrake, unlike LinuxOne, didn't set out specificaly to boondoggle the markets with a get rich quick scheme based on nothing but borrowed packaging - that's quite a difference - regardless of what one thinks of the Mandrake distro itself.

    -M

  119. Pull the Trademark!!! by mdvkng · · Score: 2

    Is it possible for Linus' lawyers to think up a way to throw an "abuse of trademark" curveball at these snake oil peddlers?

    Sure they have product, but since these products are rip offs with no added value whatsoever, it can be discounted.

    It's time to protect the Linux trademark from the damage that can be done by short-sighted opportunists like this.

    MV

    1. Re:Pull the Trademark!!! by Hardwyred · · Score: 1

      ok, very quickly I will play devils advocate on this one. While I agree that linux1 is a festering boil, I disagree that they can be ripped simply because "they have product, but since these products are rip offs with no added value whatsoever". The Mandrake Linux distro can be said to be of the same nature and its been hailed as one of the best products of the year since its inception. Only recently, with the advent of 7.0, has the Linux Mandrake distro provided anything that Redhat doesnt other then a kernel compile and some themes.

      --
      www.linux-skunkworks.com
    2. Re:Pull the Trademark!!! by Hardwyred · · Score: 1

      Rather, they tried to be a Better Redhat then Redhat, but failed IMHO. Such problems as a very broken Frame Buffers in Mandrake 6.0 and FUBARed pump code in Mandrake 6.1, to name two, have plagued Mandrake. While I know that all linux distros come out with bugs, Mandrake has always seemed rushed to me. Pushed out way to fast and with silly bugs, the frame buffers being a prime example. Again, the real question here is why does LinuxOne continue to suck so bad. I just had to play Devils Advocate for a minute.

      --
      www.linux-skunkworks.com
  120. Regarding "When we succeed" by mdvkng · · Score: 2

    > And, when we succed in our re-engineering
    and overhaul of our practices we'll expect the
    > same level of coverage of that too.

    When? I'm not from Missouri but ....

    Show Me!!!

    Right now you have nothing but copies of others' work. We know it. You know it.

    Right now you have the word "Linux" in you name and have filed for IPO based on the above cited nothing. Smells like "get rich quick!! opportunism and to us sounds like a threat to the market integrity of the name "Linux."

    Withdraw your IPO filing. Create a real business plan. Create something real and release it properly. THEN come back to us asking for respect.

    I repeat, right now you have nothing and have therefore earned nothing except for the scorn of the community you have parasitically attached yourselves to.

    -M

  121. Not so young Luke by AOCrowley · · Score: 1

    "Everyone already knows that their distribution is just other's work with minimal changes".

    This statement shows a lack of real world experience with unix period. Solaris and HP/UX share many commands in common, there is even the notion that there is a certain amount of basic compatability between these two flavors of Unix,
    but in practice a simple shell script written for one might fail on the other due to differances in


    1. TREE LAYOUT
    2. DEFAULT FILE PERMISSIONS
    3. COMMAND VERSIONS
    (i.e. UCB "ps" versus SysV "ps")
    4. COMMAND OUTPUT FORMAT DIFFERANCES
    a. Solaris "top" does not output exactly
    what linux "top" does.
    b. HP/UX ifconfig does not behave the
    same as linux 'ifconfig' or Solaris
    'ifconfig'.


    What if one linux distribution decides to conform
    even more to the Solaris spec than redhat by
    including a sysv version of ps and placing it first in the default system wide path in /etc/profile? Then on this distribution, a shell script written to parse the output fields of a /bin/ps command will fail if it is expecting
    UCB 'ps' field arrangement.


    A distribution is a work of art. Every file must
    have correct permissions, and all the possible security risks have to be located and expunged.

    The amount of man hours that goes into compiling and packaging each (admittedly and hopefully publicly available) package and all the other details of a well thought out distribution is enormous and definately comparable to a major coding project like gcc or X server itself. Then, in the case of a really GOOD distrubution, there are those pesky little details like compiling syslog to not listen on port 514 by default, compiling the shadow suite to use PAM auth, making sure telnetd doesn't actually export LD_LIBRARY_PRELOAD into the environment, etc. I have tons of experience with downloading the source distributions of packages and adding options like SSL or PAM. The occasion when these recompiles go without totally blowing up in my face is few and far between.

    If I wasn't an experienced coder able to comb through make files and study source code for mistakes , I wouldn't be able to get half the free packages I download to work at all. Course, I do run a version of slackware from 1994 so that could explain some of these problems but shall I go on? You take for granted that these distributions (Debian, Caldera, SuSe, Redhat, Slackware) exist but you havn't really thought about what it would mean to create your own
    without taking someone elses as a starting point.
    Consider Mandrake (and don't hesitate to correct me if I'm wrong here), which I'm of the impression is a superb linux distribution from the point of view of security, but what is it really? It's RedHat tweaked by an expert (?). So let's get it straight, a distribution is not merely "just others work with minimal changes" , it's tens of thousands of man-hours
    at hundreds of dollars per hour and frankly, I'd like to see some of that money in my pocket. {GRIN}

    --
    void this_is_a_stack_issue(){this_is_a_stack_issue();}
  122. Re:Have you seen this? by PurpleBob · · Score: 1

    Actually, those would be trademarked words.
    --

    --
    Win dain a lotica, en vai tu ri silota
  123. Re:Free Advertising by CormacJ · · Score: 1

    I think the reason is to make sure that more of these companies don't decide to jump on this bandwagon and drag the Linux/Opensource/GNU thing into the swamp and bury it there.

  124. Purpose of LinuxOne flame contest by java.bean · · Score: 2

    Ugh. I just realized the purpose of the flame contest. Now when anyone who's somewhat detached from the community says "hey, I think I read someone saying something pretty bad about you guys" (like an investor), all they have to do is say:

    "Oh yeah, that's a little contest we are running on our web site. Go check it out. Those crazy techies love to do this kind of stuff."

    If you don't know what I'm talking about check here.

    --jb

  125. Have you seen this? by md17 · · Score: 1

    LinuxOne is having a Flame Of the Week Contest! Here
    Also check out their Keywords: Linux, LinuxOne, kernel, S.O., Distribution, Labs, Red Hat, Redhat, Caldera, OpenLinux, SuSE, S.u.s.e., applixware, news, resources, Operating, System, OS, KDE, GNOME, GNU, Server, Network, application, Penguin, Onestop, Free, Download, commerical, support
    I thought they could not use copyrighted words in their key words.
    LinuxOne will go down!
    -Jimmy

  126. YOU don't understand by nuggz · · Score: 1

    You don't understand I have different goals then you.

    They have already found significant evidence that they are not a developer/supplier for Linux stuff.

    What is needed now is to simply show this to the general public. An investor should steer clear if they bothered to look into this IPO. IPO's are generally not recommended for novices for a reason.

    However not everyone cares, and I truely hope that people who are just chasing a name get burned, and burned big.
    I think it would be a good thing to see some of this overhyped stock crap fall down, I want stocks to go up, when there is actual value, not because of hype.
    Things like amazon.com really scare me, there is (effectively) no profit, no significant hope of profit, but they are worth billions.
    Call me naive (I'm sure many will), but I want to live in a world were intelligent informed decisions are rewarded, and group think lets jump off a bridge mentality are punished.

    Ignorance is bliss, and I just don't think thats fair.

  127. Immature by nuggz · · Score: 1

    Actually I did read it, to summarize my point.
    People who make uninformed decisions deserve what they get.

    I don't think we should expend effort trying to protect the blantantly ignorant who don't even want to look out for themselves.
    It is futile to try to teach those who dont' want to learn, why bother.

    Of course you have to call me naive (wait didn't I say someone would)

    The stupid, immature, public school, god help the workforce part is really classic. Vague allusions to the quality of my post really don't prove anything, and are just useful for distraction.

  128. Question of values by nuggz · · Score: 1

    I think the lesson these ignormant investors need to learn is more important then punishing the offenders.

    and of course a rebuttal
    >i don't think they were all that vague.
    I don't think this statement is very specific

    the rest of your response is equally immature so i'm not going to bother addressing it.

  129. So? by nuggz · · Score: 2

    Was anyone REALLY expecting anything different from these guys?
    Maybe it is time for some big publicity and then all these people doing this investigative work can get back to doing something a bit more productive.

    Productive meaning work on stuff for me, which includes pretty much anything except repeating that LinuxOne is a hoax gone terribly wrong (right?)

    And no, this is not a flame to those that expose these misleading statements and stuff, as that is an important thing. But if we spend our entire days looking at what others are doing, we don't get anything done, that is why I am not going to business school, I want to get some work done.

  130. Bwahahaha... by technos · · Score: 2

    I'm sorry.. I haven't had a laugh like this in a while..

    LinuxOne now has negative credibility.. If they were a /. poster, they'd have -120 karma..

    BTW, LinuxOne! Yeah, you! Perhaps you should hire some actual programmers! Take me for example! I wrote essentially your entire 'LinuxMac' in an afternoon! Hell, just troll a the computer lab at your local community college! At least the newbies there have learned to properly catch white-space padding!

    --
    .sig: Now legally binding!
  131. Re:Highly unlikely... by technos · · Score: 4

    You have to have brains to pull off a successful swindle; That's why LinuxOne is tanking in so early. Look at some of the other big swindles!

    Charles Ponzi, graduate of the University of Rome: Gave us the modern 'bubble scheme'. Made millions paying his early investors with the deposits of later ones.

    William Gates III, college dropout, holder of several honorary degrees: Sold billions of dollars worth of an Operating System look-alike. Maintained his income through shady contracts and the media.

    LinuxOne, questionable education: Simple compound stock swindle based on marketing-hype and optioning of Wall Street buzzwords. Uses the same structure as the failed 'gas-saver' swindles of the fifties and sixties; Offer stock based on UberUseful product coming to market, place stock in escrow with uninterested party, sell stock and run with cash to extradition-free island nation.

    Shylocks, hucksters and con-artists of any ilk should be laughing outloud at LinuxOne. Why isn't the financial world??

    --
    .sig: Now legally binding!
  132. Re:Peter Norton @ LinuxOne by oh+shoot · · Score: 1

    As a female, I find your implication that only a male can lie and pretend he should be respected for doing it offensive.

    --Jeff
    (No, I'm no female. But if I were, I would have posted this anyway)

  133. Points of problems by slashdot-terminal · · Score: 2

    I was leading the SALESPERSON on? If you read the transcript, I believe you will find the opposite is true. If I had not known a damn thing about anything, I would have been led to believe that apache was a server architecture, RPM is a programming language, and EVERY distribution of Linux is insecure. I fed absolutely no information to this person, yet you insist that I "lead the person on with false data". I would have at least said that perhaps they were slightly misinformed. Letting someone carry one like that (at least from where I come from) is bad manners. If someone says something stupid I don't just let them hang themselves. I was leading the SALESPERSON on? If you read the transcript, I believe you will find the opposite is true. If I had not known a damn thing about anything, I would have been led to believe that apache was a server architecture, RPM is a programming language, and EVERY distribution of Linux is insecure. I fed absolutely no information to this person, yet you insist that I "lead the person on with false data". You then asked if there were methods of programming in rpm and such. I am sorry as I cannot view your page now but I got the impression that you were toying with the person and allowing them to continue to think that what they said was correct when it wasn't. It would be like talking to a small child and snickering behind their back.

    --
    Slashdot social engineering at it's finest
  134. So you don't want flames? by blogan · · Score: 3

    http://www.linuxone.net/flames.html. Your company asks for flames? If people constantly flame you, then perhaps you need better PR, not a form for them to try and win a T-shirt.

  135. LinuxOne == April Fool?? by LordBishop · · Score: 1
    Think about it..... what if LinuxOne is the biggest, most elaborate, most expensive April Fools joke ever conceived? Personally, I would laugh my ass off.
    Granted, the supposed investors would be pissed.. assuming they even exist.

    Disclaimer: I am assuming a joke... well, basically because I can't believe they would still be trying to do this for real.

    --

    --------------------------------------------------

  136. Re:Taping by LMariachi · · Score: 1

    Nixon got in trouble because of what his tapes revealed, not for making tapes in the first place. Anti-taping laws apply to telephone conversations (and rock concerts.) Other than that, you can wear a wire wherever you want, especially in public.

  137. Moderate the previous msg down, pls. by LMariachi · · Score: 1

    Oops, what I meant to say, in response to a different posting no less, was that entrapment laws apply only to cops. Eliciting and publishing damaging information isn't libel, because it's the target's own statements that are damaging. Entrapment means a cop can't encourage you to do something illegal and then arrest you for it.

  138. Peter C. Norton = Norton Utilities Guy? by Spamizbad · · Score: 1

    Is this Peter C. Norton the same guy on the cover of Norton Antivirus, Norton Utilities and other such things?

    I know the guy on the cover of those is also Peter Norton. Just wondering if it was the same person.

  139. Re:Peter Norton @ LinuxOne by jrwilk01 · · Score: 2

    Addressing point number 2, you must realize that the comments posted here by other people are not representations of Andover, Slashdot, and Va.

    To imply that they are, and then try to invoke some racial tension with the statement is poor form. But, we've learned not to expect anything better from LinuxOne.

  140. slow day, huh? by inburito · · Score: 0

    I'm glad that the slashdot community is now aware of this magnificent product which even with its minor flaws will enhance the quality of our living and make world a better place for all of us.

    1. Re:slow day, huh? by inburito · · Score: 0

      ok.. maybe i should have followed all the links before posting this..

  141. Is anyone compiling the "LinuxOne Debunking Page"? by JennyWL · · Score: 5

    People have been doing a great job of checking out every claim LinuxOne makes so far and documenting their every lie, exaggeration, omission, and plagiarism. It would be great if someone were to collect pointers to this stuff onto one page: sort of "Steaming Heap of Truth about LinuxOne." It would be a good resource to point news-types to (or anyone who might be inclined to take this troop of cheats at face value), especially since the source material is from many sources (Business Week, Motley Fool, and LinuxToday as well as /.).

    Jenny

  142. LinuxOne changing their ways? by Zibby · · Score: 1

    I just surfed over to LinuxOne's website, and it seems that they are chaning their ways. They're holding a flaming contest. Yes, every week the winning flame recives an "I flamed LinuxOne! T-shirt.
    <br>
    Maybe it's their way of saying "Laugh now, but we'll have the last laugh."

    --
    "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." - Albert Einstein
  143. LinuxOne Source by Zibby · · Score: 1

    Source code for their distribution is here. Looks like some repackaged RedHat 6. HoHum. How exciting. Real innovation here.
    What other fun stuff can I pull from their site today....

    --
    "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." - Albert Einstein
  144. Free Advertising by pongo000 · · Score: 1

    OK, we all know LinuxOne is a sham. Why do you guys keep wasting space on these bozos? There are so many other things in life to talk about here, and yet LinuxOne appears almost every week. If I were involved with LinuxOne, I'd personally be thanking CmdrTaco for keeping me in mind and providing the /. constituency visibility of my products.

  145. Re:Peter Norton @ LinuxOne by darrenford · · Score: 2

    As a cattle rustler, I find threats of lynching very troubling, but I do not blame VA Linux.

  146. Re:Peter Norton @ LinuxOne by adapt · · Score: 1

    2. To Andover and Slashdot, as an African-American it is troubling to read threats of lynching on this board, but if that's how VA Linux Systems and Slashdot choose to handle its business competitors, so be it.

    Tolerance, my friend, is what allows people like us to live with people like you. And what part of your African-American heritage troubles you when you read /. ?

    I know I deserve to be down-moderated, but this guy has got some nerve. The typical con-artist crying at the police station about his three starving children and collecting some money from the cops to bring dinner home. ;-)

    And this obcession with LinuxOne has no connection with the fact that everybody is tired of bashing M$ and uncle Bill. You just pissed too many nice people. That's not the way to do business with these nice folks that write free software or open source software.

  147. Re:Peter Norton @ LinuxOne by Carnage4Life · · Score: 5

    2. To Andover and Slashdot, as an African-American it is troubling to read threats of lynching on this board, but if that's how VA Linux Systems and Slashdot choose to handle its business competitors, so be it.

    As an African in America it is troubling to see yet another black man hide behind so-called racism once they are caught in a bad situation.
    As a programmer who one day hopes to contribute code that it will be GPLed it is troubling that a fellow black man may hide behind racism to justify the reasons his company refused to abide by my license.
    By the way slashdot and VA Linux do not in any way control the content on this "board", so your comments on lynching should be directed at the posters of those comments and not Slashdot or VA Linux (I hope you don't think by playing the race card you will get them to censor those posts?)

    That we've fucked up is not in dispute.
    Glad you realize...we all mess up every once in a while but your company is taking this to the next level.

    That we had the balls to come to New York should also not be in dispute.
    It takes balls for a legitimate company to come to computer expo?

    And, when we succed in our re-engineering and overhaul of our practices we'll expect the same level of coverage of that too. Beleive me when I say I'll be on your website every other day checking up on it and once there's any mention of a "successful engineering" slashdot will be flooded with submissions.

    PS: I had a whole bunch of semi-technical questions regarding why you're sales staff don't know what RPM is (or that the R in it stands for Red Hat), or that VA Linux doesn't sell a linux distro or that your website runs Red Hat but I decided against it before I get accused of lynching you as well

  148. Unnecessary continued slamming by lanner · · Score: 1
    I do not see why Slashdot needs to continue posting reports on what a bunch of loosers LinuxOne is made up of. Alright, fine, it is a Linux makemoneyquick sceme thing. We all know it. They are going to tarnish the grand Linux name a little, but tough. It will not change what is important.

    So, will you report on something worhty of our time?

  149. Re:Peter Norton @ LinuxOne by GossG · · Score: 1

    That we've fucked up is not in dispute. That we had the balls to come to New York should also not be in dispute. And, when we succed in our re-engineering and overhaul of our practices we'll expect the same level of coverage of that too.

    Your company would gain a great deal of credibility if it would withdraw the projected IPO. If there is no pending IPO on the table, then your people are free to talk about your products and intentions. The "quiet period" is seen by many as a shield. And if there is no pending stock distribution in the works, the Linux community can discuss your technical contributions without speculation each time on whether any particular statement or event is designed to play with stock values.

    Your comments make the statement that your company is positively working on rehabilitating itself after a shaky start. We would take the rehab process much more seriously if the IPO were not looming so closely. (could someone tell me if an IPO can be withdrawn without prejudice after the process is started?)

    Rehab the company first. THEN sell it.

  150. Re:Peter Norton @ LinuxOne by Cyberllama · · Score: 1

    2. To Andover and Slashdot, as an African-American it is troubling to read threats of lynching on this board, but if that's how VA Linux Systems and Slashdot choose to handle its business competitors, so be it.

    Funny, I didn't know that Andover and Va Linux Systems could be considered "competitors" of a company that supposedly just makes a Linux distro. And of couse, I'm sure I'd be wasting my time by explaining that slashdot.org doesn't control the content posted on this board and so any threats of "lynching" woudln't be an example of " how (they) choose to hande (their) business competitors."

  151. "Windows-like" use!!? WTF? by neopenguin · · Score: 2

    From the LinuxOne Products page:
    Easy Windows-like use. Drag and drop and mouse access make LinuxMac easy to use. Copy files by simply dragging the file icon to the target folder. All functions available through the computer's mouse.
    As a MAC OS/LinuxPPC user I find this langauge highly offensive. From your informative posts I knew these guys were not terribly bright, but I did not expect them to be abusive...

    Still, you have to expect a little guano arround any large penguin colony...
  152. Any publicity can be good publicity by pornking · · Score: 1

    Consider this scenario:

    Everyone already knows that their distribution is just other's work with minimal changes. In fact, this information is being spread far and wide. Suppose that sometime soon they release a new distribution. Many people will look it over if only out of a sense of morbid fascination. If they then discover a truly innovative product which sets LinuxOne out ahead of the rest, and LinuxOne suddenly starts to play well with others, they will have a ready made market share.

    How do you distinguish yourself from the others when there is a long list of distributions already available? If they just release a new product, it will just be one in a field of many. If they earn hatred first and then reform spectacularly, they will then have Kermit the Frog's undivided attention.

    --
    pornking
  153. Can Linus not exercise his copyright here? by wanrat · · Score: 1

    It would seem logical that Linus's lawyer would be able to do something about this, as they did with the domain prospecters recently. It makes sense to try to get past this as quickly as possible rather than turning it into an even longer debate than it already is (as we are prone to do wayyyy too much dammit). It's stuff like this that can really hurt Linux's chance in the business environment for all of us. Shut em down before they cause real harm.

  154. Flame of the week at LinuxOne by J-bob · · Score: 1
    Hey: checkout the LinuxOne Flame of the Week Contest!

    Apparently they're trying to downplay all the crap they've been getting by publically posting it to prove they aren't afraid of it (I guess, what other reason would there be?).

    --
    Even Windows is just DOS with wallpaper... - Jordan Pollack
  155. Sue LinuxOne? by springpin · · Score: 1

    Is it possible for any legal action to be taken against these guys? Like false advertising, or misrepresentation or something? Investigating it is great, but can't someone DO something?

    --
    ---Bless those silly trolls---
  156. Re:Peter Norton @ LinuxOne by springpin · · Score: 1

    Touche.

    --
    ---Bless those silly trolls---
  157. Re:Peter Norton @ LinuxOne by springpin · · Score: 2
    ...as an African-American it is troubling to read threats of lynching on this board...

    I assume you are referring to the "I got the hammer and nails" post. Since he/she probably didn't know that you were African-American until now, it's a safe bet that has nothing to do with anything. His comments are most likely inspired by a belief that your company is either staffed by incompetent developers or is a complete fraud.

    ...but if that's how VA Linux Systems and Slashdot choose to handle its business competitors, so be it.

    It may be true that VA Linux happens to own the network which hosts Slashdot, but I find it hard to believe that the Slashdot readers who post negative articles and comments about your company are all pawns of VA Linux under orders to spread bad press about LinuxOne. Frankly, since VA Linux actually has a product (unlike LinuxOne which appears to be distributing RedHat with a different label on the box), they probably don't even care.

    That we've fucked up is not in dispute.

    If by "fucked up", you mean "deliberately attempted to mislead," or "distributed someone else's product with our name on it," then you are correct.

    You want to know why no one likes LinuxOne? Because your practices stink of Microsoft. The company that distributed a version of Intergalactic Research's Q-DOS and charged $60 for it, and then went on to rip off the Macintosh GUI and charge $180 for it. Your practices (and Microsoft's) may not be illegal, but they're pretty lame.

    And, when we succed in our re-engineering and overhaul of our practices we'll expect the same level of coverage of that too.

    The best software companies are the ones with products that inspire nerds to say things like, "Whoa! That's really cool!" Assuming you're not trying to pull some kind of IPO scam, and your programmers aren't 3rd string losers, and you really want to clear your name, then hack some badass code that makes us all ooh and ah.

    --
    ---Bless those silly trolls---
  158. From The home page... by 586 · · Score: 1

    We are in the midst of the evolution of a revolution brought about by a young Finnish student, Linus Torvalds. He created a versatile, UNIX- like operating system while attending the University of Helsinki. Students all over the world are being turned on to Linux as an alternative for a number of reasons.

    Linux is an operating system created by a student for the benefit of all students.

    Inexpensive - The next best thing to mac and cheese is inexpensive software.

    Nightmare crashes can be avoided with the stability of LinuxOne OS.

    Unix-type system allows programmers to feel the power.

    X-perience the alternative.

    Open source code means total software freedom. Add features copy and share at will.

    New device drivers to keep up with new technologies.
    Education - LinuxOne Lite available for first time users, no technical experience necessary.We are in the midst of the evolution of a revolution brought about by a young Finnish student, Linus Torvalds. He created a versatile, UNIX- like operating system while attending the University of Helsinki. Students all over the world are being turned on to Linux as an alternative for a number of reasons.

    Linux is an operating system created by a student for the benefit of all students.

    Inexpensive - The next best thing to mac and cheese is inexpensive software.

    Nightmare crashes can be avoided with the stability of LinuxOne OS.

    Unix-type system allows programmers to feel the power.

    X-perience the alternative.

    Open source code means total software freedom. Add features copy and share at will.

    New device drivers to keep up with new technologies.
    Education - LinuxOne Lite available for first time users, no technical experience necessary.

  159. Highly unlikely... by zyqqh · · Score: 1

    You're forgetting that the latter dropped out early, and, more importantly, assuming that the former went to one in the first place. Doesn't take a HS diploma to run a scam, ya know...

    --
    // zyqqh
  160. Best available resource so far by zyqqh · · Score: 2

    ...is Derek Simkowiak's page documenting his dialogue with them. URL: http://www.kd-dev.com/~dereks/linuxone/ . If anyone has been compiling similar information, post it up here too.

    --
    // zyqqh
  161. Peter Norton @ LinuxOne by rlb · · Score: 5
    1. Mr. Norton, we are meeting today to discuss the results of the LinuxWorld Expo. You are invited to come out at our expense to review our technology plan going forward. We are moving forward to correct past mistakes and create new software.

    Please contact me:
    Richard Bottoms
    Dir. Business Development
    LinuxOne
    rbottoms@linuxone.net

    or call

    650.948.6201

    2. To Andover and Slashdot, as an African-American it is troubling to read threats of lynching on this board, but if that's how VA Linux Systems and Slashdot choose to handle its business competitors, so be it.

    That we've fucked up is not in dispute. That we had the balls to come to New York should also not be in dispute. And, when we succed in our re-engineering and overhaul of our practices we'll expect the same level of coverage of that too.

    r.b.

    1. Re:Peter Norton @ LinuxOne by sallen · · Score: 1

      I'll bite, and giving the benefit of the doubt, take the prior posting from Mr. Bottoms to be a serious one. In doing so, I'll toss in a few free suggesstions: (1) To start, no matter what others state on here, your represent your company. Your language is certainly inappropriate. (2) In reading the 'email' your attorney sent to someone to 'cease and desist'; it reads anything but 'lawyerly'. (I get faxes/send 'em to the attorneys many times a week. I know of no one who would write something like that.) (3) I've noticed that the entire management has turned over. Yet in all the releases on your web page, there is neither a press release to that effect nor is there any bio on the new officers. Stating in-dept experience of your 'management team', its absence is certainly glaring. (4) If your company has 'screwed up', to paraphrase as I do not wish to sink to your vocabulary, the wisest choice your firm could make would be to pull the IPO until you have concluded. Get a reputation, be involved in the community, find come VC's willing to invest... THEN worry about doing the IPO.

  162. Re:Is anyone compiling the "LinuxOne Debunking Pag by sallen · · Score: 1

    I'm just wondering if their Underwriters have good lawyers. There's been enough said, and I do recall seeing a letter and response someone sent to them questioning the company. I have absolutely no idea what type of due diligence is expected of an underwriter, but if any of these comments are even partially accurate, I have a feeling anyone subscribing to the IPO is gonna end up looking for bucks. (Don't underwriters usually eat underscribed issues? With that possibility, couldn't that get just a tad expensive in itself?)