Changes

From SME Server
Jump to navigationJump to search
Line 138: Line 138:  
====Public key for perl-version-0.7203-1.el4.1.i386.rpm is not installed====
 
====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_Update]] procedure above.
 
This error should be resolved by following the standard [[#Yum_Update]] procedure above.
 
+
====[Errno 256] No more mirrors to try.====
 +
This probably indicates that your yum repositories are misconfigured.  You should follow the standard [[#Yum_Update]] procedure above.
 +
====Existing lock /var/run/yum.pid: another copy is running. Aborting.====
 +
SME runs yum automatically to check for available updates.  If this background check is running you will see this error.  You can either wait for the background process to finish, or abort it using:
 +
killall yum
 
====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.  Note that the specific versions listed for python-sqlite and sqlite may change!
 
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!
Line 152: Line 156:     
After rebooting, make sure you have the basic files before beginning your major update:
 
After rebooting, make sure you have the basic files before beginning your major update:
  yum update dbus dbus-glib \
+
  yum update dbus dbus-glib smeserver-support yum smeserver-yum
smeserver-support smeserver-yum \
  −
yum yum-plugin-fastest-mirror \
  −
python-sqlite
      
Then finish your update:
 
Then finish your update:

Navigation menu