From 3c8b34ab244302e7f18710bfeec24b1ab76bf45f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 23 Apr 2015 16:19:46 +0200 Subject: [PATCH] Upgrade R2->R3 - formatting once again --- UpgradeToR3.0rc1.md | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/UpgradeToR3.0rc1.md b/UpgradeToR3.0rc1.md index a07894ce..f8b69de5 100644 --- a/UpgradeToR3.0rc1.md +++ b/UpgradeToR3.0rc1.md @@ -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: -``` -[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 | + [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... ---> Setting Qubes DB info for the VM... ---> Updating firewall rules... ---> Starting the VM... ---> 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! -``` + [user@dom0 ~]$ qvm-start custom-template + --> Loading the VM (type = TemplateVM)... + --> Starting Qubes DB... + --> Setting Qubes DB info for the VM... + --> Updating firewall rules... + --> Starting the VM... + --> 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.