LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices

Reply
 
Thread Tools
Old 11-05-2009, 11:04 PM   #1
evodawg
Member
 
Registered: Feb 2006
Location: Southern California
Distribution: Man. 2009
Posts: 44
Thanked: 1
Pro's and Con's of Man 10 ????


[Log in to get rid of this advertisement]
Thinking of installing 10 but would like to hear from all of you that have and what you think so far? Like also to hear about the 64 bit version. I have used the 32 bit and never converted yet. Is most 64 bit software available now?

Thanks in advance
Rich
linuxmandriva evodawg is offline     Reply With Quote
Old 11-06-2009, 06:31 AM   #2
ernie
Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mandriva Linux 2009.1 (Spring)
Posts: 974
Blog Entries: 4
Thanked: 32
I am using MDV 2010.0 x86_64 here, and all works well here. I have not noticed any missing packages in the MDV repositories. I found that I get better results with the 64 bit beta version of the adobe flash player from adobe-labs, although finding it takes a bit of hunting. I use the sun-java packages from the MDV repositories with good results. All in all, 2010.0 looks fairly solid so far.

HTH,
linuxmandriva ernie is offline     Reply With Quote
Old 11-09-2009, 08:58 PM   #3
wheel
LQ Newbie
 
Registered: Sep 2003
Posts: 25
Thanked: 1
I've upgraded a couple of machines now and both times it's been a bit bumpy. I've had to download and reboot a couple of times to get it actually running - kinda like a windows upgrade . But all in all, relatively painless. In terms of differences, pretty much like any other mandriva upgrade I've done. Mostly like it was before, some changes to how pretty the login and themes are but otherwise business as usual. Certainly on my business machines it hasn't made any noticeable difference.

In short, for most of it's probably an upgrade to stay current rather than for some earth shattering change.
linuxmandriva wheel is offline     Reply With Quote
Old 11-09-2009, 10:51 PM   #4
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Mandriva x86_64 KDE4
Posts: 2,049
Blog Entries: 10
Thanked: 59
Some of the benefits of 2010.0 is the ext4 filesystem,

I've heard it's quite quick.

But you have to format to get it in use.

So an upgrade will miss it, and the speed benefits.

Regards Glenn
linuxmandriva GlennsPref is offline     Reply With Quote
Old 11-10-2009, 07:14 AM   #5
wheel
LQ Newbie
 
Registered: Sep 2003
Posts: 25
Thanked: 1
OK, now I'm seeing two possible big reasons for MDV 2010. The ext4 filesystem (faster), and the new network monitoring (supposed to be way better than previous). On my webserver faster is always better. And it would be really nice to have a better tool to moniter the network.

Questions:
1) is it worth a reformat of a server to go to ext4? Will speed improvements be noticeable?
2) the new network monitoring program is supposed to be great - but mine says : "Network accounting is not enabled for this interface. Please enable it in Mandriva network center...". I'm not seeing where to enable it in the network center - any idea what I might be missing?
linuxmandriva wheel is offline     Reply With Quote
Old 11-10-2009, 08:03 AM   #6
~sHyLoCk~
Member
 
Registered: Jul 2008
Location: /dev/null
Distribution: Arch64 / openSUSE
Posts: 473
Blog Entries: 4
Thanked: 46
My GOD those are some beautiful , breathtaking artworks. Great work for 2010. Heard there was a wallpaper contest in the forums and Anne picked the winners?
linuxarch ~sHyLoCk~ is offline     Reply With Quote
Old 11-10-2009, 11:20 AM   #7
ernie
Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mandriva Linux 2009.1 (Spring)
Posts: 974
Blog Entries: 4
Thanked: 32
Quote:
Originally Posted by wheel
2) the new network monitoring program is supposed to be great - but mine says : "Network accounting is not enabled for this interface. Please enable it in Mandriva network center...". I'm not seeing where to enable it in the network center - any idea what I might be missing?
Click the Network management icon in the system tray to open the Network Center (your root password will be requested).

In the Network Center, click the small right-arrow to the upper-left of the Status icon (Green circle for a connected interface) for the Network Interface that needs Accounting enabled (Each Network Interface represents a Network Controller device installed on the system, so these are usually labeled: eth0, eth1, wlan0, wlan1, etc.) to expose the available options.

Click the Configure button.

Scroll to the bottom of the window and make sure the Enable Traffic Accounting item is check-marked.

Click the OK button (bottom-right) to close the configuration window.

Click the Quit button (bottom-right) to close the Network Center window.

Unless I am incorrect, this should enable Network Accounting for that interface.

HTH
linuxmandriva ernie is offline     Reply With Quote
Old 11-10-2009, 11:46 AM   #8
wheel
LQ Newbie
 
Registered: Sep 2003
Posts: 25
Thanked: 1
Ernie, thank you - that did it.

Not surprisingly, I wasn't scrolling down (in other words, problem was due to my stupidity). Sometimes it just takes a second set of eyes!
linuxmandriva wheel is offline     Reply With Quote
Old 11-11-2009, 06:11 PM   #9
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Mandriva x86_64 KDE4
Posts: 2,049
Blog Entries: 10
Thanked: 59
Hi, another thing worth mentioning is kernel 2.6.31.x

and better support for 3g-wireless broadband setup.

Much better support.

Regards Glenn.
linuxmandriva GlennsPref is offline     Reply With Quote
Old 11-11-2009, 09:39 PM   #10
damgar
Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: mandriva 2009.1 ubuntu 9.0.4 slackware 13
Posts: 78
Thanked: 7
Quote:
Questions:
1) is it worth a reformat of a server to go to ext4? Will speed improvements be noticeable?
FSArchiver can be used to image a disk/partition and restore it to a different file system.

Quote:
Option -F was used to convert a filesystem in old version. For instance, it allows to restore a filesystem which was ext2 when it was saved as reiserfs on the new partition. Now, you have to specify option mkfs=xxx with the destination partition. Here is how to restore the first filesystem from an archive to /dev/sda1 and to convert it to reiserfs in the same time:

fsarchiver restfs /mnt/backup/gentoo-rootfs.fsa id=0,dest=/dev/sda1,mkfs=reiserfs
Taken from http://www.fsarchiver.org/QuickStart
It supports ext4.
linuxmandriva damgar is offline     Reply With Quote
Thanked by:

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackware-12.2 & JWM Pro's, Con's and helpful hints? linus72 Slackware 2 05-26-2009 04:47 PM
Partitioning layout-pro's and con's linus72 Linux - Newbie 18 03-04-2009 04:49 PM
Question for the pro's dannyp Programming 2 09-08-2004 03:43 PM
What are the Pro's and Con's of Updating From Source farmerdan Linux - General 3 02-22-2004 06:34 AM
GUI pro's and con's - X, KDE, Gnome Charlie Spencer Linux - Newbie 22 11-19-2003 07:42 AM


All times are GMT -5. The time now is 12:37 PM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration