Displaying 6 results from an estimated 6 matches for "applaince".
2019 Feb 11
2
Samba Audit Logout/logoff
Hi!
I am working with Applaince Sophos XG, i am used API(DesenvovingĀ in
test) with audit log samba to information IP and user in log in DC, but
i need information about logout, is possible obtein in Samba Audit ?
S.O.: Ubuntu 18.04
Samba: 4.9.4
Copilated version
Thanks
Regards;
2017 Jun 20
0
Re: Appliance image. Why raw?
...rectly to a device.
> >
> >https://github.com/libguestfs/supermin/blob/master/src/format_ext2.mli#L22-L29
> >
> >HTH,
>
> Yes, the main point is clear, thanks.
>
> I asked because we supply the prepared appliance, so would like to use
> qcow2. Given that the applaince image is completely controlled, for
> supermin and fixed appliance, in both the cases. We could use
> autodetect, it is already implemented in qemu, so to add it to
> libguestfs will simply. I'm going to prepare the patches, what do you
> think?
./configure-time option?
Autodetect...
2017 Jun 20
0
Re: Appliance image. Why raw?
...m/libguestfs/supermin/blob/master/src/format_ext2.mli#L22-L29
> >>>
> >>>HTH,
> >>
> >>Yes, the main point is clear, thanks.
> >>
> >>I asked because we supply the prepared appliance, so would like to use
> >>qcow2. Given that the applaince image is completely controlled, for
> >>supermin and fixed appliance, in both the cases. We could use
> >>autodetect, it is already implemented in qemu, so to add it to
> >>libguestfs will simply. I'm going to prepare the patches, what do you
> >>think?
>...
2019 Feb 11
0
Samba Audit Logout/logoff
On Mon, 2019-02-11 at 18:03 -0200, Carlos via samba wrote:
> Hi!
> I am working with Applaince Sophos XG, i am used API(DesenvovingĀ in
> test) with audit log samba to information IP and user in log in DC, but
> i need information about logout, is possible obtein in Samba Audit ?
>
> S.O.: Ubuntu 18.04
> Samba: 4.9.4
> Copilated version
Thanks for your interest. Sadly...
2017 May 04
0
Re: [PATCH v1 1/2] appliance: search all types of appliances for each path separately
On Thu, May 04, 2017 at 02:20:28PM +0300, Pavel Butsykin wrote:
> This patch changes appliance search using paths with multiple directories. Now
> all appliance checks will be done separately for each directory. For example
> if the path LIBGUESTFS_PATH=/a:/b:/c, then all applainces are searched first in
> /a, then in /b and then in /c. It allows to flexibly configure the libguestfs
> to interact with different appliances.
>
> Signed-off-by: Pavel Butsykin <pbutsykin@virtuozzo.com>
> ---
> lib/appliance.c | 231 ++++++++++++++++++++++++++------------...
2017 May 05
2
Re: [PATCH v2 1/2] appliance: search all types of appliances for each path separately
..., but as an extra precaution
> I can offer a patch (attached).
>
> >Rich.
> >
> >From 44164bb3ac96ecf92892bcb25aba85cf38f5769f Mon Sep 17 00:00:00 2001
> From: Pavel Butsykin <pbutsykin@virtuozzo.com>
> Date: Fri, 5 May 2017 15:38:19 +0300
> Subject: [PATCH] applaince: iterable args should be compatible with type used
> by va_arg()
>
> Signed-off-by: Pavel Butsykin <pbutsykin@virtuozzo.com>
> ---
> lib/appliance.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/lib/appliance.c b/lib/appliance.c
>...