Package: tftpd
Version: 0.17-15
Severity: minor
tftpd logs a request for a file, but fails to log an error if the
requested file does not exist.
On a client machine:
% tftp -i mythtv.vl.com GET bogus
Error on server : No such file or directory
The relevant bit logged by tftpd:
Mar 28 23:20:05 mythtv in.tftpd[17295]: connect from 192.168.0.200
(192.168.0.200)
Mar 28 23:20:05 mythtv tftpd[17296]: tftpd: trying to get file: bogus
Mar 28 23:20:05 mythtv tftpd[17296]: tftpd: serving file from
/var/lib/tftpboot
It may be of no relevance, but it seems atftpd suffers from the same
problem, though it supports a command line switch to increase the
logging verbosity, and if increased enough, it does log file errors.
-Tom
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]