Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Virtual private networks
»
Tailscale make install command not working
« previous
next »
Print
Pages: [
1
]
Author
Topic: Tailscale make install command not working (Read 1849 times)
Upstate2447
Newbie
Posts: 3
Karma: 0
Tailscale make install command not working
«
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.
Logged
zz00mm
Newbie
Posts: 40
Karma: 2
Re: Tailscale make install command not working
«
Reply #1 on:
August 07, 2023, 02:19:07 am »
the instructions are lacking, you always do the following:
make
then if successfull
make install
Logged
Upstate2447
Newbie
Posts: 3
Karma: 0
Re: Tailscale make install command not working
«
Reply #2 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
Logged
Upstate2447
Newbie
Posts: 3
Karma: 0
Re: Tailscale make install command not working
«
Reply #3 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.
Logged
lowgigs
Newbie
Posts: 1
Karma: 0
Re: Tailscale make install command not working
«
Reply #4 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?
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Virtual private networks
»
Tailscale make install command not working