I am trying to install Linux jail in FreeBSD 13.1. I downloaded ubuntu 22.04 dvd iso and mount it under /mnt, launch
debootstrap
according to FreeBSD's Linux jail wiki and get the following error:
Code:
sudo debootstrap jammy /compat/ubuntu file:///mnt
W: Probably required module linprocfs is not loaded
W: Probably required module linsysfs is not loaded
I: Retrieving InRelease
I: Checking Release signature
I: Valid Release signature (key id 843938DF228D22F7B3742BC0D94AA3F0EFE21092)
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Checking component main on file:///mnt...
I: Validating base-files 12ubuntu4.3
I: Validating e2fsprogs 1.46.5-2ubuntu1.1
I: Validating libss2 1.46.5-2ubuntu1.1
I: Validating libxml2 2.9.13+dfsg-1ubuntu0.2
I: Validating ncurses-base 6.3-2
I: Chosen extractor for .deb packages: ar
I: Extracting base-files...
I: Extracting e2fsprogs...
I: Extracting libss2...
I: Extracting ncurses-base...
W: Failure trying to run: chroot "/compat/ubuntu" /bin/true
W: See /compat/ubuntu/debootstrap/debootstrap.log for details