August 11, 2025Aug 11 I’m curious if this is related to the new responsive update. I installed Unraid 7.2 beta 1, and now it seems that in some of my containers, I can no longer activate Tailscale. It throws an error (see example below for SABnzbd).The same issue occurs with other *arr containers as well.I tried cd-ing into the directory mentioned in the error, but it doesn’t exist—so I’m assuming that’s the root of the problem.How should I go about fixing this? Wait for a tailscale update? docker run -d --name='binhex-sabnzbd' --entrypoint='/opt/unraid/tailscale' --net='br0.100' --ip='10.0.100.124' --pids-limit 2048 -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Unraid" -e HOST_CONTAINERNAME="binhex-sabnzbd" -e 'TCP_PORT_8080'='8080' -e 'TCP_PORT_8090'='8090' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -e TAILSCALE_HOSTNAME='sab-test' -e TAILSCALE_ALLOW_LAN_ACCESS='false' -e TAILSCALE_USE_SSH='false' -e TAILSCALE_USERSPACE_NETWORKING='false' -e TAILSCALE_SERVE_PORT='8080' -e ORG_ENTRYPOINT="/usr/bin/dumb-init --" -e ORG_CMD="/bin/bash init.sh" -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8080]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/sabnzbd-icon.png' -l net.unraid.docker.tailscale.webui='https://[hostname][magicdns]/' -l net.unraid.docker.tailscale.hostname='sab-test' -v '/mnt/user/data/usenet/':'/data/usenet':'rw' -v '/mnt/nvme/appdata/binhex-sabnzbd':'/config':'rw' -v '/usr/local/share/docker/tailscale_container_hook':'/opt/unraid/tailscale' --cap-add=NET_ADMIN --device='/dev/net/tun' 'binhex/arch-sabnzbd' 2e2849aa42cd2d65b06ee3b8bb903a4b84c6e7c516b82fc96074e1ddb05a76cedocker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "/opt/unraid/tailscale": is a directory: unknown: permission denied.The command failed. Edited August 11, 2025Aug 11 by lowfi
August 11, 2025Aug 11 Author I did a better search. I found this: https://forums.unraid.net/bug-reports/prereleases/720-beta1-breaks-tailscale-r4003/So wait for beta2 I assume?
August 11, 2025Aug 11 1 hour ago, lowfi said:So wait for beta2 I assume?Probably the best option, there was a workaround posted here that may help for now:tailscale_container_hook keeps changing to a folder - Prereleases
September 18, 2025Sep 18 On 8/11/2025 at 7:01 PM, lowfi said:I did a better search. I found this: https://forums.unraid.net/bug-reports/prereleases/720-beta1-breaks-tailscale-r4003/blocky blastSo wait for beta2 I assume?Great! Thanks you for sharing Edited September 22, 2025Sep 22 by EvelynOFord
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.