Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: cno on August 03, 2006, 10:27:57 AM

Title: SME Server 7.0 final Update problem
Post by: cno on August 03, 2006, 10:27:57 AM
I have a problem with my update system on the sme 7.0. final in servergateway mode

the link in the server-manager panel is enabled

Check for updates daily = Enabled

from the console I do "yum clean" and get only this error

/sbin/e-smith/yum: line 9: 4940 Segmentation fault  /usr/bin/yum $@

and when I do yum update I get the same error

here is my yum file

Code: [Select]

#!/bin/sh

echo "=============================================================="
echo "WARNING: Additional commands may be required after running yum"
echo "=============================================================="

BEFORE=$(rpm -qa | md5sum)

/usr/bin/yum $@
status=$?

AFTER=$(rpm -qa | md5sum)
if [ "$BEFORE" = "$AFTER" ]
then
  echo "================================================================"
  echo "No new rpms were installed. No additional commands are required."
  echo "================================================================"
else
  echo "=============================================================="
  echo "WARNING: You now need to run BOTH of the following commands"
  echo "to ensure consistent system state:"
  echo
  echo "signal-event post-upgrade; signal-event reboot"
  echo
  echo "You should run these commands unless you are certain that"
  echo "yum made no changes to your system."
  echo "=============================================================="
fi

exit $status
Title: Re: SME Server 7.0 final Update problem
Post by: CharlieBrady on August 03, 2006, 02:13:45 PM
Quote from: "cno"
I have a problem with my update system on the sme 7.0. final in servergateway mode


All problems should be reported via the Bug Tracker.