This currently blocks pretty much everything.
This branch is supposed to fix various bugs such as Tor starting/failing for multiple times and qubes-whonix-torified-updates-proxy still sometimes failing.
- https://github.com/adrelanos/qubes-whonix/tree/Q2198
- https://github.com/adrelanos/qubes-whonix/tree/Q2198/lib/systemd/system
- https://github.com/adrelanos/qubes-whonix/blob/Q2198/lib/systemd/system/qubes-whonix-firewall.service
It does not get mentioned in sudo journalctl -b at all.
user@host:~$ sudo service qubes-whonix-firewall status ● qubes-whonix-firewall.service - Qubes Whonix firewall updater Loaded: loaded (/lib/systemd/system/qubes-whonix-firewall.service; disabled) Active: inactive (dead)
Manual start sudo service qubes-whonix-firewall start works without issues.
It was changed from WantedBy=multi-user.target to WantedBy=network-pre.target.
The updated qubes-whonix-network.service [which also has this change] works, which baffles me.
For debugging purposes I also removed all After= and Before= from these both services to no avail.
sudo systemctl enable qubes-whonix-firewall (or reenable) does not help either.