How to have qubes.ConnectTCP in place properly

Original forum link
https://forum.qubes-os.org/t/11212
Original poster
Howard Chen
Editors
deeplow
Created at
2022-05-02 23:17:30
Last wiki edit
2023-09-07 05:53:24
Revisions
1 revision
Posts count
2
Likes count
1

As a reference from this topic, there is only one solution.

In order to fix error 126, the first thing is to edit /etc/qubes-rpc/policy/qubes.ConnectTCP as this following for one line only:

$anyvm $anyvm allow

This way you don't have any errors.

Another thing that in order to update is this following command in dom0 terminal:

sudo qubes-dom0-update --action=reinstall binutils

This will update your commands because you are adding something to your machines.

Vola! you are done there, but don't add anything to qubes.ConnectTCP file otherwise all vms cannot update.