Slashdot Mirror


Slashback: NIC, Dastar, Defects

Slashback tonight with a round of corrections and updates to recent (and not recent) Slashdot postings. Read on to find out more on the fate of Larry Ellison's thin-client Linux machine, OpenTV vs. GNU, getting satisfaction instead of defective hard drives, and more. Enjoy!

Was it ahead of its time or vice versa? BreadMan writes "After limping along for years, the New Internet Computer (NIC) company finally went under. Founded by Larry Ellison, NIC sold a diskless workstation running Linux targeted at home users that wanted internet access. From the spec sheet it looks like this would be fun as a hacking platform if you can get one on the cheap."

Way to GNU! xarium writes "Seems that in response to pressure from the FSF OpenTV has released the source code to all of its compilers. You can download the full package here (~18meg)."

Because a hard drive should not be a rhythm section. Dynamoo writes "As previously noted in Slashdot, Fujitsu MPG3xx series hard drives have been failing in huge numbers. The U.S. law firm, Shepherd Finkelman Miller & Shah is currently conducting a class action against Fujitsu and HP for knowingly distributing faulty drives. According the this article in The Register, Gateway has now been lined up as a defendant.

The fault appears to impact MPG3102AT, MPG3204AT, MPG3307AT and MPG3409AT units manufactured in early 2001. If you have one of these, then it has probably failed already, if not you should replace it asap. If you're a customer of HP/Compaq you can visit the HP Hard Disk Drive Replacement Program site.
We had about 40 of these things fitted to Compaq DeskPro EXDs, and I can assure you the failure rate is pushing 100%."

In the public domain, no one knows you're a dog. smiff writes "United Press International reports on Dastar v. Twentieth Century Fox. Reversing lower court rulings, the Supreme Court unanimously ruled that Dastar did not violate the origin-of-work provision of the Lanham act. Dastar had taken public domain video, made some modifications, and sold it as its own product. Twentieth Century Fox sued claiming they should have been given credit for the video. According to Antonin Scalia, Dastar would have violated the Lanham Act if it had simply repacked the material and sold it as its own. But since Dastar made some minor changes, the Lanham Act doesn't apply.

While Dastar has been cleared under the Lanham Act, the Supreme Court sent the case back for a rehearing. The Fox video entered the public domain in 1977, but the book it was based on is still protected by copyright."

... or get off the pot. Brazilian Joe writes "The LinuxTag folks, as you may know, are responsible for a restraining order against SCO's claims in Germany. As a result, SCO has shut down its Germany web site. Story here."

5 of 217 comments (clear)

  1. Unix Trademark & SCO by El · · Score: 5, Interesting

    I think it would be more effective to try to get the UnixGroup to file a restraining order banning SCO from the use of the "Unix" trademark. That would _really_ hit SCO where it hurts... imagine having to rewrite all of their code and promotional material to elimate the word "Unix"!

    --

    "Freedom means freedom for everybody" -- Dick Cheney

  2. I have one of ThinkNICs by tftp · · Score: 4, Interesting
    It works for me as an MP3/Ogg player. Boots over the network (thanks to JWZ's HOWTO), runs Blackbox and XMMS. No CD, no HDD, not even Flash. Even the audio files are NFS mounted.

    But as a computer it is fairly bad. The video is the worst offender - it uses shared RAM, and there are streaks all over the screen if some serious computations are performed (I tried to run distributed.net on it and gave up.)

    The box is also abysmally slow, so much that it is basically unusable. As a browser... sure, it might just work - but who needs just a browser?

    In any case, the box works for me as a player just fine, and I am glad that I have it. But it is also good that I found the right use for the thing... otherwise it would have been a total write-off. Don't buy one unless you know how you can use it.

  3. Heh... by phillymjs · · Score: 4, Interesting

    Yeah, that is some pretty poor wording. Maybe something like: "the thief will soon discover that the machine has no black market resale value."

    Of course, they also contradict themselves by saying "you won't lose any, because it can't work by itself"-- think about this. If some crackheads break into your offices, they're gonna grab as many of these things as they can carry. I doubt one of them will go, "Hey, wait, these are NETWORK computers!" And once the crackheads find out the things don't work, they'll end up in a dumpster, a rvier, or some muddy vacant lot.

    Of course, who's to say these things didn't come with window stickers that say "Computers will not work if removed from premises."? :-)

    Bottom line, if a computer gets stolen, whether it works or not once it's off your premises, it's probably gone forever. The only plus side is that since it's a network computer, your valuable data won't be taken out the door unless the crackheads make off with your server as well.

    ~Philly

  4. Re:OpenTV source code not downloadable? by lithron · · Score: 5, Interesting

    Feel free to do some research before crying foul play.

    Source code is provided in that 18 meg zip file.

    They ALSO will send you a CDROM with the source for a small fee.

  5. On hacking NICs by freeweed · · Score: 5, Interesting

    From the spec sheet it looks like this would be fun as a hacking platform

    It was more fun to hack the platform itself. For those not in the know, the NIC basically ran a highly customized Linux distro (seemed to have parts of RedHat, Debian, and others from what I could tell), all wrapped with a minimal window manager (enlightenment iirc), and Netscape as your entire front end. The whole thing booted off CD-ROM, and came with a 4mb flash drive to store configuration changes, bookmarks, etc. A nice handy web/email/irc box for grandma, or public access kiosks, or what have you. Oh, and before anyone asks, a stock Knoppix distro refused to run on it - at least when I tried it.

    Now, the interesting part were some of the apps you could launch from it - telnet, and several other xterm-wrapped applications. Pretty powerful machine, all things considered - but there is NO command shell option. So of course, let's get one:

    As I said, the distro it comes with is highly custom, a LOT of standard binaries aren't even on the CD, and it's been stripped to the essentials. But of course, we have our good friend Bash, just not direcly reachable. Easiest way I found was to escape out of a telnet session. Now, when you run its telnet client, you have a pop-up window asking you the hostname and port. This gets passed direcly to the telnet binary and ran. The designers actually went to the trouble to block the space bar being hit within this window (tricky devils! I'm sure some of you see where I'm going here), so we'll just use some copy & paste to have -e passed along with the hostname. This gives us an escape character within the telnet application itself, which (ta-da!) gives us a nice shell.

    The fun part was trying to get some power. You're running as a pretty unprivledged user here, but hey! No shadowing of passwords! In any event, I got lazy and Googled a bit. No word of a lie, the root password on every last NIC that I've touched is (hard-coded on the CD, of course) "4getit". Clever, no?

    Moral of the story: good thing these boxes never took off as public terminals. Takes about 30 seconds from boot to get root, and yes, the 4mb flash drive is just large enough for fun things like NetCat :)

    --
    Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.