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

[BUG] Debian 12 "Bookworm" package missing #64997

Closed
3 of 9 tasks
chruck opened this issue Aug 15, 2023 · 3 comments
Closed
3 of 9 tasks

[BUG] Debian 12 "Bookworm" package missing #64997

chruck opened this issue Aug 15, 2023 · 3 comments
Assignees
Labels
Bug broken, incorrect, or confusing behavior Duplicate Duplicate of another issue or PR - will be closed needs-triage

Comments

@chruck
Copy link

chruck commented Aug 15, 2023

Description
The Salt Install Guide says at https://docs.saltproject.io/salt/install-guide/en/latest/topics/salt-supported-operating-systems.html#debian :

Debian
Debian stable, oldstable, and oldoldstable versions.

However, the latest stable version is Debian 12.1 "Bookworm". But the repository at https://repo.saltproject.io/salt/py3/debian/ only has Debian 10 and 11.

Setup

  • If using Docker:
docker pull debian:12
  • on-prem machine
  • VM: VMware Workstation
  • VM running on a cloud service, please be explicit and add details
  • container: Docker
  • or a combination, please be explicit
  • jails if it is FreeBSD
  • classic packaging
  • onedir packaging
  • used bootstrap to install

Steps to Reproduce the behavior
Bootstrap used, but it correctly went to where there should be a package, https://repo.saltproject.io/salt/py3/debian/12 . This directory does not exist, but 10 and 11 do.

docker run --rm -it debian:12
# I also created a Deb12 "netinst" VM in VMWare Workstation and ran the following:
apt update
apt install wget
wget https://bootstrap.saltproject.io -O bootstrap-salt.sh
bash ./bootstrap-salt.sh

...installs packages, then gives errors:

 * ERROR: https://repo.saltproject.io/salt/py3/debian/12/amd64/latest/salt-archive-keyring.gpg failed to download to /tmp/salt-gpg-VIaybYqv.pub
 * ERROR: https://repo.saltproject.io/salt/py3/debian/12/amd64/latest/SALT-PROJECT-GPG-PUBKEY-2023.gpg failed to download to /tmp/salt-gpg-faveooD3.pub
 * ERROR: Failed to run install_debian_onedir_deps()!!!

Expected behavior
There should be a salt minion package found in https://repo.saltproject.io/salt/py3/debian/12

Screenshots
none

Versions Report
n/a

Additional context
n/a

@chruck chruck added Bug broken, incorrect, or confusing behavior needs-triage labels Aug 15, 2023
@anilsil anilsil added this to the Sulfur v3006.3 milestone Aug 15, 2023
@chruck
Copy link
Author

chruck commented Aug 16, 2023

Incidentally, following the manual instructions for Debian 11 works on my Debian 12 VM and Docker container: https://docs.saltproject.io/salt/install-guide/en/latest/topics/install-by-operating-system/debian.html#install-salt-on-debian-11-bullseye

@OrangeDog
Copy link
Contributor

Duplicates #64223.

Wasn't done fast enough to keep the documentation correct.

@OrangeDog OrangeDog added the Duplicate Duplicate of another issue or PR - will be closed label Aug 16, 2023
@chruck
Copy link
Author

chruck commented Aug 16, 2023

Sorry, I should have searched existing bugs. Since this one has been milestone'd Sulfur v3006.3, should #64223 also be milestone'd Sulfur v3006.3 (from Chlorine v3007.0)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug broken, incorrect, or confusing behavior Duplicate Duplicate of another issue or PR - will be closed needs-triage
Projects
None yet
Development

No branches or pull requests

5 participants