Page 1 of 3

How to Update to 4.0

Posted: Thu Aug 06, 2009 12:08 am
by weekendsrule33
How do i go about updating to 4.0?

Re: How to Update to 4.0

Posted: Thu Aug 06, 2009 1:17 am
by cpg
it's automatic, unless you have stopped amahi updates (not recommended).

Code: Select all

rpm -q hda-platform
should be at 4.0-1.

Re: How to Update to 4.0

Posted: Thu Aug 06, 2009 11:33 am
by Rogerrally
How do you update to 4.0 or i am guessing the better question to ask is how to migrate from fc9 with amahi 3.3-1 to fc10 and amahi 4.0?

Is this possible?

Re: How to Update to 4.0

Posted: Thu Aug 06, 2009 12:04 pm
by cpg
How do you update to 4.0 or i am guessing the better question to ask is how to migrate from fc9 with amahi 3.3-1 to fc10 and amahi 4.0?

Is this possible?
Yes, it is.

The reports that we have received about upgrading from F9 to F10 have been quite good, in fact.

You always want to be

Code: Select all

extra careful
with your data, to make sure you do not lose anything in the upgrade (the most dangerous step is if you re-partition). Follow the usual upgrade path in Fedora. Pop the DVD in and click on upgrade when given the choice.

There are other ways to upgrade from a running system with the command line. Search for "fedora 10 upgrade".

Re: How to Update to 4.0

Posted: Mon Aug 10, 2009 5:57 am
by M2Mark
Hello,

Amahi hasn't updated yet to 4.0 on my FC10 server. When does this happen, or can I start it manually?

Thanx in advance

Re: How to Update to 4.0

Posted: Mon Aug 10, 2009 7:01 am
by bsk
Hello,

Amahi hasn't updated yet to 4.0 on my FC10 server. When does this happen, or can I start it manually?

Thanx in advance
Is this a fresh install of Fedora10 or an upgrade from Fedora 9-10?

Re: How to Update to 4.0

Posted: Mon Aug 10, 2009 8:38 am
by M2Mark
fresh install of FC10

Re: How to Update to 4.0

Posted: Mon Aug 10, 2009 8:59 am
by cpg
fresh install of FC10
wow. when you do this:

Code: Select all

rpm -q hda-platform
what do you get?

you should get

Code: Select all

hda-platform-4.0-2.noarch

Re: How to Update to 4.0

Posted: Mon Aug 10, 2009 9:35 am
by M2Mark
I get

Code: Select all

hda-platform-3.3-1.noarch

Re: How to Update to 4.0

Posted: Mon Aug 10, 2009 10:31 am
by bsk
Since we have had some issues with users not being on the current release, we have taken a look and have a fix.

For users that are running Fedora 10, and the command to show what hda-platform you are running returns something other than 4.0, do the following commands to update to the latest and greatest.

Code: Select all

yum clean metadata yum -y update 'hda*'
NOTE: YOU MUST HAVE 'hda*' , NOT JUST hda*, IT WILL ONLY WORK WITH 'hda*'

Now for those users that have upgraded from Fedora 9 to Fedora 10, run the following command:

Code: Select all

grep baseurl /etc/yum.repos.d/amahi.repo
If you see:

Code: Select all

baseurl=http://f9.amahi.org/
Then you need to run the following command to update your Amahi repo to http://f10.amahi.org/:

Code: Select all

rpm -Uvh http://f10.amahi.org/noarch/hda-release-0.4-1.noarch.rpm
After you do that command, follow the first two commands and you should be at the latest and greatest. If for some reason the version of hda-platform is still the same, please post here and let us know.