[Bug 240118] ports-mgmt/poudriere gives BASEFS error but goes ahead to create its directories
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 26 06:41:44 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240118
Bug ID: 240118
Summary: ports-mgmt/poudriere gives BASEFS error but goes ahead
to create its directories
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: bdrewery at FreeBSD.org
Reporter: hsw at bitmark.com
Assignee: bdrewery at FreeBSD.org
Flags: maintainer-feedback?(bdrewery at FreeBSD.org)
# poudriere jail -c -j 12_0-amd64 -m http -v 12.0-RELEASE
realpath: /usr/local/poudriere: No such file or directory
[00:00:00] Error: Please provide a BASEFS variable in your poudriere.conf
from zfs list:
...
zroot/poudriere 712K 781G 88K /zroot/poudriere
zroot/poudriere/data 624K 781G 96K /data
zroot/poudriere/data/.m 88K 781G 88K /data/.m
zroot/poudriere/data/cache 88K 781G 88K /data/cache
zroot/poudriere/data/images 88K 781G 88K /data/images
zroot/poudriere/data/logs 88K 781G 88K /data/logs
zroot/poudriere/data/packages 88K 781G 88K /data/packages
zroot/poudriere/data/wrkdirs 88K 781G 88K /data/wrkdirs
Unfortunately I already have a /data so poudriere gets mounted over it.
This happens with both poudriere and poudriere-devel ports.
setting BASEFS=/data/poudriere is the same, it appears I have to:
# zfs create zroot/data/poudriere
So workaround is to always create the BASFS as a zfs dataset before initial
jail create.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list