Displaying 13 results from an estimated 13 matches for "libvrtd".
Did you mean:
libvirtd
2013 Jul 15
0
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
On 12.07.2013 20:32, Dennis Jenkins wrote:
> Update: I am able to edit the XML in "dwj-hfax-dev" such that libvirtd
> no longer crashes, and edit the XML for "dwj-lnx-dev" such that it will
> crash.
>
> The presents of "<seclabel type='none'/>" near the bottom causes
> libvirtd to crash.
>
> I do not recall ever manually adding
2013 Jul 15
0
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
On Mon, Jul 15, 2013 at 7:53 AM, Dennis Jenkins <dennis.jenkins.75@gmail.com
> wrote:
>
>
>
> TL;DR: "vm->seclabels[i]->model" is NULL.
>
>
>
It probably would have been helpful had I posted everything in the struct:
(gdb) print vm->seclabels[i]
$6 = (virSecurityLabelDefPtr) 0x7fffd0009dc0
(gdb) print *(vm->seclabels[i])
$7 = {model = 0x0, label
2013 Jul 15
1
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
On Mon, Jul 15, 2013 at 7:37 AM, Dennis Jenkins <dennis.jenkins.75@gmail.com
> wrote:
> Ah ha! I just learned about "gdb bt full". The existing core dump might
> have what you need: Line #442. However, the line numbers for the source
> code in the source tree that my Gentoo system is building from does not
> match exactly what you listed.
>
> Line #442 for me
2013 Jul 15
0
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
Ah ha! I just learned about "gdb bt full". The existing core dump might
have what you need: Line #442. However, the line numbers for the source
code in the source tree that my Gentoo system is building from does not
match exactly what you listed.
Line #442 for me is the one containing the "STREQ" macro:
virObjectLock(mgr);
for (i = 0; i < vm->nseclabels; i++)
2013 Jul 15
3
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
On Mon, Jul 15, 2013 at 3:18 AM, Michal Privoznik <mprivozn@redhat.com>wrote:
>
> Interesting. If you are still able to reproduce the crash, can you try to
> get the line number within virSecurityManagerGenLabel where the crash
> happened? I think it's the STREQ line (440 linenr). Question is whether
> model or name is NULL.
>
>
I'll try.
I'm not sure why
2013 Jul 12
0
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
The debug log ends with this:
2013-07-12 16:43:31.740+0000: 21365: debug : virCgroupMakeGroup:708 : Make
group /machine/dwj-hfax-dev.libvirt-lxc
2013-07-12 16:43:31.740+0000: 21365: debug : virCgroupMakeGroup:729 : Make
controller /sys/fs/cgroup/cpu/machine/dwj-hfax-dev.libvirt-lxc/
2013-07-12 16:43:31.740+0000: 21365: debug : virCgroupMakeGroup:729 : Make
controller
2013 Jul 12
2
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
Update: I am able to edit the XML in "dwj-hfax-dev" such that libvirtd no
longer crashes, and edit the XML for "dwj-lnx-dev" such that it will crash.
The presents of "<seclabel type='none'/>" near the bottom causes libvirtd
to crash.
I do not recall ever manually adding that to my domain.
In any event, libvirtd should probably not crash due to the
2020 Aug 18
2
Re: multiple vms with same PCI passthrough
...> win2k19.xml.gz
Looking closer it seemed the 0000:08:00.0 was the guest address that
already had a device defined on it.
Removing those in virt-manager and readding them generated a warning that
they were in another definition, however
it did accept them.
This, for 4 pci devices, confused libvrtd in the meantime however it was
still functional.
Aug 18 10:31:27 grit libvirtd[106082]: internal error: failed to get number
of host interfaces: unspecified error - errors in loading some config files
Aug 18 10:31:55 grit libvirtd[106082]: internal error: failed to get number
of host interfaces: u...
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
2013 Jul 12
2
libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
Hello all,
I have two issues:
1) I am unable to start a seemingly correct LXC domain (I cloned it from a
working domain).
2) I am able to crash "libvirtd" by attempting to start the cloned domain,
but starting the original works just fine.
I humbly submit that item #2 is a bug - the "libvirtd" daemon should
never crash due to anything the "libvirt" client
2020 Aug 18
0
Re: multiple vms with same PCI passthrough
On 8/17/20 8:40 PM, Daniel Black wrote:
>
> This, for 4 pci devices, confused libvrtd in the meantime however it was
> still functional.
>
> Aug 18 10:31:27 grit libvirtd[106082]: internal error: failed to get
> number of host interfaces: unspecified error - errors in loading some
> config files
> Aug 18 10:31:55 grit libvirtd[106082]: internal error: failed to...
2020 Aug 09
3
multiple vms with same PCI passthrough
In attempting to isolate vfio-pci problems between two different guest
instances, the creation of a second guest (with existing guest shutdown)
resulted in:.
Aug 09 12:43:23 grit libvirtd[6716]: internal error: Device 0000:01:00.3 is
already in use
Aug 09 12:43:23 grit libvirtd[6716]: internal error: Device 0000:01:00.3 is
already in use
Aug 09 12:43:23 grit libvirtd[6716]: Failed to allocate PCI
2020 Jun 16
0
iwlwifi problem after Centos 8.2 update
Hi!
I get high cpu usage on my laptop (yes im running Centos on my laptop)
after my last update.
At the beginning i though it was libvrtd but after stopping it gnome
monitor keep showing high cpu usage although i couldnt find the app
that was responsible for it with the top command.
I searched my log files and I saw alot of iwlwifi message.
I had to turn off wifi in order to stop high cpu usage.
Any ideas how to solve it?
Thanks...