omv-extras repos moving to github

  • Code
    ls -al omvextras2026.asc


    -rw-r--r-- 1 root root 133768 oct. 13 19:27 omvextras2026.asc


    Code
    dpkg -l | grep openmed


    ii openmediavault 4.1.32-1 all openmediavault - The open network attached storage solution

    ii openmediavault-flashmemory 4.2.2 all folder2ram plugin for OpenMediaVault

    ii openmediavault-keyring 1.0 all GnuPG archive keys of the OpenMediaVault archive

    ii openmediavault-netatalk 4.0.7-1 all OpenMediaVault netatalk (AppleTalk Protocol Suite) plugin

    ii openmediavault-omvextrasorg 4.1.16 all OMV-Extras.org Package Repositories for OpenMediaVault

  • at what step ?


    Code
    cd /etc/apt/trusted.gpg.d/
    ls

    debian-archive-buster-automatic.gpg debian-archive-jessie-automatic.gpg debian-archive-stretch-automatic.gpg deluge.gpg omvextrasdev.gpg openmediavault-archive-keyring.gpg syncthing.gpg

    debian-archive-buster-security-automatic.gpg debian-archive-jessie-security-automatic.gpg debian-archive-stretch-security-automatic.gpg docker-ce.gpg omv-extras-org.list openmediavault-keyring.gpg TeamViewer2017.gpg

    debian-archive-buster-stable.gpg debian-archive-jessie-stable.gpg debian-archive-stretch-stable.gpg hwraid.gpg omvpluginsdevs.gpg PlexSign.gpg v4.7.tar.gz

  • Code
    cd /etc/apt/trusted.gpg.d/
    sudo wget https://openmediavault-plugin-…/debian/omvextras2026.asc

    idn_encode failed (3): ‘Non-digit/letter/hyphen in input’

    --2021-10-14 21:55:16-- https://openmediavault-plugin-%E2%80%A6/debian/omvextras2026.asc

    Resolving openmediavault-plugin-… (openmediavault-plugin-…)... failed: Name or service not known.

    wget: unable to resolve host address ‘openmediavault-plugin-…’

    idn_encode failed (3): ‘Non-digit/letter/hyphen in input’

    --2021-10-14 21:55:24-- https://openmediavault-plugin-%E2%80%A6/debian/omvextras2026.asc

    Resolving openmediavault-plugin-… (openmediavault-plugin-…)... failed: Name or service not known.

    wget: unable to resolve host address ‘openmediavault-plugin-…’

    root@Pollychinelle:/etc/apt/trusted.gpg.d# wget https://openmediavault-plugin-…/debian/omvextras2026.asc

  • yes sorry, i just made a copy paste without checking.


    --2021-10-14 22:10:21-- https://openmediavault-plugin-…/debian/omvextras2026.asc

    Resolving openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)... 185.199.110.153, 185.199.111.153, 185.199.109.153, ...

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)|185.199.110.153|:443... failed: Connection timed out.

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)|185.199.111.153|:443... failed: Connection timed out.

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)|185.199.109.153|:443... failed: Connection timed out.

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)|185.199.108.153|:443... failed: Connection timed out.

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)|2606:50c0:8001::153|:443... failed: Network is unreachable.

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)|2606:50c0:8002::153|:443... failed: Network is unreachable.

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)|2606:50c0:8003::153|:443... failed: Network is unreachable.

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)|2606:50c0:8000::153|:443... failed: Network is unreachable.

  • I successfully get the file, but with this link, but I'm not sure it's exactly the same file and I still have the message "gpg: no valid OpenPGP data found"


    Code
     wget https://github.com/OpenMediaVault-Plugin-Developers/packages/blob/master/omvextras2026.asc |  apt-key add -

    --2021-10-14 22:07:16-- https://github.com/OpenMediaVa…/master/omvextras2026.asc

    Resolving github.com (github.com)... 140.82.121.4

    Connecting to github.com (github.com)|140.82.121.4|:443... connected.

    HTTP request sent, awaiting response... 200 OK

    Length: unspecified [text/html]

    Saving to: ‘omvextras2026.asc’


    omvextras2026.asc [ <=> ] 131,33K --.-KB/s in 0,04s


    2021-10-14 22:07:24 (3,09 MB/s) - ‘omvextras2026.asc’ saved [134482]


    gpg: no valid OpenPGP data found.

    • Offizieller Beitrag

    sudo apt-get install gpg

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Code
    sudo apt-get install gpg

    sudo apt-get install gpg

    Reading package lists... Done

    Building dependency tree

    Reading state information... Done

    Note, selecting 'gnupg' instead of 'gpg'

    gnupg is already the newest version (2.1.18-8~deb9u4).

    0 upgraded, 0 newly installed, 0 to remove and 18 not upgraded.

    N: Ignoring file 'omvextras2026.asc' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension

    N: Ignoring file 'ovmextras2026' in directory '/etc/apt/sources.list.d/' as it has no filename extension

    • Offizieller Beitrag

    You downloaded the omv-extras keys into /etc/apt/sources.list.d/. You should remove those. The wget command you used won't work. It needs to download to stdout then pipe to apt-key OR to a file and run apt-key after. Post #9 has the correct commands for the latter option.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Code
    gpg: no valid OpenPGP data found.cd /etc/apt/sources.list.d
    ls

    aarmbian.list openmediavault.list

    omv-extras-org.bak openmediavault-local.list

    omv-extras-org.list openmediavault-upgrade-4.7

    openmediavault-kernel-backports.list raspberry.list


    Code
    cd /etc/apt/trusted.gpg.d/
    wget https://openmediavault-plugin-developers.github.io/packages/debian/omvextras2026.asc

    wget https://openmediavault-plugin-…/debian/omvextras2026.asc

    --2021-10-15 18:01:50-- https://openmediavault-plugin-…/debian/omvextras2026.asc

    Resolving openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)... 185.199.108.153, 185.199.109.153, 185.199.111.153, ...

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)|185.199.108.153|:443... failed: Connection timed out.

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)|185.199.109.153|:443... failed: Connection timed out.

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)|185.199.111.153|:443... failed: Connection timed out.

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)|185.199.110.153|:443... failed: Connection timed out.

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)|2606:50c0:8003::153|:443... failed: Network is unreachable.

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)|2606:50c0:8001::153|:443... failed: Network is unreachable.

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)|2606:50c0:8000::153|:443... failed: Network is unreachable.

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)|2606:50c0:8002::153|:443... failed: Network is unreachable


    Code
    wget https://github.com/OpenMediaVault-Plugin-Developers/packages/blob/master/omvextras2026.asc

    --2021-10-15 18:14:12-- https://github.com/OpenMediaVa…/master/omvextras2026.asc

    Resolving github.com (github.com)... 140.82.121.4

    Connecting to github.com (github.com)|140.82.121.4|:443... connected.

    HTTP request sent, awaiting response... 200 OK

    Length: unspecified [text/html]

    Saving to: ‘omvextras2026.asc’


    omvextras2026.asc [ <=> ] 131,33K --.-KB/s in 0,04s


    2021-10-15 18:14:20 (3,09 MB/s) - ‘omvextras2026.asc’ saved [134483]


    Code
    apt-key add omvextras2026.asc

    gpg: no valid OpenPGP data found.

  • Code
    wget https://openmediavault-plugin-developers.github.io/packages/debian/omvextras2026.asc


    --2021-10-16 14:41:16-- https://openmediavault-plugin-…/debian/omvextras2026.asc

    Resolving openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)... 185.199.110.153, 185.199.109.153, 185.199.111.153, ...

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)|185.199.110.153|:443... connected.

    HTTP request sent, awaiting response... 200 OK

    Length: 2289 (2,2K) [application/pgp-signature]

    Saving to: ‘omvextras2026.asc’


    omvextras2026.asc 100%[===================>] 2,24K --.-KB/s in 0s


    2021-10-16 14:41:21 (5,84 MB/s) - ‘omvextras2026.asc’ saved [2289/2289]


    Code
    apt-key add omvextras2026.asc

    gpg: [don't know]: invalid packet (ctb=0a)

    gpg: keydb_get_keyblock failed: Value not found

    gpg: [don't know]: invalid packet (ctb=0a)

    gpg: /tmp/apt-key-gpghome.AdLkF5NDvK/pubring.gpg: copy to '/tmp/apt-key-gpghome.AdLkF5NDvK/pubring.gpg.tmp' failed: Invalid packet

    gpg: error writing keyring '/tmp/apt-key-gpghome.AdLkF5NDvK/pubring.gpg': Invalid packet

    gpg: [don't know]: invalid packet (ctb=0a)

    gpg: error reading 'omvextras2026.asc': Invalid packet

    gpg: import from 'omvextras2026.asc' failed: Invalid packet

    • Offizieller Beitrag

    I think something on your network is causing you problems. I just did this and it is working fine.


    aaron@omv5dev:~$ wget https://openmediavault-plugin-…/debian/omvextras2026.asc

    --2021-10-16 11:12:53-- https://openmediavault-plugin-…/debian/omvextras2026.asc

    Resolving openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)... 185.199.109.153, 185.199.111.153, 185.199.110.153, ...

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)|185.199.109.153|:443... connected.

    HTTP request sent, awaiting response... 200 OK

    Length: 2289 (2.2K) [application/pgp-signature]

    Saving to: ‘omvextras2026.asc’


    omvextras2026.asc 100%[===============================================================================>] 2.24K --.-KB/s in 0s


    2021-10-16 11:12:54 (19.4 MB/s) - ‘omvextras2026.asc’ saved [2289/2289]


    aaron@omv5dev:~$ sudo apt-key add omvextras2026.asc

    OK

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • You are right, I had a bad rule in my firewall and I fixed it. But now I have another error message


    Code
    wget https://openmediavault-plugin-developers.github.io/packages/debian/omvextras2026.asc

    --2021-10-17 17:44:09-- https://openmediavault-plugin-…/debian/omvextras2026.asc

    Resolving openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)... 185.199.111.153, 185.199.110.153, 185.199.108.153, ...

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin-developers.github.io)|185.199.111.153|:443... connected.

    HTTP request sent, awaiting response... 200 OK

    Length: 2289 (2,2K) [application/pgp-signature]

    Saving to: ‘omvextras2026.asc’


    omvextras2026.asc 100%[===================>] 2,24K --.-KB/s in 0s


    2021-10-17 17:44:09 (5,33 MB/s) - ‘omvextras2026.asc’ saved [2289/2289]


    Code
    apt-key add omvextras2026.asc

    OK

    W: The key(s) in the keyring /etc/apt/trusted.gpg.d/omvplugindevs.gpg are ignored as the file has an unsupported filetype.


    Code
    apt-key --keyring /etc/apt/trusted.gpg list

    /etc/apt/trusted.gpg

    --------------------

    pub rsa4096 2015-03-16 [SC]

    DF00 FAF1 C577 104B 50BF 1D00 93D6 889F 9F0E 78D5

    uid [ unknown] Igor Pecovnik (Ljubljana, Slovenia) <igor.pecovnik@gmai l.com>

    sub rsa4096 2015-03-16 [E]


    pub rsa4096 2016-08-27 [SC] [expired: 2021-08-26]

    5DEE B81F B44D D333 638E 2C8F 7AA6 30A1 EDEE 7D73

    uid [ expired] OpenMediaVault Plugin Developers <plugins@omv-extras.or g>


    pub rsa2048 2012-06-17 [SC]

    CF8A 1AF5 02A2 AA2D 763B AE7E 82B1 2992 7FA3 303E

    uid [ unknown] Raspberry Pi Archive Signing Key

    sub rsa2048 2012-06-17 [E]


    pub rsa4096 2021-02-09 [SC] [expires: 2026-02-08]

    D8E1 6B56 B3FE FE06 82D2 6EB5 326A 835E 697B 890A

    uid [ unknown] openmediavault plugin developers <plugins@omv-extras.or g>

    sub rsa4096 2021-02-09 [E] [expires: 2026-02-08]

    • Offizieller Beitrag

    W: The key(s) in the keyring /etc/apt/trusted.gpg.d/omvplugindevs.gpg are ignored as the file has an unsupported filetype.

    Delete this file.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Code
    rm omvplugindevs.gpg
    cd /etc/apt/sources.list.d
    apt-key add omvextras2026.asc

    OK



    Code
    apt-get update

    Get:1 file:/var/cache/openmediavault/archives InRelease

    Ign:1 file:/var/cache/openmediavault/archives InRelease

    Get:2 file:/var/cache/openmediavault/archives Release

    Ign:2 file:/var/cache/openmediavault/archives Release

    Get:3 file:/var/cache/openmediavault/archives Packages

    Ign:3 file:/var/cache/openmediavault/archives Packages

    Get:4 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:4 file:/var/cache/openmediavault/archives Contents (deb)

    Get:5 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:5 file:/var/cache/openmediavault/archives Contents (deb)

    Err:6 https:/ arrakis InRelease

    Could not resolve 'dists'

    Hit:7 http://security.debian.org buster/updates InRelease

    Hit:8 http://packages.openmediavault.org/public arrakis InRelease

    Hit:9 https://openmediavault.github.io/packages arrakis InRelease

    Hit:10 https://archive.raspberrypi.org/debian buster InRelease

    Hit:11 http://httpredir.debian.org/debian buster InRelease

    Hit:12 http://httpredir.debian.org/debian buster-updates InRelease

    Hit:13 http://httpredir.debian.org/debian buster-backports InRelease

    Hit:14 http://armbian.hosthatch.com/apt buster InRelease

    Reading package lists... Done

    N: Ignoring file 'omvextras2026.asc' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension

    N: Ignoring file ']' in directory '/etc/apt/sources.list.d/' as it has no filename extension

    W: Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Contents-deb (main/Contents-armhf) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Contents-deb (main/Contents-all) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Packages (contrib/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Packages (contrib/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Contents-deb (contrib/Contents-armhf) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Contents-deb (contrib/Contents-all) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Packages (non-free/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Packages (non-free/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Contents-deb (non-free/Contents-armhf) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Contents-deb (non-free/Contents-all) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Skipping acquire of configured file 'utils/binary-armhf/Packages' as repository 'http://apt.armbian.com buster InRelease' doesn't have the component 'utils' (component misspelt in sources.list?)

    W: Skipping acquire of configured file 'utils/Contents-armhf' as repository 'http://apt.armbian.com buster InRelease' doesn't have the component 'utils' (component misspelt in sources.list?)

    W: Failed to fetch https://dists/arrakis/InRelease Could not resolve 'dists'

    E: Failed to fetch file:/var/cache/openmediavault/archives/Packages.gz Method gave a blank filename

    E: Failed to fetch file:/var/cache/openmediavault/archives/Contents-all.gz File not found - /var/cache/openmediavault/archives/Contents-all.gz (2: No such file or directory)

    E: Failed to fetch file:/var/cache/openmediavault/archives/Contents-armhf.gz File not found - /var/cache/openmediavault/archives/Contents-armhf.gz (2: No such file or directory)

    W: Some index files failed to download. They have been ignored, or old ones used instead.

    W: Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Contents-deb (main/Contents-armhf) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Contents-deb (main/Contents-all) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Packages (contrib/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Packages (contrib/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Contents-deb (contrib/Contents-armhf) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Contents-deb (contrib/Contents-all) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Packages (non-free/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Packages (non-free/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Contents-deb (non-free/Contents-armhf) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    W: Target Contents-deb (non-free/Contents-all) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list.d/openmediavault-kernel-backports.list:1

    • Offizieller Beitrag

    You or something else must have added the backports repo to /etc/apt/sources.list. Remove it.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!