ltsp-server 5.2.1 don't work on lucid 10.04

Asked by Rafael Ugalde

i have updated ltsp-server to version 5.2.1-0ubuntu1 today
 and the client don't boot

 made:

# ltsp-update-image --arch i386 --server 10.228.45.137

 and return without create image to boot

 these file /opt/ltsp/i386/usr/share/initramfs-tools/conf.d/ltsp
 has this contents

 # Required to get a splash on Lucid
 FRAMEBUFFER=y
 it's correct? must modify this file?
server is Lucid 10.04 amd64

earlier version of ltsp-server is working as expected

 any suggestion?.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu ltsp Edit question
Assignee:
No assignee Edit question
Solved by:
Rafael Ugalde
Solved:
Last query:
Last reply:
Revision history for this message
Rafael Ugalde (uberiain) said :
#1

if i install the ltsp-client with this:

#ltsp-build-client --arch i386 --dist karmic

all is working well ( the client start ).

test the same with lucid and add

MODULES="netboot"
BOOT="ltsp_nbd"
COMPCACHE_SIZE="25%"

to /opt/ltsp/i386/usr/share/initramfs-tools/conf.d/ltsp

and test .......

Revision history for this message
Rafael Ugalde (uberiain) said :
#2

don't start client they gos to (initramfs) promt.

any suggestions?

Revision history for this message
DATAndrews (andrews-udallas) said :
#3

I have the same problem: It seems that the ltsp-client-core version 5.2.1-0ubuntu1 changes the file ${CHROOT}/${CONFFILE} (which would by default be /opt/ltsp/${ARCH}/usr/share/initramfs-tools/conf.d/ltsp) so that it does not contain the line

BOOT="ltsp_nbd"

which means that the "grep nbd ${CHROOT}/${CONFFILE}" in the ltsp-update-image script fails and so the image is not built.

Downgrading ltsp-client and ltsp-client-core (to 5.1.90-0ubuntu3) doesn't work: the client won't boot --- as Rafael says, it stops at the '(initramfs)' because it "gave up waiting for root device". Any suggestions? Should this be filed as a bug?

Revision history for this message
Rafael Ugalde (uberiain) said :
#4

it is working with ltsp-client 5.2.1-0ubuntu2,

great work

Revision history for this message
Rafael Ugalde (uberiain) said :
#5

just

chroot /opt/ltsp/i386

apt-get update

apt-get upgrade

 ltsp-client-5.2.1-0ubuntu3 the last and it's working..