similar to: guest fails to start: Error initializing virtio-net-pci

Displaying 20 results from an estimated 500 matches similar to: "guest fails to start: Error initializing virtio-net-pci"

2012 May 17
1
USB passthrough of all USB-slots to guest
Hi, how can I define passthrough of all USB-slots to a guest with libvirt? With qemu it's very easy: # kvm -usb -usbdevice host:0.* -usbdevice host:1.* -usbdevice host:2.* -usbdevice host:3.* ... This configuration of the VM gets *all* 4 USB-Slots. Every time somewhat USB-device is plugged in the VM gets it. virt-install manpage offers: --host-device 001.003 USB by bus, device
2012 May 29
1
win-xp guest after reboot: could not open disk image /dev/sr0: mo medium found and extreme sluggisch
Hi, win-xp won't boot after installation. The CD is needed to boot from. How can I convince win-xp to boot? That's what I did: ================== I installed win-xp guest on debian squeeze: # virt-install --connect qemu:///system --name winxp-prof --ram 1024 \ --disk path=/dev/vg-levo/winxp-kvm,size=10 \ --network bridge:br0 --vnc --os-variant winxp --cdrom /dev/sr0
2013 Nov 22
2
Scientific Linux as guest. Can't install with virt-manager because key "tab" in use
Please help, I can't install Scientific Linux 6.3 with virt-manager because the key tab switches between kvm windows. I urgently need tab to go on in install process. see screenshot: http://aiai.de/foren/scientificLinux_tab.png Even in fullscreen mode tab changes to kvm window and not to button "continue" for installation process. please help, I want to install scientific linux as
2006 Nov 01
1
connecting internal line with external line
Hi, I'm new to asterisk. I want asterisk to connect a external line with an internal line: the PC dials a number and connects this call to a internal telephone (telephone switchboard, based on ISDN, 4 analogue telephones) of my office. Can somebody here give me keyword how to search (e.g. with google) to realise it? tia Ekkard
2013 Nov 22
0
Re: Scientific Linux as guest. Can't install with virt-manager because key "tab" in use
On Fri, 22 Nov 2013 23:23:29 +0100 E Gerlach <egerlach@aiai.de> wrote: > Please help, I can't install Scientific Linux 6.3 with virt-manager > because the key tab switches between kvm windows. I urgently need > tab to go on in install process. see screenshot: > http://aiai.de/foren/scientificLinux_tab.png > > Even in fullscreen mode tab changes to kvm window and not
2013 Feb 23
0
NXDOMAIN dual-stacked, Samba4/Samba 3 AD setup
On my network, I'm finding that if I run host saffron on any machine on my network, I see saffron's IPv4 address, but not its IPv6 address. This is true regardless of which joined machine I run. I'd like to figure out how to fix this... For any other machine on the network, host $hostname shows both that machine's IPv4 and IPv6 addresses. (With the odd exception of
2011 Apr 30
1
dial multiple extensions
Hello, I've got a problem with something I'm doing and can't seem to figure it out. I've tried different suggestions I've found on voip-info.org as well as other sites but nothing I do seems to work. I've got an older Digium TDM400P. The FXO daughter card is connected to my POTS line and the FXS daughter card is connected to a TDM phone. I also have multiple SIP
2011 Aug 17
3
Bug#638152: Error: Device 51712 (vbd) could not be connected. Hotplug scripts not working.
Package: xen-utils-4.0 Version: 4.0.1-2 Severity: normal This issue is similar to http://lists.alioth.debian.org/pipermail/pkg-xen-devel/2011-March/003217.html but since I was not able to find a bug report I'm reporting this now. Steps to reproduce: 1) cat << EOF > config name = 'squeeze64' vcpus = '4' memory = '512' disk = [
2013 Nov 02
1
USB passthrough to WinXP guest - WinXP ignores it
WinXP ignores a USB passthrough! Hello, I need a persistent passthrough of a USB-device: Bus 001 Device 020: ID 04e6:5311 SCM Microsystems, Inc. I added <hostdev mode='subsy.... </hostdev> like this to xml file: [...] <on_crash>restart</on_crash> <devices> <hostdev mode='subsystem' type='usb' managed='no'>
2012 Dec 07
0
Bug#679533: Traffic forwarding issue between Xen domU/dom0
retitle Traffic forwarding issue between Xen domU/dom0 thanks This week again this bug occurred again so we are trying to create some kind of reproduce algorithm. First we've created two virtual machines named koekiemonster.bofh.hq.mendix.net and netappsim.bofh.hq.mendix.net. We've added 29 vifs to koekiemonster.bofh.hq.mendix.net. During this tests we've always had a ping
2011 Jun 01
10
busy hangup HDLC Bad FCS (8) on Primary D-channel
Hi all, After running fine for a few months now asterisk seems to hang frequently , still functioning but the DAHDI channels seem busy (users report a busy signal when calling or being called) A reboot will allow it to run for another day or maybe 2 or 3 till the problem occurs again. running stock Asterisk 1.6.2.9-2+squeeze2 on Debian with stock kernel 2.6.32-5-686 i get the following
2011 Mar 08
2
dnsmasq not started when no dhcp enabled ?
Hello everybody, i've defined a simple network, with no dhcp. I'd like to use dnsmasq only as a dns server. $ virsh net-dumpxml basicswitch <network> <name>basicswitch</name> <uuid>60f491d2-d6c4-6b57-8a50-081cace8dedc</uuid> <forward mode='nat'/> <bridge name='virbr1' stp='on' delay='0' /> <ip
2011 Apr 21
1
domain not present after shutdown
I hope this is simple I have one kvm host that lists all my domains even after shut down. 'virsh list --all' shows machines in 'running' and 'shut off' states. If I copy those over to another machine and it only shows the virt machines in running state. vmhost2:~$ virsh list --all Id Name State ---------------------------------- 4 mybox4
2011 Aug 02
3
CPU Model detection with virsh capabilities
Hello everybody, I am a new user discovering libvirt with KVM software. During my first VM creation, I saw an issue with virsh that I can't understand. I wanted to emulate another CPU than the classical qemu32 using virsh. So I used the virsh capabilites command to detect how is detected my CPU host which is an Intel Xeon E5410 and my problem is that this CPU is detected only with the
2011 Jan 27
0
Is there a way to suppress netfilter rules (default.xml)?
Hi, in order to get hook scripts to work, I used a backported version of libvirtd on Ubuntu 10.04 LTS. Here are the details: Compiled against library: libvir 0.8.3 Using library: libvir 0.8.3 Using API: QEMU 0.8.3 Running hypervisor: QEMU 0.12.5 After adjusting the apparmor profile to accept the hook scripts under /etc/libvirt/hooks/, I am able to start and stop domains again, but only the
2010 Dec 16
1
aio flag for KVM guests
Hello, We are using libvirt 0.8.3 to build KVM guests (KVM version is qemu-kvm 0.12.5). I see kvm supports aio flag with either native or threads option. Where in libvirt XML should we define aio option? Thanks in advance Ranga -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Jun 20
0
Would a DOS on dovecot running under a VM cause host to crash?
Hey All, I'm just wondering whether this is what caused my server to crash. Started last night in NZ land. Jun 20 19:22:11 elm dovecot: imap-login: Disconnected (tried to use disallowed plaintext auth): user=<>, rip=attackerip, lip=10.0.0.3, session=<0C8LzpDfZQDINsQC> occasionally get Jun 20 19:22:52 elm dovecot: imap-login: Disconnected (no auth attempts in 1 secs):
2013 Jan 24
3
require_membership_of is ignored
I have a RHEL 6.3 machine successfully bound to AD using winbind, and commands like wbinfo -u and wbinfo -g output the users and groups. I can also log in as any AD user. The problem is, I can log on as any AD user. require_membership_of is being ignored. I can put in a valid group with no spaces in the name, a group by SID, and either way, everyone can log in. I've put this option in both
2012 Dec 20
1
Error installing VM: "Process exited while reading console log output"
Hi, I'm trying to install a qemu-kvm virtual machine on a Debian GNU/Linux squeeze amd64 host, using virtinst 0.500.3 and libvirt 0.8.3. First I tried this command as a normal user (in groups kvm and libvirt): $ virt-install --connect qemu:///system --name test1 \ > --ram $((128 * 1024 * 1024)) --vcpus=1 --description 'Test VM 1' \ >
2011 Feb 22
1
Vista guest doesn't start after libvirt upgrade
Hi, I've updated my Debian lenny to Debian squeeze last week. So I have now: libvirt 0.8.3-5 qemu-kvm 0.12.5+dfsg-3 virt-manager 0.8.4-8 Today I try to start my Vista quest again. I am surprised because it won't starts. In "/var/log/libvirt/qemu/devel-vista.log" stands "Read failed". The Console stays as a black screen after a short SeaBIOS message. I tried