Nextcloud Spreed Signalling Server

Overview

This is a Spreed Signalling server jail that can be started with pot.

This is a non-layered image using latest pkg stream.

The jail exposes parameters that can either be set via the environment.

It also contains node_exporter and 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.

Setup

You must run this instance from a top level domain such as my.hostname.com.

Installation

  • Create a ZFS data set on the parent system beforehand
    zfs create -o mountpoint=/mnt/spreeddata zroot/spreeddata
    
  • Create your local jail from the image or the flavour files.
  • Clone the local jail
  • Mount in the ZFS data set you created
    pot mount-in -p <jailname> -m /mnt -d /mnt/spreeddata
    
  • Adjust to your environment:
    sudo pot set-env -p <jailname> \
     -E DATACENTER=<datacenter name> \
     -E CONSULSERVERS="<comma-deliminated list of consul servers>" \
     -E GOSSIPKEY=<32 byte Base64 key from consul keygen> \
     -E NODENAME=<name of node> \
     -E IP=<IP address> \
     -E DOMAIN=<domain name> \
     -E EMAIL=<email address for certificate registration> \
     -E NEXTCLOUDURL=<FQDN nextcloud host, no https> \
     -E SHAREDSECRET=<shared secret with nextcloud host> \
     [ -E PVTCERT=<any value enables> ] \
     [ -E REMOTELOG=<IP of syslog-ng server> ]
    

The DATACENTER parameter is the name of the datacenter.

The CONSULSERVERS parameter is a comma-deliminated list of IP addresses for the consul server or cluster. Do not include spaces!

e.g. CONSULSERVERS="10.0.0.2" 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.

The NODENAME parameter is the name of the node.

The IP parameter is the IP address of this image.

The DOMAIN parameter is the domain name to use for acme.sh SSL certificate registration. It will be the same as the servername for the host.

The EMAIL parameter is the email address to use for acme.sh SSL certificate registration.

The NEXTCLOUDURL parameter is the FQDN of the Nextcloud instance. Do not include the https:// bit, only the FQDN.

The SHAREDSECRET parameter is the shared secret with the Nextcloud instance. This must be 32 characters in hex format.

The PVTCERT parameter will enable self-signed certificates instead of obtaining from provider.

REMOTELOG is an optional parameter for a remote syslog service, such as via the loki or beast-of-argh images on potluck site.

Usage

Configure Nextcloud Talk

From the git repo for the nextcloud-spreed-signaling package, https://github.com/strukturag/nextcloud-spreed-signaling

Setup of Nextcloud Talk

Login to your Nextcloud as admin and open the additional settings page. Scroll down to the "Talk" section and enter the base URL of your standalone signaling server in the field "External signaling server". Please note that you have to use https if your Nextcloud is also running on https. Usually you should enter https://my.hostname.com/standalone-signaling as URL.

The value "Shared secret for external signaling server" must be the same as the property secret in section backend of your server.conf.

If you are using a self-signed certificate for development, you need to uncheck the box Validate SSL certificate so backend requests from Nextcloud to the signaling server can be performed.

Getting Started

How To Use The Ready-Made Image

FreeBSD 14.2:
pot import -p nextcloud-spreed-signalling-amd64-14_2 -t 0.8.1 -U https://potluck.honeyguide.net/nextcloud-spreed-signalling

With Signify Verification:
fetch https://potluck.honeyguide.net/potluck.pub; pot import -p nextcloud-spreed-signalling-amd64-14_2 -t 0.8.1 -C potluck.pub -U https://potluck.honeyguide.net/nextcloud-spreed-signalling

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 nextcloud-spreed-signalling-amd64-14_2 -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/nextcloud-spreed-signalling 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. 14.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

0.8

  • Switch to latest packages
  • New version spreed 2.0.2 in latest pkg stream

0.7

  • Version bump for new base image
  • Adjust various services to run on pot IP instead of 127.0.0.1/localhost
  • Update README with steps to configure Nextcloud Talk app
  • Adjust generation of hashkey and blockkey to hex format
  • Add trailing slashes to nginx proxy statements
  • Note that this won’t work with current nextcloud because package in ports is too old
  • “Error: Running version: 1.1.3; Server needs to be updated to be compatible with this version of Talk”
  • https://repology.org/project/nextcloud-spreed-signaling/versions

0.6

  • Version bump for new base image
  • Quote PATH statements
  • Add certificate expiry check with alerts to alertmanager

0.5

  • Version bump for new base image
  • Update for rsync security issue

0.4

  • Version bump for new base image 14.2

0.3

  • Version bump for new base image
  • Enable milliseconds in syslog-ng for all log timestamps
  • Update syslog-ng config to use modern config options

0.2

  • Version bump for new base image 14.1
  • Extra steps to trim image size

0.1

  • Version bump for new base image
  • Add turnserver
  • Fix ncs to open 127.0.0.1:8080
  • Add self-signed certificates option

0.0

  • Initial commit
  • Update certificate renewal script
  • Version bump for new base image, irregular minor bump as still WIP
  • Version bump for new base image, minor increment as still WIP
  • Implement block key encryption
  • Fix consul naming

These images were built on Sat Mar 15 14:19:14 UTC 2025

Manual Image Download Links

nextcloud-spreed-signalling-amd64-14_2_0.8.1.xz ( )
nextcloud-spreed-signalling-amd64-14_2_0.8.1.xz.skein ( ) nextcloud-spreed-signalling-amd64-14_2_0.8.1.xz.skein.sig ( ) nextcloud-spreed-signalling-amd64-14_2_0.8.1.xz.meta ( )

Jenkins Pot Creation Logs

nextcloud-spreed-signalling-amd64-14_2_0.8.1:


nextcloud-spreed-signalling/nextcloud-spreed-signalling:
copy-in -s /usr/local/etc/pot/flavours/nextcloud-spreed-signalling.d/local -d /root/.pot_local
nextcloud-spreed-signalling/nextcloud-spreed-signalling.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
# switched to latest, change to non-layered image
# shellcheck disable=SC2016
test -e /usr/local/etc/pkg/repos/FreeBSD.conf || \
  echo 'FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest" }' \
    >/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

step "Clean freebsd-update"
rm -rf /var/db/freebsd-update
mkdir -p /var/db/freebsd-update

# 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 acme.sh"
pkg install -y acme.sh

step "Install package node_exporter"
pkg install -y node_exporter

step "Install package nginx"
pkg install -y nginx

# This is version 2.0.2 in latest pkg stream for now
step "Install package nextcloud-spreed-signaling"
pkg install -y nextcloud-spreed-signaling

step "Install package nats-server"
pkg install -y nats-server

step "Install package janus"
pkg install -y janus

step "Install package rabbitmq"
pkg install -y rabbitmq

step "Install package turnserver"
pkg install -y turnserver

step "Install package syslog-ng"
pkg install -y syslog-ng

step "Clean package installation"
pkg clean -ay

# -------------- 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

nextcloud-spreed-signalling/nextcloud-spreed-signalling+1:
nextcloud-spreed-signalling/nextcloud-spreed-signalling+1.sh:

nextcloud-spreed-signalling/nextcloud-spreed-signalling+2:
nextcloud-spreed-signalling/nextcloud-spreed-signalling+2.sh:

nextcloud-spreed-signalling/nextcloud-spreed-signalling+3:
nextcloud-spreed-signalling/nextcloud-spreed-signalling+3.sh:

nextcloud-spreed-signalling/nextcloud-spreed-signalling+4:
nextcloud-spreed-signalling/nextcloud-spreed-signalling+4.sh:
===>  Creating a new pot
===>  pot name     : nextcloud-spreed-signalling-amd64-14_2
===>  type         : single
===>  base         : 14.2
===>  pot_base     : 
===>  level        : 0
===>  network-type : public-bridge
===>  network-stack: ipv4
===>  ip           : 10.192.0.3
===>  bridge       : 
===>  dns          : inherit
===>  flavours     : fbsd-update nextcloud-spreed-signalling
===>  Fetching FreeBSD 14.2
===>  Extract the tarball
=====>  Flavour: fbsd-update
=====>  Starting nextcloud-spreed-signalling-amd64-14_2 pot for the initial bootstrap
=====>  mount /mnt/srv/pot/jails/nextcloud-spreed-signalling-amd64-14_2/m/tmp
defaultrouter: NO -> 10.192.0.1
===>  Starting the pot nextcloud-spreed-signalling-amd64-14_2
=====>  Pot nextcloud-spreed-signalling-amd64-14_2 jail params are: allow.set_hostname=false allow.raw_sockets allow.socket_af allow.chflags exec.clean mount.devfs enforce_statfs=2 sysvshm=new sysvsem=new sysvmsg=new children.max=0 devfs_ruleset=4 stop.timeout=10 name=nextcloud-spreed-signalling-amd64-14_2 host.hostname=nextcloud-spreed-signalling-amd64-14_2 osrelease=14.2-RELEASE path=/mnt/srv/pot/jails/nextcloud-spreed-signalling-amd64-14_2/m persist vnet vnet.interface=epair0b
ELF ldconfig path: /lib /usr/lib /usr/lib/compat
32-bit compatibility ldconfig path: /usr/lib32
Starting Network: lo0 epair0b.
lo0: flags=1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 16384
	options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
	inet 127.0.0.1 netmask 0xff000000
	inet6 ::1 prefixlen 128
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6
	groups: lo
	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
epair0b: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500
	options=8<VLAN_MTU>
	ether 02:f2:a8:18:5e: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 /var/run/os-release done.
Clearing /tmp (X related).
Updating motd:.
Creating and/or trimming log files.
Starting syslogd.
Starting cron.

Sat Mar 15 14:12:29 UTC 2025
/usr/local/etc/pot/flavours/fbsd-update.sh -> /mnt/srv/pot/jails/nextcloud-spreed-signalling-amd64-14_2/m/tmp/fbsd-update.sh
=====>  Executing fbsd-update script on nextcloud-spreed-signalling-amd64-14_2
src component not installed, skipped
Looking up update.FreeBSD.org mirrors... 3 mirrors found.
Fetching public key from update1.freebsd.org... done.
Fetching metadata signature for 14.2-RELEASE from update1.freebsd.org... done.
Fetching metadata index... done.
Fetching 2 metadata files... done.
Inspecting system... done.
Preparing to download files... done.
Fetching 14 patches.....10.. done.
Applying patches... done.
The following files will be updated as part of updating to
14.2-RELEASE-p2:
/bin/freebsd-version
/usr/bin/slogin
/usr/bin/ssh
/usr/bin/ssh-add
/usr/bin/ssh-agent
/usr/bin/ssh-keygen
/usr/include/isofs/cd9660/iso.h
/usr/lib/libprivatessh.a
/usr/lib/libprivatessh.so.5
/usr/sbin/etcupdate
/usr/sbin/sshd
/usr/share/zoneinfo/America/Asuncion
/usr/share/zoneinfo/Asia/Manila
/usr/share/zoneinfo/zone.tab
/usr/share/zoneinfo/zone1970.tab
Installing updates...Scanning /usr/share/certs/untrusted for certificates...
Scanning /usr/share/certs/trusted for certificates...
 done.
=====>  Stop the pot nextcloud-spreed-signalling-amd64-14_2
=====>  Remove p467d58acc506 epair network interfaces
=====>  unmount /mnt/srv/pot/jails/nextcloud-spreed-signalling-amd64-14_2/m/tmp
=====>  unmount /mnt/srv/pot/jails/nextcloud-spreed-signalling-amd64-14_2/m/dev
=====>  Flavour: nextcloud-spreed-signalling
=====>  Executing nextcloud-spreed-signalling pot commands on nextcloud-spreed-signalling-amd64-14_2
=====>  mount /mnt/srv/pot/jails/nextcloud-spreed-signalling-amd64-14_2/m/tmp
=====>  Source /usr/local/etc/pot/flavours/nextcloud-spreed-signalling.d/local copied in the pot nextcloud-spreed-signalling-amd64-14_2
=====>  unmount /mnt/srv/pot/jails/nextcloud-spreed-signalling-amd64-14_2/m/tmp
=====>  /mnt/srv/pot/jails/nextcloud-spreed-signalling-amd64-14_2/m/dev is already unmounted
=====>  Starting nextcloud-spreed-signalling-amd64-14_2 pot for the initial bootstrap
=====>  mount /mnt/srv/pot/jails/nextcloud-spreed-signalling-amd64-14_2/m/tmp
defaultrouter: 10.192.0.1 -> 10.192.0.1
===>  Starting the pot nextcloud-spreed-signalling-amd64-14_2
=====>  Pot nextcloud-spreed-signalling-amd64-14_2 jail params are: allow.set_hostname=false allow.raw_sockets allow.socket_af allow.chflags exec.clean mount.devfs enforce_statfs=2 sysvshm=new sysvsem=new sysvmsg=new children.max=0 devfs_ruleset=4 stop.timeout=10 name=nextcloud-spreed-signalling-amd64-14_2 host.hostname=nextcloud-spreed-signalling-amd64-14_2 osrelease=14.2-RELEASE-p2 path=/mnt/srv/pot/jails/nextcloud-spreed-signalling-amd64-14_2/m persist vnet vnet.interface=epair0b
ELF ldconfig path: /lib /usr/lib /usr/lib/compat
32-bit compatibility ldconfig path: /usr/lib32
Starting Network: lo0 epair0b.
lo0: flags=1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 16384
	options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
	inet 127.0.0.1 netmask 0xff000000
	inet6 ::1 prefixlen 128
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6
	groups: lo
	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
epair0b: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500
	options=8<VLAN_MTU>
	ether 02:ca:72:f1:95: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 /var/run/os-release done.
Clearing /tmp (X related).
Updating motd:.
Creating and/or trimming log files.
Starting syslogd.
Starting cron.

Sat Mar 15 14:12:44 UTC 2025
/usr/local/etc/pot/flavours/nextcloud-spreed-signalling.sh -> /mnt/srv/pot/jails/nextcloud-spreed-signalling-amd64-14_2/m/tmp/nextcloud-spreed-signalling.sh
=====>  Executing nextcloud-spreed-signalling script on nextcloud-spreed-signalling-amd64-14_2
Creating /var/log/cook.log
Step 1: Bootstrap package repo
[nextcloud-spreed-signalling-amd64-14_2] Installing pkg-2.0.6...
[nextcloud-spreed-signalling-amd64-14_2] Extracting pkg-2.0.6: .......... done
Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:14:amd64/latest, 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_msp_queue disabled in /etc/rc.conf
Step 5: Create /usr/local/etc/rc.d
Step 6: Clean freebsd-update
Step 7: Install package consul
Updating FreeBSD repository catalogue...
[nextcloud-spreed-signalling-amd64-14_2] Fetching meta.conf: . done
[nextcloud-spreed-signalling-amd64-14_2] Fetching data.pkg: .......... done
Processing entries: .......... done
FreeBSD repository update completed. 35938 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.20.4_1

Number of packages to be installed: 1

The process will require 117 MiB more space.
24 MiB to be downloaded.
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Fetching consul-1.20.4_1.pkg: .......... done
Checking integrity... done (0 conflicting)
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Installing consul-1.20.4_1...
===> Creating groups
Creating group 'consul' with gid '469'
===> Creating users
Creating user 'consul' with uid '469'
===> Creating homedir(s)
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Extracting consul-1.20.4_1: ..... done
Step 8: 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: 3.0.16,1

Number of packages to be installed: 1

The process will require 22 MiB more space.
7 MiB to be downloaded.
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Fetching openssl-3.0.16,1.pkg: .......... done
Checking integrity... done (0 conflicting)
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Installing openssl-3.0.16,1...
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Extracting openssl-3.0.16,1: .......... done
Step 9: 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.23.1
	indexinfo: 0.3.1_1
	sudo: 1.9.16p2_1

Number of packages to be installed: 3

The process will require 9 MiB more space.
2 MiB to be downloaded.
[nextcloud-spreed-signalling-amd64-14_2] [1/3] Fetching indexinfo-0.3.1_1.pkg: . done
[nextcloud-spreed-signalling-amd64-14_2] [2/3] Fetching sudo-1.9.16p2_1.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [3/3] Fetching gettext-runtime-0.23.1.pkg: .......... done
Checking integrity... done (0 conflicting)
[nextcloud-spreed-signalling-amd64-14_2] [1/3] Installing indexinfo-0.3.1_1...
[nextcloud-spreed-signalling-amd64-14_2] [1/3] Extracting indexinfo-0.3.1_1: .... done
[nextcloud-spreed-signalling-amd64-14_2] [2/3] Installing gettext-runtime-0.23.1...
[nextcloud-spreed-signalling-amd64-14_2] [2/3] Extracting gettext-runtime-0.23.1: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [3/3] Installing sudo-1.9.16p2_1...
[nextcloud-spreed-signalling-amd64-14_2] [3/3] Extracting sudo-1.9.16p2_1: .......... done
Step 10: 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.108

Number of packages to be installed: 1

282 KiB to be downloaded.
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Fetching ca_root_nss-3.108.pkg: .......... done
Checking integrity... done (0 conflicting)
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Installing ca_root_nss-3.108...
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Extracting ca_root_nss-3.108: ....... done
Scanning /usr/share/certs/untrusted for certificates...
Scanning /usr/share/certs/trusted for certificates...
Scanning /usr/local/share/certs for certificates...
=====
Message from ca_root_nss-3.108:

--
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 certificate discovery
for software that either uses other cryptographic libraries than
OpenSSL, or use OpenSSL but do not follow recommended practice.

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 11: Install package curl
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 9 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
	brotli: 1.1.0,1
	curl: 8.12.1
	libidn2: 2.3.7
	liblz4: 1.10.0,1
	libnghttp2: 1.64.0
	libpsl: 0.21.5_2
	libssh2: 1.11.1,3
	libunistring: 1.3
	zstd: 1.5.7

Number of packages to be installed: 9

The process will require 15 MiB more space.
4 MiB to be downloaded.
[nextcloud-spreed-signalling-amd64-14_2] [1/9] Fetching libnghttp2-1.64.0.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [2/9] Fetching libidn2-2.3.7.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [3/9] Fetching liblz4-1.10.0,1.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [4/9] Fetching zstd-1.5.7.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [5/9] Fetching libunistring-1.3.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [6/9] Fetching libssh2-1.11.1,3.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [7/9] Fetching libpsl-0.21.5_2.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [8/9] Fetching brotli-1.1.0,1.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [9/9] Fetching curl-8.12.1.pkg: .......... done
Checking integrity... done (0 conflicting)
[nextcloud-spreed-signalling-amd64-14_2] [1/9] Installing brotli-1.1.0,1...
[nextcloud-spreed-signalling-amd64-14_2] [1/9] Extracting brotli-1.1.0,1: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [2/9] Installing liblz4-1.10.0,1...
[nextcloud-spreed-signalling-amd64-14_2] [2/9] Extracting liblz4-1.10.0,1: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [3/9] Installing libnghttp2-1.64.0...
[nextcloud-spreed-signalling-amd64-14_2] [3/9] Extracting libnghttp2-1.64.0: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [4/9] Installing libssh2-1.11.1,3...
[nextcloud-spreed-signalling-amd64-14_2] [4/9] Extracting libssh2-1.11.1,3: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [5/9] Installing libunistring-1.3...
[nextcloud-spreed-signalling-amd64-14_2] [5/9] Extracting libunistring-1.3: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [6/9] Installing libidn2-2.3.7...
[nextcloud-spreed-signalling-amd64-14_2] [6/9] Extracting libidn2-2.3.7: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [7/9] Installing libpsl-0.21.5_2...
[nextcloud-spreed-signalling-amd64-14_2] [7/9] Extracting libpsl-0.21.5_2: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [8/9] Installing zstd-1.5.7...
[nextcloud-spreed-signalling-amd64-14_2] [8/9] Extracting zstd-1.5.7: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [9/9] Installing curl-8.12.1...
[nextcloud-spreed-signalling-amd64-14_2] [9/9] Extracting curl-8.12.1: .......... done
Step 12: 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.7.1
	oniguruma: 6.9.10

Number of packages to be installed: 2

The process will require 3 MiB more space.
608 KiB to be downloaded.
[nextcloud-spreed-signalling-amd64-14_2] [1/2] Fetching jq-1.7.1.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [2/2] Fetching oniguruma-6.9.10.pkg: .......... done
Checking integrity... done (0 conflicting)
[nextcloud-spreed-signalling-amd64-14_2] [1/2] Installing oniguruma-6.9.10...
[nextcloud-spreed-signalling-amd64-14_2] [1/2] Extracting oniguruma-6.9.10: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [2/2] Installing jq-1.7.1...
[nextcloud-spreed-signalling-amd64-14_2] [2/2] Extracting jq-1.7.1: .......... done
Step 13: 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_1

Number of packages to be installed: 1

21 KiB to be downloaded.
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Fetching jo-1.6_1.pkg: .... done
Checking integrity... done (0 conflicting)
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Installing jo-1.6_1...
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Extracting jo-1.6_1: ....... done
Step 14: 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: 8.3

Number of packages to be installed: 1

The process will require 3 MiB more space.
678 KiB to be downloaded.
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Fetching nano-8.3.pkg: .......... done
Checking integrity... done (0 conflicting)
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Installing nano-8.3...
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Extracting nano-8.3: .......... done
Step 15: 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.37
	readline: 8.2.13_2

Number of packages to be installed: 2

The process will require 11 MiB more space.
2 MiB to be downloaded.
[nextcloud-spreed-signalling-amd64-14_2] [1/2] Fetching readline-8.2.13_2.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [2/2] Fetching bash-5.2.37.pkg: .......... done
Checking integrity... done (0 conflicting)
[nextcloud-spreed-signalling-amd64-14_2] [1/2] Installing readline-8.2.13_2...
[nextcloud-spreed-signalling-amd64-14_2] [1/2] Extracting readline-8.2.13_2: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [2/2] Installing bash-5.2.37...
[nextcloud-spreed-signalling-amd64-14_2] [2/2] Extracting bash-5.2.37: .......... done
Step 16: Install package rsync
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:
	libiconv: 1.17_1
	rsync: 3.4.1_2
	xxhash: 0.8.3

Number of packages to be installed: 3

The process will require 4 MiB more space.
1 MiB to be downloaded.
[nextcloud-spreed-signalling-amd64-14_2] [1/3] Fetching rsync-3.4.1_2.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [2/3] Fetching xxhash-0.8.3.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [3/3] Fetching libiconv-1.17_1.pkg: .......... done
Checking integrity... done (0 conflicting)
[nextcloud-spreed-signalling-amd64-14_2] [1/3] Installing libiconv-1.17_1...
[nextcloud-spreed-signalling-amd64-14_2] [1/3] Extracting libiconv-1.17_1: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [2/3] Installing xxhash-0.8.3...
[nextcloud-spreed-signalling-amd64-14_2] [2/3] Extracting xxhash-0.8.3: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [3/3] Installing rsync-3.4.1_2...
[nextcloud-spreed-signalling-amd64-14_2] [3/3] Extracting rsync-3.4.1_2: .......... done
=====
Message from rsync-3.4.1_2:

--
Some scripts provided by rsync, such as rrsync,
require Python, which is not installed by default.
Step 17: Install package acme.sh
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:
	acme.sh: 3.1.0
	socat: 1.8.0.3

Number of packages to be installed: 2

The process will require 2 MiB more space.
442 KiB to be downloaded.
[nextcloud-spreed-signalling-amd64-14_2] [1/2] Fetching acme.sh-3.1.0.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [2/2] Fetching socat-1.8.0.3.pkg: .......... done
Checking integrity... done (0 conflicting)
[nextcloud-spreed-signalling-amd64-14_2] [1/2] Installing socat-1.8.0.3...
[nextcloud-spreed-signalling-amd64-14_2] [1/2] Extracting socat-1.8.0.3: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [2/2] Installing acme.sh-3.1.0...
===> Creating groups
Creating group 'acme' with gid '169'
===> Creating users
Creating user 'acme' with uid '169'
===> Creating homedir(s)
[nextcloud-spreed-signalling-amd64-14_2] [2/2] Extracting acme.sh-3.1.0: .......... done
=====
Message from acme.sh-3.1.0:

--
This script will create the following directories if they do not exist:

 ~acme/.acme.sh
 ~acme/certs

The script will also install ~acme/.acme.sh/account.conf.sample which has
sane defaults.  Copy this to ~acme/.acme.sh/account.conf and edit contents
to suit.

If you have EXAMPLES on:

* In the /usr/local/share/examples/acme.sh directory, you can find the dnsapi 
  scripts which will be useful if you decide to use dns-01 challenges. Also 
  included are the deploy scripts.

* A newsyslog.conf sample file is installed at 
  /usr/local/etc/newsyslog.conf.d/acme.sh.conf - you must modify it by
  at least uncommenting the line.

* If you run `newsyslog -NC` it will create the required logfiles.

* Please review /usr/local/share/examples/acme.sh/acme.sh-cron.d - instructions are
  contained in that file.
Step 18: 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.8.2_1

Number of packages to be installed: 1

The process will require 11 MiB more space.
4 MiB to be downloaded.
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Fetching node_exporter-1.8.2_1.pkg: .......... done
Checking integrity... done (0 conflicting)
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Installing node_exporter-1.8.2_1...
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Extracting node_exporter-1.8.2_1: .......... done
=====
Message from node_exporter-1.8.2_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 19: 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.26.3_2,3
	pcre2: 10.45

Number of packages to be installed: 2

The process will require 9 MiB more space.
2 MiB to be downloaded.
[nextcloud-spreed-signalling-amd64-14_2] [1/2] Fetching nginx-1.26.3_2,3.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [2/2] Fetching pcre2-10.45.pkg: .......... done
Checking integrity... done (0 conflicting)
[nextcloud-spreed-signalling-amd64-14_2] [1/2] Installing pcre2-10.45...
[nextcloud-spreed-signalling-amd64-14_2] [1/2] Extracting pcre2-10.45: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [2/2] Installing nginx-1.26.3_2,3...
===> Creating groups
Using existing group 'www'
===> Creating users
Using existing user 'www'
[nextcloud-spreed-signalling-amd64-14_2] [2/2] Extracting nginx-1.26.3_2,3: .......... done
=====
Message from nginx-1.26.3_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 20: Install package nextcloud-spreed-signaling
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:
	nextcloud-spreed-signaling: 1.1.3_10

Number of packages to be installed: 1

The process will require 35 MiB more space.
10 MiB to be downloaded.
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Fetching nextcloud-spreed-signaling-1.1.3_10.pkg: .......... done
Checking integrity... done (0 conflicting)
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Installing nextcloud-spreed-signaling-1.1.3_10...
===> Creating groups
Creating group 'signaling' with gid '271'
===> Creating users
Creating user 'signaling' with uid '271'
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Extracting nextcloud-spreed-signaling-1.1.3_10: ......... done
Step 21: Install package nats-server
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:
	nats-server: 2.10.23_1

Number of packages to be installed: 1

The process will require 13 MiB more space.
4 MiB to be downloaded.
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Fetching nats-server-2.10.23_1.pkg: .......... done
Checking integrity... done (0 conflicting)
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Installing nats-server-2.10.23_1...
===> Creating groups
Creating group 'nats' with gid '305'
===> Creating users
Creating user 'nats' with uid '305'
[nextcloud-spreed-signalling-amd64-14_2] [1/1] Extracting nats-server-2.10.23_1: .......... done
Step 22: Install package janus
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 22 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
	glib: 2.80.5_1,2
	gmp: 6.3.0
	gnutls: 3.8.9
	jansson: 2.14
	janus: 1.3.1
	libconfig: 1.7.3
	libffi: 3.4.6
	libmicrohttpd: 1.0.1
	libnice: 0.1.21_2
	libogg: 1.3.5,4
	libsrtp2: 2.6.0
	libtasn1: 4.20.0_1
	libusrsctp: 0.9.5.0
	libuv: 1.50.0
	libwebsockets: 4.3.5
	mpdecimal: 4.0.0
	nettle: 3.10.1
	opus: 1.5.2
	p11-kit: 0.25.5
	py311-packaging: 24.2
	python311: 3.11.11
	sofia-sip: 1.13.17

Number of packages to be installed: 22

The process will require 285 MiB more space.
50 MiB to be downloaded.
[nextcloud-spreed-signalling-amd64-14_2] [1/22] Fetching p11-kit-0.25.5.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [2/22] Fetching libsrtp2-2.6.0.pkg: ....... done
[nextcloud-spreed-signalling-amd64-14_2] [3/22] Fetching mpdecimal-4.0.0.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [4/22] Fetching gnutls-3.8.9.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [5/22] Fetching libmicrohttpd-1.0.1.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [6/22] Fetching py311-packaging-24.2.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [7/22] Fetching libuv-1.50.0.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [8/22] Fetching glib-2.80.5_1,2.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [9/22] Fetching nettle-3.10.1.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [10/22] Fetching opus-1.5.2.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [11/22] Fetching libnice-0.1.21_2.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [12/22] Fetching libffi-3.4.6.pkg: ........ done
[nextcloud-spreed-signalling-amd64-14_2] [13/22] Fetching gmp-6.3.0.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [14/22] Fetching sofia-sip-1.13.17.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [15/22] Fetching libusrsctp-0.9.5.0.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [16/22] Fetching libconfig-1.7.3.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [17/22] Fetching jansson-2.14.pkg: ......... done
[nextcloud-spreed-signalling-amd64-14_2] [18/22] Fetching janus-1.3.1.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [19/22] Fetching libwebsockets-4.3.5.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [20/22] Fetching libtasn1-4.20.0_1.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [21/22] Fetching libogg-1.3.5,4.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [22/22] Fetching python311-3.11.11.pkg: .......... done
Checking integrity... done (0 conflicting)
[nextcloud-spreed-signalling-amd64-14_2] [1/22] Installing gmp-6.3.0...
[nextcloud-spreed-signalling-amd64-14_2] [1/22] Extracting gmp-6.3.0: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [2/22] Installing jansson-2.14...
[nextcloud-spreed-signalling-amd64-14_2] [2/22] Extracting jansson-2.14: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [3/22] Installing libconfig-1.7.3...
[nextcloud-spreed-signalling-amd64-14_2] [3/22] Extracting libconfig-1.7.3: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [4/22] Installing libffi-3.4.6...
[nextcloud-spreed-signalling-amd64-14_2] [4/22] Extracting libffi-3.4.6: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [5/22] Installing libogg-1.3.5,4...
[nextcloud-spreed-signalling-amd64-14_2] [5/22] Extracting libogg-1.3.5,4: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [6/22] Installing libsrtp2-2.6.0...
[nextcloud-spreed-signalling-amd64-14_2] [6/22] Extracting libsrtp2-2.6.0: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [7/22] Installing libtasn1-4.20.0_1...
[nextcloud-spreed-signalling-amd64-14_2] [7/22] Extracting libtasn1-4.20.0_1: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [8/22] Installing libusrsctp-0.9.5.0...
[nextcloud-spreed-signalling-amd64-14_2] [8/22] Extracting libusrsctp-0.9.5.0: ........ done
[nextcloud-spreed-signalling-amd64-14_2] [9/22] Installing libuv-1.50.0...
[nextcloud-spreed-signalling-amd64-14_2] [9/22] Extracting libuv-1.50.0: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [10/22] Installing libwebsockets-4.3.5...
[nextcloud-spreed-signalling-amd64-14_2] [10/22] Extracting libwebsockets-4.3.5: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [11/22] Installing mpdecimal-4.0.0...
[nextcloud-spreed-signalling-amd64-14_2] [11/22] Extracting mpdecimal-4.0.0: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [12/22] Installing nettle-3.10.1...
[nextcloud-spreed-signalling-amd64-14_2] [12/22] Extracting nettle-3.10.1: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [13/22] Installing opus-1.5.2...
[nextcloud-spreed-signalling-amd64-14_2] [13/22] Extracting opus-1.5.2: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [14/22] Installing p11-kit-0.25.5...
[nextcloud-spreed-signalling-amd64-14_2] [14/22] Extracting p11-kit-0.25.5: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [15/22] Installing gnutls-3.8.9...
[nextcloud-spreed-signalling-amd64-14_2] [15/22] Extracting gnutls-3.8.9: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [16/22] Installing libmicrohttpd-1.0.1...
[nextcloud-spreed-signalling-amd64-14_2] [16/22] Extracting libmicrohttpd-1.0.1: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [17/22] Installing python311-3.11.11...
[nextcloud-spreed-signalling-amd64-14_2] [17/22] Extracting python311-3.11.11: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [18/22] Installing py311-packaging-24.2...
[nextcloud-spreed-signalling-amd64-14_2] [18/22] Extracting py311-packaging-24.2: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [19/22] Installing glib-2.80.5_1,2...
[nextcloud-spreed-signalling-amd64-14_2] [19/22] Extracting glib-2.80.5_1,2: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [20/22] Installing libnice-0.1.21_2...
[nextcloud-spreed-signalling-amd64-14_2] [20/22] Extracting libnice-0.1.21_2: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [21/22] Installing sofia-sip-1.13.17...
[nextcloud-spreed-signalling-amd64-14_2] [21/22] Extracting sofia-sip-1.13.17: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [22/22] Installing janus-1.3.1...
[nextcloud-spreed-signalling-amd64-14_2] [22/22] Extracting janus-1.3.1: .......... done
==> Running trigger: gio-modules.ucl
Generating GIO modules cache
==> Running trigger: glib-schemas.ucl
Compiling glib schemas
No schema files found: doing nothing.
=====
Message from libwebsockets-4.3.5:

--
===>   NOTICE:

The libwebsockets 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 python311-3.11.11:

--
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

py311-gdbm       databases/py-gdbm@py311
py311-sqlite3    databases/py-sqlite3@py311
py311-tkinter    x11-toolkits/py-tkinter@py311
=====
Message from janus-1.3.1:

--
You must set ws_ip and/or wss_ip in janus.transport.websockets.jcfg
to IPv4 addresses if you need ipv4 for websockets.
Step 23: Install package rabbitmq
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:
	erlang-runtime27: 27.1.2_1
	rabbitmq: 4.0.4

Number of packages to be installed: 2

The process will require 139 MiB more space.
55 MiB to be downloaded.
[nextcloud-spreed-signalling-amd64-14_2] [1/2] Fetching rabbitmq-4.0.4.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [2/2] Fetching erlang-runtime27-27.1.2_1.pkg: .......... done
Checking integrity... done (0 conflicting)
[nextcloud-spreed-signalling-amd64-14_2] [1/2] Installing erlang-runtime27-27.1.2_1...
[nextcloud-spreed-signalling-amd64-14_2] [1/2] Extracting erlang-runtime27-27.1.2_1: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [2/2] Installing rabbitmq-4.0.4...
===> Creating groups
Creating group 'rabbitmq' with gid '135'
===> Creating users
Creating user 'rabbitmq' with uid '135'
===> Creating homedir(s)
[nextcloud-spreed-signalling-amd64-14_2] [2/2] Extracting rabbitmq-4.0.4: .......... done
=====
Message from erlang-runtime27-27.1.2_1:

--
To use this runtime port for development or testing, just prepend
its binary path ("/usr/local/lib/erlang27/bin") to your PATH variable.
=====
Message from rabbitmq-4.0.4:

--
First-time users will want to run:

sudo -u rabbitmq rabbitmq-plugins enable rabbitmq_management
sudo -u rabbitmq rabbitmqctl enable_feature_flag --experimental khepri_db

and restart, to enable the web admin console at http://localhost:15672/
with a default username and password of guest:guest. You should change it..

See https://www.rabbitmq.com/docs for install help, and
https://www.rabbitmq.com/docs/configure for further options.
Step 24: Install package turnserver
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:
	cyrus-sasl: 2.1.28_5
	groff: 1.23.0_4
	hidapi: 0.14.0
	hiredis: 1.2.0.15
	icu: 76.1,1
	libcbor: 0.11.0
	libcjson: 1.7.18_2
	libedit: 3.1.20240808,1
	libevent: 2.1.12
	libfido2: 1.15.0
	libpaper: 1.1.28_1
	libunwind: 20240221_2
	mysql80-client: 8.0.39_1
	openldap26-client: 2.6.9_1
	perl5: 5.36.3_2
	postgresql16-client: 16.8_1
	psutils: 1.17_6
	sqlite3: 3.46.1_1,1
	turnserver: 4.6.3
	uchardet: 0.0.8_1

Number of packages to be installed: 20

The process will require 297 MiB more space.
46 MiB to be downloaded.
[nextcloud-spreed-signalling-amd64-14_2] [1/20] Fetching libcjson-1.7.18_2.pkg: ...... done
[nextcloud-spreed-signalling-amd64-14_2] [2/20] Fetching libedit-3.1.20240808,1.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [3/20] Fetching groff-1.23.0_4.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [4/20] Fetching hidapi-0.14.0.pkg: ....... done
[nextcloud-spreed-signalling-amd64-14_2] [5/20] Fetching libunwind-20240221_2.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [6/20] Fetching mysql80-client-8.0.39_1.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [7/20] Fetching libcbor-0.11.0.pkg: ....... done
[nextcloud-spreed-signalling-amd64-14_2] [8/20] Fetching uchardet-0.0.8_1.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [9/20] Fetching cyrus-sasl-2.1.28_5.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [10/20] Fetching postgresql16-client-16.8_1.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [11/20] Fetching icu-76.1,1.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [12/20] Fetching sqlite3-3.46.1_1,1.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [13/20] Fetching psutils-1.17_6.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [14/20] Fetching openldap26-client-2.6.9_1.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [15/20] Fetching libpaper-1.1.28_1.pkg: .... done
[nextcloud-spreed-signalling-amd64-14_2] [16/20] Fetching perl5-5.36.3_2.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [17/20] Fetching hiredis-1.2.0.15.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [18/20] Fetching libfido2-1.15.0.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [19/20] Fetching libevent-2.1.12.pkg: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [20/20] Fetching turnserver-4.6.3.pkg: .......... done
Checking integrity... done (0 conflicting)
[nextcloud-spreed-signalling-amd64-14_2] [1/20] Installing cyrus-sasl-2.1.28_5...
*** Added group `cyrus' (id 60)
*** Added user `cyrus' (id 60)
[nextcloud-spreed-signalling-amd64-14_2] [1/20] Extracting cyrus-sasl-2.1.28_5: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [2/20] Installing hidapi-0.14.0...
[nextcloud-spreed-signalling-amd64-14_2] [2/20] Extracting hidapi-0.14.0: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [3/20] Installing hiredis-1.2.0.15...
[nextcloud-spreed-signalling-amd64-14_2] [3/20] Extracting hiredis-1.2.0.15: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [4/20] Installing icu-76.1,1...
[nextcloud-spreed-signalling-amd64-14_2] [4/20] Extracting icu-76.1,1: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [5/20] Installing libcjson-1.7.18_2...
[nextcloud-spreed-signalling-amd64-14_2] [5/20] Extracting libcjson-1.7.18_2: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [6/20] Installing libcbor-0.11.0...
[nextcloud-spreed-signalling-amd64-14_2] [6/20] Extracting libcbor-0.11.0: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [7/20] Installing libedit-3.1.20240808,1...
[nextcloud-spreed-signalling-amd64-14_2] [7/20] Extracting libedit-3.1.20240808,1: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [8/20] Installing libevent-2.1.12...
[nextcloud-spreed-signalling-amd64-14_2] [8/20] Extracting libevent-2.1.12: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [9/20] Installing libfido2-1.15.0...
[nextcloud-spreed-signalling-amd64-14_2] [9/20] Extracting libfido2-1.15.0: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [10/20] Installing libpaper-1.1.28_1...
[nextcloud-spreed-signalling-amd64-14_2] [10/20] Extracting libpaper-1.1.28_1: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [11/20] Installing libunwind-20240221_2...
[nextcloud-spreed-signalling-amd64-14_2] [11/20] Extracting libunwind-20240221_2: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [12/20] Installing openldap26-client-2.6.9_1...
[nextcloud-spreed-signalling-amd64-14_2] [12/20] Extracting openldap26-client-2.6.9_1: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [13/20] Installing perl5-5.36.3_2...
[nextcloud-spreed-signalling-amd64-14_2] [13/20] Extracting perl5-5.36.3_2: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [14/20] Installing postgresql16-client-16.8_1...
[nextcloud-spreed-signalling-amd64-14_2] [14/20] Extracting postgresql16-client-16.8_1: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [15/20] Installing psutils-1.17_6...
[nextcloud-spreed-signalling-amd64-14_2] [15/20] Extracting psutils-1.17_6: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [16/20] Installing sqlite3-3.46.1_1,1...
[nextcloud-spreed-signalling-amd64-14_2] [16/20] Extracting sqlite3-3.46.1_1,1: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [17/20] Installing uchardet-0.0.8_1...
[nextcloud-spreed-signalling-amd64-14_2] [17/20] Extracting uchardet-0.0.8_1: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [18/20] Installing groff-1.23.0_4...
[nextcloud-spreed-signalling-amd64-14_2] [18/20] Extracting groff-1.23.0_4: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [19/20] Installing mysql80-client-8.0.39_1...
[nextcloud-spreed-signalling-amd64-14_2] [19/20] Extracting mysql80-client-8.0.39_1: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [20/20] Installing turnserver-4.6.3...
[nextcloud-spreed-signalling-amd64-14_2] [20/20] Extracting turnserver-4.6.3: .......... done
=====
Message from cyrus-sasl-2.1.28_5:

--
You can use sasldb2 for authentication, to add users use:

	saslpasswd2 -c username

If you want to enable SMTP AUTH with the system Sendmail, read
Sendmail.README

NOTE: This port has been compiled with a default pwcheck_method of
      auxprop.  If you want to authenticate your user by /etc/passwd,
      PAM or LDAP, install ports/security/cyrus-sasl2-saslauthd and
      set sasl_pwcheck_method to saslauthd after installing the
      Cyrus-IMAPd 2.X port.  You should also check the
      /usr/local/lib/sasl2/*.conf files for the correct
      pwcheck_method.
      If you want to use GSSAPI mechanism, install
      ports/security/cyrus-sasl2-gssapi.
      If you want to use SRP mechanism, install
      ports/security/cyrus-sasl2-srp.
      If you want to use LDAP auxprop plugin, install
      ports/security/cyrus-sasl2-ldapdb.
=====
Message from openldap26-client-2.6.9_1:

--
The OpenLDAP client package has been successfully installed.

Edit
  /usr/local/etc/openldap/ldap.conf
to change the system-wide client defaults.

Try `man ldap.conf' and visit the OpenLDAP FAQ-O-Matic at
  http://www.OpenLDAP.org/faq/index.cgi?file=3
for more information.
=====
Message from postgresql16-client-16.8_1:

--
The PostgreSQL port has a collection of "side orders":

postgresql-docs
  For all of the html documentation

p5-Pg
  A perl5 API for client access to PostgreSQL databases.

postgresql-tcltk
  If you want tcl/tk client support.

postgresql-jdbc
  For Java JDBC support.

postgresql-odbc
  For client access from unix applications using ODBC as access
  method. Not needed to access unix PostgreSQL servers from Win32
  using ODBC. See below.

ruby-postgres, py-psycopg
  For client access to PostgreSQL databases using the ruby & python
  languages.

postgresql-plperl, postgresql-pltcl & postgresql-plruby
  For using perl5, tcl & ruby as procedural languages.

postgresql-contrib
  Lots of contributed utilities, postgresql functions and
  datatypes. There you find pg_standby, pgcrypto and many other cool
  things.

etc...
=====
Message from groff-1.23.0_4:

--
In order to be able to use the html driver, you need to install the following
packages:
 - ghostscript
 - netpbm
--
===>   NOTICE:

The groff 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 mysql80-client-8.0.39_1:

--
This is the mysql CLIENT without the server.
for complete server and client, please install databases/mysql80-server
=====
Message from turnserver-4.6.3:

--
1) You can start and stop the turnserver manually. But, if you want
to enable turnserver as an automatically started system service,
you have to:

	a) Create and edit /usr/local/etc/turnserver.conf file.
	Use /usr/local/etc/turnserver.conf.default as an example.

	b) For user accounts settings: set up SQLite or PostgreSQL or
	MySQL or Redis database for user accounts.
	Use /usr/local/share/turnserver/schema.sql as an SQL database schema,
	or use /usr/local/share/turnserver/schema*redis as Redis database description.

	If SQLite is used, then /usr/local/var/db/turndb is the default database
	location.

	d) add line turnserver_enable="YES" to /etc/rc.conf.

	e) If you are using a non-default PREFIX (other than /usr/local),
	then edit /usr/local/etc/rc.d/turnserver file, according to
	your system settings.

	f) Restart the system or run the command:
	$ /usr/local/etc/rc.d/turnserver start

2) If you do not want the turnserver to be a system service,
   then you can start/stop it "manually", using the "turnserver"
   executable with appropriate options (see the documentation).

3) To create database schema, use schema in file /usr/local/share/turnserver/schema.sql.
The TURN Server supports (optionally) SQLite, MySQL, PostgreSQL, Redis.

4) For additional information, run:

   $ man turnserver
   $ man turnadmin
   $ man turnutils
Step 25: Install package syslog-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:
	e2fsprogs-libuuid: 1.47.2
	ivykis: 0.43.2
	json-c: 0.18
	syslog-ng: 4.8.1_5

Number of packages to be installed: 4

The process will require 6 MiB more space.
1 MiB to be downloaded.
[nextcloud-spreed-signalling-amd64-14_2] [1/4] Fetching ivykis-0.43.2.pkg: ......... done
[nextcloud-spreed-signalling-amd64-14_2] [2/4] Fetching json-c-0.18.pkg: ......... done
[nextcloud-spreed-signalling-amd64-14_2] [3/4] Fetching e2fsprogs-libuuid-1.47.2.pkg: ...... done
[nextcloud-spreed-signalling-amd64-14_2] [4/4] Fetching syslog-ng-4.8.1_5.pkg: .......... done
Checking integrity... done (0 conflicting)
[nextcloud-spreed-signalling-amd64-14_2] [1/4] Installing e2fsprogs-libuuid-1.47.2...
[nextcloud-spreed-signalling-amd64-14_2] [1/4] Extracting e2fsprogs-libuuid-1.47.2: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [2/4] Installing ivykis-0.43.2...
[nextcloud-spreed-signalling-amd64-14_2] [2/4] Extracting ivykis-0.43.2: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [3/4] Installing json-c-0.18...
[nextcloud-spreed-signalling-amd64-14_2] [3/4] Extracting json-c-0.18: .......... done
[nextcloud-spreed-signalling-amd64-14_2] [4/4] Installing syslog-ng-4.8.1_5...
[nextcloud-spreed-signalling-amd64-14_2] [4/4] Extracting syslog-ng-4.8.1_5: .......... done
=====
Message from syslog-ng-4.8.1_5:

--
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 26: Clean package installation
The following package files will be deleted:
	/var/cache/pkg/liblz4-1.10.0,1~c873b83f48.pkg
	/var/cache/pkg/sqlite3-3.46.1_1,1.pkg
	/var/cache/pkg/rabbitmq-4.0.4.pkg
	/var/cache/pkg/libsrtp2-2.6.0.pkg
	/var/cache/pkg/libidn2-2.3.7~c250bd3678.pkg
	/var/cache/pkg/nettle-3.10.1.pkg
	/var/cache/pkg/libiconv-1.17_1~c122b14982.pkg
	/var/cache/pkg/openssl-3.0.16,1.pkg
	/var/cache/pkg/json-c-0.18.pkg
	/var/cache/pkg/libusrsctp-0.9.5.0.pkg
	/var/cache/pkg/glib-2.80.5_1,2.pkg
	/var/cache/pkg/libogg-1.3.5,4~7dd5258a8a.pkg
	/var/cache/pkg/libunistring-1.3.pkg
	/var/cache/pkg/nats-server-2.10.23_1.pkg
	/var/cache/pkg/jq-1.7.1.pkg
	/var/cache/pkg/gnutls-3.8.9~a3c94c07c7.pkg
	/var/cache/pkg/libnghttp2-1.64.0.pkg
	/var/cache/pkg/sudo-1.9.16p2_1.pkg
	/var/cache/pkg/python311-3.11.11.pkg
	/var/cache/pkg/uchardet-0.0.8_1.pkg
	/var/cache/pkg/opus-1.5.2~aef67ebe1e.pkg
	/var/cache/pkg/psutils-1.17_6.pkg
	/var/cache/pkg/perl5-5.36.3_2.pkg
	/var/cache/pkg/perl5-5.36.3_2~453073cd8c.pkg
	/var/cache/pkg/pcre2-10.45~579121f8a5.pkg
	/var/cache/pkg/erlang-runtime27-27.1.2_1~a11457565a.pkg
	/var/cache/pkg/node_exporter-1.8.2_1.pkg
	/var/cache/pkg/acme.sh-3.1.0.pkg
	/var/cache/pkg/erlang-runtime27-27.1.2_1.pkg
	/var/cache/pkg/socat-1.8.0.3.pkg
	/var/cache/pkg/libpsl-0.21.5_2~9da2cbfb55.pkg
	/var/cache/pkg/gnutls-3.8.9.pkg
	/var/cache/pkg/ca_root_nss-3.108.pkg
	/var/cache/pkg/ivykis-0.43.2~6b21fd0628.pkg
	/var/cache/pkg/libnice-0.1.21_2~696c434822.pkg
	/var/cache/pkg/libpaper-1.1.28_1.pkg
	/var/cache/pkg/py311-packaging-24.2~2a75dfbaa4.pkg
	/var/cache/pkg/libcjson-1.7.18_2.pkg
	/var/cache/pkg/jo-1.6_1~2872e496b9.pkg
	/var/cache/pkg/jq-1.7.1~4c9aa3e8a6.pkg
	/var/cache/pkg/brotli-1.1.0,1.pkg
	/var/cache/pkg/libmicrohttpd-1.0.1~78e2ef33b0.pkg
	/var/cache/pkg/postgresql16-client-16.8_1~3323370117.pkg
	/var/cache/pkg/consul-1.20.4_1.pkg
	/var/cache/pkg/jansson-2.14~ba85f66f98.pkg
	/var/cache/pkg/libfido2-1.15.0~8344085f0f.pkg
	/var/cache/pkg/turnserver-4.6.3~24e79289e3.pkg
	/var/cache/pkg/libunwind-20240221_2.pkg
	/var/cache/pkg/e2fsprogs-libuuid-1.47.2~9510506929.pkg
	/var/cache/pkg/libnghttp2-1.64.0~c7b58855a6.pkg
	/var/cache/pkg/curl-8.12.1.pkg
	/var/cache/pkg/py311-packaging-24.2.pkg
	/var/cache/pkg/sofia-sip-1.13.17~a9f33fbe4d.pkg
	/var/cache/pkg/nginx-1.26.3_2,3.pkg
	/var/cache/pkg/hiredis-1.2.0.15.pkg
	/var/cache/pkg/libevent-2.1.12~2b783e8c40.pkg
	/var/cache/pkg/syslog-ng-4.8.1_5.pkg
	/var/cache/pkg/nextcloud-spreed-signaling-1.1.3_10~e1e8783bab.pkg
	/var/cache/pkg/ca_root_nss-3.108~89ac921b67.pkg
	/var/cache/pkg/mysql80-client-8.0.39_1.pkg
	/var/cache/pkg/p11-kit-0.25.5~bb3e6e0e98.pkg
	/var/cache/pkg/libffi-3.4.6.pkg
	/var/cache/pkg/psutils-1.17_6~6cb4549e5b.pkg
	/var/cache/pkg/pcre2-10.45.pkg
	/var/cache/pkg/libidn2-2.3.7.pkg
	/var/cache/pkg/opus-1.5.2.pkg
	/var/cache/pkg/liblz4-1.10.0,1.pkg
	/var/cache/pkg/libwebsockets-4.3.5~43e7cd6bac.pkg
	/var/cache/pkg/sqlite3-3.46.1_1,1~e2714b5a41.pkg
	/var/cache/pkg/libedit-3.1.20240808,1.pkg
	/var/cache/pkg/cyrus-sasl-2.1.28_5~edfcaad6fa.pkg
	/var/cache/pkg/libwebsockets-4.3.5.pkg
	/var/cache/pkg/rsync-3.4.1_2~8d108fdd15.pkg
	/var/cache/pkg/nats-server-2.10.23_1~ea953b87f3.pkg
	/var/cache/pkg/indexinfo-0.3.1_1.pkg
	/var/cache/pkg/icu-76.1,1~a3af715c40.pkg
	/var/cache/pkg/libunwind-20240221_2~ba5d097da8.pkg
	/var/cache/pkg/janus-1.3.1.pkg
	/var/cache/pkg/openldap26-client-2.6.9_1.pkg
	/var/cache/pkg/cyrus-sasl-2.1.28_5.pkg
	/var/cache/pkg/brotli-1.1.0,1~0c06595173.pkg
	/var/cache/pkg/postgresql16-client-16.8_1.pkg
	/var/cache/pkg/libogg-1.3.5,4.pkg
	/var/cache/pkg/libnice-0.1.21_2.pkg
	/var/cache/pkg/bash-5.2.37.pkg
	/var/cache/pkg/icu-76.1,1.pkg
	/var/cache/pkg/nextcloud-spreed-signaling-1.1.3_10.pkg
	/var/cache/pkg/zstd-1.5.7.pkg
	/var/cache/pkg/nginx-1.26.3_2,3~40246af2b7.pkg
	/var/cache/pkg/indexinfo-0.3.1_1~84ef53100b.pkg
	/var/cache/pkg/libevent-2.1.12.pkg
	/var/cache/pkg/gettext-runtime-0.23.1.pkg
	/var/cache/pkg/json-c-0.18~d3277301c4.pkg
	/var/cache/pkg/libsrtp2-2.6.0~f1cdebc658.pkg
	/var/cache/pkg/python311-3.11.11~8cfe5f7695.pkg
	/var/cache/pkg/janus-1.3.1~78975f20ac.pkg
	/var/cache/pkg/gmp-6.3.0.pkg
	/var/cache/pkg/uchardet-0.0.8_1~b56283727a.pkg
	/var/cache/pkg/rabbitmq-4.0.4~289167143e.pkg
	/var/cache/pkg/jo-1.6_1.pkg
	/var/cache/pkg/libusrsctp-0.9.5.0~5238b309ac.pkg
	/var/cache/pkg/sudo-1.9.16p2_1~84224316b3.pkg
	/var/cache/pkg/nano-8.3~e2ea11f489.pkg
	/var/cache/pkg/consul-1.20.4_1~c6446b5cec.pkg
	/var/cache/pkg/readline-8.2.13_2.pkg
	/var/cache/pkg/libssh2-1.11.1,3~a1399164d2.pkg
	/var/cache/pkg/libedit-3.1.20240808,1~a4b4f19e91.pkg
	/var/cache/pkg/hiredis-1.2.0.15~752d67f8bd.pkg
	/var/cache/pkg/mpdecimal-4.0.0.pkg
	/var/cache/pkg/e2fsprogs-libuuid-1.47.2.pkg
	/var/cache/pkg/readline-8.2.13_2~ac23acc38d.pkg
	/var/cache/pkg/syslog-ng-4.8.1_5~9d53ea32c3.pkg
	/var/cache/pkg/xxhash-0.8.3~776a115ede.pkg
	/var/cache/pkg/libssh2-1.11.1,3.pkg
	/var/cache/pkg/oniguruma-6.9.10.pkg
	/var/cache/pkg/libuv-1.50.0.pkg
	/var/cache/pkg/groff-1.23.0_4.pkg
	/var/cache/pkg/turnserver-4.6.3.pkg
	/var/cache/pkg/libiconv-1.17_1.pkg
	/var/cache/pkg/xxhash-0.8.3.pkg
	/var/cache/pkg/libconfig-1.7.3.pkg
	/var/cache/pkg/libmicrohttpd-1.0.1.pkg
	/var/cache/pkg/socat-1.8.0.3~a1b7bdce87.pkg
	/var/cache/pkg/libtasn1-4.20.0_1~a882163557.pkg
	/var/cache/pkg/openssl-3.0.16,1~f733f6c4f2.pkg
	/var/cache/pkg/libpsl-0.21.5_2.pkg
	/var/cache/pkg/libunistring-1.3~1acfa25cf7.pkg
	/var/cache/pkg/libcbor-0.11.0~4d1b71acfb.pkg
	/var/cache/pkg/ivykis-0.43.2.pkg
	/var/cache/pkg/libcbor-0.11.0.pkg
	/var/cache/pkg/glib-2.80.5_1,2~195654a5aa.pkg
	/var/cache/pkg/curl-8.12.1~952a33f1b3.pkg
	/var/cache/pkg/sofia-sip-1.13.17.pkg
	/var/cache/pkg/rsync-3.4.1_2.pkg
	/var/cache/pkg/zstd-1.5.7~238f477227.pkg
	/var/cache/pkg/mpdecimal-4.0.0~199582f811.pkg
	/var/cache/pkg/oniguruma-6.9.10~b01329f1a8.pkg
	/var/cache/pkg/hidapi-0.14.0~c3dd660bf1.pkg
	/var/cache/pkg/libffi-3.4.6~55708d7ceb.pkg
	/var/cache/pkg/gmp-6.3.0~3fbba7edbb.pkg
	/var/cache/pkg/jansson-2.14.pkg
	/var/cache/pkg/libpaper-1.1.28_1~435df1d034.pkg
	/var/cache/pkg/mysql80-client-8.0.39_1~f963402fec.pkg
	/var/cache/pkg/groff-1.23.0_4~d3ed176bcc.pkg
	/var/cache/pkg/bash-5.2.37~baeca8661f.pkg
	/var/cache/pkg/libuv-1.50.0~f9b71c1255.pkg
	/var/cache/pkg/nano-8.3.pkg
	/var/cache/pkg/libfido2-1.15.0.pkg
	/var/cache/pkg/hidapi-0.14.0.pkg
	/var/cache/pkg/libconfig-1.7.3~7a713747e2.pkg
	/var/cache/pkg/acme.sh-3.1.0~33fd8f226d.pkg
	/var/cache/pkg/p11-kit-0.25.5.pkg
	/var/cache/pkg/node_exporter-1.8.2_1~9d06fbb1e6.pkg
	/var/cache/pkg/libcjson-1.7.18_2~a157b52ca7.pkg
	/var/cache/pkg/libtasn1-4.20.0_1.pkg
	/var/cache/pkg/gettext-runtime-0.23.1~712508d75d.pkg
	/var/cache/pkg/openldap26-client-2.6.9_1~f2dc2a2af4.pkg
	/var/cache/pkg/nettle-3.10.1~fbfa9b4abd.pkg
The cleanup will free 215 MiB
Deleting files: .......... done
Step 27: Clean cook artifacts
Step 28: Install pot local
Step 29: Set file ownership on cook scripts
Step 30: Make cook script executable
setting executable bit on /usr/local/bin/cook
Step 31: Create rc.d script to start cook
creating rc.d script to start cook
Step 32: Make rc.d script to start cook executable
Setting executable bit on cook rc file
Step 33: Enable cook service
enabling cook
cook enabled in /etc/rc.conf
=====>  Stop the pot nextcloud-spreed-signalling-amd64-14_2
=====>  Remove p467d58adc506 epair network interfaces
=====>  unmount /mnt/srv/pot/jails/nextcloud-spreed-signalling-amd64-14_2/m/tmp
=====>  unmount /mnt/srv/pot/jails/nextcloud-spreed-signalling-amd64-14_2/m/dev
===>  exporting nextcloud-spreed-signalling-amd64-14_2 @ 1742048093 to /tmp/nextcloud-spreed-signalling-amd64-14_2_0.8.1.xz

This site © Honeyguide Group (Pty) Ltd, all the hosted software their respective license owners 2020 - 2021 - Disclaimer