Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Add Proxmox repository" fails on a clean install without subscription #290

Closed
agross opened this issue Feb 15, 2025 · 0 comments · Fixed by #291
Closed

"Add Proxmox repository" fails on a clean install without subscription #290

agross opened this issue Feb 15, 2025 · 0 comments · Fixed by #291

Comments

@agross
Copy link
Contributor

agross commented Feb 15, 2025

Proxmox 8.3.0, freshly installed.

Perhaps the task should not fail on Failed to update errors. Or the task "Remove automatically installed PVE Enterprise repo configuration" should be placed in front of this task.

TASK [lae.proxmox : Add Proxmox repository] *************************************************************************************************************
[WARNING]: Failed to update cache after 1 due to E:Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease  401
Unauthorized [IP: 185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed.,
W:Updating from such a repository can't be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and
user configuration details., E:Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bookworm/InRelease  401  Unauthorized [IP:
185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/pve bookworm InRelease' is not signed. retry, retrying
[WARNING]: Sleeping for 1 seconds, before attempting to update the cache again
[WARNING]: Failed to update cache after 2 due to E:Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease  401
Unauthorized [IP: 185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed.,
W:Updating from such a repository can't be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and
user configuration details., E:Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bookworm/InRelease  401  Unauthorized [IP:
185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/pve bookworm InRelease' is not signed. retry, retrying
[WARNING]: Sleeping for 2 seconds, before attempting to update the cache again
[WARNING]: Failed to update cache after 3 due to E:Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease  401
Unauthorized [IP: 185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed.,
W:Updating from such a repository can't be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and
user configuration details., E:Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bookworm/InRelease  401  Unauthorized [IP:
185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/pve bookworm InRelease' is not signed. retry, retrying
[WARNING]: Sleeping for 4 seconds, before attempting to update the cache again
[WARNING]: Failed to update cache after 4 due to E:Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease  401
Unauthorized [IP: 185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed.,
W:Updating from such a repository can't be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and
user configuration details., E:Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bookworm/InRelease  401  Unauthorized [IP:
185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/pve bookworm InRelease' is not signed. retry, retrying
[WARNING]: Sleeping for 8 seconds, before attempting to update the cache again
[WARNING]: Failed to update cache after 5 due to E:Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease  401
Unauthorized [IP: 185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed.,
W:Updating from such a repository can't be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and
user configuration details., E:Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bookworm/InRelease  401  Unauthorized [IP:
185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/pve bookworm InRelease' is not signed. retry, retrying
[WARNING]: Sleeping for 12 seconds, before attempting to update the cache again
fatal: [pve-home]: FAILED! =>
    changed: false
    msg: 'Failed to update apt cache after 5 retries: E:Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease  401  Unauthorized
        [IP: 185.219.221.167 443], E:The repository ''https://enterprise.proxmox.com/debian/ceph-quincy
        bookworm InRelease'' is not signed., W:Updating from such a repository can''t
        be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage
        for repository creation and user configuration details., E:Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bookworm/InRelease  401  Unauthorized
        [IP: 185.219.221.167 443], E:The repository ''https://enterprise.proxmox.com/debian/pve
        bookworm InRelease'' is not signed.'
agross added a commit to agross/ansible-role-proxmox that referenced this issue Feb 15, 2025
* Every removal would trigger "apt update" with the remaining (inaccessible) repos, add an extra update_cache: false.
* https://enterprise.proxmox.com/debian/ceph-quincy is configured on a fresh Proxmox 8.x install.
agross added a commit to agross/ansible-role-proxmox that referenced this issue Feb 25, 2025
* Every removal would trigger "apt update" with the remaining (inaccessible) repos, add an extra update_cache: false.
* https://enterprise.proxmox.com/debian/ceph-quincy is configured on a fresh Proxmox 8.x install.
@lae lae closed this as completed in #291 Feb 27, 2025
@lae lae closed this as completed in 70a4ce6 Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant