Comment 0 for bug 996533

Revision history for this message
Gelu N. (gelu) wrote :

After upgrade LTSP server and client images (new client chroot from scratch) from 11.10 to 12.04.

If in lts.conf is configured a local printer:
Code:

[MAC]
PRINTER_0_DEVICE=/dev/lp0 (orPRINTER_0_DEVICE=anythingelse)

the client with MAC can't boot and it stops after "Begin: Running /scripts/init-bottom ... done."

On server in /var/log/syslog:
Code:

dhcpd: DHCPDISCOVER from [MAC] via eth0
.....
dhcpd: DHCPACK on 192.168.0.60 to [MAC] via eth0
nbd_server[2071]: connect from 192.168.0.60, assigned file is /opt/ltsp/images/i386.img
nbd_server[2071]: Can't open authorization file (null) (Bad address).
nbd_server[2071]: Authorized client
nbd_server[32636]: Starting to serve
nbd_server[32636]: Size of exported file/device is 687316992

and stops here without the message "Disconnect request received" as is expected on normal boot of a thin client.

If I put in comment PRINTER_0_DEVICE in lts.conf everything is just fine and that terminal boot ok.