PDA

View Full Version : LTSP Auto Logon (Gusty)


bazz
02-December-2007, 12:37
For those who are having problems with Auto logon there seems to be a fix over here
https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/161794

bazz
02-December-2007, 18:00
Interesting thing happens with auto logon and multipe screens. You can set the sereens up as example lts.conf
[default]
SERVER=192.168.1.1
[WKS001] or mac address
LDM_USERNAME=user
LDM_PASSWORD=password
SCREEN_07=ldm
SCREEN_08=ldm
SCREEN_09=ldm


The user will auto logon all three screens. It takes a little time but it does come up. I think the last 2 screens need to timeout befor it will logon.

Now if there was a way to map the user to the screen that way you can have different users auto login on different screens....that would be sweet!

cnew
13-December-2007, 15:52
For those who are having problems with Auto logon there seems to be a fix over here
https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/161794
did you get this patch applied? I am totally lost in how to apply it and could use some help...

Thanks

bazz
15-December-2007, 13:28
did you get this patch applied? I am totally lost in how to apply it and could use some help...

Thanks
Debs are located here
https://launchpad.net/~francis-giraldeau/+archive (https://launchpad.net/%7Efrancis-giraldeau/+archive)

This is the one you want
http://launchpadlibrarian.net/10690479/ldm_5.0.39ubuntu1%7Efg4_i386.deb

Download the package, and install it as follow :

sudo dpkg --root=/opt/ltsp/i386/ -i ldm_5.0.39ubuntu1~fg4_i386.deb
Don't forget to run ltsp-update-image after upgrading ldm, and reboot
your thin-client.

(tcpip247@yahoo.com)