Changes

Jump to navigation Jump to search
Line 131: Line 131:     
==Known Issues or Problems==
 
==Known Issues or Problems==
 +
===Yum Problems===
 +
====Public key for perl-version-0.7203-1.el4.1.i386.rpm is not installed====
 +
This error should be resolved by following the standard Yum upgrade procedure above.
 +
====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.  Note that the specific versions listed for python-sqlite and sqlite may change!
 +
cd /tmp
 +
<nowiki>wget ftp://ibiblio.org/pub/linux/distributions/smeserver/releases/7.2/smeos/i386/SME/RPMS/python-sqlite-1.1.7-1.2.1.i386.rpm
 +
wget ftp://ibiblio.org/pub/linux/distributions/smeserver/releases/7.2/smeos/i386/SME/RPMS/sqlite-3.3.6-2.i386.rpm
 +
yum localinstall sqlite python-sqlite
 +
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</nowiki>
 +
 +
After rebooting, make sure you have the basic files before beginning your major update:
 +
yum update dbus dbus-glib \
 +
smeserver-support smeserver-yum \
 +
yum yum-plugin-fastest-mirror \
 +
python-sqlite
 +
 +
Then finish your update:
 +
yum update
 
===Webmail / Horde===
 
===Webmail / Horde===
 
If you have created custom templates designed to change the appearance of Webmail or Horde on your system, you may have to delete your existing custom templates, copy the new version of the same template fragments, and make your customizations on the new copies.
 
If you have created custom templates designed to change the appearance of Webmail or Horde on your system, you may have to delete your existing custom templates, copy the new version of the same template fragments, and make your customizations on the new copies.

Navigation menu