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

PVE 8.0 - Repositories not being commented out #14

Open
guffelman opened this issue Sep 8, 2023 · 7 comments
Open

PVE 8.0 - Repositories not being commented out #14

guffelman opened this issue Sep 8, 2023 · 7 comments

Comments

@guffelman
Copy link

Err:6 https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease
401 Unauthorized [IP: 144.217.225.162 443]
Reading package lists... Done
E: Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease 401 Unauthorized [IP: 144.217.225.162 443]
E: The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed.

Seems like the script does not comment out the correct repositories for 8.0.

@guffelman guffelman changed the title PVE 8.0 PVE 8.0 - Repositories not being commented out Sep 8, 2023
@guffelman
Copy link
Author

Found the directory and file that's adding the source.
/etc/apt/sources.list.d/ceph.list

If you change this to something like ceph.list.disabled, we should be good to go for 8.0

@guffelman
Copy link
Author

#15

Added pull request. Please merge.

@guffelman
Copy link
Author

Please keep in mind I did not update install.sh. You'll need to re-do-whatever-it-is-that-you're-doing to make the base64 or whatever encoding that is.

@davidh2k
Copy link

davidh2k commented Oct 5, 2023

It works but it does not add the no sub ceph repo, does it?

https://pve.proxmox.com/wiki/Package_Repositories#_ceph_quincy_no_subscription_repository

@guffelman
Copy link
Author

guffelman commented Oct 6, 2023

@davidh2k
Thank you for the link to the repo. It will need added on line 88 of install.sh.

Looks like the original script also does not add ceph repo (at least the one I forked).

When I get to my desk this morning I'll commit a change that adds ceph to this branch & update pull request.

Thanks!!

@davidh2k
Copy link

@guffelman did you update your PR yet? Happy to try it out.

@shodanx2
Copy link

shodanx2 commented Sep 8, 2024

Hi, just ran pve-nag-buster on a fresh install using the install.sh script

I also got the error

E: Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease  401  Unauthorized [IP: 170.130.165.90 443]
E: The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

The command that fixed this problem

mv /etc/apt/sources.list.d/ceph.list /etc/apt/sources.list.d/ceph.disabled

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

No branches or pull requests

3 participants