Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix thin jail creation #952

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix thin jail creation #952

wants to merge 1 commit into from

Conversation

brd
Copy link
Member

@brd brd commented Nov 17, 2021

Some jails are very thin and do not have /usr/include/sys populated,
which leads to this error on jail creation:

awk: can't open file /usr/local/poudriere/jails/testjail/usr/include/sys/param.h
source line number 1

So use the param.h from the src tree instead.

Some jails are very thin and do not have /usr/include/sys populated,
which leads to this error on jail creation:

awk: can't open file /usr/local/poudriere/jails/testjail/usr/include/sys/param.h
 source line number 1

So use the param.h from the src tree instead.
@evadot
Copy link
Contributor

evadot commented Nov 17, 2021

I think that there is more chance of not having src than /usr/include/sys (or at least that's where we should go)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants