Closed khalilfazal closed 9 years ago
It claims that it has dumped a core file. Where is this file?
Thank you for reporting. Core dumps must be located in the same dir where lpfw is. Does your Linux distro have conntrack enabled in the kernel?
I can't get conntrack to work. I'm unable to find help elsewhere. When I run conntrack -E
I get:
conntrack v1.4.2 (conntrack-tools): Can't open handler
Maybe you can tell me what Linux distro you are running and we can go from there?
When I launch lpfw with
sudo ./lpfw
I get:I traced the origin of the error messages to line 111 in conntrack.c
That query calls
nfct_open(NFNL_SUBSYS_CTNETLINK, 0)
which returns NULL, aborting the program.