search for: have_dbus

Displaying 6 results from an estimated 6 matches for "have_dbus".

2016 Oct 24
2
[PATCH] p2v: Inhibit power saving during the conversion.
...raries.m4 +++ b/m4/guestfs_misc_libraries.m4 @@ -103,6 +103,15 @@ elif test "x$with_gtk" = "xcheck"; then ]) fi +dnl DBus is an optional dependency of virt-p2v. +PKG_CHECK_MODULES([DBUS], [dbus-1], [ + AC_SUBST([DBUS_CFLAGS]) + AC_SUBST([DBUS_LIBS]) + AC_DEFINE([HAVE_DBUS],[1],[DBus found at compile time.]) +],[ + AC_MSG_WARN([DBus not found, virt-p2v will not be able to inhibit power saving during P2V conversions]) +]) + dnl Can we build virt-p2v? AC_MSG_CHECKING([if we can build virt-p2v]) if test "x$GTK_LIBS" != "x"; then diff --git a/p2...
2019 Oct 29
0
auth logging or auditing
...UTES_H ?? HAVE_ATTR_XATTR_H ?? HAVE_AVAHI_CLIENT_CLIENT_H ?? HAVE_AVAHI_COMMON_WATCH_H ?? HAVE_BSD_LIBUTIL_H ?? HAVE_BSD_MD5_H ?? HAVE_BSD_STRING_H ?? HAVE_BSD_UNISTD_H ?? HAVE_COM_ERR_H ?? HAVE_CONFIG_H ?? HAVE_CRYPT_H ?? HAVE_CTYPE_H ?? HAVE_CUPS_CUPS_H ?? HAVE_CUPS_LANGUAGE_H ?? HAVE_CURSES_H ?? HAVE_DBUS_DBUS_H ?? HAVE_DIRENT_H ?? HAVE_DLFCN_H ?? HAVE_ENDIAN_H ?? HAVE_ERRNO_H ?? HAVE_ERR_H ?? HAVE_EXECINFO_H ?? HAVE_FAM_H ?? HAVE_FCNTL_H ?? HAVE_FLOAT_H ?? HAVE_FNMATCH_H ?? HAVE_FORM_H ?? HAVE_FTW_H ?? HAVE_FUSE_FUSE_LOWLEVEL_H ?? HAVE_GCRYPT_H ?? HAVE_GETOPT_H ?? HAVE_GLOB_H ?? HAVE_GLUSTERFS_API_...
2020 May 29
2
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
Samba 4.12.1, single server with AD+DC on Ubuntu 18.04. Filesystem: /dev/sdb1 on /home type ext4 (rw,relatime,stripe=32750,data=ordered) It all work as expected, but I occasionally get the error in subject which denies access to shares. Restarting Samba will restore functionality. What can be the cause of this problem? Thanks. [2020/05/27 18:24:35.795379, 8]
2020 Jun 03
3
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
...H HAVE_ATTR_ATTRIBUTES_H HAVE_ATTR_XATTR_H HAVE_AVAHI_COMMON_WATCH_H HAVE_BSD_LIBUTIL_H HAVE_BSD_STRING_H HAVE_BSD_UNISTD_H HAVE_CEPHFS_LIBCEPHFS_H HAVE_COM_ERR_H HAVE_CONFIG_H HAVE_CRYPT_H HAVE_CTYPE_H HAVE_CUPS_CUPS_H HAVE_CUPS_LANGUAGE_H HAVE_CURSES_H HAVE_DBUS_DBUS_H HAVE_DIRENT_H HAVE_DLFCN_H HAVE_ENDIAN_H HAVE_ERRNO_H HAVE_ERR_H HAVE_EXECINFO_H HAVE_FCNTL_H HAVE_FLOAT_H HAVE_FNMATCH_H HAVE_FORM_H HAVE_FTW_H HAVE_GETOPT_H HAVE_GLIB_H HAVE_GLOB_H HAVE_GLUSTERFS_API_GLFS_H HAVE_GNUTLS_GNUTLS_H HAVE_GPFS_H...
2019 Jul 09
7
[PATCH 0/5] Split virt-p2v in own repository
Hi, as it was already discussed on this list, here it is my attempt in splitting virt-p2v in an own repository. Sadly there are things that must be copied from libguestfs, as it cannot be avoided. The approach taken was to run a script (will send separately) to just get the "p2v" subdirectory with its history as own repository, and then add in few followup commits all the bits needed
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is time to remove it from libguestfs. [1] https://github.com/libguestfs/virt-p2v [2] http://download.libguestfs.org/virt-p2v/ Pino Toscano (2): Remove virt-p2v Remove remaining virt-p2v bits .gitignore | 4 - Makefile.am | 7 +- bash/Makefile.am