benevo9971

Members
  • Posts

    7
  • Joined

  • Last visited

benevo9971's Achievements

Noob

Noob (1/14)

0

Reputation

  1. It's stuck at 2020-10-13 13:18:03,274 DEBG 'start-script' stderr output: [#] sysctl -q net.ipv4.conf.all.src_valid_mark=1 2020-10-13 13:18:03,276 DEBG 'start-script' stderr output: [#] iptables-restore -n 2020-10-13 13:18:03,304 DEBG 'start-script' stdout output: [info] WireGuard interface 'up'
  2. I am [server ~]# docker inspect delugevpn | grep Privileged "Privileged": true,
  3. Had to docker cp the package into it because I had no internet access in it. [#] ip -4 rule add table main suppress_prefixlength 0 2020-10-13 12:47:09,722 DEBG 'start-script' stderr output: [#] sysctl -q net.ipv4.conf.all.src_valid_mark=1 2020-10-13 12:47:09,723 DEBG 'start-script' stderr output: sysctl: permission denied on key "net.ipv4.conf.all.src_valid_mark" 2020-10-13 12:47:09,724 DEBG 'start-script' stderr output: [#] resolvconf -d wg0 -f 2020-10-13 12:47:09,763 DEBG 'start-script' stderr output: [#] ip -4 rule delete table 51820 I'm running Manjaro so kernel version should not be an issue
  4. [info] Attempting to bring WireGuard interface 'up'... 2020-10-13 12:07:41,369 DEBG 'start-script' stderr output: Warning: `/config/wireguard/wg0.conf' is world accessible 2020-10-13 12:07:41,376 DEBG 'start-script' stderr output: [#] ip link add wg0 type wireguard 2020-10-13 12:07:41,378 DEBG 'start-script' stderr output: [#] wg setconf wg0 /dev/fd/63 2020-10-13 12:07:41,397 DEBG 'start-script' stderr output: [#] ip -4 address add 100.66.110.13/32 dev wg0 2020-10-13 12:07:41,403 DEBG 'start-script' stderr output: [#] ip link set mtu 1420 up dev wg0 2020-10-13 12:07:41,421 DEBG 'start-script' stderr output: [#] resolvconf -a wg0 -m 0 -x 2020-10-13 12:07:41,421 DEBG 'start-script' stderr output: /usr/sbin/wg-quick: line 32: resolvconf: command not found 2020-10-13 12:07:41,423 DEBG 'start-script' stderr output: [#] ip link delete dev wg0 still get the resolvconf error
  5. Hi, WIreGuard also does not work for me. I tried to run wg-quick manually in the container console and I got the following error: /usr/sbin/wg-quick: line 32: resolvconf: command not found I can't install the package since I can't access the package repositories, but I think a change to the Dockerfile could maybe fix this?