Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2019 06:41:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240118] ports-mgmt/poudriere gives BASEFS error but goes ahead to create its directories
Message-ID:  <bug-240118-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240118

            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@FreeBSD.org
          Reporter: hsw@bitmark.com
          Assignee: bdrewery@FreeBSD.org
             Flags: maintainer-feedback?(bdrewery@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/poudri=
ere
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=3D/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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240118-7788>