When attempting to run or build a new jail with Poudriere on a FreeBSD 14.3-RELEASE p3 machine, I receive the following error messages:
The command: "ls -l /usr/bin/sha256" indicates that it is missing.
I was told top use "freebsd-update install" but that did nothing. It told me to run fetch first, but that indicated that everything was up to date. Next I was told to download base.txz and run the command:
"tar -C / -xvf base.txz ./usr/bin/sha256". Exactly where do I find the "base.txz" file?
- <span>/usr/local/share/poudriere/common.sh:29: sysctl: not found
- <span>/usr/local/share/poudriere/common.sh:29: mount: not found
- <span>'sha256: not found'
- <span>'base.txz checksum mismatch'
The command: "ls -l /usr/bin/sha256" indicates that it is missing.
I was told top use "freebsd-update install" but that did nothing. It told me to run fetch first, but that indicated that everything was up to date. Next I was told to download base.txz and run the command:
"tar -C / -xvf base.txz ./usr/bin/sha256". Exactly where do I find the "base.txz" file?