First Look At Fedora 11 Beta Release 205
Ars Technica has a first look at the latest beta release from the Fedora universe and it has several new shiny-bits including kernel modesetting, ext4, and faster boot times. "Fedora 11, which is codenamed Leonidas, is scheduled for final release at the end of May. It will include several new features and noteworthy improvements, such as RPM 4.7, which will reduce the memory consumption of complex package activity, tighter integration of PackageKit, faster boot time with a target goal of 20 seconds, and reduced power consumption thanks to a major tuning effort. This version of Fedora will ship with the latest version of many popular open source software programs, including GNOME 2.26, KDE 4.2, and Xfce 4.6. This will also be the first Fedora release — and possibly the first mainstream distro release — to use the new Ext4 filesystem by default.
Leonidas? Cue the "300" jokes in 3... 2... (Score:2, Funny)
Re:Leonidas? Cue the "300" jokes in 3... 2... (Score:5, Funny)
THIS. IS. LINUX.
Re: (Score:2)
ext4? This is madness! (Score:3, Funny)
THIS IS FEDORAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA!!!!!!
Lameness filter encountered. Post aborted! Filter error: Don't use so many caps. It's like YELLING.
Oh yeah, well tonight, I in fact plan on dining in Hell.
Re: (Score:2, Interesting)
Madness you say?
I've been running ext4 on an arch linux server for a month now. No issues with the filesystem so far. It is also my first experience with syslog-ng and setting mark frequency to zero (disabled) took the box down.
Re:ext4? This is madness! (Score:5, Funny)
Ext4? (Score:4, Funny)
Re: (Score:3, Informative)
a patch was released today.
Re:Ext4? (Score:4, Funny)
Spartans! Prepare for data loss!
Re:Ext4? (Score:5, Funny)
Tonight we dine in /dev/null
Re: (Score:2)
But why are they dining in purgatory that makes no sense.
Greek mythology, not Christian.
No... (Score:3, Interesting)
No, it just has exactly the same behaviour that filesystems like XFS and JFS and probably most of other unix filesystems, specially those using delayed allocation (say, ZFS). Any app that can "lose data" in Ext4 needs fixing anyway because of portability (other OS behave exactly like Ext4, and have done so for years).
To "solve" this issue Ext4 has added some hacks (basically, do a fsync in the file after a rename or a truncate) that will slow down performance (caching is faster) for some apps, like rsync, a
Re:Ext4? (Score:5, Insightful)
It only has problems if the system goes down unexpectedly during a series of disk writes, or if the system is rebooted before ext4 has flushed its write cache (30-60 seconds)
Sounds like a "yes it does have a severe data integrity issue" to me.
Re: (Score:3, Informative)
Sounds like a "yes it does have a severe data integrity issue" to me.
It's already been discussed. Basically, if you write a small file, rename it before the data reaches the disk, and power down, you lose.
People have been known to lose GNOME and Firefox config files for instance.
Re: (Score:2)
Re: (Score:2)
No, it is not, it's like every other filesystem except Ext3 behaves. Welcome to the real world...
Re: (Score:3, Informative)
It only has problems if the system goes down unexpectedly during a series of disk writes, or if the system is rebooted before ext4 has flushed its write cache (30-60 seconds)
I thought since it was journaling, it prevents all of this by writing everything to the journal first and retains said data even if interrupted?
Re:Ext4? (Score:4, Informative)
That's the problem, it writes the metadata journal first, and the actual data journal later. So you wind up with metadata pointing to not-yet-written data.
Common sense says it should be the other way around: it's much easier to detect the absense of a file, than to detect that an existing file is full of gibberish.
Re: (Score:2)
If I knew a little bi
Re: (Score:2, Insightful)
I don't even search my disks hardly ever, since I keep everything logically organized myself, so metadata is one of those features (next to indexing) that I don't even appreciate, although I'm sure there are users that do.
Keep in mind that "metadata" here is referring to much more than things like extended attributes, and in fact is probably NOT referring to those. "metadata" here means stuff like the inode and indirect blocks, which you definitely DO care about because it's what lets you access your data.
One question: (Score:5, Insightful)
Has PulseAudio been either removed or fixed?
I'm off Linux until that crap gets sorted out. It infected Ubuntu too, for some reason.
Re:One question: (Score:4, Insightful)
That will never happen.
It really sucked when most of the users could never have more than one application using audio simultaneously. Also controlling the devices could not be offered via unified user interface.
If you have a problem with pulseaudio, please consider filing bug reports.
Re:One question: (Score:5, Insightful)
Yeah, I remember those days--a couple years ago, if not more. Audio was finally working great out of the box, and even not-that-bad to configure manually in Gentoo.
Now, it's all screwed up again in the distros that switched to PulseAudio. We got alpha-quality software pushed on us.
I assure you, there are plenty already.
Re:One question: (Score:4, Insightful)
Right on.
I was just talking with a group of *nix heads two days and the outpouring of disgust around so many distros switching to PA was incredible.
Apparently it didn't work well, or at all, for anyone in the group!
The other commonality was everyone agreed that audio was finally starting to work _well_ before the switch!
Re:One question: (Score:5, Interesting)
PA seems like a great system for people who don't want to use an external dolby decoder for surround sound and are fine with everything either stereo or decoded by software. But for my needs, it currently fails to plain ALSA. Toss me a way to do proper passthrough and I'd sign up with PA again. It's not like I need or want sound mixing when I'm watching something with surround sound anyway.
Re: (Score:2)
Re:One question: (Score:4, Interesting)
It really sucked when most of the users could never have more than one application using audio simultaneously.
FreeBSD moved past that while staying on OSS.
Re: (Score:3, Interesting)
It really sucked when most of the users could never have more than one application using audio simultaneously.
I have been actively using Linux way before PulseAudio first appeared, and I don't recall that being a problem. In fact, rather, there were always too many solutions, from dmix in ALSA to sound daemons such as arts and esound. Why add another one to the list, especially if it's not good enough yet?
If you have a problem with pulseaudio, please consider filing bug reports.
While it's definitely advantageous for users to file correct bug reports, not all of them understand the procedure, nor should they be made to. And, of course, developers shouldn't just ignore criticism under the
Re: (Score:2)
Would it even be possible to file *more* bug reports? Frankly I'm not sure I have enough free time to report all the bugs.
I don't mean to be harsh to the devs but does pulseaudio work for anyone BUT them?
no, that was GOOD (Score:2)
It really sucked when most of the users could never have more than one application using audio simultaneously.
I love that. Audio apps should not be stomping all over each other. If everything gets mixed together, it becomes a mess. I curse the fucking thing, and probably unplug the speakers.
BTW, two ways to do it: traditional (first app wins) and stack-based (second app wins, first app goes to /dev/null until the second app quits)
Thus my bug report: "audio from different apps gets jumbled together -- MAKE IT STOP!!!"
Re: (Score:3, Funny)
It really sucked when most of the users could never have more than one application using audio simultaneously. Also controlling the devices could not be offered via unified user interface.
I solved that problem by installing a PCI sound card I found in the trash. It can cope with me forkbombing sox processes at it and it has a unified user interface - the three sound buttons on my keyboard that run aumix.
Compare this to Pulseaudio, which manages to combine the obtrusiveness of aRts, the unusability of a Gnome GUI, and the uselessness of a network server that sounds like trying to stream a wav file over 56k - on the rare occasions that it produces any result at all.
PulseAudio on Fedora .. (Score:5, Informative)
A lot of things have changed. For example, you can now change the volume of every playback stream seperately. Then, we have better hotplug support: Just plug in your USB speaker and it will appear in your mixer (as long as you use pavucontrol, of course, PA's native mixer tool; the classic gnome-volume-control which we still ship is not hotplug-capable). You can move streams during playback between output devices. With a single click in our "paprefs" tool you can aggregate all local audio devices into a virtual one, which distributes audio to all outputs, and deals with the small frequency deviations in the sound card's quartzes -- and that code even deals with hotplugging/unplugging. If that checkbox is checked, just plugin in your USB headset and you get audio through it. (This is actually pretty cool, and it might be something we enable by default in F9)..
Re: (Score:2)
Oh, man, that interview is funny. I notice that the last edit was June '08, so the interview took place before that.
I really liked this part:
Re: (Score:2)
Hahah, nope. At least not in the version that was shipped (and made default!) with Ubuntu 8.10. From what I've heard, Fedora's version isn't any better off. Either the distros are fucking things up big time, or this dude's vastly overestimating the completeness of his software. Or both.
They're referring to Flash 10 Beta, which I've found to be pretty usable. Certainly way better than previous versions, which mucked up my sound output.
Re: (Score:2)
I have a fully up-to-date Fedora 10 box (64 bit Intel dual core) and I have terrible issues with sound. I have a Creative soundblaster Audigy 4 (emu10k2.5). I have all sorts of issues with dropouts while watching video with pulseaudio. The only solution I've found is to uninstall pulseaudio, which sucks, because it's kind of cool. It's been suggested that Jack might help on top of pulseaudio... but I am lost in a maze of sound drivers and layers (jack/pulseaudio/alsa/oss/and good ol' /dev/snd). All I want i
Re: (Score:2)
Just a note that -may- be applicable to you, I've had issues with my 'Audigy 1' in Fedora 10. switching to my on-board card made all issues disappear. Are you sure this isn't a driver issue, or maybe an erroneous assumption on the part of the driver providers?
I wish that this is addressed, by someone, but in the mean-time no Audigy for me.
PS: The issue crept up when upgrading and it affects both ALSA 5.1 (a52enc from self-compiled sources) and 2.0 stereo out. Playing through any media player, I would get sk
Ubuntu screwed it up (Score:5, Informative)
PulseAudio is the future... but it is also a bit of an X. Not a curse word, X the server. X is fantastic and has features that make other GUI's look very poor indeed. Pity that for most people 99% of it is never needed and indeed gets in the way.
Linux, and for that matter all OS'es have always had trouble with sound. For some reason the powers that be (IBM) never really thought sound was needed beyond an occasional bleep. For a long time your soundcard was made by a taiwanese firm, the type of firm that you would expect to produce dirt cheap clones of western hardware, NOT the only supplier of sound for the IBM-PC (oh okay, leaving out a lot but still).
OSS and even Alsa have problems with apps wanting to lock the soundcard to themselves. PulseAudio is supposed to once and for all end this and make it similar to X in that Pulse Audio can hook up any audio app and any soundcard, even over the network, and mix them together.
Sadly it was released before it was ready and Ubuntu especially implemented it in a really bad way. Hence it got a bad rep because a beta was put badly into a "just works" distro.
But trust me, once you get it working and you are the kind of person who has 2-3 PC's and can never remember which desktop is actually hooked up to a speaker set but just want to play music it is a very nice system.
Re:Ubuntu screwed it up (Score:4, Insightful)
I'm sure it's the future. The features sound great. Doesn't goddamn work right yet, though.
That's why I said, "removed or fixed" rather than just "removed". I'll accept "fixed". Awesome. I'll also accept "change reverted until PulseAudio is beyond alpha (generously, beta) stages".
Personally, I stopped having trouble with audio in Linux at least a couple years ago, so suddenly breaking it with a half-finished implementation of a new audio server is very, very annoying, especially from the "Just Works" distros. It would have been one thing if PulseAudio actually added some kind of functionality that I wanted, but there were zero new features I needed from my existing system, so it didn't. Also would have been fine if they switched it but everything I used kept working fine, but that didn't happen.
Re: (Score:2)
I'm in the same position. All it did was stop Skype from working and fuck with flash. I had to killall firefox after watching videos in order to get sound working in other apps. Annoying as hell.
I just put a "killall pulseaudio" in my startup script, as removing pulseaudio actually removes ubuntu-desktop :|
Re:Ubuntu screwed it up (Score:5, Insightful)
OSS and even Alsa have problems with apps wanting to lock the soundcard to themselves. PulseAudio is supposed to once and for all end this and make it similar to X in that Pulse Audio can hook up any audio app and any soundcard, even over the network, and mix them together.
I have never understood why this auto-mixing is considered desirable. I like that an application locks the soundcard. I listen to high-quality music while I work - why on Earth would I want another application mixing something else into that? The effect of two different tracks of music sequences superimposed is virtually always hideous cacophony - no thanks. I don't need a perky jingle to inform me that a download has finished. I am actively grateful to X for preventing the browser from interfering with my enjoyment. If I wanted your web site to make noise, I'd rub my thumb against the monitor! Honestly, what is this mythical use case in which hearing different sources of digital sound simultaneously is a good thing?
Re: (Score:2, Insightful)
I listen to high-quality music while I work - why on Earth would I want another application mixing something else into that?
Because you want to pause your music player and watch a youtube video someone linked you to?
(Granted, this is sort of Flash's problem for keeping the card locked longer than necessary, but it's still a problem. Sound is set up crappily on the system I'm on now, and it appears that only one program can access it at once unless I manually start esd or something like that. If I want to ha
you said "pause", not "mixing" (Score:2)
Because you want to pause your music player and watch a youtube video someone linked you to?
Hey, I think that's great. The music player gets muted until the youtube video is done playing.
That's not what PulseAudio does. PulseAudio mixes, which is just retarded. It's adding latency and burning CPU time to make a hideous cacophony.
Even when not mixing, you suffer resampling error.
No thanks.
Re:Ubuntu screwed it up (Score:5, Informative)
Honestly, what is this mythical use case in which hearing different sources of digital sound simultaneously is a good thing?
I can't tell from your tone if you're serious or being flippant. It seems like both. However, if you're serious... In addition to sibling posts, I have several other 'mythical' use cases too:
There are undoubtedly others that I can't think of because it's after 3 AM, but you get the idea I think. If you don't want mixing, that's your preference and I have nothing against it, but there are most definitely cases where it is desirable.
I have never understood why this auto-mixing is considered desirable.
Hope this cleared that up for you then.
Re: (Score:2)
I've been running PulseAudio for many months now, and I've gotten most everything to work fairly well with it. ALSA requires more black magic than PulseAudio does, and that includes the fact that I had to compile PulseAudio and dependencies manually for my Slackware install.
Also, for the few apps that just would not work in the presence of PA (especially recording apps), I haven't found a way to non-destructively disable it. The only app that this mattered for (Linux version of SL < v1.22---so 99.9% of /
Re: (Score:2)
OSS on Linux and even Alsa have problems with apps wanting to lock the soundcard to themselves.
Not-so-minor correction above. FreeBSD automatically clones /dev/dsp so that any number of applications can use it simultaneously.
Re: (Score:2)
But trust me, once you get it working and you are the kind of person who has 2-3 PC's
So, basically, it's a currently-broken solution for the problem that only 0.01% of Linux users have?
Re: (Score:2)
Is X really a GUI in the sense of having a look? Would Mac fans accept the claim that Pre-OS-X GUIs looked worse than X? My understanding is that OS X uses X, if so, that pretty much just leaves Microsoft Windows as a non-X windowing system.
Re: (Score:2)
Re:One question: (Score:5, Insightful)
Criticizing Ubuntu is fair enough since they intend to be a user friendly distro, but criticizing Fedora for switching to PA early is way off base. It says right in Fedora's objectives they aim to "Be on the leading edge of free and open source technology". If you want a stable and low maintenance system I think Fedora is not the distro for you.
Re: (Score:2, Insightful)
Really? Most people I hear of using it do so because they're used to Red Hat and want a free version of it, not to be on the "leading edge". I mean, most distros make claims like that; it's a marketing sort of statement. Doesn't mean they intend to release unstable/untested/unfinished software.
It was my impression that Fedora was primarily used by people seeking a "stable and low maintenance" RPM-based distro that they don't have to pay for. I've only used it a bit (intranet server at a former employer)
Re:One question: (Score:5, Informative)
It was my impression that Fedora was primarily used by people seeking a "stable and low maintenance" RPM-based distro that they don't have to pay for. I've only used it a bit (intranet server at a former employer) so I'm not in on the distro's culture, but that's the impression I've gotten from reading comments by its users and paying (some) attention to its development over the years.
Nope, you would be thinking (or should be thinking) of CentOS http://www.centos.org/ [centos.org]
Re: (Score:3, Informative)
If someone is used to RedHat and wants a free version of it, they ought to be using Centos [centos.org], which is pretty much an exact duplicate of RedHat Enterprise, except rebranded and free.
Re:One question: (Score:5, Insightful)
Really? Most people I hear of using it do so because they're used to Red Hat and want a free version of it, not to be on the "leading edge".
Obviously, I can't speak for why most other people use Fedora. I suspect anyone using it for the reasons you state are misinformed.
Fedora's goal is to be bleeding edge. They are pulling the latest versions of almost everything with the philosophy that the only way to stabilize these things is to get them into a real system used by people.
This will mean occasional brokenness as seen with KDE4, pulseaudio, networkmanager, etc. Obviously, Fedora does not want to put out a broken distribution and so they work hard to get things usable. But if you are looking for the stability of RedHat distributions, Fedora is the wrong place to look.
Re: (Score:2)
Ubuntu released that same stuff around the same time. Maybe they're being more bleeding edge than they ought to be, but Fedora doesn't sound all that "out there" to me. Of course, with the exception of PulseAudio
Re: (Score:2)
I would hope that anyone -informed- who want to use 'Free Redhat' would use Centos. Anyone using Fedora should realize that the OS is a testbed for enterprise Redhat Linux. That said, within a few weeks of a new release, they generally fix ~90% of the issues I have with it.
At work, my F10 PC has a performance problem with the Kernel Modeset free ATI drivers, so I had to turn those off.
At home, my Sound Blaster Audigy 1 card was causing all types of horrible performance problems which made my video playback
Re: (Score:2)
Most people I hear of using it do so because they're used to Red Hat and want a free version of it
Ah, no. CentOS is a free version of Redhat. Fedora is what you use if you like time warps into the future to explore what may work in a year or two and eventually get merged into Redhat when it's stable. Or if you have need for some bleeding edge hardware drivers that aren't going to get back ported into point updates of Redhat. Or if you just generally like being on the bleeding edge.
It's nice enough and perso
Re: (Score:2)
Really? From the start (Fedora Core 1), I've always had the impression that Fedora was the place that Red Hat puts unstable packages, so that by the time the next RHEL comes out, those packages are stable.
Re: (Score:2)
It was my impression that Fedora was primarily used by people seeking a "stable and low maintenance" RPM-based distro that they don't have to pay for. I've only used it a bit (intranet server at a former employer) so I'm not in on the distro's culture, but that's the impression I've gotten from reading comments by its users and paying (some) attention to its development over the years.
Fedora is and always has been the alpha test version for Red Hat Enterprise Linux. They try new stuff out on Fedora users first, since they're not paying customers. The mature, tested product becomes RHEL. They instituted this so that they actually could put out a stable product for their paying customers. Look around their website if you don't believe me, it is its own citation.
Re: (Score:2)
It seems to be working semi-well in my Ubuntu 9.04 install.
It always gave me serious headaches in the past though. I guess they need the most people possible being annoyed by it so they can make it work while we cringe.
Finally Fedora? (Score:5, Interesting)
I'm a long, long time RedHat user. (Since Red Hat Linux 5.1, if you're curious) And I've always upgraded every other release or so. RedHat 5.x, 6.2 (one of my favorites) 9.0, and then the Fedoras: 1, 3, 6, and 8. (which is what I type this on now)
Every single time I've upgraded, I've welcomed the upgrade. It was better, snazzier, more stable, etc. all the way up to Fedora Core 9.
Fedora Core 9 should never have been released. It was just barely alpha quality, and so buggy that merely changing the default font size would destabilize the system! I tried desperately to get it to work for about 2 weeks before shrugging, recovering my .kde directory from a backup, and rolling back to FC8. I'm not expecting an ultra-stable release with Fedora, I know it's more 'cutting edge' but when the computer crashes too badly to get to the website to file a bug report, I'm going to cut and run.
I haven't had the nerve to try 10, though I've heard good things about it. Once bitten, twice shy, and all that.
I have *loads* of respect for RedHat, but FC9 really tarnished their good image. I hope they're a bit more cautious about what they release in the future...
Re:Finally Fedora? (Score:4, Informative)
Re:Finally Fedora? (Score:5, Informative)
You got lucky timing. As an "earlier than that" RedHat user, the 4.2-> 5.0 libc change was a horrible upgrade path. 5 worked great for new systems, but anyone with a good working 4.x system trying to upgrade to 5 had loads of problems. If you were to have gone through that upgrade you might not have stayed with RH as long as you have =)
Re: (Score:2)
Re: (Score:2)
Yeah, as I said in my original post, 5.0 was fine as a new install (Or clean install if that's what you want to call it) but upgrading from 4 was troublesome.
Re: (Score:2)
I seem to recall there being lots of security updates shortly after RH5 release also, and RH at that time had no way to automated upgrades, eg apt-get or yum. Which was why I stopped using it and switched to Debian.
Re: (Score:2)
I had trouble with a fresh install of 5.0 (it was my first distro) with a file in the X configuration that was in the wrong directory. I was firtunate to have had some previous experience with Unix.
Depends when you upgraded to 5.0 (Score:2)
IIRC they had major problems in the initial release, but the first couple weeks of updates fixed them. Similar situation with 6.0, I believe.
And then after that Red Hat and Fedora were both pretty stable (surprisingly so for the latter's "bleeding edge" philosophy), right up until Fedora 9...
At least Fedora 10 works. It's not up to their usual standards (my home PC lost surround sound for some reason I haven't found time to look into), but after 9, having it function at all was a huge relief. My personal
Re: (Score:2)
Every single time I've upgraded, I've welcomed the upgrade. It was better, snazzier, more stable, etc. all the way up to Fedora Core 9.
Fedora Core 9 should never have been released. It was just barely alpha quality, and so buggy that merely changing the default font size would destabilize the system! I tried desperately to get it to work for about 2 weeks before shrugging, recovering my .kde directory from a backup, and rolling back to FC8. I'm not expecting an ultra-stable release with Fedora, I know it's more 'cutting edge' but when the computer crashes too badly to get to the website to file a bug report, I'm going to cut and run.
I haven't had the nerve to try 10, though I've heard good things about it. Once bitten, twice shy, and all that.
I can certainly empathise with you. F9 is my currently installed distro. I installed F10 and was fairly unimpressed. However it wasn't Fedora's fault... it was KDE. I tried using Gnome for a while, but hated it for all the same reasons I've always hated it. So I went back to F9 and KDE 3.5.x.
I've been using F11 (alpha) for over a month now and I have to say I am quite happy with it. Except that I broke yum... but, again, that's not Fedora's fault. KDE has now become *much* more usable. I'll probably stick w
Re: (Score:3, Funny)
I'm a long, long time RedHat user. (Since Red Hat Linux 5.1, if you're curious)
I suddenly feel very, very old.
Re: (Score:2)
Yea me too. ;-) I think the first RedHat I tried out was the mothers day release in 1995.
Re: (Score:2)
> Every single time I've upgraded, I've welcomed the upgrade. It was better, snazzier, more stable, etc. all the way up to Fedora Core 9.
Did you forget the the mess with kernel/gcc/libc issues with 7.0???
Re: (Score:2)
I used F8 for quite a while too. I also found F9 was a bitch and that was what got me trying suse.
But F10 is really, really slick. It's the stability, it's the boot times, the stability, the cleanliness, it's the stability. It's the vibe.
I have it on every machine of mine now.
Re: (Score:2)
Just a minor nitpick. The last Fedora release to be called "Fedora Core" was FC6. Anything after that is simply "Fedora".
Therefore, Fedora Core 9 was never released.
Re: (Score:2)
I can't tell you about KDE, but F10 in general has been leaps and bounds better for me in terms of HW support and application behaviour. Pulse seems to be pretty much plug and play except for the 2-3 places that you have to navigate in order to get everything wired right.
Re: (Score:2)
I've been a RedHat and Fedora user for a similar length of time. However I stopped updating at Fedora 8. Fedora 9, 10 and 11 all use NetworkManager to configure the network interface, which breaks so many things that have been stable and working for a long time.
I can understand the benefits that NetworkManager brings for a laptop that connects and disconnects from lots of different networks, but can anyone explain what the benefits of NetworkManager are for a desktop or server that is wired into a fixed
So... (Score:2)
Does the Fedora 11 Beta have better video then Ubutu 9.4 Beta. Hopefully they can fix the "Static" soon.
Re: (Score:2)
realtime or optional realtime (desktop)?
Biggest problems (Score:2)
I would use Fedora over Ubuntu any day, if not for two things:
1) Have to 'reinstall' to upgrade to next version. I know there's a way to live upgrade, but it's still 'at your own risk' right?
2) openbsd-style netcat. Seriously, why reimplement netcat and change all the options? Hobbit forever.
I have experience working with many distros, and Fedora is far better in terms of quality and security in my experience than anything else. Selinux is great... but god forbid if you have to maintaining the policy yo
Re: (Score:2)
1) Have to 'reinstall' to upgrade to next version. I know there's a way to live upgrade, but it's still 'at your own risk' right?
Lookup `preupgrade`
2) openbsd-style netcat. Seriously, why reimplement netcat and change all the options? Hobbit forever.
I don't know. That's a bit obscure to hope it just fixes itself. Is there a bug number?
Re: (Score:2)
In theory. In practice, doing an upgrade install from the install media only seems to do a reasonable job if you don't have packages from third-party repositories. I tried FC8->FC9->FC10 recently; it took ages, and the mess it left looked harder to fix than backing up /etc and doing a clean FC10 install. And I've been using RH since the 2.1 days.
Next time, I'll try using the unsupported yum method, whilst leaving my third-party repos enabled, I think.
Re: (Score:2)
ubuntu 9.04 beta and fedora 11 beta compared... (Score:5, Informative)
Re: (Score:2)
nice benchmarks, but as a desktop user what are the pros/cons of each?
Re: (Score:2)
Wrong focus (Score:5, Interesting)
I don't care if it boots in 20 or 30 seconds, kernel based mode setting (so it flickers a bit, XP also does this), ext4 (more testing plz) or any of that.
For my server Samba 4 would be interesting with Active Directory and some other goodies for Windows clients, but I guess this will take a while. Maybe some better management tools for virtual machines.
But on the desktop I would love to finally be able so sync my phone without jumping through hoops. Same with using a webcam. And I would love to run Office 2007 SP1 on it, since I could try converting some machines at work to Linux. This would make my live a LOT easier.
I guess I don't care all that much about Linux (the kernel) anymore. I care about apps. And good integration of them and polish. But wasn't that what distros were for?
Re: (Score:3, Insightful)
I don't care if it boots in 20 or 30 seconds
Apparently quite a few people do.
kernel based mode setting (so it flickers a bit, XP also does this)
Well, I mean "we" are tring to be better than that though, right?
ext4 (more testing plz)
That's been in Fedora testing for quite some time. So I would leave that decision up to them and not assume they weren't testing it.
management tools for virtual machines
Better than virt-manager i take it?
to finally be able so sync my phone without jumping through hoops. Same with using a webcam. And I would love to run Office 2007 SP1 on it, since I could try converting some machines at work to Linux. This would make my live a LOT easier
That's a bit beyond the scope of a distribution though, no?
Re: (Score:2)
I don't care if it boots in 20 or 30 seconds
Apparently quite a few people do.
Apparently so. On a completely unrelated note, apparently, quite a few people still cannot make suspend-to-RAM or suspend-to-disk work in Linux on their hardware...
to finally be able so sync my phone without jumping through hoops. Same with using a webcam.
That's a bit beyond the scope of a distribution though, no?
Not at all. It's up to the distro to correctly hook up all the low-level machinery to achieve the "plug and play" feel that GP requests. In particular, if his phone and cam need some additional software and/or drivers, that layer should be able to detect the device, and and download and configure all the needed stuff from the distro repositories. Vista can do this, and it doesn't even have a decent package repository otherwise...
Re: (Score:2)
quite a few people still cannot make suspend-to-RAM or suspend-to-disk work in Linux on their hardware
Does that work reliably on any open hardware platform? (Windows, Linux, BSD)
Re: (Score:2)
I've yet to see a PC on which it didn't work in XP, and I've seen a lot (and don't we all?).
Re: (Score:2)
Re: (Score:2)
And the fact that MS goes out of their way to ensure that Office doesn't run on Linux
Do you have specific references to back this statement (which seems to imply that Office tries to detect WINE, etc). Or are you just spreading FUD?
Re: (Score:2)
When will the Linux community build a desktop distro that wows the pants off of average Joe user?
When the average Joe user actually knows what an OS is and cares about which one they run. You may be waiting for a while, there.
Linux already has the anti-virus, and the simple, easy-to-learn GUIs and awesome software management. It's more a matter of first telling people what that all means, and then second telling them how to use all of it intelligently.
There is nothing to "work around" if you're smart and don't install the beta releases of a Fedora release (which is known to throw all the new tech int
In Defense of Pulseaudio (Score:2)
Ubuntu did a shit job of implementing audio configurations. This boggles the mind because even while they were implementing it you could simply read PerfectSetup [pulseaudio.org] to learn everything you need to know. I did this on both Gutsy and Hardy with 100% success (not an exaggeration.) I am now running Intrepid on HP Elitebook 8730w [linlap.com] and pulseaudio is part of the solution. I haven't gone through PerfectSetup yet, but that's coming. Save your hatred of pulseaudio, it's misplaced. It is the job of the distribution to pro
Re: (Score:3, Insightful)
Having read "The Perfect Setup" - all those config files in your home directory? That is waaaaaaaaaay too complicated.
We, the people, just want a plug and play solution to detect the hardware, set some reasonable defaults and provide intuitive gnome wizards (or kde 4.x if you prefer) to configure the rest.
I hear it'll be the year of the Linux Desktop soon. :( I could list other non plug and play bugbears... It's 2009; the days of hand-editing umpteen configuration files for I/O devices should be over.
Re: (Score:2)
Having read "The Perfect Setup" - all those config files in your home directory? That is waaaaaaaaaay too complicated.
That's why I said it's the distribution's job to do all that stuff. Ubuntu didn't, which is why I said they did a shit job. If they had, everything would have worked fine, which is why I said it's not pulseaudio's fault. And you are a bozo, which is why I had to explain my comment (which wasn't that complicated) all over again.
geesh (Score:2)
Yes it is neat that it works, but
Re:Bad summary. (Score:4, Informative)
It's 2.6.29 of course, but here's the document that says it: http://fedoraproject.org/wiki/Docs/Beats/Kernel [fedoraproject.org]
Re: (Score:3, Funny)
Brace yourself techno-vampire...
Re: (Score:2)
Re: (Score:2)