Andrew
"Too many open files in system"
@flash-singh Hmm yeah, error is occurring inconsistently. Running fine at the moment...
Something interesting: after "Too many open files" error occurs, running
lsof -u root | wc -l
also errors with lsof: can't fopen(/proc/mounts, "r"): No such file or directory
I then try ps -e
and get an error telling me to run mount -t proc proc /proc
. I run this, then lsof
starts working again16 replies