Displaying 20 results from an estimated 3000 matches similar to: "unexpected end of file mounting vdi image"
2010 Sep 26
1
<<Mounting and Converting 7z vdi Files Virtual Machine>>
running windows vista: downloaded virtual machine and virtual rails
cannot get virtual rails to mount to virtual machine
after downloading virtual rails i attempted to extract it so i could
convert it to vdi file and this is the result
virtual_rails_1.1(1).7z
i followed the tutorial at http://www.virtualrails.org/node/3 to
create a new virtual machine, but when I start the machine i get the
2010 Nov 18
1
driver type for .vdi images?
Hello libvirt experts,
I use libvirt (0.7.5-5ubuntu27.7) with KVM / qemu (0.12.3+noroms-0ubuntu9.2).
Some machines use raw images but same use Virtualbox images (.vdi).
Since last Ubuntu 10.04 LTS update I can not start the vdi-images.
The "driver name= type=" option was new.
<devices>
<emulator>/usr/bin/kvm</emulator>
<disk type='file'
2017 Oct 08
4
Re: Virtualbox vdi Input Format and man pages
[stef204 sent me the full log since it contains sensitive information]
The log says that virt-v2v cannot see anything at all on the 34.1 GB
disk (as if the disk is blank). However I think the actual problem is
that you've given the wrong disk type in the XML:
<disk type='file' device='disk'>
<driver name='qemu' type='raw'/>
2011 Jul 11
3
can we export vdi ?
hi
is it possible to export vdi just as we export vm
if yes then how to export it using HTTP?
thanks
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2009 May 28
3
Vdi-image
If i will use a virtualbox image with xen
Must ionly convert it to raw and copy the hole image to a lvm or
harddisk
Or are it more advanced?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2011 Jun 27
1
how to share vdi among several xcp pools
hi
I am having several pools of xcp with NFS shared storage as default SR
on each pool and i want to do following in this arrangement
-I want to share vdis among all pools, i.e. for example if I want to
detach a vdi from a vm in pool-1 to a vm in pool-2.
so is this possible to do so?
vdi export is one of the solution but i want to do it seamlessly just
like it happens within the same pool or
2017 Aug 19
3
Virtualbox vdi Input Format and man pages
Hi,
I am new to v2v/libguestfs.
I need to convert a 30 GB virtual machine running Windows7 64 bit (a guest on a Linux system) from Virtualbox vdi format to qcow2 (or raw/img--another debate in itself) so I can use libvirt/qemu/kvm to run it and completely migrate away from Virtualbox.
The vdi machine is a mission critical production environment and I cannot afford to mess it up, etc. Will keep
2011 Jan 03
1
vdi size
Hi,
sorry for asking too much,but is it possible to set the vdi size for a new VM before installation because it is 8G by default or do I have to resize it after installing the VM.
Thanks & BRInas
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2011 Nov 22
1
[file PATCH] Properly detect .vdi (VirtualBox disk image) files
The current test for .vdi files is incorrect. It tries to detect the
string "<<< Sun xVM VirtualBox Disk Image >>>". However this string
is just free text and .vdi files often contain different strings (ref: [1]).
The correct test in this patch looks for the magic number at offset
0x40 in the file (ref: [2]).
Example:
Upstream 'file' without the patch on an
2013 Mar 14
1
guestfs_list_partitions with vdi
I'm using a Windows raw disk image that is "converted" to the VDI
format by custom code that prepends a header to the image.
I use 'vdi' for GUESTFS_ADD_DRIVE_OPTS_FORMAT of
guestfs_add_drive_opts().
After launching the appliance, the call to guestfs_list_partitions()
results in an empty list.
Is there a way to add the drive but have an offset into the image
file as a
2014 Aug 12
1
Authenticating VDI-in-a-Box to Samba4 AD
Hi,
I have successfully built an ADDC on a Centos 6.5 VM running on Citrix
XenServer 6.2. It seems to be working well.
Now I want to test Citrix VDI-in-a-Box. I've installed vdiManager 5.4.0 on
to my XenServer. It wants to authenticate to my AD server. It fails with
the message:
Could not connect to the user database at 10.0.1.10 with user
administrator in domain test.lan
I did a
2017 Oct 08
3
Re: Virtualbox vdi Input Format and man pages
08.10.2017, 08:09, "Richard W.M. Jones" <rjones@redhat.com>:
> However virt-v2v has its own parser for libvirt XML and only parses a
> (very) small subset of these fields. Generally you only need to take
> that template and change a few fields, name, memory size, number of
> vCPUs, and make sure there is one <disk> section per disk and one
> <interface>
2010 May 05
1
VDI size on local repository always 0
Hello guys,
I''m working on a cloud computing project involving Xen Hypervisor. I
looked for the issue described in the subject in old posts but no success.
I''m using the local storage repository and I can''t set physical_utilisation
and virtual_utilisation via xen API because XendVDI.py has hardcoded the 0
value for local repository while is passed for QcoW storage
2013 Jul 25
1
LiveStorageMigration Error "The attempt to mark the VDI as hidden failed "
Hello.
We are moving some VMs on XCP 1.6 from an iSCSI Storage to another.
One VM gave the following error: The attempt to mark the VDI as hidden failed
But, all data has been moved to the new storage, the VM is working and at first sight seems ok.
But can I trust it? Anyboday had similar errors?
Thanks
Thomas
_______________________________________________
Xen-users mailing list
2014 Apr 22
1
copying live vmdk / vdi files
Hi,
I would like to backup my Virtual Box VM folder. I have VDI and VMDK
files in there. I am told I have to shutdown those virtual machines
first in order for rsync to copy them correctly. Is this correct ?
Thanks,
Dan
2013 Oct 11
2
qemuMonitorIO internal error
Hi,
I am trying to get some VMs running under qemu-kvm. At some point the
VM starts, but then they shutdown by themselves and I see those messages
in the log:
2013-10-11 18:28:57.165+0000: 4148: error : qemuMonitorIO:615 : internal
error: End of file from monitor
2013-10-11 18:28:57.165+0000: 4148: debug : qemuMonitorIO:648 : Error on
monitor internal error: End of file from monitor
Any
2011 Oct 21
3
high-privileges
hello all,
my vm (windows server 2008) keep crashing?
2011-09-21 15:00:45.924: 1355: info : libvirt version: 0.9.6
2011-09-21 15:00:45.924: 1355: error : virSysinfoRead:465 : internal
error Failed to find path for dmidecode binary
2011-09-21 15:05:43.873: 1349: warning : qemuDomainObjTaint:1128 :
Domain id=1 name='IIS' uuid=a02e41a9-9f4d-d94f-43a6-995b1ca6d37d is
tainted:
2019 Jun 11
2
Re: blockcommit of domain not successfull
----- On Jun 5, 2019, at 4:49 PM, Peter Krempa pkrempa@redhat.com wrote:
> On Wed, Jun 05, 2019 at 13:33:49 +0200, Lentes, Bernd wrote:
>> Hi Peter,
>>
>> thanks for your help.
>>
>> ----- On Jun 5, 2019, at 9:27 AM, Peter Krempa pkrempa@redhat.com wrote:
>
> [...]
>
>>
>> >
>> > So that's interresting. Usually assertion
2018 May 23
2
virsh migration job unexpectedly failed
Hi ,
when i have run virsh migrate command , the migration progress fiailed
at [61 %].
command :
virsh migrate --live --undefinesource --p2p --copy-storage-inc
--verbose --persistent instance-00001959 qemu+tcp://host292/system
result :
Migration: [ 61 %]error: operation failed: migration job: unexpectedly
failed
os/kernel version: centos 6.7 / kernel 2.6.32
qemu-kvm
2014 Jun 12
2
libvirt issue while deploying a VM
Using libvirt under openstack I encounter a problem when launching a VM
with multiple partitions (2 G image) ,
While a single partition can be launched successfully . The launch is
done with Openstack.
We are using in libvirtd.conf log_level=1 and
log_outputs="1:file:/var/log/libvirt/libvirtd.log"
we can see that in /var/log/libvirt/libvirtd.log appear the following
error