apt: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn ...

Einklappen
X
 
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • olicat
    MS Profi
    • 25.08.2015
    • 547

    apt: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn ...

    Hallo,

    beim Versuch, den LoxBerry auf meinem Testsystem (Devel 2.0.1.3) per apt upzudaten erhalte ich folgende Fehlermeldung:

    root@loxberry-test:~# apt-get update
    Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
    Get:2 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
    Hit:3 https://deb.nodesource.com/node_12.x buster InRelease
    Err:2 https://dl.yarnpkg.com/debian stable InRelease
    The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
    Fetched 17.1 kB in 1s (12.8 kB/s)
    Reading package lists... Done
    W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
    W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
    W: Some index files failed to download. They have been ignored, or old ones used instead.
    Ist yarn ein Bestandteil des LoxBerry?
    Ist der Fehler oder die entsprechende Loesung bekannt?

    Viele Gruesse, Oliver

    Nachtrag:
    erfolgreiche Behebung lt. https://github.com/yarnpkg/yarn/issu...ment-451711909

    wget -O yarnpkg.gpg.pub https://dl.yarnpkg.com/debian/pubkey.gpg
    gpg yarnpkg.gpg.pub #just check the expired date of the key
    sudo apt-key add yarnpkg.gpg.pub
    Zuletzt geändert von olicat; 19.02.2020, 11:12. Grund: Loesung hinzugefuegt
  • Christian Fenzl
    Lebende Foren Legende
    • 31.08.2015
    • 11218

    #2
    Danke, das kommt in LB 2.0.2 mit!
    Bei LoxBerry Update - das ist der definierte Weg! sollte aber - was ich bisher probiert hab - deswegen nichts aufschlagen.

    Node.js und yarn sind Bestandteil von LB 2.x.
    Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine

    Kommentar

    • NCom
      Dumb Home'r
      • 24.05.2017
      • 18

      #3
      Ich habe es so gelöst

      Code:
      su
      sudo curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - 
      sudo apt-get -y update

      Kommentar

      Lädt...