[Contents] [Prev] [Next] [Index] [Report an Error]

TFTPD System Log Messages

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.

TFTPD_AF_ERR

System Log Message

Unexpected address family address-family-type

Description

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.

Type

Error: An error occurred

Severity

error

TFTPD_BIND_ERR

System Log Message

bind: error-message

Description

Binding of a socket to an address failed due to a system error.

Type

Error: An error occurred

Severity

error

TFTPD_CONNECT_ERR

System Log Message

connect: error-message

Description

Connection of a socket to an address failed due to a system error.

Type

Error: An error occurred

Severity

error

TFTPD_CONNECT_INFO

System Log Message

TFTP operation from address address port port file filename

Description

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.

Type

Event: This message reports an event, not an error

Severity

info

TFTPD_CREATE_ERR

System Log Message

check_space error-message

Description

The TFTP process (tnp.tftpd) could not create a core dump file.

Type

Error: An error occurred

Severity

error

Cause

There is probably not enough free space in the file system where tnp.tftpd tried to create the file.

TFTPD_FIO_ERR

System Log Message

ioctl(FIONBIO): error-message

Description

The TFTP process (tnp.tftpd) could not set the standard input to be nonblocking.

Type

Error: An error occurred

Severity

error

TFTPD_FORK_ERR

System Log Message

fork: error-message

Description

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.

Type

Error: An error occurred

Severity

error

TFTPD_NAK_ERR

System Log Message

nak error error-code, error-message

Description

The TFTP process (tnp.tftpd) sent a negative acknowledgment to a client because of the indicated error condition.

Type

Error: An error occurred

Severity

warning

TFTPD_OPEN_ERR

System Log Message

Unable to open file 'filename', error: error-message

Description

The TFTP process (tnp.tftpd) could not open the indicated file because of the indicated error.

Type

Error: An error occurred

Severity

warning

TFTPD_RECVCOMPLETE_INFO

System Log Message

Received count blocks of block-size size for file 'filename'

Description

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.

Type

Event: This message reports an event, not an error

Severity

info

TFTPD_RECVFROM_ERR

System Log Message

recvfrom: error-message

Description

The TFTP process (tnp.tftpd) issued the recvfrom() system call when attempting to receive data from the network. The system call failed.

Type

Error: An error occurred

Severity

error

TFTPD_RECV_ERR

System Log Message

recv: error-message

Description

The TFTP process (tnp.tftpd) could not receive data from the network.

Type

Error: An error occurred

Severity

error

TFTPD_SENDCOMPLETE_INFO

System Log Message

Sent count blocks of block-size and 1 block of size for file 'filename'

Description

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.

Type

Event: This message reports an event, not an error

Severity

info

TFTPD_SEND_ERR

System Log Message

send: error-message

Description

The TFTP process (tnp.tftpd) could not send data.

Type

Error: An error occurred

Severity

error

TFTPD_SOCKET_ERR

System Log Message

socket: error-message

Description

The TFTP process (tnp.tftpd) could not open a socket for data transmission or reception.

Type

Error: An error occurred

Severity

error

TFTPD_STATFS_ERR

System Log Message

statfs filename, error: error-message

Description

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.

Type

Error: An error occurred

Severity

error


[Contents] [Prev] [Next] [Index] [Report an Error]