Target for maximum number of vnodes
Maximum number of files
Current secure level
packet's big aarch64 servers don't have a FreeBSD ZFS image available, but we can fix that. We have the EFI partition, a 4GiB swap partition, and with Ubuntu 18.04, comes zfs. Anything is possible.
#include <stdint.h> | |
#include <erl_nif.h> | |
/* a basic nif that get a binary and returns a binary, with some error wrapping */ | |
static | |
ERL_NIF_TERM get_bin_addr(ErlNifEnv *env, int argc, const ERL_NIF_TERM argv[]) | |
{ | |
if (!enif_is_binary(env, argv[0])) { | |
ERL_NIF_TERM error = enif_make_atom(env, "error"); |
diff --git etc/mtree/BSD.include.dist etc/mtree/BSD.include.dist | |
index 385e096b7e9..88b60c8794c 100644 | |
--- etc/mtree/BSD.include.dist | |
+++ etc/mtree/BSD.include.dist | |
@@ -259,10 +259,10 @@ | |
.. | |
lib80211 | |
.. | |
- lib9p | |
- .. |
#!/bin/sh -e | |
# obvious | |
export APP=$(basename -s .sh $0) | |
# derived paths are OS dependent | |
export ERTS=$(find /usr/local/lib/erlang* -type d -depth 1 -name erts-\* | tail -1) | |
export VERSION=$(cut -swf 2 /usr/local/lib/${APP}/releases/start_erl.data) | |
# config files | |
CONFIGS=/usr/local/etc/${APP} |
# refer to http://cbonte.github.io/haproxy-dconv/1.7/configuration.html | |
# and http://cbonte.github.io/haproxy-dconv/1.7/management.html | |
global | |
daemon | |
pidfile /var/run/haproxy.pid | |
log 127.0.0.1 format rfc5424 local0 | |
# drop privileges | |
chroot /var/empty | |
group www |
---<<BOOT>>--- | |
Copyright (c) 1992-2018 The FreeBSD Project. | |
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 | |
The Regents of the University of California. All rights reserved. | |
FreeBSD is a registered trademark of The FreeBSD Foundation. | |
FreeBSD 12.0-RELEASE-p2 GENERIC amd64 | |
FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) | |
VT(efifb): resolution 1280x1024 | |
module_register: cannot register mmc/mmcsd from kernel; already loaded from mmcsd.ko | |
Module mmc/mmcsd failed to register: 17 |
--- | |
- name: zerotier | install pkg | |
pkgng: | |
state: latest | |
name: | |
- net/zerotier | |
notify: zerotier | restart | |
tags: | |
- pkg | |
- zerotier |