-
Notifications
You must be signed in to change notification settings - Fork 109
Description
Nova user received the following error:
Expiring OS fingerprint for xxx.xxx.xx.xx
honeyd: config.c:721: template_remove_arp: Assertion 'arp ! = ((void*)0)' failed.
Failed to start Haystack
It seems like the honeyd ARP table is being asked for a value that it does not have – so it fails to start the haystack. Honeyd’s ARP mechanisms were never developed by the honeyd project to mirror the ARP caching on Linux. We have identified some differences in this on one of the issues in the Github issue list for honeyd: (see issue #44)
If the user can re-start honeyd and it does not happen again then we can assume it is a caching behavior. If the error can be re-produced, it becomes a issue that we need to investigate further. Please comment if others have seen this issue.