summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1221797
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1221797')
-rw-r--r--results/scraper/launchpad-without-comments/122179722
1 files changed, 22 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1221797 b/results/scraper/launchpad-without-comments/1221797
new file mode 100644
index 000000000..f4b2013f1
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1221797
@@ -0,0 +1,22 @@
+virt-install gets stuck during downloading install.img
+
+I have tried to install CentOS 6.4 using the latest version of all kvm related tools. My problem is that I get stuck at arround 20% during the download of the file install.img. Everything before that works just fine.
+
+I am using the following commands to install to server:
+virt-install \
+	-n test \
+	-r 1024 \
+	--disk path=/var/kvm/images/test.img,size=25 \
+	--vcpus=1 \
+	--os-type linux \
+	--os-variant=rhel6 \
+	--network bridge=br2 \
+	--nographics \
+	--location='http://mirror.netcologne.de/centos/6.4/os/x86_64' \
+	--extra-args='console=tty0 console=ttyS0,115200n8 serial' \
+
+I have checked that my server is ready for virtualization.
+
+If you need any further information I am happy to provide them
+
+Patrick Gramsl
\ No newline at end of file