OMV-DLNA - Unable to access Debian archives for installation

GanaHome Posted messages 42 Status Member -  
GanaHome Posted messages 42 Status Member -
Hello everyone,

I created a NAS under OMV (got to keep busy during the lockdown) but I can't install the DLNA plugin. The video I followed: https://www.youtube.com/watch?v=6EJ-srl-ogU&t=

I went looking for OMV extras on this site: https://forum.openmediavault.org/index. … rg-plugin/

I installed OMV extras from the WEB interface, everything worked fine but the minidlna plugin does not appear.

I then tried to reinstall OMV extras using the command line from the Windows command prompt (with the command as indicated on the site: wget -O - https://github.com/OpenMediaVault-Plugi … er/install | bash)
And the command prompt returns the error: wget: unable to resolve host address "github.com"

I check that wget is up to date, and it is.

I do some research and come across the site: https://doc.ubuntu-fr.org/minidlna
I then try to install minidlna with the command: sudo apt-get update
I get errors 1 to 45 ending with "Temporary resolution error for 'ftp.fr.debian.org'"
And other errors ending with the same message.

Going back in the command prompt I see:
Suggested packages: libbluray-bdj opus-tools speex
Recommended packages: libaacs0 va-driver-all | va-driver vdpau-driver-all | vdpau-driver
And for each of these packages I still get the same message

I then try to update OMV with the command: omv-update
Still the same error

I then try the command: sudo apt-get update
Still the same error

So, I don't really know what to do... I think I must have a problem somewhere but I have no idea where

Thank you in advance for your help

5 answers

  1. zipe31 Posted messages 34620 Registration date   Status Contributor Last intervention   6 501
     
    Hi,

    I feel like you have a DNS problem with name resolution ;-(

    Open a terminal and test these 2 commands and let us know the result:

    ping -c 4 github.com
    ping -c 4 140.82.118.4


    Just so you know, here is what I get:
    $ ping 140.82.118.4
    PING 140.82.118.4 (140.82.118.4) 56(84) bytes of data.
    64 bytes from 140.82.118.4: icmp_seq=1 ttl=53 time=34.3 ms
    64 bytes from 140.82.118.4: icmp_seq=2 ttl=53 time=33.6 ms
    64 bytes from 140.82.118.4: icmp_seq=3 ttl=53 time=33.1 ms
    64 bytes from 140.82.118.4: icmp_seq=4 ttl=53 time=33.4 ms

    --- 140.82.118.4 ping statistics ---
    4 packets transmitted, 4 received, 0% packet loss, time 3004ms
    rtt min/avg/max/mdev = 33.137/33.637/34.363/0.486 ms

    $ ping github.com
    PING github.com (140.82.118.4) 56(84) bytes of data.
    64 bytes from lb-140-82-118-4-ams.github.com (140.82.118.4): icmp_seq=1 ttl=53 time=34.5 ms
    64 bytes from lb-140-82-118-4-ams.github.com (140.82.118.4): icmp_seq=2 ttl=53 time=33.2 ms
    64 bytes from lb-140-82-118-4-ams.github.com (140.82.118.4): icmp_seq=3 ttl=53 time=33.2 ms
    64 bytes from lb-140-82-118-4-ams.github.com (140.82.118.4): icmp_seq=4 ttl=53 time=33.2 ms

    --- github.com ping statistics ---
    4 packets transmitted, 4 received, 0% packet loss, time 3003ms
    rtt min/avg/max/mdev = 33.205/33.578/34.559/0.581 ms


    --
    _______________________________ ☯ Zen my nuggets ☮ _____________________________
    Do something for the environment, close your windows and adopt a penguin… ????
    0