tailscale-qpkg icon indicating copy to clipboard operation
tailscale-qpkg copied to clipboard

which qpkg for ts-431p

Open dnerpzza opened this issue 2 years ago • 9 comments

Hey guys my Nas is apparently on arm 32bit I can't find any qpkg based on arm 32 it's only 32 and 64 and so on. can someone help me ? Which qpkg I have to use?

Thanks in advance.

dnerpzza avatar Sep 27 '23 15:09 dnerpzza

Please use Tailscale_1.48.2-1_arm-x41.qpkg

athinaok avatar Sep 27 '23 15:09 athinaok

Please use Tailscale_1.48.2-1_arm-x41.qpkg

I did that now. But instead of cookie not present Error i get this:

Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at admin@NAS to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Do you know, why am i getting this? What can i do to fix it? Appreciate the help.

dnerpzza avatar Oct 15 '23 01:10 dnerpzza

You see the internal server error from where? From the Tailscale UI, which you get to by clicking on the Tailscale icon in the App Center?

Are you able to ssh to the QNAP device? From a shell, can you: ps auxw | grep -i tailscale to check whether the daemon is running.

DentonGentry avatar Oct 15 '23 01:10 DentonGentry

You see the internal server error from where? From the Tailscale UI, which you get to by clicking on the Tailscale icon in the App Center?

Yes exactly after clicking on the UI on the app center or rather just from the "home screen". same thing.

Are you able to ssh to the QNAP device? From a shell, can you: ps auxw | grep -i tailscale to check whether the daemon is running.

the thing with the ssh i dont understand. Can you explain detailed what exactly i have to do ?

dnerpzza avatar Oct 15 '23 01:10 dnerpzza

ps auxw | grep -i tailscale

if i did it right it should be

[~] # ps auxw | grep -i tailscale 2302 admin 22156 S /share/CACHEDEV2_DATA/.qpkg/Tailscale/tailscaled --port XXXXX --statedir=/share/CACHEDEV2_DATA/.qpkg/Tailscale/state --socket=/tmp/tailscale/tailscaled.sock 30113 admin YYYYYY S tailscaled --socket=/tmp/tailscaled.sock --state=mem: --statedir=/tmp --tun=userspace-networking 30122 admin ZZZ S tailscale --socket=/tmp/tailscaled.sock up --accept-dns=false 30445 admin TTT S grep -i tailscale [~] #

The numbers i changed with XYZT because i dont know if im supposed to share them.

Is that allright like that?

dnerpzza avatar Oct 15 '23 01:10 dnerpzza

There somehow are two versions of Tailscale running. The first appears to be the QNAP package installed through the App Center, the second is running in userspace-networking mode which the QNAP package does not use.

  1. /share/CACHEDEV2_DATA/.qpkg/Tailscale/tailscaled --port XXXXX --statedir=/share/CACHEDEV2_DATA/.qpkg/Tailscale/state --socket=/tmp/tailscale/tailscaled.sock
  2. tailscaled --socket=/tmp/tailscaled.sock --state=mem: --statedir=/tmp --tun=userspace-networking

I would suggest:

  1. uninstall the package in the App Center
  2. Reboot the QNAP
  3. install the package in the App Center

DentonGentry avatar Oct 15 '23 04:10 DentonGentry

ps auxw | grep -i tailscale

I did that --> the userspace is no more but still the same error with the internal server.

ps auxw | grep -i tailscale shows now: 20436 admin 28212 S /share/CACHEDEV2_DATA/.qpkg/Tailscale/tailscaled --port XXXXX --statedir=/share/CACHEDEV2_DATA/.qpkg/Tailscale/state --socket=/tmp/tailscale/tailscaled.sock 25795 admin 452 R grep -i tailscale [~] #

dnerpzza avatar Oct 15 '23 11:10 dnerpzza

can someone help?

dnerpzza avatar Oct 17 '23 00:10 dnerpzza

I got an error when I first installed and found that I needed to start the service (in App Center) first.

daxliniere avatar Jan 23 '24 21:01 daxliniere