PAAT Casco Cove – UHPP Yellzovo

As the majority of this leg was over water I didn’t take any pics on this flight. As Yellozovo is on the Kamchatka Peninsula, I stopped by to say hi to Jim Hopper before getting ready for the next leg.

Articles, notes and random thoughts on Software Development and Technology
PADK Adak – PAAT Casco Cove



Approaching PAAT Casco Cove:

PAKO Nikolski – PADK Adak

Chugindak Island:

Starting a RHEL 8 VM I haven’t started for a while I got the following errors trying a ‘yum update’ :
Updating Subscription Management repositories.
This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions.
Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs) 78 B/s | 468 B 00:05
Errors during downloading metadata for repository 'rhel-8-for-x86_64-appstream-rpms':
- Status code: 403 for https://cdn.redhat.com/content/dist/rhel8/8/x86_64/appstream/os/repodata/repomd.xml (IP: 95.101.84.251)
Error: Failed to download metadata for repo 'rhel-8-for-x86_64-appstream-rpms': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
Piecing together multiple suggestions, e.g. from here, I needed to clear my last subscription registration and re-register:
sudo subscription-manager clean
sudo subscription-manager register --username [redhat account id]
After re-registering, ‘yum update’ now works as expected.