Koozali.org: home of the SME Server

SME Server 7.1 Update 3

Offline wellsi

  • *
  • 475
  • +0/-0
    • http://www.wellsi.com
SME Server 7.1 Update 3
« on: March 24, 2007, 10:24:53 AM »
Announcement for 7.1 http://forums.contribs.org/index.php?topic=35019.0
Announcement for 7.1.1 http://forums.contribs.org/index.php?topic=35959.0
Announcement for 7.1.2 http://forums.contribs.org/index.php?topic=36006.0

Announcement for 7.1.3

The SME Server maintenance team is pleased to announce the release of
SME Server 7.1 Update 3 (SME 7.1.3).

All SME Server users should upgrade to this release.


Bug reports and reports of potential bugs should be raised against 7.1.3
in the bug tracker (and only there, please);
http://bugs.contribs.org/

Major changes from SME Server 7.1.2
. Default WAN NIC to the *other* NIC than the one selected for LAN [SME: 2612]
. Login to server-manager on 7.1.1 and 7.1.2 required domain name. [SME: 2402]
. New, restyled, SME Server manager login form. [SME: 2666]

Minor changes
. Make elinks display correctly with xterm display. [SME: 444]
. Fixed missing en-gb language log noise [SME: 2633]
. Disk redundancy page - the add disk default changed to "No".[SME: 2644]
. Fixed rkunter's "not fully supported!" message. [SME: 2645]
. Add db override for crt common name. [SME: 1689]

- A list work included in this release can be found here:
http://bugs.contribs.org/showdependencytree.cgi?id=2674

Note: Users updating directly from 7.1 or earlier to 7.1.3 over VPN  should see http://bugs.contribs.org/show_bug.cgi?id=2643

Please visit http://www.smeserver.org/donate/ to donate.

You can subscribe to the updatesannounce emails from
http://lists.contribs.org/mailman/listinfo/updatesannounce

Lastly, we would like to extend the call again for others to help in
validating bug reports and helping the maintenance team get updates
verified so they can be pushed out. The more help we can get, the better
quality we can provide. Join at
http://lists.contribs.org/mailman/listinfo/updatesteam

Thanks,

Ian Wells
on behalf of the maintenance team
............

Offline mmccarn

  • *
  • 2,626
  • +10/-0
SME Server 7.1 Update 3
« Reply #1 on: June 28, 2007, 04:52:18 PM »
Question:

Is it true that users who originally installed from any SME 7 RC iso, or from the SME 7.0 iso, and who have updated to any version after 7.1, will need to enable the Centos - OS and Centos - Updates in server-manager, or will need to execute the commands below in order to have the same yum settings that are used by SME 7.1.x?
Code: [Select]
db yum_repositories setprop base status enabled
db yum_repositories setprop updates status enabled
expand-template /etc/yum.conf

Offline bpivk

  • *
  • 908
  • +0/-0
    • http://www.bezigrad.com
SME Server 7.1 Update 3
« Reply #2 on: June 28, 2007, 09:21:17 PM »
Well SME7 didn't have them enabled because of some issues (mainly centos kernel nad stuff like that) but they excluded that in 7.1. You have to enable those repos manualy (they are enabled by default if you install from scratch but you have to do it yourself if you updated).
"It should just work" if it doesn't report it. Thanks!

Offline stephen noble

  • *
  • 607
  • +1/-0
    • Dungog
SME Server 7.1 Update 3
« Reply #3 on: June 29, 2007, 02:11:19 AM »
yes, but ...
read the FAQ about updating a couple of rpms first
and you can enable the repos from the server-manager

Offline gbentley

  • ****
  • 482
  • +0/-0
  • Forum Lurker
    • Earth
SME Server 7.1 Update 3
« Reply #4 on: July 10, 2007, 09:34:12 AM »
So, straight from the 7.1 install CD you should have ;

Cent OS, Updates
SME Server OS, UPdates, Addons

I am asking because I have just taken an 7.1 CD install straight to 7.1.3 and stuffed up my VPN link. Wouldobviously like to avoid this type of thing in the future and cant seem to find the FAQ relating to this !!
"If you don't know what you want, you end up with a lot you don't."

Offline bpivk

  • *
  • 908
  • +0/-0
    • http://www.bezigrad.com
SME Server 7.1 Update 3
« Reply #5 on: July 10, 2007, 10:46:50 AM »
gbentley try this:
Code: [Select]

yum update smeserver-support smeserver-yum yum yum-plugin-fastest-mirror python-sqlite

signal-event post-upgrade

signal-event reboot


The note is documented here:
http://wiki.contribs.org/SME_Server:Documentation:FAQ#Which_repositories_should_be_enabled
"It should just work" if it doesn't report it. Thanks!