Upgrade R2->R3 - formatting once again

This commit is contained in:
Marek Marczykowski-Górecki 2015-04-23 16:19:46 +02:00
parent 472b82cf91
commit 3c8b34ab24

View File

@ -100,18 +100,15 @@ Because of above limitations, you will need to configure some of those manually.
1.Check the VM network parameters, you will need them later:
```
[user@dom0 ~]$ qvm-ls -n custom-template
-------------------+----+--------+-------+------+-------------+-------+-------------+---------+-------------+
name | on | state | updbl | type | netvm | label | ip | ip back | gateway/DNS |
-------------------+----+--------+-------+------+-------------+-------+-------------+---------+-------------+
[custom-template] | | Halted | Yes | Tpl | *firewallvm | black | 10.137.1.53 | n/a | 10.137.1.1 |
```
2.Start the VM from command line:
```
[user@dom0 ~]$ qvm-start custom-template
--> Loading the VM (type = TemplateVM)...
--> Starting Qubes DB...
@ -121,7 +118,6 @@ Because of above limitations, you will need to configure some of those manually.
--> Starting the qrexec daemon...
Waiting for VM's qrexec agent.............................................................Cannot connect to 'custom-template' qrexec agent for 60 seconds, giving up
ERROR: Cannot execute qrexec-daemon!
```
You can interrupt with Ctrl-C that qrexec waiting process.