Displaying 20 results from an estimated 20 matches for "fanotifi".
Did you mean:
fanotify
2020 Feb 04
1
[Bug 14262] New: add continuous sync mode using inotify/fanotify/etc
https://bugzilla.samba.org/show_bug.cgi?id=14262
Bug ID: 14262
Summary: add continuous sync mode using inotify/fanotify/etc
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee: wayne at opencoder.net
2019 Aug 06
2
Permissions not inherited when moving a file
Hello Samba list subscribers,
i have a permission issue when moving files or directories (rename
syscall) between directories with different permissions in my share.
I'm using POSIX ACLs on my shares.
These are my users:
user.one (uid: 101111, gid: 101111)
SAMDOM\Domain Users (gid: 100513)
I've got the following directories:
This is the private (home) directory of user.one. The user
2019 Aug 06
2
Permissions not inherited when moving a file
Thank you very much for your reply.
Oh sorry, I forgot that:
Here's my smb.conf for Samba 4.9.4-Debian fileserver. I'm running samba
with a different Samba-DC (i replaced my domain with samdom):
[global]
security = ADS
workgroup = samdom
realm = samdom.domain.tld
log file = /var/log/samba/%m.log
log level = 1
idmap config * : backend = tdb
idmap config * : range = 3000-7999
idmap config
2017 Jun 01
2
Get remote address when using direct-streamlocal@openssh.com.
I've a server where clients can connect to using direct-streamlocal at openssh.com.
I want that the server "knows" the address of the client. I've tried
using the peercredentials
of the process connecting my server (which is a sshd process) and
check the environment.
I thought that in the environment the var SSH_CLIENT would be set, but
that did not work.
This sshd process has
2019 Aug 06
0
Permissions not inherited when moving a file
Hello Samba list subscribers,
i have a permission issue when moving files or directories (rename
syscall) between directories with different permissions in my share.
I'm using POSIX ACLs on my shares.
These are my users:
user.one (uid: 101111, gid: 101111)
SAMDOM\Domain Users (gid: 100513)
I've got the following directories:
This is the private (home) directory of user.one. The user
2019 Aug 06
0
Permissions not inherited when moving a file
On 06/08/2019 14:22, S?ren Busse via samba wrote:
> Hello Samba list subscribers,
>
> i have a permission issue when moving files or directories (rename
> syscall) between directories with different permissions in my share.
> I'm using POSIX ACLs on my shares.
>
> These are my users:
> user.one (uid: 101111, gid: 101111)
> SAMDOM\Domain Users (gid: 100513)
>
>
2019 Aug 06
0
Permissions not inherited when moving a file
On 06/08/2019 15:02, S?ren Busse via samba wrote:
> Thank you very much for your reply.
>
> Oh sorry, I forgot that:
> Here's my smb.conf for Samba 4.9.4-Debian fileserver. I'm running
> samba with a different Samba-DC (i replaced my domain with samdom):
>
> [global]
> security = ADS
> workgroup = samdom
> realm = samdom.domain.tld
> log file =
2023 Aug 10
2
Spotlight indexing with fscrawler for multiple shares
Hey Kees,
fs2es-indexer is designed to be a lightweight alternative to FSCrawler.
So no ... it doesnt do any content indexing or saves much of the metadata.
As far as I understand it the OCR and other stuff makes FScrawler that
big. And we dont need any of that - we just want to search for file names.
BUT Im open for merge requests ;-)
I currently getting away with a lot less complexity
2019 Aug 06
2
Permissions not inherited when moving a file
Thank you very much for your reply.
Beside the fact that we can't use Windows ACLs because we need the posix
acls for a different service,
are you sure, that Windows ACLs would fix this issue? The ntacls are
stored in the xattr of the file itself. When you now move the file to a
different location the xattr should stay the same and the user still
doesn't have the right permissions to
2017 Feb 09
0
Huge directory tree: Get files to sync via tools like sysdig
> Has someone experience with collecting the changed files
> with a third party tool which detects which files were changed?
I don't know of sysdig but am the developer of Lsyncd which does exactly
that, collect file changes via inotify event mechanism and then calls rsync
with a matching filter mask.
However, since you say, your directory tree is hugh, the main issue is that
for every
2017 Feb 09
4
Huge directory tree: Get files to sync via tools like sysdig
Hi,
we have a huge directory tree.
* 17M files (number of files)
* 2.2TBytes of data.
* Only 0.1% changes per day
Current pain: rsyncs directory tree traversal needs to long to discover the changed files. Only few files change.
I discovered the tool sysdig which could be used to monitor the files which were changed.
Then we could feed the list of changed files to rsync and avoid the
2018 May 24
0
[PATCH net-next v12 1/5] net: Introduce generic failover module
The failover module provides a generic interface for paravirtual drivers
to register a netdev and a set of ops with a failover instance. The ops
are used as event handlers that get called to handle netdev register/
unregister/link change/name change events on slave pci ethernet devices
with the same mac address as the failover netdev.
This enables paravirtual drivers to use a VF as an accelerated
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
There is a new fallthrough pseudo-keyword macro that can be used
to replace the various /* fallthrough */ style comments that are
used to indicate a case label code block is intended to fallthrough
to the next case label block.
See commit 294f69e662d1 ("compiler_attributes.h: Add 'fallthrough'
pseudo keyword for switch/case use")
These patches are intended to allow clang to
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
There is a new fallthrough pseudo-keyword macro that can be used
to replace the various /* fallthrough */ style comments that are
used to indicate a case label code block is intended to fallthrough
to the next case label block.
See commit 294f69e662d1 ("compiler_attributes.h: Add 'fallthrough'
pseudo keyword for switch/case use")
These patches are intended to allow clang to
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
There is a new fallthrough pseudo-keyword macro that can be used
to replace the various /* fallthrough */ style comments that are
used to indicate a case label code block is intended to fallthrough
to the next case label block.
See commit 294f69e662d1 ("compiler_attributes.h: Add 'fallthrough'
pseudo keyword for switch/case use")
These patches are intended to allow clang to
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
There is a new fallthrough pseudo-keyword macro that can be used
to replace the various /* fallthrough */ style comments that are
used to indicate a case label code block is intended to fallthrough
to the next case label block.
See commit 294f69e662d1 ("compiler_attributes.h: Add 'fallthrough'
pseudo keyword for switch/case use")
These patches are intended to allow clang to
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
There is a new fallthrough pseudo-keyword macro that can be used
to replace the various /* fallthrough */ style comments that are
used to indicate a case label code block is intended to fallthrough
to the next case label block.
See commit 294f69e662d1 ("compiler_attributes.h: Add 'fallthrough'
pseudo keyword for switch/case use")
These patches are intended to allow clang to
2011 Jan 05
52
Offline Deduplication for Btrfs
Here are patches to do offline deduplication for Btrfs. It works well for the
cases it''s expected to, I''m looking for feedback on the ioctl interface and
such, I''m well aware there are missing features for the userspace app (like
being able to set a different blocksize). If this interface is acceptable I
will flesh out the userspace app a little more, but I believe the
2018 May 22
7
[PATCH net-next v11 0/5] Enable virtio_net to act as a standby for a passthru device
The main motivation for this patch is to enable cloud service providers
to provide an accelerated datapath to virtio-net enabled VMs in a
transparent manner with no/minimal guest userspace changes. This also
enables hypervisor controlled live migration to be supported with VMs that
have direct attached SR-IOV VF devices.
Patch 1 introduces a failover module that provides a generic interface for
2018 May 24
11
[PATCH net-next v12 0/5] Enable virtio_net to act as a standby for a passthru device
The main motivation for this patch is to enable cloud service providers
to provide an accelerated datapath to virtio-net enabled VMs in a
transparent manner with no/minimal guest userspace changes. This also
enables hypervisor controlled live migration to be supported with VMs that
have direct attached SR-IOV VF devices.
Patch 1 introduces a failover module that provides a generic interface for