Claude,

Could be iptables getting in the way, do this:

    iptables -L

See if you get anything more than the 3 'ACCEPT' lines.
You might try disabling iptables, to see if it helps.

Also, make sure that tftpd is actually listening on port 69.
Do this:

   netstat -anp | grep ":69 "


Jim McQuillan
[EMAIL PROTECTED]



On Sun, 3 Jul 2005, Claude [ISO-8859-1] G�linas agr. wrote:

> each time I start my terminal it stop at tftp with the following
> message:
> tftp open timeout
>
> On the server /var/log/message say:
>
> in.tftpd[8928]: tftp: client does not accept options
>
> my /etc/xinetd.d/tftp file is like this
>
> service tftp
> {
>         wait            = yes
>         port            = 69
>         socket_type     = dgram
>         protocol        = udp
>         user            = root
>         server          = /usr/sbin/in.tftpd
>         server_args     = -v -v -v -v -s /tftpboot
>         per_source              = 11
>         cps                     = 100 2
>         flags                   = IPv4
>         disable         = no
> }
>
> my dhcpd.conf is :
> ...
> option domain-name           "phyto.qc.ca";
> ...
> host salon {
>         hardware ethernet       00:11:2F:4D:25:DE;
>         fixed-address           192.168.1.21;
>         filename                "/lts/2.6.9-ltsp-3/pxelinux.0";
> }
>
>
>
> everything was working fine before a HD crash that force me to reinstall
> the server. I run FC3 with all update. the terminal boot via pxe
>
> any hint will help...
>
> --
> -----
> Claude Gélinas agr., dta
> Phyto Ressources inc.
> ==============================================================================
> Varennes, Québec, Canada           Tél.: (450) 652 9764,   Fax.:(450) 652 6182
>      Des questions sur les insectes et maladies des plantes ornementales ?
>                  Want to know more about ornamental plant pest ?
>                             http://www.phyto.qc.ca
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
> _____________________________________________________________________
> 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