====== DLNA メディアサーバー ====== ===== パッケージインストール ===== # opkg update # opkg install minidlna # opkg install luci-app-minidlna ===== 設定 ===== ==== Inotify Watches Limit ==== 監視ファイル数が多い場合でも、OpenWrt では変更しない方が良いかも...\\ # sysctl fs.inotify.max_user_watches fs.inotify.max_user_watches = 8192 または、\\ # cat /proc/sys/fs/inotify/max_user_watches 8192 ===== 参考文献 ===== [[https://openwrt.org/docs/guide-user/base-system/notuci.config|OpenWrt Project: System configuration not handled by UCI]]\\ \\ [[wpjp>inotify|inotify - Wikipedia]]\\ [[https://unix.stackexchange.com/questions/13751/kernel-inotify-watch-limit-reached|linux - Kernel inotify watch limit reached - Unix & Linux Stack Exchange]]\\ [[https://qiita.com/stc1988/items/464410382f8425681c20|inotify-toolsでファイルやディレクトリを監視する - Qiita]]\\ [[https://www.ibm.com/developerworks/jp/linux/library/l-inotify/index.html|inotify で Linux ファイルシステムのイベントを監視する]]\\ [[https://kazmax.zpp.jp/cmd/i/inotify.7.html|inotify - 約束事その他の説明 - Linux コマンド集 一覧表]]\\