Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Upstate2447

#1
My issue was resolved by running the following commands while in the /usr/ports/security/tailscale dir

make deinstall
make clean

Then running make, then make install, then following the rest of the guide.
#2
Thank you for the reply.

Sadly I am still not receiving any output from the make commands

root@OPNsense:/usr/ports/security/tailscale # make
root@OPNsense:/usr/ports/security/tailscale # make install
root@OPNsense:/usr/ports/security/tailscale # service tailscaled enable
tailscaled does not exist in /etc/rc.d or the local startup
directories (/usr/local/etc/rc.d), or is not executable
#3
I am attempting to migrate from mimugmail's tailscale version to opnsense-code ports by following this guide (https://tailscale.com/kb/1097/install-opnsense/) after uninstalling memugmail. I am running 23.7

After I run make install, the ssh terminal just prompts for the next input command with no text output that it installed. Then when I run service tailscaled enable command its not found in /etc/rc.d

root@OPNsense:/usr/ports/security/tailscale # make install
root@OPNsense:/usr/ports/security/tailscale # service tailscaled enable
tailscaled does not exist in /etc/rc.d or the local startup
directories (/usr/local/etc/rc.d), or is not executable

rc.d has no Tailscale folder.

Thank you for any assistance in troubleshooting this.