Problèmes et questions concernant l'édition KDE.
Répondre

Dolphin freeze.

#1Messageil y a 2 ans

Bonjour,

Je ne sais absolument pas pourquoi, j'ai tout essayé, fait des recherches, mais rien à faire.

Depuis quelques semaines à chaque fois que j'ouvre Dolphin, il freeze, c'est-à-dire qu'il s'ouvre, puis lorsque je veux naviguer à l'intérieur de celui-ci, il se bloque : "Pas de réponse, voulez-vous attendre plus longtemps ou arrêter le processus"

si je le lance via le terminal, voici la réponse et je n'y pige pas grand chose :

kf.coreaddons.kdirwatch: inotify failed for monitoring "/home/bruno/.local/share/user-places.xbel" 
Because it reached its max_user_watches,
you can increase the maximum number of file watches per user,
by setting an appropriate fs.inotify.max_user_watches parameter in your /etc/sysctl.conf
kf.coreaddons.kdirwatch: inotify failed for monitoring "/home/bruno/.local/share/user-places.xbel" 
Because it reached its max_user_watches,
you can increase the maximum number of file watches per user,
by setting an appropriate fs.inotify.max_user_watches parameter in your /etc/sysctl.conf
inotify_add_watch(/home/bruno/.local/share/user-places.xbel) failed: (No space left on device)
inotify_add_watch(/etc) failed: (No space left on device)
inotify_add_watch(/etc/fstab) failed: (No space left on device)
kf.coreaddons.kdirwatch: inotify failed for monitoring "/home/bruno/.cache/ksycoca5_fr-BE_VK035xHQXZH2b9H1IYhPpq8FDss=" 
Because it reached its max_user_watches,
you can increase the maximum number of file watches per user,
by setting an appropriate fs.inotify.max_user_watches parameter in your /etc/sysctl.conf
kf.coreaddons.kdirwatch: inotify failed for monitoring "/home/bruno/.cache/ksycoca5_fr-BE_VK035xHQXZH2b9H1IYhPpq8FDss=" 
Because it reached its max_user_watches,
you can increase the maximum number of file watches per user,
by setting an appropriate fs.inotify.max_user_watches parameter in your /etc/sysctl.conf
inotify_add_watch(/home/bruno/.cache/ksycoca5_fr-BE_VK035xHQXZH2b9H1IYhPpq8FDss=) failed: (No space left on device)
MEGASYNCOVERLAYPLUGIN: Loading plugin ... 
MEGASYNCOVERLAYPLUGIN: connected to Notify Server
MEGASYNCOVERLAYPLUGIN: connected to Ext Server
kf.coreaddons.kdirwatch: inotify failed for monitoring "/home/bruno" 
Because it reached its max_user_watches,
you can increase the maximum number of file watches per user,
by setting an appropriate fs.inotify.max_user_watches parameter in your /etc/sysctl.conf
kf.coreaddons.kdirwatch: inotify failed for monitoring "/home/bruno" 
Because it reached its max_user_watches,
you can increase the maximum number of file watches per user,
by setting an appropriate fs.inotify.max_user_watches parameter in your /etc/sysctl.conf
inotify_add_watch(/home/bruno) failed: (No space left on device)
Because it reached its max_user_watches,
you can increase the maximum number of file watches per user,
by setting an appropriate fs.inotify.max_user_watches parameter in your /etc/sysctl.conf
Because it reached its max_user_watches,
you can increase the maximum number of file watches per user,
by setting an appropriate fs.inotify.max_user_watches parameter in your /etc/sysctl.conf
 failed: (No space left on device)
kf.coreaddons.kdirwatch: inotify failed for monitoring "/home/bruno/Bureau"
Because it reached its max_user_watches,
you can increase the maximum number of file watches per user,
by setting an appropriate fs.inotify.max_user_watches parameter in your /etc/sysctl.conf
kf.coreaddons.kdirwatch: inotify failed for monitoring "/home/bruno/Bureau"
Because it reached its max_user_watches,
you can increase the maximum number of file watches per user,
by setting an appropriate fs.inotify.max_user_watches parameter in your /etc/sysctl.conf
inotify_add_watch(/home/bruno/Bureau) failed: (No space left on device)
MEGASYNCOVERLAYPLUGIN: notifiedfromServer
MEGASYNCOVERLAYPLUGIN: Server notified <sync folder added>: /home/bruno
MEGASYNCOVERLAYPLUGIN: getOverlays </home/bruno>: 9
MEGASYNCOVERLAYPLUGIN: Server notified <sync folder added>: /mnt/disque5/Séries
MEGASYNCOVERLAYPLUGIN: getOverlays </mnt/disque5/Séries>: 9
Je n'ai pas de fichier /etc/sysctl.con mais j'ai /etc/sysclt.d dans lequel on trouve -rw-r--r-- 1 root root 35 11 mai 21:18 50-max-user-watches.conf et -rw-r--r-- 1 root root 36 29 jui 2020 50-max_user_watches.conf puis -rw-r--r-- 1 root root 41 11 mai 21:18 99-sysctl.conf

si ce sont l'un de ces fichier à modifier, lequel ou lesquels et avec quelles valeurs ?

Si vous pouviez m'aider, ce serait très gentil.

Merci.

Dolphin freeze.

#2Messageil y a 2 ans

bonjour
obelix1502 a écrit : il y a 2 ans

inotify_add_watch(/home/bruno/.local/share/user-places.xbel) failed: (No space left on device)
inotify_add_watch(/etc) failed: (No space left on device)
inotify_add_watch(/etc/fstab) failed: (No space left on device)
...
by setting an appropriate fs.inotify.max_user_watches parameter in your /etc/sysctl.conf
inotify_add_watch(/home/bruno/Bureau) failed: (No space left on device)
Tu as bien de l'espace disponible sur cette partition ? un df va te renseigner, sinon oui augmenter max_user_watches comme le dit l'erreur
La commande pour voir le nombre d'inodes utilisés/libres par partitions:

df --inodes -x "tmpfs"
si ce sont l'un de ces fichier à modifier, lequel ou lesquels et avec quelles valeurs ?
Pour voir ta valeur actuelle :

sysctl -n fs.inotify.max_user_watches
cat /proc/sys/fs/inotify/max_user_watches # ou bien
Tu es maintenant un "ancien" linuxien, ce système est courant. Existe des répertoires /<repertoire>.d/ ces répertoires permettent de surcharger des valeurs d'un fichier de configuration qui porte le même nom
Tous les fichiers avec la même extension sont chargés dans l'ordre alphabétique !

Donc ta valeur est (peut-être ou pas...) dans un des fichiers .conf de ce répertoire
ATTENTION: si plusieurs même "clé" dans plusieurs fichiers, c'est le dernier chargé qui va prévaloir :wink:
voir le contenu de tous ces fichiers: cat /etc/sysctl.d/*.conf
pour moi:

...
fs.inotify.max_user_watches=994288
...

Dolphin freeze.

#3Messageil y a 2 ans

Merci papajoke, c'est donc résolu :clap
Répondre