I am attempting to run a thick jail with Ubuntu Bionic as guest. I get this error:
# service jail start phonedev
Starting jails: cannot start jail "phonedev":
13
jail: phonedev: getpwnam: No such file or directory
jail: phonedev: /bin/true: failed
.
The host is FreeBSD 15.0. I installed this guest using debootstrap. I am able to 'chroot /compat/ubuntu /bin/bash' and run simple programs. I presume this means that FreeBSD host is properly configured to run linux binaries.
I am aware of https://forums.freebsd.org/threads/jail-getpwnam-no-such-file-or-directory.71635/ . The solution to use pwd_mkdb is no longer applicable. I have run pwconv and grpconv.
The jail starting process doesn't seem to kick off any logging within the jail. I couldn't find(1) any files that were touched after attempting to start the jail.
Ubuntu Bionic is a prerequisite to Android Open Source development. I would very much prefer to run in virtualization if I can figure this out.
# service jail start phonedev
Starting jails: cannot start jail "phonedev":
13
jail: phonedev: getpwnam: No such file or directory
jail: phonedev: /bin/true: failed
.
The host is FreeBSD 15.0. I installed this guest using debootstrap. I am able to 'chroot /compat/ubuntu /bin/bash' and run simple programs. I presume this means that FreeBSD host is properly configured to run linux binaries.
I am aware of https://forums.freebsd.org/threads/jail-getpwnam-no-such-file-or-directory.71635/ . The solution to use pwd_mkdb is no longer applicable. I have run pwconv and grpconv.
The jail starting process doesn't seem to kick off any logging within the jail. I couldn't find(1) any files that were touched after attempting to start the jail.
Ubuntu Bionic is a prerequisite to Android Open Source development. I would very much prefer to run in virtualization if I can figure this out.