On Mon, Jan 13, 2014 at 2:10 PM, Thomas Bächler <thomas@xxxxxxxxxxxxx> wrote: > Am 13.01.2014 17:54, schrieb Jameson: >> For some reason on my home server, systemd is often telling me I'm out >> of space, but I can't find a problem. Just now, I stopped httpd, and >> when I try to start it, again, systemd says I'm out of space, the >> status reports: systemd[1]: Failed to set a watch for httpd.service's >> PID file /run/httpd/httpd.pid: No space left on device. > > So, it seems that you allocated many many inotify watches and need to > increase the limit. Thanks, man. You nailed it. Do you think I should file a bug report somewhere to see if I can have the devs work out a better error message? Is it a kernel bug, a bug with the strerror library, or a systemd issue?