Snarkout wrote:/grouchy early morning rant/
So, it's only kubuntu that they keep fscking with in bad ways? It's been almost 10 months since a cd on my desktop said anything other than "disc0." It's been at least 5 or 6 since I've had anything besides /home and /media in my konqueror side bar. Also, before I moved a friend of mine to edgy, he couldn't mount anything at all that was attached via USB - it would just fail with a totally useless error and not mount. IIRC it was some fuckup in HAL.
I guess what I'm getting at is that I regularly hear about how great and "just works" ubuntu is, but personally I find that I deal with minor and major breakage on it about as regularly as I do Arch, and the Arch devs tend to have things fixed within a week instead of burying until "next time around." I'm starting to get the suspicion that Kubuntu is *not* the first class citizen Shuttleworth said it was going to be...
/grouchy early morning rant/
It all comes down to this:
KUBUNTU IS A SECOND-GRADE, CRUD DISTRO!!!
Sorry, just couldn't resist!
But seriously, if KDE is oh so equally prioritized (In layman's terms, are on the same level as GNOME) in the Ubuntu project, how come Kubuntu has sucked a giant's nuts for freaking forever, and still continue to suck?
Just had to get the off my chest.
Vogateer wrote:If you like Ubuntu, but want KDE, is there something wrong with SimplyMepis? I've never tried it, but it seems like it's basically Ubuntu tuned for KDE.
It uses the same packages as Kubuntu, with some MEPIS tweaks here and there, I don't see why it would be that much better than Kubuntu.
hellonorman wrote:Vogateer wrote:If you like Ubuntu, but want KDE, is there something wrong with SimplyMepis? I've never tried it, but it seems like it's basically Ubuntu tuned for KDE.
Nothing wrong per se. I've never tried it. Suse has been flawless for me so far so I had no reason to really venture any further.
That's awesome man, I assume you got ZMD out real good!?
hellonorman wrote:I would use Arch or distros like it but they require a lot of time to maintain and fix. I guess I always thought of Mepis as one of those kinds of distros.
After this whole Novell-Microsoft debacle and some things about the SUSE distro that has begun to sour me a little, I have considered trying out another distro for a few months, specifically I have considered trying out Debian etch when it's out (I don't use development release, period!), FreeBSD or OpenBSD.
allix wrote:You do not need to recompile userland once a week, its been a while since ive done that, infact releases ie 6.0,6.1,6.2 etc are just snapshots of the userland when the developers think its stable enough and ready for a new releases. All the bsds work like that, recompiling stable or current is keeping upto day, but it by no means that sticking with release until a new release is a bad idea, in fact many people do that.
If you're gonna run a production system, you either wanna patch your system manually, use freebsd-update, or track an errata branch. Running development branches (-STABLE or -CURRENT) on any time of production-critical system (Which I consider my main desktop to be) is not a good idea.
allix wrote:It would be great if linux,bsds etc had a native port made from the firefox codebase.
Hey all you have to do is: pkg_add -r kdebase
And you have a wonderful, 100% native web browser, and file management swiss army knife, that really shines and is really fast.
But I guess not everybody is a KDE fan (addict?) like I am, but then again ... I'm european!!!
allix wrote:UFS is not a bad FS from what ive heard, besides Freebsd has intial support for zfs, of course if sun gpl it , then linux will get it.
Free software licensing is something that I have become really good at. If Sun ever GPLs Solaris (OpenSolaris) then it will be under GPLv3, they have already clearly said that. One of the reason is the license's explicity about patents and stuff like that. GPLv2 and v3, as far as I know (And I know the GPL pretty well), will fundementally be incompatible, because GPLv3 adds some restrictions, which GPLv2 does not allow. So you can't legally mix code licensed strictly under one or the other, which in the case of Linux, ZFS and OpenSolaris will mean that the Linux kernel developers CAN NOT just port ZFS to Linux, unless they do their own implementation, but then, what's the point?
allix wrote:I am not sure if you heard Andrew Morton's talk at fosdem, which is available as a video recording on fosdem website which he mentioned that ext3 is not very scalable and that he wishes that it could be like xfs. Of course that has nothing no effect to a home user untill we start using terrybytes of data at home. Ive not seen anything complaints at UFS on the freebsd mailinglist that UFS does not scale.
What has been known is that when it comes to mulitiple cpus ie over 32 cpus , freebsd is not at the moment as good as linux.
Hey, I have a shitload of data, so I am a pretty good test for a file system. Any file system that holds my porn collection is a good file system, and both EXT3 and UFS does that quite well.
allix wrote:We could start a whole new thread if you want?

, Linux vs FreeBSD

Why continue a flamewar that has raged on since 1991, and that no one will ever win? Waste of tubes, waste of time!!
Vogateer wrote:Speaking of this sort of updating business, I have a server running Ubuntu (debian wouldn't install on that machine at one point, for some reason), and I've been sticking with Dapper. It seems stable, and there are only a few updates a week, if that.
So, if I stick with Dapper for three years, the full length of their LTS, will updating to Jive Jackalope or whatever be a pain? I mean, will I really be able to use their "update-manager" or just change the repositories from "dapper" to "jive" and update everything to the next LTS version of Ubuntu? On my desktop I just run the latest version of Ubuntu, whatever that is, and have never skipped a version, so I don't even know if it's possible to skip without problems.
Sometimes, the answers of the future lay in the past. I'm willing to bet that if you were to install some really really really old version of Debian, and then try upgrading it to etch, that you really will be spending a bunch of time tweaking, and cleaning up old config files. First of all, you'd have new module tools, because of the switch to 2.6 from 2.4. Then you'd have udev instead of the classic /dev file system. I mean the list goes on and on and on, because of the rate of which GNU/Linux develops, and has developed. That avalanche has only been accelerating for the last couple of years, and especially if you have an entire desktop installation (Aka just a desktop installed), and not just a base system with some network daemons etc., then you are REALLY in for some tweaking. This is where I think BSD is really nice, because it completely seperates the operating system from the applications that you have installed, by installing everything from ports into /usr/local and keeping /usr for the OS. This way you can upgrade/change the OS without your apps and settings being affected, or being affected very little, at all. Just a little something that I thought was worth mentioning.