Line 11: |
Line 11: |
| | | |
| ==Yum Update== | | ==Yum Update== |
− | {{Note_box|27 Aug 2007: dbus & dbus-glib added to 1st stage update to prevent dependancy issues later in the process}} | + | {{Note_box|Updated 14 Oct 2007}} |
| <ol><li>Install the latest yum support files:</li> | | <ol><li>Install the latest yum support files:</li> |
| + | yum update smeserver-yum yum sqlite python-sqlite |
| + | <li>Reset your repository configuration and reboot:</li> |
| + | cd /home/e-smith/db/ |
| + | mv yum_repositories yum_repositories.po |
| + | /etc/e-smith/events/actions/initialize-default-databases |
| + | expand-template /etc/yum.conf |
| + | signal-event post-upgrade; signal-event reboot |
| + | <li>Obtain the remaining yum support files</li> |
| yum update dbus dbus-glib smeserver-support \ | | yum update dbus dbus-glib smeserver-support \ |
| smeserver-yum yum yum-plugin-fastest-mirror python-sqlite | | smeserver-yum yum yum-plugin-fastest-mirror python-sqlite |
− | signal-event post-upgrade; signal-event reboot
| + | <li>Obtain remaining updates and reboot</li> |
− | <li>Reset yum to the new default configuration as described here: [[:AddingSoftware#Restoring_Default_Yum_Repositories]]. | |
− | <br>(For more information on why this is '''required for all users''', see [[:Updating_to_SME_7.2#Ensuring the correct yum repository configuration|Ensuring the correct yum repository configuration]])</li><li>Clean your yum cache and update using the new repository configuration:</li>
| |
− | yum clean all
| |
| yum update | | yum update |
| signal-event post-upgrade; signal-event reboot | | signal-event post-upgrade; signal-event reboot |
− |
| |
| <li>Reset other settings to new defaults as shown here: [[:Updating_to_SME_7.2#Updating_Configuration_Database_with_New_Default_Values]]</li> | | <li>Reset other settings to new defaults as shown here: [[:Updating_to_SME_7.2#Updating_Configuration_Database_with_New_Default_Values]]</li> |
| <li>Perform a final ''yum update'' to confirm that you have installed all available updates.</li></ol> | | <li>Perform a final ''yum update'' to confirm that you have installed all available updates.</li></ol> |