ayufan/pve-backup-server-dockerfiles

Error: Address family not supported by protocol (os error 97)

Closed this issue · 2 comments

Is there any way to get this running on a host that has ipv6 disabled? According to the proxmox backup server documentation it should be possible.

I tried disabling it in the container as described here but no changes in the output of docker-compose up

pbs_1  | Error: Address family not supported by protocol (os error 97)
pbs_1  | PROXY: Starting...
pbs_1  | Error: Address family not supported by protocol (os error 97)
pbs_1  | PROXY: Starting...
pbs_1  | Error: Address family not supported by protocol (os error 97)
pbs_1  | PROXY: Starting...
pbs_1  | Error: Address family not supported by protocol (os error 97)
pbs_1  | PROXY: Starting...
pbs_1  | Error: Address family not supported by protocol (os error 97)
pbs_1  | PROXY: Starting...
pbs_1  | Error: Address family not supported by protocol (os error 97)
...

A bit about the host:

lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.3 LTS
Release:	22.04
Codename:	jammy
docker --version
Docker version 24.0.5, build ced0996

Try to not use net: host in docker-compose, but rather ports: [8007:8007].