Displaying 20 results from an estimated 10000 matches similar to: "Re: Running libvirtd on windows"
2020 May 12
2
Re: Unit libvirtd.service could not be found. on VM
Thanks, Daniel
I verified I had libvirt-daemon rpm on my laptop and reloaded its units,
but that didn't solve the issue. I then checked the vms-
libvirt-daemon rpm was indeed missing on my vms. After I installed it &
reloaded its unit files libvirtd.service was found, but as I started it,
the error 'operation failed: pool 'default' already exists with uuid
2019 May 10
0
Re: Running libvirtd out of source directory connection reset error
On Thu, May 09, 2019 at 01:33:51PM -0400, Peter P. wrote:
> Hi all,
>
> I'm getting started with hacking around with libvirt and am trying to
> familiarize myself with launching and running an instance of libvirtd
> I built from source on Centos 7.6.
>
> Following the instructions from https://libvirt.org/compiling.html to
> launch my built versions of libvirtd and
2020 May 12
0
Re: Unit libvirtd.service could not be found. on VM
On Tue, May 12, 2020 at 01:00:06PM +0300, Dana Elfassy wrote:
> Hi all,
> Some background:
> I recently has some issues with libvirt on my laptop when I got the error
> 'operation failed: pool 'default' already exists with uuid
> dd48b6ad-9a00-46eb-a3a4-c122d8a294a5' when I connected virt-manager. I was
> finally able to resolve it yesterday, when I removed
2017 May 17
2
Re: Callback re-registration after libvirtd restart
Hi Daniel,
I tried that but it doesn't work:
func libvirt_close_callback(conn *libvirt.Connect, reason
libvirt.ConnectCloseReason){
log.Printf("close callback: %+v", reason)
}
func event_listen() {
log.Printf("event_listen %s", conf.Libvirt.LocalUrl)
hv, err := libvirt.NewConnect(conf.Libvirt.LocalUrl)
err =
2017 May 17
0
Re: Callback re-registration after libvirtd restart
On Wed, May 17, 2017 at 03:08:23PM +0200, Daniel Kučera wrote:
> Hi all,
>
> I'm using libvirt-go and I following code to listen for lifecycle events:
>
> func event_listen() {
> log.Printf("event_listen %s", conf.Libvirt.LocalUrl)
> hv, err := libvirt.NewConnect(conf.Libvirt.LocalUrl)
>
> lifecycleCallback := func(c *libvirt.Connect, d
2019 Apr 30
0
Re: libvirtd via unix socket using system uri
On Tue, Apr 30, 2019 at 10:45:03AM +0100, Peter Crowther wrote:
> On Tue, 30 Apr 2019 at 10:40, Michal Privoznik <mprivozn@redhat.com> wrote:
>
> > Is there any problem running libvirtd as root?
> >
> > Yes, in the regulated environment in which I work! I have to do far more
> thorough threat analysis than I would do if I knew which capabilities it
> had. So
2020 May 12
0
Re: Unit libvirtd.service could not be found. on VM
On Tue, May 12, 2020 at 02:25:29PM +0300, Dana Elfassy wrote:
> Thanks, Daniel
> I verified I had libvirt-daemon rpm on my laptop and reloaded its units,
> but that didn't solve the issue. I then checked the vms-
> libvirt-daemon rpm was indeed missing on my vms. After I installed it &
> reloaded its unit files libvirtd.service was found, but as I started it,
> the error
2020 Aug 03
2
Re: Xend and libvirt
Hello,
On Mon, Aug 3, 2020 at 12:08 PM Daniel P. Berrangé <berrange@redhat.com>
wrote:
> On Sat, Aug 01, 2020 at 04:51:57PM +0300, David K. Kahurani wrote:
> > Hello
> >
> > On a probably a few days old build of libvirt, it is not possible to
> connect to my local system.
> >
> > The command used is:
> >
> > $virsh -c xen:///system
>
2020 May 12
3
Re: Unit libvirtd.service could not be found. on VM
if I understand correctly then I shouldn't have installed libvirt-daemon on
the guests VMs?
On Tue, May 12, 2020 at 2:34 PM Daniel P. Berrangé <berrange@redhat.com>
wrote:
> On Tue, May 12, 2020 at 02:25:29PM +0300, Dana Elfassy wrote:
> > Thanks, Daniel
> > I verified I had libvirt-daemon rpm on my laptop and reloaded its units,
> > but that didn't solve the
2017 May 17
1
Re: Callback re-registration after libvirtd restart
2017-05-17 15:52 GMT+02:00 Daniel P. Berrange <berrange@redhat.com>:
> On Wed, May 17, 2017 at 03:49:45PM +0200, Daniel Kučera wrote:
> > No, I'm not, I'm calling it sooner:
> >
> > func libvirt_start() {
> > libvirt.EventRegisterDefaultImpl()
> > event_listen()
> > }
>
> Well the following example works as expected for me
2017 May 17
0
Re: Callback re-registration after libvirtd restart
On Wed, May 17, 2017 at 03:49:45PM +0200, Daniel Kučera wrote:
> No, I'm not, I'm calling it sooner:
>
> func libvirt_start() {
> libvirt.EventRegisterDefaultImpl()
> event_listen()
> }
Well the following example works as expected for me
package main
import (
"github.com/libvirt/libvirt-go"
"log"
)
func
2020 Aug 03
0
Re: Xend and libvirt
On Mon, Aug 03, 2020 at 01:44:30PM +0300, K. Kahurani wrote:
> Hello,
>
> On Mon, Aug 3, 2020 at 12:08 PM Daniel P. Berrangé <berrange@redhat.com>
> wrote:
>
> > On Sat, Aug 01, 2020 at 04:51:57PM +0300, David K. Kahurani wrote:
> > > Hello
> > >
> > > On a probably a few days old build of libvirt, it is not possible to
> > connect to
2019 Sep 19
0
Re: Certificate checking on TLS migrations to an IP address
On Wed, Sep 18, 2019 at 12:18:32PM +0200, Milan Zamazal wrote:
> Daniel P. Berrangé <berrange@redhat.com> writes:
>
> > On Wed, Sep 04, 2019 at 03:38:25PM +0200, Milan Zamazal wrote:
> >> Hi, I'm trying to add TLS migrations to oVirt, but I've hit a problem
> >> with certificate checking.
> >
> >>
> >> oVirt uses the destination
2020 Jul 14
0
Re: SELinux labels change in libvirt
On Tue, Jul 14, 2020 at 04:02:17PM +0300, Ram Lavi wrote:
> On Tue, Jul 14, 2020 at 3:33 PM Daniel P. Berrangé <berrange@redhat.com>
> wrote:
>
> > On Tue, Jul 14, 2020 at 03:21:17PM +0300, Ram Lavi wrote:
> > > Hello all,
> > >
> > > tl;dr, can you point me to the point in the libvirt repo where it's
> > trying
> > > to change a
2017 May 17
2
Re: Callback re-registration after libvirtd restart
No, I'm not, I'm calling it sooner:
func libvirt_start() {
libvirt.EventRegisterDefaultImpl()
event_listen()
}
S pozdravom / Best regards
Daniel Kucera.
2017-05-17 15:47 GMT+02:00 Daniel P. Berrange <berrange@redhat.com>:
> On Wed, May 17, 2017 at 03:41:09PM +0200, Daniel Kučera wrote:
> > Hi Daniel,
> >
> > I tried that but it doesn't
2018 Sep 12
0
Re: live migration via unix socket
On Mon, Sep 10, 2018 at 02:38:48PM -0400, David Vossel wrote:
>On Wed, Aug 29, 2018 at 4:55 AM, Daniel P. Berrangé <berrange@redhat.com>
>wrote:
>
>> On Tue, Aug 28, 2018 at 05:07:18PM -0400, David Vossel wrote:
>> > Hey,
>> >
>> > Over in KubeVirt we're investigating a use case where we'd like to
>> perform
>> > a live
2020 Apr 06
1
Re: libvirt remote uri format
On Mon, Apr 06, 2020 at 10:45:49AM +0200, Andrea Bolognani wrote:
> On Fri, 2020-04-03 at 19:37 -0500, Joe Muro wrote:
> > Hi,
> >
> > I am using python libvirt api to get domain information. When using a uri without specifying the socket path, an error occurs.
> >
> > uri = "qemu+ssh://myuser@some.kvm.host/system"
> > conn = libvirt.open(uri)
2018 Sep 17
0
Re: live migration via unix socket
On Fri, Sep 14, 2018 at 6:55 PM David Vossel <dvossel@redhat.com> wrote:
>
>
> On Wed, Sep 12, 2018 at 6:59 AM, Martin Kletzander <mkletzan@redhat.com>
> wrote:
>
>> On Mon, Sep 10, 2018 at 02:38:48PM -0400, David Vossel wrote:
>>
>>> On Wed, Aug 29, 2018 at 4:55 AM, Daniel P. Berrangé <berrange@redhat.com
>>> >
>>> wrote:
2020 Mar 26
2
Re: Question about local migration between containers
Hi Daniel,
thanks for the quick reply
we did try to override SMBIOS
host_uuid_source = "machine-id"
and it didn't work even that nodes have different
[root@modi01 kubevirt]# ./cluster-up/ssh.sh kind-1.17.0-worker
root@kind-1:/# cat /etc/machine-id
[root@modi01 kubevirt]# ./cluster-up/ssh.sh kind-1.17.0-control-plane
root@kind-1:/# cat /etc/machine-id
2020 Jul 16
1
Re: SELinux labels change in libvirt
On Tue, Jul 14, 2020 at 6:03 PM Daniel P. Berrangé <berrange@redhat.com>
wrote:
> On Tue, Jul 14, 2020 at 04:02:17PM +0300, Ram Lavi wrote:
> > On Tue, Jul 14, 2020 at 3:33 PM Daniel P. Berrangé <berrange@redhat.com>
> > wrote:
> >
> > > On Tue, Jul 14, 2020 at 03:21:17PM +0300, Ram Lavi wrote:
> > > > Hello all,
> > > >
> >