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