similar to: launch failure of appliance with nbd drive

Displaying 20 results from an estimated 300 matches similar to: "launch failure of appliance with nbd drive"

2013 Apr 09
2
[Qemu-devel] debugging qemu-nbd.c
On Tue, Apr 09, 2013 at 10:18:50AM -0400, Skippy VonDrake wrote: > Hello, > > Apologies upfront if posting to this list is inappropriate. > > I have an app that forks a process with calls qemu-nbd with an offset > into an image. > The app then uses libguestfs to attach the nbd device. > But it appears that qemu is failing. When you say "qemu is failing", do you
2012 Mar 21
1
XML syntax for "dir" attribute when making Host directory available to Windows guest
Hi, I have the following setup: Host: Ubuntu 10.04 Guest: Windows 2008 R2 Kernel: 2.6.32-40-generic virt-inst: 0.500.1-2ubuntu6.2 qemu-kvm: 0.12.3+noroms-0ubuntu9.18 All is working, however I would now like to share a given directory on the host with the guest. Using the "virsh edit" command I have prepared the following XML configuration snippet: <filesystem
2012 May 25
1
Virtual Machines Stay Off If Rebooted
Hello, I am using libvirt on Ubuntu 10.04 Server and the following versions of these packages: libvirt-bin, libvirt0, python-libvirt - 0.7.5-5ubuntu27.22 qemu-kvm 0.12.3+noroms-0ubuntu9.18 Recently, when restarting a VM (either by issuing "sudo reboot" on a Linux guest or choosing "Restart" from the Start Menu on a Windows guest) the VM shuts down and remains off rather
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'
2014 Jul 29
1
VM not booting with physical hardware attached
Dear all, I'm looking for a bit of help with a problematic VM. We have an hypervisor which has 4 eth ports. 3 are already used, and I wanted to pass the 4th one directly to a VM (which is fully working without it). So, I modified the XML accordingly (which matches our hardware), adding: <hostdev mode='subsystem' type='pci' managed='yes'> <source>
2009 Jul 20
1
Problem with quota-dict
Hi, I wanted to migrate a mailserver from cyrus to dovecot. The new setup was using postfixadmin let the domain admins configure the hostet domains. To view the used quota in postfixadmin the usage of the quota dict backend is required. I have configured it according to the wiki but everytime I connect I get a sucessfully login and then every next command hangs. It seems to me, that the dict
2016 Apr 08
2
Fwd: Plus addressing on Sentora using Postfix
I am running Ubuntu 14.04.4 LTS ?Trusty? and "postconf -d | grep mail_version? gives me ?mail_version = 2.11.0?, with Dovecot 2.2.9 I have installed Sentora (http://sentora.org) which sets most of the configuration up for Postfix up, I have made some changes to allow me to use certificates for IMAP and SMTP SSL (https://skippy.org.uk/lets-encrypt-postfix-and-dovecot/), My Postfix main
2010 Jun 28
2
SASL GSSAPI error "Key table entry not found"
My server and client are running Ubuntu Lucid, libvirt-bin 0.7.5-5ubuntu27, qemu-kvm-0.12.3+noroms-0ubuntu9 and I'm using virt-viewer-0.0.3-6ubuntu7.xul19 or virt-manager-0.8.2-2ubuntu8 to connect. I configured SASL2 to use GSSAPI for libvirt following the instructions in the libvirt docs, created a keytab with libvirt/my.fully.qualified.domain at MY-REALM.COM (has a dash fwiw) and pointed
2012 Nov 19
2
install errors for libguestfs-1.19.60
I've been using libguestfs-1.18.9 but decided to "upgrade" to 1.19.60. Using Ubuntu 12.04 with the older version installed via source. So I went through the same process with the new version of guestfs sources and got the following errors on 'make install': make[2]: Nothing to be done for `install-exec-am'. make install-data-hook make[3]: Entering directory
2014 Jul 10
2
starting lxcs from within a vm using libvirt
my goal for testing/simulations is to be able to run a vm on my desktop and within that vm run linux containers currently I can start an ubuntu trusty vm using libvirt as my broker to qemu or qemu-system-x86_64 directly and start a saucy-based lxc using lxc-tools. I invoke lxc-start -n name -f configfile and within a few seconds I'm logged into my saucy based lxc. I can't start the lxc
2005 Apr 12
1
Writing to a vfat partition problem
Hi all, I have a problem where when I try to write to a 'vfat' partition (in Fedora Core 3, rsync 2.6.3) I get this error: -=-=-[ error ]-=-=- rsync: mkdir "/mnt/tle-bu/src0/tle-bu/231e2838-93b0-4f6f-8b8b-f09e24e1ed80" failed: No such file or directory (2) rsync error: error in file IO (code 11) at main.c(381) rsync: connection unexpectedly closed (8 bytes received so
2023 Mar 24
1
[PATCH 1/1] nbd/server: push pending frames after sending reply
On Fri, Mar 24, 2023 at 11:47:20AM +0100, Florian Westphal wrote: > qemu-nbd doesn't set TCP_NODELAY on the tcp socket. > > Kernel waits for more data and avoids transmission of small packets. > Without TLS this is barely noticeable, but with TLS this really shows. > > Booting a VM via qemu-nbd on localhost (with tls) takes more than > 2 minutes on my system. tcpdump
2011 Mar 30
0
block migration
Hello, I'm trying to use block migration with below procedure, but got some errors. I would highly appreciate if anyone give me a hand.. There are 2 hosts(hostA and hostB), both OS is Ubuntu 10.10(merverick). And a VM(named centos54-1mg) is running at hostA(centos54 64bit). [package version] +++-=====================-=====================-=================== ii kvm
2014 Dec 16
0
Re: does guestfs_list_partitions() work with Windows 95 images?
[Let's keep all replies on the list] On Tue, Dec 16, 2014 at 12:43:21AM -0500, Skippy VonDrake wrote: > Looks like that returned an empty array. Could the image be corrupt? > > Here's the output: > > # guestfish -v -x --ro -a /home/skippy/disk_images/[...]/old.img run : list-partitions [...] > [ 0.558351] scsi2 : Virtio SCSI HBA > [ 0.560916] scsi 2:0:0:0:
2013 Jan 09
1
4.2.1 make world error, no target clean
Ubuntu 12.04, Xen 4.2.1 ./configure --libdir=/usr/lib/x86_64-linux-gnu make world make[4]: Entering directory `/home/skippy/Downloads/xen/xen-4.2.1/tools/qemu-xen-traditional-dir'' make[4]: *** No rule to make target `clean''. Stop. First time it failed because of a missing dependency. Fixed that but now can''t get past the "cleaning stage". tried "make
2014 Dec 15
3
does guestfs_list_partitions() work with Windows 95 images?
Hello, Been a long time since I broke out your libguestfs tools. Current employer has some old machines they want to virtualize before they croak. I was able to virtualize a Win2000 box but when I tried the same with a Windows 95 machine the call to guestfs_list_partitions returned null. I did make that image with a different tool (my linux box wasn't available so I wound up using Macrium
2005 Aug 31
2
detecting extensions in use
Hi all, We've got a department that has 5 phones using a * 1.0.9 box. They need to have an extension that rings all 5 phones at the same time. Getting all of the phones to ring isn't a problem, but they are running into a problem with the phones ringing in their ears when they are already on a call. Example: Caller one calls the queue, all of the phones rings, and employee one
2010 Aug 13
0
virtio and encryption
Greetings, I am trying to use virtio and encryption. My setup is: host and guest: ubuntu 10.04 server (libvirt 0.7.5-5ubuntu27, qemu-kvm 0.12.3+noroms-0ubuntu9.2) I have secret defined and disk in domain xml referencing that secret. When I start using "<target dev='hda' bus='ide'/>" in HDD config, it works. When I start using "<target dev='vda'
2011 May 19
0
Blank console and no boot
Hi. I was cloning a domain and now I can't boot the original nor the clone domain. Currently when I start one of those domains I can see only a blank screen. I am not sure what went wrong cloning. I was trying to use kpart to mount the new image and change info in the filesystem like hostname, ip and so. Anyway when I start the new or old domain: # virsh start --console thedomain
2013 May 31
0
Enable bios useserial=yes from command line
Hi Guys, I'm currently learning KVM and have set up an Ubuntu 12.04.2 VM running KVM. I am using the following command to provision a VM: virt-install --connect qemu:///system --ram "$ramsize" -n "$vmname" --boot network,hd,menu=on --os-variant="$variant" --disk path=/var/lib/libvirt/images/"$vmname".qcow2,device=disk,bus=virtio,format=qcow2 --mac=