I was reading this article:
Whonix 14 just came out last month. I went to update, but I couldn't figure out what version I was currently running. The documentation said to run this command, but the output didn't make sense when I ran it on my whonix-gw TemplateVM. user@host:~$...
Est. reading time: 6 minutes
and i saw that we miss one thing we might add to whonix check , which is distro/debian version check up.
and i know two commands to do that (i dunno if there are more clearer commands than those 2 commands):
lsb_release -a
results:
No LSB modules are available.
Distributor ID: Whonix
Description: Whonix GNU/Linux 9.5 (stretch)
Release: 9.5
Codename: stretch
or cat /etc/debian_version
results:
9.5
so either we add the commands and it will show debian version, or we modify debian version to whonix version.
either way its fine , but the idea is to add version checker.
cc @Patrick
1 Like
Patrick
September 27, 2018, 7:55am
2
nurmagoz:
lsb_release -a
Very few are looking at this command. Not even How to check Whonix version in Qubes - Michael Altfield's Tech Blog who tried some things. So won’t fix since messing with that creates more issues than good.
The solution would be to have a better message. Instead of:
WARNING: Whonix News Result: ✘ Outdated: Installed whonix-gateway-packages-dependencies 3.4.2-1 is outdated! You should update. You can automatically update using Whonix’s internal updater. Please update using: sudo apt-get update && sudo apt-get dist-upgrade
It could have a link to Release Upgrade .
A real solution:
We might have discussed this after the last upgrade. I’m not sure any decision was made.
Too many people were caught unaware of the Whonix 13 release, which is a failure on so many levels… But if more can be done to keep people informed, I guess it should be done. Plus, we have to pick up the pieces after broken installations happen anyway so might as well reduce the support burden.
Would it be possible for Whonixcheck to spawn a second pop-up for a few weeks before release? (Because any notic…
cat /etc/whonix_version
whonixcheck --verbose --function show_versions
Includes:
[INFO] [whonixcheck] whonix_build_version: 3:2.6-1
[INFO] [whonixcheck] whonix-gateway-packages-dependencies-cli: 7.9-1
[INFO] [whonixcheck] /etc/whonix_version: 14
1 Like
Hey,
@nurmagoz , thanks for posting this ^-^
@Patrick , thanks for providing the proper solutions! As I linked in my post, the whonix documentation I found for determining the whonix version was these pages:
I went ahead and registered a new account on the whonix wiki and edited the first wiki article to include your whonixcheck --verbose --function show_versions
command. As I’m a new user, the edit is currently pending.
I think it’s imperative that the cat /etc/whonix_version
command also be documented somehwhere as well. Anyone have a suggestion on where that should be put?
-Michael Altfield
EDIT: I added the cat /etc/whonix_version
command to the documentation on the FAQ page…also pending approval.
2 Likes