The command iocage pkg hangs when install is passed to it.
root@myhost: iocage pkg testjail install vim
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
^C
Aborted!
Normally pkg shows some text and at the end it asks the user to confirm the installation with a prompt [y/n], currently that part of the text is missing.
To bypass this issue we can use install -y to make it work, or blindly press [y] then [enter].
To be sure I also tested with the other package systutils/iocage and it does the same thing (hmm I've just found that it is already reported here)
Tested on: FreeBSD 14.1-RELEASE-p3
Iocage : Version 1.7
The command
iocage pkg
hangs wheninstall
is passed to it.Normally
pkg
shows some text and at the end it asks the user to confirm the installation with a prompt [y/n], currently that part of the text is missing. To bypass this issue we can useinstall -y
to make it work, or blindly press [y] then [enter]. To be sure I also tested with the other packagesystutils/iocage
and it does the same thing (hmm I've just found that it is already reported here)Tested on: FreeBSD 14.1-RELEASE-p3 Iocage : Version 1.7