-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Debian 12 aka bookworm
template
#7134
Comments
On Fri, Dec 17, 2021 at 07:19:06AM -0800, Frédéric Pierret wrote:
Debian 12 aka `bookworm`: https://www.debian.org/releases/bookworm/
Right now it is in final freeze, final release planned for 2020-04-21
I think that the copy/paste has gone too far, no? ;-)
|
On my journey to support debian-testing (bookworm) templates on Qubes R4.0 I chose following strategy:
However, I'm struggling at step 2 and the build for Debian 11 fails. Steps to reproduce:
Then I create a TEMPLATE_ONLY ?= 1
# Release Version
# 2 - Release 2
# 3 - Release 3
# Default: 3
RELEASE := 4.0
# GIT_PREFIX - Git release repo prefix
# Default: R2: qubes-r2/ R3: qubes-r3/
GIT_PREFIX := QubesOS/qubes-
# DISTS_VM - Choose the templates to build. Multiple templates can be defined
# to build. Uncomment tempalte dist to build.
# Default: fc20
DISTS_VM :=
DISTS_VM += bullseye
DEBUG = 0
VERBOSE = 0
# Include template.conf configuration. Contains most of the rules to build
# the templates
include example-configs/templates.conf
# Used to identify which additional makefile configuration scripts are being used
about::
@echo "debian.conf" Then I successfully prepare the build with
There are two things that got my attention: First, why is the script removing I'm pretty sure this should just work and I have an error in my @fepitre could you please provide your Attached the |
@sidhussmann here: https://gist.github.com/fepitre/801d10f7c162d63400b289f543dad4ae. More generally, I would recommend to use directly example configs |
@marmarek I've added references to other PR that I forgot to add in description few days ago. |
Debian 12 has now officially been released: https://www.debian.org/News/2023/20230610 |
This is blocking the release of Whonix 17 (based on Debian |
bookworm builds and work fine.
What's missing is salt-ssh package - see #7896
|
I also see that the minimal template is now available in the testing repo for Qubes 4.2. I believe that covers testing availability for all supported release combinations. Thanks! |
When can we expect debian 12 (both minimal and normal) to become available in QubesOS 4.1? |
@k4r4b3y: That depends on how many bugs are found during testing, how severe they are, and how long they take to fix. Aside from that, I don't believe we have a policy governing the timing of template releases the way we do for our release schedule. (But, in this case, I suppose that release schedule might provide an indirect clue, since Debian 12 is supposed to be ready in time for the 4.2 stable release.) |
Hello, I suspect something wrong with the debian-12-minimal template for qubes 4.1 :
There is many more packages installed that it used to be. Cdlt. |
Debian 12 template seems to be stable enough now. @andrewdavidwong can you prepare the announcement? |
Sorry, late report... I see an issue with the debian-12 template and With Qubes-OS 4.1, myAppVM is a debian-12 template based AppVM, and with the below command :
Approximately, 1 time by 5, Firefox doesn't open. The AppVM launched (Qube state is Running), and qvm-run doesn't give back the prompt, no error message. I don't see this case with my debian-11 template based AppVMs. Someone else see this problem? |
More details :
|
Also late - on 4.1 I see exactly this *most* of the time.
I have numerous scripts launching disposables with qubes-run-terminal -
the disposables almost always close down, without launching any
terminal.
On a standard qube, the same -- but the second call will open the
terminal.
Also reproduce with firefox.
|
@marmarek, will debian-12-xfce also be released for Qubes 4.1 or only for 4.2? |
Currently no (only R4.2). I can build it, but I would push it to stable later, to give it more time for testing (we haven't published debian xfce templates for R4.1 before). |
By the way, I also see that the "document" step is unchecked in the first post. Is action required there? |
The packages have been migrated. |
I updated the debian minimal 11 templates in Qubes 4.1 to bookworm and I'm having the same issue. I was planning to do a fresh 4.2 install and copy over VMs so isn't a big concern. Given its fixed in 4.2. |
debian-12 templates are in stable repo for both R4.1 and R4.2 for quite some time already. |
Debian 12 aka
bookworm
: https://www.debian.org/releases/bookworm/Right now it is in final freeze, final release planned for 2022-04-21
Tasks:
If any issue affects
bookworm
specifically (build failures, things that worked fine before etc), please add reference to this issue too.cc @marmarek
The text was updated successfully, but these errors were encountered: