Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| 04-linux:80-minidlna [2016/11/16 12:09] – Roge | 04-linux:80-minidlna [2023/11/23 19:27] (Version actuelle) – [inotify.max_user_watches] Roge | ||
|---|---|---|---|
| Ligne 46: | Ligne 46: | ||
| - | * [[https:// | ||
| - | ===== Problèmes | + | |
| + | |||
| + | ===== Problèmes | ||
| + | |||
| + | |||
| + | ==== Analyser le log ==== | ||
| + | |||
| + | Le fichier de log est configuré dans ''/ | ||
| + | |||
| + | |||
| + | ==== inotify.max_user_watches ==== | ||
| + | |||
| + | '' | ||
| + | |||
| + | < | ||
| + | sudo vi / | ||
| + | Find and change or add as below if the following line exists or add at the bottom: | ||
| + | fs.inotify.max_user_watches=65536 | ||
| + | # Verifiy the value has changed | ||
| + | sudo cat / | ||
| + | 65536 | ||
| + | |||
| + | # ou: | ||
| + | sudo sysctl --system | ||
| + | |||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | ==== SQL ERROR 8 [attempt to write a readonly database] ==== | ||
| + | |||
| + | |||
| + | The mini dlna database shall be accessible for minidlna: | ||
| + | |||
| + | '' | ||
| + | |||
| + | ==== Access rights | ||
| :!: minidlna doit avoir accès en écriture sur son espace : | :!: minidlna doit avoir accès en écriture sur son espace : | ||
| Ligne 56: | Ligne 91: | ||
| :?: Si ce n'est pas le cas ... regarder les droits de l' | :?: Si ce n'est pas le cas ... regarder les droits de l' | ||
| - | http:// | ||