Overview
This flavour currently contains stress-ng
for generating artificial load and testing alert rules.
It is a work-in-progress for testing prometheus
alert rules for system load within a pot environment.
The flavour includes a local consul
agent instance to be available that it can connect to (see configuration below). You can e.g. use the consul pot
flavour on this site to run consul
. You can also connect to this host and service consul restart
manually.
Installation
- Create your local jail from the image or the flavour files.
- Clone the local jail
- Adjust to your environment:
sudo pot set-env -p <jailname> \ -E DATACENTER=<datacentername> \ -E NODENAME=<nodename> \ -E IP=<IP address of this system> \ -E CONSULSERVERS='<correctly formatted list of quoted IP addresses>' \ -E GOSSIPKEY=<32 byte Base64 key from consul keygen>] \ [ -E REMOTELOG=<IP address> ]
- Start the jail
Required Paramaters
The DATACENTER parameter defines a common datacenter.
The NODENAME parameter defines the name of this node.
The IP parameter is the IP address which will be used to access services.
The CONSULSERVERS parameter defines the consul server instances, and must be set as CONSULSERVERS='"10.0.0.2"'
or CONSULSERVERS='"10.0.0.2", "10.0.0.3", "10.0.0.4"'
or CONSULSERVERS='"10.0.0.2", "10.0.0.3", "10.0.0.4", "10.0.0.5", "10.0.0.6"'
The GOSSIPKEY parameter is the gossip encryption key for consul agent. We’re using a default key if you do not set the parameter, do not use the default key for production encryption, instead provide your own.
Optional Parameters
The REMOTELOG parameter is the IP address of a destination syslog-ng
server, such as with the loki
flavour, or beast-of-argh
flavour.
Usage
Open a browser and navigate to http://traumadrill-ip/index.php
and click the button to start a test.
Currently a fixed 5min test runs with the following parameters:
stress-ng --cpu 4 --vm 2 --hdd 1 --fork 8 --timeout 5m --metrics-brief --temp-path /tmp/stress-tmp/
There will be no output in the browser until 5min have passed, then brief metrics will be output.
To run another 5min test click the button again.
Watch for prometheus
alerts, there should be a high CPU alert, or monitor grafana
dashboards to see the load.
Getting Started
- Image Readme
- How To Use The Ready-Made Image
- Alternatively: Create a Jail With This Flavour Yourself
- Version History
- Manual Image Download Links
- Jenkins Pot Creation Logs
How To Use The Ready-Made Image
FreeBSD 13.1:
pot import -p traumadrill-amd64-13_1 -t 1.2.4 -U https://potluck.honeyguide.net/traumadrill
FreeBSD 12.4:
pot import -p traumadrill-amd64-12_4 -t 1.2.4 -U https://potluck.honeyguide.net/traumadrill
If you don’t want to use the default pot
bridged network configuration but instead need an individual network setup (e.g. assign a host IP address), after importing it you can simply clone the jail like that (em0 is the host network adapter in this example):
pot clone -P traumadrill-amd64-13_1 -p my-cloned-jail -N alias -i "em0|10.10.10.10"
Note: Some images might require specific network configuration, double check the Overview-chapter at the top.
Alternatively: Create a Jail With This Flavour Yourself
1. Create Flavour Files
Save all files and directories from https://github.com/hny-gd/potluck/tree/master/traumadrill to /usr/local/etc/pot/flavours/
2. Create Jail From Flavour
Run
pot create -b <FreeBSD Version> -p <jailname> -t single -N public-bridge -f fbsd-update
with your FreeBSD version (e.g. 13.1) and the name your jail should get.
Note: Some images might require specific network configuration, double check the Overview-chapter at the top.
Version History
1.2
- Version bump for new base image
1.1
- Version bump for new base image
1.0
- New major release version 1.0.1
- Update CHANGELOG.md for major and minor version changes: X.Y.z
- Update potname.ini to x.y.Z for automated build processing
- Next version 1.0.2 will be a test of this functionality
0.0.21
- Fix consul client hcl for new format
0.0.20
- Version bump for rebuild to fix missing images on potluck site
0.0.19
- Version bump for p3 rebuild
- Add checklist
0.0.18
- Version bump for rebuild
- Trimming unnecessary items commented out
- INFO log level for consul
0.0.17
- Version bump for new base image
- Adjustments to cook for disabling in nomad and .env.cook
0.0.16
- Version bump to rebuild
0.0.15
- Version bump to rebuild, bugfixing base image issues
0.0.14
- Version bump to rebuild for latest base image
0.0.13
- php-json is now part of core php so removing broken pkg
0.0.12
- Version bump to test 13.1 layered images
- php74(-) becomes php82(-)
0.0.11
- Version bump
0.0.10
- Version bump
0.0.9
- Fix nginx paths
0.0.8
- Fix typo in README
- Fix typo in configure-nginx.sh script
0.0.7
- Web frontend to trigger 5m tests run as shell in background
- Removed sysbench for now, not going to use it
- This could be a stress-ng image but sticking with Traumadrill label for now
0.0.6
- Consul log directory fix
0.0.5
- Fixing copy in to use correct image name
0.0.4
- Yet another version bump to trigger a rebuild, last one
0.0.3
- Another version bump to trigger a rebuild
0.0.2
- Version bump to trigger a rebuild
0.0.1
- First bash at a pot jail with multiple tools for simulating system load
These images were built on Sun Mar 5 20:00:10 UTC 2023
Manual Image Download Links
traumadrill-amd64-13_1_1.2.4.xz (
)
traumadrill-amd64-13_1_1.2.4.xz.skein (
)
traumadrill-amd64-13_1_1.2.4.xz.meta (
)
traumadrill-amd64-12_4_1.2.4.xz (
)
traumadrill-amd64-12_4_1.2.4.xz.skein (
)
traumadrill-amd64-12_4_1.2.4.xz.meta (
)
Jenkins Pot Creation Logs
traumadrill-amd64-13_1_1.2.4:
traumadrill/traumadrill:
copy-in -s /usr/local/etc/pot/flavours/traumadrill.d/local -d /root/.pot_local
traumadrill/traumadrill.sh:
#!/bin/sh
# Based on POTLUCK TEMPLATE v3.0
# Altered by Michael Gmelin
#
# EDIT THE FOLLOWING FOR NEW FLAVOUR:
# 1. RUNS_IN_NOMAD - true or false
# 2. If RUNS_IN_NOMAD is false, can delete the <flavour>+4 file, else
# make sure pot create command doesn't include it
# 3. Create a matching <flavour> file with this <flavour>.sh file that
# contains the copy-in commands for the config files from <flavour>.d/
# Remember that the package directories don't exist yet, so likely copy
# to /root
# 4. Adjust package installation between BEGIN & END PACKAGE SETUP
# 5. Adjust jail configuration script generation between BEGIN & END COOK
# Configure the config files that have been copied in where necessary
# Set this to true if this jail flavour is to be created as a nomad
# (i.e. blocking) jail.
# You can then query it in the cook script generation below and the script
# is installed appropriately at the end of this script
RUNS_IN_NOMAD=false
# set the cook log path/filename
COOKLOG=/var/log/cook.log
# check if cooklog exists, create it if not
if [ ! -e $COOKLOG ]
then
echo "Creating $COOKLOG" | tee -a $COOKLOG
else
echo "WARNING $COOKLOG already exists" | tee -a $COOKLOG
fi
date >> $COOKLOG
# -------------------- COMMON ---------------
STEPCOUNT=0
step() {
STEPCOUNT=$(("$STEPCOUNT" + 1))
STEP="$*"
echo "Step $STEPCOUNT: $STEP" | tee -a $COOKLOG
}
exit_ok() {
trap - EXIT
exit 0
}
FAILED=" failed"
exit_error() {
STEP="$*"
FAILED=""
exit 1
}
set -e
trap 'echo ERROR: $STEP$FAILED | (>&2 tee -a $COOKLOG)' EXIT
# -------------- BEGIN PACKAGE SETUP -------------
step "Bootstrap package repo"
mkdir -p /usr/local/etc/pkg/repos
# only modify repo if not already done in base image
# shellcheck disable=SC2016
test -e /usr/local/etc/pkg/repos/FreeBSD.conf || \
echo 'FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly" }' \
>/usr/local/etc/pkg/repos/FreeBSD.conf
ASSUME_ALWAYS_YES=yes pkg bootstrap
step "Touch /etc/rc.conf"
touch /etc/rc.conf
# this is important, otherwise running /etc/rc from cook will
# overwrite the IP address set in tinirc
step "Remove ifconfig_epair0b from config"
# shellcheck disable=SC2015
sysrc -cq ifconfig_epair0b && sysrc -x ifconfig_epair0b || true
step "Disable sendmail"
service sendmail onedisable
step "Create /usr/local/etc/rc.d"
mkdir -p /usr/local/etc/rc.d
# we need consul for consul agent
step "Install package consul"
pkg install -y consul
step "Install package openssl"
pkg install -y openssl
step "Install package sudo"
pkg install -y sudo
# necessary if installing curl now
step "Install package ca_root_nss"
pkg install -y ca_root_nss
step "Install package curl"
pkg install -y curl
step "Install package jq"
pkg install -y jq
step "Install package jo"
pkg install -y jo
step "Install package nano"
pkg install -y nano
step "Install package bash"
pkg install -y bash
step "Install package rsync"
pkg install -y rsync
step "Install package node_exporter"
pkg install -y node_exporter
step "Install package nginx"
pkg install -y nginx
step "Install package php82 and related"
pkg install -y php82 php82-mbstring php82-zlib php82-curl php82-gd
step "Install package syslog-ng"
pkg install -y syslog-ng
step "Install package stress-ng"
pkg install -y stress-ng
step "Clean package installation"
pkg clean -y
# -------------- END PACKAGE SETUP -------------
#
# Now generate the run command script "cook"
# It configures the system on the first run by creating the config file(s)
# On subsequent runs, it only starts sleeps (if nomad-jail) or simply exits
#
# this runs when image boots
# ----------------- BEGIN COOK ------------------
step "Clean cook artifacts"
rm -rf /usr/local/bin/cook /usr/local/share/cook
step "Install pot local"
tar -C /root/.pot_local -cf - . | tar -C /usr/local -xf -
rm -rf /root/.pot_local
step "Set file ownership on cook scripts"
chown -R root:wheel /usr/local/bin/cook /usr/local/share/cook
chmod 755 /usr/local/share/cook/bin/*
# ----------------- END COOK ------------------
# ---------- NO NEED TO EDIT BELOW ------------
step "Make cook script executable"
if [ -e /usr/local/bin/cook ]
then
echo "setting executable bit on /usr/local/bin/cook" | tee -a $COOKLOG
chmod u+x /usr/local/bin/cook
else
exit_error "there is no /usr/local/bin/cook to make executable"
fi
#
# There are two ways of running a pot jail: "Normal", non-blocking mode and
# "Nomad", i.e. blocking mode (the pot start command does not return until
# the jail is stopped).
# For the normal mode, we create a /usr/local/etc/rc.d script that starts
# the "cook" script generated above each time, for the "Nomad" mode, the cook
# script is started by pot (configuration through flavour file), therefore
# we do not need to do anything here.
#
# Create rc.d script for "normal" mode:
step "Create rc.d script to start cook"
echo "creating rc.d script to start cook" | tee -a $COOKLOG
# shellcheck disable=SC2016
echo '#!/bin/sh
#
# PROVIDE: cook
# REQUIRE: LOGIN
# KEYWORD: shutdown
#
. /etc/rc.subr
name="cook"
rcvar="cook_enable"
load_rc_config $name
: ${cook_enable:="NO"}
: ${cook_env:=""}
command="/usr/local/bin/cook"
command_args=""
run_rc_command "$1"
' > /usr/local/etc/rc.d/cook
step "Make rc.d script to start cook executable"
if [ -e /usr/local/etc/rc.d/cook ]
then
echo "Setting executable bit on cook rc file" | tee -a $COOKLOG
chmod u+x /usr/local/etc/rc.d/cook
else
exit_error "/usr/local/etc/rc.d/cook does not exist"
fi
if [ "$RUNS_IN_NOMAD" != "true" ]
then
step "Enable cook service"
# This is a non-nomad (non-blocking) jail, so we need to make sure the script
# gets started when the jail is started:
# Otherwise, /usr/local/bin/cook will be set as start script by the pot
# flavour
echo "enabling cook" | tee -a $COOKLOG
service cook enable
fi
# -------------------- DONE ---------------
exit_ok
traumadrill/traumadrill+1:
traumadrill/traumadrill+1.sh:
traumadrill/traumadrill+2:
traumadrill/traumadrill+2.sh:
traumadrill/traumadrill+3:
traumadrill/traumadrill+3.sh:
traumadrill/traumadrill+4:
traumadrill/traumadrill+4.sh:
Password:=====> Create conf dir (/mnt/srv/pot/jails/traumadrill-amd64-13_1/conf)
=====> Cloning freebsd-potluck-amd64-13_1_0_0_8 with snap
=====> clone zroot/srv/pot/jails/freebsd-potluck-amd64-13_1_0_0_8/m@1676918384 into zroot/srv/pot/jails/traumadrill-amd64-13_1/m
=====> Flavour: fbsd-update
=====> Starting traumadrill-amd64-13_1 pot for the initial bootstrap
=====> mount /mnt/srv/pot/jails/traumadrill-amd64-13_1/m/tmp
defaultrouter: 10.192.0.1 -> 10.192.0.1
===> Starting the pot traumadrill-amd64-13_1
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/compat/pkg /usr/local/lib/compat/pkg
32-bit compatibility ldconfig path: /usr/lib32
Starting Network: lo0 epair0b.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 127.0.0.1 netmask 0xff000000
groups: lo
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
epair0b: flags=8863<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 02:61:cf:3b:d0:0b
inet 10.192.0.3 netmask 0xffc00000 broadcast 10.255.255.255
groups: epair
media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
add host 127.0.0.1: gateway lo0 fib 0: route already in table
add net default: gateway 10.192.0.1
add host ::1: gateway lo0 fib 0: route already in table
add net fe80::: gateway ::1
add net ff02::: gateway ::1
add net ::ffff:0.0.0.0: gateway ::1
add net ::0.0.0.0: gateway ::1
Updating motd:.
Creating and/or trimming log files.
Updating /var/run/os-release done.
Clearing /tmp (X related).
Starting syslogd.
Starting cron.
Starting sendmail_outbound.
Sun Mar 5 19:46:33 UTC 2023
/usr/local/etc/pot/flavours/fbsd-update.sh -> /mnt/srv/pot/jails/traumadrill-amd64-13_1/m/tmp/fbsd-update.sh
=====> Executing fbsd-update script on traumadrill-amd64-13_1
src component not installed, skipped
Looking up update.FreeBSD.org mirrors... 2 mirrors found.
Fetching metadata signature for 13.1-RELEASE from update1.freebsd.org... done.
Fetching metadata index... done.
Inspecting system... done.
Preparing to download files... done.
No updates needed to update system to 13.1-RELEASE-p7.
No updates are available to install.
=====> Stop the pot traumadrill-amd64-13_1
=====> Remove p46404f1961298f epair network interfaces
=====> unmount /mnt/srv/pot/jails/traumadrill-amd64-13_1/m/tmp
=====> unmount /mnt/srv/pot/jails/traumadrill-amd64-13_1/m/dev
=====> Flavour: traumadrill
=====> Executing traumadrill pot commands on traumadrill-amd64-13_1
=====> mount /mnt/srv/pot/jails/traumadrill-amd64-13_1/m/tmp
=====> Source /usr/local/etc/pot/flavours/traumadrill.d/local copied in the pot traumadrill-amd64-13_1
=====> unmount /mnt/srv/pot/jails/traumadrill-amd64-13_1/m/tmp
=====> /mnt/srv/pot/jails/traumadrill-amd64-13_1/m/dev is already unmounted
=====> Starting traumadrill-amd64-13_1 pot for the initial bootstrap
=====> mount /mnt/srv/pot/jails/traumadrill-amd64-13_1/m/tmp
defaultrouter: 10.192.0.1 -> 10.192.0.1
===> Starting the pot traumadrill-amd64-13_1
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/compat/pkg /usr/local/lib/compat/pkg
32-bit compatibility ldconfig path: /usr/lib32
Starting Network: lo0 epair0b.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 127.0.0.1 netmask 0xff000000
groups: lo
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
epair0b: flags=8863<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 02:51:f3:cb:11:0b
inet 10.192.0.3 netmask 0xffc00000 broadcast 10.255.255.255
groups: epair
media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
add host 127.0.0.1: gateway lo0 fib 0: route already in table
add net default: gateway 10.192.0.1
add host ::1: gateway lo0 fib 0: route already in table
add net fe80::: gateway ::1
add net ff02::: gateway ::1
add net ::ffff:0.0.0.0: gateway ::1
add net ::0.0.0.0: gateway ::1
Updating motd:.
Creating and/or trimming log files.
Updating /var/run/os-release done.
Clearing /tmp (X related).
Starting syslogd.
Starting cron.
Starting sendmail_outbound.
Sun Mar 5 19:46:57 UTC 2023
/usr/local/etc/pot/flavours/traumadrill.sh -> /mnt/srv/pot/jails/traumadrill-amd64-13_1/m/tmp/traumadrill.sh
=====> Executing traumadrill script on traumadrill-amd64-13_1
WARNING /var/log/cook.log already exists
Step 1: Bootstrap package repo
pkg already bootstrapped at /usr/local/sbin/pkg
Step 2: Touch /etc/rc.conf
Step 3: Remove ifconfig_epair0b from config
Step 4: Disable sendmail
sendmail disabled in /etc/rc.conf
sendmail_outbound disabled in /etc/rc.conf
sendmail_msp_queue disabled in /etc/rc.conf
Step 5: Create /usr/local/etc/rc.d
Step 6: Install package consul
Updating FreeBSD repository catalogue...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] Fetching packagesite.pkg: .......... done
Processing entries: .......... done
FreeBSD repository update completed. 32413 packages processed.
All repositories are up to date.
The following 1 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
consul: 1.12.4_4
Number of packages to be installed: 1
The process will require 80 MiB more space.
15 MiB to be downloaded.
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/1] Fetching consul-1.12.4_4.pkg: .......... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/1] Installing consul-1.12.4_4...
===> Creating groups.
Creating group 'consul' with gid '469'.
===> Creating users
Creating user 'consul' with uid '469'.
===> Creating homedir(s)
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/1] Extracting consul-1.12.4_4: ..... done
Step 7: Install package openssl
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed
Step 8: Install package sudo
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 1 package(s) will be affected (of 0 checked):
Installed packages to be UPGRADED:
sudo: 1.9.12p2 -> 1.9.13p2
Number of packages to be upgraded: 1
2 MiB to be downloaded.
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/1] Fetching sudo-1.9.13p2.pkg: .......... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/1] Upgrading sudo from 1.9.12p2 to 1.9.13p2...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/1] Extracting sudo-1.9.13p2: .......... done
Step 9: Install package ca_root_nss
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed
Step 10: Install package curl
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed
Step 11: Install package jq
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed
Step 12: Install package jo
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed
Step 13: Install package nano
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed
Step 14: Install package bash
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed
Step 15: Install package rsync
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed
Step 16: Install package node_exporter
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 1 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
node_exporter: 1.5.0_1
Number of packages to be installed: 1
The process will require 11 MiB more space.
3 MiB to be downloaded.
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/1] Fetching node_exporter-1.5.0_1.pkg: .......... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/1] Installing node_exporter-1.5.0_1...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/1] Extracting node_exporter-1.5.0_1: .......... done
=====
Message from node_exporter-1.5.0_1:
--
If upgrading from a version of node_exporter <0.15.0 you'll need to update any
custom command line flags that you may have set as it now requires a
double-dash (--flag) instead of a single dash (-flag).
The collector flags in 0.15.0 have now been replaced with individual boolean
flags and the -collector.procfs` and -collector.sysfs` flags have been renamed
to --path.procfs and --path.sysfs respectively.
Step 17: Install package nginx
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 2 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
nginx: 1.22.1_2,3
pcre: 8.45_3
Number of packages to be installed: 2
The process will require 8 MiB more space.
2 MiB to be downloaded.
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/2] Fetching nginx-1.22.1_2,3.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [2/2] Fetching pcre-8.45_3.pkg: .......... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/2] Installing pcre-8.45_3...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/2] Extracting pcre-8.45_3: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [2/2] Installing nginx-1.22.1_2,3...
===> Creating groups.
Using existing group 'www'.
===> Creating users
Using existing user 'www'.
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [2/2] Extracting nginx-1.22.1_2,3: .......... done
=====
Message from nginx-1.22.1_2,3:
--
Recent version of the NGINX introduces dynamic modules support. In
FreeBSD ports tree this feature was enabled by default with the DSO
knob. Several vendor's and third-party modules have been converted
to dynamic modules. Unset the DSO knob builds an NGINX without
dynamic modules support.
To load a module at runtime, include the new `load_module'
directive in the main context, specifying the path to the shared
object file for the module, enclosed in quotation marks. When you
reload the configuration or restart NGINX, the module is loaded in.
It is possible to specify a path relative to the source directory,
or a full path, please see
https://www.nginx.com/blog/dynamic-modules-nginx-1-9-11/ and
http://nginx.org/en/docs/ngx_core_module.html#load_module for
details.
Default path for the NGINX dynamic modules is
/usr/local/libexec/nginx.
Step 18: Install package php82 and related
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 20 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
brotli: 1.0.9,1
expat: 2.5.0
fontconfig: 2.14.0,1
freetype2: 2.12.1_2
giflib: 5.2.1
jbigkit: 2.1_1
jpeg-turbo: 2.1.4
libargon2: 20190702
libdeflate: 1.14
libgd: 2.3.3_5,1
libxml2: 2.10.3_1
pcre2: 10.40
php82: 8.2.0
php82-curl: 8.2.0
php82-gd: 8.2.0
php82-mbstring: 8.2.0
php82-zlib: 8.2.0
png: 1.6.39
tiff: 4.4.0_1
webp: 1.2.4_1
Number of packages to be installed: 20
The process will require 69 MiB more space.
12 MiB to be downloaded.
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/20] Fetching png-1.6.39.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [2/20] Fetching libxml2-2.10.3_1.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [3/20] Fetching php82-curl-8.2.0.pkg: ...... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [4/20] Fetching freetype2-2.12.1_2.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [5/20] Fetching jpeg-turbo-2.1.4.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [6/20] Fetching libgd-2.3.3_5,1.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [7/20] Fetching fontconfig-2.14.0,1.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [8/20] Fetching php82-gd-8.2.0.pkg: ..... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [9/20] Fetching giflib-5.2.1.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [10/20] Fetching libargon2-20190702.pkg: ........ done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [11/20] Fetching php82-mbstring-8.2.0.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [12/20] Fetching php82-8.2.0.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [13/20] Fetching jbigkit-2.1_1.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [14/20] Fetching webp-1.2.4_1.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [15/20] Fetching php82-zlib-8.2.0.pkg: ... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [16/20] Fetching pcre2-10.40.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [17/20] Fetching brotli-1.0.9,1.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [18/20] Fetching tiff-4.4.0_1.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [19/20] Fetching libdeflate-1.14.pkg: ......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [20/20] Fetching expat-2.5.0.pkg: .......... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/20] Installing png-1.6.39...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/20] Extracting png-1.6.39: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [2/20] Installing jpeg-turbo-2.1.4...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [2/20] Extracting jpeg-turbo-2.1.4: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [3/20] Installing jbigkit-2.1_1...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [3/20] Extracting jbigkit-2.1_1: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [4/20] Installing brotli-1.0.9,1...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [4/20] Extracting brotli-1.0.9,1: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [5/20] Installing libdeflate-1.14...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [5/20] Extracting libdeflate-1.14: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [6/20] Installing freetype2-2.12.1_2...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [6/20] Extracting freetype2-2.12.1_2: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [7/20] Installing giflib-5.2.1...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [7/20] Extracting giflib-5.2.1: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [8/20] Installing tiff-4.4.0_1...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [8/20] Extracting tiff-4.4.0_1: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [9/20] Installing expat-2.5.0...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [9/20] Extracting expat-2.5.0: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [10/20] Installing libxml2-2.10.3_1...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [10/20] Extracting libxml2-2.10.3_1: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [11/20] Installing fontconfig-2.14.0,1...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [11/20] Extracting fontconfig-2.14.0,1: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [12/20] Installing libargon2-20190702...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [12/20] Extracting libargon2-20190702: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [13/20] Installing webp-1.2.4_1...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [13/20] Extracting webp-1.2.4_1: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [14/20] Installing pcre2-10.40...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [14/20] Extracting pcre2-10.40: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [15/20] Installing libgd-2.3.3_5,1...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [15/20] Extracting libgd-2.3.3_5,1: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [16/20] Installing php82-8.2.0...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [16/20] Extracting php82-8.2.0: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [17/20] Installing php82-curl-8.2.0...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [17/20] Extracting php82-curl-8.2.0: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [18/20] Installing php82-gd-8.2.0...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [18/20] Extracting php82-gd-8.2.0: ......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [19/20] Installing php82-mbstring-8.2.0...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [19/20] Extracting php82-mbstring-8.2.0: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [20/20] Installing php82-zlib-8.2.0...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [20/20] Extracting php82-zlib-8.2.0: ........ done
Running fc-cache to build fontconfig cache...
=====
Message from freetype2-2.12.1_2:
--
The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
the default, emulating a modern version of ClearType. This change inevitably
leads to different rendering results, and you might change port's options to
adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
variable).
The environment variable "FREETYPE_PROPERTIES" can be used to control the
driver properties. Example:
FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
cff:no-stem-darkening=1 \
autofitter:warping=1
This allows to select, say, the subpixel hinting mode at runtime for a given
application.
If LONG_PCF_NAMES port's option was enabled, the PCF family names may include
the foundry and information whether they contain wide characters. For example,
"Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at
run time with using pcf:no-long-family-names property, if needed. Example:
FREETYPE_PROPERTIES=pcf:no-long-family-names=1
How to recreate fontconfig cache with using such environment variable,
if needed:
# env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv
The controllable properties are listed in the section "Controlling FreeType
Modules" in the reference's table of contents
(/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed).
=====
Message from php82-curl-8.2.0:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-curl.ini
=====
Message from php82-gd-8.2.0:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-gd.ini
=====
Message from php82-mbstring-8.2.0:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-mbstring.ini
=====
Message from php82-zlib-8.2.0:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-zlib.ini
Step 19: Install package syslog-ng
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 7 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
e2fsprogs-libuuid: 1.46.6
glib: 2.74.5,2
json-c: 0.16
libffi: 3.4.4
mpdecimal: 2.5.1
python39: 3.9.16
syslog-ng: 3.38.1
Number of packages to be installed: 7
The process will require 149 MiB more space.
22 MiB to be downloaded.
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/7] Fetching mpdecimal-2.5.1.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [2/7] Fetching python39-3.9.16.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [3/7] Fetching glib-2.74.5,2.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [4/7] Fetching syslog-ng-3.38.1.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [5/7] Fetching libffi-3.4.4.pkg: ...... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [6/7] Fetching json-c-0.16.pkg: ........ done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [7/7] Fetching e2fsprogs-libuuid-1.46.6.pkg: ..... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/7] Installing mpdecimal-2.5.1...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/7] Extracting mpdecimal-2.5.1: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [2/7] Installing libffi-3.4.4...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [2/7] Extracting libffi-3.4.4: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [3/7] Installing python39-3.9.16...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [3/7] Extracting python39-3.9.16: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [4/7] Installing glib-2.74.5,2...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [4/7] Extracting glib-2.74.5,2: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [5/7] Installing json-c-0.16...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [5/7] Extracting json-c-0.16: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [6/7] Installing e2fsprogs-libuuid-1.46.6...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [6/7] Extracting e2fsprogs-libuuid-1.46.6: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [7/7] Installing syslog-ng-3.38.1...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [7/7] Extracting syslog-ng-3.38.1: .......... done
Generating GIO modules cache
Compiling glib schemas
No schema files found: doing nothing.
=====
Message from python39-3.9.16:
--
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:
py39-gdbm databases/py-gdbm@py39
py39-sqlite3 databases/py-sqlite3@py39
py39-tkinter x11-toolkits/py-tkinter@py39
=====
Message from syslog-ng-3.38.1:
--
syslog-ng is now installed! To replace FreeBSD's standard syslogd
(/usr/sbin/syslogd), complete these steps:
1. Create a configuration file named /usr/local/etc/syslog-ng.conf
(a sample named syslog-ng.conf.sample has been included in
/usr/local/etc). Note that this is a change in 2.0.2
version, previous ones put the config file in
/usr/local/etc/syslog-ng/syslog-ng.conf, so if this is an update
move that file in the right place
2. Configure syslog-ng to start automatically by adding the following
to /etc/rc.conf:
syslog_ng_enable="YES"
3. Prevent the standard FreeBSD syslogd from starting automatically by
adding a line to the end of your /etc/rc.conf file that reads:
syslogd_enable="NO"
4. Shut down the standard FreeBSD syslogd:
kill `cat /var/run/syslog.pid`
5. Start syslog-ng:
/usr/local/etc/rc.d/syslog-ng start
Step 20: Install package stress-ng
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 4 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
Judy: 1.0.5_3
intel-ipsec-mb: 1.3
libinotify: 20211018
stress-ng: 0.15.00
Number of packages to be installed: 4
The process will require 48 MiB more space.
2 MiB to be downloaded.
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/4] Fetching Judy-1.0.5_3.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [2/4] Fetching intel-ipsec-mb-1.3.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [3/4] Fetching stress-ng-0.15.00.pkg: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [4/4] Fetching libinotify-20211018.pkg: .... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/4] Installing Judy-1.0.5_3...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [1/4] Extracting Judy-1.0.5_3: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [2/4] Installing intel-ipsec-mb-1.3...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [2/4] Extracting intel-ipsec-mb-1.3: ........ done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [3/4] Installing libinotify-20211018...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [3/4] Extracting libinotify-20211018: .......... done
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [4/4] Installing stress-ng-0.15.00...
[traumadrill-amd64-13_1.vsf00001.cpt.za.honeyguide.net] [4/4] Extracting stress-ng-0.15.00: ..... done
=====
Message from Judy-1.0.5_3:
--
===> NOTICE:
The Judy port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:
https://bugs.freebsd.org/bugzilla
More information about port maintainership is available at:
https://docs.freebsd.org/en/articles/contributing/#ports-contributing
=====
Message from libinotify-20211018:
--
You might want to consider increasing the kern.maxfiles tunable if you plan
to use this library for applications that need to monitor activity of a lot
of files.
Step 21: Clean package installation
The following package files will be deleted:
/var/cache/pkg/libunistring-1.1~d4e9d81793.pkg
/var/cache/pkg/libssh2-1.10.0_1,3~79122e7f53.pkg
/var/cache/pkg/indexinfo-0.3.1~3aafe89247.pkg
/var/cache/pkg/oniguruma-6.9.8_1~801009ace6.pkg
/var/cache/pkg/jo-1.6~8cebf2e16f.pkg
/var/cache/pkg/libssh2-1.10.0_1,3.pkg
/var/cache/pkg/nano-7.1.pkg
/var/cache/pkg/readline-8.2.0.pkg
/var/cache/pkg/curl-7.87.0~58c7211168.pkg
/var/cache/pkg/sudo-1.9.12p2~bf48c2fa32.pkg
/var/cache/pkg/libidn2-2.3.4.pkg
/var/cache/pkg/libiconv-1.17~6db4e9be9f.pkg
/var/cache/pkg/libnghttp2-1.48.0.pkg
/var/cache/pkg/ca_root_nss-3.86~e36fedd85c.pkg
/var/cache/pkg/openssl-1.1.1t,1~8b185d26eb.pkg
/var/cache/pkg/zstd-1.5.2_1~af25879b82.pkg
/var/cache/pkg/rsync-3.2.7.pkg
/var/cache/pkg/jq-1.6.pkg
/var/cache/pkg/bash-5.2.15.pkg
/var/cache/pkg/curl-7.87.0.pkg
/var/cache/pkg/liblz4-1.9.4,1.pkg
/var/cache/pkg/gettext-runtime-0.21.1~14efcff19c.pkg
/var/cache/pkg/libpsl-0.21.1_6~1913d0c339.pkg
/var/cache/pkg/liblz4-1.9.4,1~6264db38c4.pkg
/var/cache/pkg/ca_root_nss-3.86.pkg
/var/cache/pkg/oniguruma-6.9.8_1.pkg
/var/cache/pkg/readline-8.2.0~de0c3182a7.pkg
/var/cache/pkg/jo-1.6.pkg
/var/cache/pkg/xxhash-0.8.1_2~07d14ea232.pkg
/var/cache/pkg/gettext-runtime-0.21.1.pkg
/var/cache/pkg/sudo-1.9.12p2.pkg
/var/cache/pkg/rsync-3.2.7~05905f9fbb.pkg
/var/cache/pkg/libiconv-1.17.pkg
/var/cache/pkg/libidn2-2.3.4~6a5ac48460.pkg
/var/cache/pkg/bash-5.2.15~0a6c733462.pkg
/var/cache/pkg/zstd-1.5.2_1.pkg
/var/cache/pkg/libpsl-0.21.1_6.pkg
/var/cache/pkg/openssl-1.1.1t,1.pkg
/var/cache/pkg/libnghttp2-1.48.0~e52746fe53.pkg
/var/cache/pkg/indexinfo-0.3.1.pkg
/var/cache/pkg/nano-7.1~5c785c98a4.pkg
/var/cache/pkg/jq-1.6~dcbd3590fd.pkg
/var/cache/pkg/libunistring-1.1.pkg
/var/cache/pkg/xxhash-0.8.1_2.pkg
The cleanup will free 13 MiB
Deleting files: .......... done
All done
Step 22: Clean cook artifacts
Step 23: Install pot local
Step 24: Set file ownership on cook scripts
Step 25: Make cook script executable
setting executable bit on /usr/local/bin/cook
Step 26: Create rc.d script to start cook
creating rc.d script to start cook
Step 27: Make rc.d script to start cook executable
Setting executable bit on cook rc file
Step 28: Enable cook service
enabling cook
cook enabled in /etc/rc.conf
=====> Stop the pot traumadrill-amd64-13_1
=====> Remove p46404f1ae1298f epair network interfaces
=====> unmount /mnt/srv/pot/jails/traumadrill-amd64-13_1/m/tmp
=====> unmount /mnt/srv/pot/jails/traumadrill-amd64-13_1/m/dev
Password:Password:===> exporting traumadrill-amd64-13_1 @ 1678045673 to /tmp/traumadrill-amd64-13_1_1.2.4.xz
traumadrill-amd64-12_4_1.2.4:
traumadrill/traumadrill:
copy-in -s /usr/local/etc/pot/flavours/traumadrill.d/local -d /root/.pot_local
traumadrill/traumadrill.sh:
#!/bin/sh
# Based on POTLUCK TEMPLATE v3.0
# Altered by Michael Gmelin
#
# EDIT THE FOLLOWING FOR NEW FLAVOUR:
# 1. RUNS_IN_NOMAD - true or false
# 2. If RUNS_IN_NOMAD is false, can delete the <flavour>+4 file, else
# make sure pot create command doesn't include it
# 3. Create a matching <flavour> file with this <flavour>.sh file that
# contains the copy-in commands for the config files from <flavour>.d/
# Remember that the package directories don't exist yet, so likely copy
# to /root
# 4. Adjust package installation between BEGIN & END PACKAGE SETUP
# 5. Adjust jail configuration script generation between BEGIN & END COOK
# Configure the config files that have been copied in where necessary
# Set this to true if this jail flavour is to be created as a nomad
# (i.e. blocking) jail.
# You can then query it in the cook script generation below and the script
# is installed appropriately at the end of this script
RUNS_IN_NOMAD=false
# set the cook log path/filename
COOKLOG=/var/log/cook.log
# check if cooklog exists, create it if not
if [ ! -e $COOKLOG ]
then
echo "Creating $COOKLOG" | tee -a $COOKLOG
else
echo "WARNING $COOKLOG already exists" | tee -a $COOKLOG
fi
date >> $COOKLOG
# -------------------- COMMON ---------------
STEPCOUNT=0
step() {
STEPCOUNT=$(("$STEPCOUNT" + 1))
STEP="$*"
echo "Step $STEPCOUNT: $STEP" | tee -a $COOKLOG
}
exit_ok() {
trap - EXIT
exit 0
}
FAILED=" failed"
exit_error() {
STEP="$*"
FAILED=""
exit 1
}
set -e
trap 'echo ERROR: $STEP$FAILED | (>&2 tee -a $COOKLOG)' EXIT
# -------------- BEGIN PACKAGE SETUP -------------
step "Bootstrap package repo"
mkdir -p /usr/local/etc/pkg/repos
# only modify repo if not already done in base image
# shellcheck disable=SC2016
test -e /usr/local/etc/pkg/repos/FreeBSD.conf || \
echo 'FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly" }' \
>/usr/local/etc/pkg/repos/FreeBSD.conf
ASSUME_ALWAYS_YES=yes pkg bootstrap
step "Touch /etc/rc.conf"
touch /etc/rc.conf
# this is important, otherwise running /etc/rc from cook will
# overwrite the IP address set in tinirc
step "Remove ifconfig_epair0b from config"
# shellcheck disable=SC2015
sysrc -cq ifconfig_epair0b && sysrc -x ifconfig_epair0b || true
step "Disable sendmail"
service sendmail onedisable
step "Create /usr/local/etc/rc.d"
mkdir -p /usr/local/etc/rc.d
# we need consul for consul agent
step "Install package consul"
pkg install -y consul
step "Install package openssl"
pkg install -y openssl
step "Install package sudo"
pkg install -y sudo
# necessary if installing curl now
step "Install package ca_root_nss"
pkg install -y ca_root_nss
step "Install package curl"
pkg install -y curl
step "Install package jq"
pkg install -y jq
step "Install package jo"
pkg install -y jo
step "Install package nano"
pkg install -y nano
step "Install package bash"
pkg install -y bash
step "Install package rsync"
pkg install -y rsync
step "Install package node_exporter"
pkg install -y node_exporter
step "Install package nginx"
pkg install -y nginx
step "Install package php82 and related"
pkg install -y php82 php82-mbstring php82-zlib php82-curl php82-gd
step "Install package syslog-ng"
pkg install -y syslog-ng
step "Install package stress-ng"
pkg install -y stress-ng
step "Clean package installation"
pkg clean -y
# -------------- END PACKAGE SETUP -------------
#
# Now generate the run command script "cook"
# It configures the system on the first run by creating the config file(s)
# On subsequent runs, it only starts sleeps (if nomad-jail) or simply exits
#
# this runs when image boots
# ----------------- BEGIN COOK ------------------
step "Clean cook artifacts"
rm -rf /usr/local/bin/cook /usr/local/share/cook
step "Install pot local"
tar -C /root/.pot_local -cf - . | tar -C /usr/local -xf -
rm -rf /root/.pot_local
step "Set file ownership on cook scripts"
chown -R root:wheel /usr/local/bin/cook /usr/local/share/cook
chmod 755 /usr/local/share/cook/bin/*
# ----------------- END COOK ------------------
# ---------- NO NEED TO EDIT BELOW ------------
step "Make cook script executable"
if [ -e /usr/local/bin/cook ]
then
echo "setting executable bit on /usr/local/bin/cook" | tee -a $COOKLOG
chmod u+x /usr/local/bin/cook
else
exit_error "there is no /usr/local/bin/cook to make executable"
fi
#
# There are two ways of running a pot jail: "Normal", non-blocking mode and
# "Nomad", i.e. blocking mode (the pot start command does not return until
# the jail is stopped).
# For the normal mode, we create a /usr/local/etc/rc.d script that starts
# the "cook" script generated above each time, for the "Nomad" mode, the cook
# script is started by pot (configuration through flavour file), therefore
# we do not need to do anything here.
#
# Create rc.d script for "normal" mode:
step "Create rc.d script to start cook"
echo "creating rc.d script to start cook" | tee -a $COOKLOG
# shellcheck disable=SC2016
echo '#!/bin/sh
#
# PROVIDE: cook
# REQUIRE: LOGIN
# KEYWORD: shutdown
#
. /etc/rc.subr
name="cook"
rcvar="cook_enable"
load_rc_config $name
: ${cook_enable:="NO"}
: ${cook_env:=""}
command="/usr/local/bin/cook"
command_args=""
run_rc_command "$1"
' > /usr/local/etc/rc.d/cook
step "Make rc.d script to start cook executable"
if [ -e /usr/local/etc/rc.d/cook ]
then
echo "Setting executable bit on cook rc file" | tee -a $COOKLOG
chmod u+x /usr/local/etc/rc.d/cook
else
exit_error "/usr/local/etc/rc.d/cook does not exist"
fi
if [ "$RUNS_IN_NOMAD" != "true" ]
then
step "Enable cook service"
# This is a non-nomad (non-blocking) jail, so we need to make sure the script
# gets started when the jail is started:
# Otherwise, /usr/local/bin/cook will be set as start script by the pot
# flavour
echo "enabling cook" | tee -a $COOKLOG
service cook enable
fi
# -------------------- DONE ---------------
exit_ok
traumadrill/traumadrill+1:
traumadrill/traumadrill+1.sh:
traumadrill/traumadrill+2:
traumadrill/traumadrill+2.sh:
traumadrill/traumadrill+3:
traumadrill/traumadrill+3.sh:
traumadrill/traumadrill+4:
traumadrill/traumadrill+4.sh:
Password:===> Creating a new pot
===> pot name : traumadrill-amd64-12_4
===> type : single
===> base : 12.4
===> pot_base :
===> level : 0
===> network-type : public-bridge
===> network-stack: ipv4
===> ip : 10.192.0.8
===> bridge :
===> dns : inherit
===> flavours : fbsd-update traumadrill traumadrill+1 traumadrill+2 traumadrill+3 traumadrill+4
===> Fetching FreeBSD 12.4
===> Extract the tarball
=====> Flavour: fbsd-update
=====> Starting traumadrill-amd64-12_4 pot for the initial bootstrap
=====> mount /mnt/srv/pot/jails/traumadrill-amd64-12_4/m/tmp
defaultrouter: NO -> 10.192.0.1
===> Starting the pot traumadrill-amd64-12_4
Generating host.conf.
ELF ldconfig path: /lib /usr/lib /usr/lib/compat
32-bit compatibility ldconfig path: /usr/lib32
Starting Network: lo0 epair0b.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 127.0.0.1 netmask 0xff000000
groups: lo
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
epair0b: flags=8863<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 02:a3:68:c1:90:0b
inet 10.192.0.8 netmask 0xffc00000 broadcast 10.255.255.255
groups: epair
media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
add host 127.0.0.1: gateway lo0 fib 0: route already in table
add net default: gateway 10.192.0.1
add host ::1: gateway lo0 fib 0: route already in table
add net fe80::: gateway ::1
add net ff02::: gateway ::1
add net ::ffff:0.0.0.0: gateway ::1
add net ::0.0.0.0: gateway ::1
Updating motd:.
Updating /var/run/os-release done.
Creating and/or trimming log files.
Starting syslogd.
Clearing /tmp (X related).
Starting cron.
Starting sendmail_submit.
Starting sendmail_msp_queue.
Sun Mar 5 19:49:24 UTC 2023
/usr/local/etc/pot/flavours/fbsd-update.sh -> /mnt/srv/pot/jails/traumadrill-amd64-12_4/m/tmp/fbsd-update.sh
=====> Executing fbsd-update script on traumadrill-amd64-12_4
src component not installed, skipped
Looking up update.FreeBSD.org mirrors... 2 mirrors found.
Fetching public key from update2.freebsd.org... done.
Fetching metadata signature for 12.4-RELEASE from update2.freebsd.org... done.
Fetching metadata index... done.
Fetching 2 metadata files... done.
Inspecting system... done.
Preparing to download files... done.
Fetching 36 patches.....10....20....30... done.
Applying patches... done.
Fetching 1 files... done.
The following files will be added as part of updating to
12.4-RELEASE-p2:
/usr/share/zoneinfo/America/Ciudad_Juarez
The following files will be updated as part of updating to
12.4-RELEASE-p2:
/bin/freebsd-version
/lib/geom/geom_eli.so
/lib/libcrypto.so.111
/rescue/[
/rescue/bectl
/rescue/bsdlabel
/rescue/bunzip2
/rescue/bzcat
/rescue/bzip2
/rescue/camcontrol
/rescue/cat
/rescue/ccdconfig
/rescue/chflags
/rescue/chgrp
/rescue/chio
/rescue/chmod
/rescue/chown
/rescue/chroot
/rescue/clri
/rescue/cp
/rescue/csh
/rescue/date
/rescue/dd
/rescue/devfs
/rescue/df
/rescue/dhclient
/rescue/disklabel
/rescue/dmesg
/rescue/dump
/rescue/dumpfs
/rescue/dumpon
/rescue/echo
/rescue/ed
/rescue/ex
/rescue/expr
/rescue/fastboot
/rescue/fasthalt
/rescue/fdisk
/rescue/fsck
/rescue/fsck_4.2bsd
/rescue/fsck_ffs
/rescue/fsck_msdosfs
/rescue/fsck_ufs
/rescue/fsdb
/rescue/fsirand
/rescue/gbde
/rescue/geom
/rescue/getfacl
/rescue/glabel
/rescue/gpart
/rescue/groups
/rescue/gunzip
/rescue/gzcat
/rescue/gzip
/rescue/halt
/rescue/head
/rescue/hostname
/rescue/id
/rescue/ifconfig
/rescue/init
/rescue/ipf
/rescue/iscsictl
/rescue/iscsid
/rescue/kenv
/rescue/kill
/rescue/kldconfig
/rescue/kldload
/rescue/kldstat
/rescue/kldunload
/rescue/ldconfig
/rescue/less
/rescue/link
/rescue/ln
/rescue/ls
/rescue/lzcat
/rescue/lzma
/rescue/md5
/rescue/mdconfig
/rescue/mdmfs
/rescue/mkdir
/rescue/mknod
/rescue/more
/rescue/mount
/rescue/mount_cd9660
/rescue/mount_msdosfs
/rescue/mount_nfs
/rescue/mount_nullfs
/rescue/mount_udf
/rescue/mount_unionfs
/rescue/mt
/rescue/mv
/rescue/nc
/rescue/newfs
/rescue/newfs_msdos
/rescue/nos-tun
/rescue/pgrep
/rescue/ping
/rescue/ping6
/rescue/pkill
/rescue/poweroff
/rescue/ps
/rescue/pwd
/rescue/rcorder
/rescue/rdump
/rescue/realpath
/rescue/reboot
/rescue/red
/rescue/rescue
/rescue/restore
/rescue/rm
/rescue/rmdir
/rescue/route
/rescue/routed
/rescue/rrestore
/rescue/rtquery
/rescue/rtsol
/rescue/savecore
/rescue/sed
/rescue/setfacl
/rescue/sh
/rescue/shutdown
/rescue/sleep
/rescue/spppcontrol
/rescue/stty
/rescue/swapon
/rescue/sync
/rescue/sysctl
/rescue/tail
/rescue/tar
/rescue/tcsh
/rescue/tee
/rescue/test
/rescue/tunefs
/rescue/umount
/rescue/unlink
/rescue/unlzma
/rescue/unxz
/rescue/unzstd
/rescue/vi
/rescue/whoami
/rescue/xz
/rescue/xzcat
/rescue/zcat
/rescue/zdb
/rescue/zfs
/rescue/zpool
/rescue/zstd
/rescue/zstdcat
/rescue/zstdmt
/usr/bin/openssl
/usr/bin/svnlite
/usr/bin/svnlitebench
/usr/bin/svnlitemucc
/usr/bin/svnliterdump
/usr/bin/svnlitesync
/usr/include/openssl/bnerr.h
/usr/include/openssl/x509v3.h
/usr/lib/libcrypto.a
/usr/lib/libcrypto_p.a
/usr/lib/libfetch.a
/usr/lib/libfetch.so.6
/usr/lib/libfetch_p.a
/usr/lib/libprivatessh.a
/usr/lib/libprivatessh.so.5
/usr/lib/libprivatessh_p.a
/usr/sbin/hostapd
/usr/sbin/wpa_supplicant
/usr/share/zoneinfo/America/Bogota
/usr/share/zoneinfo/America/Cambridge_Bay
/usr/share/zoneinfo/America/Godthab
/usr/share/zoneinfo/America/Inuvik
/usr/share/zoneinfo/America/Iqaluit
/usr/share/zoneinfo/America/Nuuk
/usr/share/zoneinfo/America/Ojinaga
/usr/share/zoneinfo/America/Pangnirtung
/usr/share/zoneinfo/America/Rankin_Inlet
/usr/share/zoneinfo/America/Resolute
/usr/share/zoneinfo/America/Whitehorse
/usr/share/zoneinfo/America/Yellowknife
/usr/share/zoneinfo/Asia/Kuala_Lumpur
/usr/share/zoneinfo/Asia/Singapore
/usr/share/zoneinfo/Canada/Yukon
/usr/share/zoneinfo/Singapore
/usr/share/zoneinfo/zone.tab
/usr/share/zoneinfo/zone1970.tab
Installing updates...Scanning //usr/share/certs/blacklisted for certificates...
Scanning //usr/share/certs/trusted for certificates...
done.
=====> Stop the pot traumadrill-amd64-12_4
=====> Remove p46404f241144ef epair network interfaces
=====> unmount /mnt/srv/pot/jails/traumadrill-amd64-12_4/m/tmp
=====> unmount /mnt/srv/pot/jails/traumadrill-amd64-12_4/m/dev
=====> Flavour: traumadrill
=====> Executing traumadrill pot commands on traumadrill-amd64-12_4
=====> mount /mnt/srv/pot/jails/traumadrill-amd64-12_4/m/tmp
=====> Source /usr/local/etc/pot/flavours/traumadrill.d/local copied in the pot traumadrill-amd64-12_4
=====> unmount /mnt/srv/pot/jails/traumadrill-amd64-12_4/m/tmp
=====> /mnt/srv/pot/jails/traumadrill-amd64-12_4/m/dev is already unmounted
=====> Starting traumadrill-amd64-12_4 pot for the initial bootstrap
=====> mount /mnt/srv/pot/jails/traumadrill-amd64-12_4/m/tmp
defaultrouter: 10.192.0.1 -> 10.192.0.1
===> Starting the pot traumadrill-amd64-12_4
ELF ldconfig path: /lib /usr/lib /usr/lib/compat
32-bit compatibility ldconfig path: /usr/lib32
Starting Network: lo0 epair0b.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 127.0.0.1 netmask 0xff000000
groups: lo
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
epair0b: flags=8863<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 02:23:bd:e7:b1:0b
inet 10.192.0.8 netmask 0xffc00000 broadcast 10.255.255.255
groups: epair
media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
add host 127.0.0.1: gateway lo0 fib 0: route already in table
add net default: gateway 10.192.0.1
add host ::1: gateway lo0 fib 0: route already in table
add net fe80::: gateway ::1
add net ff02::: gateway ::1
add net ::ffff:0.0.0.0: gateway ::1
add net ::0.0.0.0: gateway ::1
Updating motd:.
Updating /var/run/os-release done.
Creating and/or trimming log files.
Starting syslogd.
Clearing /tmp (X related).
Starting cron.
Starting sendmail_submit.
Starting sendmail_msp_queue.
Sun Mar 5 19:50:05 UTC 2023
/usr/local/etc/pot/flavours/traumadrill.sh -> /mnt/srv/pot/jails/traumadrill-amd64-12_4/m/tmp/traumadrill.sh
=====> Executing traumadrill script on traumadrill-amd64-12_4
Creating /var/log/cook.log
Step 1: Bootstrap package repo
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] Installing pkg-1.19.0...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] Extracting pkg-1.19.0: .......... done
Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:12:amd64/quarterly, please wait...
Step 2: Touch /etc/rc.conf
Step 3: Remove ifconfig_epair0b from config
Step 4: Disable sendmail
sendmail disabled in /etc/rc.conf
sendmail_submit disabled in /etc/rc.conf
sendmail_msp_queue disabled in /etc/rc.conf
Step 5: Create /usr/local/etc/rc.d
Step 6: Install package consul
Updating FreeBSD repository catalogue...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] Fetching meta.conf: . done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] Fetching packagesite.pkg: .......... done
Processing entries: .......... done
FreeBSD repository update completed. 32399 packages processed.
All repositories are up to date.
Updating database digests format: . done
The following 1 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
consul: 1.12.4_4
Number of packages to be installed: 1
The process will require 80 MiB more space.
15 MiB to be downloaded.
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/1] Fetching consul-1.12.4_4.pkg: .......... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/1] Installing consul-1.12.4_4...
===> Creating groups.
Creating group 'consul' with gid '469'.
===> Creating users
Creating user 'consul' with uid '469'.
===> Creating homedir(s)
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/1] Extracting consul-1.12.4_4: ..... done
Step 7: Install package openssl
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 1 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
openssl: 1.1.1t,1
Number of packages to be installed: 1
The process will require 14 MiB more space.
4 MiB to be downloaded.
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/1] Fetching openssl-1.1.1t,1.pkg: .......... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/1] Installing openssl-1.1.1t,1...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/1] Extracting openssl-1.1.1t,1: .......... done
Step 8: Install package sudo
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 3 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
gettext-runtime: 0.21.1
indexinfo: 0.3.1
sudo: 1.9.13p2
Number of packages to be installed: 3
The process will require 8 MiB more space.
2 MiB to be downloaded.
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/3] Fetching indexinfo-0.3.1.pkg: . done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/3] Fetching sudo-1.9.13p2.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [3/3] Fetching gettext-runtime-0.21.1.pkg: .......... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/3] Installing indexinfo-0.3.1...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/3] Extracting indexinfo-0.3.1: .... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/3] Installing gettext-runtime-0.21.1...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/3] Extracting gettext-runtime-0.21.1: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [3/3] Installing sudo-1.9.13p2...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [3/3] Extracting sudo-1.9.13p2: .......... done
Step 9: Install package ca_root_nss
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 1 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
ca_root_nss: 3.86
Number of packages to be installed: 1
266 KiB to be downloaded.
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/1] Fetching ca_root_nss-3.86.pkg: .......... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/1] Installing ca_root_nss-3.86...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/1] Extracting ca_root_nss-3.86: .......... done
=====
Message from ca_root_nss-3.86:
--
FreeBSD does not, and can not warrant that the certification authorities
whose certificates are included in this package have in any way been
audited for trustworthiness or RFC 3647 compliance.
Assessment and verification of trust is the complete responsibility of the
system administrator.
This package installs symlinks to support root certificates discovery by
default for software that uses OpenSSL.
This enables SSL Certificate Verification by client software without manual
intervention.
If you prefer to do this manually, replace the following symlinks with
either an empty file or your site-local certificate bundle.
* /etc/ssl/cert.pem
* /usr/local/etc/ssl/cert.pem
* /usr/local/openssl/cert.pem
Step 10: Install package curl
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 6 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
curl: 7.87.0
libidn2: 2.3.4
libnghttp2: 1.48.0
libpsl: 0.21.1_6
libssh2: 1.10.0_1,3
libunistring: 1.1
Number of packages to be installed: 6
The process will require 9 MiB more space.
3 MiB to be downloaded.
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/6] Fetching libnghttp2-1.48.0.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/6] Fetching libidn2-2.3.4.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [3/6] Fetching libunistring-1.1.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [4/6] Fetching libssh2-1.10.0_1,3.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [5/6] Fetching libpsl-0.21.1_6.pkg: ........ done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [6/6] Fetching curl-7.87.0.pkg: .......... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/6] Installing libunistring-1.1...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/6] Extracting libunistring-1.1: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/6] Installing libidn2-2.3.4...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/6] Extracting libidn2-2.3.4: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [3/6] Installing libnghttp2-1.48.0...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [3/6] Extracting libnghttp2-1.48.0: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [4/6] Installing libssh2-1.10.0_1,3...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [4/6] Extracting libssh2-1.10.0_1,3: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [5/6] Installing libpsl-0.21.1_6...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [5/6] Extracting libpsl-0.21.1_6: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [6/6] Installing curl-7.87.0...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [6/6] Extracting curl-7.87.0: .......... done
Step 11: Install package jq
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 2 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
jq: 1.6
oniguruma: 6.9.8_1
Number of packages to be installed: 2
The process will require 2 MiB more space.
493 KiB to be downloaded.
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/2] Fetching jq-1.6.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/2] Fetching oniguruma-6.9.8_1.pkg: .......... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/2] Installing oniguruma-6.9.8_1...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/2] Extracting oniguruma-6.9.8_1: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/2] Installing jq-1.6...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/2] Extracting jq-1.6: .......... done
Step 12: Install package jo
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 1 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
jo: 1.6
Number of packages to be installed: 1
20 KiB to be downloaded.
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/1] Fetching jo-1.6.pkg: ... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/1] Installing jo-1.6...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/1] Extracting jo-1.6: ....... done
Step 13: Install package nano
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 1 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
nano: 7.1
Number of packages to be installed: 1
The process will require 3 MiB more space.
598 KiB to be downloaded.
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/1] Fetching nano-7.1.pkg: .......... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/1] Installing nano-7.1...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/1] Extracting nano-7.1: .......... done
Step 14: Install package bash
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 2 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
bash: 5.2.15
readline: 8.2.0
Number of packages to be installed: 2
The process will require 11 MiB more space.
2 MiB to be downloaded.
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/2] Fetching readline-8.2.0.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/2] Fetching bash-5.2.15.pkg: .......... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/2] Installing readline-8.2.0...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/2] Extracting readline-8.2.0: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/2] Installing bash-5.2.15...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/2] Extracting bash-5.2.15: .......... done
Step 15: Install package rsync
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 5 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
libiconv: 1.17
liblz4: 1.9.4,1
rsync: 3.2.7
xxhash: 0.8.1_2
zstd: 1.5.2_1
Number of packages to be installed: 5
The process will require 8 MiB more space.
2 MiB to be downloaded.
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/5] Fetching rsync-3.2.7.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/5] Fetching liblz4-1.9.4,1.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [3/5] Fetching zstd-1.5.2_1.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [4/5] Fetching xxhash-0.8.1_2.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [5/5] Fetching libiconv-1.17.pkg: .......... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/5] Installing liblz4-1.9.4,1...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/5] Extracting liblz4-1.9.4,1: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/5] Installing zstd-1.5.2_1...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/5] Extracting zstd-1.5.2_1: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [3/5] Installing xxhash-0.8.1_2...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [3/5] Extracting xxhash-0.8.1_2: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [4/5] Installing libiconv-1.17...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [4/5] Extracting libiconv-1.17: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [5/5] Installing rsync-3.2.7...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [5/5] Extracting rsync-3.2.7: .......... done
=====
Message from rsync-3.2.7:
--
Some scripts provided by rsync such as rrsync requires
python which is not installed by default
Step 16: Install package node_exporter
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 1 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
node_exporter: 1.5.0_1
Number of packages to be installed: 1
The process will require 11 MiB more space.
3 MiB to be downloaded.
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/1] Fetching node_exporter-1.5.0_1.pkg: .......... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/1] Installing node_exporter-1.5.0_1...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/1] Extracting node_exporter-1.5.0_1: .......... done
=====
Message from node_exporter-1.5.0_1:
--
If upgrading from a version of node_exporter <0.15.0 you'll need to update any
custom command line flags that you may have set as it now requires a
double-dash (--flag) instead of a single dash (-flag).
The collector flags in 0.15.0 have now been replaced with individual boolean
flags and the -collector.procfs` and -collector.sysfs` flags have been renamed
to --path.procfs and --path.sysfs respectively.
Step 17: Install package nginx
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 2 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
nginx: 1.22.1_2,3
pcre: 8.45_3
Number of packages to be installed: 2
The process will require 8 MiB more space.
2 MiB to be downloaded.
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/2] Fetching nginx-1.22.1_2,3.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/2] Fetching pcre-8.45_3.pkg: .......... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/2] Installing pcre-8.45_3...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/2] Extracting pcre-8.45_3: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/2] Installing nginx-1.22.1_2,3...
===> Creating groups.
Using existing group 'www'.
===> Creating users
Using existing user 'www'.
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/2] Extracting nginx-1.22.1_2,3: .......... done
=====
Message from nginx-1.22.1_2,3:
--
Recent version of the NGINX introduces dynamic modules support. In
FreeBSD ports tree this feature was enabled by default with the DSO
knob. Several vendor's and third-party modules have been converted
to dynamic modules. Unset the DSO knob builds an NGINX without
dynamic modules support.
To load a module at runtime, include the new `load_module'
directive in the main context, specifying the path to the shared
object file for the module, enclosed in quotation marks. When you
reload the configuration or restart NGINX, the module is loaded in.
It is possible to specify a path relative to the source directory,
or a full path, please see
https://www.nginx.com/blog/dynamic-modules-nginx-1-9-11/ and
http://nginx.org/en/docs/ngx_core_module.html#load_module for
details.
Default path for the NGINX dynamic modules is
/usr/local/libexec/nginx.
Step 18: Install package php82 and related
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 20 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
brotli: 1.0.9,1
expat: 2.5.0
fontconfig: 2.14.0,1
freetype2: 2.12.1_2
giflib: 5.2.1
jbigkit: 2.1_1
jpeg-turbo: 2.1.4
libargon2: 20190702
libdeflate: 1.14
libgd: 2.3.3_5,1
libxml2: 2.10.3_1
pcre2: 10.40
php82: 8.2.0
php82-curl: 8.2.0
php82-gd: 8.2.0
php82-mbstring: 8.2.0
php82-zlib: 8.2.0
png: 1.6.39
tiff: 4.4.0_1
webp: 1.2.4_1
Number of packages to be installed: 20
The process will require 70 MiB more space.
12 MiB to be downloaded.
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/20] Fetching png-1.6.39.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/20] Fetching libxml2-2.10.3_1.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [3/20] Fetching php82-curl-8.2.0.pkg: ...... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [4/20] Fetching freetype2-2.12.1_2.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [5/20] Fetching jpeg-turbo-2.1.4.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [6/20] Fetching libgd-2.3.3_5,1.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [7/20] Fetching fontconfig-2.14.0,1.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [8/20] Fetching php82-gd-8.2.0.pkg: ..... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [9/20] Fetching giflib-5.2.1.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [10/20] Fetching libargon2-20190702.pkg: ......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [11/20] Fetching php82-mbstring-8.2.0.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [12/20] Fetching php82-8.2.0.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [13/20] Fetching jbigkit-2.1_1.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [14/20] Fetching webp-1.2.4_1.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [15/20] Fetching php82-zlib-8.2.0.pkg: ... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [16/20] Fetching pcre2-10.40.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [17/20] Fetching brotli-1.0.9,1.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [18/20] Fetching tiff-4.4.0_1.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [19/20] Fetching libdeflate-1.14.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [20/20] Fetching expat-2.5.0.pkg: .......... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/20] Installing png-1.6.39...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/20] Extracting png-1.6.39: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/20] Installing jpeg-turbo-2.1.4...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/20] Extracting jpeg-turbo-2.1.4: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [3/20] Installing jbigkit-2.1_1...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [3/20] Extracting jbigkit-2.1_1: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [4/20] Installing brotli-1.0.9,1...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [4/20] Extracting brotli-1.0.9,1: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [5/20] Installing libdeflate-1.14...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [5/20] Extracting libdeflate-1.14: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [6/20] Installing freetype2-2.12.1_2...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [6/20] Extracting freetype2-2.12.1_2: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [7/20] Installing giflib-5.2.1...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [7/20] Extracting giflib-5.2.1: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [8/20] Installing tiff-4.4.0_1...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [8/20] Extracting tiff-4.4.0_1: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [9/20] Installing expat-2.5.0...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [9/20] Extracting expat-2.5.0: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [10/20] Installing libxml2-2.10.3_1...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [10/20] Extracting libxml2-2.10.3_1: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [11/20] Installing fontconfig-2.14.0,1...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [11/20] Extracting fontconfig-2.14.0,1: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [12/20] Installing libargon2-20190702...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [12/20] Extracting libargon2-20190702: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [13/20] Installing webp-1.2.4_1...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [13/20] Extracting webp-1.2.4_1: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [14/20] Installing pcre2-10.40...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [14/20] Extracting pcre2-10.40: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [15/20] Installing libgd-2.3.3_5,1...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [15/20] Extracting libgd-2.3.3_5,1: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [16/20] Installing php82-8.2.0...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [16/20] Extracting php82-8.2.0: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [17/20] Installing php82-curl-8.2.0...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [17/20] Extracting php82-curl-8.2.0: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [18/20] Installing php82-gd-8.2.0...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [18/20] Extracting php82-gd-8.2.0: ......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [19/20] Installing php82-mbstring-8.2.0...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [19/20] Extracting php82-mbstring-8.2.0: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [20/20] Installing php82-zlib-8.2.0...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [20/20] Extracting php82-zlib-8.2.0: ........ done
Running fc-cache to build fontconfig cache...
=====
Message from freetype2-2.12.1_2:
--
The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
the default, emulating a modern version of ClearType. This change inevitably
leads to different rendering results, and you might change port's options to
adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
variable).
The environment variable "FREETYPE_PROPERTIES" can be used to control the
driver properties. Example:
FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
cff:no-stem-darkening=1 \
autofitter:warping=1
This allows to select, say, the subpixel hinting mode at runtime for a given
application.
If LONG_PCF_NAMES port's option was enabled, the PCF family names may include
the foundry and information whether they contain wide characters. For example,
"Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at
run time with using pcf:no-long-family-names property, if needed. Example:
FREETYPE_PROPERTIES=pcf:no-long-family-names=1
How to recreate fontconfig cache with using such environment variable,
if needed:
# env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv
The controllable properties are listed in the section "Controlling FreeType
Modules" in the reference's table of contents
(/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed).
=====
Message from php82-curl-8.2.0:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-curl.ini
=====
Message from php82-gd-8.2.0:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-gd.ini
=====
Message from php82-mbstring-8.2.0:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-mbstring.ini
=====
Message from php82-zlib-8.2.0:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-zlib.ini
Step 19: Install package syslog-ng
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 7 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
e2fsprogs-libuuid: 1.46.6
glib: 2.74.5,2
json-c: 0.16
libffi: 3.4.4
mpdecimal: 2.5.1
python39: 3.9.16
syslog-ng: 3.38.1
Number of packages to be installed: 7
The process will require 149 MiB more space.
22 MiB to be downloaded.
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/7] Fetching mpdecimal-2.5.1.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/7] Fetching python39-3.9.16.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [3/7] Fetching glib-2.74.5,2.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [4/7] Fetching syslog-ng-3.38.1.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [5/7] Fetching libffi-3.4.4.pkg: ...... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [6/7] Fetching json-c-0.16.pkg: ........ done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [7/7] Fetching e2fsprogs-libuuid-1.46.6.pkg: ..... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/7] Installing mpdecimal-2.5.1...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/7] Extracting mpdecimal-2.5.1: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/7] Installing libffi-3.4.4...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/7] Extracting libffi-3.4.4: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [3/7] Installing python39-3.9.16...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [3/7] Extracting python39-3.9.16: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [4/7] Installing glib-2.74.5,2...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [4/7] Extracting glib-2.74.5,2: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [5/7] Installing json-c-0.16...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [5/7] Extracting json-c-0.16: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [6/7] Installing e2fsprogs-libuuid-1.46.6...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [6/7] Extracting e2fsprogs-libuuid-1.46.6: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [7/7] Installing syslog-ng-3.38.1...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [7/7] Extracting syslog-ng-3.38.1: .......... done
Compiling glib schemas
No schema files found: doing nothing.
Generating GIO modules cache
=====
Message from python39-3.9.16:
--
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:
py39-gdbm databases/py-gdbm@py39
py39-sqlite3 databases/py-sqlite3@py39
py39-tkinter x11-toolkits/py-tkinter@py39
=====
Message from syslog-ng-3.38.1:
--
syslog-ng is now installed! To replace FreeBSD's standard syslogd
(/usr/sbin/syslogd), complete these steps:
1. Create a configuration file named /usr/local/etc/syslog-ng.conf
(a sample named syslog-ng.conf.sample has been included in
/usr/local/etc). Note that this is a change in 2.0.2
version, previous ones put the config file in
/usr/local/etc/syslog-ng/syslog-ng.conf, so if this is an update
move that file in the right place
2. Configure syslog-ng to start automatically by adding the following
to /etc/rc.conf:
syslog_ng_enable="YES"
3. Prevent the standard FreeBSD syslogd from starting automatically by
adding a line to the end of your /etc/rc.conf file that reads:
syslogd_enable="NO"
4. Shut down the standard FreeBSD syslogd:
kill `cat /var/run/syslog.pid`
5. Start syslog-ng:
/usr/local/etc/rc.d/syslog-ng start
Step 20: Install package stress-ng
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 4 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
Judy: 1.0.5_3
intel-ipsec-mb: 1.3
libinotify: 20211018
stress-ng: 0.15.00
Number of packages to be installed: 4
The process will require 48 MiB more space.
2 MiB to be downloaded.
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/4] Fetching Judy-1.0.5_3.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/4] Fetching intel-ipsec-mb-1.3.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [3/4] Fetching stress-ng-0.15.00.pkg: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [4/4] Fetching libinotify-20211018.pkg: .... done
Checking integrity... done (0 conflicting)
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/4] Installing Judy-1.0.5_3...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [1/4] Extracting Judy-1.0.5_3: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/4] Installing intel-ipsec-mb-1.3...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [2/4] Extracting intel-ipsec-mb-1.3: ........ done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [3/4] Installing libinotify-20211018...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [3/4] Extracting libinotify-20211018: .......... done
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [4/4] Installing stress-ng-0.15.00...
[traumadrill-amd64-12_4.vsf00001.cpt.za.honeyguide.net] [4/4] Extracting stress-ng-0.15.00: ..... done
=====
Message from Judy-1.0.5_3:
--
===> NOTICE:
The Judy port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:
https://bugs.freebsd.org/bugzilla
More information about port maintainership is available at:
https://docs.freebsd.org/en/articles/contributing/#ports-contributing
=====
Message from libinotify-20211018:
--
You might want to consider increasing the kern.maxfiles tunable if you plan
to use this library for applications that need to monitor activity of a lot
of files.
Step 21: Clean package installation
Nothing to do.
Step 22: Clean cook artifacts
Step 23: Install pot local
Step 24: Set file ownership on cook scripts
Step 25: Make cook script executable
setting executable bit on /usr/local/bin/cook
Step 26: Create rc.d script to start cook
creating rc.d script to start cook
Step 27: Make rc.d script to start cook executable
Setting executable bit on cook rc file
Step 28: Enable cook service
enabling cook
cook enabled in /etc/rc.conf
=====> Stop the pot traumadrill-amd64-12_4
=====> Remove p46404f26a144ef epair network interfaces
=====> unmount /mnt/srv/pot/jails/traumadrill-amd64-12_4/m/tmp
=====> unmount /mnt/srv/pot/jails/traumadrill-amd64-12_4/m/dev
=====> Flavour: traumadrill+1
=====> Executing traumadrill+1 pot commands on traumadrill-amd64-12_4
=====> No shell script available for the flavour traumadrill+1
=====> Flavour: traumadrill+2
=====> Executing traumadrill+2 pot commands on traumadrill-amd64-12_4
=====> No shell script available for the flavour traumadrill+2
=====> Flavour: traumadrill+3
=====> Executing traumadrill+3 pot commands on traumadrill-amd64-12_4
=====> No shell script available for the flavour traumadrill+3
=====> Flavour: traumadrill+4
=====> Executing traumadrill+4 pot commands on traumadrill-amd64-12_4
=====> No shell script available for the flavour traumadrill+4