Changes

From SME Server
Jump to navigationJump to search
6,090 bytes added ,  02:07, 30 March 2021
m
no edit summary
Line 1: Line 1:  
{{Languages}}
 
{{Languages}}
   −
==SME Server 9.2RC1 Release Notes==
+
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]])==
    
The SME Server development team is pleased to announce the release of
 
The SME Server development team is pleased to announce the release of
SME Server 9.2RC1 which is based on CentOS 6.8 [https://lists.contribs.org/pipermail/updatesannounce/2017-March/000457.html Release Notes]
+
SME Server 9.2 which is based on CentOS 6.9, Release Notes detailed below.
    
Bug reports and reports of potential bugs should be raised in the bug
 
Bug reports and reports of potential bugs should be raised in the bug
Line 14: Line 16:     
===Download===
 
===Download===
You can download Koozali SME Server 9.2 RC1 from
+
THIS VERSION IS NOW EOL
http://mirror.contribs.org/smeserver/releases/testing/9.2.RC1/
+
You can download Koozali SME Server 9.2 from
 +
http://mirror.contribs.org/smeserver/releases/9.2/iso/
 
or for other methods see http://wiki.contribs.org/SME_Server:Download
 
or for other methods see http://wiki.contribs.org/SME_Server:Download
   Line 52: Line 55:     
===Note===
 
===Note===
In-place upgrades are not supported. It is necessary to backup and then restore.
+
In-place upgrades from SME Server prior to version 9.0 are not supported. It is necessary to backup and then restore.
 
/boot partition is always RAID 1.
 
/boot partition is always RAID 1.
   Line 65: Line 68:     
[[SME_Server:Documentation:Administration_Manual:Chapter5|Installation procedure]]
 
[[SME_Server:Documentation:Administration_Manual:Chapter5|Installation procedure]]
 +
 +
{{Warning box|SME 9.2 ISO only, DO NOT enable nic bonding on an initial install when server only mode is selected.
 +
 +
If your hardware has two network adapters installed or there are two nics configured in a VM and you have selected server only mode during the install you will be offered the opportunity to enable bonding of the nics, the current SME 9.2 ISO has an issue with this initial configuration and a loss of connectivity will result on reboot. 
 +
DO NOT enable bonding on initial install, carry out a yum update after initial install and then reconfigure and enable bonding if that is your wish.}}
    
===Upgrading===
 
===Upgrading===
    
===SME 9===
 
===SME 9===
{{Note box|msg=In-place upgrades to SME 9.2 *are* supported - from 9.# only.}}
+
{{Note box|msg=In-place upgrades to SME 9.2 *are* supported - from 9.# only. # yum upgrade or yum update, see note below for caveats.}}
{{Note box|You are advised to only upgrade clean machines, e.g. without contribs or other modifications.}}
+
{{Note box|Although a yum upgrade should return a working updated server, to be 100% sure, you are advised to only upgrade clean machines, e.g. without contribs or other modifications.
 +
 
 +
yum upgrade forces the removal of obsolete packages, while yum update may or may not also do this. The removal of obsolete packages can be risky, as it may remove packages that you use.
 +
 
 +
This makes yum update a safer option when not knowing state of server..}}
 +
 
 +
Please see[[SME_Server_9.2_Addendum| The Addendum]] for additional notes released after initial ISO release.
    
====DVD/CD====
 
====DVD/CD====
Line 82: Line 96:  
====Check for contrib packages that may need upgrading====
 
====Check for contrib packages that may need upgrading====
 
Even though it is recommended that you only upgrade clean machines (e.g. without contribs or other modifications), it may be possible that you have a contrib installed that you forgot about. After the upgrade, check if any contribs may require an upgrade from the smecontribs repository.
 
Even though it is recommended that you only upgrade clean machines (e.g. without contribs or other modifications), it may be possible that you have a contrib installed that you forgot about. After the upgrade, check if any contribs may require an upgrade from the smecontribs repository.
 +
 +
====Known issues when upgrading from previous SME9.x====
 +
=====QPSMTPD stop accepting incoming mails=====
 +
Some plugins have a different name with the new version of qpsmtpd, the service in charge of the incoming emails. This is why some template custom and some not up to date contribs could make this service fail to start.
 +
 +
1. you must take attention to upgrade 3 contribs (if they are already installed) related to email, otherwise you server might stop receiving email
 +
# [[Mailstats|smeserver-mailstat]] >=1.1-9  (or your daily mail stats will be incomplete but email will work)
 +
# [[GeoIP|smeserver-geoip]] >=1.1.2-7 (as geoip database have changed)
 +
# '''[[Wbl|smeserver-wbl]] >=0.3.0-14 (or will prevent email service to start)'''
 +
yum update --enablerepo=smecontribs
 +
 +
2. you must pay attention with current custom-templates related to qpsmtpd. A quick way to check is
 +
/sbin/e-smith/audittools/templates
 +
If you see any templates in  /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/, we suggest you to remove them.
 +
mkdir /root/qpsmtpd-old-custom-templates
 +
mv /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers /root/qpsmtpd-old-custom-templates/
 +
signal-event email-update
 +
You can then put them one after the other if you want to test them individually and really want some of them back. You can see a list of available plugins to control the name of your custom-templates by doing
 +
ll /usr/share/qpsmtpd/plugins
 +
 +
templates-custom related to plugins with new names known to conflict
 +
#10check_earlytalker see [[Qpsmtpd_check_earlytalker]]
 +
#31check_badmailfromto see [[Email#How_to_block_email_from_one_address_to_another_address_with_check_badmailfromto_plugin]]
 +
 +
=====Access to web panel of some contribs=====
 +
Security has been increased for the authorization mechanism and as a result the following 3 contribs need to be updated to keep access to their panel :
 +
# [[BackupPC|smeserver-BackupPC]]
 +
# [[PHPki|smeserver-phpki]]
 +
# [[FreePBX|smeserver-freepbx]]
 +
# [[Isoqlog|smeserver-isoqlog]]
 +
 +
the following should solve this:
 +
yum update  smeserver-BackupPC smeserver-phpki smeserver-freepbx smeserver-isoqlog --enablerepo=smecontribs
 +
 +
=====no external network access when using bonding=====
 +
with e-smith-base-5.6.0-30.el6.sme.noarch.rpm provided on the SME 9.2 ISO, if you are using bonding of two network interfaces (e.g. server-only with two indentical network adapter) the default route to the gateway  is not created.
 +
to check if you have any bonding on your server:
 +
# ifconfig |grep bond
 +
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). 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`
 +
yum update e-smith-base
 +
signal-event post-upgrade; signal-event reboot
    
===SME 8===
 
===SME 8===
Line 144: 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===
Line 152: Line 233:     
===Koozali SME Server 9.2 Release Notes===
 
===Koozali SME Server 9.2 Release Notes===
31 March 2017
+
26 April 2017
    
The Koozali SME Server (SME Server) development team is pleased to announce
 
The Koozali SME Server (SME Server) development team is pleased to announce
the release of SME Server 9.2 Final which is based on CentOS 6.8
+
the release of SME Server 9.2 Final which is based on CentOS 6.9
    
Bug reports and reports of potential bugs should be raised in the bug
 
Bug reports and reports of potential bugs should be raised in the bug
Line 163: Line 244:     
====Download====
 
====Download====
You can download Koozali SME Server 9.2 Final from
+
You can download Koozali SME Server 9.2 from
http://mirror.contribs.org/smeserver/releases/9.2/
+
http://mirror.contribs.org/smeserver/releases/9.2/iso/
 
or for other methods see http://wiki.contribs.org/SME_Server:Download
 
or for other methods see http://wiki.contribs.org/SME_Server:Download
   Line 197: Line 278:  
Koozali Inc is happy to supply an invoice for any donations received,
 
Koozali Inc is happy to supply an invoice for any donations received,
 
simply email treasurer@koozali.org
 
simply email treasurer@koozali.org
 +
 +
====Tony Keane====
 +
It is with huge sadness that we learnt the passing of Tony Keane on Friday
 +
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.
 +
Without him and a handful of others the community would not have been secured
 +
with the Koozali foundation and our current cluster of servers to build and
 +
maintain your favourite distro. If you download and use it,
 +
please remember him and his work, and that of all the other contributors
 +
who work tirelessly to make Koozali SME as good as it is.
 +
 +
We extend our thoughts and deepest sympathies to his family.
 +
 +
https://wiki.koozali.org/Tony_Keane
    
====Notes====
 
====Notes====
Line 227: Line 323:  
File Server
 
File Server
 
----------
 
----------
 +
- fix outlook error code 0x8004011c when setting up and email account on a win10 computer joined to a domain (with  roaming profiles) [SME: 10106]
 
  - Create V6 profile dir (for Win10 roaming profiles) [SME: 9772]
 
  - Create V6 profile dir (for Win10 roaming profiles) [SME: 9772]
 
   proftpd
 
   proftpd
Line 288: Line 385:  
  - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, by assuming the date is correct
 
  - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, by assuming the date is correct
 
   and changing the weekday.
 
   and changing the weekday.
  Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or ....
  −
  Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or ....
   
  - Set the default helo policy to lenient [SME: 9767]
 
  - Set the default helo policy to lenient [SME: 9767]
 
  - Turn SPF and DMARC rejects off by default [SME: 9654]
 
  - Turn SPF and DMARC rejects off by default [SME: 9654]
Line 404: Line 499:  
  - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,by assuming the date is correct and
 
  - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,by assuming the date is correct and
 
   changing the weekday.
 
   changing the weekday.
  Fri Oct 24 2005 --> Fri Oct 21 2005 or Mon Oct 24 2005 or Fri Oct 28 2005 or ....
  −
  Sat Oct 25 2005 --> Sat Oct 22 2005 or Tue Oct 25 2005 or Sat Oct 29 2005 or ....
  −
  Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
  −
  Thu May 23 2006 --> Thu May 18 2006 or Tue May 23 2006 or Thu May 25 2006 or ....
  −
  Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
  −
  Sat Feb 03 2013 --> Sat Feb 02 2013 or Sun Feb 03 2013 or Sat Feb 09 2013 or ....
   
  - Update copyright in server-manager footer [SME: 9266]
 
  - Update copyright in server-manager footer [SME: 9266]
 
  - Don't put motd content in /etc/redhat-release [SME: 9161]
 
  - Don't put motd content in /etc/redhat-release [SME: 9161]
Line 415: Line 504:  
   will allow to install SCL packages directly from smecontribs
 
   will allow to install SCL packages directly from smecontribs
   −
General features
+
===General features===
 
----------------
 
----------------
- Based on CentOS 6.8 and all available updates
+
- Based on CentOS 6.9 and all available updates
      Line 426: Line 515:     
[[Category:SME Server Releases]]
 
[[Category:SME Server Releases]]
 +
[[Category:Release Note]]

Navigation menu