KiCAD "Unable to add inotify watch: (error 28: No space left on device)" unter Linux beheben

English Deutsch

Problem:

Beim Öffnen von KiCAD unter Linux erscheint die Fehlermeldung Unable to add inotify watch: (error 28: No space left on device):

KiCAD-Fehlerdialog: Unable to add inotify watch error 28 No space left on device

Lösung

Die Anzahl der inotify-Watches, die gleichzeitig aktiv sein können, muss erhöht werden:

increase_inotify_watches.sh
echo fs.inotify.max_user_watches=65536 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

und dann KiCAD neu starten.


Check out similar posts by category: KiCAD