Changes

From Amahi Wiki
Jump to: navigation, search
1,136 bytes added ,  16:21, 17 May 2015
sudo fedup --network 21 --product=server
 
You will see the following warning but you can ignore it for now. We will clean it up before the upgrade is complete.
:<i>WARNING: problems were encountered during transaction test:
:broken dependencies
:perl-PlRPC-0.2020-13.fc19.noarch requires perl-4:5.16.3-266.fc19.x86_64
:ruby-mysql-2.8.2-9.fc19.x86_64 requires ruby-libs-2.0.0.353-16.fc19.x86_64
:Continue with the upgrade at your own risk.</i>
Once the previous command is complete, reboot the server:
The upgrade will take place now, so you may not be able to access the server until it is complete. It may take 15 to 30 minutes.
 
Once the upgrade is complete, from the command line execute:
sudo yum check
 
The following message will be displayed:
:<i>perl-PlRPC-0.2020-13.fc19.noarch has missing requires of perl(:MODULE_COMPAT_5.16.2)
:ruby-mysql-2.8.2-9.fc19.x86_64 has missing requires of libruby.so.2.0()(64bit)
:Error: check all</i>
 
To correct this, remove the two bad packages:
sudo yum remove perl-PlRPC-0.2020-13.fc19.noarch ruby-mysql.x86_64
 
Ensure all the problems are corrected, execute:
sudo yum check
 
The response should be <code>check all</code> which indicates everything is correct.
 
Now check the functionality of the Amahi dashboard. If the process completed successfully, you are now running Fedora 21 with the latest Amahi platform
 
 
'''NOTE:''' If you plan to test this more than once, you may want to download the ISO and do this locally, to avoid large downloads over the network each time the update is done.
12,424

edits