search for: smbd_housekeeping_interv

Displaying 4 results from an estimated 4 matches for "smbd_housekeeping_interv".

2018 Nov 07
2
Avoiding constant HDD access
...http://catalyst.net.nz/services/samba > Well, I mentioned that the output of "smbd --version" is "4.2.14-Debian". Is this the package version? In Samba's source code there are mentions of "housekeeping" activity: in the file process.c one can search for SMBD_HOUSEKEEPING_INTERVAL and 'housekeeping_fn' which among other things performs some operations with log files. Can this be the explanation? /Al
2018 Nov 07
0
Avoiding constant HDD access
...rvices/samba > > > > Well, I mentioned that the output of "smbd --version" is "4.2.14-Debian". Is > this the package version? In Samba's source code there are mentions of > "housekeeping" activity: in the file process.c one can search for > SMBD_HOUSEKEEPING_INTERVAL and 'housekeeping_fn' which among other things > performs some operations with log files. Can this be the explanation? SMBD_HOUSEKEEPING_INTERVAL is 60 seconds, and run on a tevent timer event, and it implements: * * Do the recurring log file and smb.conf reload checks. */ static...
2018 Nov 08
3
Avoiding constant HDD access
...> > > > Well, I mentioned that the output of "smbd --version" is > > "4.2.14-Debian". Is this the package version? In Samba's source > > code there are mentions of "housekeeping" activity: in the file > > process.c one can search for SMBD_HOUSEKEEPING_INTERVAL and > > 'housekeeping_fn' which among other things performs some operations > > with log files. Can this be the explanation? > > SMBD_HOUSEKEEPING_INTERVAL is 60 seconds, and run on a tevent > timer event, and it implements: > > * > * Do the recurring log...
2018 Nov 07
4
Avoiding constant HDD access
Am 07.11.18 um 12:07 schrieb Rowland Penny via samba: > On Wed, 7 Nov 2018 11:44:28 +0100 > Reindl Harald via samba <samba at lists.samba.org> wrote: > >> >> Am 07.11.18 um 09:54 schrieb Rowland Penny via samba: >>> On Wed, 7 Nov 2018 05:45:45 +0300 >>> Albert Berger via samba <samba at lists.samba.org> wrote: >>> >>>>