XS Release Notes: Difference between revisions
(→XS 0.6) |
|||
Line 1: | Line 1: | ||
Please read these notes to understand the capabilities and known problems with a particular release of the XS ("XO [[School server]]") software. |
Please read these notes to understand the capabilities and known problems with a particular release of the XS ("XO [[School server]]") software. |
||
For older release notes, see [[XS Release Notes archived]]. |
For older release notes, see [[XS Release Notes archived]]. |
||
==XS 0.6 == |
|||
XS 0.6 was released in Oct ??th, 2009! |
|||
#[http://xs-dev.laptop.org/xs/ Download OLPC-School-Server-0.6-i386.iso ], |
|||
#[[XS Installing Software|Read steps to install]]. From XS-0.5.x, you can 'yum update'. |
|||
This release provides |
|||
* Significantly easier installation |
|||
* Improved ejabberd and Moodle integration and scalability |
|||
* |
|||
* Bugfixes |
|||
* [https://dev.laptop.org/query?group=milestone&milestone=xs-0.6&order=priority&col=id&col=summary&col=type&col=status&col=priority&row=description Full details]. |
|||
==XS 0.5.2 == |
==XS 0.5.2 == |
Revision as of 13:42, 6 October 2009
Please read these notes to understand the capabilities and known problems with a particular release of the XS ("XO School server") software. For older release notes, see XS Release Notes archived.
XS 0.6
XS 0.6 was released in Oct ??th, 2009!
- Download OLPC-School-Server-0.6-i386.iso ,
- Read steps to install. From XS-0.5.x, you can 'yum update'.
This release provides
- Significantly easier installation
- Improved ejabberd and Moodle integration and scalability
- Bugfixes
- Full details.
XS 0.5.2
XS 0.5.2 was released in March 18th, 2009!
- Download OLPC-School-Server-0.5.2-i386.iso ,
- Read steps to install. From XS-0.5, you can 'yum update'.
This release provides important bugfixes for ejabberd, activation and installation.
XS 0.5.1
XS 0.5.1 was released in January 28th, 2009!
- Download OLPC-School-Server-0.5.1-i386.iso ,
- Read steps to install. From XS-0.5, you can 'yum update'.
This release provides important bugfixes for networking and ejabberd.
XS 0.5
XS 0.5 was released around November 15, 2008.
This release provides:
- Major improvements in installation and upgrade infrastructure
- Major improvements in the network configuration -- allowing up to 8192 devices on the LAN
- Now based on Fedora 9, which brings major overall improvements and better security support
- An install and upgrade service for activities, complementing the OS upgrade service
- Simple One Time Password (SOTP) scheme for administrator password management
- A cryptographic signing scheme to ensure the XS only accepts trusted content and configuration
- A newer eJabberd Jabber server for better scalability in the presence service
- Significantly tighter security
- A simple Moodle installation
Notes:
- If you are upgrading from 0.4 or earlier there are special upgrade instructions.
- Some issues with the LAN port have been identified, please use the latest 0.5.x instead.
WLAN Firmware: 5.110.22.p14-1.fc9 Kernel: 2.6.26.6-79.fc9 xs-config: 0.5.6.gb81
XS 0.4
This release provides:
- A complete reimplementation of xs-config, and a upgrade-and-cleanup from earlier configurations.
- An upgrade server for the XO.
- RSSH-jailing of ds-backup
- PAM SOTP package (unconfigured)
- DHCP Leases for up to 512 Devices off the LAN NIC.
- See Example school server configuration for a step-by-step installation and configuration guide.
- Backup and restore of XO journal. Requires XO running 8.2 or later. Documentation at XS_Blueprints:Datastore_Simple_Backup_and_Restore
WLAN Firmware: 22.p6 Kernel: 2.6.23.1-23.fc7 xs-config: 0.3.6-1
Notes
- Upgrades: With this release you can now upgrade sanely from earlier version. The steps are:
- Recommended: Backup the system! :-)
- Edit /etc/yum.repos.olpc.d/stable.repo - set the 'baseurl' of the 'olpc' repo to
http://fedora.laptop.org/xs/stable/olpc/xs-0.4/i386/
- Run
yum -y upgrade
- You will have to re-run
/etc/sysconfig/olpc-scripts/domain_config <yourbasedomain>
- Some new system daemons are set to start on the next restart - either restart the machine or start them manually. The services that need starting should be:
incrond, apache
- New installations: there is a bug in Anaconda which prevents it from setting the ownerships and permissions correctly in the /library directory. After installation, execute
chown -R xs-rsync.xs-rsync /library/xs-rsync/{pub,tmp,state}
- This release contains the DS-Backup implementation, with a restore facility aimed mainly at the test team. The user-friendly (and privacy-friendly) version of this will be part of Moodle - coming to a build near you soon. For production deployments you might want to disable the restore page. See documentation on this feature here.
- This build requires a minimum of a 5.5Gig hard drive to install -- thanks to Grant Patterson for the kickstart fixes for trac 7241 .