SOLVED: Amahi DLNA - sysctl fs.inotify.max_user_watches
Posted: Mon Dec 23, 2013 3:00 am
Hi,
I had a problem where my DLNA server did not find certain folders on the linked shares. After some novice debugging I found that there was a warning stating the number of inotify.max_user_watches was low (at 8192).
I have searched the mighty google and the wiki here and found that you can increae this number using...
sysctl fs.inotify.max_user_watches=100000
The help I found also says that to increase the number permanently, I must edit a file. However, I can't find this file on my Amahi server. Can anybody point me in the right direction?
The instructions I was following are from here:
https://wiki.archlinux.org/index.php/Mi ... _DB_Update
Thanks
I had a problem where my DLNA server did not find certain folders on the linked shares. After some novice debugging I found that there was a warning stating the number of inotify.max_user_watches was low (at 8192).
I have searched the mighty google and the wiki here and found that you can increae this number using...
sysctl fs.inotify.max_user_watches=100000
The help I found also says that to increase the number permanently, I must edit a file. However, I can't find this file on my Amahi server. Can anybody point me in the right direction?
The instructions I was following are from here:
https://wiki.archlinux.org/index.php/Mi ... _DB_Update
Thanks