![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Absolute Beginner Talk The perfect starting place to find out more about computers, Linux and Ubuntu. |
| View Poll Results: Did you find this article helpful. | |||
| yes |
|
6 | 75.00% |
| no |
|
2 | 25.00% |
| Voters: 8. You may not vote on this poll | |||
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Just Give Me the Beans!
![]() Join Date: Dec 2006
Location: Pensacola, FL
Beans: 52
Ubuntu 7.10 Gutsy Gibbon
|
Howto: Setup LTSP, Installation & Configuration
i am using an example ip i.e. 10.30.2.20 for the LTSP server. Please modify as necessary
Introduction MueKow is a new concept LTSP client that on Ubuntu uses Ubuntu's own package system to build the client image, previously custom builds of all the components were used. I assume that you have installed and configured your ubuntu server appropriately. Install LTSP Server The LTSP server package includes the tools necessary to construct a MueKow image. Install the ltsp-server package and start to build the client. $ sudo apt-get install ltsp-server $ sudo ltsp-build-client If this process ends prematurely because all the packages cannot be downloaded delete the entire LTSP directory and restart. (Ensure debootstrap >= 0.3.3.0ubuntu7: see dapper-backports repository in sources.list below). $ sudo rm -rf /opt/ltsp/i386 $ sudo ltsp-build-client At the end it should look similar to this. Cleaning up startup links in rcS.d ... Cleaning up startup links in init levels: 2 3 4 5 ... * Re-exporting directories for NFS kernel daemon... [ ok ] Removing `local diversion of /sbin/start-stop-daemon to /sbin/start-stop-daemon.distrib' Update MueKow Edit the apt configuration in MueKow and ensure the update repositories are enabled, /opt/ltsp/i386/etc/apt/sources.list deb http://archive.ubuntu.com/ubuntu dapper main restricted deb http://archive.ubuntu.com/ubuntu dapper-updates main restricted deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted deb http://security.ubuntu.com/ubuntu dapper-security main restricted Then synchronise upstream. $ sudo chroot /opt/ltsp/i386/ apt-get update $ sudo chroot /opt/ltsp/i386/ apt-get upgrade $ sudo chroot /opt/ltsp/i386/ apt-get dist-upgrade Setup SSH To reduce network bandwidth used by X11 all traffic is tunneled through ssh, this proves remarkably effective compared to NX compression. In order for the LTSP clients to access the server the server needs to have its IP address configured and available for SSH. Edit /etc/hosts and if you have a host line 127.0.1.1 change to the LTSP server IP address. 10.30.2.20 ubuntu.example.org ubuntu If you update the hostname also update the /etc/hostname configuration file and update the environment. $ sudo sh -c "echo ubuntu.example.org > /etc/hostname" $ sudo hostname ubuntu.example.org If you changed the hosts file you will also need to update the LTSP client with the new ssh keys, these are encryption keys used to verify the remote host of a ssh connection is who it is supposed to be, i.e. not another host with the same IP address. $ sudo ltsp-update-sshkeys Configure LTSP Clients The configure file /opt/ltsp/i386/etc/lts.conf contains a list of X11 and LTSP configuration options that can be specified for individual or groups of machines. This can include X11 servers, mice, keyboards, attached devices, etc. The minimum configuration is the SERVER address, here we drop down to high colour graphics to improve performance a bit. [Default] # LTSP server IP address #SERVER = server SERVER = 10.30.2.20 ## Network syslog #SYSLOG_HOST = server ## X11 driver, e.g. auto, vesa, i810 #XSERVER = auto #X_COLOR_DEPTH = "" X_COLOR_DEPTH = 16 #XF86CONFIG_FILE = "" ## Keyboard configuration #XKBLAYOUT = us #XKMODEL = pc105 #XKBRULES = xorg #XKBOPTIONS = lv3:ralt_switch #XKBVARIANT = "" #CONSOLE_KEYMAP = "" ## Mouse configuration #X_MOUSE_DEVICE = /dev/input/mice #X_MOUSE_PROTOCOL = auto #X_MOUSE_EMULATE3BTN = True ## X11 font server #USE_XFS = False #XFS_SERVER = server ## SSH compression between LTSP client and server #NETWORK_COMPRESSION = False ## Network swap device for clients < 48 MB system memory #NBD_SWAP = "" #SWAP_SERVER = server #NBD_PORT = 9572 ## Local printers #PRINTER_0_DEVICE = "" ## Sound configuration #SOUND = False #SOUND_DAEMON = esd ## Terminal sessions #SCREEN_07 = ldm ## Linux modules #MODULE_01 = "" ## Custom startup scripts #RCFILE_01 = "" #LDM_REMOTECMD = ""
__________________
"Any intelligent fool can make things bigger and more complex... it takes a touch of genius - and a lot of courage - to move in the opposite direction." -Albert Einstein
|
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2007
Beans: 7
|
Re: Howto: Setup LTSP, Installation & Configuration
Thanks for posting this howto.
I tried to follow this HowTo. When I booted a client thru pxe, it did not get an ip address and was not presented with a login screen. What more do I have to do? Hoping for your assistance. s4s |
|
|
|
|
|
#3 |
|
Just Give Me the Beans!
![]() Join Date: Dec 2006
Location: Pensacola, FL
Beans: 52
Ubuntu 7.10 Gutsy Gibbon
|
Re: Howto: Setup LTSP, Installation & Configuration
sorry abt the late reply.
i have been working on this project too. tried it but same for me. how ever i took some help from this howto and got it to work. https://help.ubuntu.com/community/ThinClientHowto try this and let me know if you need any more help. cuz after fooling around with the whole idea of ltsp i have come to figure out a lot of tweaks and stuff.
__________________
"Any intelligent fool can make things bigger and more complex... it takes a touch of genius - and a lot of courage - to move in the opposite direction." -Albert Einstein
|
|
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2007
Beans: 7
|
Re: Howto: Setup LTSP, Installation & Configuration
It seems that ltsp setup in ubuntu is not yet so straightforward.
Am trying edubuntu and work my way to replace edubuntu artwork with that of ubuntu. The ubuntu artwork is preferred since ltsp is installed in a government agency. I am just wondering why the ltsp setup in ubuntu is not included in the installation cd just like that of edubuntu and xubuntu. thanks a lor for your reply. |
|
|
|
|
|
#5 |
|
5 Cups of Ubuntu
![]() |
Re: Howto: Setup LTSP, Installation & Configuration
Are these directions still relevant? (for an Edgy install, that is)
|
|
|
|
|
|
#6 |
|
Just Give Me the Beans!
![]() Join Date: Dec 2006
Location: Pensacola, FL
Beans: 52
Ubuntu 7.10 Gutsy Gibbon
|
Re: Howto: Setup LTSP, Installation & Configuration
actually, the instructions that i have put together are not really something that would get ltsp up and running. this is merely some help with configurations. the only way i got my setup to work was by setting up dedicated edubuntu server.
i am going to be setting up ltsp on a 6.10 or the known "edgy" server in the next few days will post all steps and configs in detail. so please check back.
__________________
"Any intelligent fool can make things bigger and more complex... it takes a touch of genius - and a lot of courage - to move in the opposite direction." -Albert Einstein
|
|
|
|
|
|
#7 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2007
My beans are hidden!
|
Re: Howto: Setup LTSP, Installation & Configuration
Would be better to be honest if you started from scratch using the new Feisty server.
It says it has all you need and the fact that it has the latest version of LTSP built in as well as a few funky tweaks is really interesting. Besides, its beta now. Not alpha so it should still work perfectly. Besides, these things take a while to set up propperly and most people reading this would want to get the latest version because it will be current by the time it works. The thing is, although it claims to have everything already there and ready to use. Its not exactly just going to boot a thin client into a command line....... is it? A really good how-to is required. |
|
|
|
|
|
#8 |
|
Just Give Me the Beans!
![]() Join Date: Mar 2007
Location: San Diego
Beans: 51
Ubuntu 9.04 Jaunty Jackalope
|
Re: Howto: Setup LTSP, Installation & Configuration
I agree, I have been trying to set up an edubuntu LTSP for over a month now and can't even get a thin client to boot up at all. My situation is a little different because I'm an educator at a school and we have a mother network assigning all the IPs and I can't access the hardware on that network, but from what I'm told I should still be able to setup some LTSP servers in classrooms and run thin clients off of them. I'm not sure what I'm doing wrong.
The how-to will need to be VERY detailed though. I'm just learning, but I don't even know what to put as the server IP address when prompted as I have two cards (eth0 and eth1) on the server and they both have different IP addresses. Of course we are also on a NAT system at school so our IP address to the Internet is different as well. All of this will need to be very clear in an adequate how-to. Of course, if it was done correctly, it would open the door to tech-novice educators and thus a new generation of school children learning linux, something I'm sure we're all anxious to see happen. -joe |
|
|
|
|
|
#9 |
|
Just Give Me the Beans!
![]() Join Date: Mar 2007
Location: San Diego
Beans: 51
Ubuntu 9.04 Jaunty Jackalope
|
Re: Howto: Setup LTSP, Installation & Configuration
Okay, I finally got it to work! I think my problem was the computer I was using for the server because I set up a different computer as the server and it fired right up! No problems, just like I've been reading it should be! I still think a really clean how-to would be useful, but I'm so impressed now whereas 60 minutes ago I was ready to shoot myself in the face. Cheers! -joe
|
|
|
|
|
|
#10 |
|
Just Give Me the Beans!
![]() Join Date: Dec 2006
Location: Pensacola, FL
Beans: 52
Ubuntu 7.10 Gutsy Gibbon
|
Re: Howto: Setup LTSP, Installation & Configuration
for me, the edubuntu server booted my clients no problem. All i had to do was make sure which eth card was doing what and setup the eth card that would be used for pxe boot to have the same gateway and dns addresses as the eth card # 2.
For edubuntu i would certainly suggest that you should have two network adapters available and a minimum of 550 Mhz with atleast 128 MB of ram. Atleast thats what i used. But how they say the more sugar u put in the sweeter its gonna be. So a faster terminal server means more fast and functional clients. it is possible in ubuntu but needs a little work. you have read a lot for it.
__________________
"Any intelligent fool can make things bigger and more complex... it takes a touch of genius - and a lot of courage - to move in the opposite direction." -Albert Einstein
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|