Displaying 4 results from an estimated 4 matches for "statusinterv".
Did you mean:
  statusinterval
  
2018 Apr 28
4
sysvol files - 'The data area passed to a system call is too small'
On Fri, 27 Apr 2018 22:40:41 +0100
Jonathan Hunter via samba <samba at lists.samba.org> wrote:
> OK - some more detail I have found in the meantime.
> 
> I have compiled & ran listxattr, and I can now see a difference
> between a working and a broken file:
> 
> me at dc2:~/download $
> sudo ./listxattr /usr/local/samba/var/locks/sysvol/
>
2018 Apr 28
0
sysvol files - 'The data area passed to a system call is too small'
...me as an inotify-driven rsync trigger (with of course the caveat that I now
don't think it works in a multi-master configuration)
-- automation from
https://gist.github.com/oscarssama/8bc223c8100890f71a07a5a6dc16a7f6
settings {
        statusFile = "/run/lsyncd-status.log",
        statusInterval = 10
}
targetList = {
        "1.1.1.1",
        "1.1.1.2",
        "1.1.1.3",
        "1.1.1.4"
}
for _, server in ipairs(targetList) do
        sync {
                default.rsync,
                source    = "/usr/local/samba/var/locks/sysvol/&qu...
2018 Apr 29
1
sysvol files - 'The data area passed to a system call is too small'
...of course
> the caveat that I now don't think it works in a multi-master
> configuration)
> 
> 
> -- automation from
> https://gist.github.com/oscarssama/8bc223c8100890f71a07a5a6dc16a7f6
> settings {
>         statusFile = "/run/lsyncd-status.log",
>         statusInterval = 10
> }
> 
> targetList = {
>         "1.1.1.1",
>         "1.1.1.2",
>         "1.1.1.3",
>         "1.1.1.4"
> }
> 
> for _, server in ipairs(targetList) do
>         sync {
>                 default.rsync,
>...
2018 Apr 29
1
sysvol files - 'The data area passed to a system call is too small'
...with of course the caveat that I now
> don't think it works in a multi-master configuration)
>
>
> -- automation from
> https://gist.github.com/oscarssama/8bc223c8100890f71a07a5a6dc16a7f6
> settings {
>          statusFile = "/run/lsyncd-status.log",
>          statusInterval = 10
> }
>
> targetList = {
>          "1.1.1.1",
>          "1.1.1.2",
>          "1.1.1.3",
>          "1.1.1.4"
> }
>
> for _, server in ipairs(targetList) do
>          sync {
>                  default.rsync,
>...