All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1221797] [NEW] virt-install gets stuck during downloading install.img
@ 2013-09-06 15:28 Patrick-gramsl
  2013-09-19 11:03 ` [Qemu-devel] [Bug 1221797] " Shivakumar
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Patrick-gramsl @ 2013-09-06 15:28 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

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.

My Server is based on CentOS 6.4

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

** Affects: qemu
     Importance: Undecided
         Status: New

** Description changed:

  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.
  
+ My Server is based on CentOS 6.4
+ 
  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' \
+  -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

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1221797

Title:
  virt-install gets stuck during downloading install.img

Status in QEMU:
  New

Bug description:
  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.

  My Server is based on CentOS 6.4

  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1221797/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1221797] Re: virt-install gets stuck during downloading install.img
  2013-09-06 15:28 [Qemu-devel] [Bug 1221797] [NEW] virt-install gets stuck during downloading install.img Patrick-gramsl
@ 2013-09-19 11:03 ` Shivakumar
  2013-09-19 13:32 ` Patrick-gramsl
  2017-02-01  9:22 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Shivakumar @ 2013-09-19 11:03 UTC (permalink / raw)
  To: qemu-devel

I guess it could be a problem with the mirror you are using. Have you
tried using a different mirror. Following is what I tried and I was able
to boot centos

virt-install \
-n test \
-r 1024 \
--disk path=/tmp/test.img,size=3 \
--vcpus=1 \
--os-type linux \
--os-variant=rhel6 \
--network bridge=virbr0 \
--nographics --location='http://centos.mirror.net.in/centos/6.4/os/x86_64' \
--extra-args='console=tty0 console=ttyS0,115200n8 serial'

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1221797

Title:
  virt-install gets stuck during downloading install.img

Status in QEMU:
  New

Bug description:
  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.

  My Server is based on CentOS 6.4

  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1221797/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1221797] Re: virt-install gets stuck during downloading install.img
  2013-09-06 15:28 [Qemu-devel] [Bug 1221797] [NEW] virt-install gets stuck during downloading install.img Patrick-gramsl
  2013-09-19 11:03 ` [Qemu-devel] [Bug 1221797] " Shivakumar
@ 2013-09-19 13:32 ` Patrick-gramsl
  2017-02-01  9:22 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Patrick-gramsl @ 2013-09-19 13:32 UTC (permalink / raw)
  To: qemu-devel

Sorry yes of course I have tried a different mirror but I think that the
problem was with my server installation because even my mail server was
not working correctly I will update this comment as soon as I have new
information.

@Shivakumar:
Thank you for your help anyway

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1221797

Title:
  virt-install gets stuck during downloading install.img

Status in QEMU:
  New

Bug description:
  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.

  My Server is based on CentOS 6.4

  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1221797/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1221797] Re: virt-install gets stuck during downloading install.img
  2013-09-06 15:28 [Qemu-devel] [Bug 1221797] [NEW] virt-install gets stuck during downloading install.img Patrick-gramsl
  2013-09-19 11:03 ` [Qemu-devel] [Bug 1221797] " Shivakumar
  2013-09-19 13:32 ` Patrick-gramsl
@ 2017-02-01  9:22 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2017-02-01  9:22 UTC (permalink / raw)
  To: qemu-devel

This is not a QEMU bug ... for virt-install related problems, please see
https://virt-manager.org/bugs/ instead.

** Changed in: qemu
       Status: New => Invalid

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1221797

Title:
  virt-install gets stuck during downloading install.img

Status in QEMU:
  Invalid

Bug description:
  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.

  My Server is based on CentOS 6.4

  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1221797/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-02-01  9:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-06 15:28 [Qemu-devel] [Bug 1221797] [NEW] virt-install gets stuck during downloading install.img Patrick-gramsl
2013-09-19 11:03 ` [Qemu-devel] [Bug 1221797] " Shivakumar
2013-09-19 13:32 ` Patrick-gramsl
2017-02-01  9:22 ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.