Comment 14 for bug 1241376

Revision history for this message
Gerwin (g-m-voorsluijs) wrote :

Thanks for the hint of running the config files one at a time using
   for i in /etc/sysctl.d/* /etc/sysctl.conf; do echo $i;sudo sysctl -e -p "$i";done
With me it gave
   /etc/sysctl.conf
   error: "Invalid argument" setting key "fs.inotify.max_user_watches"
Somehow there was an extra " after the number 100000 rendering the update impossible. Thanks, it works again!