Slashdot Mirror


New Mozilla, Corel, and Napster Releases

Everybody and his sister seems to have submitted at least one of these links: First, Mozilla build M11 is out. Go for it! Check this Mozilla.org page for details. Second, there's a Linux port out for Napster. We already mentioned it earlier here, but apparently a lot of people missed the reference. Go get it already. And third, Corel Linux is now available - if you can handle a 311 MB. If you can't burn a CD, compile your kernel with loopback support and try 'mount -t iso9660 -o loop 6.1-i386.iso /mnt/cdrom'

40 of 207 comments (clear)

  1. You can mount the ISO file and install by frank249 · · Score: 2

    You do not need the CD-R if you are already running Linux. Use the o loop command. One of you techies can post the proper syntax. It was on a previous discussion. Intial comments is that it is not bad but can use improvement. For a version 1.0 I guess it is ok. Dont complain about what they left out as you can use 'update - aks Corel package manager' to download everything else you need. Cheers

    --

    Today's vices may be tomorrow's virtues.

    1. Re:You can mount the ISO file and install by Anonymous Coward · · Score: 2

      As root:

      losetup /dev/loop0 image
      mount -t iso9660 /dev/loop0 /mnt/something

      ... use it ...

      umount /mnt/something
      losetup -d /dev/loop0

    2. Re:You can mount the ISO file and install by Dicky · · Score: 2
      mount -o loop <imagename> <mountpoint> has always worked for me - I've never needed to use the losetup command. As ever, YMMV.

      Had a brief look at it this morning (GMT). It's pretty slick, but I think the install is too simple. It leaves out things which I think should be available.

      --
      Paranoia isn't an infectious condition, it's a way of life
    3. Re:You can mount the ISO file and install by Robert+Bowles · · Score: 2

      Or, if you don't want to worry about loop-device allocation:
      mount -t iso9660 -o loop [file] [mnt-pnt]

      You might also want to avoid mounting on '/mnt', as subdirs (such as '/mnt/floppy') are used by many distros.

      --
      /* MAGIC THEATRE
      ENTRANCE NOT FOR EVERYBODY
      MADMEN ONLY */
  2. Napster Security? by LazloTheDog · · Score: 2

    This Napster thing looks kinda neat, but I would be a bit worried about giving the world access to my disk. The site is a bit sketchy on the details.

    JM

    --
    Oink, Oink!!
    1. Re:Napster Security? by Ed+Avis · · Score: 2
      This Napster thing looks kinda neat, but I would be a bit worried about giving the world access to my disk.

      Indeed. Given the track record of things like the Windows ICQ client and the RealPlayer, you should be cautious about downloading the latest and greatest binary-only client for some closed protocol.

      You could probably run the client chroot()ed to a directory containing only MP3s, and as the user nobody. FreeBSD 4.0 (which AFAIK is a development version) has a jail() system call which might be appropriate.

      --
      -- Ed Avis ed@membled.com
  3. Calling (GP)L experts... by PigleT · · Score: 4

    This looks worrying. Of course, folks have already posted about local loopback devices for avoiding having to burn a CD, but what worries me is the end-user license agreement.

    In particular, note these extracts:
    1. Corel LINUX is a modular operating system made up of individual software components that were created by various individuals and entities ("Software Programs"). Many of the Software Programs included in Corel LINUX are distributed under the terms of the GNU General Public License ("GPL") and other similar license agreements which permit You to copy, modify and redistribute the Software Programs

    So that's the definition of a "Software Program". Now what about:

    B. PROPRIETARY RIGHTS:
    All right, title and interest in the Software Programs, including source code, documentation, appearance, structure and organization, are held by Corel Corporation, Corel Corporation Limited, and others and are protected by copyright and other laws.


    Is that actually in keeping with the GPL?

    On a totally separate thread, does anyone know what the equivalent mechanism to 'apt-get dist-upgrade' is going to be, in particular, how the currently-in-development distribution is going to be mirrored, etc? Or is it all going to be relatively "stuck" stationary like RedHat / SuSE etc? (I mean, 6.0, 6.1, 6.2 is very discrete. The above apt command isn't as discrete at all.)

    --
    ~Tim
    --
    .|` Clouds cross the black moonlight,
    Rushing on down to the circle of the turn
    1. Re:Calling (GP)L experts... by Xkill_ · · Score: 2

      ..."Corel Corporation, Corel Corporation Limited, and others"... I suppose this reference to "others" is a reference to all the open source software developers. It would be kinda nice if instead of them referencing "others" they referenced another document which listed the particular names of each developer and the associated program. hmmm, does freshmeat keep such a list? if so Corel could reference this other list in their license.

      "The importance of using technology in the right way has never been more clear."

      --

    2. Re:Calling (GP)L experts... by Chilli · · Score: 2
      I don't see an problems with the PROPRIETARY RIGHTS section. The important point of the GPL when compared to public domain software is that the authors do not give up their copyright. They keep it, but grant everybody who receives the software the well-known freedoms. This is what GNU calls copyleft - copyright, but used the other way around.

      This mechanism is very important to be able to legally ensure that nobody misuses GPLed code.

      Chilli

      --
      -=- Just a random lambda hacker
  4. Mozilla looking good.. by tuffy · · Score: 2
    There's still a number of glitches, especially in the redraw department, but it's now looking quite nice overall. Rather futuristic, actually. When it's finished I'm certain it will replace Netscape on my own machine.

    However, it's still heavy in the bloat department like it's predecessor :\ I don't wanta mail reader in my web browser, or a web page editor, or anything else but a web browser. If the source is open enough, perhaps those "features" can be excised and save me precious hard drive space and RAM.

    Just my first impressions..being posted from Mozilla itself.

    --

    Ita erat quando hic adveni.

    1. Re:Mozilla looking good.. by Matts · · Score: 2

      I don't want a mail reader in my web browser, or a web page editor, or anything else but a web browser.

      And that's exactly what you get. Read the interviews off mozillazine.org and you'll discover that the editor and mail/news are simply XUL and XPCom layers that are dynamically loaded as and when needed. If somebody wanted to they could easily ship this browser without those features at all - simply modify the XUL files to have no "mail" button and remove the dso from the download.

      Having said all that - currently I find Mozilla slow. Real slow. Try it on a slower machine (133Mhz +64Mb ram machine here) and it's unbearable. I know they'll improve this - I just hope it's enough.

      --

      Matt. Want XML + Apache + Stylesheets? Get AxKit.
    2. Re:Mozilla looking good.. by Topar · · Score: 2

      Having said all that - currently I find Mozilla slow. Real slow.

      There are currently some major performance issues that are being working on. They will be fixed before final release. One of the biggest is this bug here. If you want a faster and more responsive browser whilst downloading pages, go and vote for this bug now.

    3. Re:Mozilla looking good.. by Matts · · Score: 2

      I disagree that this bug is the major cause of the slowdown though (and it appears some netscapers do too).

      I think it goes deeper than that. My thoughts are that it has to do with the UI marshalling code, but I really don't know enough about it.

      --

      Matt. Want XML + Apache + Stylesheets? Get AxKit.
  5. Biggest problems with Mozilla by Topar · · Score: 2

    You don't need to be a developer to make a contribution to the Mozilla project! You can see the list of bugs most voted for her e. If you want to help the developers know which bugs you most want fixed, choose a bug or two from this list or another Bugzilla list and go vote for it!

  6. Watch out, it's not for the youngins!!! by dirty · · Score: 3

    1. YOU CERTIFY THAT YOU ARE NOT A MINOR AND THAT YOU AGREE TO BE BOUND BY ALL OF THE
    TERMS AND CONDITIONS SET OUT IN THE LICENSE BELOW. DOWNLOADING AND/OR USING THE
    PRODUCT WILL BE AN IRREVOCABLE ACCEPTANCE OF THE TERMS AND CONDITIONS OF THE
    LICENSE.

    Guess we gotta keep those kiddies away from Linux, it's worse than crack :). Dare to keep kids off Linux.

    --

    -matt
  7. First look on Corel Linux by J-F+Mammet · · Score: 5

    I installed corel linux from the iso yesterday evening (european time).

    The installation is quite good. It automatically detected all my hardware (ok I've got a simple machine : voodoo banshee, ne2000 pci clone ide hd). Then the graphical installer asked me for a user login name, good point. After that I had to choose between some premade configurations, like destop/server/custom). I choosed custom. With this option I had the possibility to choose to install any package of the distribution. I choosed almost all of them and went to the next step.

    Now I had to choose on what partition I wanted to install, an ext2 one or a windows/dos partion. Good choice for beginners. Of course I installed on an ext2 one. The graphical fdisk is good and easy to use, but it seemed a little buggy for the free space calculation (eg it said 125 meg free but I could only create a 110 meg swap partition).

    After that is the rather long and boring package installation. No problem with it except the mouse cursor was rather slow and jumpy during this process , not good for a first timer thinking linux is a true multitasking os (I know it is, it must be because the installation is using the framebuffer I think).

    Then I was asked to reboot, no question asked about the boot loader or anything else, bad point here.

    After the reboot, quite a shock, the OS loader is not LILO but a rather nice graphical (320x200) menu with an animated disk on the lower right corner. I can choose between corel linux and some expert/safe mode. I can also choose windows and dos. This is good for non linux users, but I have 4 different linux installs at home for testing and of course none were found so I had to reinstall lilo (I'm pretty sure I could have changed the configuration of the boot manager but I had no time for it).

    The first time I choosed corel linux, and this was quite a shock : No boot messages ! The OS loader stays "on top" of the text and I did not find the way to get rid of it (of course choosing expert mode won't show this screen). This is very windowish and a rather bad point for any serious linux user. A rather strange thing is that the first time it booted, it fscked the partition so it took a loooong time and I had no idea what was happening (the loader writes some text like loading linux/check partitions and so on).

    then kdm was launched. A rather standard kdm, ala NT. I was able to choose between root and the user I had created. I logged in as a normal user to get on a almost standard KDE screen, with some new icons.

    There are of course some great novelties, like the file manager, windows share browsers and other great program but everything looks so muck like windows that it made me want to puke. I know KDE is really windows like, but with the corel extensions they took this idea to the extreme. You can even share a directoy by clicking on properties in the context menu, exactly like NT !

    Of course it's rather impressive and nice for a former windows user but I think some originality would have been a good idea.

    Here is the worst point : I did not find a way to configure my french keyboard "globally" for the console and X. The only way I found was to choose an international keyboard for each user I created. Really bad point here corel.
    One other thing to note is that there is no translation in the things corel added to kde so it's one other bad point. It's really strange to get windows half in franch half in english. They should have killed all other langages so no one would have complained.

    So even if corel did an incredible job developping some excellent tools and programs, I think the distribution is way too windows like and not for non english people. Too bad, hopefully this will be corrected in 1.1 !

    In conclusion if you are already a linux user, this is not for you. But for a windows user this may be a good way to start using linux.

    Btw a friend of mine was not even able to start the installation, it simply rebooted at the hardware check.

    J-F Mammet
    webmaster@softgallery.com

    1. Re:First look on Corel Linux by ucblockhead · · Score: 3

      I have two reactions to this:

      1) Corel did exactly the right thing. (Except for non-English support, which is correctable.)

      2) I likely won't install Corel Linux myself.

      Those two things aren't contradictory. Corel is trying to go after the Windows market. It sounds like they did exactly what they needed to do to go after the average nontechnical Windows user. This is very good for them, and, I think, very good if you want to see Linux on the desktop. However, this does not mean that this is a distribution for your or I or pretty much anyone who reads /. to install. That's ok. We've got plenty of good distributions to choose from.

      That's the advantage of the Linux model. Choice.

      Probably most of the people who install Corel Linux (assuming the marketting is appropriate) will never care anything about what's underneath, and will see it merely as a cheaper, more stable system that does what Windows does. That's ok. Grandma doesn't want to know what a tarball is. And perhaps a small percentage will eventually want to dig under the covers.

      --
      The cake is a pie
  8. Re:Dumb Mozilla Question by MindStalker · · Score: 2

    In Windows Netscape a profile is basically the same as the linux .rc files and associated user independent information. Windows doesn't really tell programs what user you are, nor does it have a home directory for storing program configurations for each user (it sorta does, but there is no standard for third party programs of where to put configurations) Anyways in netscape for windows, if you have multiple users, when you run it, it ask you what profile you want to use. (Basically who you are? sorta...)
    Anyways profiles are just specific configurations for each user, such as your email information and display settings for Netscape/Mozilla.

  9. Re:mozilla release in response to slashdot article by MindStalker · · Score: 2

    Why don't you look at the ftp://ftp.mozilla.org/pub/mozilla/nightly

    And you will see that they work on a release till they get all the features they want in it. Start working on the next release, continue to fix bugs on the previous till they reach a point where they think they have all the new features fairly stable. Then they release it.

  10. About Full Circle? by Dast · · Score: 4

    I've skimmed through the FAQ and release notes, but I can't find much info on Full Circle that is compiled into Mozilla. The release pages says "Full Circle Enabled builds allow transmission of crash data back to Netscape, improved crash analysis, and posting of crash related information to the netscape.public.mozilla.crash-data news group".

    That is pretty cool, but is it safe? Also, does that mean when I find a bug, I don't need to report it? It is reported automatically?

    Anyone have any more info, or pointers to info?

    --

    This sig is false.

    1. Re:About Full Circle? by asa · · Score: 2

      FullCircle will launch when mozilla crashes (if it's working correctly) and will not send any data until you tell it to. I consider it safe. Please report any and all bugs to Bugzilla found at http://bugzilla.mozilla.org/ Many bugs will not crash mozilla and so not bring up FullCircle. I hope this post is somewhat helpful.

    2. Re:About Full Circle? by crisco · · Score: 2
      Also, does that mean when I find a bug, I don't need to report it? It is reported automatically?

      While I don't know too much about Full Circle, I know that it isn't going to give the kind of bug report you could contribute. Information like what you were doing at the time, what machine configuration you've got and whether the bug is reproducable is critical to debugging it.

      As another respondant mentioned, many Mozilla bugs will not crash the program and trigger the Talkback.

      So browse the bugzilla website. Learn how to use Bugzilla. Snag a nightly build and bang on it.

      I finally did. I'd been going for months with Mozilla crashing one of my computers. Well, with the problem not getting any better I started digging through Bugzilla, found others reporting the same bug and someone had a possible solution. I tried something similar (having to do with Java Runtime Environment) and it works now. So, while there is still some kind of bug, we've got two of us reporting into Bugzilla a solution. That gives the hardcore developers some clues, something to follow.

      --

      Bleh!

  11. Re:linux napster by Yarn · · Score: 2

    He has a very good reason, but I'm not sure if he told me in confidence or not.

    --
    -Yarn - Rio Karma: Excellent
  12. Napster vs. Real by humphrm · · Score: 2

    Let's see...

    Napster takes a list of MP3 files on my hard drive, uploads the list to a server, and sets other users out downloading those files, and it's a must have.

    Real networks takes a list of music-specific data files on my hard drive, and uploads the list to a server, along with some other access data, and they're a villain.

    And the only difference between them is (a) Slashdot's word that I should download Napster, and (b) some legaleze in the license or usage agreements.

    --
    -- "In order to have power, I must be taken seriously." -Mojo Jojo
  13. SlashMirror has Corel ISO by Slash+Mirror · · Score: 2
    and RedHat 6.1 iso and q3DemoTEST if anyone cares

    ftp://128.253.254.56/corellinux-oc_1.0.iso

    SlashMirror: Where to put files for fellow /.'ers

    --

    SlashMirror: Where to put files for fellow /.'ers

  14. Re:Go mozilla! by sterno · · Score: 2
    The new release seems to work better than M10, but it is still buggy and it crashed after about 5 minutes of use (which is the longest I've managed so far). I was happy to see that I could compose a message and send it without anything horrible happening :).

    Good work mozilla team! Keep it up and you may run the world yet! :)

    ---

    --
    This sig has been temporarily disconnected or is no longer in service
  15. Re:linux napster by QuMa · · Score: 2

    Isn't it obvious? They want to remain in control of the clients, so they can add ads to the linux version too eventually. And they're afraind of clones for windows.

  16. Corel is making me money!! by LLatson · · Score: 2

    Check out Corel's stock price at yahoo. Up around 10% or so.
    Yippee!

    LL

    --
    "If you are falling, dive." -Joseph Campbell
  17. Mozilla: rendering problems still? by cswiii · · Score: 2

    (insert "html shouldn't be used for layout/design" comment here)

    I've got a fair amount of tables on my page; I've recently been checking to see how Mozilla renders it.. somewhat akin to the acid test page.

    Now, the page itself is pretty much 4.0 compliant, albeit somewhat complex; the W3 validator bitches about ampersands in CGI URIs, so there's nothing I can do about that. In any case...

    In MSIE and NS current versions, the page looks pretty much like I'd expect it to. There are minor variations, nothing of great concern.

    Now, in M10, The grey box in the middle was shrunken, sorta pushed over to the left a little bit. OK, not exactly what I wanted, but not horrid. In M11, however, the grey box gets shoved waaay over to the right, running into other tables.

    Thus, on first glance, it appears that something, in one of the milestones, is wrong. I understand that my page might not be really simple, that's an aside, and I will deal with it later. My concern is that the two milestones rendered the page differently. For the longest time, I've heard that Mozilla is (as in, yes, currently, right now) fully 4.0/CSS1/whatever else compliant. However, such observations have me wondering otherwise....? Could someone clarify?

  18. Corel Public License by Col.+Klink+(retired) · · Score: 2

    See http://linux.corel.com/products/linux_os/licensing .htm for more detailed licensing.

    It looks like the Corel additions are all under the "Corel Public License" or "CPL", which is exactly the same the the Mozilla license with Corel replacing references to Mozilla and Netscape.

    --

    -- Don't Tase me, bro!

  19. If Napster is so terribly insecure... by legoboy · · Score: 2

    why doesn't someone who has more time than I do try to break in to a computer running it.. Like, say.. Your own. (It runs on port 6699..)

    I played with it for one second and got this.
    # telnet 127.0.0.1 6699
    1

    Press all the keys I tried, and after one keystroke, it says INVALID REQUEST. Don't press anything for 10-15 seconds, it drops the onnection.

    It shouldn't be too hard to figure out what keystroke is not invalid.

    ------

    --
    If a tree falls on an anonymous coward yelling 'first post' in the forest, does anybody hear?
  20. Re:Go mozilla! by Zoltar · · Score: 2

    Mine (M11) seems to load the pages pretty quick, but I got 3 Dr. Watsons in about 10 minutes. Ahhh.. the joys of alpha software. My biggest beef is the "My Panels" box which seems to come up by defailt. First, how do I kill it? I want it gone, dead...bye bye. I don't want to slide it over to the left, I want it gone gone gone.


    Second, why does this "real estate hogging intrusion of my space" come up by default? (Insert-> I'm turning into an old fart disclaimer) Whatever happened to designing a clean interface??? Why why why can't you give me a nice clean interface. I just wanna plug in a url and go to a website. I just want a nice big box for that page to load up in. I don't want panels, I don't want channels, (Insert-> cryptic Dr. Seuss reference for other old farts) I don't want green eggs and ham. Can somebody, for the love of God please help me.

    Otherwise it is starting to look pretty good :)

  21. Additional Comments by Uruk · · Score: 3

    Nice review thanks for posting it.

    I also checked out some of the screenshots from the article that is linked in this story, and they seem extremely windowish. Right down to the file manager, whose toplevel entry is "My Linux" (apparently a modification of "My Computer" in windows)

    I can understand their desire to appeal to a certain segment of the market, and I think that they're doing just that. But I don't think I'd use it personally because of that. I didn't stop using windows just because I didn't think it was a stable OS (although that was one of the reasons) I stopped using it also because I thought the UI was boring and unimaginative. Look at X, and linux, and you have 2.0E50 choices for how you want to interact graphically with your machine. I would hate to go back to the same old UI after going through the linux learning curve.

    Points to them though for making the install easier, and for making linux friendly to new people. I just hope that they don't make it so windowish over time that it loses its soul as a UNIX. That kind of worry is probably premature at this point, but I still wonder.

    Seems to me though that another free software distribution stepping to the plate though means one thing - more choice. That's another reason why I'm in linux in the first place too. (Even if I don't plan on using it, I still like the fact that the choice is there)

    --
    -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
  22. You must be on Windows by LizardKing · · Score: 2

    Runs blisteringly quick on a PII 233Mhz laptop.
    Also appears quite stable.

    But then I'm running Linux. I assume from your ``IE4 on the same hardware'' comment that you're running under Windows. But then everything runs like a dog under Windows ...


    Chris Wareham

  23. No contracts with minors by Christopher+B.+Brown · · Score: 3
    This is also true in Canada, and is likely true in many other jurisdictions.

    It's quite a dilemna; if they include components that have licensing agreements that require some degree of consent on the part of the user, they require an "adult's" consent.

    It is particularly a problem for software that requires something like unto the "dastardly" MSFT EULA; it is less of an issue with Free Software, but even there, there is some need to be able to enforce the terms of GPL, XFree86 License, and other such licenses, and that can certainly be problematic for the young'uns.

    A more pointed question, that isn't directly relevant to this particular situation:

    Can a minor consent to release code under the GPL when they may not be legally able to establish contracts?

    The fact that we might like the answer to be yes does not necessarily make it so...

    --
    If you're not part of the solution, you're part of the precipitate.
  24. Don't troll by Matts · · Score: 2

    I'm running it on Linux (P133, 64Mb) and it's also dog slow compared to Netscape. Removing debugging might speed it up a bit, but there are a fair few speed related bugs in bugzilla now so I don't think that's really the issue.

    --

    Matt. Want XML + Apache + Stylesheets? Get AxKit.
  25. Re:Decoupled Corel Suite & Distribution by PsychoKiller · · Score: 2

    No problem. You will have to buy the suite for 79.99 I think. Check out linux.corel.com for more info.

  26. Don't be too concerned. by Wakko+Warner · · Score: 2
    Reverse-engineering is perfectly legal. It's safe for me to assume that that's what you've done in order to make a working Napster client without help from the author. You should have no problems (read: Napster should have no legal issues with you) releasing your client. There should also be no problem with releasing the source code to your program, since it's your code and not Napster's. If it weren't for people like you who spend the time to figure out how a "secret" protocol works, there'd be no real useful ICQ clients for Linux.

    Go for it, I say.

    - A.P.
    --


    "One World, one Web, one Program" - Microsoft promotional ad

    --
    "Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
  27. Re:So close... by Zontar+The+Mindless · · Score: 2
    I know what you mean. I've been running the 11-12 Win32 nightly for the last few days and it's really impressive. I'm downloading M11 right now (damn slooooow dialup!) and can hardly wait to check it out.

    Zontar The Mindless,

    --
    Il n'y a pas de Planet B.
  28. Look under the bridge ... it's empty by LizardKing · · Score: 2

    I compiled it without the debugging code, as I don't expect to be working on it any time soon - just wanted a quick look at the improvements. I think you'll find that most of the Bugzilla comments regarding performance come from people testing the precompiled versions. These have the debugging code and extra symbols specifically to try and get some valid feedback. However, the vast majority of people are only having a quick peek at Mozilla and are either incapable or unwilling to file a useful bug report.

    Chris Wareham