XS Release Notes

From OLPC
Revision as of 19:48, 6 November 2008 by 18.85.46.234 (talk) (XS 0.5)
Jump to: navigation, search

Please read these notes to understand the capabilities and known problems with a particular release of the XS school server software. For older release notes, see XS Release Notes archived.

XS 0.5 (about to be released!)

  1. Download OLPC_XS_0_5.iso ,
  2. Read steps to install.

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 Bitfrost security lease server for initial activation of the XO laptops
  • A cryptographic signing scheme to ensure the XS only accepts trusted content and configuration
  • A newer eJabberd for better scalability in the presence service
  • Significantly tighter security
  • A simple Moodle installation

XS 0.4

  1. Download OLPC_XS_0_4.iso ,
  2. 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)
  • 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.

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:
    1. Recommended: Backup the system! :-)
    2. 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/
    3. Run yum -y upgrade
    4. You will have to re-run /etc/sysconfig/olpc-scripts/domain_config <yourbasedomain>
    5. 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 .