Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPN-arp permission error #173

Open
asche77 opened this issue Jul 26, 2023 · 1 comment
Open

OPN-arp permission error #173

asche77 opened this issue Jul 26, 2023 · 1 comment

Comments

@asche77
Copy link

asche77 commented Jul 26, 2023

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
Copy link

I can confirm the permission issue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants