On 2016-01-11 16:02, Thomas Calderon wrote: > Hi Andreas, > > Thanks for the bug report. > > It is not clear to me what is causing the issue as there is no postrm > action/file in the caml-crush-server package that remove files or the > dedicated user/group. > Hence, I don't understand how piuparts can trigger this error. > > When manually calling "dpkg -P caml-crush-server", the > /var/lib/pkcs11proxyd directory stays owned by the users created at > post-install on my machine. > > Could it be an artifact or am I missing something from the log you sent?
This is not about user/group ownership of the directory but about the package ownership (not) known to dpkg. Since that is created in postinst, dpkg does not know anything about it, and piuparts sorts it into the "unowned leftovers" category. Is that the home directory of the user running that service? In that case we could add it to a ignore list in piuparts. Please reassign the bug if we should do so. Andreas

