mga5??

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

mga5??

Postby jiml8 » Mar 21st, '14, 21:39

At this moment, I am doing an upgrade from mageia 3 to mageia 4. I am doing this as an online upgrade, following the instruction here: https://wiki.mageia.org/en/Mageia_4_Release_Notes

But I am receiving a large number of packages labeled mga5, for instance, this one:

media/core/release/sharutils-4.14-1.mga5.x86_64.rpm

Why is this? Do I somehow have cauldron (or cooker...or whatever) packages coming in? Am I going to have an unstable system when I reboot?
jiml8
 
Posts: 1254
Joined: Jul 7th, '13, 18:09

Re: mga5??

Postby jiml8 » Mar 21st, '14, 22:04

yup. I clearly am getting cauldron. I see a few mga4 packages, but most are mga5. Also, kernel 3.13, KDE 4.12. :(

Well, this should be interesting.

I reviewed the install instructions, and what I did was copy/paste from the web page into the konsole, so what I did was issue this command:

urpmi.addmedia --distrib --mirrorlist http://mirrors.mageia.org/api/mageia.4.$ARCH.list

without making the x86-64 substitution for $ARCH (which is mentioned on the next line.

Well, urpmi.addmedia took it, but now I am getting cauldron packages. Would be better if the command bombed.
jiml8
 
Posts: 1254
Joined: Jul 7th, '13, 18:09

Re: mga5??

Postby dtsiamasiotis » Mar 21st, '14, 23:11

I use cauldron in a separate partition and I don't have any problem. I don't know what happened with the instructions
dtsiamasiotis
 
Posts: 9
Joined: Mar 29th, '11, 22:53

Re: mga5??

Postby doktor5000 » Mar 21st, '14, 23:53

jiml8 wrote:urpmi.addmedia --distrib --mirrorlist http://mirrors.mageia.org/api/mageia.4.$ARCH.list


IIRC you need to escape the URL
Code: Select all
urpmi.addmedia --distrib --mirrorlist 'http://mirrors.mageia.org/api/mageia.4.$ARCH.list'

But still can't think of a reason why you'd gotten mga5 repos. Check e.g. http://mirrors.mageia.org/api/mageia.4.x86_64.list
What does /etc/product.id show (if it hasn't already been updated) ?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18070
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: mga5??

Postby jiml8 » Mar 22nd, '14, 00:11

The distro identified itself as mageia 5, however the desktop was so badly broken that I quickly gave up and rolled back. Now I have the usual nightmare trying to get kmail working again.
jiml8
 
Posts: 1254
Joined: Jul 7th, '13, 18:09

Re: mga5??

Postby jiml8 » Mar 22nd, '14, 17:21

I got tired of wrestling with kmail again to restore my emails again, so I decided to try rolling forward...again.

This time, after entering the command line properly, the upgrade went without a hitch. That is a bug; urpmi.addmedia should fail if the syntax is incorrect. Instead, it added the cauldron repos.

So I'm up and running in Mageia 4 now. There have been a couple of minor issues, which I worked out, and kmail seems to be a lot more stable (I hope, I hope, I hope...). Also, virtuoso seems to be working better.

The one issue that does bother me is that fusion-icon is crashing with a message "compizconfig - Error: Unable to find interface type 2 on...". This is most probably an upstream problem, though I might obtain the source and compile it here to see for sure if it is.
jiml8
 
Posts: 1254
Joined: Jul 7th, '13, 18:09

Re: mga5??

Postby doktor5000 » Mar 22nd, '14, 18:49

jiml8 wrote:That is a bug; urpmi.addmedia should fail if the syntax is incorrect. Instead, it added the cauldron repos.

Well, best report it.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18070
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: mga5??

Postby yankee495 » Mar 24th, '14, 06:23

jiml8,

I've researched "compizconfig - Error: Unable to find interface type 2 on..." to death! I've recompiled it and it is basically a bunch from scripts I guess. It is strange as fusion-icon is not a plain old binary.

Compiz is goofy too. I forget what all but one problem is when you maximize a window by double clicking the title bar and then do it again to resize it back to a window the title bar becomes disabled, that is, you can't even drag the windows with it. We should start a thread on it I guess but I had given up.
There are 10 types of people, those who understand binary & those who don't.
Main Desktop
http://www.overclock.net/lists/display/view/id/3960066
yankee495
 
Posts: 433
Joined: May 25th, '12, 13:10
Location: Carthage, Mo. USA

Re: mga5??

Postby jiml8 » Mar 24th, '14, 08:40

I forget what all but one problem is when you maximize a window by double clicking the title bar and then do it again to resize it back to a window the title bar becomes disabled, that is, you can't even drag the windows with it. We should start a thread on it I guess but I had given up.


I do not confirm that problem here; it works fine on my system when I do that.

As for fusion-icon, I did dig into it a bit. That program is a python program. Now, I don't speak python, but with the help of the search engines, I figured out how to use the python debugger, and traced the problem into how python handles threads (or subprocesses as they are called, apparently, in python). I traced the problem out of fusion-icon and into another library function.

Again, I don't speak python, but I tentatively conclude the issue has to do with the python installation in mga4. At this point, that is all I think I know about it and I may look into it more when I have time.
jiml8
 
Posts: 1254
Joined: Jul 7th, '13, 18:09

Re: mga5??

Postby yankee495 » Mar 24th, '14, 11:05

I had decided my title bar problem may be related to me ATI/AMD driver.

Not sure, but maybe we can start a Compiz thread and narrow it down. Yeah, Python, that is is.

I don't do Python either as you can tell. I did find that it said something was linked twice somewhere?

I'm look it over again and we'll get a thread going.
There are 10 types of people, those who understand binary & those who don't.
Main Desktop
http://www.overclock.net/lists/display/view/id/3960066
yankee495
 
Posts: 433
Joined: May 25th, '12, 13:10
Location: Carthage, Mo. USA


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest