preparation rst ocnversion

This commit is contained in:
m 2024-07-28 12:07:45 -04:00 committed by GitHub
parent da97d63f53
commit 7c2b1a498a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -577,6 +577,7 @@ qube which provides network to the given qube
The output for each qube is logged in `/var/log/qubes/mgmt-VM_NAME.log`.
If the log does not contain useful information:
1. Run `sudo qubesctl --skip-dom0 --target=VM_NAME state.apply`
2. When your qube is being started (yellow) press Ctrl-z on qubesctl.
3. Open terminal in disp-mgmt-qube_NAME.
@ -584,10 +585,10 @@ If the log does not contain useful information:
executed in the management qube.
5. Get the last two lines:
```shell_session
$ export PATH="/usr/lib/qubes-vm-connector/ssh-wrapper:$PATH"
$ salt-ssh "$target_vm" $salt_command
```
```shell_session
$ export PATH="/usr/lib/qubes-vm-connector/ssh-wrapper:$PATH"
$ salt-ssh "$target_vm" $salt_command
```
Adjust $target_vm (VM_NAME) and $salt_command (state.apply).
6. Execute them, fix problems, repeat.