This chapter describes messages with the FUD prefix. They are generated by the UDP forwarding process (fud), which forwards UDP (User Datagram Protocol) packets from a network to a server for services that run over UDP.
Unknown option "option"
One or more options provided on the 'fud' command line were invalid. The UDP forwarding process (fud) initialized but ignored the invalid options.
Error: An error occurred
error
Reissue the 'fud' command with the correct options.
Destination address of destination-address is invalid
One or more server addresses configured for the UDP forwarding process (fud) were invalid.
Error: An error occurred
error
Reconfigure the fud process with valid server addresses.
bind(port port) failed: error-message
The UDP forwarding process (fud) received the indicated error when it tried to bind a socket to a local address.
Error: An error occurred
error
Contact your technical support representative.
Unable to run in the background as daemon: error-message
The UDP forwarding process (fud) could not create a version of itself to run in the background as a daemon.
Error: An error occurred
error
Contact your technical support representative.
Unable to allocate count bytes of memory: error-message
The UDP forwarding process (fud) could not allocate the indicated amount of memory from the heap.
Error: An error occurred
error
Contact your technical support representative.
program-name must be run as root
The user who attempted to start the UDP forwarding process (fud) was not the root user, so the process did not start.
Error: An error occurred
error
Become the root user before issuing the 'fud' command.
Unable to lock PID file; another program-name was running
The UDP Forwarding process (fud) attempted to lock the file that records its process ID (PID), which serves to prevent multiple instances of the fud process from running simultaneously. The attempt failed.
Error: An error occurred
error
Another instance of the fud process is running.
Check whether another fud process is running, and stop it if appropriate.
Unable to update PID file for program-name
The UDP Forwarding process (fud) attempted to update the file that records its process ID (PID), which serves to prevent multiple instances of the fud process from running simultaneously. The attempt failed.
Error: An error occurred
error
Another instance of the fud process is running.
Check whether another fud process is running, and stop it if appropriate.
Exiting because of repeated recvmsg() failures
The UDP Forwarding process (fud) could not receive data from the network, which it needs to do during normal operation.
Error: An error occurred
error
Contact your technical support representative.
Unable to write to routing socket: error-message
The UDP Forwarding process (fud) could not write to its routing socket for the indicated reason.
Error: An error occurred
error
Contact your technical support representative.
sendmsg() to destination-address port port on interface interface-name rt_inst routing-instance failed: error-message
The UDP Forwarding process (fud) could not send data to the indicated destination port and address via the indicated interface and routing instance, which it needs to do during normal operation.
Error: An error occurred
error
Contact your technical support representative.
sendmsg() to destination-address port port rt_inst routing-instance failed: error-message
The UDP Forwarding process (fud) could not send data to the indicated destination port and address via the indicated routing instance, which it needs to do during normal operation.
Error: An error occurred
error
Contact your technical support representative.
setsockopt(arguments) failed: error-message
The UDP Forwarding process (fud) could not set the indicated socket option.
Error: An error occurred
error
Contact your technical support representative.
socket(arguments) failed: error-message
The UDP Forwarding process (fud) could not create a socket.
Error: An error occurred
error
Contact your technical support representative.