Rudi Ahlers
2008-Apr-29 22:58 UTC
[Xen-users] can''t create domU in Ubuntu - Floating point error
Hi all I just installed Ubuntu 8.04-server-amd64 and want to get a CentOS domU installed, but virt-install keeps on failing with Floating Point exception: root@venus:~# virt-install -v --name=vps02 --file=/home/vps02.img --file-size=10 --ram=512 Floating point exception root@venus:~# uname -a Linux venus 2.6.24-16-xen #1 SMP Thu Apr 10 14:35:03 UTC 2008 x86_64 GNU/Linux I''ve installed just about every xen package I could get, and this article (http://notepad.bobkmertz.com/2007/11/installing-xen-on-ubuntu-710-amd64.html ) suggest a few packages to install Any suggestions? -- Kind Regards Rudi Ahlers CEO, SoftDux Office: 087 805-9573 Fax No: 086 609 6128 Cell: 082 554 7532 Web: http://www.SoftDux.com Forum: http://Forum.SoftDux.com Join SA WebHostingTalk today, on http://www.WebHostingTalk.co.za _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Mark Williamson
2008-May-01 01:04 UTC
Re: [Xen-users] can''t create domU in Ubuntu - Floating point error
> I just installed Ubuntu 8.04-server-amd64 and want to get a CentOS domU > installed, but virt-install keeps on failing with Floating Point exception: > > root@venus:~# virt-install -v --name=vps02 --file=/home/vps02.img > --file-size=10 --ram=512 > Floating point exceptionWell, that''s weird! I think I''d suggest filing a bug against the Ubuntu package. It''s not something I''ve heard of happening before, so it''s possible that it''s specific to your situation, or to the particular version of the tool you''re using. Daniel: hope you don''t mind me cc-ing, I wondered if you might have a hint for us? Cheers, Mark -- Push Me Pull You - Distributed SCM tool (http://www.cl.cam.ac.uk/~maw48/pmpu/) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Rudi Ahlers
2008-May-02 08:38 UTC
Re: [Xen-users] can''t create domU in Ubuntu - Floating point error
Mark Williamson wrote:>> I just installed Ubuntu 8.04-server-amd64 and want to get a CentOS domU >> installed, but virt-install keeps on failing with Floating Point exception: >> >> root@venus:~# virt-install -v --name=vps02 --file=/home/vps02.img >> --file-size=10 --ram=512 >> Floating point exception >> > > Well, that''s weird! I think I''d suggest filing a bug against the Ubuntu > package. It''s not something I''ve heard of happening before, so it''s possible > that it''s specific to your situation, or to the particular version of the > tool you''re using. > > Daniel: hope you don''t mind me cc-ing, I wondered if you might have a hint for > us? > > Cheers, > Mark > >Where do I submit this as a bug? -- Kind Regards Rudi Ahlers CEO, SoftDux Web: http://www.SoftDux.com Check out my technical blog, http://blog.softdux.com for Linux or other technical stuff, or visit http://www.WebHostingTalk.co.za for Web Hosting stuff _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Daniel P. Berrange
2008-May-02 12:54 UTC
Re: [Xen-users] can''t create domU in Ubuntu - Floating point error
On Thu, May 01, 2008 at 02:04:37AM +0100, Mark Williamson wrote:> > I just installed Ubuntu 8.04-server-amd64 and want to get a CentOS domU > > installed, but virt-install keeps on failing with Floating Point exception: > > > > root@venus:~# virt-install -v --name=vps02 --file=/home/vps02.img > > --file-size=10 --ram=512 > > Floating point exception > > Well, that''s weird! I think I''d suggest filing a bug against the Ubuntu > package. It''s not something I''ve heard of happening before, so it''s possible > that it''s specific to your situation, or to the particular version of the > tool you''re using. > > Daniel: hope you don''t mind me cc-ing, I wondered if you might have a hint for > us?That is bizarre - I''ve never seen such a error from virt-install. I''d suggest running with --debug so it''ll show you how far through it is progressing. Then file a bug report with the output fro mthe debug mode. Dan. -- |: Red Hat, Engineering, Boston -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://ovirt.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :| _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Rudi Ahlers
2008-May-02 15:58 UTC
Re: [Xen-users] can''t create domU in Ubuntu - Floating point error
Daniel P. Berrange wrote:> On Thu, May 01, 2008 at 02:04:37AM +0100, Mark Williamson wrote: > >>> I just installed Ubuntu 8.04-server-amd64 and want to get a CentOS domU >>> installed, but virt-install keeps on failing with Floating Point exception: >>> >>> root@venus:~# virt-install -v --name=vps02 --file=/home/vps02.img >>> --file-size=10 --ram=512 >>> Floating point exception >>> >> Well, that''s weird! I think I''d suggest filing a bug against the Ubuntu >> package. It''s not something I''ve heard of happening before, so it''s possible >> that it''s specific to your situation, or to the particular version of the >> tool you''re using. >> >> Daniel: hope you don''t mind me cc-ing, I wondered if you might have a hint for >> us? >> > > That is bizarre - I''ve never seen such a error from virt-install. I''d > suggest running with --debug so it''ll show you how far through it is > progressing. Then file a bug report with the output fro mthe debug mode. > > Dan. >hmm, nice trick :) root@venus:~# virt-install -v --ram=512 --file-size=10 --name=vps02 --file=/home/vps02.img --debug Fri, 02 May 2008 17:58:11 DEBUG Disk path not found: Assuming file disk type. Floating point exception root@venus:~# ls /home/ lordmerlin vps01.img So, why doesn''t the image get created automatically? And where do I submit a bug report? -- Kind Regards Rudi Ahlers CEO, SoftDux Web: http://www.SoftDux.com Check out my technical blog, http://blog.softdux.com for Linux or other technical stuff, or visit http://www.WebHostingTalk.co.za for Web Hosting stuff _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users