Dear Alkis:

I have not yet solved this problem.  In the mean time I have upgraded to 
v. 9.04 "Jaunty."  I did remove  and reinstall ltsp on  the jaunty 
upgrade. I also followed your points 1) thru 3).  No results yet.  In 
fact, I think I took a step backward!  gPXE 0.9.6 fails now with the 
following messages on the client:

Waiting for link-up on net0  ... ok
DHCP (net0 00:50:ba:5e:79:4c)  .... connection timed out (0x4C106035)
no more network devices

--- BTW 00:50:ba:5e:79:4c is the NIC on the client. ---

 I have the following in my system.  Do you see any obvious errors?
The dhcp3 files (/etc/ltsp/dhcpd.conf and /etc/dhcp3/dhcpd.conf) both 
contain:

subnet 192.168.0.0 netmask 255.255.255.0 {
    range 192.168.0.0 192.168.0.254 #;
#    option domain-name "example.com";
#    option domain-name-servers 192.168.0.1;
#    option broadcast-address 192.168.0.255;
#    option routers 192.168.0.1;
#    next-server 192.168.0.1;
#    get-lease-hostnames true;
#    option subnet-mask 255.255.255.0;
    option root-path "/opt/ltsp/i386";
    if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
        filename "/ltsp/i386/pxelinux.0";
   } else {
        filename "/ltsp/i386/nbi.img";
    }
;}

--- Note: it seems that the reinstallation did not affect these files.
---

The files /etc/resolv.conf and /etc/resolc/com contain:

search happy             # my hostname
nameserver 205.171.3.65  # ISP
nameserver 205.171.2.65  # ISP
nameserver 10.0.0.2

Could you give further guidance what to try next?   Many thanks.

Alkis Georgopoulos wrote:
>> Please try the following:
>>
>> 1) Restore /etc/default/tftpd-hpa to RUN_DAEMON="no":
>> #Defaults for tftpd-hpa
>> RUN_DAEMON="no"
>> OPTIONS="-l -s /var/lib/tftpboot"
>>
>> 2) ...and your /etc/inetd.conf to:
>>  tftp           dgram   udp     wait    root  /usr/sbin/in.tftpd 
>> /usr/sbin/in.tftpd -s /var/lib/tftpboot
>>
>> 3) Then run: sudo invoke-rc.d openbsd-inetd restart
>> and see if you're still experiencing the problem.
>>
>> tftpd-hpa.postinst should have taken care of those for you; if the
>> problem was that tftpd-hpa was installed but didn't correctly insert the
>> entry in inetd.conf, then the bug should be reported against tftpd-hpa.
>>
>> ** Changed in: ltsp (Ubuntu)
>>        Status: New => Incomplete
>>
>>

-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to