Tailscale make install command not working

Started by Upstate2447, August 07, 2023, 02:12:58 AM

Previous topic - Next topic
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.

the instructions are lacking, you always do the following:
make
then if successfull
make install

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

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.

I'm having the same issue but the steps you provided didn't work for me. Any other ideas?