Slashdot Banner
Stories
Slash Boxes
Comments
typodupeerror delete not in

Comments: 386 +-   Ubuntu 6.10 is Out on Thursday October 26 2006, @08:54AM

Posted by CmdrTaco on Thursday October 26 2006, @08:54AM
debian
software
linux
cloudmaster writes "Apparently they were watching me to see when I downloaded the 6.10-rc release isos, as I did that last night, and the full release happened this morning. :) Neat stuff, including Firefox 2.0, Gnome 2.16, myth 0.20, faster booting thanks to upstart (sort of a replacement for init, among others), etc. The announcement and download pages are up. I've got *my* torrent running..."
story

Related Stories

This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by fracai (796392) on Thursday October 26 2006, @08:58AM (#16592786)
    gksudo "update-manager -c"
  • Firefox? (Score:4, Funny)

    by jdavidb (449077) * on Thursday October 26 2006, @09:02AM (#16592836) Homepage Journal

    It's got Firefox 2.0? I wanted IceWeasel!

  • by vain gloria (831093) on Thursday October 26 2006, @09:02AM (#16592842) Homepage
    I say, here's fun! Official word from Mozilla [typepad.com] on why Ubuntu shipped with Firefox branded Firefox, rather than Iceweasel.

    Plaudits to the Ubuntu guys for getting this release out so quickly. Wonder if I should stick with 6.06 and its LTS or upgrade?
  • by FedeTXF (456407) on Thursday October 26 2006, @09:05AM (#16592872)
    There's a bug since 6.06 in the S3 driver that comes from xserver-xorg 7.0
    https://launchpad.net/distros/ubuntu/+source/xserv er-xorg-video-s3/+bug/33504 [launchpad.net]

    I hope the patch works this time.
  • Debian? (Score:5, Insightful)

    by Klaidas (981300) on Thursday October 26 2006, @09:07AM (#16592896) Homepage
    Why is there a Debian icon here? Yeah, I know, "ubuntu is based on debian", etc. But if the distro is THAT popular, you might wanna get an icon for Ubuntu too.
    • Re: (Score:3, Insightful)

      But if the distro is THAT popular, you might wanna get an icon for Ubuntu too.

      Well, slashdot hasn't managed to update to the new Gnome icon for over two years either. The /. art department isn't what you'd call speedy.
  • by mrjb (547783) on Thursday October 26 2006, @09:09AM (#16592928)
    It runs kernel 2.6.17, which means it does not yet include the realtime patches by Gleixner and Molnar which find their way into the Linux kernel from kernel 2.6.18 on [osnews.com]. To me, this would still mean manually recompiling the kernel, but not for long anymore!
    • Re: (Score:3, Interesting)

      What exactly do you need realtime support for? Are you going to be running Ubuntu on some embedded device or something, or are you a musician?
      • by misleb (129952) on Thursday October 26 2006, @09:48AM (#16593496)
        Yes, I'd rather have the 2.6.18 kernel in my distribution (like in FC6), than Firefox 2.0. It's a little easier for me to install a web browser than a kernel.


        Unless you can get a package for Firefox 2.0, it isn't necessarily easier to install a browser. More people care about having Firefox 2.0 than a real-time kernel, by far. So you are in the minority.

        -matthew
  • by Anonymous Coward on Thursday October 26 2006, @09:11AM (#16592940)
    Upgrade from Dapper via the net too around 1 hour (DSL) and went very smooth. During the updating process the system worked fine, but some strange things started to happen due to new versions of apps and libraries slowly filtering in (e.g. funny fonts, missing icons).

    After the reboot ...

    Dapper was already a fast system, Edgy feels even faster. In particular, bott time is shorter, the Gnome menus come up quicker. The Murrine GTK+ theme I had installed from outside of the normal repositories was broken. Fonts were not fully hinted (looked smeared) in Firefox and gnome-terminal; this was fixed by explicitly switching to full hinting in the fonts preferences. These have been the only regressions I've noticed so far.

    The new Firefox 2 is certainly nice, e.g. spell-checking in text fields, not slow as molasses anymore on framed pages, etc. Departs further from GTK look & feel with the (literally) shiny new tabs. Epiphany has acquired adblocking capabilities, but is still not installed by default.
  • by Reapman (740286) on Thursday October 26 2006, @09:15AM (#16592984)
    Now that I finished installing 4 Ubuntu systems this week this would happen...
    • Dapper isn't dead. (Score:4, Informative)

      by Kadin2048 (468275) <slashdot@kadin.xoxy@net> on Thursday October 26 2006, @01:01PM (#16597078) Homepage Journal
      Actually you probably did the right thing, Dapper is the "Long Term Support" version -- basically the 'stable' line, while Edgy is the first of a number of smaller builds that will be released, but do not totally supplant the LTS version.

      If the PCs were all your personal machines then of course you can do what you want, but if they're ones that have to work reliably and you're expected to support, you probably saved yourself a lot of trouble by going with Dapper.
  • MythTV on Ubuntu (Score:3, Interesting)

    by KefkaTheMad (967573) on Thursday October 26 2006, @09:18AM (#16593010)

    Does anyone have any thoughts about MythTV on Ubuntu vs. other distros?

    I'm a relative Linux noob, having only been using it for half a year. I ran Myth 0.19 on Fedora Core 5, but broke it somehow when I upgraded to 0.20. I ran into some sound bug that I couldn't figure out, so I took the easy way out and installed KnoppMyth, which has worked like a charm. However, I'm not in love with Knoppix, so I'm thinking about running trying Myth on Ubuntu.

    As a relative noob, I really loved using Yum on FC5, but I haven't had as good of an experience with Apt on Knoppix. In my limited experience, I've had more issues with dependencies using Apt than I did with Yum. I know Ubuntu is also Debian-based and also uses Apt, but I've heard it's very noob-friendly, so I was wondering what merits there would be in switching from KnoppMyth to an Ubuntu-based Myth system.

  • by karot (26201) on Thursday October 26 2006, @09:18AM (#16593012)

    faster booting thanks to upstart (sort of a replacement for init, among others)

    I just had a look at "upstart" and some of its configuration documentation, and while I understand "traditional" rc script processes (such as sysvinit, and the variations on that) I cannot see how upstart will speed anything up. It still seems to be a serialised startup process, and the documentation does not make it clear how to specify startup dependencies ("IP before NTP", or "spamd before sendmail"), so there is no implied optimisation behind-the-scenes by using parallel startup.

    Have I missed something, or is this just a move to an event-driven RC process "because I can" ?

    • Re: (Score:3, Informative)

      It still seems to be a serialised startup process, and the documentation does not make it clear how to specify startup dependencies ("IP before NTP", or "spamd before sendmail"), so there is no implied optimisation behind-the-scenes by using parallel startup.

      Check gentoo's startup scripts and their structure - they feature a lot of cool modifications like soft boot levels, and an exhaustive dependency structure. I don't know why other vendors aren't adopting it, but its worth taking a look and there is no

    • by diegocgteleline.es (653730) on Thursday October 26 2006, @10:19AM (#16594016)
      "It still seems to be a serialised startup process"

      It is. For Ubuntu edgy, a "compatibility layer" has been implemented to allow upstart run the old sysv /etc/init.d scripts

      This is because changing everything in a single release was too much. For the next release, they'll replace the old scripts with true upstart scripts and then the switch will be complete (and still there'll be compatibility for the unported sysv scripts available in extra packages)
    • by Anonymous Coward on Thursday October 26 2006, @10:45AM (#16594438)
      It still seems to be a serialised startup process, and the documentation does not make it clear how to specify startup dependencies ("IP before NTP", or "spamd before sendmail")

      From the documentation, it looks like you can do exactly this, by specifying that spamd be started when and before sendmail is started. You can also have sendmail start whenever spamd has finished starting. It looks to give you the ability to inject dependencies in either direction. Example: If sendmail is already installed and configured to start at system boot, the spamd installer just needs to add "start on sendmail/start" to it's own startup script, and upstart will call it before calling sendmail's startup script. Or you can go the other direction, and have sendmail's script use "start on spamd/started" to run sendmail's startup script after spamd's startup script finishes running.

      However, the most useful aspect seems to be the fact that it can process events at any time, not just startup/shutdown. Such as starting an iPod sync daemon only when an iPod is connected, and stopping it when the iPod is removed.
  • With Strigi! (Score:5, Informative)

    by oever (233119) on Thursday October 26 2006, @09:23AM (#16593078) Homepage
    The universe now contains the desktop search with the fastest file-indexer: Strigi [sf.net]! This is a huge improvement over Beagle in terms of resource usage and with the added ability to search for files no matter how deeply nested in packages, archives or mail, it's clearly the best file searching tool for Linux.
  • by porkchop_d_clown (39923) <porkchop_d_clown@@@mac...com> on Thursday October 26 2006, @09:29AM (#16593172) Homepage
    But why develop a whole new mechanism, why not just use launchd?
    • by beezly (197427) <beezly@NOsPaM.beezly.org.uk> on Thursday October 26 2006, @09:42AM (#16593406) Homepage

      It doesn't take much to find out via the ubuntu wiki - https://wiki.ubuntu.com/ReplacementInit [ubuntu.com] has lots of information on the whole implementation.

      With regards to launchd, that page says;

      The four candidates were Solaris SMF, Apple's launchd, the LSB initserv/chkconfig tools and initNG.

      The first two of these suffer from inescapable licence problems, which is relatively unfortunate as both have features that are somewhat appealing though neither quite fix our problems. Having whichever system we use being adopted as a Linux-wide standard would not be possible if we chose either of these two systems.

      and also from discussion further down the page;

      NabLa: [WWW] Apple's launchd has been [WWW] released recently under the Apache license. Would that resolve those "inescapable licence problems"? Looks like a very interesting possibility now.

      • ScottJamesRemnant: it still doesn't meet our requirements, so would be only a base for our own work. We've already implemented enough that it'd be a backwards step to start again based on launchd. Also the new launchd licence may not be GPL compatible, so it would still not be ideal
      • jec : I think that the licence (apache 2.0) is GPL compatible. But if work is already advanced on your own solution, then great! Just hope that Redhat/SuSE/Debian will adopt it...
      • ThomMay: it's not - [WWW] the FSF mark it as incompatible.
  • Et tu, Kubuntu? (Score:5, Informative)

    by CheeseTroll (696413) on Thursday October 26 2006, @09:38AM (#16593304)
    Kubuntu 6.10 has also been released. New features + installation/upgrade instructions are here: http://kubuntu.org/announcements/6.10-release.php [kubuntu.org]
  • Cake? (Score:5, Funny)

    by neaorin (982388) on Thursday October 26 2006, @09:40AM (#16593346)
    I guess the cake sent to them by the Vista team got lost in delivery.
  • by SpinyNorman (33776) on Thursday October 26 2006, @09:42AM (#16593398)
    I just installed 6.06 last week, and am quite impressed by it compared to other flavors of Linux I've tried.. Nice philosophy of installing best of breed applications rather than 101 alternatives and the kitchen sink, and it all seems to work.

    One thing that spoiled the experience though, was that I initially got a blank screen with the Live CD, so had to go back and do a "safe graphics mode" boot/install. It turns out (no mention of this in the release notes - had to dig for a day to find it) that the X.org ATI driver for 6.06 is broken such that it doesn't work for RV280 based (Radeon 9200) cards using the DVI output (flat panel)... The fix requires downloading and editing the source and rebuilding the driver.

    There's also another bug in the 6.06 ATI driver just discovered a week ago where with xorg.conf RenderAccel="yes" it can corrupt drawing in some circumstances (themes that use Cairo).

    Does anyone know if either or both of the fixes for these made it into 6.10 ?

  • by cciRRus (889392) on Thursday October 26 2006, @10:06AM (#16593800) Homepage
    Mandriva 2007 and Fedora Core 6 now come out-of-the-box with 3D desktop support (XGL/AIGLX + Compiz). The 3D desktop not only serve as a great piece of eyecandy, it (e.g. cube desktop and Expose clone) also makes the GUI friendlier and more efficient. As a Ubuntu user, I'm a little disappointed that Ubuntu 6.10 does not provide 3D desktop support.
  • by Billly Gates (198444) on Thursday October 26 2006, @10:30AM (#16594194) Homepage Journal
    Its not ready yet. I have summarized my experience here 2 days ago. [slashdot.org]

    Initramfs has been updated several times a day and reports of usb drives double mounting, not mounting, and randomly unmounting are quite huge, many wifi cards no longer work, multiple midi files can crash xmms, firefox 2.0 randomly crashes, and other issues means its not ready yet in my book.

    Also in my journal I mentioned gpart crashed during a resizing of my ntfs partition. That was quite scary but I did not lose anything. According to launchpad it has not been fixed yet so Windows users beware.

    Ubuntu is my favorite and one of the most stable distro's out there. However I highly advise ubuntu users to wait a few weeks before upgrading to this version.

  • by suggsjc (726146) on Thursday October 26 2006, @11:17AM (#16595010) Homepage
    In the grand scheme of things, what does it really mean to release a new version other than just having a continually increasing number? Why make it such a big deal?

    I ask this seriously and also in jest. Why not just have
    sudo apt-get update && sudo apt-get upgrade
    give you the latest and greatest? There has already been discussion of the "best" way to go about upgrading (dist-update, whatever). If instead of having repositories that were "version" specific, why not just have "current" repositories. Then as *everything* progresses, it all gets updated along the way?

    Is it just the dependencies issue? Or am I missing something more? Just seems like since Ubuntu is aimed at making it the most user-friendly distro, "version" updates could follow suit.
    • by xenocide2 (231786) on Thursday October 26 2006, @01:51PM (#16598084) Homepage
      Firstly, some changes to Ubuntu are more fundamental than a new version. Upgrading glibc is still a version bump, but affects almost every package. Additionally, new versions of gcc itself produce potentially different objects. Releases allow for a coherent whole to be formed.

      Additionally, releases allow for planning and coordination. Sometime programs aren't exactly C++ standard compliant, and sometimes the compiler isn't either. Changing the compiler version can occasionally introduce subtle bugs or build failures. By staggering freezes, you give people deadlines to work with / around. Imagine not knowing whether the kernel would support a specific feature your program wanted (like wpa_supplicant and NetworkManager).

      Finally, the release system allows for simple testing and bug fixing. Sometimes upstream will fix a bug and introduce a new buggy feature at the same time.
    • Re:Can I (Score:5, Informative)

      by Rik Sweeney (471717) on Thursday October 26 2006, @09:02AM (#16592840) Homepage
      Can I now dist-upgrade my Ubuntu Dapper to Edgy?

      I think so, I was going to do (on the command line)

      sudo sed -e 's/\sdapper/ edgy/g' -i /etc/apt/sources.list

      sudo apt-get update

      sudo apt-get dist-upgrade

      * Go to bed / work *

      Which will update my sources list, update the repository and then upgrade. At least, that's what I think it'll do. If anyone has any corrections then let us know.
      • Re:Can I (Score:5, Informative)

        by grazzy (56382) <grazzy@quake.s w e . n et> on Thursday October 26 2006, @09:11AM (#16592938) Homepage Journal
        Also the documentation recommends running sudo apt-get update && sudo apt-get dist-upgrade
        Thats because if the first command fails you shouldnt run the second for whatever reason.

        Ubuntu is the next best thing since sliced bread, and everyone should atleast try it out. I upgraded my 5.10 (no idea how I managed to install that) the other day to 6.06 this way - it went without a hickup. I love ubuntu :P
        • Re:Can I (Score:5, Interesting)

          by grazzy (56382) <grazzy@quake.s w e . n et> on Thursday October 26 2006, @09:14AM (#16592970) Homepage Journal
          A small success story;

          The company that I hire my office from has been running redhat for ages, they're getting problems installing their in-house software to the newer versions of redhat because they are using cups instead of the older lp/lpr/lprng systems. Knowing this I started synaptic (the ubuntu package manager), searched for LPRNG with one of the senior guys behind my shoulder. Choosed to install LPRNG, synaptic automaticlly disabled cups and change the appropriate settings. 15 minutes later we were printing useing their sed-scripts from the 80's again.

          I think I can safely say that I singlehanded arranged for a bunch of new ubuntu installs with that 20 minutes of my time.
      • Re:Can I (Score:4, Informative)

        by Anonymous Coward on Thursday October 26 2006, @09:36AM (#16593276)
        I updated Kubuntu from 6.06 yesterday (as detailed in the RC press release) and after rebooting the system stop working (frozen at the end of the boot process).
        Should it happen to you, I did this:

        1. reset
        2. hit ESC when prompted at boot
        3. select safe mode from the menu
        4. run "startx" on the commnad prompt. KDE should start.
        5. Update the system with Adept (system > package manager).
        6. reboot.

        Everything is fine now.
        • Re:Can I (Score:4, Insightful)

          by drinkypoo (153816) <martin.espinoza@gmail.com> on Thursday October 26 2006, @12:39PM (#16596636) Homepage Journal
          looks like it will be a while. has torrent sources been thought about for apt?

          Apt just barely has concurrent downloads and you're worried about torrent sources?

          In order to really make use of torrent, apt would have to be much more asynchronous. It should determine an overall order for packages, create multiple install jobs based on dependencies (so if you're installing two things and each one has five different dependencies, then apt should be allowed to install one while the other is downloading) and so on. Apt does none of these things so a torrent would be a waste. However, it might be reasonable to make major release upgrades through an automated process of torrenting an ISO, mounting it, and doing the update.

          Probably not, though.

      • Re: (Score:3, Informative)

        The safest thing is not to use a computer :)
        Clean install is good if you just play/mess/etc with it, but if you have some nicely configured system you might better want to upgrade it.
        • Re:Can I (Score:4, Informative)

          by kripkenstein (913150) on Thursday October 26 2006, @09:47AM (#16593482) Homepage
          I ask this seriously: what OSes have you been using that makes you think a clean install is the only "safe" upgrade? I've never done a reinstall-upgrade on a Debian or FreeBSD box, for example. Not once.

          Well, you often hear people talking about odd problems after upgrading, on the ubuntu forums for example. A clean install fixes things. It's very hard to pin down the relevant issue in such cases, and they seem rare. But still, I prefer to clean-install Ubuntu (as I will do later today for Edgy).
        • Re:Can I (Score:4, Interesting)

          by blazerw11 (68928) <`blazerw' `at' `bigfoot.com'> on Thursday October 26 2006, @10:05AM (#16593782) Homepage
          I ask this seriously: what OSes have you been using that makes you think a clean install is the only "safe" upgrade?

          I believe that if you upgrade Ubuntu from release to release you'll be fine. However, I didn't do that. I upgraded Dapper to Edgy Knot 2. It worked, but over time as the bug fixes came in, it became difficult for X to start. I often had to power cycle 5 or more times before it worked. I even went so far as to enter a bug in Ubuntu's launchpad for it. Well, I did a clean install of the RC and it's all fixed now. My best guess at the problem is a remnant configuration file or something that didn't get appropriately upgraded or removed in the initial Knot 2 dist-upgrade.

          So, in other words, for patient people, you should never have to do a clean install. For us impatient freaks, well, I guess we should know what we're getting into.

          On a side note, my crappy Celeron 2.4ghz laptop with an even crappier old Intel graphics chip can run the AIGLX and Beryl Window Manager pretty nicely. Cool (possibly excessive) 3d and transparency FX on a computer that Vista's install program laughs at.

    • by StressGuy (472374) on Thursday October 26 2006, @09:45AM (#16593450)
      If you pay peanuts, you get elephants...you only get monkeys if you're willing to shell out some serious banannas. Rabbits can be had if you're willing to come up with the lettuce and, if you've got the cheese, you'll attract the mice - who will scare away the elephants you only paid peanuts for in the first place.

      On the other hand, if I need to get rid of an ass, I'll just tie a carrot to a stick and lead him away.
    • It seems to me that init scripts should state what other services they depend on, then some other program sorts out the optimum (and correct) order to start them in.

      That's one of the main features of launchd.
    • by mbrubeck (73587) on Thursday October 26 2006, @09:57AM (#16593676) Homepage
      Here are the official upgrade instructions [ubuntu.com]:
      If you want to upgrade from 6.06 LTS to 6.10, run the following command (either via ALT-F2 or a terminal):

      gksu "update-manager -c"

      The -c switch tells it to look for upgrades at all. By default the 6.06 LTS release will not offer that automatically because of its long support cycle and high stability.

      If you have a working network connection, it should then inform you about a new release and offer to upgrade your system.
    • Re:Shipit change (Score:4, Informative)

      by TheStonepedo (885845) on Thursday October 26 2006, @10:15AM (#16593964) Homepage Journal
      The process has not changed. Dapper, 6.06, is marked LTS for long term support. It has 3 years of support for the desktop flavor and 5 for the server, according to Canonical's website. Think of Edgy as a testing distribution; it has all of the new gizmos and doodads but will only be around for 6 months. It would not be practical to ship CDs of 6.10 if they will be obsolete long before support ends for the stable 6.06 version.
    • That isn't normal (Score:4, Informative)

      by Chuck Chunder (21021) on Thursday October 26 2006, @04:54PM (#16601344) Homepage Journal
      I've been plugging memory sticks, external hard drives and my compact flash camera into my PC since Ubuntu 5.something (now on 6.10 and 6.06 on different PCs) and they always magically appear as you'd expect. I'm sure it would be interesting to get to the bottom of whatever is causing problems on your particular installation but I don't think it's the 'normal' experience by any means. A jump to 6.10 may be worth a try but if it's a configuration issue rather than a problem within an actual package upgrading may not fix what's wrong.
I'm reporting for duty as a modern person. I want to do the Latin Hustle now!