David Schmitt Thu, 06 Oct 2022 09:21:20 -0700
This also affects sbuild. To avoid the issue, I've added the following to my ~/.sbuildrc:
$external_commands = { "chroot-setup-commands" => [ 'runuser -u sbuild -- mkdir -v -m 1777 -p "/tmp/user/1000"', ], }; Regards, David