OpenMediaVault-Plugin-Developers / openmediavault-developer

OpenMediaVault plugin to help setup machine for development
11 stars 6 forks source link

Issue while checking for updates #9

Closed Bushbrand17 closed 3 years ago

Bushbrand17 commented 3 years ago

Hello OMV family,

recently I have been getting errors while checking for updates on OMV 5.5.23-1.

You can find the log in the attached .txt file Error OMV.txt

I am a linux noob so unfortunately I am unable to solve this myself. But it looks like there is a problem with a the docker repository. How do I solve this?

ryecoaaron commented 3 years ago

They definitely aren't caused by this plugin. And for a dns issue, I would prefer you post in the forum. You have ipv6 enabled but docker isn't hosting their repo on ipv6 (even though it has an ipv6 address). I think you have two options:

  1. disable ipv6 on the OMV system.

  2. disable ipv6 for apt (better option in my opinion)

echo 'Acquire::ForceIPv4 "true";' | sudo tee /etc/apt/apt.conf.d/99force-ipv4