[Etherboot-users] Re: tftp: client does not accept options
Brought to you by:
marty_connor,
stefanhajnoczi
From: H. P. A. <hp...@zy...> - 2002-09-03 00:08:58
|
Christian Reis wrote: > Hey there, > > Is there an easy way to find out what options are making my server cry > in its logs? > > Sep 2 11:30:50 anthem in.tftpd[428]: tftp: client does not accept options > Sep 2 11:31:41 anthem in.tftpd[468]: tftp: client does not accept options > Sep 2 11:32:04 anthem in.tftpd[508]: tftp: client does not accept options > Sep 2 11:35:42 anthem in.tftpd[602]: tftp: client does not accept options > Sep 2 11:45:46 anthem in.tftpd[867]: tftp: client does not accept options > > I guess I can track down what box it is, but is there a way of finding > out through tftpd which options the client doesn't like? > Probably not -- I think "client does not accept" is an all or nothing. Note that this is normal for PXE clients -- all known PXE stacks does a "dummy transfer" to query the size of the target file, and terminate the connection with an OPNAK error so it doesn't have to sit through the whole transfer. -hpa |