On Sat, May 09, 2020 at 01:52:00PM +0200, Phil Sutter wrote: > For some error cases, no log message was created - hence apart from the > return code there was no indication of failing execution. > > When loading a line fails, don't abort but continue with the remaining > file contents. The current pf.os file in this repository serves as > proof-of-concept: Loading all entries succeeds, but when deleting, lines > 700, 701 and 704 return ENOENT. Not continuing means the remaining > entries are not cleared. Did you look at why are these lines returning ENOENT?