XS Release Notes: Difference between revisions
Jump to navigation
Jump to search
m (→XS 0.4: link for "steps to install" was wrong, guessed at correct one; added Category:SchoolServer) |
|||
Line 5: | Line 5: | ||
==XS 0.4== |
==XS 0.4== |
||
[http://xs-dev.laptop.org/xs/ Download OLPC_XS_0_4.iso ], [[ |
[http://xs-dev.laptop.org/xs/ Download OLPC_XS_0_4.iso ], [[XS Installing Software|read steps to install]]. |
||
This release provides: |
This release provides: |
||
* A complete reimplementation of xs-config, and a upgrade-and-cleanup from earlier configurations. |
* A complete reimplementation of xs-config, and a upgrade-and-cleanup from earlier configurations. |
||
Line 29: | Line 30: | ||
[[Category:Release notes]] |
[[Category:Release notes]] |
||
[[Category:SchoolServer]] |
Revision as of 09:46, 25 August 2008
Please read these notes to understand the capabilities and known problems with a particular release of the XS school server software. The latest release of software is described first, with a selection of earlier releases also described for completeness.
For older release notes, see XS Release Notes archived.
XS 0.4
Download OLPC_XS_0_4.iso , read steps to install.
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)
- See Example school server configuration for a step-by-step installation and configuration guide.
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.
- This build requires a minimum of a 5.5Gig hard drive to install -- thanks to Grant Patterson for the kickstart fixes for trac 7241 .