⇤ ← Revision 1 as of 2007-06-03 18:57:30
Size: 3633
Comment: started edubuntu FAQ page away from wiki.edubuntu.org
|
Size: 3638
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 15: | Line 15: |
=== I can login on directly to the server, but I cannot log in to my thin clients. === | === I can login directly to the server, but I cannot log in to my thin clients. === |
Line 17: | Line 17: |
{{{sudo ltsp-update-sshkeys}}} | {{{sudo ltsp-update-sshkeys}}} |
Line 35: | Line 35: |
Line 37: | Line 38: |
and then, configure the DHCP server ({{{/etc/ltsp/dhcpd.conf}}}) to tell those thin clients to use the kiosk root | and then, configure the DHCP server ({{{/etc/ltsp/dhcpd.conf}}}) to tell those thin clients to use the kiosk root |
ContentsBRTableOfContents(3) |
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:
The #edubuntu IRC channel on the Freenode IRC network
The Edubuntu Users Mailing list: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
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?
The Edubuntu Handbook -- http://doc.ubuntu.com/edubuntu/handbook/C/
The Ubuntu LTSP Wiki https://help.ubuntu.com/community/UbuntuLTSP
The LTSP Manual -- http://wiki.ltsp.org/twiki/bin/view/Ltsp/Documentation
The Gentoo LTSP Guide -- http://www.gentoo.org/doc/en/ltsp.xml
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:
http://pulseaudio.vdbonline.net/libflashsupport/libflashsupport_1.0~2219-1_i386.deb
- For more info on the fix and the work done, you can look here: