toketin Posted January 7, 2017 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
sooperior Posted January 8, 2017 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.
toketin Posted January 9, 2017 Author Posted January 9, 2017 On 1/8/2017 at 1:29 PM, sooperior said: 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
sooperior Posted January 10, 2017 Posted January 10, 2017 Then I don't know... do you get any errors in logs? dmesg or minidlna.log?
Recommended Posts