Displaying 10 results from an estimated 10 matches for "libvirt_auth".
2012 Oct 13
0
[PATCH] New APIs: Model libvirt authentication events through the API.
From: "Richard W.M. Jones" <rjones at redhat.com>
This commit models libvirt authentication events through the API,
adding one new event (GUESTFS_EVENT_LIBVIRT_AUTH) and several new
APIs:
guestfs_set_libvirt_supported_credentials
guestfs_get_libvirt_requested_credentials
guestfs_get_libvirt_requested_credential_prompt
guestfs_get_libvirt_requested_credential_challenge
guestfs_get_libvirt_requested_credential_defresult
guestfs_set_libvirt_requested...
2013 Feb 18
4
[PATCH for discussion only 0/3] Implement mutexes to limit number of concurrent instances of libguestfs.
These three patches (for discussion only, NOT to be applied) implement
a mutex system that lets the user limit the number of libguestfs
instances that can be launched per host. There are two uses that I
have identified for this: firstly so we can enable parallel-tests (the
default in automake >= 1.13) without blowing up the host. Secondly
oVirt has raised concerns about how to limit the
2014 Sep 23
0
[PATCH 03/13] syntax-check: fix makefile_at_at_check
...(srcdir)/copy-over.c:@COPY_OVER@ \
- --verbatim $(srcdir)/create-disk.c:@CREATE_DISK@ \
- --verbatim $(srcdir)/debug-logging.c:@DEBUG_LOGGING@ \
- --verbatim $(srcdir)/display-icon.c:@DISPLAY_ICON@ \
- --verbatim $(srcdir)/inspect-vm.c:@INSPECT_VM@ \
- --verbatim $(srcdir)/libvirt-auth.c:@LIBVIRT_AUTH@ \
- --verbatim $(srcdir)/mount-local.c:@MOUNT_LOCAL@ \
- --verbatim $(srcdir)/virt-dhcp-address.c:@VIRT_DHCP_ADDRESS@ \
+ --verbatim $(srcdir)/copy-over.c:$(COPY_OVER) \
+ --verbatim $(srcdir)/create-disk.c:$(CREATE_DISK) \
+ --verbatim $(srcdir)/debug-logging.c:$(DEBUG_LOGGING) \
+ --...
2014 May 29
2
Re: libguestfs error
Hi Rich
I using ubuntu 13.10 with powerpc arch.
I tried the above stepss and below are the output of the related commands..
nm -D /usr/lib/powerpc-linux-gnu/libtinfo.so | grep tgetent
0000def0 T tgetent
ubuntu@t4240-ubuntu1310:~$ dpkg -S /usr/lib/powerpc-linux-gnu/libtinfo.so
libtinfo-dev:powerpc: /usr/lib/powerpc-linux-gnu/libtinfo.so
However I'm not able to perform rm -f config.cache
2014 May 29
2
Re: libguestfs error
...create_disk-create-disk.o
CCLD create-disk
CC debug_logging-debug-logging.o
CCLD debug-logging
CC display_icon-display-icon.o
CCLD display-icon
CC inspect_vm-inspect-vm.o
CCLD inspect-vm
CC copy_over-copy-over.o
CCLD copy-over
CC libvirt_auth-libvirt-auth.o
CCLD libvirt-auth
CC virt_dhcp_address-virt-dhcp-address.o
CCLD virt-dhcp-address
CC mount_local-mount-local.o
CCLD mount-local
perl /home/ubuntu/libguestfs-1.26.1/podwrapper.pl \
--section 3 \
--man guestfs-examples.3 \
--html ../h...
2014 Sep 23
27
[PATCH 00/13] syntax-check
Hi Rich,
This series includes patches to make `make syntax-check` pass.
Some of the fix require change to maint.mk, but the file is not in git
repo. Is it intended?
Thanks!
Hu Tao (13):
syntax-check: dirty hack to pass bindtextdomain check
syntax-check: fix error_message_period check
syntax-check: fix makefile_at_at_check
syntax-check: fix prohibit_assert_without_use check
2017 Jun 27
3
[PATCH] libvirt: disallow non-local connections (RHBZ#1347830)
If the connection is not local, paths of disks will refer to the remote
host, which were mistakenly handled as local paths (in the best case
failing to open a non-existing disk, and in the worst case opening a
different disk!).
In case the disks are remote resources like ssh or ceph, nothing
guarantees that the hostname can be reached from the local machine, or
even that it is actually the same on
2017 Jul 07
4
[PATCH v6 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
Hopefully this time ...
2017 Jul 07
2
[PATCH v2] v2v: docs: VDSM location of virt-v2v log file.
See this bug for background information:
https://bugzilla.redhat.com/show_bug.cgi?id=1350465
Thanks: Tomáš Golembiovský
---
v2v/virt-v2v.pod | 38 ++++++++++++++++++++++++++------------
1 file changed, 26 insertions(+), 12 deletions(-)
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
index e68d75cf8..0943bf305 100644
--- a/v2v/virt-v2v.pod
+++ b/v2v/virt-v2v.pod
@@ -1909,18 +1909,32 @@ that
2017 Jul 07
3
[PATCH] v2v: docs: VDSM location of virt-v2v log file.
See this bug for background information:
https://bugzilla.redhat.com/show_bug.cgi?id=1350465
---
v2v/virt-v2v.pod | 39 +++++++++++++++++++++++++++------------
1 file changed, 27 insertions(+), 12 deletions(-)
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
index e68d75cf8..93d1a9ecd 100644
--- a/v2v/virt-v2v.pod
+++ b/v2v/virt-v2v.pod
@@ -1909,18 +1909,33 @@ that guest through the RHV-M UI,