Changes

From SME Server
Jump to navigationJump to search
1,494 bytes added ,  11:27, 27 April 2021
Line 1: Line 1:  
{{Languages}}
 
{{Languages}}
   −
We dedicate this release of SME Server 9.2 to Tony Keane who passed away on 1st April, 2016. He was a long time user and supporter of Koozali SME Server and one of the founding members of the Koozali Foundation.
+
We dedicate this release of SME Server 9.2 to [[Tony Keane]] who passed away on 1st April, 2016. He was a long time user and supporter of Koozali SME Server and one of the founding members of the Koozali Foundation.
   −
==SME Server 9.2 Final (Tony Keane)==
+
==SME Server 9.2 Final ([[Tony Keane]])==
    
The SME Server development team is pleased to announce the release of
 
The SME Server development team is pleased to announce the release of
Line 16: Line 16:     
===Download===
 
===Download===
 +
THIS VERSION IS NOW EOL</br>
 
You can download Koozali SME Server 9.2 from
 
You can download Koozali SME Server 9.2 from
 
http://mirror.contribs.org/smeserver/releases/9.2/iso/
 
http://mirror.contribs.org/smeserver/releases/9.2/iso/
Line 124: Line 125:  
# [[PHPki|smeserver-phpki]]
 
# [[PHPki|smeserver-phpki]]
 
# [[FreePBX|smeserver-freepbx]]
 
# [[FreePBX|smeserver-freepbx]]
 +
# [[Isoqlog|smeserver-isoqlog]]
    
the following should solve this:
 
the following should solve this:
  yum update  smeserver-BackupPC smeserver-phpki smeserver-freepbx --enablerepo=smecontribs
+
  yum update  smeserver-BackupPC smeserver-phpki smeserver-freepbx smeserver-isoqlog --enablerepo=smecontribs
    
=====no external network access when using bonding=====
 
=====no external network access when using bonding=====
Line 133: Line 135:  
  # ifconfig |grep bond
 
  # ifconfig |grep bond
 
If it returns something then you have bonding.
 
If it returns something then you have bonding.
This is fixed in e-smith-base-5.6.0-31.el6.sme.noarch.rpm available in smeupdates since May the 4th, so you have nothing to worry if ou simply did a yum update after this date. If you installed the previous from an iso and do not have network here is how to fix this ( you can replace `db configuration get GatewayIP` by your gateway IP if you know it, but this command should give the value you previously configured)
+
This is fixed in e-smith-base-5.6.0-31.el6.sme.noarch.rpm available in smeupdates since May the 4th, so you have nothing to worry if ou simply did a yum update after this date. If you installed the previous from an iso and do not have network here is how to fix this ( you can replace `db configuration get GatewayIP` by your gateway IP if you know it, but this command should give the value you previously configured). Alternatively. from SME9.2 iso you can just configure your server without bonding, do a yum update and use console to reconfigure your server with bonding.
 
  route add default gateway `db configuration get GatewayIP`
 
  route add default gateway `db configuration get GatewayIP`
 
  yum update e-smith-base  
 
  yum update e-smith-base  
Line 199: Line 201:     
Where extensive modifications have been made to the "old server (eg SME8.1)", it is recommended to carry out a test backup & restore upgrade first, to discover any problems & ascertain suitable fixes & workarounds. Removing contribs & custom templates before upgrading is recommended.
 
Where extensive modifications have been made to the "old server (eg SME8.1)", it is recommended to carry out a test backup & restore upgrade first, to discover any problems & ascertain suitable fixes & workarounds. Removing contribs & custom templates before upgrading is recommended.
 +
 +
====Known issues upgrade from SME8====
 +
'''1.''' You might want to check what are the current installed extra rpm on your old SME 8 to be able to simply install them on your new SME 9. Usually this is simply done this way :
 +
# /sbin/e-smith/audittools/newrpms
 +
Loaded plugins: fastestmirror, protect-packages, smeserver
 +
Loading mirror speeds from cached hostfile
 +
 +
Cannot find a valid baseurl for repo: base
 +
YumRepo Error: All mirror URLs are not using ftp, http(s) or file.
 +
Eg. Invalid release/
 +
removing mirrorlist with no valid mirrors: /var/cache/yum/base/mirrorlist.txt
 +
 +
This is because Centos mirror are no longer available. Do not worry there is a workaround :
 +
db yum_repositories setprop base BaseURL  'http://vault.centos.org/5.11/os/$basearch/'
 +
db yum_repositories setprop updates BaseURL  'http://vault.centos.org/5.11/updates/$basearch/'
 +
db yum_repositories delprop base MirrorList
 +
db yum_repositories delprop updates MirrorList
 +
signal-event yum-modify
 +
yum clean all
 +
 +
and then you can issue the good old command without issue:
 +
/sbin/e-smith/audittools/newrpms
 +
 +
'''2.''' You might also want to check [[#Known_issues_when_upgrading_from_previous_SME9.x| SME9 specific issues]] as some might apply also for a migration from SME8.
    
===RAID===
 
===RAID===

Navigation menu