Cause: Second message logged at bootup, right after Starting code. Always logged.
OSAPI Linux
Message: osapiNetLinkNeighDump: could not open socket! - or - ipstkNdpFlush: could not open socket! -or- osapiNetlinkDumpOpen: unable to bind socket! errno = XX
Cause: Couldn't open a netlink socket. Make sure "ARP Daemon support" (CONFIG_ARPD) is enabled in the Linux kernel, if the reference kernel binary is not being used.
Message: ipstkNdpFlush: sending delete failed
Cause: Failed when telling the kernel to delete a neighbor table entry (the message is incorrect).
Message: unable to open /proc/net/ipv6/conf/default/ hop_limit
Cause: IPv6 MIB objects read, but /proc filesystem is not mounted, or running kernel does not have IPV6 support.
Message: osapimRouteEntryAdd, errno XX adding 0xYY to ZZ - or - osapimRouteEntryDelete, errno XX deleting 0xYY from ZZ
Cause: Error adding or deleting an IPv4 route (listed in hex as YY), on the interface with Linux name ZZ Error code can be looked up in errno.h.
Message: l3intfAddRoute: Failed to Add Route - or - l3intfDeleteRoute: Failed to Delete Route
Cause: Error adding or deleting a default gateway in the kernel's routing table (the function is really osapiRawMRouteAdd()/Delete()).
Message: osapiNetIfConfig: ioctl on XX failed: addr: 0xYY, err: ZZ - or - osapiNetIPSet: ioctl on XX failed: addr: 0x%YY
Cause: Failed trying to set the IP address (in hex as YY) of the interface with Linux name XX, and the interface does not exist. Sometimes this is a harmless race condition (e.g. we try to set address 0 when DHCPing on the network port (dtl0) at bootup, before it's created using TAP).
Message: ping: sendto error
Cause: Trouble sending an ICMP echo request packet for the UI ping command. Maybe there was no route to that network.
Message: Failed to Create Interface
Cause: Out of memory at system initialization time.
Message: TAP Unable to open XX
Cause: The /dev/tap file is missing, or, if not using the reference kernel binary, the kernel is missing "Universal TUN/TAP device driver support" (CONFIG_TUN).
Message: Tap monitor task is spinning on select failures - then - Tap monitor select failed: XX
Cause: Trouble reading the /dev/tap device, check the error message XX for details.
Message: Log_Init: log file error - creating new log file
Cause: This pertains to the "event log" persistent file in flash. Either it did not exist, or had a bad checksum.
Cause: Event log file has been cleared; happens at boot time.
Message: Log_Init: Corrupt event log; erasing
Cause: Event log file had a non-blank entry after a blank entry; therefore, something was messed up.
Message: Failed to Set Interface IP Address - or - IP Netmask - or - Broadcast Address - or - Flags - or - Hardware Address - or - Failed to Retrieve Interface Flags
Cause: Trouble adding VRRP IP or MAC address(es) to a Linux network interface.