search for: 20171115_193814_efff_

Displaying 3 results from an estimated 3 matches for "20171115_193814_efff_".

2017 Nov 16
2
Re: [Qemu-devel] [qemu-img] support for XVA
...moe/convert-xva.rb -- does this work? > (It seems to works on the two example images I found...) > > An example is in the code, you use it like this: > > $ ./convert-xva.rb ~/Downloads/stats-appliance-2.36.020502.xva Ref:73 It doesn't work on huge images: # time convert-xva.rb 20171115_193814_efff_.xva Ref:10 -O qcow2 disk1.qcow2 /usr/bin/convert-xva.rb:119:in `exec': Argument list too long - qemu-img (Errno::E2BIG) from /usr/bin/convert-xva.rb:119:in `<main>' real 9m41.414s user 0m19.280s sys 0m3.260s
2017 Nov 16
0
Re: [Qemu-devel] [qemu-img] support for XVA
...; (It seems to works on the two example images I found...) >> >> An example is in the code, you use it like this: >> >> $ ./convert-xva.rb ~/Downloads/stats-appliance-2.36.020502.xva Ref:73 > > > It doesn't work on huge images: > > # time convert-xva.rb 20171115_193814_efff_.xva Ref:10 -O qcow2 disk1.qcow2 > /usr/bin/convert-xva.rb:119:in `exec': Argument list too long - > qemu-img (Errno::E2BIG) > from /usr/bin/convert-xva.rb:119:in `<main>' > > real 9m41.414s > user 0m19.280s > sys 0m3.260s Well, there is this: https://github.com...
2017 Nov 15
4
Re: [Qemu-devel] [qemu-img] support for XVA
On 2017-11-15 22:50, Gandalf Corvotempesta wrote: > https://stacklet.com/downloads/XenServer-XVA-Template-Debian-7.8-Lightweight-x86 Hmmm, that gives me a timeout when downloading. And another image I got gives me an "argument list too long" -- which I had feared already... It has a size of 3 MB and Linux "only" allows 2... Max