Revision 2 as of 2007-06-05 13:09:00

Clear message

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:


CategoryDocumentation CategoryCleanup