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

Unbound error on ARM Instance #33

Closed
datsoy opened this issue Jun 19, 2021 · 4 comments
Closed

Unbound error on ARM Instance #33

datsoy opened this issue Jun 19, 2021 · 4 comments

Comments

@datsoy
Copy link

datsoy commented Jun 19, 2021

I need help Im trying to install on ARM instance

following fullsetup I installed
docker for arm
docker-compose arm using linuxserver's
and for unbound, mvance doesnt support arm64
upon looking I found klutchell's unbound so I use it
upon running docker-compose up, I got this error
anyone can help to make it work?
Thanks

@datsoy
Copy link
Author

datsoy commented Jun 20, 2021

fixed using pedantic's unbound.

@datsoy datsoy closed this as completed Jun 20, 2021
@sylvester-roos
Copy link

sylvester-roos commented Jul 27, 2021

How did you get it to work. Im getting the following error
[1627406023] libunbound[18:0] error: udp connect failed: Cannot assign requested address for 2001:500:12::d0d port 53
[1627406024] unbound[1:0] warning: so-rcvbuf 1048576 was not granted. Got 425984. To fix: start with root permissions(linux) or sysctl bigger net.core.rmem_max(linux) or kern.ipc.maxsockbuf(bsd) values.

docker-compose.yml relevant to unbound

services:
  unbound:
    image: "pedantic/unbound:latest"
    container_name: unbound
    restart: unless-stopped
    hostname: "unbound"
    volumes:
      - "./unbound:/opt/unbound/etc/unbound/"
    networks:
      private_network:
        ipv4_address: 10.2.0.200

Do you spot something wrong?

@IAmStoxe
Copy link
Owner

IAmStoxe commented Jul 30, 2021

His message said he needed root. That means he needed to add privileged: true to his compose

@IAmStoxe IAmStoxe reopened this Jul 30, 2021
@sylvester-roos
Copy link

... add privileged: true to his compose

Thanks a bunch :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants