mimugmail / opn-repo

OPNsense repo by mimugmail
Other
329 stars 24 forks source link

OPN-arp permission error #173

Open asche77 opened 12 months ago

asche77 commented 12 months ago

From https://forum.opnsense.org/index.php?topic=34214.0:

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

(error on boot and shutdown/reboot)

Cause: wrong permission on /usr/local/etc/rc.d/opnarp root@OPNsense:/usr/local/etc/rc.d # ls -la /usr/local/etc/rc.d/opnarp -rw-r--r-- 1 root wheel 335 Jan 3 2022 opnarp

Solution: chmod +x /usr/local/etc/rc.d/opnarp (or chmod 755 /usr/local/etc/rc.d/opnarp) service opnarp stop service opnarp start

Could this please be fixed in the plugin (I assume its a plugin error not an OPNsense error)

sammyke007 commented 7 months ago

I can confirm the permission issue...