[FIXED] opn-arp service startup issue

Started by vinfra-dude, May 26, 2023, 07:31:11 PM

Previous topic - Next topic
after upgrade to 23.1.8 and rebooting the opnsense device, i saw the error message that opnarp service could not start..

exact error message:

/usr/local/etc/rc.freebsd: /usr/local/etc/rc.d/opnarp: Permission denied


logged in as root user and checked the file permissions and found that it had 644 as opposed to 755

ran the following commands to address the service start and startup issues

chmod +x opnarp
service opnarp stop
service opnarp start


Note: service stop command was done for posterity as in some instances service appears to be running with a PID file associated even if it doesnt have execute permissions.

seems like the same issue as in https://forum.opnsense.org/index.php?topic=32350
I just had to redo the +x, as it seems to be broken with every FW-update.

is this a known issue?
can it be fixed?

July 26, 2023, 09:48:40 PM #2 Last Edit: July 26, 2023, 09:58:27 PM by abulafia
Thanks - just ran into the same issue.

It certainly can be fixed, but would need to be done by @mimugmail as maintainer of the OPNsense community repo.

I've posted a bug at https://github.com/mimugmail/opn-repo/issues/173