search for: vm0

Displaying 20 results from an estimated 34 matches for "vm0".

Did you mean: vm
2016 Jan 04
2
libvirtd and polkit: internal error: No Unix Process ID
...s_drivers = [ "polkit" ] > ... > tls_no_verify_certificate = 1 SASL and TLS in combination is already working without any faults. After activating access_drivers, the setup breaks, cause the access is denied. without polkit: > [root at inexor-test ~]# virsh --connect qemu+tls://vm0.host.b3be.de/system > Please enter your authentication name: inexor at vm0 > Please enter your password:? > Welcome to virsh, the virtualization interactive terminal. > ... with polkit: > [root at inexor-test ~]# virsh --connect qemu+tls://vm0.host.b3be.de/system > Please enter y...
2018 May 23
0
[PATCH RFCv2 0/4] virtio-mem: paravirtualized memory
...and memory slot tracking data) > > Start QEMU with two virtio-mem devices that provide little memory inititally. > $ qemu-system-x86_64 -m 4G,maxmem=504G \ > -smp sockets=2,cores=2 \ > [...] > -object memory-backend-ram,id=mem0,size=256G \ > -device virtio-mem-pci,id=vm0,memdev=mem0,node=0,size=4160M \ > -object memory-backend-ram,id=mem1,size=256G \ > -device virtio-mem-pci,id=vm1,memdev=mem1,node=1,size=3G > > Query the configuration ('size' tells us the guest driver is active): > (qemu) info memory-devices > info memory-devices &...
2012 Dec 05
1
libvirt migrate error
hi,all when I try to migrate `vm0` from (192.168.1.102) to another host(192.168.1.200), the name `ubuntu1204` is 192.168.1.200's hostname. command is : `sudo virsh migrate --live vm0 qemu+tcp://192.168.1.200/system` the error is : unable to connect to server at 'ubuntu1204:49157': Connection refused. however,when I...
2015 Jan 02
4
Lost hotmail
...t; for <stappers at stappers.nl>; Sun, 21 Dec 2014 21:43:35 +0100 (CET) > Received: from terminus.zytor.com (localhost [IPv6:::1]) > by terminus.zytor.com (8.14.8/8.14.7) with ESMTP id sBLKLk6j024306; > Sun, 21 Dec 2014 12:22:37 -0800 > Received: from nm5-vm0.bullet.mail.bf1.yahoo.com > (nm5-vm0.bullet.mail.bf1.yahoo.com [98.139.213.150]) > by terminus.zytor.com (8.14.8/8.14.7) with ESMTP id sBLKLcnR024278 > for <syslinux at zytor.com>; Sun, 21 Dec 2014 12:21:43 -0800 > > Addtional information: On 2014-12-3...
2014 Dec 27
0
Lost hotmail WAS: trouble building 6.03
...ESMTPS id 80F313040F7 for <stappers at stappers.nl>; Sun, 21 Dec 2014 21:43:35 +0100 (CET) Received: from terminus.zytor.com (localhost [IPv6:::1]) by terminus.zytor.com (8.14.8/8.14.7) with ESMTP id sBLKLk6j024306; Sun, 21 Dec 2014 12:22:37 -0800 Received: from nm5-vm0.bullet.mail.bf1.yahoo.com (nm5-vm0.bullet.mail.bf1.yahoo.com [98.139.213.150]) by terminus.zytor.com (8.14.8/8.14.7) with ESMTP id sBLKLcnR024278 for <syslinux at zytor.com>; Sun, 21 Dec 2014 12:21:43 -0800 ------------- volgend deel ------------ Een niet-tekst bijl...
2014 Feb 26
2
POOL of SRIOV networks with multiple PFs
...face type='network'> <source network='passthrough_eth2'/> </interface> <interface type='network'> <source network='passthrough_eth3'/> </interface> I get this error: "error: Failed to create domain from ./vm0.xml error: internal error Process exited while reading console log output: kvm: -device pci-assign,host=01:10.1,id=hostdev0,configfd=47,bus=pci.0,addr=0x8: Duplicate ID 'hostdev0' for device " Ideas? -- John Fisher
2014 Dec 22
2
trouble building 6.03
> On Sun, Dec 21, 2014 at 12:21:32PM -0800, Patrick Masotta wrote: > > sudo apt-get install build-essential > > sudo apt-get build-dep gcc-multilib > > sudo apt-get install gcc-multilib > > > > sudo apt-get install nasm > > sudo apt-get install uuid-dev > > > > I run > > #make spotless > > #make > > > > but it
2015 Jan 03
0
Lost hotmail
...lt;stappers at stappers.nl>; Sun, 21 Dec 2014 21:43:35 +0100 (CET) >> Received: from terminus.zytor.com (localhost [IPv6:::1]) >> by terminus.zytor.com (8.14.8/8.14.7) with ESMTP id sBLKLk6j024306; >> Sun, 21 Dec 2014 12:22:37 -0800 >> Received: from nm5-vm0.bullet.mail.bf1.yahoo.com >> (nm5-vm0.bullet.mail.bf1.yahoo.com [98.139.213.150]) >> by terminus.zytor.com (8.14.8/8.14.7) with ESMTP id sBLKLcnR024278 >> for <syslinux at zytor.com>; Sun, 21 Dec 2014 12:21:43 -0800 >> >> > > Addtion...
2020 Jun 05
3
[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
...; fix !CONFIG_NUMA compilation). Hi David, Thanks for your work! I am trying your https://github.com/davidhildenbrand/linux.git virtio-mem-v5 which works fine for me, but just a 'DMA error' happens when a vm start with less than 2GB memory, Do I missed sth? Thanks Alex (qemu) qom-set vm0 requested-size 1g (qemu) [ 26.560026] virtio_mem virtio0: plugged size: 0x0 [ 26.560648] virtio_mem virtio0: requested size: 0x40000000 [ 26.561730] systemd-journald[167]: no db file to read /run/udev/data/+virtio:virtio0: No such file or directory [ 26.563138] systemd-journald[167]: no db...
2020 Jun 05
3
[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
...; fix !CONFIG_NUMA compilation). Hi David, Thanks for your work! I am trying your https://github.com/davidhildenbrand/linux.git virtio-mem-v5 which works fine for me, but just a 'DMA error' happens when a vm start with less than 2GB memory, Do I missed sth? Thanks Alex (qemu) qom-set vm0 requested-size 1g (qemu) [ 26.560026] virtio_mem virtio0: plugged size: 0x0 [ 26.560648] virtio_mem virtio0: requested size: 0x40000000 [ 26.561730] systemd-journald[167]: no db file to read /run/udev/data/+virtio:virtio0: No such file or directory [ 26.563138] systemd-journald[167]: no db...
2015 May 08
1
vnetX interface name persistence
Hi! I'm aware that (host side) vnetX are created when VM boots. But I'm trying to figure out a way ti create a persistence in vnetX names. What I mean is, say, I want to associate VMs vm0 to vnet0, vm1 to vnet1, vm2 to vnet2 and so forth, no matter which order the VMs are booted. I looked around network XML format, but did't find something... Since I'm using Open vSwitch as bridge, and it is controlled by my OpenFlow application, I can query for OF ports numbers based on po...
2014 Feb 27
1
Re: POOL of SRIOV networks with multiple PFs
On 02/26/2014 08:43 PM, Dax Kelson wrote: > On Wed, Feb 26, 2014 at 11:22 AM, john fisher <john@jpfisher.net > <mailto:john@jpfisher.net>> wrote: > > I get this error: > "error: Failed to create domain from ./vm0.xml > error: internal error Process exited while reading console log > output: kvm: -device > pci-assign,host=01:10.1,id=hostdev0,configfd=47,bus=pci.0,addr=0x8: Duplicate > ID 'hostdev0' for device " > > Ideas? > > > Yes. > > https:...
2020 Jun 05
0
[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
...hould result in the same issue. What does your .config specify for CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE? I'll try to reproduce with v4 briefly. [1] https://lkml.kernel.org/r/9708F43A-9BD2-4377-8EE8-7FB1D95C6F69 at linux.alibaba.com > > Thanks > Alex > > > (qemu) qom-set vm0 requested-size 1g > (qemu) [ 26.560026] virtio_mem virtio0: plugged size: 0x0 > [ 26.560648] virtio_mem virtio0: requested size: 0x40000000 > [ 26.561730] systemd-journald[167]: no db file to read /run/udev/data/+virtio:virtio0: No such file or directory > [ 26.563138] systemd-j...
2020 Mar 02
0
[PATCH v1 00/11] virtio-mem: paravirtualized memory
...rtio-mem devices (one per NUMA node): > $ qemu-system-x86_64 -m 4G,maxmem=204G \ > -smp sockets=2,cores=2 \ > -numa node,nodeid=0,cpus=0-1 -numa node,nodeid=1,cpus=2-3 \ > [...] > -object memory-backend-ram,id=mem0,size=100G,managed-size=on \ > -device virtio-mem-pci,id=vm0,memdev=mem0,node=0,requested-size=0M \ > -object memory-backend-ram,id=mem1,size=100G,managed-size=on \ > -device virtio-mem-pci,id=vm1,memdev=mem1,node=1,requested-size=1G > > Query the configuration: > QEMU 4.2.50 monitor - type 'help' for more information > (qemu...
2017 Jun 04
2
Adding a new replica to the cluster
Apologies for the delay! >From the logs: [2017-05-31 13:06:35.839780] E [MSGID: 106005] [glusterd-utils.c:4877:glusterd_brick_start] 0-management: Unable to start brick 156.125.102.103:/data/br0/vm0 [2017-05-31 13:06:35.839869] E [MSGID: 106074] [glusterd-brick-ops.c:2493:glusterd_op_add_brick] 0-glusterd: Unable to add bricks This looks like in serv3 the newly added brick failed to come up. You'd have to look at the same brick log file on serv3 to see what was the reason. As a workarou...
2015 Jan 03
3
Lost hotmail
...tappers.nl>; Sun, 21 Dec 2014 21:43:35 +0100 (CET) >>> Received: from terminus.zytor.com (localhost [IPv6:::1]) >>> by terminus.zytor.com (8.14.8/8.14.7) with ESMTP id sBLKLk6j024306; >>> Sun, 21 Dec 2014 12:22:37 -0800 >>> Received: from nm5-vm0.bullet.mail.bf1.yahoo.com >>> (nm5-vm0.bullet.mail.bf1.yahoo.com [98.139.213.150]) >>> by terminus.zytor.com (8.14.8/8.14.7) with ESMTP id sBLKLcnR024278 >>> for <syslinux at zytor.com>; Sun, 21 Dec 2014 12:21:43 -0800 >>> >>&g...
2017 Jun 06
0
Adding a new replica to the cluster
...gt; *Objet :* Re: [Gluster-users] Adding a new replica to the cluster > > Apologies for the delay! > > From the logs: > > [2017-05-31 13:06:35.839780] E [MSGID: 106005] [glusterd-utils.c:4877:glusterd_brick_start] > 0-management: Unable to start brick 156.125.102.103:/data/br0/vm0 > > > [2017-05-31 13:06:35.839869] E [MSGID: 106074] [glusterd-brick-ops.c:2493:glusterd_op_add_brick] > 0-glusterd: Unable to add bricks > > This looks like in serv3 the newly added brick failed to come up. You'd > have to look at the same brick log file on serv3 to see w...
2017 Jun 06
1
Adding a new replica to the cluster
...Merwan Ouddane Cc : gluster-users Objet : Re: [Gluster-users] Adding a new replica to the cluster Apologies for the delay! >From the logs: [2017-05-31 13:06:35.839780] E [MSGID: 106005] [glusterd-utils.c:4877:glusterd_brick_start] 0-management: Unable to start brick 156.125.102.103:/data/br0/vm0 [2017-05-31 13:06:35.839869] E [MSGID: 106074] [glusterd-brick-ops.c:2493:glusterd_op_add_brick] 0-glusterd: Unable to add bricks This looks like in serv3 the newly added brick failed to come up. You'd have to look at the same brick log file on serv3 to see what was the reason. As a workaroun...
2002 Oct 30
1
[ns]mbd, sync'ing of disks, and hdparm
Hi, I run a little router/firewall that also acts as a print server for the linux and win98 clients on the LAN. I have the harddisk configured so that if there is little activity, it spins down (hdparm -S 12 /dev/hda). I added smbd/nmbd today and with the two services running, the hard disk drive spins down but wakes up about every 12 minutes. Without the services, only a major event causes them
2014 Feb 26
0
Re: POOL of SRIOV networks with multiple PFs
On Wed, Feb 26, 2014 at 11:22 AM, john fisher <john@jpfisher.net> wrote: > I get this error: > "error: Failed to create domain from ./vm0.xml > error: internal error Process exited while reading console log output: > kvm: -device > pci-assign,host=01:10.1,id=hostdev0,configfd=47,bus=pci.0,addr=0x8: > Duplicate ID 'hostdev0' for device " > > Ideas? > Yes. https://bugzilla.redhat.com/show_bug.cgi?id=...