GDM login asks only password on login failure

Gavin McCullagh gmccullagh at gmail.com
Tue Nov 6 10:36:20 GMT 2007


On Tue, 06 Nov 2007, Gavin McCullagh wrote:

>        sudo cp ldm_5.0.39_i386.deb /opt/ltsp/i386/root/

that should be 
	sudo cp ../ldm_5.0.39_i386.deb /opt/ltsp/i386/root/

> One complication here is that if you've got an amd64 package the build
> process will build ldm_5.0.39_amd64.deb not ldm_5.0.39_i386.deb.  If this
> is an issue, I'll have to figure out how to sort that out.

That wasn't very well stated.  If you are on an amd64 server but your thin
clients are i386, by default you'll build and amd64 package which won't
work on the thin clients.  The answer it seems is to add an extra option to
debuild:
	sudo debuild -us -uc -ai386

which should give you an i386 package.

Gavin




More information about the edubuntu-users mailing list