Diff for "EdubuntuFAQ"


Differences between revisions 3 and 4
Revision 3 as of 2007-06-10 15:04:18
Size: 4708
Editor: vc-196-207-41-253
Comment: added WLAN vs LTSP
Revision 4 as of 2007-06-10 19:34:10
Size: 5125
Editor: 089-101-057085
Comment: Added nbd swap file hosts.allow fix
Deletions are marked like this. Additions are marked like this.
Line 67: Line 67:
=== My Edubuntu server keeps filling up with files on /tmp!!! ===

This was a problem up to and including Edubuntu Feisty. They are old, temporary "swap" files from thin clients which were not shutdown properly. Adding the following line to /etc/hosts.allow:

nbdswapd: ALL: keepalive

should stop newly created files getting left around. You may find it easiest to reboot to clear the existing ones though.

Frequently asked questions about Edubuntu. This page contains aggregated information taken from our mailing lists, IRC channel and other modes of support (refer to https://wiki.edubuntu.org/Edubuntu/Community/Communication)

General

Where can I get help with Edubuntu?

We have a number of communication channels available, refer to https://wiki.edubuntu.org/Edubuntu/Community/Communication. Specifically:

Thin Clients & LTSP

I can login directly to the server, but I cannot log in to my thin clients.

Try logging into the server and running:

  • sudo ltsp-update-sshkeys

When your thin client logs you into the server, it checks the server's identity by looking at its ssh key. Most often, if the server's IP address gets changed, the key no longer matches and logins fail. The above will update the list of keys and IP addresses.

Where can I get good documentation on Edubuntu thin clients?

What sort of hardware can I use for the thin clients and the server?

This is discussed in detail on this page: https://help.ubuntu.com/community/EdubuntuDocumentation/EdubuntuCookbook/HardwareRequirements

Are there graphical management tools for the thin clients?

Yes. Under the System->Administration menu, choose Thin Client Manager

Can I have some of my thin clients work as anonymous web kiosks?

Yes. You need to build a separate LTSP root environment on the server, eg.

sudo ltsp-build-client --kiosk --base /opt/ltsp-kiosk/

and then, configure the DHCP server (/etc/ltsp/dhcpd.conf) to tell those thin clients to use the kiosk root

option root-path="/opt/ltsp-kiosk/"

How do I modify the login screen on my thin clients?

The login screen on thin clients is generated by ldm running on the thin client. You can modify this, in the ltsp chroot environment /opt/ltsp/i386/usr/share/ldm/themes/ by taking a copy of the theme, making your copy the default and modifying the artwork {{{sudo cp -r /opt/ltsp/i386/usr/share/ldm/themes/Edubuntu /opt/ltsp/i386/usr/share/ldm/themes/MyTheme sudo rm /opt/ltsp/i386/usr/share/ldm/themes/default sudo ln -s /opt/ltsp/i386/usr/share/ldm/themes/MyTheme /opt/ltsp/i386/usr/share/ldm/themes/default}}}

Now just modify the images in /opt/ltsp/i386/usr/share/ldm/themes/MyTheme

Sound doesn't work on flash applets (eg youtube videos) on my thin clients!

This was a known issue for a long time with the closed source adobe flash plugin. It has recently been fixed, although the fix did not make it into Edubuntu feisty. The simplest fix is to download and install the libflashsupport package on your server:

Can I set up LTSP over a wireless connection?

A short overview about how thin clients boot:

  1. thin client starts and sends a PXE or Etherboot request to the network
  2. DHCP server answers and tells the client where to get the kernel and the system from
  3. client pulls kernel via TFTP and mounts the filesystem via NFS from the server

WLAN cards don't support PXE or Etherboot, so there is no way for the thin client to send a PCE or Etherboot request to the network with a wireless card. The only way to achieve this would be to have the kernel and initramfs stored locally somehow (which indeed is not a LTSP setup anymore but rather a minimal local boot that mounts its filesystem via NFS). Additionally you would need to handle the ESSID for the WLAN as well as potential encryption via bootoptions.

It is not impossible to build a locally booting WLAN image, but you will always need local media (usb-stick, flashcard or CD) to boot from and it is far from being supported by us (implementing it will take some time and testing).

My Edubuntu server keeps filling up with files on /tmp!!!

This was a problem up to and including Edubuntu Feisty. They are old, temporary "swap" files from thin clients which were not shutdown properly. Adding the following line to /etc/hosts.allow:

nbdswapd: ALL: keepalive

should stop newly created files getting left around. You may find it easiest to reboot to clear the existing ones though.


CategoryDocumentation CategoryCleanup

EdubuntuFAQ (last edited 2011-06-16 04:50:57 by 24-151-190-2)