LTSP (Linux Terminal Server Project)
Posted: April 18, 2009 Filed under: Uncategorized | Tags: Uncategorized 3 Comments »LTSP Installation
Its simple and easy to setup a LTSP (Linux Terminal server Project) server.The link given below has the installion steps. Follow them and its done
Link to LTSP Installation Steps
OS. Fedora 9
Hardware used: Dell LATITUDE | D610 1GB RAM Pentium M 1.8GHZ
The steps I followed
1. # yum install ltsp-server
2. # yum install ltsp-vmclient
3. #echo “/opt/ltsp *(ro,async,no_root_squash)” >> /etc/exports
4. #ifup ltspbr0
# service xinetd start
# serivce ltsp-dhcpd start
# service rpcbind start
# service nfs start
# service sshd start
# chkconfig ldminfod on [ it Gives me follwoing error message]
[root@station11 ~]# chkconfig idminfod on
error reading information on service idminfod: No such file or directory
# chkconfig nbdrootd on
# chkconfig nbdswapd on
# chkconfig tftp on
# ltsp-build-client [ to begin installation of the /opt/ltsp/i386 client chroot.]

Building the ltsp client
Its Done. Now run the command to launch LTSP Client to test.
# ltsp-vmclient

LTSP Client booting up

LTSP client Login Scrren

Server and client desktop screen after login
Troubleshooting:
My server has already running dhcp server. It cause and problem while booting the LTSP client with message NO IP Found
After stopping dhcpd and restarting ltsp-dhcpd restart it works fine.
Yumcmd (release 0.9) Methods submiited to func list
Posted: April 17, 2009 Filed under: Uncategorized | Tags: Uncategorized Leave a comment »Release 0.9
The code for all yumcmd methods(install(), remove(), groupinstall(), groupremove()) has been submitted to Func list for suggestions.
Project Code
Project Wiki page