OPNsense Forum

English Forums => Virtual private networks => Topic started by: Upstate2447 on August 07, 2023, 02:12:58 AM

Title: Tailscale make install command not working
Post by: Upstate2447 on August 07, 2023, 02:12:58 AM
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.
Title: Re: Tailscale make install command not working
Post by: zz00mm on August 07, 2023, 02:19:07 AM
the instructions are lacking, you always do the following:
make
then if successfull
make install
Title: Re: Tailscale make install command not working
Post by: Upstate2447 on August 07, 2023, 02:27:25 AM
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
Title: Re: Tailscale make install command not working
Post by: Upstate2447 on August 07, 2023, 02:35:47 AM
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.
Title: Re: Tailscale make install command not working
Post by: lowgigs on September 27, 2023, 10:34:53 PM
I'm having the same issue but the steps you provided didn't work for me. Any other ideas?