ltsp

LTSP Nvidia thin client

# ION thin client
export LTSP_HANDLE_DAEMONS=false
chroot /opt/ltsp/i386/
mount -t proc proc /proc

# upgrade system
apt-get update
apt-get dist-upgrade -y

# view avaiable dirver
apt-cache search nvidia

# install nvidia driver
# sudo apt-get install -y nvidia-current-updates
# apt-get install -y nvidia-96 nvidia-96-updates nvidia-173 nvidia-173-updates nvidia-current nvidia-current-updates

# exit chroot
umount /proc
exit

ltsp-update-image --arch=i386
sudo ltsp-update-image -a i386-ion
sudo ltsp-update-kernels

HP Compaq t5510 Thin Client

Links
http://h18000.www1.hp.com/products/quickspecs/12081_ca/12081_ca.html

Xorg -version
X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux Ubuntu
Current Operating System: Linux ubuntu 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686
Build Date: 04 April 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present

Install LTSP

#!/bin/bash
 
# todo
# command to configure language
# command to configure timezone
 
# run update
sudo apt-get update
sudo apt-get -y dist-upgrade
 
# OPTIONAL: configure germany locale
sudo sed -i 's|en_US.UTF-8|de_DE.UTF-8|g' /etc/environment
sudo locale-gen de_DE.UTF-8
sudo apt-get install -y language-pack-de-base
#sudo sed -i 's|XKBLAYOUT="us"|XKBLAYOUT="de"|g' /etc/default/keyboard
 
# configure paper size to DIN A4
echo "a4" > /etc/papersize
 
# configure timezone
#dpkg-reconfigure tzdata
 
# install ubuntu-desktop
sudo apt-get -y install ubuntu-desktop
 
# OPTINAL: i

lts.conf parameter

XSERVER=nsc
LDM_USERNAME=root
LDM_PASSWORD=toor
PRINTER_0_TYPE=U
PRINTER_0_DEVICE=/dev/usb/lp0
SCREEN_02=shell
SCREEN_07=ldm
LDM_REMOTECMD="/usr/sbin/ethtool -s eth0 msglvl 0"
X_COLOR_DEPTH=16
X_VIDEORAM=4096
X_MODE_0=1024x768
X_HORZSYNC=30-70
X_VERTREFRESH=50-150
XKBLAYOUT=de
LDM_USERNAME=service
LDM_PASSWORD=terceS
SCREEN_07=startx-custom
PRINTER_0_TYPE=P
PRINTER_0_DEVICE=/dev/lp0
PRINTER_1_TYPE=U
PRINTER_1_DEVICE=/dev/usb/lp1
 
 
[LG]
        X_HORZSYNC         = "40-83"
        X_VERTREFRESH      = "55-60"
        X_MODE_0           = 1280x1024
 
[00:33:44:55:66:77

Create XEN LTSP Domain

### new
http://www.panticz.de/Ubuntu-Oneirc-domU-under-Debian-Dom0
 
# install ltsp
http://www.panticz.de/install-ltsp
 
 
 
 
### old
 
# set domU name
DOMAIN_NAME=ts
 
# create domU
xen-create-image --hostname=${DOMAIN_NAME} --dhcp --mac=00:11:22:7a:7b:7c \
--lvm=vg01 --dist=jaunty --mirror=http://archive.ubuntu.com/ubuntu/ --size=8Gb --memory=2Gb --swap=2Gb
 
# lucid test
# xen-create-image --hostname=${DOMAIN_NAME} --dhcp --mac=${DOMAIN_MAC} \
--lvm=vg01 --dist=lucid --mirror=http://archive.ubuntu.com/ubuntu --size=${DOMAIN_HDD} --memory=${DOMAIN_RAM} --swap=${DOMAIN_RAM} --ar

LTSP

Fix broken JetPipe in Hardy
sudo wget http://launchpadlibrarian.net/14035814/jetpipe -O /opt/ltsp/i386/usr/sbin/jetpipe
sudo chmod +x /opt/ltsp/i386/usr/sbin/jetpipe

Fix broken JetPipe in Jaunty
sudo chroot /opt/ltsp/i386 apt-get install python-serial
sudo ltsp-update-image --arch=i386

Links
lts.conf parameter - Parameter for customizing thin client behaviour

Do you like this page? Then support it. Please click the AD below and visit the sponsor. Thank you!


Syndicate content