OPNsense Forum

English Forums => General Discussion => Topic started by: vinfra-dude on May 26, 2023, 07:31:11 PM

Title: [FIXED] opn-arp service startup issue
Post by: vinfra-dude on May 26, 2023, 07:31:11 PM
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.
Title: Re: [FIXED] opn-arp service startup issue
Post by: Andreas.Wien on June 08, 2023, 08:56:36 PM
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?
Title: Re: [FIXED] opn-arp service startup issue
Post by: abulafia on July 26, 2023, 09:48:40 PM
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