headscale: create namespace error : ephemeral_node_inactivity_timeout

download headscale binary from latest release and try to create my first namespace , but headscale return some error messages like

2021-12-07 09:58:25 [changch@hqdc034 Downloads]$ ./headscale_0.11.0_linux_amd64 namespaces create em
An updated version of Headscale has been found (0.12.0-beta1 vs. your current v0.11.0). Check it out https://github.com/juanfont/headscale/releases
2021/12/07 09:58:36 Error initializing: ephemeral_node_inactivity_timeout () is set too low, must be more than 1m5s

any suggestions??

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 16 (5 by maintainers)

Most upvoted comments

I ran into the “ephemeral_node_inactivity_timeout () is set too low” issue running headscale in a container with podman (rather than Docker). The problem was that the headscale process was unable to read the config.yaml file. I am running on CentOS 8 with selinux enforcing. The solution was to append 😒 or :Z to the volume mount arguments.