This chapter describes messages with the TFTPD prefix. They are generated by the Trivial FTP (TFTP) process (tnp.tftpd), which services requests from hardware components for the configuration files they use during initialization.
Unexpected address family address-family-type
As each hardware component on the routing platform initializes, it requests its configuration file from the TFTP process (tnp.tftpd). The tnp.tftpd process exited because an incoming packet had the indicated, unexpected value in its address family (sockaddr) field.
Error: An error occurred
error
bind: error-message
Binding of a socket to an address failed due to a system error.
Error: An error occurred
error
connect: error-message
Connection of a socket to an address failed due to a system error.
Error: An error occurred
error
TFTP operation from address address port port file filename
As each hardware component on the routing platform initializes, it requests its configuration file from the TFTP process (tnp.tftpd). The process established a connection with the indicated characteristics: kind of operation (read or write), address and port connected to, and name of file transferred.
Event: This message reports an event, not an error
info
check_space error-message
The TFTP process (tnp.tftpd) could not create a core dump file.
Error: An error occurred
error
There is probably not enough free space in the file system where tnp.tftpd tried to create the file.
ioctl(FIONBIO): error-message
The TFTP process (tnp.tftpd) could not set the standard input to be nonblocking.
Error: An error occurred
error
fork: error-message
As each hardware component on the routing platform initializes, it requests its configuration file from the TFTP process (tnp.tftpd). To service multiple clients simultaneously, tnp.tftpd calls the fork() system call to make a copy of itself for each request. The system call returned the indicated error.
Error: An error occurred
error
nak error error-code, error-message
The TFTP process (tnp.tftpd) sent a negative acknowledgment to a client because of the indicated error condition.
Error: An error occurred
warning
Unable to open file 'filename', error: error-message
The TFTP process (tnp.tftpd) could not open the indicated file because of the indicated error.
Error: An error occurred
warning
Received count blocks of block-size size for file 'filename'
The TFTP process (tnp.tftpd) received the last portion of a transmitted file. This message records the number of blocks received, the block size used, and the name of the file to which the data was written.
Event: This message reports an event, not an error
info
recvfrom: error-message
The TFTP process (tnp.tftpd) issued the recvfrom() system call when attempting to receive data from the network. The system call failed.
Error: An error occurred
error
recv: error-message
The TFTP process (tnp.tftpd) could not receive data from the network.
Error: An error occurred
error
Sent count blocks of block-size and 1 block of size for file 'filename'
The TFTP process (tnp.tftpd) successfully sent a file. This message records the number of blocks sent, the block size used, the size of the last block, and the name of the source file.
Event: This message reports an event, not an error
info
send: error-message
The TFTP process (tnp.tftpd) could not send data.
Error: An error occurred
error
socket: error-message
The TFTP process (tnp.tftpd) could not open a socket for data transmission or reception.
Error: An error occurred
error
statfs filename, error: error-message
The TFTP process (tnp.tftpd) issued the statfs() system call to obtain the status of the file system into which it needed to write a crash file. The system call failed with the indicated error.
Error: An error occurred
error