[Bug 218159] pkg --chroot fails to run post install script (no longer chrooted?)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 27 08:55:13 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218159

            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 at FreeBSD.org
          Reporter: joe at truespeed.com

The pkg command has a --chroot flag enabling it to chroot to a directory before
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                  
IP
3     befbcff3-1123-11e7-8380-080027ca2b91  on    up     smtp-relay  
192.168.1.30
5     beffa259-1123-11e7-8380-080027ca2b91  on    up     influxdb  
192.168.1.30
4     bf04a45c-1123-11e7-8380-080027ca2b91  on    up     smtp-relay2  
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    
Fetching packagesite.txz: 100%    6 MiB   5.9MB/s    00:01    
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    
Checking integrity... done (0 conflicting)
[1/1] Installing influxdb-1.1.0...
===> Creating groups.
Creating group 'influxd' with gid '907'.
===> 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 #

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


More information about the freebsd-bugs mailing list