OPNsense Forum

Archive => 23.1 Legacy Series => Topic started by: Andreas.Wien on February 06, 2023, 04:22:52 PM

Title: OPN-Arp autostart
Post by: Andreas.Wien on February 06, 2023, 04:22:52 PM
After reboot the OPN-Arp service doesnt autostart, though Enabled[X].
I have to manually start it every time after reboot.

Is there a way to fix the functionality of "enable", or a shell way to make it autostart after reboot?
Title: Re: OPN-Arp autostart
Post by: mimugmail on February 06, 2023, 05:34:52 PM
Do you see anything on the console while  booting?
Title: Re: OPN-Arp autostart
Post by: Andreas.Wien on February 06, 2023, 06:34:30 PM
of course alot to see in the console upon boot ;) but nothing specific abt opnarp catched my eye.

maybe connected to this issue: in the GUI at "System: Diagnostics: Services" the "opnarp daemon" is stopped and cannot be started.
Title: Re: OPN-Arp autostart
Post by: Andreas.Wien on February 11, 2023, 03:26:28 PM
in /usr/local/etc/rc.d opnarp was the only one with flags -rw-r--r--
changed it to chmod 755 opnarp -rwxr-xr-x
probably this fixed it.