Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
notices/2018-05-11-yumupdates [2018_05_11 14:37] – [Summary] smeadminnotices:2018-05-11-yumupdates [2024_02_28 01:03] – external edit 127.0.0.1
Line 2: Line 2:
  
 ===== Summary ===== ===== Summary =====
-Running `yum updateor `yum upgradeat this time may cause SME components to break.+Running a 'yum updateor 'yum upgradeat this time may cause NAA components to break.
  
 Appliance versions: 10.x, 1705.x, 1712.x, 1803.x Appliance versions: 10.x, 1705.x, 1712.x, 1803.x
Line 10: Line 10:
 Storage Made Easy has recently become aware of an issue affecting customers who are updating their CentOS system packages for example by using the 'yum update' or 'yum upgrade' commands. Storage Made Easy has recently become aware of an issue affecting customers who are updating their CentOS system packages for example by using the 'yum update' or 'yum upgrade' commands.
  
-A component developed by an external vendor that the File Fabric uses called 'php-ioncube-loader' has a bug that's introduced in it's latest version 10.2.1. The File Fabric has been validated to be compatible with 10.2.0, however this recent update causes incompatibilities with the File Fabric.+A component developed by an external vendor that Access Anywhere uses called 'php-ioncube-loader' has a bug that's introduced in it's latest version 10.2.1. The Access Anywhere has been validated to be compatible with 10.2.0, however this recent update causes incompatibilities with Access Anywhere.
  
-The vendor who produces this component has now identified the issue and will be issuing an updated version in due course+The vendor who produces this component has now issued an update to this component
  
-Customers who have 10.2.1 of this component are encouraged to downgrade+Customers who have 10.2.1 of this component are encouraged to upgrade the package
  
 To check the version of 'php-ioncube-loader' you can run the following command.  To check the version of 'php-ioncube-loader' you can run the following command. 
Line 22: Line 22:
 </code> </code>
  
-If it report that you are on 10.2.1, then you should downgrade.+If it report that you are on 10.2.1, then you should upgrade it.
  
-To downgrade, run the following:+To upgrade the package, run the following:
  
 <code> <code>
-yum downgrade php-ioncube-loader-10.2.0+yum update php-ioncube-loader
 </code> </code>
  
 +Now re-run the following command, and verify that you are on version 10.2.2 or newer.
 +
 +<code>
 +yum list installed php-ioncube-loader
 +</code>
 +
 +
 +Update 16th July 2018: This notice has been updated to reflect that now version 10.2.2 has now become available, the process for resolving this is now an update of the php-ioncube-loader component rather than a downgrade.