* [SUCCESS] Nightly Build of next (d6989b4) for x86_64 on x86-01.haj.ipfire.org
@ 2020-11-26 1:01 IPFire Nightly Builder
0 siblings, 0 replies; only message in thread
From: IPFire Nightly Builder @ 2020-11-26 1:01 UTC (permalink / raw)
To: nightly-builds
[-- Attachment #1: Type: text/plain, Size: 65970 bytes --]
https://nightly.ipfire.org/next/2020-11-25%2020%3A03%3A14%20%2B0000-d6989b4b/x86_64
commit d6989b4b0b42937485f5008cda6cdd730275f1ec
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Tue Oct 20 13:28:25 2020 +0000
openvpn: Actually apply configured parameters
OpenVPN is an absolute mess. The behaviour of configuration
parameters has been changed over the time; default values have been
changed over time; and it looks like nobody is actually testing
anything any more.
I have been spending hours today on figuring out why OpenVPN
is so damn slow. On a Lightning Wire Labs IPFire Mini Appliance
it achieves about 100 MBit/s in the default configuration when
"openssl speed -evp aes-256-gcm" achieves over 3.5 GBit/s.
Changing any of the cryptography parameters does not change
anything. Throughput remains around 100 MBit/s.
I finally set "cipher none" and "auth none" which disables
encryption and authentication altogether but does not increase
throughput. From here on it was absolutely clear that it was
not a crypto issue.
OpenVPN tries to be smart here and does its own fragmentation.
This is the worst idea I have heard of all day, because that job
is normally done best by the OS.
Various settings which allow the user to "tune" this are grossly
ineffective - let alone it isn't even clear what I am supposed
to configure anywhere. Setting "fragment 1500" weirdly still
does not convince openvpn to generate a packet that is longer
than 1400 bytes. Who'd a thunk?
There is a number of other parameters to set the MTU or which
are related to it (tun-mtu, link-mtu, fragment, mssfix).
On top of all of this we have two "bugs" in ovpnmain.cgi which
are being fixed in this patch:
1) mssfix can be configured by the user. However, we always
enable it in openvpn. The default is on, we only add "mssfix"
which simply turns it on.
It is now being disabled when the user has chosen so in the
web UI. I do not know if this is backwards-compatible.
2) We cap the MTU (tun-mtu) at 1500 bytes when fragment is being
used. So it becomes pointless that the user can this and the
user is not being made aware of this when they hit the save
button.
This was added when we added path MTU discovery. Since that
did not work and was removed, we can remove this now, too.
I archived a solid 500-600 MBit/s of goodput with these settings:
* Disable mssfix
* Set "fragment" to 0
* Set MTU to 9000
I am sure the MTU could be further increased to have bigger packets,
but I did not test how badly this will affect latency of the tunnel.
OpenVPN seems to only be able to handle a certain amount of packets
a second - no matter what. With larger packets, the throughput of
the tunnel increases, but latency might as well.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
Cc: Erik Kapfer <erik.kapfer(a)ipfire.org>
Cc: Stefan Schantl <stefan.schantl(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
https://git.ipfire.org/?p=ipfire-2.x.git;a=shortlog;h=d6989b4b0b42937485f5008cda6cdd730275f1ec
Packaged toolchain compilation
Checking for necessary space on disk [ DONE ]
Building LFS
stage2 [ 1 ][ DONE ]
linux (4.14.209) KCFG=-headers [ 24 ][ DONE ]
man-pages (2.34) [ 8 ][ DONE ]
glibc (2.32) [ 4:48 ][ DONE ]
tzdata (2020d) [ 3 ][ DONE ]
cleanup-toolchain [ 0 ][ DONE ]
zlib (1.2.11) [ 1 ][ DONE ]
binutils (2.35.1) [ 40 ][ DONE ]
gmp (6.2.0) [ 31 ][ DONE ]
gmp-compat (4.3.2) [ 36 ][ DONE ]
mpfr (4.1.0) [ 14 ][ DONE ]
libmpc (1.1.0) [ 6 ][ DONE ]
file (5.39) [ 9 ][ DONE ]
gcc (10.2.0) [ 16:01 ][ DONE ]
sed (4.4) [ 22 ][ DONE ]
autoconf (2.69) [ 3 ][ DONE ]
automake (1.16.2) [ 4 ][ DONE ]
berkeley (5.3.28) [ 28 ][ DONE ]
berkeley-compat (4.4.20) [ 17 ][ DONE ]
coreutils (8.32) [ 2:21 ][ DONE ]
iana-etc (2.30) [ 0 ][ DONE ]
m4 (1.4.18) [ 28 ][ DONE ]
bison (3.7.1) [ 35 ][ DONE ]
ncurses (6.2) [ 46 ][ DONE ]
procps (3.2.8) [ 3 ][ DONE ]
libtool (2.4.6) [ 9 ][ DONE ]
perl (5.30.0) [ 2:53 ][ DONE ]
readline (8.0) [ 8 ][ DONE ]
readline-compat (6.3) [ 7 ][ DONE ]
bzip2 (1.0.6) [ 2 ][ DONE ]
xz (5.2.5) [ 11 ][ DONE ]
pcre (8.44) [ 10 ][ DONE ]
pcre-compat (7.7) [ 8 ][ DONE ]
bash (5.0) [ 31 ][ DONE ]
diffutils (3.6) [ 28 ][ DONE ]
e2fsprogs (1.44.4) [ 24 ][ DONE ]
ed (0.2) [ 1 ][ DONE ]
findutils (4.6.0) [ 45 ][ DONE ]
flex (2.6.4) [ 10 ][ DONE ]
gawk (4.1.4) [ 16 ][ DONE ]
gettext (0.19.8.1) [ 1:58 ][ DONE ]
go (1.15.4) [ 22 ][ DONE ]
grep (2.27) [ 24 ][ DONE ]
groff (1.22.4) [ 50 ][ DONE ]
gperf (3.0.4) [ 4 ][ DONE ]
gzip (1.9) [ 18 ][ DONE ]
hostname (3.20) [ 0 ][ DONE ]
iproute2 (5.8.0) [ 3 ][ DONE ]
jwhois (4.0) [ 7 ][ DONE ]
kbd (2.2.0) [ 13 ][ DONE ]
less (530) [ 5 ][ DONE ]
pkg-config (0.29.2) [ 29 ][ DONE ]
make (4.2.1) [ 16 ][ DONE ]
man (2.4.3) [ 20 ][ DONE ]
net-tools (1.60) [ 1 ][ DONE ]
patch (2.7.6) [ 26 ][ DONE ]
psmisc (22.2) [ 5 ][ DONE ]
shadow (4.2.1) [ 15 ][ DONE ]
sysklogd (1.5.1) [ 0 ][ DONE ]
sysvinit (2.88dsf) [ 1 ][ DONE ]
tar (1.32) [ 37 ][ DONE ]
texinfo (6.6) [ 32 ][ DONE ]
util-linux (2.28.2) [ 29 ][ DONE ]
vim (8.2) [ 20 ][ DONE ]
Building IPFire
configroot [ 1 ][ DONE ]
initscripts [ 2 ][ DONE ]
backup [ 0 ][ DONE ]
openssl (1.1.1h) [ 2:17 ][ DONE ]
kmod (26) [ 9 ][ DONE ]
udev (3.2.6) [ 16 ][ DONE ]
popt (1.18) [ 5 ][ DONE ]
libedit (20190324-3.1) [ 8 ][ DONE ]
libusb (1.0.23) [ 6 ][ DONE ]
libusb-compat (0.1.5) [ 4 ][ DONE ]
libpcap (1.9.1) [ 8 ][ DONE ]
ppp (2.4.8) [ 2 ][ DONE ]
pptp (1.7.2) [ 1 ][ DONE ]
unzip (60) [ 2 ][ DONE ]
which (2.21) [ 3 ][ DONE ]
linux-firmware (20200519) [ 30 ][ DONE ]
dvb-firmwares (20141125) [ 1 ][ DONE ]
xr819-firmware (c01.08.0043) [ 0 ][ DONE ]
zd1211-firmware (1.4) [ 1 ][ DONE ]
rpi-firmware (20180316) [ 0 ][ SKIP ]
intel-microcode (20201112) [ 1 ][ DONE ]
pcengines-apu-firmware (4.12.0.6) [ 0 ][ DONE ]
bc (1.07.1) [ 6 ][ DONE ]
u-boot (2018.03) MKIMAGE=1 [ 0 ][ SKIP ]
cpio (2.13) [ 31 ][ DONE ]
mdadm (4.1) [ 1 ][ DONE ]
dracut (038) [ 1 ][ DONE ]
libaio (0.3.111) [ 1 ][ DONE ]
lvm2 (2.02.181) [ 16 ][ DONE ]
multipath-tools (386d288) [ 0 ][ DONE ]
freetype (2.10.2) [ 6 ][ DONE ]
libmnl (1.0.4) [ 4 ][ DONE ]
libnfnetlink (1.0.1) [ 5 ][ DONE ]
libnetfilter_queue (1.0.5) [ 4 ][ DONE ]
libnetfilter_conntrack (1.0.8) [ 5 ][ DONE ]
libnetfilter_cthelper (1.0.0) [ 5 ][ DONE ]
libnetfilter_cttimeout (1.0.0) [ 5 ][ DONE ]
iptables (1.8.5) [ 8 ][ DONE ]
screen (4.2.1) [ 9 ][ DONE ]
elfutils (0.176) [ 14 ][ DONE ]
linux (4.14.209) KCFG= [ 5:08 ][ DONE ]
xtables-addons (3.7) KCFG= [ 16 ][ DONE ]
linux-initrd ($(KVER)) KCFG= [ 25 ][ DONE ]
xtables-addons (3.7) USPACE=1 [ 5 ][ DONE ]
libgpg-error (1.38) [ 16 ][ DONE ]
libgcrypt (1.8.6) [ 12 ][ DONE ]
libassuan (2.5.3) [ 11 ][ DONE ]
nettle (3.5.1) [ 10 ][ DONE ]
json-c (0.13.1) [ 8 ][ DONE ]
libconfig (1.7.2) [ 21 ][ DONE ]
libevent (1.4.14b-stable) [ 9 ][ DONE ]
libevent2 (2.1.11-stable) [ 15 ][ DONE ]
expat (2.2.0) [ 6 ][ DONE ]
apr (1.7.0) [ 28 ][ DONE ]
aprutil (1.6.1) [ 5 ][ DONE ]
unbound (1.12.0) [ 27 ][ DONE ]
gnutls (3.6.14) [ 1:40 ][ DONE ]
bind (9.11.21) [ 59 ][ DONE ]
dhcp (4.4.1) [ 30 ][ DONE ]
dhcpcd (9.1.4) [ 3 ][ DONE ]
boost (1_71_0) [ 4:51 ][ DONE ]
linux-atm (2.4.1) [ 11 ][ DONE ]
gdbm (1.8.3) [ 5 ][ DONE ]
pam (1.3.1) [ 34 ][ DONE ]
curl (7.73.0) [ 45 ][ DONE ]
tcl (8.6.6) [ 42 ][ DONE ]
sqlite (3260000) [ 6 ][ DONE ]
libffi (3.2.1) [ 7 ][ DONE ]
python (2.7.18) [ 55 ][ DONE ]
python3 (3.8.2) [ 1:00 ][ DONE ]
grub (2.04) [ 2:59 ][ DONE ]
efivar (37) [ 3 ][ DONE ]
efibootmgr (16) [ 1 ][ DONE ]
ca-certificates (20201023) [ 4 ][ DONE ]
fireinfo (2.1.12) [ 13 ][ DONE ]
libnet (1.1.6) [ 8 ][ DONE ]
libnl (1.1.4) [ 3 ][ DONE ]
libnl-3 (3.2.25) [ 12 ][ DONE ]
libidn (1.36) [ 28 ][ DONE ]
nasm (2.14.02) [ 12 ][ DONE ]
libarchive (3.4.0) [ 31 ][ DONE ]
cmake (3.18.3) [ 26 ][ DONE ]
libjpeg (2.0.4) [ 3 ][ DONE ]
libjpeg-compat (1.3.1) [ 12 ][ DONE ]
openjpeg (2.3.1) [ 4 ][ DONE ]
libexif (0.6.21) [ 7 ][ DONE ]
libpng (1.6.37) [ 6 ][ DONE ]
libtiff (4.1.0) [ 15 ][ DONE ]
libart (2.3.21) [ 5 ][ DONE ]
gd (2.0.33) [ 10 ][ DONE ]
slang (2.3.0) [ 25 ][ DONE ]
newt (0.52.18) [ 4 ][ DONE ]
libsmooth [ 12 ][ DONE ]
attr (2.4.47) [ 8 ][ DONE ]
acl (2.2.52) [ 11 ][ DONE ]
libcap (2.25) [ 2 ][ DONE ]
libcap-ng (0.7.9) [ 5 ][ DONE ]
pciutils (3.5.6) [ 1 ][ DONE ]
usbutils (007) [ 6 ][ DONE ]
libxml2 (2.9.4) [ 15 ][ DONE ]
libxslt (1.1.28) [ 14 ][ DONE ]
BerkeleyDB (0.63) [ 2 ][ DONE ]
cyrus-sasl (2.1.26) [ 22 ][ DONE ]
openldap (2.4.49) [ 1:16 ][ DONE ]
apache2 (2.4.46) [ 45 ][ DONE ]
web-user-interface [ 3 ][ DONE ]
flag-icons (2.6) [ 2 ][ DONE ]
jquery (1.10.2) [ 0 ][ DONE ]
bootstrap (4.0.0-alpha.6) [ 1 ][ DONE ]
arping (2.15) [ 8 ][ DONE ]
beep (1.3) [ 1 ][ DONE ]
libssh (0.9.3) [ 10 ][ DONE ]
cdrkit (1.1.11) [ 6 ][ DONE ]
dosfstools (3.0.9) [ 1 ][ DONE ]
reiserfsprogs (3.6.27) [ 16 ][ DONE ]
xfsprogs (5.7.0) [ 42 ][ DONE ]
sysfsutils (1.3.0) [ 7 ][ DONE ]
fuse (2.9.7) [ 6 ][ DONE ]
ntfs-3g (2017.3.23) [ 14 ][ DONE ]
ethtool (3.16) [ 3 ][ DONE ]
fcron (3.2.0) [ 11 ][ DONE ]
perl-GD (2.35) [ 2 ][ DONE ]
GD-Graph (1.4308) [ 1 ][ DONE ]
GD-TextUtil (0.86) [ 2 ][ DONE ]
perl-Device-SerialPort (1.000002) [ 8 ][ DONE ]
perl-Device-Modem (1.56) [ 2 ][ DONE ]
perl-Apache-Htpasswd (1.9) [ 1 ][ DONE ]
perl-Parse-Yapp (1.21) [ 2 ][ DONE ]
gnupg (1.4.23) [ 21 ][ DONE ]
hdparm (9.55) [ 1 ][ DONE ]
sdparm (1.10) [ 2 ][ DONE ]
mtools (3.9.10) [ 9 ][ DONE ]
whatmask (1.2) [ 4 ][ DONE ]
libtirpc (1.0.2) [ 7 ][ DONE ]
conntrack-tools (1.4.6) [ 8 ][ DONE ]
libupnp (1.6.18) [ 9 ][ DONE ]
ipaddr (1.2) [ 1 ][ DONE ]
iputils (s20160308) [ 1 ][ DONE ]
l7-protocols (2009-05-10) [ 1 ][ DONE ]
hwdata [ 1 ][ DONE ]
logrotate (3.17.0) [ 7 ][ DONE ]
logwatch (7.5.4) [ 2 ][ DONE ]
misc-progs [ 2 ][ DONE ]
nano (5.3) [ 23 ][ DONE ]
URI (1.35) [ 1 ][ DONE ]
perl-CGI (4.44) [ 2 ][ DONE ]
perl-Switch (2.17) [ 1 ][ DONE ]
HTML-Tagset (3.04) [ 2 ][ DONE ]
HTML-Parser (3.45) [ 2 ][ DONE ]
HTML-Template (2.94) [ 1 ][ DONE ]
Compress-Zlib (1.35) [ 2 ][ DONE ]
Digest (1.08) [ 1 ][ DONE ]
Digest-SHA1 (2.13) [ 2 ][ DONE ]
Digest-HMAC (1.03) [ 2 ][ DONE ]
libwww-perl (5.803) [ 7 ][ DONE ]
Net-DNS (1.25) [ 3 ][ DONE ]
Net-IPv4Addr (0.10) [ 2 ][ DONE ]
Net_SSLeay (1.88) [ 4 ][ DONE ]
IO-Stringy (2.110) [ 2 ][ DONE ]
IO-Socket-SSL (2.066) [ 2 ][ DONE ]
Unix-Syslog (0.100) [ 2 ][ DONE ]
Mail-Tools (2.07) [ 2 ][ DONE ]
MIME-Tools (5.509) [ 2 ][ DONE ]
Net-Server (0.97) [ 1 ][ DONE ]
Convert-TNEF (0.17) [ 1 ][ DONE ]
Convert-UUlib (1.06) [ 2 ][ DONE ]
Archive-Tar (1.29) [ 2 ][ DONE ]
Archive-Zip (1.16) [ 2 ][ DONE ]
Text-Tabs+Wrap (2005.0824) [ 1 ][ DONE ]
XML-Parser (2.34) [ 3 ][ DONE ]
Crypt-PasswdMD5 (1.3) [ 1 ][ DONE ]
Net-Telnet (3.03) [ 2 ][ DONE ]
python-setuptools (0.6c11) [ 0 ][ DONE ]
python-clientform (0.2.9) [ 1 ][ DONE ]
python-mechanize (0.1.8) [ 1 ][ DONE ]
python-feedparser (4.1) [ 1 ][ DONE ]
python-rssdler (0.4.0a) [ 1 ][ DONE ]
python-inotify (0.2.7) [ 1 ][ DONE ]
python-docutils (0.12) [ 2 ][ DONE ]
python-daemon (2.1.1) [ 1 ][ DONE ]
python-ipaddress (3.4.1) [ 1 ][ DONE ]
glib (2.54.3) [ 50 ][ DONE ]
ntp (4.2.8p15) [ 1:00 ][ DONE ]
openssh (8.4p1) [ 45 ][ DONE ]
fontconfig (2.13.1) [ 16 ][ DONE ]
dejavu-fonts-ttf (2.33) [ 1 ][ DONE ]
ubuntu-font-family (0.83) [ 1 ][ DONE ]
freefont (20060126) [ 1 ][ DONE ]
pixman (0.34.0) [ 9 ][ DONE ]
cairo (1.16.0) [ 32 ][ DONE ]
pango (1.30.1) [ 29 ][ DONE ]
rrdtool (1.7.2) [ 27 ][ DONE ]
setup [ 17 ][ DONE ]
libdnet (1.11) [ 15 ][ DONE ]
rust (1.39.0) [ 21 ][ DONE ]
jansson (2.12) [ 6 ][ DONE ]
yaml (0.2.5) [ 4 ][ DONE ]
libhtp (0.5.35) [ 16 ][ DONE ]
colm (0.13.0.6) [ 15 ][ DONE ]
ragel (7.0.0.11) [ 1:18 ][ DONE ]
hyperscan (5.3.0) [ 18 ][ DONE ]
suricata (6.0.0) [ 1:38 ][ DONE ]
oinkmaster (2.0) [ 1 ][ DONE ]
ids-ruleset-sources [ 1 ][ DONE ]
squid (4.13) [ 2:32 ][ DONE ]
squidguard (1.6.0) [ 9 ][ DONE ]
calamaris (2.59) [ 1 ][ DONE ]
tcpdump (4.9.3) [ 8 ][ DONE ]
traceroute (2.0.18) [ 1 ][ DONE ]
vlan (1.9) [ 1 ][ DONE ]
wireless (30.pre9) [ 1 ][ DONE ]
pakfire (0.99) [ 1 ][ DONE ]
spandsp (0.0.6) [ 13 ][ DONE ]
lz4 (1.9.2) [ 12 ][ DONE ]
lzo (2.09) [ 15 ][ DONE ]
zstd (1.4.5) [ 1:23 ][ DONE ]
openvpn (2.4.9) [ 23 ][ DONE ]
mpage (2.5.6) [ 1 ][ DONE ]
dbus (1.11.12) [ 22 ][ DONE ]
intltool (0.40.5) [ 2 ][ DONE ]
libdaemon (0.14) [ 9 ][ DONE ]
avahi (0.8) [ 24 ][ DONE ]
cups (2.3.3) [ 27 ][ DONE ]
lcms2 (2.9) [ 9 ][ DONE ]
ghostscript (9.26) [ 33 ][ DONE ]
qpdf (10.0.1) [ 12 ][ DONE ]
poppler (0.89.0) [ 8 ][ DONE ]
poppler-data (0.4.9) [ 2 ][ DONE ]
cups-filters (1.27.4) [ 13 ][ DONE ]
epson-inkjet-printer-escpr (1.6.12) [ 8 ][ DONE ]
foomatic (4.0.9) [ 1:08 ][ DONE ]
hplip (3.18.6) [ 16 ][ DONE ]
cifs-utils (5.9) [ 8 ][ DONE ]
krb5 (1.15.2) [ 32 ][ DONE ]
rpcsvc-proto (1.4.2) [ 3 ][ DONE ]
samba (4.13.1) [ 6:15 ][ DONE ]
netatalk (3.1.12) [ 30 ][ DONE ]
sudo (1.8.10p3) [ 26 ][ DONE ]
mc (4.8.25) [ 35 ][ DONE ]
wget (1.20.3) [ 36 ][ DONE ]
bridge-utils (1.5) [ 6 ][ DONE ]
smartmontools (7.1) [ 8 ][ DONE ]
htop (3.0.2) [ 6 ][ DONE ]
chkconfig (1.5) [ 0 ][ DONE ]
postfix (3.5.7) [ 14 ][ DONE ]
fetchmail (6.3.26) [ 23 ][ DONE ]
clamav (0.103.0) [ 40 ][ DONE ]
perl-NetAddr-IP (4.079) [ 16 ][ DONE ]
dma (0.12) [ 1 ][ DONE ]
alsa (1.0.27.1) [ 25 ][ DONE ]
mpfire [ 1 ][ DONE ]
guardian (2.0.2) [ 1 ][ DONE ]
libid3tag (0.15.1b) [ 7 ][ DONE ]
libmad (0.15.1b) [ 15 ][ DONE ]
libogg (1.3.4) [ 5 ][ DONE ]
libvorbis (1.3.6) [ 7 ][ DONE ]
libdvbpsi (1.2.0) [ 5 ][ DONE ]
flac (1.3.2) [ 18 ][ DONE ]
lame (3.100) [ 11 ][ DONE ]
sox (14.4.2) [ 36 ][ DONE ]
soxr (0.1.3) [ 3 ][ DONE ]
libshout (2.4.3) [ 9 ][ DONE ]
xvid (1.3.7) [ 4 ][ DONE ]
libmpeg2 (0.4.1) [ 12 ][ DONE ]
gnump3d (3.0) [ 3 ][ DONE ]
rsync (3.2.3) [ 23 ][ DONE ]
rpcbind (0.2.3) [ 2 ][ DONE ]
keyutils (1.5.11) [ 1 ][ DONE ]
libnfsidmap (0.26) [ 5 ][ DONE ]
nfs (2.5.1) [ 24 ][ DONE ]
gnu-netcat (0.7.1) [ 8 ][ DONE ]
ncat (7.80) [ 41 ][ DONE ]
nmap (7.80) [ 46 ][ DONE ]
etherwake (1.09) [ 1 ][ DONE ]
bwm-ng (0.6.1-f54b3fa) [ 12 ][ DONE ]
sysstat (6.0.2) [ 1 ][ DONE ]
strongswan (5.9.1) [ 1:08 ][ DONE ]
rng-tools (6.4) [ 6 ][ DONE ]
lsof (4.91) [ 1 ][ DONE ]
br2684ctl [ 1 ][ DONE ]
pcmciautils (014) [ 2 ][ DONE ]
lm_sensors (3.4.0) [ 1 ][ DONE ]
liboping (1.3.4) [ 8 ][ DONE ]
collectd (4.10.9) [ 2:15 ][ DONE ]
elinks (0.12pre6) [ 24 ][ DONE ]
igmpproxy (0.2.1) [ 3 ][ DONE ]
fbset (2.1) [ 1 ][ DONE ]
opus (1.3.1) [ 9 ][ DONE ]
python-six (1.10.0) [ 1 ][ DONE ]
python-pyparsing (2.2.0) [ 1 ][ DONE ]
spice-protocol (0.12.13) [ 3 ][ DONE ]
spice (0.14.0) [ 25 ][ DONE ]
sdl (1.2.15) [ 18 ][ DONE ]
libusbredir (0.8.0) [ 5 ][ DONE ]
libseccomp (2.4.4) [ 6 ][ DONE ]
qemu (5.0.0) [ 1:14 ][ DONE ]
sane (1.0.28) [ 32 ][ DONE ]
netpbm (10.73.31) [ 35 ][ DONE ]
netsnmpd (5.8) [ 2:39 ][ DONE ]
nagios_nrpe (3.2.1) [ 48 ][ DONE ]
nagios-plugins (2.2.1) [ 58 ][ DONE ]
icinga (1.11.4) [ 28 ][ DONE ]
observium-agent (18.9.1) [ 6 ][ DONE ]
ebtables (2.0.10-4) [ 1 ][ DONE ]
faad2 (2.8.8) [ 8 ][ DONE ]
alac (0.0.7) [ 15 ][ DONE ]
ffmpeg (4.2.3) [ 1:02 ][ DONE ]
vdr (2.4.4) [ 5 ][ DONE ]
vdr_streamdev (0.6.1) [ 5 ][ DONE ]
vdr_epgsearch (2.4.0+git20191101) [ 17 ][ DONE ]
vdr_dvbapi (2.2.5) [ 3 ][ DONE ]
vdr_eepg (master) [ 1 ][ DONE ]
w_scan (20170107) [ 4 ][ DONE ]
mpd (0.19.19) [ 11 ][ DONE ]
libmpdclient (2.5) [ 5 ][ DONE ]
mpc (0.21) [ 3 ][ DONE ]
perl-Net-CIDR-Lite (0.21) [ 2 ][ DONE ]
perl-Net-SMTP-SSL (1.02) [ 1 ][ DONE ]
perl-MIME-Base64 (3.15) [ 2 ][ DONE ]
perl-Authen-SASL (2.16) [ 2 ][ DONE ]
perl-MIME-Lite (3.030) [ 1 ][ DONE ]
perl-Email-Date-Format (1.005) [ 2 ][ DONE ]
git (2.28.0) [ 12 ][ DONE ]
squidclamav (5.11) [ 9 ][ DONE ]
vnstat (2.6) [ 6 ][ DONE ]
iw (4.14) [ 1 ][ DONE ]
wpa_supplicant (2.9) [ 3 ][ DONE ]
hostapd (2.9) [ 1 ][ DONE ]
pycurl (7.19.0) [ 3 ][ DONE ]
urlgrabber (3.9.1) [ 1 ][ DONE ]
syslinux (6.04-pre1) [ 10 ][ DONE ]
tftpd (0.48) [ 8 ][ DONE ]
cpufrequtils (008) [ 2 ][ DONE ]
gutenprint (5.2.9) [ 49 ][ DONE ]
apcupsd (3.14.14) [ 9 ][ DONE ]
iperf (2.0.13) [ 8 ][ DONE ]
iperf3 (3.7) [ 7 ][ DONE ]
7zip (16.02) [ 3 ][ DONE ]
lynis (3.0.1) [ 1 ][ DONE ]
sshfs (2.2) [ 3 ][ DONE ]
taglib (1.11.1) [ 4 ][ DONE ]
sslh (1.7a) [ 1 ][ DONE ]
perl-gettext (1.05) [ 2 ][ DONE ]
perl-Sort-Naturally (1.03) [ 1 ][ DONE ]
vdradmin (3.6.10) [ 2 ][ DONE ]
perl-DBI (1.631) [ 5 ][ DONE ]
perl-DBD-SQLite (1.40) [ 3 ][ DONE ]
perl-File-ReadBackwards (1.05) [ 1 ][ DONE ]
openvmtools (11.1.0-16036546) [ 36 ][ DONE ]
libmicrohttpd (0.9.71) [ 14 ][ DONE ]
motion (4.3.0) [ 13 ][ DONE ]
joe (4.6) [ 11 ][ DONE ]
monit (5.25.3) [ 26 ][ DONE ]
nut (2.7.4) [ 27 ][ DONE ]
watchdog (5.16) [ 4 ][ DONE ]
libpri (1.4.10.2) [ 1 ][ DONE ]
libsrtp (1.5.4) [ 5 ][ DONE ]
asterisk (13.18.5) [ 1:03 ][ DONE ]
usb_modeswitch (2.6.1) [ 2 ][ DONE ]
usb_modeswitch_data (20191128) [ 3 ][ DONE ]
zerofree (1.0.1) [ 1 ][ DONE ]
minicom (2.7.1) [ 8 ][ DONE ]
ddrescue (1.12) [ 1 ][ DONE ]
miniupnpd (1.9) [ 4 ][ DONE ]
client175 (0.7) [ 14 ][ DONE ]
powertop (v2.10) [ 14 ][ DONE ]
parted (3.2) [ 28 ][ DONE ]
swig (3.0.12) [ 18 ][ DONE ]
u-boot (2018.03) [ 0 ][ SKIP ]
u-boot-friendlyarm (1ee53f5) [ 0 ][ SKIP ]
python-typing (3.6.1) [ 1 ][ DONE ]
python-m2crypto (0.27.0) [ 2 ][ DONE ]
wireless-regdb (2019.03.01) [ 1 ][ DONE ]
crda (3.18) [ 2 ][ DONE ]
libsolv (0.7.14) [ 3 ][ DONE ]
python-distutils-extra (2.25) [ 1 ][ DONE ]
python-lzma (0.5.3) [ 2 ][ DONE ]
python-progressbar (2.2) [ 1 ][ DONE ]
python-xattr (0.5.0) [ 1 ][ DONE ]
ddns (013) [ 6 ][ DONE ]
python3-setuptools (40.6.3) [ 3 ][ DONE ]
python3-setuptools-scm (3.2.0) [ 1 ][ DONE ]
python3-six (1.14.0) [ 1 ][ DONE ]
python3-dateutil (2.8.1) [ 2 ][ DONE ]
python3-jmespath (0.9.5) [ 1 ][ DONE ]
python3-colorama (0.4.3) [ 2 ][ DONE ]
python3-docutils (0.16) [ 3 ][ DONE ]
python3-yaml (3.13) [ 1 ][ DONE ]
python3-s3transfer (0.3.3) [ 2 ][ DONE ]
python3-rsa (4.0) [ 2 ][ DONE ]
python3-pyasn1 (0.4.8) [ 2 ][ DONE ]
python3-botocore (1.16.1) [ 6 ][ DONE ]
python3-llfuse (1.3.5) [ 2 ][ DONE ]
python3-msgpack (0.5.6) [ 1 ][ DONE ]
aws-cli (1.15.77) [ 8 ][ DONE ]
transmission (2.94) [ 15 ][ DONE ]
dpfhack (0.12devel) [ 1 ][ DONE ]
lcd4linux (0.11.0-svn1200-dpf) [ 22 ][ DONE ]
mtr (0.94) [ 5 ][ DONE ]
minidlna (1.2.1) [ 12 ][ DONE ]
acpid (2.0.28) [ 6 ][ DONE ]
fping (5.0) [ 3 ][ DONE ]
telnet (0.17) [ 3 ][ DONE ]
xinetd (2.3.15) [ 8 ][ DONE ]
gpgme (1.3.2) [ 10 ][ DONE ]
pygpgme (0.3) [ 1 ][ DONE ]
pakfire3 (0.9.25) [ 3 ][ DONE ]
stress (1.0.4) [ 3 ][ DONE ]
libstatgrab (0.91) [ 20 ][ DONE ]
sarg (2.3.11) [ 12 ][ DONE ]
nginx (1.19.2) [ 11 ][ DONE ]
sendEmail (1.56) [ 1 ][ DONE ]
sysbench (0.4.12) [ 16 ][ DONE ]
strace (5.5) [ 47 ][ DONE ]
ltrace (0.7.3) [ 9 ][ DONE ]
ipfire-netboot (v2.0) [ 1:38 ][ DONE ]
lcdproc (0.5.7) [ 12 ][ DONE ]
keepalived (2.1.5) [ 14 ][ DONE ]
ipvsadm (1.29) [ 1 ][ DONE ]
perl-Carp-Clan (6.04) [ 2 ][ DONE ]
perl-Date-Calc (6.3) [ 2 ][ DONE ]
perl-Date-Manip (6.40) [ 14 ][ DONE ]
perl-File-Tail (0.99.3) [ 2 ][ DONE ]
perl-TimeDate (1.20) [ 1 ][ DONE ]
swatch (3.2.3) [ 2 ][ DONE ]
tor (0.4.4.6) [ 36 ][ DONE ]
wavemon (0.7.5) [ 5 ][ DONE ]
iptraf-ng (1.2.1) [ 1 ][ DONE ]
iotop (0.6) [ 1 ][ DONE ]
stunnel (5.56) [ 11 ][ DONE ]
bacula (9.6.6) [ 36 ][ DONE ]
perl-Font-TTF (1.06) [ 3 ][ DONE ]
perl-IO-String (1.08) [ 2 ][ DONE ]
perl-PDF-API2 (2.033) [ 3 ][ DONE ]
squid-accounting (1.0.4) [ 1 ][ DONE ]
pigz (2.3.1) [ 1 ][ DONE ]
tmux (3.1) [ 8 ][ DONE ]
perl-Text-CSV_XS (1.12) [ 3 ][ DONE ]
lua (5.3.5) [ 11 ][ DONE ]
haproxy (2.2.4) [ 2 ][ DONE ]
ipset (7.6) [ 21 ][ DONE ]
dnsdist (1.5.1) [ 57 ][ DONE ]
bird (2.0.6) [ 5 ][ DONE ]
frr (6.0) [ 32 ][ DONE ]
dmidecode (3.1) [ 1 ][ DONE ]
mcelog (135) [ 2 ][ DONE ]
util-macros (1.19.0) [ 2 ][ DONE ]
libpciaccess (0.16) [ 8 ][ DONE ]
libyajl (2.1.0) [ 2 ][ DONE ]
libvirt (6.5.0) [ 2:05 ][ DONE ]
libtalloc (2.3.1) [ 36 ][ DONE ]
freeradius (3.0.21) [ 1:09 ][ DONE ]
perl-common-sense (3.74) [ 2 ][ DONE ]
perl-inotify2 (1.22) [ 2 ][ DONE ]
perl-Net-IP (1.26) [ 1 ][ DONE ]
wio (1.3.2) [ 2 ][ DONE ]
iftop (1.0pre4) [ 5 ][ DONE ]
mdns-repeater (1.10) [ 1 ][ DONE ]
i2c-tools (3.1.2) [ 1 ][ DONE ]
nss-myhostname (0.3) [ 7 ][ DONE ]
dehydrated (0.6.5) [ 1 ][ DONE ]
shairport-sync (3.3.6) [ 15 ][ DONE ]
borgbackup (1.1.13) [ 3 ][ DONE ]
lmdb (0.9.24) [ 1 ][ DONE ]
knot (3.0.1) [ 12 ][ DONE ]
spectre-meltdown-checker (0.44) [ 1 ][ DONE ]
zabbix_agentd (4.2.6) [ 23 ][ DONE ]
flashrom (1.0.1) [ 4 ][ DONE ]
firmware-update (20190329) [ 6 ][ DONE ]
tshark (3.2.6) [ 39 ][ DONE ]
speedtest-cli (2.1.2) [ 2 ][ DONE ]
rfkill (0.5) [ 1 ][ DONE ]
amazon-ssm-agent (3.0.356.0) [ 17 ][ DONE ]
libloc (0.9.4) [ 34 ][ DONE ]
ncdu (1.15.1) [ 3 ][ DONE ]
lshw (B.02.19.2) [ 2 ][ DONE ]
socat (1.7.3.4) [ 26 ][ DONE ]
Building installer
memtest (5.01) [ 1 ][ DONE ]
installer [ 18 ][ DONE ]
strip [ 41 ][ DONE ]
Building packages
Generating packages list from logs [ DONE ]
cdrom [ 2:24 ][ DONE ]
flash-images [ 2:35 ][ DONE ]
core-updates [ 1:06 ][ DONE ]
samba (4.13.1) [ 48 ][ DONE ]
vdr_dvbapi (2.2.5) [ 0 ][ DONE ]
amazon-ssm-agent (3.0.356.0) [ 1:17 ][ DONE ]
perl-Parse-Yapp (1.21) [ 0 ][ DONE ]
vdr_streamdev (0.6.1) [ 1 ][ DONE ]
joe (4.6) [ 1 ][ DONE ]
gnu-netcat (0.7.1) [ 0 ][ DONE ]
bluetooth[ SKIP ]
elfutils (0.176) [ 1 ][ DONE ]
libusbredir (0.8.0) [ 0 ][ DONE ]
tor (0.4.4.6) [ 11 ][ DONE ]
squid-accounting (1.0.4) [ 0 ][ DONE ]
python3-colorama (0.4.3) [ 0 ][ DONE ]
shairport-sync (3.3.6) [ 0 ][ DONE ]
iftop (1.0pre4) [ 0 ][ DONE ]
libmpdclient (2.5) [ 1 ][ DONE ]
flac (1.3.2) [ 0 ][ DONE ]
7zip (16.02) [ 3 ][ DONE ]
swatch (3.2.3) [ 1 ][ DONE ]
gpgme (1.3.2) [ 0 ][ DONE ]
netatalk (3.1.12) [ 1 ][ DONE ]
aws-cli (1.15.77) [ 1 ][ DONE ]
libvirt (6.5.0) [ 6 ][ DONE ]
powertop (v2.10) [ 1 ][ DONE ]
pycurl (7.19.0) [ 0 ][ DONE ]
libstatgrab (0.91) [ 0 ][ DONE ]
observium-agent (18.9.1) [ 1 ][ DONE ]
libnfsidmap (0.26) [ 0 ][ DONE ]
flashrom (1.0.1) [ 0 ][ DONE ]
libpciaccess (0.16) [ 0 ][ DONE ]
libshout (2.4.3) [ 0 ][ DONE ]
perl-File-ReadBackwards (1.05) [ 1 ][ DONE ]
nano (5.3) [ 0 ][ DONE ]
bird (2.0.6) [ 1 ][ DONE ]
epson-inkjet-printer-escpr (1.6.12) [ 5 ][ DONE ]
dbus (1.11.12) [ 0 ][ DONE ]
python-feedparser (4.1) [ 0 ][ DONE ]
minidlna (1.2.1) [ 1 ][ DONE ]
python3-rsa (4.0) [ 0 ][ DONE ]
postfix (3.5.7) [ 8 ][ DONE ]
lshw (B.02.19.2) [ 1 ][ DONE ]
mcelog (135) [ 0 ][ DONE ]
mtr (0.94) [ 0 ][ DONE ]
perl-gettext (1.05) [ 0 ][ DONE ]
libsolv (0.7.14) [ 1 ][ DONE ]
python3-jmespath (0.9.5) [ 0 ][ DONE ]
mc (4.8.25) [ 2 ][ DONE ]
mdns-repeater (1.10) [ 0 ][ DONE ]
htop (3.0.2) [ 0 ][ DONE ]
krb5 (1.15.2) [ 2 ][ DONE ]
cups (2.3.3) [ 10 ][ DONE ]
transmission (2.94) [ 2 ][ DONE ]
perl-inotify2 (1.22) [ 0 ][ DONE ]
igmpproxy (0.2.1) [ 0 ][ DONE ]
libtirpc (1.0.2) [ 0 ][ DONE ]
libid3tag (0.15.1b) [ 0 ][ DONE ]
intltool (0.40.5) [ 1 ][ DONE ]
xinetd (2.3.15) [ 0 ][ DONE ]
hostapd (2.9) [ 0 ][ DONE ]
perl-Net-IP (1.26) [ 0 ][ DONE ]
cpufrequtils (008) [ 1 ][ DONE ]
ltrace (0.7.3) [ 0 ][ DONE ]
squidclamav (5.11) [ 0 ][ DONE ]
wio (1.3.2) [ 0 ][ DONE ]
avahi (0.8) [ 1 ][ DONE ]
ffmpeg (4.2.3) [ 11 ][ DONE ]
urlgrabber (3.9.1) [ 1 ][ DONE ]
nfs (2.5.1) [ 0 ][ DONE ]
haproxy (2.2.4) [ 2 ][ DONE ]
git (2.28.0) [ 23 ][ DONE ]
guardian (2.0.2) [ 0 ][ DONE ]
ebtables (2.0.10-4) [ 1 ][ DONE ]
make (4.2.1) [ 0 ][ DONE ]
pcengines-apu-firmware (4.12.0.6) [ 4 ][ DONE ]
firmware-update (20190329) [ 0 ][ DONE ]
python3-six (1.14.0) [ 0 ][ DONE ]
ncdu (1.15.1) [ 0 ][ DONE ]
nagios-plugins (2.2.1) [ 1 ][ DONE ]
minicom (2.7.1) [ 1 ][ DONE ]
perl-common-sense (3.74) [ 0 ][ DONE ]
taglib (1.11.1) [ 0 ][ DONE ]
opus (1.3.1) [ 1 ][ DONE ]
wavemon (0.7.5) [ 0 ][ DONE ]
clamav (0.103.0) [ 3 ][ DONE ]
python3-botocore (1.16.1) [ 23 ][ DONE ]
w_scan (20170107) [ 1 ][ DONE ]
pygpgme (0.3) [ 0 ][ DONE ]
socat (1.7.3.4) [ 0 ][ DONE ]
python-mechanize (0.1.8) [ 0 ][ DONE ]
libseccomp (2.4.4) [ 1 ][ DONE ]
speedtest-cli (2.1.2) [ 0 ][ DONE ]
asterisk (13.18.5) [ 24 ][ DONE ]
python3-pyasn1 (0.4.8) [ 1 ][ DONE ]
iotop (0.6) [ 0 ][ DONE ]
netsnmpd (5.8) [ 5 ][ DONE ]
python-distutils-extra (2.25) [ 0 ][ DONE ]
faad2 (2.8.8) [ 0 ][ DONE ]
sendEmail (1.56) [ 1 ][ DONE ]
cups-filters (1.27.4) [ 1 ][ DONE ]
vdradmin (3.6.10) [ 0 ][ DONE ]
libyajl (2.1.0) [ 1 ][ DONE ]
perl-Net-LibIDN[ SKIP ]
motion (4.3.0) [ 0 ][ DONE ]
openvmtools (11.1.0-16036546) [ 1 ][ DONE ]
apcupsd (3.14.14) [ 0 ][ DONE ]
pakfire3 (0.9.25) [ 1 ][ DONE ]
hplip (3.18.6) [ 5 ][ DONE ]
nginx (1.19.2) [ 0 ][ DONE ]
libdvbpsi (1.2.0) [ 1 ][ DONE ]
python-clientform (0.2.9) [ 0 ][ DONE ]
ipvsadm (1.29) [ 0 ][ DONE ]
libsrtp (1.5.4) [ 0 ][ DONE ]
perl-Net-SMTP-SSL (1.02) [ 0 ][ DONE ]
iptraf-ng (1.2.1) [ 0 ][ DONE ]
mpfire [ 1 ][ DONE ]
rpcbind (0.2.3) [ 0 ][ DONE ]
tmux (3.1) [ 0 ][ DONE ]
alac (0.0.7) [ 0 ][ DONE ]
perl-MIME-Base64 (3.15) [ 0 ][ DONE ]
python-xattr (0.5.0) [ 0 ][ DONE ]
alsa (1.0.27.1) [ 8 ][ DONE ]
python3-yaml (3.13) [ 1 ][ DONE ]
fping (5.0) [ 0 ][ DONE ]
libtalloc (2.3.1) [ 0 ][ DONE ]
fetchmail (6.3.26) [ 0 ][ DONE ]
spice (0.14.0) [ 1 ][ DONE ]
perl-Authen-SASL (2.16) [ 0 ][ DONE ]
icinga (1.11.4) [ 20 ][ DONE ]
tshark (3.2.6) [ 1:25 ][ DONE ]
miniupnpd (1.9) [ 0 ][ DONE ]
gutenprint (5.2.9) [ 19 ][ DONE ]
python3-s3transfer (0.3.3) [ 0 ][ DONE ]
gnump3d (3.0) [ 1 ][ DONE ]
mpc (0.21) [ 0 ][ DONE ]
watchdog (5.16) [ 0 ][ DONE ]
libpri (1.4.10.2) [ 1 ][ DONE ]
perl-Carp-Clan (6.04) [ 0 ][ DONE ]
spandsp (0.0.6) [ 0 ][ DONE ]
python-lzma (0.5.3) [ 1 ][ DONE ]
keepalived (2.1.5) [ 0 ][ DONE ]
spectre-meltdown-checker (0.44) [ 0 ][ DONE ]
python3-msgpack (0.5.6) [ 0 ][ DONE ]
monit (5.25.3) [ 0 ][ DONE ]
dnsdist (1.5.1) [ 3 ][ DONE ]
telnet (0.17) [ 1 ][ DONE ]
sox (14.4.2) [ 0 ][ DONE ]
lame (3.100) [ 0 ][ DONE ]
libdaemon (0.14) [ 1 ][ DONE ]
ghostscript (9.26) [ 10 ][ DONE ]
iperf (2.0.13) [ 0 ][ DONE ]
foomatic (4.0.9) [ 20 ][ DONE ]
tcpdump (4.9.3) [ 0 ][ DONE ]
bacula (9.6.6) [ 1 ][ DONE ]
client175 (0.7) [ 3 ][ DONE ]
libmad (0.15.1b) [ 0 ][ DONE ]
python3-dateutil (2.8.1) [ 1 ][ DONE ]
python-distutils (2.7.1) [ 1 ][ DONE ]
libexif (0.6.21) [ 0 ][ DONE ]
nut (2.7.4) [ 3 ][ DONE ]
ncat (7.80) [ 0 ][ DONE ]
tftpd (0.48) [ 0 ][ DONE ]
mpd (0.19.19) [ 0 ][ DONE ]
vdr_eepg (master) [ 1 ][ DONE ]
soxr (0.1.3) [ 0 ][ DONE ]
nmap (7.80) [ 12 ][ DONE ]
libassuan (2.5.3) [ 0 ][ DONE ]
dpfhack (0.12devel) [ 0 ][ DONE ]
vdr_epgsearch (2.4.0+git20191101) [ 1 ][ DONE ]
nagios_nrpe (3.2.1) [ 0 ][ DONE ]
sarg (2.3.11) [ 1 ][ DONE ]
sdl (1.2.15) [ 0 ][ DONE ]
lcdproc (0.5.7) [ 1 ][ DONE ]
rsync (3.2.3) [ 0 ][ DONE ]
dehydrated (0.6.5) [ 1 ][ DONE ]
python-rssdler (0.4.0a) [ 0 ][ DONE ]
frr (6.0) [ 3 ][ DONE ]
libmpeg2 (0.4.1) [ 0 ][ DONE ]
stress (1.0.4) [ 1 ][ DONE ]
iperf3 (3.7) [ 0 ][ DONE ]
perl-File-Tail (0.99.3) [ 0 ][ DONE ]
borgbackup (1.1.13) [ 2 ][ DONE ]
sslh (1.7a) [ 0 ][ DONE ]
xvid (1.3.7) [ 0 ][ DONE ]
netpbm (10.73.31) [ 1 ][ DONE ]
python-optional-src (2.7.18) [ 9 ][ DONE ]
libogg (1.3.4) [ 0 ][ DONE ]
sysbench (0.4.12) [ 0 ][ DONE ]
perl-TimeDate (1.20) [ 0 ][ DONE ]
python3-docutils (0.16) [ 1 ][ DONE ]
stunnel (5.56) [ 1 ][ DONE ]
ddrescue (1.12) [ 0 ][ DONE ]
libvorbis (1.3.6) [ 0 ][ DONE ]
perl-Date-Manip (6.40) [ 7 ][ DONE ]
libmicrohttpd (0.9.71) [ 0 ][ DONE ]
libtiff (4.1.0) [ 1 ][ DONE ]
python3-llfuse (1.3.5) [ 0 ][ DONE ]
cifs-utils (5.9) [ 0 ][ DONE ]
zabbix_agentd (4.2.6) [ 1 ][ DONE ]
traceroute (2.0.18) [ 0 ][ DONE ]
sane (1.0.28) [ 7 ][ DONE ]
vdr (2.4.4) [ 1 ][ DONE ]
qemu (5.0.0) [ 33 ][ DONE ]
strace (5.5) [ 0 ][ DONE ]
python-progressbar (2.2) [ 0 ][ DONE ]
lcd4linux (0.11.0-svn1200-dpf) [ 0 ][ DONE ]
freeradius (3.0.21) [ 6 ][ DONE ]
perl-Date-Calc (6.3) [ 0 ][ DONE ]
bwm-ng (0.6.1-f54b3fa) [ 0 ][ DONE ]
lynis (3.0.1) [ 1 ][ DONE ]
Checking Logfiles for new Files
*** Build finished in 3:00:28 [ DONE ]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-11-26 1:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-26 1:01 [SUCCESS] Nightly Build of next (d6989b4) for x86_64 on x86-01.haj.ipfire.org IPFire Nightly Builder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox