Package: usrmerge Version: 25 Severity: normal The usrmerge conversion fails in a Docker container:
+--- | Setting up usrmerge (25+nmu1) ... | ionice: ioprio_set failed: Operation not permitted | chrt: failed to set pid 594's policy: Operation not permitted | | FATAL ERROR: | Can't rename /bin: Invalid cross-device link at /usr/lib/usrmerge/convert-usrmerge line 242. | | You can try correcting the errors reported and running again | /usr/lib/usrmerge/convert-usrmerge until it will complete without errors. | Do not install or update other Debian packages until the program | has been run successfully. +--- This should be the same as #945173. I think we need to deal with this in some way. A possible solution might also be to skip conversion in containers for now (as Docker containers should probably not be upgraded from one Debian release to a newer). Ansgar