Skip to content

Commit

Permalink
Merge branch 'pr/2626' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
cumulusAnia committed Nov 21, 2024
2 parents 6d84dc5 + 5da0caf commit a42e7ef
Showing 1 changed file with 49 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,55 @@ cumulus@switch:~$ sudo apt update
cumulus@switch:~$ sudo apt upgrade
```

## Package Upgrade from Cumulus Linux 4.4.0 to 4.4.x

### Issue

When you try to upgrade a switch from Cumulus Linux 4.4.0 to 4.4.x with package upgrade, you see errors for expired GPG keys that prevent you from upgrading:

```
Err:4 https://download.nvidia.com/cumulus/apt.cumulusnetworks.com/repo CumulusLinux-4.4-latest InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 191184DAB33070E2
Reading package lists... Done
W: GPG error: https://download.nvidia.com/cumulus/apt.cumulusnetworks.com/repo CumulusLinux-4.4-latest InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 191184DAB33070E2
E: The repository 'http://apt.cumulusnetworks.com/repo CumulusLinux-4.4-latest InRelease' is not signed.
```

### Resolution

Download the new repository keys, then upgrade the switch:

```
cumulus@switch:~$ wget https://download.nvidia.com/cumulus/apt.cumulusnetworks.com/repo/pool/cumulus/c/cumulus-archive-keyring/cumulus-archive-keyring_4-cl4.4.7u1_all.deb
cumulus@switch:~$ sudo apt install ./cumulus-archive-keyring_4-cl4.4.7u1_all.deb
cumulus@switch:~$ sudo -E apt-get update
cumulus@switch:~$ sudo -E apt-get upgrade
```

## Package Upgrade from Cumulus Linux 4.3.0 to 4.3.x

### Issue

When you try to upgrade a switch from Cumulus Linux 4.3.0 to 4.3.x with package upgrade, you see errors for expired GPG keys that prevent you from upgrading:

```
Err:4 https://download.nvidia.com/cumulus/apt.cumulusnetworks.com/repo CumulusLinux-4.3.2 InRelease
The following signatures were invalid: EXPKEYSIG A3C0E377EB5BF3F0 Cumulus Linux 4.0 Package Repository Release Signing Key <[email protected]>
Reading package lists... Done
W: GPG error: https://download.nvidia.com/cumulus/apt.cumulusnetworks.com/repo CumulusLinux-4.3.2 InRelease: The following signatures were invalid: EXPKEYSIG A3C0E377EB5BF3F0 Cumulus Linux 4.0 Package Repository Release Signing Key <[email protected]>
```

### Resolution

Download the new repository keys, then upgrade the switch:

```
cumulus@switch:~$ wget https://download.nvidia.com/cumulus/apt.cumulusnetworks.com/repo/pool/cumulus/c/cumulus-archive-keyring/cumulus-archive-keyring_4-cl4.3.4u1_all.deb
cumulus@switch:~$ sudo apt install ./cumulus-archive-keyring_4-cl4.3.4u1_all.deb
cumulus@switch:~$ sudo apt update
cumulus@switch:~$ sudo apt upgrade
```

## Package Upgrade from Cumulus Linux 3.7.x to 3.7.16

### Issue
Expand Down

0 comments on commit a42e7ef

Please sign in to comment.