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

Use fedora-32 for sys-* VMs #627

Closed
conorsch opened this issue Oct 28, 2020 · 1 comment · Fixed by #642
Closed

Use fedora-32 for sys-* VMs #627

conorsch opened this issue Oct 28, 2020 · 1 comment · Fixed by #642
Assignees

Comments

@conorsch
Copy link
Contributor

conorsch commented Oct 28, 2020

Towards/related to #640

It's that time again: Fedora 31 hits EOL on 2020-11-24: https://www.qubes-os.org/news/2020/10/27/fedora-31-approaching-eol/ which gives us about a month to migrate installs over to F32.

Let's aim to do it after the upcoming 0.5.0 release (#624).

@conorsch
Copy link
Contributor Author

conorsch commented Nov 10, 2020

Starting on this today. In order to upgrade from F31 -> F32, normally all we have to do is update a single variable (and corresponding references in the tests), cf. #555. Due to the salt/updater failure in QubesOS/qubes-issues#6188, however, an error is encountered with that naive approach:

Configure Fedora-based system VMs
[ERROR   ] Command 'sudo qubesctl --skip-dom0 --targets fedora-32 state.sls update.qubes-vm' failed with return code: 20
[ERROR   ] stdout: fedora-32: ERROR (exit code 20, details in /var/log/qubes/mgmt-fedora-32.log)
[ERROR   ] retcode: 20
[ERROR   ] {'pid': 19032, 'retcode': 20, 'stderr': '', 'stdout': 'fedora-32: ERROR (exit code 20, details in /var/log/qubes/mgmt-fedora-32.log)'}

We can try adding a sed command to the f32 bootstrapping tasks to handle the dnf packaging pinning. Will test that today.

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