search for: gdbabortscript

Displaying 4 results from an estimated 4 matches for "gdbabortscript".

2019 May 02
3
Re: libvirtd not starting
...st reports the error and then calls abort(), so libvirtd will not even get an error message (which would help us track down what might've been the case). If you can do something like: $ dnf --enablerepo='*debug*' install libvirt-debuginfo dbus-debuginfo $ cat >/var/lib/libvirt/gdbabortscript <<EOF start break abort commands t a a bt full end continue EOF $ cat >/etc/systemd/system/libvirtd.service.d/override.conf <<EOF [Service] ExecStart= ExecStart=gdb --batch -x /var/lib/libvirt/gdbabortscript /usr/sbin/libvirtd $LIBVIRTD_ARGS EOF $ systemct...
2019 May 22
1
Re: libvirtd not starting
...;                     to specify there. > > Please let us know if you got anywhere, I'd like to see what the issue > is and > how we can fix it. > >>  $ dnf --enablerepo='*debug*' install libvirt-debuginfo dbus-debuginfo >> >>  $ cat >/var/lib/libvirt/gdbabortscript <<EOF >>  start >>  break abort >>  commands >>  t a a bt full >>  end >>  continue >>  EOF >> >>  $ cat >/etc/systemd/system/libvirtd.service.d/override.conf <<EOF >>  [Service] >>  ExecStart= >>  ExecStart=gdb...
2019 May 03
0
Re: libvirtd not starting
...setting, but you need to know what to specify there. Please let us know if you got anywhere, I'd like to see what the issue is and how we can fix it. > $ dnf --enablerepo='*debug*' install libvirt-debuginfo dbus-debuginfo > > $ cat >/var/lib/libvirt/gdbabortscript <<EOF > start > break abort > commands > t a a bt full > end > continue > EOF > > $ cat >/etc/systemd/system/libvirtd.service.d/override.conf <<EOF > [Service] > ExecStart= > ExecStart=gdb --batch -x /var/lib/libvirt/gdbabortscript /usr/...
2019 May 02
2
Re: libvirtd not starting
Am 02.05.2019 um 11:43 schrieb Martin Kletzander: > On Thu, May 02, 2019 at 11:22:39AM +0200, Lothar Schilling wrote: >> Hi everybody, >> >> I've set up an new CentOS 7.6.1810 server. Then, via yum I installed >> qemu-kvm libvirt libvirt-python libguestfs-tools virt-install. There >> were no problems. But when I try to >> >> systemctl start libvirtd