You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm interested to investigate if no one else is busy taking a look :)
Is there any faster way to get a host vm image at 3458bbd39778 than just checking out that commit and building from source? It's a pretty slow build on my machine, wasn't sure if builds are stored anywhere I could just download?
Whoops I tried building 3458bbd to reproduce, but I missed the "need to be older than" part.
3458bbd doesn't build successfully anyways, so now I'm going to try to build 0ecbb28 "vm_map: add vm_map_find_locked(9)" which is the parent of 3458bbd.
if [ ${JAIL_OSVERSION} -gt ${HOST_OSVERSION} ]; then
echo
echo
echo
echo "!!! Jail is newer than host. (Jail: ${JAIL_OSVERSION}, Host: ${HOST_OSVERSION}) !!!"
echo "!!! This is not supported. !!!"
echo "!!! Host kernel must be same or newer than jail. !!!"
echo "!!! Expect build failures. !!!"
echo
echo
echo
fi
I think it's reasonable to consider addressing the issue but there are countless more problems that can happen when the jail is newer than the kernel.
About the issue, it would be quite surprising if a limit was ignored? So what would the right fix be here? I don't think this is fixable.
Prerequisites
Describe the bug
Poudriere hang forever when call to /usr/bin/limits return error message
How to reproduce
Steps to reproduce the behavior:
Now start a clean build of any ports, it will hang forever at the first build (ports-mgmt/pkg) in starting phase.
Log of this port will show:
Commenting those lines in /usr/local/share/poudriere/common.sh is a quick workaround:
The text was updated successfully, but these errors were encountered: