Changes

From SME Server
Jump to navigationJump to search
6,660 bytes added ,  22:23, 22 April 2017
m
SME 8 is discontinued
Line 1: Line 1: −
==Status: Pre-Alpha ==
+
<blockquote style="background-color: #EEFFD9; border: solid thin grey; padding: 7px 7px 7px 7px;box-shadow: 3px 3px 3px #888888;">
SME Server Version 8 will be the next major version of SME Server, and will involve upgrading the base to CentOS5. We are just in the very early stages of development, but so far things look very good - not nearly as many changes as were required from going from a base of RedHat 7.3 in SME Server 6.x to a base of CentOS4 in SME Server 7.x.
+
<center>
 +
<span style="font-size:150%;">Announcing '''Koozali SME Server 8 series is discontinued'''</span><br>
 +
The Koozali SME Server development team is announcing the discontinuation of the Koozali SME Server 8.x series as per <br>'''March 31, 2017'''.<br>
 +
Please see [https://forums.contribs.org/index.php/topic,52058.0.html this post] for more information.</center></blockquote>
 +
{{Donate}}
   −
===Upgrade paths:===
+
===Status: Final Release===
So far 7.1, 7.1.3 and 7.2 are able to yum upgrade to SME 8 Pre-Alpha.  You should only do this if you are interested in helping with development and testing.
     −
{{Warning box|CentOS 5 has dropped support for i586 and therefore SME Server 8 will not will on i586 hardware. See [[bugzilla:2845]]}}
+
SME Server Version 8.0 is the current major version of SME Server, and is based on CentOS 5.8. http://wiki.contribs.org/SME_Server:About
   −
===Want to join in the fun:===
+
See the [http://forums.contribs.org/index.php/topic,48671.0.html Release Announcement for 8.0 Final].
Grab yourself a test box and follow the instructions below:
     −
Setup with the following yum repositories...
+
A copy of the latest CD image can be downloaded [http://mirror.contribs.org/smeserver/releases/8/iso/i386/ here].
 +
===SME Server 8.1beta2===
   −
/sbin/e-smith/db yum_repositories set sme8os repository \
+
Due to the large number and size of updates for SME 8.0, we are working on a new installer ISO to include all updates of CentOS 5.9 in SME Server 8.1. Please, use only for test purpose to help with development. You should read these [[SME_Server:8.1|notes]] to be aware of any and all new features.
Name 'SME Server 8 - smeos' \
  −
  BaseURL 'http://mirror.contribs.org/smeserver/releases/testing/8/smeos/i386/' \
  −
EnableGroups yes \
  −
GPGCheck no \
  −
Visible yes \
  −
status enabled
     −
  /sbin/e-smith/db yum_repositories set sme8test repository \
+
See this [[SME_Server:Download#Testing_release|wiki page]] to download the ISO.
Name 'SME Server 8 - Testing' \
+
 
  BaseURL 'http://mirror.contribs.org/smeserver/releases/testing/8/smetest/i386/' \
+
===Testing===
  EnableGroups yes \
+
 
GPGCheck no \
+
All users are encouraged to test, see our draft quality assurance testing page for tasks [[SME8.0 QA]]
Visible yes \
+
 
status enabled
+
All testing should be based on the released version plus updates from smeupdates-testing.
 +
 
 +
===Considerations before installing===
 +
{{Note box|After installing the 8.0 final release, users should ensure that smeupdates-testing repo is disabled in the server-manager panel, if it was previously enabled during beta testing.}}
 +
 
 +
{{Note box|You are advised to only upgrade clean machines, e.g. without contribs or other modifications. If any contribs is installed you must remove them; you may re-install contribs after upgrade. All contribs settings are saved in /etc/e-smith/templates or /etc/e-smith/templates-custom so when you re-install any contrib settings will be retrieved.}}
 +
 
 +
See [[Bugzilla: 6732]] and [[Bugzilla: 7056]]
 +
{{Note box|Before performing an upgrade to SME 8 from version 7.xx you need to fully update the installation of version 7.xx before attempting the upgrade.}}
 +
 
 +
Please report any issues to our bug tracker under the SME Server 8 section only if you have installed all current updates.
 +
 
 +
This way all problems can be fixed as quickly, early and efficiently as possible by the development team.
 +
 
 +
Contrib owners/maintainers should check their packages for compatibility on SME Server 8.0 final and update them if necessary.
 +
 
 +
For comments regarding contrib test results on previous SME8beta releases see [[SME8.0 Contribs QA]]
 +
 
 +
===Upgrade paths===
 +
Check for rpms installed from outside the standard yum repositories and remove at least all contribs:
 +
  /sbin/e-smith/audittools/newrpms
 +
 
 +
====CD====
 +
This is the most affordable way to get a clean and secure upgrade. During the upgrade process the existing installation is detected and the option to upgrade the existing system is displayed.
 +
 
 +
If upgrading with less than SME Server 8.0 Beta 6, reset repositories to SME 8, see below, bug [[bugzilla:5705]]. This is fixed for SME Server 8.0 Beta 6
 +
 
 +
====Yum====
 +
Even if possible and tested the yum upgrade must be performed only with stable internet connections and, above all, not remotely. Loosing connection may leave your system in an unknown state.
 +
 
 +
Check for known issues, here [[SME8.0 QA]] and at open bugs for SME 8 in bugzilla.
 +
 
 +
'''Note especially [[bugzilla:5316]], detach all USB drives, ie your backup'''  
 +
 
 +
=====Pointing repositories to SME 8=====
 +
Update the MirrorList property to point to the sme8 lists...
 +
 
 +
  db yum_repositories print | grep '^sme' | cut -d= -f1 | while read repo
 +
do
 +
    db yum_repositories setprop $repo MirrorList \
 +
    <nowiki>http://distro.ibiblio.org/pub/linux/distributions/smeserver/mirrorlist/$repo-8</nowiki>
 +
  done
    
Expand your yum.conf...
 
Expand your yum.conf...
  expand-template /etc/yum.conf
+
  /etc/e-smith/events/actions/generic_template_expand yum-modify
 +
 
 +
=====Performing the upgrade=====
 +
{{Note box|You are advised to only upgrade clean machines, e.g. without contribs or other modifications.}}
 +
 
 +
<ol></li><li>Clean out the yum cache so upgrades work:
 +
yum --enablerepo '*' clean all
 +
</li><li>Perform the upgrade:
 +
yum --disablerepo '*' \
 +
    $(echo --enablerepo\ sme{os,updates,extras,addons}) \
 +
    upgrade
 +
</li><li>Remove outdated rpm database and rebuild it (zeros not O's)
 +
rm -f /var/lib/rpm/__db.00*
 +
rpm --rebuilddb
 +
</li><li>Reset yum updates repositories to defaults, (will delete local changes)
 +
mv /home/e-smith/db/yum_repositories /home/e-smith/db/yum_repositories.pre8
 +
/etc/e-smith/events/actions/initialize-default-databases
 +
</li><li>Perform a post-upgrade and reboot
 +
signal-event post-upgrade
 +
signal-event reboot
 +
</li></ol>
 +
 
 +
=====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, use the following command to see if there are any remaining '''el4''' packages installed that may require an upgrade from the smecontribs repository.
 +
 +
rpm -qa | grep el4
 +
 
 +
Note that some of the contribs packages may be listed as an '''el4''' package but function correctly on SME8. Check the [[SME8.0_Contribs_QA]] pages for more information.
 +
 
 +
=====Potential issues that may arise=====
 +
If you are running a 7.0 system you may need to upgrade smeserver-yum.
 +
<ol></li><li>Check which version of smeserver-yum you are running:
 +
rpm -q smeserver-yum
 +
</li><li>If it isn't at least <b>1.2.0-25.el4.sme</b> install an updated version:
 +
rpm -Uvh \
 +
<nowiki>http://mirror.contribs.org/smeserver/releases/obsolete/7.1/smeos/i386/CentOS/RPMS/smeserver-yum-1.2.0-25.el4.sme.noarch.rpm</nowiki> \
 +
<nowiki>http://mirror.contribs.org/smeserver/releases/obsolete/7.1/smeos/i386/CentOS/RPMS/yum-plugin-fastestmirror-0.2.4-3.c4.noarch.rpm</nowiki>
 +
</li></ol>
 +
 
 +
If you receive the following error while trying to upgrade:
 +
--> Finished Dependency Resolution
 +
Error: Missing Dependency: yum-metadata-parser is needed by package yum
 +
Solve it by installing the correct version of yum-metadata-parser:
 +
rpm -Uvh --oldpackage \
 +
<nowiki>http://mirror.contribs.org/smeserver/releases/7/smeos/i386/SME/RPMS/yum-metadata-parser-1.0-8.el4.centos.i386.rpm</nowiki>
 +
 
 +
===Upgrading samba===
 +
The Samba packages in SME Server 8.0 Beta 6 have reverted to those provided by CentOS to simplify the support needed. This version of samba provides support for Windows 7
 +
domain logins. Due to this change from samba-3.4 to samba3x-3.3 it is necessary to remove samba if samba-3.4.x has been installed.
 +
All users of SME Server 8.0 Beta 5 are affected. Users of other versions of SME Server can check their samba version.
 +
 
 +
rpm -q samba samba3x
 +
 
 +
Here is the example output showing samba 3.4 packages installed which need removal.
 +
 
 +
samba-3.4.3-1.1.el5.sme
 +
package samba3x is not installed
 +
 
 +
Here is the example output showing samba3x 3.3 packages installed which need no further steps
 +
 
 +
package samba is not installed
 +
samba3x-3.3.8-0.52.el5_5
 +
 
 +
If samba-3.4.x then you need to run two commands:
 +
 
 +
rpm -e --nodeps libtalloc libtdb samba samba-client samba-common samba-winbind
 +
 
 +
yum install tdb-tools
 +
 
 +
Now you are ready to upgrade to SME Server 8.0 Beta 6
 +
 
 +
===USB drives===
 +
USB drives are detected differently on SME8, see
 +
http://wiki.contribs.org/USBDisks#USB_on_SME_8
 +
 
 +
=== Additional steps and potential changes ===
   −
Then run yum command
+
==== VMWare ====
yum --disablerepo=* --enablerepo=sme8os --enablerepo=sme8test upgrade
+
VMware-server installations now work per the wiki entry, see [[Vmware]]. Previous work arounds dated SME8beta5 are no longer required.
   −
Once completed issue
+
===Problems and bugs===
signal-event post-upgrade;signal-event reboot
+
If you have any bug issues with upgrading please open a new SME Server 8.x {{BugzillaFileBug|product=SME%20Server%208.X|component=|comment=|summary=|title=file a bug here}}
   −
If you have any bug issues with upgrading please open a new SME Server 8.x {{BugzillaFileBug|product=SME%20Server%20Release%208.X|component=|comment=|summary=|title=file a bug here}}
+
===Major Changes===
 +
* CentOS 5 has dropped support for i586 and therefore SME Server 8 will not work on i586 hardware. See [[bugzilla:2845]]. i586 hardware means processors before and including Intel Pentium, Pentium MMX; AMD K5, K6, K6-II, K6-III and Via C3. i686 architecture processors are Intel Pentium Pro, Pentium II, Pentium III; AMD Athlon, Athlon XP and later.
   −
Then try [[SME Server 8 - Features Tested/Results]].
+
[[Category:SME Server]]
 +
[[Category:SME Server Releases]]

Navigation menu