LWN.net Logo

Here comes the Spring: a new life cycle for Mandriva Linux

Here comes the Spring: a new life cycle for Mandriva Linux

Posted Jan 19, 2007 21:50 UTC (Fri) by moxfyre (guest, #13847)
Parent article: Here comes the Spring: a new life cycle for Mandriva Linux

Who uses Mandriva anymore? I used it for about 2 years around 1999-2001, and it was awful... the supposedly "user-friendly" distribution included a lot of stuff that just didn't work right.

I bailed for Debian, where the "unstable" distribution was surprisingly a lot more stable than Mandrake. And it had automatic dependency handling via apt-get. At the time, with Mandrake, you had to manually download RPMs from rpmfind.net... what a huge waste of time.

And now we have Ubuntu, which to me is everything that Mandrake could have been but isn't: a stable, well-supported, cohesive distribution for the desktop that's friendly for newbies and powerful enough for experienced Linux peeps.

So who does use Mandriva these days????


(Log in to post comments)

Here comes the Spring: a new life cycle for Mandriva Linux

Posted Jan 19, 2007 22:09 UTC (Fri) by Richard_J_Neill (subscriber, #23093) [Link]

Actually, Mandrake around 2003-5 was really good.
The 2006 release was not so good, and I struggled rather a lot with it: http://www.richardneill.org/a22p-mdk11-0.php
Haven't tried out 2007.0, and have been very impressed by Ubuntu in the meantime.

However, 2007.1 promises to be a really good release - a lot of the development methodology problems which seem to have been the root-cause of my 2006-troubles have now been fixed.

Incidentally, Mandrake has had (for a very long time - at least since I started using it in 2000), the excellent urpmi package management tool. This is virtually identical to apt-get. Perhaps you didn't configure the package repositories correctly?

Lastly, Mandrake does very clearly beat Ubuntu in one area - system administration. Ubuntu relies on the GNOME (or KDE) admin tools, and they don't actually do everything right. Eg there is no GUI way to set up screen resolution(*), nor to correctly set up which system services run at boot (**).

---

* Well, you can, but you can only _decrease_ resolution to smaller than the original config. If you have a display currently configured at 1024x768, but actually capable of 1600x1200, there's no alternative to manually editing xorg.conf.

** kde-admin-ksysv is worse than useless here - it doesn't actually configure the right thing, since it is unaware of rc.sysinit. (I did file a bug on this).

Here comes the Spring: a new life cycle for Mandriva Linux

Posted Jan 19, 2007 23:03 UTC (Fri) by moxfyre (guest, #13847) [Link]

Interesting... I believe urpmi was brand spankin' new when I was using Mandrake. I vaguely recall trying to set it up and having problems. Obviously the automatic dependency handling of urpmi was a big improvement!!!

In general though, I found Mandrake very rough around the edges... while it was innovative in terms of GUI admin tools, none of them seemed to work correctly enough of the time to make them preferable to the command line. By contrast, I find that while Gnome System Tools are a bit limited in what they can do... they do it very reliably and straightforwardly.

I'm glad to hear that they've improved the QC of Mandrake, though. I'll have to take a crack at it again.

Here comes the Spring: a new life cycle for Mandriva Linux

Posted Jan 21, 2007 21:27 UTC (Sun) by gfranken (subscriber, #22822) [Link]

Well, the first 2007 release was not good. You had to be a private
detective to get the repositories configured for urpmi to work correctly.
In fact, the version of the updater in the 2007.0 release was buggy and
didn't work. Turns out (near as I can figure) that the Mandriva developer
responsible for the updater went on vacation right before the 2007.0
release. He didn't return until just before the freeze for the Mandriva
2007 release, and the ultimately released updater was defective.

Typical keystone-cop Mandriva stunt--they manage to do so many things
well, but manage to screw-up just enough stuff to render their release
unusable to anyone new who might be trying Mandriva. I've been a Silver
Edition club member for several years, but when it came time to renew in
December, I didn't bother. I've moved on.

Maybe I'll come back some day, but Mandriva needs to realize that the
linux distro environment today is much higher quality and much more
competetive. They've got to do a better job.

Here comes the Spring: a new life cycle for Mandriva Linux

Posted Jan 20, 2007 4:15 UTC (Sat) by rqosa (guest, #24136) [Link]

> there's no alternative to manually editing xorg.conf.

What about "dpkg-reconfigure xserver-xorg"? (This works in 6.06; I've never used 6.10, so I don't know if it works there or not.)

> nor to correctly set up which system services run at boot

For 6.06 and earlier, there's "update-rc.d". (Again, I don't know if there's anything like that for Upstart, since I've never used it.)

Here comes the Spring: a new life cycle for Mandriva Linux

Posted Jan 20, 2007 4:21 UTC (Sat) by rqosa (guest, #24136) [Link]

> For 6.06 and earlier, there's "update-rc.d".

Oops, I forgot you meant only graphical programs.

Here comes the Spring: a new life cycle for Mandriva Linux

Posted Jan 20, 2007 5:46 UTC (Sat) by Richard_J_Neill (subscriber, #23093) [Link]

>> there's no alternative to manually editing xorg.conf.

> What about "dpkg-reconfigure xserver-xorg"?

I don't think it would work - the original xorg.conf was generated by dpkg.
The LCD was mis-detected. (Actually, Mandriva got this one right!)

> For 6.06 and earlier, there's "update-rc.d".

sysv-rc-conf works very well. I don't mind a lack of GUI tools now, but I was glad of them when I was a newbie.

Here comes the Spring: a new life cycle for Mandriva Linux

Posted Jan 20, 2007 6:21 UTC (Sat) by rqosa (guest, #24136) [Link]

> I don't think it would work - the original xorg.conf was generated by dpkg.
> The LCD was mis-detected.

Do you mean that it wouldn't allow increasing the resolution? When I ran "dpkg-reconfigure xserver-xorg", it offered many different resolutions, most of which were larger than the maximum resolution of my LCD (1024x768). I did tell it to not autodetect the hardware, though, in order to reuse the previously-chosen settings.

Here comes the Spring: a new life cycle for Mandriva Linux

Posted Jan 22, 2007 6:55 UTC (Mon) by k8to (subscriber, #15413) [Link]

Maybe urpmi is excellent now, but when I had a brush with it around 2002, most certainly was not. There were several layers to the beast, none of them documented and all of them brittle. In failure conditions, the errors were often completely unindicitive of the problem, and failures were not that infrequent.

If it works flawlessly now, great, but the thing looked like someone's half-baked high school project at the time, and it was the centerpeiece for managing a whole distribution. It was one of the primary reasons I walked away from Mandrake after that contract and never looked back.

Other high points were the "high reliability server kernel" which would crash on boot if more than 4 gigs of ram were present, and the lack of posix shell utilities on default install.

Here comes the Spring: a new life cycle for Mandriva Linux

Posted Jan 23, 2007 14:39 UTC (Tue) by kpower (subscriber, #37136) [Link]

No exactly true, but it may depend upon other factors. Just two nights ago I reconfigured the display resolution on my CRT using the KDE Display Control Applet. Not only did it allow me to lower my resolution, but also raise it to higher than I had defined in xorg.conf. The nice part is it also changed the refresh rate automatically as I fiddled with the resolution slider. This was in Kubuntu Dapper.

Here comes the Spring: a new life cycle for Mandriva Linux

Posted Jan 26, 2007 17:56 UTC (Fri) by jospoortvliet (subscriber, #33164) [Link]

Kubuntu doesn't use ksysv, it has it's own PyQt tool, which is very easy
to use. same with monitor resolution, btw.

Here comes the Spring: a new life cycle for Mandriva Linux

Posted Jan 20, 2007 0:07 UTC (Sat) by briangmaddox (subscriber, #39279) [Link]

Well, 2001 WAS 6 years ago ;)

Really, now adays there's a distro out there for nearly everyone's personal needs. And with virtualization becoming more mainstream, it's getting easier to try out different ones, etc.

Personally, I like Mandriva and have had great luck with it. But I'm not everyone nor do I expect everyone to agree with me :)

re: virtualisation

Posted Jan 20, 2007 3:31 UTC (Sat) by Richard_J_Neill (subscriber, #23093) [Link]

Using Qemu (+ kqemu) makes trying out new distros really easy. If they have a LiveCD (eg Knoppix, Ubuntu, Mandriva, ...) then is is as simple as:
qemu -hdc downloaded_img.iso -boot c -m 256 -enable-audio

Here comes the Spring: a new life cycle for Mandriva Linux

Posted Jan 20, 2007 9:10 UTC (Sat) by Albert88 (guest, #42892) [Link]

Many people use Mandriva, since they have a huge download rate, 10K per
day and more than 5 million users. Probably they do less buzz than the
Ubuntu people.
Actually, I'm using Kubuntu on my laptop to **try** to understand why
Ubuntu is so popular, and I have not found why, honestly. The reason does
not come from the product itself, which is poor. I'm really surprised by
the basic errors that I found on Kubuntu after only a few weeks of usage.
For example, the installer freezes sometimes and I have to remove a .lock
file by hand. I've never been able to install my HP network printer on
Ubuntu. The driver seems wrong and I'm too lazy to try with another ppd
file. Why should I ? With Mandriva it worked a charm.
Mandriva is much better, with the 3D office available and the very good
Mandriva control center. Ubuntu does not even have a control center ...
I wonder where Shuttleworth put his dollars. Probably in marketing buzz,
certainly not in the product.

Here comes the Spring: a new life cycle for Mandriva Linux

Posted Jan 20, 2007 14:13 UTC (Sat) by larryn (guest, #3457) [Link]

Ditto, Albert! As far as user-friendliness, Ubuntu still months away to catch up with Mandriva. I guess when you're millionaire, it's not too hard to create hype :)

I'm very happy with latest Mandriva. I have it running MythTV backend and frontend on workstation and laptop with TV out. Ubuntu's mythtv constanly crahshes on my laptop.

We also successfully rolled out a student lab using our customized distro based on Mandriva and LiveCD project. The server uses Mandriva's terminal-server package (not LTSP) providing connectivity for 5 DevonIT thin-clients and 5 donated monitors. Project cost: $850 :)

urpmi is all I need thanks to plf, main and contrib repos :)


Here comes the Spring: a new life cycle for Mandriva Linux

Posted Jan 20, 2007 14:48 UTC (Sat) by Frej (subscriber, #4165) [Link]

I actually changed from mandriva, partly because of the control center..

So much wasted energy going into weird applications. That energy should be spent on making hardware work _without_ some weird control center.

I'm not using fedora, but the projects redhat employees start, actually solves problems at the core, instead of painting them over. Subjective opinion... and ofcourse other distros also create good new stuff. But especially mandriva seem to spend their energy/time/money in wrong places.

Maybe redhat employees/procects are just better at getting traction from other developers.

Here comes the Spring: a new life cycle for Mandriva Linux

Posted Jan 21, 2007 17:08 UTC (Sun) by NedLudd (guest, #37615) [Link]

I tried Ubuntu for about five months or so before ditching it for PCLinuxOS...my main gripe with Ubuntu was I had to spend a couple of hours to get my soundcard to work by turning on oss emulation and all that jazz...now I know what to do but initially it took a little while :-) ....no framebuffer console out of the box nor gcc out of the box....

With pcLinuxOS everything just worked....there was sound coming from my old sound card...gcc was there without me having to install it....and a nice framebuffer waiting for me on ctrl-alt-f*...

Here comes the Spring: a new life cycle for Mandriva Linux

Posted Jan 23, 2007 8:41 UTC (Tue) by Albert88 (guest, #42892) [Link]

I'm sure you are aware that PCLinuxOS is based on Mandriva ? They even
didn't bother changing the name in some places. So why not using the real
one ?

Here comes the Spring: a new life cycle for Mandriva Linux

Posted Jan 22, 2007 8:15 UTC (Mon) by danielpf (subscriber, #4723) [Link]

"Who uses Mandriva anymore?"

Distrowatch.com puts Mandriva second after Ubuntu in the top 10 distributions. Mandriva, Fedora, Ubuntu and SUSE are qualified as good "middle-road" distributions.

http://distrowatch.com/dwres.php?resource=major

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds