Displaying 4 results from an estimated 4 matches for "watchfold".
Did you mean:
watchfolder
2016 Jan 22
2
Notification of file modification in subdirectories not working
On Thu, Jan 21, 2016 at 04:57:34AM -0800, ivenhov wrote:
> Hi
>
> Does anyone had similar issues in the past?
> I still cannot find reason why notification of file modification of files in
> subdirs is not visible on client machines
Someone needs to send network traces and debug level 10 logs
for this. And try to reproduce the same against a Windows
server.
Volker
--
SerNet
2016 Jan 26
2
Notification of file modification in subdirectories not working
...her PC
Looks like Samba sees change to the file but does not send it as a
notification
[2016/01/26 10:09:15.590689, 10, pid=12027, effective(1001, 1006),
real(1001, 0)] ../source3/smbd/notify_internal.c:615(notify_trigger)
notify_trigger called action=0x3, filter=0x0,
path=/home/matr/localshare/watchfolder/test/subfile.txt
[2016/01/26 10:09:15.590760, 10, pid=12027, effective(1001, 1006),
real(1001, 0)] ../source3/smbd/notify_internal.c:710(notify_trigger_local)
notify_trigger_local called for
/home/matr/localshare/watchfolder/test/subfile.txt, path_len=40, filter=0
[2016/01/26 10:09:15.590800, 1...
2016 Jan 18
2
Notification of file modification in subdirectories not working
Hi all
I have a problem where notification about file modification (edited text
file) is not passed from one Windows7 to another Windows through Samba.
Monitoring is done via custom application that recursively watches for all
events on certain directory watchfolder.
Strangely all events are passed through fine in watchfolder itself
(including file modification).
Also all other events like file creation/deletion, directories renames etc.
are working fine in subdirectories of watchfolder.
The only thing that is not working is modification of content of the fi...
2016 Jan 25
0
Notification of file modification in subdirectories not working
Hi Volker
Thanks for reply.
managed to capture Samba logs 4.2.7 in debug 10
Subsribed to events on path /watchfolder recursively.
First notification is renaming a folder in a subfolder, path
/watchfolder/test/renamed - that works OK.
Second notification is on path /watchfolder/test/subfile.txt and editing
that in Notepad on another Windows 7 machine via UNC path
That does not show notification.
Attached filte...