Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: failed to parse header value #200

Open
danielskapunk opened this issue Dec 1, 2022 · 2 comments
Open

Error: failed to parse header value #200

danielskapunk opened this issue Dec 1, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@danielskapunk
Copy link

danielskapunk commented Dec 1, 2022

Cant start zeronsd

sudo /usr/bin/zeronsd start -l trace -t /home/daniel/zttoken -d lan a....3
Dec 01 13:23:43.601  INFO zeronsd::init: Welcome to ZeroNS!
Error: failed to parse header value

running in a VM
OS: Ubuntu 22.04.1 LTS x86_64
Kernel: 5.15.0-53-generic

@anhdowastaken
Copy link

Same to me. This is my docker-compose file:

services:
  zerotier:
    image: zerotier/zerotier:latest
    restart: unless-stopped
    cap_add:
      - NET_ADMIN
    network_mode: host
    devices:
      - /dev/net/tun:/dev/net/tun
    command: xxxxxxxxxxxxxxxx
    volumes:
      - /opt/appdata/zerotier-one/authtoken.secret:/var/lib/zerotier-one/authtoken.secret
      - /opt/appdata/zerotier-one/identity.public:/var/lib/zerotier-one/identity.public
      - /opt/appdata/zerotier-one/dentity.secret:/var/lib/zerotier-one/identity.secret
    environment:
      - TZ=Asia/Ho_Chi_Minh

  dns:
    image: zerotier/zeronsd:latest
    restart: unless-stopped
    depends_on:
      - zerotier
    network_mode: host

    command: start xxxxxxxxxxxxxxxx
    volumes:
      - /opt/appdata/zerotier-one/authtoken.secret:/var/lib/zerotier-one/authtoken.secret:ro
    environment:
      - TZ=Asia/Ho_Chi_Minh
      - ZEROTIER_CENTRAL_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

@keinou
Copy link

keinou commented Jul 26, 2024

you resolved this? i get this error too

@laduke laduke added the bug Something isn't working label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants