Hi, svlogd, just as multilog, sleeps and retries in case it's unable to write to the current logfile in a log directory and the system is ``out of disk space''. This usually makes the service block because svlogd stops reading from the pipe. Even though the space for logs can be calculated properly, if a log partition fills up by accident, it can bring the system in a troublesome state. Here's a patch that makes svlogd remove the oldest of rotated log files in the log directory in case the disk is full. In the worst case only the current logfile will be left. I would be interested in your opinions. Regards, Gerrit.