Le jeudi 21 décembre 2006 à 12:36 -0400, Allan a écrit : > I am > getting an IP address from the server, as before, but when it gets to > the Loading nbi.img .., it hangs there. It does something similiar in > PXE, just a different file loading. > > Has anyone had this happen after installing other software?
You could test : ps aux | grep dhcpd to see the dhcpd daemon Example on my computer : dhcpd 4750 0.0 0.2 2884 972 ? Ss 17:50 0:00 /usr/sbin/dhcpd3 -q -pf /var/run/dhcp3-server/dhcpd.pid -cf /etc/ltsp/dhcpd.conf Then have a look there : sudo gedit /etc/ltsp/dhcpd.conf Then test the tftp-hpa configuration : sudo dpkg-reconfigure tftp-hpa WARNING : I don't know if ltsp needs a particular configuration (run as daemon? started by inetd?). François -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
