6
tail: inotify ne peut pas être utilisé, revenant à polling: Trop de fichiers ouverts
Quand j'essaie tail -f catalina.out, j'obtiens l'erreur: tail: inotify cannot be used, reverting to polling: Too many open files J'ai essayé la réponse dans ce post: Trop de fichiers ouverts - comment trouver le coupable lsof | awk '{ print $2; }' | sort -rn | uniq -c | sort …