Hello.
Running NextCloud 13.0.0
I have a quick question. Is there a manual or something that explain what is needed, what need to be configured and where to looks for logs file to get Files_External:Notify. working. Or those someone can help how to get it working, where to look.
I installed php extension inotify.so.
I enabled inotify.so in the php.ini.
php -m show me inotify as enable.
No error in nextcloud.log
cron.php jobs is running each 15 minutes
I’m running on External_Storage (Win2008) occ files_external:notify -v 26 and seeing file being changed, modified, …
On the Files_External:Notify display, I’m seeing that the tools find changes. But on my laptop with the Nextcloud Desktop Client, the file is never download.
Step:
Create a file on the Desktop Client = File is created on the Win2008 server.
Change file on the Desktop Client = File is updated on the Win2008 server.
Create a file on directly on the Win2008 server = Desktop client download the file
Change a file directly on the Win2008 server = Desktop client is never downloading the file.
On the latest step, the Files_External:Notify see the change, the cron.php job is also running, but the Desktop Client is never notified about the changes.
Where to look? What is missing?
Thanks