Comment 1 for bug 1980881

Revision history for this message
Mickaƫl LAMBERT (mkl1) wrote :

Does anyone has been able to reproduce ?
So we can get a resolution on this for 22.04.1 ?

Please build a 22.04.1 chroot, under a 22.04.1 Ubuntu.
Then use :

  sudo chroot $chroot su - root -c "\
set -o xtrace ; \
. $some_scripts_with_a_function_that_install_packages.sh ; \
FunctionThatInstallPackages $package_name; \
exit 0
"

This stall the chroot.
I have to use the "fg" command for the script to continue.

Thanks.