bueno mira ya empece a hacer pruebas pero me lio con el dhcp3 intento arrancarlo pero no quiere
te comento lo que he empezado con info recopilada por la web
Instalo la herramienta que tu dices
$ sudo apt-get install ltsp-server-standalone
eso me instala un conjunto de cosas inclusive el dhcp3 y un tftp
reinicio el tftpd si esta parado arranca
$ sudo /etc/init.d/tftpd-hpa restart
Creo la imagen que los clientes van a levantar
$ sudo ltsp-build-client
I: Retrieving Release I: Retrieving Release.gpg I: Checking Release signature I: Valid Release signature (key id 630239CC130E1A7FD81A27B140976EAF437D05B5) I: Retrieving Packages I: Validating Packages I: Resolving dependencies of required packages... I: Resolving dependencies of base packages... I: Checking component main on http://archive.ubuntu.com/ubuntu... I: Retrieving adduser I: Validating adduser
... ... ...
Creating new configuration file Adding new entry The nbd-server daemon doesn't allow for live configuration update. To pick up the changes, the daemon needs to be restarted. If it's a new LTSP chroot. Run /etc/init.d/nbd-server restart THIS WILL DISCONNECT ALL YOUR CLIENTS (they'll need to be rebooted) información: la instalación del cliente LTSP se completó satisfactoriamente
reinicio el nb como ahi recomienda
$ sudo /etc/init.d/nbd-server restart
Restarting the Network Block Device server is pretty harsh on clients still using it. waiting 5 seconds...You have been warned! Restarting Network Block Device server: Stopping Network Block Device server: nbd-server. nbd-server.
EL PROBLEMA ES EL DHCP NO ENCUENTRO DONDE HACERLO ARRANCAR
sudo /etc/init.d/isc-dhcp-server status Status of ISC DHCP server: dhcpd is not running.
$ sudo /etc/init.d/isc-dhcp-server start * Starting ISC DHCP server dhcpd * check syslog for diagnostics. ------> fail
$ sudo /etc/init.d/isc-dhcp-server status Status of ISC DHCP server: dhcpd is not running.
Que estare haciendo mal ? quizas no necesite el dhcp en esta version de Ubuntu?
Gracias Gillermo me pondre a buscar info sobre el CMOV de ultima instalo una VM con una Vesion de Ubntu mas vieja que haga de servidor de imagenes