{{Header}}
{{IconSet|h2|1}} '''Introduction.'''
If the previous sudo qubes-dom0-update
was completed, it should not be necessary to verify the version number. However, this is mentioned because many users fail to update dom0
packages beforehand.
{{IconSet|h2|2}} '''View local salt {{project_name_short}} version number.'''
In dom0
.
View contents of file /srv/formulas/base/virtual-machines-formula/qvm/whonix.jinja
.
{{CodeSelect|code=
sudo cat /srv/formulas/base/virtual-machines-formula/qvm/whonix.jinja
}}
{{IconSet|h2|3}} '''Example output.'''
{% set whonix_version = salt['pillar.get']('qvm:whonix:version', '17') %}
{% set whonix_repo = salt['pillar.get']('qvm:whonix:repo', '[omitted for brevity]') %}
{{IconSet|h2|4}} '''Interpretation.'''
Verify whonix_version
is 17
.
If it shows something else, then Qubes dom0
is outdated. In that case, it is not possible to continue. [
It should not be necessary to manually update that file because the Qubes ]dom0
stable package should have updated it already. If it didn't, then the cause is general issues [[unspecific]] to {{project_name_short}}.
[
This is currently not needed and discouraged:
{{Box|text=
{{IconSet|h2|1}} '''In ]dom0
open file whonix.jinja
with root rights.'''
{{CodeSelect|code=
sudo nano /srv/formulas/base/virtual-machines-formula/qvm/whonix.jinja
}}
{{IconSet|h2|2}} '''Change 16
to 17
.'''
{{IconSet|h2|3}} '''Save the file.'''
}}
[
The following Qubes issues are for developers understanding, reference only:
* https://github.com/QubesOS/qubes-mgmt-salt-dom0-virtual-machines/pull/17
* https://github.com/QubesOS/updates-status/issues/1184
* https://forums.whonix.org/t/14-15-issues-uninstall-install/7652
]
{{IconSet|h2|5}} '''Done.'''
Version number verification has been completed.
= Footnotes =
{{Footer}}