On Tue, 2019-01-15 at 00:08 +0100, Florian Schlichting wrote: > > Before thinking about cleanup, I'd start by making sure that fresh > installs don't re-create problems. At the moment, purging dnssec- > trigger > leaves two keypairs in /etc; and when I rm them manually, and again > install dnssec-trigger, they're back (in addition to the identically > named pair in /etc/dnssec-trigger, which does get cleaned up on > purge). > Does that not happen for you?
No dnssec-trigger has been leaving configuration files all over the place. I think I've found more of the configuration file installation locations and fixed them to point to /etc/dnssec-trigger/, but now I'm encountering the segfault while installing, that caused Axel Beckert to open this bug so I'm having trouble testing all the fixes. I did a bit of test driven development, wrote tests for config files in /etc/, made sure it failed, then fixed the paths, and made sure the tests pass -- at least when running in autopkgtest. But I'd like to find the segfault before making another release. Diane