On Ubuntu 12.04 I found that I had to restart the tftp service even 
though it was running. Then I put it into a script like so:

Create a file /etc/init.d/tftpd-hpa2 with
#!/bin/sh
sleep 10
service tftpd-hpa restart

$ sudo chmod +x /etc/init.d/tftpd-hpa2
$ sudo update-rc.d tftpd-hpa2 defaults

It's a crude hack I know but it's a work around for now.

from
Michael

On 09/08/12 08:35, John Hupp wrote:
> Thanks for the first step, but service reports status: tftpd-hpa 
> start/running
>
> What next?
>
> On 8/8/2012 6:03 PM, Lachele Foley (Lists) wrote:
>> Quick test:  make sure the tftp daemon is running.
>>
>> :~$ sudo service tftpd-hpa status
>> tftpd-hpa start/running, process 2866
>>
>> If not, try starting it (change "status" to "start").  Sometimes with
>> Ubuntu, I've found that services don't start the way I expect every
>> time I boot.
>>
>> Since it got as far as it did, dhcp seems to be working.  You just
>> have to get tftp to push out an image.
>>
>> :-) Lachele
>>
>> On Wed, Aug 8, 2012 at 5:50 PM, John Hupp<[email protected]>  wrote:
>>> I just built another Lubuntu 12.04 LTSP server on different hardware for
>>> testing.
>>>
>>> The current terminal I'm testing with generates this boot error and then
>>> stops:
>>>
>>>      PXE-E32: TFTP open timeout
>>>
>>> This terminal boots fine on the first LTSP server I set up, which had more
>>> modest hardware.
>>>
>>> How do I address this?
>>>
>>> ------------------------------------------------------------------------------
>>> Live Security Virtual Conference
>>> Exclusive live event will cover all the ways today's security and
>>> threat landscape has changed and how IT managers can respond. Discussions
>>> will include endpoint security, mobile security and the latest in malware
>>> threats.http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>> _____________________________________________________________________
>>> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>>>        https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
>>> For additional LTSP help,   try #ltsp channel on irc.freenode.net
>>>
>>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>
>
> _____________________________________________________________________
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>        https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.freenode.net



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to