Hi everyone,
decided to do a system update…in part the system appears to be functional, but the [Admin[Updates] gags out with:
RPM command errored, Delete /dev/shm/yumwrapper/* and try again. Exit code 2 - see FreePBX log for more info.
/var/www/html/admin/libraries/Builtin/SystemUpdates.php
if ($ret !== 0 && $ret !== 6) {
// 6 = new packages are going to be installed
if (function_exists("freepbx_log")) {
freepbx_log(FPBX_LOG_CRITICAL, sprintf(_("Update error: Tried to run '%s', exit code %s"), $cmd, $ret));
}
throw new \Exception(sprintf(_("RPM command errored, Delete /dev/shm/yumwrapper/* and try again. Exit code %s - see FreePBX log for more info."), $ret));
checked [Module Admin] and it has gone awol as well.
any insight appreciated
Peter