Stories
Slash Boxes
Comments

News for nerds, stuff that matters

LinuxOne's "LinuxMac 0.9" Investigated

Posted by CmdrTaco on Mon Feb 07, 2000 10:34 AM
from the what-are-they-doing-over-there dept.
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.

This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2 | 3
  • linuxone flames by Anonymous Coward (Score:1) Monday February 07 2000, @07:06AM
  • Re:LinuxOne at Linux Expo in NYC by Anonymous Coward (Score:2) Monday February 07 2000, @12:37PM
  • Re:Poor taste, but not illegal.. by hadron (Score:1) Monday February 07 2000, @06:50AM
  • Re:no source code on the floppy...so what? by spacey (Score:1) Monday February 07 2000, @08:09AM
  • Re:Proprietary code by spacey (Score:1) Monday February 07 2000, @08:31AM
  • Here's the confirmation by spacey (Score:1) Monday February 07 2000, @08:34AM
  • Trying to get you... by spacey (Score:1) Monday February 07 2000, @08:43AM
  • Re:Peter C. Norton = Norton Utilities Guy? by spacey (Score:2) Monday February 07 2000, @08:04AM
  • Re:Highly unlikely... by dougman (Score:2) Monday February 07 2000, @10:41AM
  • Big Surprise. by pb (Score:1) Monday February 07 2000, @05:43AM
  • Re:Big Surprise. by pb (Score:1) Monday February 07 2000, @02:32PM
  • Never attribute to malice... by sjames (Score:2) Monday February 07 2000, @07:24AM
  • Re:Proprietary code by Thomas Charron (Score:1) Monday February 07 2000, @06:21AM
  • Poor taste, but not illegal.. by Thomas Charron (Score:2) Monday February 07 2000, @06:30AM
  • Re:Poor taste, but not illegal.. by Thomas Charron (Score:2) Monday February 07 2000, @07:13AM
  • Re:Here's the confirmation by Thomas Charron (Score:2) Monday February 07 2000, @08:55AM
  • Rumour has it... by jd (Score:2) Monday February 07 2000, @06:01AM
  • Re:Peter Norton @ LinuxOne by Sabalon (Score:1) Monday February 07 2000, @07:37AM
  • by CmdrChalupa (2516) on Monday February 07 2000, @07:16AM (#1298407) Homepage

    I'm wondering if LinuxOne has paid the licensing fee for use of QT in a proprietary product. The QPL [troll.no] 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 =)

  • Re:Is anyone compiling the "LinuxOne Debunking Pag by acb (Score:2) Monday February 07 2000, @05:55AM
  • Re:Please hire me Mr Bottoms by Ralph Bearpark (Score:1) Monday February 07 2000, @07:23AM
  • by Squeeze Truck (2971) on Monday February 07 2000, @07:05AM (#1298410) Homepage
    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.)

  • GPL requirement in this case by Bruce Perens (Score:2) Monday February 07 2000, @07:40AM
  • 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

  • To Richard Bottoms (Score:5)

    by Bruce Perens (3872) <bruce@p e r e ns.com> on Monday February 07 2000, @07:57AM (#1298413) Homepage Journal
    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

  • by Palin Majere (4000) on Monday February 07 2000, @06:49AM (#1298414)
    "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.
  • Re:Pull the Trademark!!! by RelliK (Score:2) Monday February 07 2000, @08:47AM
  • Negative Credibility by Uruk (Score:2) Monday February 07 2000, @05:53AM
  • Re:nope by Uruk (Score:2) Monday February 07 2000, @06:23AM
  • That was brutal, man by Uruk (Score:2) Monday February 07 2000, @07:37AM
  • That was brutal, man by Uruk (Score:2) Monday February 07 2000, @07:41AM
  • by Uruk (4907) on Monday February 07 2000, @05:43AM (#1298420)
    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.

  • nomenclature is destiny by alumshubby (Score:1) Monday February 07 2000, @05:28PM
  • Re:Something's wrong then. by Doctor Memory (Score:1) Monday February 07 2000, @01:08PM
  • NO LICENSE, not Source Code by CMiYC (Score:1) Monday February 07 2000, @07:03AM
  • Re:LinuxOne at Linux Expo in NYC by Accipiter (Score:2) Monday February 07 2000, @08:47AM
  • Re:LinuxOne at Linux Expo in NYC by Accipiter (Score:2) Monday February 07 2000, @10:17AM
  • Re:That was brutal, man by Accipiter (Score:2) Monday February 07 2000, @10:22AM
  • Re:Points of problems by Accipiter (Score:2) Monday February 07 2000, @12:50PM
  • by Accipiter (8228) on Monday February 07 2000, @06:00AM (#1298429)
    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/ [hackphreak.org]

    -- Give him Head? Be a Beacon?

  • Pfffft. by Michel (Score:1) Monday February 07 2000, @12:08PM
  • Re:Peter Norton @ LinuxOne by Evan Vetere (Score:2) Monday February 07 2000, @07:24AM
  • VagueMaster strikes again - is that you, Bryce ?!? by CRConrad (Score:1) Tuesday February 08 2000, @01:49AM
  • If these guys want to perpetrate a scam by ch-chuck (Score:2) Monday February 07 2000, @07:03AM
  • Re:LinuxOne at Linux Expo in NYC by benedict (Score:1) Monday February 07 2000, @12:33PM
  • Re:Peter Norton @ LinuxOne by panda (Score:1) Monday February 07 2000, @07:16AM
  • Re:LinuxOne at Linux Expo in NYC by Syberghost (Score:2) Monday February 07 2000, @06:47AM
  • Re:That was brutal, man by Duckie01 (Score:1) Monday February 07 2000, @01:20PM
  • In addition... by Croaker (Score:1) Monday February 07 2000, @12:04PM
  • Re:LinuxOne at Linux Expo in NYC by ralphclark (Score:2) Monday February 07 2000, @11:52AM
  • Re:Is anyone compiling the "LinuxOne Debunking Pag by FallLine (Score:2) Monday February 07 2000, @09:18AM
  • Re:That was brutal, man by mattc (Score:1) Monday February 07 2000, @08:54AM
  • Question by finkployd (Score:2) Monday February 07 2000, @05:55AM
  • Re:sue for what? by um... Lucas (Score:1) Monday February 07 2000, @06:58AM
  • Re:so then it's not available by um... Lucas (Score:1) Monday February 07 2000, @07:03AM
  • Re:so then it's not available by um... Lucas (Score:1) Monday February 07 2000, @07:03AM
  • Something's wrong then. by um... Lucas (Score:1) Monday February 07 2000, @12:00PM
  • Re:GPL requirement in this case by um... Lucas (Score:2) Monday February 07 2000, @08:13AM
  • Lawsuit! by kevlar (Score:2) Monday February 07 2000, @06:04AM
  • Re:sue for what? by kevlar (Score:2) Monday February 07 2000, @08:31AM
  • More LinuxOne nonsense by BukDuy (Score:1) Monday February 07 2000, @06:56AM
  • but I've got a phone by kaisyain (Score:1) Monday February 07 2000, @06:09AM
  • sue for what? by kaisyain (Score:1) Monday February 07 2000, @06:15AM
  • no source code on the floppy...so what? by kaisyain (Score:2) Monday February 07 2000, @05:47AM
  • Re:Peter Norton @ LinuxOne by Nickbot (Score:1) Monday February 07 2000, @08:46AM
  • Legal Action by jpgrimes (Score:1) Monday February 07 2000, @08:50AM
  • Re:not unexpected by Jon_S (Score:2) Monday February 07 2000, @07:24AM
  • Scamming old retirees? by The Vorlon (Score:1) Monday February 07 2000, @01:13PM
  • Re:As an African-American!?!? by orcrist (Score:2) Monday February 07 2000, @05:39PM
  • Re:As an African-American!?!? by orcrist (Score:2) Monday February 07 2000, @11:50PM
  • Re:LinuxOne at Linux Expo in NYC by TWR (Score:1) Monday February 07 2000, @08:32AM
  • Re:LinuxOne at Linux Expo in NYC by TWR (Score:1) Monday February 07 2000, @02:09PM
  • Re:Peter Norton @ LinuxOne by shambler snack (Score:2) Monday February 07 2000, @01:58PM
  • Re:LinuxOne at Linux Expo in NYC by SeanNi (Score:1) Monday February 07 2000, @10:51PM
  • Re:LinuxOne at Linux Expo in NYC by MISplice (Score:1) Monday February 07 2000, @07:26AM
  • Re:no source code on the floppy...so what? by warpeightbot (Score:2) Monday February 07 2000, @06:42AM
  • Re:ADSL FTP At LinuxOne by mindstrm (Score:1) Monday February 07 2000, @11:19AM
  • Re:LinuxMac Apple Refund Day by mindstrm (Score:2) Monday February 07 2000, @10:25AM
  • by bugzilla (21620) on Monday February 07 2000, @10:18AM (#1298469) Homepage
    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.
  • Re:That was brutal, man by Ralph Wiggam (Score:1) Monday February 07 2000, @01:37PM
  • Re:LinuxOne at Linux Expo in NYC by ravenwing_np (Score:1) Monday February 07 2000, @06:45AM
  • Poor Tux by PenguinDude (Score:1) Monday February 07 2000, @08:28AM
  • Re:Peter Norton @ LinuxOne by msphil (Score:1) Monday February 07 2000, @08:24AM
  • As an African-American!?!? by Kukester (Score:1) Monday February 07 2000, @07:10AM
  • Re:no source code on the floppy...so what? by coldguy (Score:1) Monday February 07 2000, @11:19AM
  • Re:Peter Norton @ LinuxOne by habib23 (Score:1) Monday February 07 2000, @07:27AM
  • ack, brain not working by / (Score:2) Monday February 07 2000, @06:45AM
  • nope (Score:3)

    by / (33804) on Monday February 07 2000, @06:11AM (#1298478)
    The guy on the symantec products is busy writing books [amazon.com] 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 [switchboard.com] through the phonebook will turn up at least 19 Peter Norths living in the US.
  • I got the hammer and nails.. by ebbv (Score:1) Monday February 07 2000, @05:50AM
  • so then it's not available by ebbv (Score:1) Monday February 07 2000, @05:56AM
  • you don't seem to understand by ebbv (Score:1) Monday February 07 2000, @06:03AM
  • Re:so then it's not available by ebbv (Score:1) Monday February 07 2000, @07:26AM
  • self righteous enough? by ebbv (Score:1) Monday February 07 2000, @08:02AM
  • *sigh* one last try,.. by ebbv (Score:1) Monday February 07 2000, @09:39AM
  • by Verement (34794) on Monday February 07 2000, @09:20AM (#1298485)

    As the author of hfsutils [mars.org], 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 [mailto].

  • Re:Proprietary code by Foogle (Score:2) Monday February 07 2000, @06:37AM
  • Re:sue for what? by gorilla (Score:2) Monday February 07 2000, @06:35AM
  • Re:GPL requirement in this case by gorilla (Score:2) Tuesday February 08 2000, @04:13AM
  • by gorilla (36491) on Monday February 07 2000, @06:40AM (#1298489)
    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.

  • Re:Any publicity can be good publicity by Zurk (Score:1) Monday February 07 2000, @03:18PM
  • Read this if you feel pity for LinuxOne! by grepMeister (Score:1) Monday February 07 2000, @06:27PM
  • Re:LinuxOne at Linux Expo in NYC by nevets (Score:1) Monday February 07 2000, @06:57AM
  • Re:LinuxOne at Linux Expo in NYC by nevets (Score:2) Monday February 07 2000, @07:02AM
  • Re:LinuxOne at Linux Expo in NYC by Bazzargh (Score:1) Monday February 07 2000, @07:13AM
  • by hob42 (41735) <jupo42 @ g m a i l . com> on Monday February 07 2000, @07:06AM (#1298495) Homepage Journal
    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
  • Bravery and History by _Sprocket_ (Score:2) Monday February 07 2000, @08:18AM
  • Re:linuxone flames by emac (Score:1) Monday February 07 2000, @10:34AM
  • Re:LinuxOne at Linux Expo in NYC by Afterimage (Score:1) Monday February 07 2000, @08:51AM
  • Re:I got the hammer and nails.. by Chao (Score:1) Monday February 07 2000, @07:38AM
  • Re:In defense of Clinton by weatherboy (Score:1) Monday February 07 2000, @04:03PM
  • Re:linuxone flames by Myddrin (Score:1) Monday February 07 2000, @07:26AM
  • Re:If these guys want to perpetrate a scam by Coward, Anonymous (Score:2) Monday February 07 2000, @09:54AM
  • Re:GPL requirement in this case by aidan skinner (Score:1) Tuesday February 08 2000, @04:19AM
  • Re:LinuxOne at Linux Expo in NYC by PanDuh (Score:1) Monday February 07 2000, @04:08PM
  • Re:Points of problems by PanDuh (Score:1) Monday February 07 2000, @04:15PM
  • Re: nice try, buddy by PanDuh (Score:1) Monday February 07 2000, @04:27PM
  • Re:Pull the Trademark!!! by mdvkng (Score:1) Monday February 07 2000, @09:41AM
  • Pull the Trademark!!! by mdvkng (Score:2) Monday February 07 2000, @06:27AM
  • Regarding "When we succeed" by mdvkng (Score:2) Monday February 07 2000, @10:23AM
  • Not so young Luke by AOCrowley (Score:1) Tuesday February 08 2000, @09:48AM
  • Re:Have you seen this? by PurpleBob (Score:1) Monday February 07 2000, @06:35PM
  • Re:LinuxMac Apple Refund Day by z84976 (Score:1) Monday February 07 2000, @10:34AM
  • Re:Free Advertising by CormacJ (Score:1) Monday February 07 2000, @06:05AM
  • Purpose of LinuxOne flame contest by java.bean (Score:2) Monday February 07 2000, @11:52AM
  • Re:LinuxOne at Linux Expo in NYC by iainh (Score:1) Monday February 07 2000, @06:48AM
  • Have you seen this? by md17 (Score:1) Monday February 07 2000, @11:25AM
  • YOU don't understand by nuggz (Score:1) Monday February 07 2000, @06:52AM
  • Immature by nuggz (Score:1) Monday February 07 2000, @08:36AM
  • Question of values by nuggz (Score:1) Monday February 07 2000, @10:04AM
  • So? by nuggz (Score:2) Monday February 07 2000, @05:51AM
  • Re:Pull the Trademark!!! by Hardwyred (Score:1) Monday February 07 2000, @07:10AM
  • Re:Pull the Trademark!!! by Hardwyred (Score:1) Monday February 07 2000, @09:30AM
  • Re:In addition... by Hardwyred (Score:1) Monday February 07 2000, @01:04PM
  • Re:no source code on the floppy...so what? by Duxup (Score:2) Monday February 07 2000, @06:14AM
  • Re:no source code on the floppy...so what? by technos (Score:1) Monday February 07 2000, @05:58AM
  • Bwahahaha... by technos (Score:2) Monday February 07 2000, @05:48AM
  • Re:Negative Credibility by technos (Score:2) Monday February 07 2000, @06:16AM
  • by technos (73414) on Monday February 07 2000, @07:14AM (#1298528) Homepage Journal
    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??
  • Re:Peter Norton @ LinuxOne by oh shoot (Score:1) Monday February 07 2000, @12:59PM
  • Re:LinuxOne at Linux Expo in NYC by MattXVI (Score:2) Monday February 07 2000, @10:44AM
  • Re:In defense of Clinton by MattXVI (Score:2) Monday February 07 2000, @12:31PM
  • Re:LinuxOne at Linux Expo in NYC by Ledge Kindred (Score:1) Monday February 07 2000, @06:37AM
  • Points of problems by slashdot-terminal (Score:2) Monday February 07 2000, @10:55AM
  • by blogan (84463) on Monday February 07 2000, @10:34AM (#1298535)
    http://www.linuxone.net/flames.html [linuxone.net]. 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.
  • LinuxOne == April Fool?? by LordBishop (Score:1) Monday February 07 2000, @06:46AM
  • Re:Taping by _Ludwig (Score:1) Monday February 07 2000, @10:20AM
  • Moderate the previous msg down, pls. by _Ludwig (Score:1) Monday February 07 2000, @10:28AM
  • Re:As an African-American!?!? by Artie FM (Score:1) Monday February 07 2000, @12:02PM
  • Re:As an African-American!?!? by Artie FM (Score:1) Monday February 07 2000, @10:51PM
  • Peter C. Norton = Norton Utilities Guy? by Spamizbad (Score:1) Monday February 07 2000, @05:44AM
  • Re:Peter Norton @ LinuxOne by jrwilk01 (Score:2) Monday February 07 2000, @07:12AM
  • by JennyWL (93561) on Monday February 07 2000, @05:49AM (#1298545)
    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
  • LinuxOne changing their ways? by Zibby (Score:1) Monday February 07 2000, @08:01AM
  • LinuxOne Source by Zibby (Score:1) Monday February 07 2000, @08:16AM
  • Re:Lawsuit! by Eneff (Score:1) Monday February 07 2000, @04:42PM
  • Re:LinuxOne at Linux Expo in NYC by FACESquad (Score:1) Monday February 07 2000, @08:20AM
  • Free Advertising by pongo000 (Score:1) Monday February 07 2000, @05:59AM
  • Re:Peter Norton @ LinuxOne by darrenford (Score:2) Monday February 07 2000, @07:25AM
  • Re:Peter Norton @ LinuxOne by adapt (Score:1) Monday February 07 2000, @10:46AM
  • by Carnage4Life (106069) on Monday February 07 2000, @08:00AM (#1298553) Homepage Journal
    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 [ttp] but I decided against it before I get accused of lynching you as well
  • Unnecessary continued slamming by lanner (Score:1) Monday February 07 2000, @11:37AM
  • Re:Peter Norton @ LinuxOne by GossG (Score:1) Monday February 07 2000, @09:33AM
  • Re:nope by GossG (Score:1) Monday February 07 2000, @09:44AM
  • Re:Peter Norton @ LinuxOne by Cyberllama (Score:1) Monday February 07 2000, @07:30AM
  • "Windows-like" use!!? WTF? by neopenguin (Score:2) Monday February 07 2000, @09:19AM
  • Any publicity can be good publicity by pornking (Score:1) Monday February 07 2000, @08:07AM
  • Re:linuxone flames by ryan360 (Score:1) Monday February 07 2000, @10:09AM
  • Can Linus not exercise his copyright here? by wanrat (Score:1) Monday February 07 2000, @09:00AM
  • Re:LinuxOne at Linux Expo in NYC by Nate Eldredge (Score:1) Monday February 07 2000, @11:43AM
  • Flame of the week at LinuxOne by J-bob (Score:1) Monday February 07 2000, @08:26AM
  • Sue LinuxOne? by springpin (Score:1) Monday February 07 2000, @06:35AM
  • Re:Peter Norton @ LinuxOne by springpin (Score:1) Monday February 07 2000, @09:38AM
  • Re:Peter Norton @ LinuxOne by springpin (Score:2) Monday February 07 2000, @07:35AM
  • Re:sue for what? by Anomalous Canard (Score:1) Monday February 07 2000, @06:38AM
  • Re:LinuxOne at Linux Expo in NYC by DrgnDancer (Score:1) Monday February 07 2000, @10:34AM
  • From The home page... by 586 (Score:1) Monday February 07 2000, @09:29AM
  • Highly unlikely... by zyqqh (Score:1) Monday February 07 2000, @06:07AM
  • Best available resource so far by zyqqh (Score:2) Monday February 07 2000, @06:11AM
  • Re:To Richard Bottoms by rlb (Score:1) Monday February 07 2000, @02:07PM
  • Re:Trying to get you... by rlb (Score:1) Monday February 07 2000, @02:14PM
  • by rlb (140382) on Monday February 07 2000, @01:49PM (#1298574)
    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

  • by rlb (140382) on Monday February 07 2000, @06:34AM (#1298575)
    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.

  • Re:Is anyone compiling the "LinuxOne Debunking Pag by sallen (Score:1) Monday February 07 2000, @06:48AM
  • Re:Peter Norton @ LinuxOne by sallen (Score:1) Monday February 07 2000, @07:40AM
  • Re:Big Surprise. by Rico_Suave (Score:1) Monday February 07 2000, @12:36PM
  • 51 replies beneath your current threshold.
(1) | 2 | 3