Comment 10 for bug 1857811

Revision history for this message
Laurent Vivier (laurent-vivier) wrote :

I need the strace result of _configure_loopback_interface in a qemu-aarch64 chroot.

But as strace cannot be started in the chroot you must strace the "chroot" command and its children.

So something like "sudo strace -yyy chroot <your chroot directory> <your test path>"