Line 157: |
Line 157: |
| ====GLib-CRITICAL **: file gtimer.c: line 106 (g_timer_stop)==== | | ====GLib-CRITICAL **: file gtimer.c: line 106 (g_timer_stop)==== |
| This error indicates that you have installed yum packages that require later versions of sqlite and python-sqlite than you have installed on your system. You can recover using the commands shown below, which should: | | This error indicates that you have installed yum packages that require later versions of sqlite and python-sqlite than you have installed on your system. You can recover using the commands shown below, which should: |
− | * Download and install the latest versions of python-sqlite and sqlite (to make yum operational) and smeserver-yum (to provide proper repository defaults).
| + | <ol></li><li>Download and install the latest versions of python-sqlite and sqlite (to make yum operational) and smeserver-yum (to provide proper repository defaults). |
− | * Reset your repository configuration
| + | cd /tmp |
− | * Reboot to activate all changes
| + | wget ftp://ibiblio.org/pub/linux/distributions/smeserver/releases/7.2/smeos/i386/SME/RPMS/*sqlite-* |
− | <nowiki>cd /tmp | + | wget ftp://ibiblio.org/pub/linux/distributions/smeserver/releases/7.2/smeos/i386/SME/RPMS/smeserver-yum-* |
− | wget ftp://ibiblio.org/pub/linux/distributions/smeserver/releases/7.2/smeos/i386/SME/RPMS/*sqlite-* | + | yum localinstall sqlite python-sqlite smeserver-yum |
− | wget ftp://ibiblio.org/pub/linux/distributions/smeserver/releases/7.2/smeos/i386/SME/RPMS/smeserver-yum-* | + | </li><li>Reset your repository configuration |
− | yum localinstall sqlite python-sqlite smeserver-yum | + | cd /home/e-smith/db/ |
− | | + | mv yum_repositories yum_repositories.po |
− | cd /home/e-smith/db/ | + | /etc/e-smith/events/actions/initialize-default-databases |
− | mv yum_repositories yum_repositories.po | + | expand-template /etc/yum.conf |
− | /etc/e-smith/events/actions/initialize-default-databases | + | </li><li>Reboot to activate all changes |
− | expand-template /etc/yum.conf | + | signal-event post-upgrade; signal-event reboot</nowiki> |
− | | + | </li><li>After rebooting, make sure you have the basic files before beginning your major update: |
− | signal-event post-upgrade; signal-event reboot</nowiki> | |
− | | |
− | After rebooting, make sure you have the basic files before beginning your major update: | |
| yum update dbus dbus-glib smeserver-support yum | | yum update dbus dbus-glib smeserver-support yum |
− | | + | </li><li>Then finish your update: |
− | Then finish your update: | |
| yum update | | yum update |
| + | </li></ol> |
| | | |
| ===Webmail / Horde=== | | ===Webmail / Horde=== |