fln / addrwatch

A tool similar to arpwatch for IPv4/IPv6 and ethernet address pairing monitoring.
GNU General Public License v3.0
184 stars 30 forks source link

addrwatch on OS X just starts once #9

Open ctr49 opened 6 years ago

ctr49 commented 6 years ago

I have addrwatch installed on OS X (10.13.2 / High Sierra), using libpcap, libevent and argp-standalone from brew and then compiling latest master (as of today).

However, I can only start addrwatch once. On every subsequent invocation I get an error:

addrwatch: ERR: Error setting shared memory size
fln commented 6 years ago

Thanks for reporting. I do not have access to an OS X system to reproduce the issue. There is potential fix in issue_9 branch - it resets shared memory size only if necessary (usually on first run) instead of always. Could you try building and running code from this branch and report back if the issue is fixed?