Results 1 to 2 of 2

Thread: landscape-api sync-mirror-pocket release jammy ubuntu failed

  1. #1
    Join Date
    Apr 2021
    Beans
    22

    landscape-api sync-mirror-pocket release jammy ubuntu failed

    I created series for jammy on my Landscape server with the following command:
    Code:
    landscape-api create-series \
      --pockets release,updates,security \
      --components main,restricted,universe,multiverse \
      --architectures amd64,i386 \
      --gpg-key mirror-key \
      --mirror-uri http://archive.ubuntu.com/ubuntu/ \
      --mirror-series jammy jammy ubuntu --json | jq
    When I run landscape-api sync-mirror-pocket release jammy ubuntu I get the following error:
    Code:
    ERROR: Condition '40976EAF437D05B5|3B4FE6ACC0B21F32' not fulfilled for './lists/update-jammy_jammy_InRelease'.
    
    Signatures in './lists/update-jammy_jammy_InRelease':
    
    '871920D1991BC93C' (signed 2022-04-21): missing pubkey
    
    Error: Not enough signatures found for remote repository update-jammy (http://archive.ubuntu.com/ubuntu jammy)!
    
    There have been errors!
    I did not have this issue when I synced the pockets on the same server for "focal", any ideas?

  2. #2
    Join Date
    Apr 2021
    Beans
    22

    Re: landscape-api sync-mirror-pocket release jammy ubuntu failed

    Importing the key from https://keyserver.ubuntu.com/pks/loo...nt=on&op=index solved this issue
    - created Release.gpg with the content of this file, downloaded from the page above
    - landscape-api import-gpg-key ubuntu-archive-signing-key Release.gpg
    - run
    Code:
    landscape-api create-series \
      --pockets release,updates,security \
      --components main,restricted,universe,multiverse \
      --architectures amd64,i386 \
      --gpg-key mirror-key \
      --mirror-uri http://archive.ubuntu.com/ubuntu/ \
      --mirror-gpg-key ubuntu-archive-signing-key \
      --mirror-series jammy jammy ubuntu --json | jq

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •