toketin Posted January 7, 2017 Share Posted January 7, 2017 Hi, with the Cubieboard 1 there's a bug with the kernel inotify's option. The problem is that Minidlna uses this feature in order to update its dabatase, but since on Cubie it doesn't work, I've tried both ArchLinux Arm and Armbian, i can't have an updated db. Do you know if there's any solution in order to fix this issue? Maybe trying another kernel, different from the default linux-sunxi? Thanks for your time! Marco Link to comment Share on other sites More sharing options...
sooperior Posted January 8, 2017 Share Posted January 8, 2017 Do you have enough inotify watches?I can't remember exactly where (look on google for increasing inotify watches on debian) but the default was low for me on debian. Maybe the other distributions just have more value by default. Link to comment Share on other sites More sharing options...
toketin Posted January 9, 2017 Author Share Posted January 9, 2017 Do you have enough inotify watches?I can't remember exactly where (look on google for increasing inotify watches on debian) but the default was low for me on debian. Maybe the other distributions just have more value by default. Hi yes, following Arch's wiki I've set: â–¶ cat /etc/sysctl.d/90-inotify.conf # Increase inotify max watchs per user for local minidlna fs.inotify.max_user_watches = 100000 Link to comment Share on other sites More sharing options...
sooperior Posted January 10, 2017 Share Posted January 10, 2017 Then I don't know... do you get any errors in logs? dmesg or minidlna.log? Link to comment Share on other sites More sharing options...
Recommended Posts