Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2017 08:55:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 218159] pkg --chroot fails to run post install script (no longer chrooted?)
Message-ID:  <bug-218159-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 218159
           Summary: pkg --chroot fails to run post install script (no
                    longer chrooted?)
           Product: Base System
           Version: 11.0-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: joe@truespeed.com

The pkg command has a --chroot flag enabling it to chroot to a directory be=
fore
installing a package.

We are seeing a failure to run a post install script in this context,
suggesting that the chroot isn't being used in all contexts:

root@:/usr/home/joe/true-services/ansible-plays # iocage list
JID   UUID                                  BOOT  STATE  TAG=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20
IP
3     befbcff3-1123-11e7-8380-080027ca2b91  on    up     smtp-relay=20=20
192.168.1.30
5     beffa259-1123-11e7-8380-080027ca2b91  on    up     influxdb=20=20
192.168.1.30
4     bf04a45c-1123-11e7-8380-080027ca2b91  on    up     smtp-relay2=20=20
192.168.1.31
root@:/usr/home/joe/true-services/ansible-plays # pkg -r
/iocage/jails/beffa259-1123-11e7-8380-080027ca2b91/root/ install influxdb
Updating FreeBSD repository catalogue...
Fetching meta.txz: 100%    944 B   0.9kB/s    00:01=20=20=20=20
Fetching packagesite.txz: 100%    6 MiB   5.9MB/s    00:01=20=20=20=20
Processing entries: 100%
FreeBSD repository update completed. 25859 packages processed.
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
        influxdb: 1.1.0

Number of packages to be installed: 1

The process will require 40 MiB more space.
8 MiB to be downloaded.

Proceed with this action? [y/N]: y
Fetching influxdb-1.1.0.txz: 100%    8 MiB   8.8MB/s    00:01=20=20=20=20
Checking integrity... done (0 conflicting)
[1/1] Installing influxdb-1.1.0...
=3D=3D=3D> Creating groups.
Creating group 'influxd' with gid '907'.
=3D=3D=3D> Creating users
Creating user 'influxd' with uid '907'.
[1/1] Extracting influxdb-1.1.0: 100%
cp: /usr/local/etc/influxd.conf.sample: No such file or directory
pkg: POST-INSTALL script failed
root@:/usr/home/joe/true-services/ansible-plays #

--=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-218159-8>