user246
September 12, 2025, 10:27pm
1
Hello everyone.
Am I the only one getting the message “Whonix 17 deprecated”-alike while starting template, or it’s dvm’s dispvm?
I tried in-place upgrade, which went ok, but now getting error “Denied sdwdate. ConnectCheck from dispvmxxx to sys-whonix”.
Any feedback?
There is no Whonix 18 yet, so what/how did you upgrade?
What’s the exact message?
You’re probably using the developers repository - don’t.
Impact: Breaks sdwdate-gui: Secure Distributed Web Date Graphical User Interface .
To silence that error, run…
In Template:
sudo systemctl mask sdwdate-gui-qubes-proxy-helper.service
Indeed.
Once available it will be announced in the usual places. (Follow Whonix Developments )
related:
opened 08:40AM - 13 Sep 25 UTC
P: default
Kicksecure, and Whonix 18 (Debian trixie based) are in development. As a develop… er, I guesstimate that hopefully a release can be made within the next approximately 2 weeks. (Please don't quote me on it.)
Would it be sufficient if Kicksecure, and Whonix 18 are made available for Qubes R4.3 only?
I.e. would be it be OK if Kicksecure, and Whonix 18 would not be made available for Qubes R4.2?
That would simplify development, maintenance, testing.
Primarily, pull request https://github.com/QubesOS/qubes-core-admin-addon-whonix/pull/21 has been merged for Qubes R4.3 but we didn't backport it to Qubes R4.2 yet.
This would cause [qrexec `sdwdate.ConnectCheck` denied messages](https://forum.qubes-os.org/t/whonix-18-denied-sdwdate-connectcheck/36098) on Qubes R4.2.
What's the guestimate for the Qubes R4.3 release date?
Related tickets:
* https://github.com/QubesOS/qubes-issues/issues/10020
* https://github.com/QubesOS/qubes-issues/issues/7447
Related:
* [Kicksecure Support Schedule](https://www.kicksecure.com/wiki/About#Support_Schedule)
* [Whonix Support Schedule](https://www.whonix.org/wiki/About#Support_Schedule)
Primarily, pull request QubesOS/qubes-core-admin-addon-whonix#21 has been merged for Qubes R4.3 but we didn’t backport it to Qubes R4.2 yet.
This would cause qrexec sdwdate.ConnectCheck
denied messages on Qubes R4.2.
user246
September 13, 2025, 9:48am
5
Thanks for the feedback, @adrelanos . In addition, for some weird reason. when I try to update Whonix 17, qubes-contrib repo goes to trixie, instead to stay on bookworm…
user246
September 13, 2025, 9:50am
6
What are the consequences of silencing that notification? Any security related?
user246
September 13, 2025, 11:29am
8
Thanks. I did read the topic, but what I’m not comprehending is does it just blocks gui, or service itself… I’d like to know in general, not strictly related to this specific issue that caused the message about denying sdwdate. On the other hand, the message is pretty self-explanatory: sdwdate is denied to check the connection, as it is written…
It breaks sdwdate-gui. End of story.
sdwdate.ConnectCheck
is implementd in sdwdate-gui package only.
Calling the qrexec service sdwdate.ConnectCheck
instead of sdwdate-gui.ConnectCheck
can be considered a minor bug.
You can Search the Source Code for file or string sdwdate.ConnectCheck
.