Gigabyte B450M DS3H - FreeBSD - 2022 archive

back to main FreeBSD page for this machine.

2022 archive.

2022-12-30: ada0p6 - pkg - install xsane

Dec 30 10:56:39 kg-core2 pkg[86152]: xsane-0.999_6 installed

2022-12-25: ada0p6 - firefox had used up almost all swap, so I stopped it, reclaimed swap and started it again.

2022-12-21: ada0p6 - pkg - install pinentry-gtk2

Dec 21 21:29:20 kg-core2 pkg[34233]: pinentry-gtk2-1.2.1 installed

2022-12-21: ada0p6 - git - set up token-based auth (based on this blog post). First copy the perl script

tingo@kg-core2:~ $ cp -v /usr/local/share/git-core/contrib/credential/netrc/git-credential-netrc.perl ~/bin/
/usr/local/share/git-core/contrib/credential/netrc/git-credential-netrc.perl -> /home/tingo/bin/git-credential-netrc.perl

verify permissions

tingo@kg-core2:~ $ ll ~/bin/git-credential-netrc.perl 
-rwxr-xr-x  1 tingo  tingo  - 10875 Dec 21 20:28 /home/tingo/bin/git-credential-netrc.perl*

create wrapper

tingo@kg-core2:~ $ cat ~/bin/git-credential-helper 
#!/bin/sh
~/bin/git-credential-netrc.perl -f ~/.gitcred/credentials.gpg get

set it executable

tingo@kg-core2:~ $ chmod u+x /home/tingo/bin/git-credential-helper

set up a netrc style file in ~/.gitcred, the template looks like this

tingo@kg-core2:~/.gitcred $ cat ~/.gitcred/credentials.template
machine github.com protocol https username <username> password <password / token>

and encrypt it (make sure you have working gpg and working keys first) with a command like this

gpg -r "recipient name" --encrypt --trust-model always <filename>

configure the credential helper for git

tingo@kg-core2:~ $ git config --global credential.helper ~/bin/git-credential-helper

and test it by cloning a git repository. Improve the wrapper script a bit:

tingo@kg-core2:~ $ cat ~/bin/git-credential-helper
#!/bin/sh
~/bin/git-credential-netrc.perl -f ~/.gitcred/credentials.gpg get 2> /dev/null

that's it.

2022-12-21: ada0p6 - I bought a couple of ThinkPad USB 3.0 to Ethernet adapters from Lenovo, when plugged into a usb 2.0 port on my machine, it shows up in /var/log/messages as

Dec 21 18:43:53 kg-core2 kernel: ugen1.6: <Lenovo Thinkpad USB LAN> at usbus1
Dec 21 18:43:54 kg-core2 kernel: ure0 on uhub5
Dec 21 18:43:54 kg-core2 kernel: ure0: <Lenovo Thinkpad USB LAN, class 0/0, rev 3.00/30.00, addr 5> on usbus1
Dec 21 18:43:54 kg-core2 kernel: miibus1: <MII bus> on ure0
Dec 21 18:43:54 kg-core2 kernel: rgephy1: <RTL8251/8153 1000BASE-T media interface> PHY 0 on miibus1
Dec 21 18:43:54 kg-core2 kernel: rgephy1:  none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT-FDX, 1000baseT-FDX-master, auto
Dec 21 18:43:54 kg-core2 kernel: ue0: <USB Ethernet> on ure0
Dec 21 18:43:54 kg-core2 kernel: ue0: Ethernet address: 3c:18:a0:20:6a:49
Dec 21 18:43:54 kg-core2 kernel: ue0: link state changed to DOWN

2022-12-21: ada0p6 - firefox had used up almost all swap, so I stopped it, reclaimed swap and started it again.

2022-12-17: ada0p6 - pkg - install rust

Dec 17 17:10:37 kg-core2 pkg[4292]: rust-1.63.0 installed

2022-12-17: ada0p6 - pkg - upgrade

Dec 17 16:30:18 kg-core2 pkg[3804]: python38 upgraded: 3.8.15 -> 3.8.16 
Dec 17 16:30:18 kg-core2 pkg[3804]: py38-gdbm upgraded: 3.8.15_6 -> 3.8.16_6 
Dec 17 16:30:18 kg-core2 pkg[3804]: py38-sqlite3 upgraded: 3.8.15_7 -> 3.8.16_7 
Dec 17 16:30:23 kg-core2 pkg[3804]: chromium upgraded: 108.0.5359.94 -> 108.0.5359.124 
Dec 17 16:30:27 kg-core2 pkg[3804]: thunderbird upgraded: 102.5.1 -> 102.6.0_1 
Dec 17 16:30:28 kg-core2 pkg[3804]: libgtop upgraded: 2.40.0 -> 2.40.0_1 
Dec 17 16:30:28 kg-core2 pkg[3804]: py38-tkinter upgraded: 3.8.15_6 -> 3.8.16_6 
Dec 17 16:30:32 kg-core2 pkg[3804]: firefox upgraded: 108.0,2 -> 108.0_1,2 
Dec 17 16:30:32 kg-core2 pkg[3804]: curl upgraded: 7.85.0 -> 7.86.0 

2022-12-16: ada0p6 - stopped chromium, reclaimed swap and started chromium again.

2022-12-10: ada0p6 - pkg - upgrade

Dec 10 00:18:46 kg-core2 pkg[53191]: glib upgraded: 2.74.1,2 -> 2.74.3,2 
Dec 10 00:18:46 kg-core2 pkg[53191]: nss upgraded: 3.84 -> 3.85 
Dec 10 00:18:51 kg-core2 pkg[53191]: chromium upgraded: 107.0.5304.121 -> 108.0.5359.94 
Dec 10 00:18:55 kg-core2 pkg[53191]: thunderbird upgraded: 102.5.0_1 -> 102.5.1 
Dec 10 00:18:59 kg-core2 pkg[53191]: firefox upgraded: 107.0_1,2 -> 108.0,2 
Dec 10 00:19:00 kg-core2 pkg[53191]: SoQt reinstalled: 1.6.0_1,1 -> 1.6.0_1,1 

2022-12-05: ada0p6 - pkg - install mcomix (again)

Dec  5 22:10:35 kg-core2 pkg[35389]: libunrar6-6.1.7 installed
Dec  5 22:10:35 kg-core2 pkg[35389]: py39-mcomix-1.2.1g20210526_1 installed

2022-12-01: ada0p6 - stopped firefox, reclaimed swap and started firefox again.

2022-12-01: ada0p6 - stopped chromium, reclaimed swap and started chromium again.

2022-11-30: ada0p6 - stopped chromium, reclaimed swap and started chromium again. And once more in the evening.

2022-11-28: ada0p6 - reboot (escape to loader prompt and set currdev to disk1p6) - FreeBSD 13.1-release-p4 is in

root@kg-core2:~ # freebsd-version -ku
13.1-RELEASE-p3
13.1-RELEASE-p4

2022-11-28: ada0p6 - freebsd-update fetch

root@kg-core2:~ # freebsd-update fetch
[..]
The following files will be removed as part of updating to
13.1-RELEASE-p4:
/usr/share/zoneinfo/SystemV
The following files will be updated as part of updating to
13.1-RELEASE-p4:
[..]
/var/db/etcupdate/log
/var/db/mergemaster.mtree

install

root@kg-core2:~ # freebsd-update install
src component not installed, skipped
Installing updates...Scanning //usr/share/certs/blacklisted for certificates...
Scanning //usr/share/certs/trusted for certificates...
Scanning //usr/local/share/certs for certificates...
 done.

2022-11-28: ada0p6 - pkg - upgrade

Nov 28 19:45:27 kg-core2 pkg[79561]: libxml2 upgraded: 2.10.2 -> 2.10.3 
Nov 28 19:45:31 kg-core2 pkg[79561]: python39 upgraded: 3.9.14 -> 3.9.15 
Nov 28 19:45:32 kg-core2 pkg[79561]: glib upgraded: 2.74.0,2 -> 2.74.1,2 
Nov 28 19:45:32 kg-core2 pkg[79561]: pixman upgraded: 0.40.0_1 -> 0.42.2 
Nov 28 19:45:32 kg-core2 pkg[79561]: tiff upgraded: 4.4.0 -> 4.4.0_1 
Nov 28 19:45:32 kg-core2 pkg[79561]: Imath upgraded: 3.1.5_1 -> 3.1.6 
Nov 28 19:45:32 kg-core2 pkg[79561]: py39-openssl-20.0.1,1 installed
Nov 28 19:45:32 kg-core2 pkg[79561]: py39-tkinter upgraded: 3.9.14_6 -> 3.9.15_6 
Nov 28 19:45:32 kg-core2 pkg[79561]: dav1d upgraded: 1.0.0_1 -> 1.0.0_2 
Nov 28 19:45:32 kg-core2 pkg[79561]: py39-pysocks-1.7.1 installed
Nov 28 19:45:32 kg-core2 pkg[79561]: py39-idna-3.3 installed
Nov 28 19:45:32 kg-core2 pkg[79561]: py39-urllib3-1.26.12,1 installed
Nov 28 19:45:32 kg-core2 pkg[79561]: py39-charset-normalizer-2.1.1 installed
Nov 28 19:45:32 kg-core2 pkg[79561]: py39-pikepdf upgraded: 5.6.0 -> 5.6.0_1 
Nov 28 19:45:32 kg-core2 pkg[79561]: py39-requests-2.28.1 installed
Nov 28 19:45:33 kg-core2 pkg[79561]: botan2 upgraded: 2.19.2_2 -> 2.19.3 
Nov 28 19:45:33 kg-core2 pkg[79561]: py39-typing-extensions-4.3.0 installed
Nov 28 19:45:33 kg-core2 pkg[79561]: py39-sqlite3 upgraded: 3.9.14_7 -> 3.9.15_7 
Nov 28 19:45:33 kg-core2 pkg[79561]: lsof upgraded: 4.96.3,8 -> 4.96.4,8 
Nov 28 19:45:39 kg-core2 pkg[79561]: chromium upgraded: 106.0.5249.119 -> 107.0.5304.121 
Nov 28 19:45:39 kg-core2 pkg[79561]: sudo upgraded: 1.9.11p3 -> 1.9.12p1 
Nov 28 19:45:39 kg-core2 pkg[79561]: xmlsec1 upgraded: 1.2.34 -> 1.2.34_1 
Nov 28 19:45:40 kg-core2 pkg[79561]: git upgraded: 2.37.3 -> 2.38.1_1 
Nov 28 19:45:44 kg-core2 pkg[79561]: thunderbird upgraded: 102.4.0 -> 102.5.0_1 
Nov 28 19:45:44 kg-core2 pkg[79561]: libudisks upgraded: 2.9.2 -> 2.9.4 
Nov 28 19:45:45 kg-core2 pkg[79561]: vlc upgraded: 3.0.17.4_5,4 -> 3.0.18,4 
Nov 28 19:45:46 kg-core2 pkg[79561]: fio upgraded: 3.32 -> 3.33 
Nov 28 19:45:46 kg-core2 pkg[79561]: xfce4-settings upgraded: 4.16.3 -> 4.16.5 
Nov 28 19:45:49 kg-core2 pkg[79561]: inkscape upgraded: 1.2.1_6 -> 1.2.1_7 
Nov 28 19:45:49 kg-core2 pkg[79561]: pugixml upgraded: 1.12.1 -> 1.13 
Nov 28 19:45:53 kg-core2 pkg[79561]: firefox upgraded: 106.0,2 -> 107.0_1,2 
Nov 28 19:45:53 kg-core2 pkg[79561]: py39-ocrmypdf upgraded: 13.6.0 -> 13.7.0 
Nov 28 19:45:54 kg-core2 pkg[79561]: py39-pytz upgraded: 2022.2.1,1 -> 2022.5,1 
Nov 28 19:45:54 kg-core2 pkg[79561]: bsdisks upgraded: 0.27 -> 0.28 
Nov 28 19:45:54 kg-core2 pkg[79561]: openldap26-client reinstalled: 2.6.3 -> 2.6.3 

2022-11-28: ada0p6 - stopped chromium, reclaimed swap and started chromium again.

2022-11-26: ada0p6 - stopped chromium, reclaimed swap and started chromium again.

2022-11-22: ada0p6 - stopped firefox, reclaimed swap and started chromium again.

2022-11-16: ada0p6 - stopped and restarted firefox, because it was eating swap all the time, and repeatedly reclaiming swap is tiresome.

2022-11-16: ada0p6 - stopped chromium, reclaimed swap and started chromium again.

2022-11-07: ada0p6 - stopped firefox (it had used almost all the swap), reclaimed swap and started firefox again.

2022-11-03: ada0p6 - stopped firefox and started it again. Firefox is a memory hog!

2022-11-03: ada0p6 - stopped chromium, reclaimed swap and started chromium again.

2022-10-31: ada0p6 - stopped firefox (it had used almost all the swap), reclaimed swap and started firefox again.

2022-10-30: ada0p6 - stopped chromium, reclaimed swap and started chromium again.

2022-10-29: ada0p6 - esphome complains

tingo@kg-core2:/zt/t2/work/home_assistant/esphome/20211229_sensor_nodemcu $ esphome logs config/sensor-stuegulv.yaml --device OTA
INFO Reading configuration config/sensor-stuegulv.yaml...
INFO Starting log output from sensor-stuegulv.local using esphome API
Traceback (most recent call last):
  File "/home/tingo/.local/bin/esphome", line 8, in <module>
    sys.exit(main())
  File "/home/tingo/.local/lib/python3.9/site-packages/esphome/__main__.py", line 931, in main
    return run_esphome(sys.argv)
  File "/home/tingo/.local/lib/python3.9/site-packages/esphome/__main__.py", line 918, in run_esphome
    rc = POST_CONFIG_ACTIONS[args.command](args, config)
  File "/home/tingo/.local/lib/python3.9/site-packages/esphome/__main__.py", line 366, in command_logs
    return show_logs(config, args, port)
  File "/home/tingo/.local/lib/python3.9/site-packages/esphome/__main__.py", line 288, in show_logs
    return run_logs(config, port)
  File "/home/tingo/.local/lib/python3.9/site-packages/esphome/components/api/client.py", line 71, in run_logs
    asyncio.run(async_run_logs(config, address))
  File "/usr/local/lib/python3.9/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/usr/local/lib/python3.9/asyncio/base_events.py", line 647, in run_until_complete
    return future.result()
  File "/home/tingo/.local/lib/python3.9/site-packages/esphome/components/api/client.py", line 53, in async_run_logs
    zc = zeroconf.Zeroconf()
  File "/home/tingo/.local/lib/python3.9/site-packages/zeroconf/_core.py", line 450, in __init__
    listen_socket, respond_sockets = create_sockets(interfaces, unicast, ip_version, apple_p2p=apple_p2p)
  File "/home/tingo/.local/lib/python3.9/site-packages/zeroconf/_utils/net.py", line 358, in create_sockets
    listen_socket = new_socket(ip_version=ip_version, apple_p2p=apple_p2p, bind_addr=('',))
  File "/home/tingo/.local/lib/python3.9/site-packages/zeroconf/_utils/net.py", line 248, in new_socket
    s.bind(bind_tup)
OSError: [Errno 48] Address already in use

2022-10-29: ada0p6 - install ESPHome by following the Installing ESPHome manually guide. check pip

tingo@kg-core2:~ $ which pip
/usr/local/bin/pip
tingo@kg-core2:~ $ pip --version
pip 22.2.2 from /usr/local/lib/python3.9/site-packages/pip (python 3.9)

install esphome

tingo@kg-core2:~ $ pip install --user esphome
Collecting esphome
  Downloading esphome-2022.10.1-py2.py3-none-any.whl (2.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 32.4 MB/s eta 0:00:00
Collecting paho-mqtt==1.6.1
  Downloading paho-mqtt-1.6.1.tar.gz (99 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 38.4 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Collecting voluptuous==0.13.1
  Downloading voluptuous-0.13.1-py3-none-any.whl (29 kB)
Collecting platformio==6.0.2
  Downloading platformio-6.0.2.tar.gz (245 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 245.1/245.1 kB 64.7 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Collecting esphome-dashboard==20221007.0
  Downloading esphome_dashboard-20221007.0-py3-none-any.whl (1.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 57.5 MB/s eta 0:00:00
Collecting tzlocal==4.2
  Downloading tzlocal-4.2-py3-none-any.whl (19 kB)
Collecting kconfiglib==13.7.1
  Downloading kconfiglib-13.7.1-py2.py3-none-any.whl (145 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.7/145.7 kB 46.2 MB/s eta 0:00:00
Collecting PyYAML==6.0
  Downloading PyYAML-6.0.tar.gz (124 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 35.3 MB/s eta 0:00:00
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting aioesphomeapi==10.13.0
  Downloading aioesphomeapi-10.13.0-py2.py3-none-any.whl (52 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.3/52.3 kB 20.3 MB/s eta 0:00:00
Collecting tzdata>=2021.1
  Downloading tzdata-2022.5-py2.py3-none-any.whl (336 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 336.7/336.7 kB 66.6 MB/s eta 0:00:00
Collecting zeroconf==0.39.1
  Downloading zeroconf-0.39.1-py3-none-any.whl (106 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.3/106.3 kB 39.2 MB/s eta 0:00:00
Collecting click==8.1.3
  Downloading click-8.1.3-py3-none-any.whl (96 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 37.6 MB/s eta 0:00:00
Collecting colorama==0.4.5
  Downloading colorama-0.4.5-py2.py3-none-any.whl (16 kB)
Collecting esptool==3.3.1
  Downloading esptool-3.3.1.tar.gz (213 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.8/213.8 kB 60.9 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Collecting tornado==6.1
  Using cached tornado-6.1.tar.gz (497 kB)
  Preparing metadata (setup.py) ... done
Collecting pyserial==3.5
  Downloading pyserial-3.5-py2.py3-none-any.whl (90 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 35.1 MB/s eta 0:00:00
Collecting protobuf<4.0,>=3.12.2
  Downloading protobuf-3.20.3-py2.py3-none-any.whl (162 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.1/162.1 kB 44.5 MB/s eta 0:00:00
Collecting noiseprotocol<1.0,>=0.3.1
  Downloading noiseprotocol-0.3.1-py3-none-any.whl (20 kB)
Collecting bitstring>=3.1.6
  Downloading bitstring-3.1.9-py3-none-any.whl (38 kB)
Requirement already satisfied: cryptography>=2.1.4 in /usr/local/lib/python3.9/site-packages (from esptool==3.3.1->esphome) (3.4.8)
Collecting ecdsa>=0.16.0
  Downloading ecdsa-0.18.0-py2.py3-none-any.whl (142 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.9/142.9 kB 45.5 MB/s eta 0:00:00
Collecting reedsolo<=1.5.4,>=1.5.3
  Downloading reedsolo-1.5.4.tar.gz (271 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 271.3/271.3 kB 66.9 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Collecting bottle==0.12.*
  Downloading bottle-0.12.23-py3-none-any.whl (90 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.1/90.1 kB 34.8 MB/s eta 0:00:00
Collecting marshmallow==3.*
  Downloading marshmallow-3.18.0-py3-none-any.whl (48 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.8/48.8 kB 20.7 MB/s eta 0:00:00
Collecting pyelftools<1,>=0.27
  Downloading pyelftools-0.29-py2.py3-none-any.whl (174 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 174.3/174.3 kB 51.0 MB/s eta 0:00:00
Collecting requests==2.*
  Using cached requests-2.28.1-py3-none-any.whl (62 kB)
Collecting semantic_version==2.10.*
  Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Collecting tabulate==0.8.*
  Downloading tabulate-0.8.10-py3-none-any.whl (29 kB)
Collecting aiofiles==0.8.*
  Downloading aiofiles-0.8.0-py3-none-any.whl (13 kB)
Collecting ajsonrpc==1.*
  Downloading ajsonrpc-1.2.0-py3-none-any.whl (22 kB)
Collecting starlette==0.20.*
  Downloading starlette-0.20.4-py3-none-any.whl (63 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.6/63.6 kB 22.2 MB/s eta 0:00:00
Collecting uvicorn==0.17.*
  Downloading uvicorn-0.17.6-py3-none-any.whl (53 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.6/53.6 kB 23.8 MB/s eta 0:00:00
Collecting wsproto==1.1.*
  Downloading wsproto-1.1.0-py3-none-any.whl (24 kB)
Collecting pytz-deprecation-shim
  Downloading pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB)
Requirement already satisfied: ifaddr>=0.1.7 in /usr/local/lib/python3.9/site-packages (from zeroconf==0.39.1->esphome) (0.1.7)
Collecting async-timeout>=4.0.1
  Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Requirement already satisfied: packaging>=17.0 in /usr/local/lib/python3.9/site-packages (from marshmallow==3.*->platformio==6.0.2->esphome) (21.3)
Collecting charset-normalizer<3,>=2
  Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.4-py3-none-any.whl (61 kB)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/site-packages (from requests==2.*->platformio==6.0.2->esphome) (2022.6.15)
Collecting anyio<5,>=3.4.0
  Downloading anyio-3.6.2-py3-none-any.whl (80 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.6/80.6 kB 32.1 MB/s eta 0:00:00
Collecting typing-extensions>=3.10.0
  Using cached typing_extensions-4.4.0-py3-none-any.whl (26 kB)
Collecting h11>=0.8
  Downloading h11-0.14.0-py3-none-any.whl (58 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 23.9 MB/s eta 0:00:00
Collecting asgiref>=3.4.0
  Downloading asgiref-3.5.2-py3-none-any.whl (22 kB)
Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.9/site-packages (from cryptography>=2.1.4->esptool==3.3.1->esphome) (1.15.1)
Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.9/site-packages (from ecdsa>=0.16.0->esptool==3.3.1->esphome) (1.16.0)
Collecting sniffio>=1.1
  Using cached sniffio-1.3.0-py3-none-any.whl (10 kB)
Requirement already satisfied: pycparser in /usr/local/lib/python3.9/site-packages (from cffi>=1.12->cryptography>=2.1.4->esptool==3.3.1->esphome) (2.21)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.9/site-packages (from packaging>=17.0->marshmallow==3.*->platformio==6.0.2->esphome) (3.0.9)
Using legacy 'setup.py install' for esptool, since package 'wheel' is not installed.
Using legacy 'setup.py install' for paho-mqtt, since package 'wheel' is not installed.
Using legacy 'setup.py install' for platformio, since package 'wheel' is not installed.
Using legacy 'setup.py install' for tornado, since package 'wheel' is not installed.
Using legacy 'setup.py install' for reedsolo, since package 'wheel' is not installed.
Building wheels for collected packages: PyYAML
  Building wheel for PyYAML (pyproject.toml) ... done
  Created wheel for PyYAML: filename=PyYAML-6.0-cp39-cp39-freebsd_13_1_release_p2_amd64.whl size=45344 sha256=c3057720f07ef5112485ca6565881d5a3873449e9ae7c7bccd5713fbb817219c
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/b4/0f/9a/d6af48581dda678920fccfb734f5d9f827c6ed5b4074c7eda8
Successfully built PyYAML
Installing collected packages: voluptuous, reedsolo, pyserial, pyelftools, paho-mqtt, esphome-dashboard, bottle, bitstring, urllib3, tzdata, typing-extensions, tornado, tabulate, sniffio, semantic_version, PyYAML, protobuf, kconfiglib, idna, h11, ecdsa, colorama, click, charset-normalizer, async-timeout, asgiref, ajsonrpc, aiofiles, zeroconf, wsproto, uvicorn, requests, pytz-deprecation-shim, marshmallow, anyio, tzlocal, starlette, noiseprotocol, esptool, platformio, aioesphomeapi, esphome
  Running setup.py install for reedsolo ... done
  Running setup.py install for paho-mqtt ... done
  Running setup.py install for tornado ... done
  Running setup.py install for esptool ... done
  Running setup.py install for platformio ... done
Successfully installed PyYAML-6.0 aioesphomeapi-10.13.0 aiofiles-0.8.0 ajsonrpc-1.2.0 anyio-3.6.2 asgiref-3.5.2 async-timeout-4.0.2 bitstring-3.1.9 bottle-0.12.23 charset-normalizer-2.1.1 click-8.1.3 colorama-0.4.5 ecdsa-0.18.0 esphome-2022.10.1 esphome-dashboard-20221007.0 esptool-3.3.1 h11-0.14.0 idna-3.4 kconfiglib-13.7.1 marshmallow-3.18.0 noiseprotocol-0.3.1 paho-mqtt-1.6.1 platformio-6.0.2 protobuf-3.20.3 pyelftools-0.29 pyserial-3.5 pytz-deprecation-shim-0.1.0.post0 reedsolo-1.5.4 requests-2.28.1 semantic_version-2.10.0 sniffio-1.3.0 starlette-0.20.4 tabulate-0.8.10 tornado-6.1 typing-extensions-4.4.0 tzdata-2022.5 tzlocal-4.2 urllib3-1.26.12 uvicorn-0.17.6 voluptuous-0.13.1 wsproto-1.1.0 zeroconf-0.39.1

test

tingo@kg-core2:~ $ export PATH=$PATH:$HOME/.local/bin
tingo@kg-core2:~ $ which esphome
/home/tingo/.local/bin/esphome

2022-10-29: ada0p6 - pkg - install py39-pip

Oct 29 15:57:53 kg-core2 pkg[94534]: py38-pip-20.3.4 deinstalled
Oct 29 15:57:54 kg-core2 pkg[94534]: py39-pip-22.2.2 installed

2022-10-26: ada0p6 - stopped firefox (it had used almost all the swap), reclaimed swap and started firefox again.

2022-10-24: ada0p6 - pkg - install FreeCAD (again)

Oct 24 21:53:32 kg-core2 pkg[65091]: FreeCAD-0.20.1_1 installed

2022-10-19: ada0p6 - pkg - install gigolo

Oct 19 21:41:44 kg-core2 pkg[28802]: gigolo-0.5.2 installed

2022-10-19: ada0p6 - stopped firefox, reclaimed swap and started firefox again.

2022-10-19: ada0p6 - stopped chromium, reclaimed swap and started chromium again.

2022-10-16: ada0p6 - wine - upgrade wine32 packages

tingo@kg-core2:~ $ /usr/local/share/wine/pkg32.sh upgrade
pkg -o ABI=FreeBSD:13:i386 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir /home/tingo/.i386-wine-pkg upgrade
[..]
Number of packages to be installed: 3
Number of packages to be upgraded: 31
[..]
[32/34] Upgrading wine from 6.0.4,1 to 6.0.4_1,1...
[32/34] Extracting wine-6.0.4_1,1: 100%
[33/34] Upgrading python38 from 3.8.13_2 to 3.8.15...
[33/34] Extracting python38-3.8.15: 100%
[34/34] Upgrading perl5 from 5.32.1_1 to 5.32.1_3...
[34/34] Extracting perl5-5.32.1_3: 100%

2022-10-16: ada0p6 - nikola broke again

[nikola] tingo@kg-core2:~/personal/projects/nikola % nikola build && nikola deploy
Traceback (most recent call last):
  File "/usr/home/tingo/.venv/nikola/bin/nikola", line 5, in <module>
    from nikola.__main__ import main
  File "/usr/home/tingo/.venv/nikola/lib/python3.8/site-packages/nikola/__init__.py", line 39, in <module>
    from .nikola import Nikola  # NOQA
  File "/usr/home/tingo/.venv/nikola/lib/python3.8/site-packages/nikola/nikola.py", line 43, in <module>
    import lxml.etree
ImportError: Shared object "libxml2.so.2.9.13" not found, required by "etree.cpython-38.so"

fix is to reinstall, first deactivate

[nikola] tingo@kg-core2:~/personal/projects/nikola % deactivate
tingo@kg-core2:~/personal/projects/nikola % 

remove or rename old dir

tingo@kg-core2:~/personal/projects/nikola % cd ~/.venv
tingo@kg-core2:~/.venv % mv nikola nikola_20220412

create new venv

tingo@kg-core2:~/.venv % python3.9 -m venv nikola

activate

tingo@kg-core2:~/.venv % cd nikola
tingo@kg-core2:~/.venv/nikola % source bin/activate.csh 

install prereqs

(nikola) tingo@kg-core2:~/.venv/nikola % bin/python -m pip install -U pip setuptools wheel
Requirement already satisfied: pip in ./lib/python3.9/site-packages (22.0.4)
Collecting pip
  Downloading pip-22.3-py3-none-any.whl (2.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 24.4 MB/s eta 0:00:00
Requirement already satisfied: setuptools in ./lib/python3.9/site-packages (58.1.0)
Collecting setuptools
  Downloading setuptools-65.5.0-py3-none-any.whl (1.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 73.2 MB/s eta 0:00:00
Collecting wheel
  Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Installing collected packages: wheel, setuptools, pip
  Attempting uninstall: setuptools
    Found existing installation: setuptools 58.1.0
    Uninstalling setuptools-58.1.0:
      Successfully uninstalled setuptools-58.1.0
  Attempting uninstall: pip
    Found existing installation: pip 22.0.4
    Uninstalling pip-22.0.4:
      Successfully uninstalled pip-22.0.4
Successfully installed pip-22.3 setuptools-65.5.0 wheel-0.37.1

install Nikola

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 382.3/382.3 kB 74.5 MB/s eta 0:00:00
Collecting backcall
  Using cached backcall-0.2.0-py2.py3-none-any.whl (11 kB)
Collecting decorator
  Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting entrypoints
  Using cached entrypoints-0.4-py3-none-any.whl (5.3 kB)
Collecting beautifulsoup4
  Using cached beautifulsoup4-4.11.1-py3-none-any.whl (128 kB)
Collecting bleach
  Downloading bleach-5.0.1-py3-none-any.whl (160 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.9/160.9 kB 52.1 MB/s eta 0:00:00
Collecting pandocfilters>=1.4.1
  Using cached pandocfilters-1.5.0-py2.py3-none-any.whl (8.7 kB)
Collecting tinycss2
  Using cached tinycss2-1.1.1-py3-none-any.whl (21 kB)
Collecting defusedxml
  Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Collecting mistune<3,>=2.0.3
  Downloading mistune-2.0.4-py2.py3-none-any.whl (24 kB)
Collecting nbclient>=0.5.0
  Downloading nbclient-0.7.0-py3-none-any.whl (71 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.9/71.9 kB 29.8 MB/s eta 0:00:00
Collecting jupyterlab-pygments
  Downloading jupyterlab_pygments-0.2.2-py2.py3-none-any.whl (21 kB)
Collecting jsonschema>=2.6
  Downloading jsonschema-4.16.0-py3-none-any.whl (83 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/83.1 kB 33.6 MB/s eta 0:00:00
Collecting fastjsonschema
  Downloading fastjsonschema-2.16.2-py3-none-any.whl (22 kB)
Collecting ptyprocess
  Using cached ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting argon2-cffi-bindings
  Using cached argon2-cffi-bindings-21.2.0.tar.gz (1.8 MB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting pyparsing!=3.0.5,>=2.0.2
  Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB)
Collecting parso<0.9.0,>=0.8.0
  Using cached parso-0.8.3-py2.py3-none-any.whl (100 kB)
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
  Using cached pyrsistent-0.18.1.tar.gz (100 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting anyio<4,>=3.1.0
  Downloading anyio-3.6.1-py3-none-any.whl (80 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.6/80.6 kB 27.8 MB/s eta 0:00:00
Collecting websocket-client
  Downloading websocket_client-1.4.1-py3-none-any.whl (55 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.0/55.0 kB 22.9 MB/s eta 0:00:00
Collecting wcwidth
  Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Collecting cffi>=1.0.1
  Using cached cffi-1.15.1-cp39-cp39-freebsd_13_1_release_p2_amd64.whl
Collecting soupsieve>1.2
  Downloading soupsieve-2.3.2.post1-py3-none-any.whl (37 kB)
Collecting executing
  Downloading executing-1.1.1-py2.py3-none-any.whl (22 kB)
Collecting asttokens
  Downloading asttokens-2.0.8-py2.py3-none-any.whl (23 kB)
Collecting pure-eval
  Using cached pure_eval-0.2.2-py3-none-any.whl (11 kB)
Collecting sniffio>=1.1
  Downloading sniffio-1.3.0-py3-none-any.whl (10 kB)
Collecting pycparser
  Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Building wheels for collected packages: aiohttp, lxml, micawber, phpserialize, Pillow, PyRSS2Gen, typogrify, watchdog, Yapsy, frozenlist, MarkupSafe, multidict, pyzmq, ruamel.yaml.clib, tornado, yarl, psutil, argon2-cffi-bindings, pyrsistent
  Building wheel for aiohttp (pyproject.toml) ... done
  Created wheel for aiohttp: filename=aiohttp-3.8.3-cp39-cp39-freebsd_13_1_release_p2_amd64.whl size=361684 sha256=3e01ae915d02d3c98ab428d8153fda841bdd2b9e50e9d1af98bf71fb491036dd
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/03/5f/e4/d27846100587c13248cee2ac828088066e946ca1eb99163791
  Building wheel for lxml (setup.py) ... done
  Created wheel for lxml: filename=lxml-4.9.1-cp39-cp39-freebsd_13_1_release_p2_amd64.whl size=1597073 sha256=ee3734774b9e727a424ed9ca2faf7ca070e5d74926d0868f56352a4ff1c425f0
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/24/3f/64/86304995cecbb721900b3175c0c65af95400ddf04d6e467c0a
  Building wheel for micawber (setup.py) ... done
  Created wheel for micawber: filename=micawber-0.5.4-py3-none-any.whl size=22350 sha256=5e91ecd9e96e7122eac9b6db4c2c6a42195a8840d293f71166f34d44cf31d896
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/61/6d/f5/b06fd2dbfef5b04bf20663bb46e601e2e49a7bc3b4f403f72e
  Building wheel for phpserialize (setup.py) ... done
  Created wheel for phpserialize: filename=phpserialize-1.3-py3-none-any.whl size=9470 sha256=5b998c2d72f627a27abc65e85c0b349f4b43a5d9aaafcd951103bf9aeb176ae9
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/60/8f/17/be2f7e9af3e7cb0a3ae9af21df2bbf5d3b46f794133262954e
  Building wheel for Pillow (setup.py) ... done
  Created wheel for Pillow: filename=Pillow-9.2.0-cp39-cp39-freebsd_13_1_release_p2_amd64.whl size=586597 sha256=f53e2de3420cb58d257af9d58103bd74f7f19f86b417b7e4ce4108ca718109eb
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/fd/13/0d/89aaf186be24ec06f2eb43343adfcbb553055e509cdd5d8e52
  Building wheel for PyRSS2Gen (setup.py) ... done
  Created wheel for PyRSS2Gen: filename=PyRSS2Gen-1.1-py3-none-any.whl size=4969 sha256=4064dd5983e95da0a3a533ea42e4c1e657a9006645e72a4067b142d5a0cc81d9
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/ba/3c/77/49ce5db5a34d95257bfd7ad3166913731fbde3c1a33d13380b
  Building wheel for typogrify (setup.py) ... done
  Created wheel for typogrify: filename=typogrify-2.0.7-py2.py3-none-any.whl size=13438 sha256=7c33e654ab73313b3cf04d515589aa6c94586c23ab5a13ca41c214b4939e7092
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/cb/82/7c/54223f92adcd616f053032912c021573af65f53d94612d397b
  Building wheel for watchdog (setup.py) ... done
  Created wheel for watchdog: filename=watchdog-2.1.9-py3-none-any.whl size=78392 sha256=c2f3707c2d394d5756d6857876f88411a119ee399ef4a14e2f6ed16c88e20d10
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/75/d1/bb/9b91356e6b6b462345bd74ba07536ec0b394818d326e7fb111
  Building wheel for Yapsy (setup.py) ... done
  Created wheel for Yapsy: filename=Yapsy-1.12.2-py3-none-any.whl size=39012 sha256=39a7d1c0f74110120370811f63b90ae32c8abc47493f03632c7a8c36f1a45352
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/1d/fd/6c/b32b7c364505246759f01ab0fceb01c11b789469179b9df79d
  Building wheel for frozenlist (pyproject.toml) ... done
  Created wheel for frozenlist: filename=frozenlist-1.3.1-cp39-cp39-freebsd_13_1_release_p2_amd64.whl size=40271 sha256=10cd543e95178c0378f986709237177bd9c510e5b0d6a7638f69b3d3e118efe3
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/fd/72/ea/db181af53d078f898a466d84bd9df2c478236ec0f16d1271aa
  Building wheel for MarkupSafe (setup.py) ... done
  Created wheel for MarkupSafe: filename=MarkupSafe-2.1.1-cp39-cp39-freebsd_13_1_release_p2_amd64.whl size=15413 sha256=a86e5510bc7ffc69be4f1f3d87de18c2d973b7bb7628ef3508e4464813312a3a
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/c4/ec/6a/004a7a32af60890525d1946c8a45fb260c1d327af95e92ca4f
  Building wheel for multidict (pyproject.toml) ... done
  Created wheel for multidict: filename=multidict-6.0.2-cp39-cp39-freebsd_13_1_release_p2_amd64.whl size=32247 sha256=36026cffc033ec32aa34e0b6ad364b3a9a243eab4471f6afbaed5c781b00c312
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/b3/d2/cf/158e9f023101ff5e8061b45362a0e89f820107a2639f88ee00
  Building wheel for pyzmq (pyproject.toml) ... done
  Created wheel for pyzmq: filename=pyzmq-24.0.1-cp39-cp39-freebsd_13_1_release_p2_amd64.whl size=496993 sha256=154c15b16898b207e35050391ef454e9e0012ec05f10116a0da38aecf4e0c280
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/c1/0a/8c/c9d97f1e2614b712d64ca097e1ce8dbe9de793be418becd266
  Building wheel for ruamel.yaml.clib (setup.py) ... done
  Created wheel for ruamel.yaml.clib: filename=ruamel.yaml.clib-0.2.6-cp39-cp39-freebsd_13_1_release_p2_amd64.whl size=143396 sha256=99d598fb1cf725b84cb947142449175101fcdd2f292c4f66c3cde7f98353850c
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/dc/45/ab/0de503636b52901c4fac6114f7c297b6bba8ec25c4c8de0fb6
  Building wheel for tornado (pyproject.toml) ... done
  Created wheel for tornado: filename=tornado-6.2-cp37-abi3-freebsd_13_1_release_p2_amd64.whl size=421263 sha256=811fb09ca5a39db30e44ec623b4de9087586633943075ab856a08da4cafc1c88
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/73/3e/11/79e176bb2b0cf9a1c717f9d911ae9128d26e24c1fa4a73ea6f
  Building wheel for yarl (pyproject.toml) ... done
  Created wheel for yarl: filename=yarl-1.8.1-cp39-cp39-freebsd_13_1_release_p2_amd64.whl size=64427 sha256=d35aef956ac1ffa70a9886d7110cecbf021ddead02c5c535ba6328fdce573304
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/76/1a/d2/b17f0111c13052c7d4475added30d64161d6fd06f2bc66db49
  Building wheel for psutil (setup.py) ... done
  Created wheel for psutil: filename=psutil-5.9.2-cp39-cp39-freebsd_13_1_release_p2_amd64.whl size=247324 sha256=f931089f79350f9f501c8ac1a72738a5ecffe35c94592bcb0bd57999e68a66c2
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/9d/2b/89/974c668340dad3d4af94432c8b2bc11dbc3b37f25a6b909a70
  Building wheel for argon2-cffi-bindings (pyproject.toml) ... done
  Created wheel for argon2-cffi-bindings: filename=argon2_cffi_bindings-21.2.0-cp39-abi3-freebsd_13_1_release_p2_amd64.whl size=32176 sha256=94cba94a1834d4a6c0e2db585958d43eff1ada1f3d1f43d218b9f8dcea2497b2
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/f7/b1/d6/d13750b3006177021c7a0210b3e4345f1cff3dbba95498f5e6
  Building wheel for pyrsistent (pyproject.toml) ... done
  Created wheel for pyrsistent: filename=pyrsistent-0.18.1-cp39-cp39-freebsd_13_1_release_p2_amd64.whl size=71453 sha256=ff54147ec5d9382f8515866358d2635f10f73b28a1aa208ea02fc31495ea138c
  Stored in directory: /usr/home/tingo/.cache/pip/wheels/f1/6a/74/9bf6e682434562121144637523d6cc094aea6aaa012e9b1120
Successfully built aiohttp lxml micawber phpserialize Pillow PyRSS2Gen typogrify watchdog Yapsy frozenlist MarkupSafe multidict pyzmq ruamel.yaml.clib tornado yarl psutil argon2-cffi-bindings pyrsistent
Installing collected packages: Yapsy, webencodings, wcwidth, smartypants, Send2Trash, pytz, PyRSS2Gen, pygal, pure-eval, ptyprocess, pickleshare, phpserialize, mistune, micawber, ipython-genutils, fastjsonschema, executing, backcall, zipp, websocket-client, watchdog, urllib3, unidecode, typogrify, traitlets, tornado, toml, tinycss2, soupsieve, sniffio, six, ruamel.yaml.clib, pyzmq, pyrsistent, pyphen, pyparsing, Pygments, pycparser, psutil, prompt-toolkit, prometheus-client, Pillow, piexif, pexpect, parso, pandocfilters, nest-asyncio, natsort, multidict, MarkupSafe, lxml, jupyterlab-pygments, idna, hsluv, frozenlist, entrypoints, docutils, defusedxml, decorator, debugpy, cloudpickle, charset-normalizer, certifi, blinker, Babel, attrs, async-timeout, yarl, terminado, ruamel.yaml, requests, python-dateutil, packaging, matplotlib-inline, mako, jupyter-core, jsonschema, Jinja2, jedi, importlib-metadata, html5lib, cffi, bleach, beautifulsoup4, asttokens, anyio, aiosignal, stack-data, nbformat, Markdown, jupyter-client, ghp-import, doit, argon2-cffi-bindings, aiohttp, Nikola, nbclient, ipython, argon2-cffi, nbconvert, ipykernel, jupyter-server, notebook-shim, nbclassic, notebook
Successfully installed Babel-2.10.3 Jinja2-3.1.2 Markdown-3.4.1 MarkupSafe-2.1.1 Nikola-8.2.3 Pillow-9.2.0 PyRSS2Gen-1.1 Pygments-2.13.0 Send2Trash-1.8.0 Yapsy-1.12.2 aiohttp-3.8.3 aiosignal-1.2.0 anyio-3.6.1 argon2-cffi-21.3.0 argon2-cffi-bindings-21.2.0 asttokens-2.0.8 async-timeout-4.0.2 attrs-22.1.0 backcall-0.2.0 beautifulsoup4-4.11.1 bleach-5.0.1 blinker-1.5 certifi-2022.9.24 cffi-1.15.1 charset-normalizer-2.1.1 cloudpickle-2.2.0 debugpy-1.6.3 decorator-5.1.1 defusedxml-0.7.1 docutils-0.19 doit-0.36.0 entrypoints-0.4 executing-1.1.1 fastjsonschema-2.16.2 frozenlist-1.3.1 ghp-import-2.1.0 hsluv-5.0.3 html5lib-1.1 idna-3.4 importlib-metadata-5.0.0 ipykernel-6.16.0 ipython-8.5.0 ipython-genutils-0.2.0 jedi-0.18.1 jsonschema-4.16.0 jupyter-client-7.4.2 jupyter-core-4.11.1 jupyter-server-1.21.0 jupyterlab-pygments-0.2.2 lxml-4.9.1 mako-1.2.3 matplotlib-inline-0.1.6 micawber-0.5.4 mistune-2.0.4 multidict-6.0.2 natsort-8.2.0 nbclassic-0.4.5 nbclient-0.7.0 nbconvert-7.2.1 nbformat-5.7.0 nest-asyncio-1.5.6 notebook-6.5.1 notebook-shim-0.1.0 packaging-21.3 pandocfilters-1.5.0 parso-0.8.3 pexpect-4.8.0 phpserialize-1.3 pickleshare-0.7.5 piexif-1.1.3 prometheus-client-0.15.0 prompt-toolkit-3.0.31 psutil-5.9.2 ptyprocess-0.7.0 pure-eval-0.2.2 pycparser-2.21 pygal-3.0.0 pyparsing-3.0.9 pyphen-0.13.0 pyrsistent-0.18.1 python-dateutil-2.8.2 pytz-2022.4 pyzmq-24.0.1 requests-2.28.1 ruamel.yaml-0.17.21 ruamel.yaml.clib-0.2.6 six-1.16.0 smartypants-2.0.1 sniffio-1.3.0 soupsieve-2.3.2.post1 stack-data-0.5.1 terminado-0.16.0 tinycss2-1.1.1 toml-0.10.2 tornado-6.2 traitlets-5.4.0 typogrify-2.0.7 unidecode-1.3.6 urllib3-1.26.12 watchdog-2.1.9 wcwidth-0.2.5 webencodings-0.5.1 websocket-client-1.4.1 yarl-1.8.1 zipp-3.9.0

test it

(nikola) tingo@kg-core2:~/personal/projects/nikola % nikola status
Scanning posts........done!
Last deployment 1 hours and 22 minutes ago.
7 posts in total, 0 scheduled, 0 drafts, 0 private and 7 published.

deploy doesn't work

Traceback (most recent call last):
  File "/usr/home/tingo/.venv/nikola/lib/python3.9/site-packages/doit/dependency.py", line 155, in __init__
    self._dbm = ddbm.open(self.name, 'c')
  File "/usr/local/lib/python3.9/dbm/__init__.py", line 91, in open
    raise error[0]("db type is {0}, but the module is not "
dbm.error: db type is dbm.gnu, but the module is not available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/home/tingo/.venv/nikola/lib/python3.9/site-packages/doit/doit_cmd.py", line 294, in run
    return command.parse_execute(args)
  File "/usr/home/tingo/.venv/nikola/lib/python3.9/site-packages/doit/cmd_base.py", line 150, in parse_execute
    return self.execute(params, args)
  File "/usr/home/tingo/.venv/nikola/lib/python3.9/site-packages/doit/cmd_base.py", line 549, in execute
    self.dep_manager = Dependency(
  File "/usr/home/tingo/.venv/nikola/lib/python3.9/site-packages/doit/dependency.py", line 510, in __init__
    self.backend = db_class(backend_name, codec=codec_cls())
  File "/usr/home/tingo/.venv/nikola/lib/python3.9/site-packages/doit/dependency.py", line 170, in __init__
    raise DatabaseException(message)
doit.dependency.DatabaseException: db type is dbm.gnu, but the module is not available

seems this is issue 3403. Fix it

-rw-r--r--  1 tingo  tingo  57376768 Oct 16 15:46 .doit.db
(nikola) tingo@kg-core2:~/personal/projects/nikola % rm .doit.db

retry

(nikola) tingo@kg-core2:~/personal/projects/nikola % nikola build && nikola deploy
[..]
Scanning posts........done!
[2022-10-16 17:22:27] INFO: deploy: => preset 'default'
[2022-10-16 17:22:27] INFO: deploy: ==> cd output; git add .
[2022-10-16 17:22:28] INFO: deploy: ==> cd output; git commit -q -m "content added"
[2022-10-16 17:22:28] INFO: deploy: ==> cd output; git push web
Enumerating objects: 2029, done.
Counting objects: 100% (2029/2029), done.
Delta compression using up to 12 threads
Compressing objects: 100% (1212/1212), done.
Writing objects: 100% (1216/1216), 5.94 MiB | 2.97 MiB/s, done.
Total 1216 (delta 490), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (490/490), completed with 203 local objects.
To ssh://web2/home/tingo/website.git
   6161a48..431446b  master -> master
[2022-10-16 17:22:37] INFO: deploy: Successful deployment

without the doit database, Nikola had to render everything, which took some time, but it works.

2022-10-16: ada0p6 - pkg - upgrade

Oct 16 15:49:38 kg-core2 pkg[8524]: perl5 upgraded: 5.32.1_1 -> 5.32.1_3 
Oct 16 15:50:44 kg-core2 pkg[8549]: p5-URI upgraded: 5.10 -> 5.12 
Oct 16 15:50:44 kg-core2 pkg[8549]: p5-IO-Socket-SSL upgraded: 2.074 -> 2.075 
Oct 16 15:50:44 kg-core2 pkg[8549]: libxml2 upgraded: 2.9.13_2 -> 2.10.2 
Oct 16 15:50:44 kg-core2 pkg[8549]: p5-Mojolicious upgraded: 9.26 -> 9.27 
Oct 16 15:50:45 kg-core2 pkg[8549]: p5-Log-Log4perl upgraded: 1.55 -> 1.56 
Oct 16 15:50:45 kg-core2 pkg[8549]: p5-Proc-ProcessTable upgraded: 0.63.4 -> 0.634 
Oct 16 15:50:45 kg-core2 pkg[8549]: p5-Exporter-Tiny upgraded: 1.002002 -> 1.004001 
Oct 16 15:50:45 kg-core2 pkg[8549]: p5-WebService-MusicBrainz upgraded: 1.0.5 -> 1.0.6 
Oct 16 15:53:06 kg-core2 pkg[8576]: freetype2 upgraded: 2.12.1 -> 2.12.1_2 
Oct 16 15:53:06 kg-core2 pkg[8576]: expat upgraded: 2.4.8 -> 2.4.9 
Oct 16 15:53:06 kg-core2 pkg[8576]: fontconfig upgraded: 2.13.94_2,1 -> 2.14.0,1 
Oct 16 15:53:06 kg-core2 pkg[8576]: libiconv upgraded: 1.16 -> 1.17 
Oct 16 15:53:12 kg-core2 pkg[8576]: openjdk8 upgraded: 8.332.09.1_1 -> 8.342.07.1_1 
Oct 16 15:53:17 kg-core2 pkg[8576]: python39 upgraded: 3.9.13 -> 3.9.14 
Oct 16 15:53:18 kg-core2 pkg[8576]: glib upgraded: 2.72.2,2 -> 2.74.0,2 
Oct 16 15:53:18 kg-core2 pkg[8576]: harfbuzz upgraded: 4.4.1 -> 5.2.0 
Oct 16 15:53:18 kg-core2 pkg[8576]: libXft upgraded: 2.3.4 -> 2.3.6 
Oct 16 15:53:18 kg-core2 pkg[8576]: cairo upgraded: 1.17.4_1,3 -> 1.17.4_2,3 
Oct 16 15:53:18 kg-core2 pkg[8576]: pciids upgraded: 20220518 -> 20220807 
Oct 16 15:53:18 kg-core2 pkg[8576]: pdftk upgraded: 3.3.2_1 -> 3.3.3 
Oct 16 15:53:19 kg-core2 pkg[8576]: pango upgraded: 1.50.7 -> 1.50.9 
Oct 16 15:56:33 kg-core2 pkg[9245]: py39-boost-libs upgraded: 1.79.0_1 -> 1.80.0 
Oct 16 15:56:33 kg-core2 pkg[9245]: FreeCAD-0.20_1 deinstalled
Oct 16 15:56:33 kg-core2 pkg[9245]: jpeg-turbo upgraded: 2.1.3 -> 2.1.4 
Oct 16 15:56:33 kg-core2 pkg[9245]: libdeflate-1.14 installed
Oct 16 15:56:33 kg-core2 pkg[9245]: tiff upgraded: 4.3.0 -> 4.4.0 
Oct 16 15:56:33 kg-core2 pkg[9245]: py39-setuptools upgraded: 62.1.0_1 -> 63.1.0 
Oct 16 15:56:34 kg-core2 pkg[9245]: dbus upgraded: 1.14.0,1 -> 1.14.4,1 
Oct 16 15:56:34 kg-core2 pkg[9245]: gobject-introspection upgraded: 1.72.0_1,1 -> 1.74.0,1 
Oct 16 15:56:34 kg-core2 pkg[9245]: py39-cairo upgraded: 1.18.1_2,1 -> 1.21.0,1 
Oct 16 15:56:34 kg-core2 pkg[9245]: pygobject3-common upgraded: 3.38.0_1 -> 3.42.2 
Oct 16 15:56:34 kg-core2 pkg[9245]: py39-tkinter upgraded: 3.9.13_6 -> 3.9.14_6 
Oct 16 15:56:34 kg-core2 pkg[9245]: sqlite3 upgraded: 3.39.2,1 -> 3.39.3,1 
Oct 16 15:56:34 kg-core2 pkg[9245]: pydbus-common upgraded: 1.2.18 -> 1.3.2 
Oct 16 15:56:34 kg-core2 pkg[9245]: openjpeg reinstalled: 2.5.0 -> 2.5.0 
Oct 16 15:56:34 kg-core2 pkg[9245]: libxslt upgraded: 1.1.35_3 -> 1.1.37 
Oct 16 15:56:34 kg-core2 pkg[9245]: webp upgraded: 1.2.2 -> 1.2.4 
Oct 16 15:56:34 kg-core2 pkg[9245]: py39-lxml upgraded: 4.9.0 -> 4.9.1 
Oct 16 15:56:35 kg-core2 pkg[9245]: py39-dnspython upgraded: 2.2.1,1 -> 2.2.1_1,1 
Oct 16 15:56:35 kg-core2 pkg[9245]: py39-sqlite3 upgraded: 3.9.13_7 -> 3.9.14_7 
Oct 16 15:56:35 kg-core2 pkg[9245]: py39-cchardet upgraded: 2.1.7 -> 2.1.7_1 
Oct 16 15:56:35 kg-core2 pkg[9245]: py39-pillow upgraded: 9.1.1 -> 9.2.0 
Oct 16 15:56:35 kg-core2 pkg[9245]: libarea upgraded: 20191031 -> 20191031_1 
Oct 16 15:56:35 kg-core2 pkg[9245]: py39-css-parser upgraded: 1.0.7 -> 1.0.8 
Oct 16 15:56:35 kg-core2 pkg[9245]: py39-dbus upgraded: 1.2.18 -> 1.3.2 
Oct 16 15:56:35 kg-core2 pkg[9245]: py39-tornado upgraded: 6.1 -> 6.2 
Oct 16 15:56:35 kg-core2 pkg[9245]: py39-appdirs-1.4.4 installed
Oct 16 15:56:35 kg-core2 pkg[9245]: py39-gobject3 upgraded: 3.38.0_1 -> 3.42.2 
Oct 16 15:56:35 kg-core2 pkg[9245]: py39-evdev upgraded: 1.4.0 -> 1.6.0 
Oct 16 15:56:35 kg-core2 pkg[9245]: py39-kiwisolver upgraded: 1.3.2,1 -> 1.4.4,1 
Oct 16 15:56:35 kg-core2 pkg[9245]: py39-pytz upgraded: 2021.3,1 -> 2022.2.1,1 
Oct 16 15:56:35 kg-core2 pkg[9245]: py39-certifi upgraded: 2022.5.18.1 -> 2022.6.15 
Oct 16 16:11:29 kg-core2 pkg[9494]: python38 upgraded: 3.8.14 -> 3.8.15 
Oct 16 16:11:29 kg-core2 pkg[9494]: py38-setuptools upgraded: 62.1.0_1 -> 63.1.0 
Oct 16 16:11:29 kg-core2 pkg[9494]: py38-gdbm upgraded: 3.8.14_6 -> 3.8.15_6 
Oct 16 16:11:29 kg-core2 pkg[9494]: py38-sqlite3 upgraded: 3.8.14_7 -> 3.8.15_7 
Oct 16 16:11:29 kg-core2 pkg[9494]: py38-tkinter upgraded: 3.8.14_6 -> 3.8.15_6 
Oct 16 16:12:17 kg-core2 pkg[9519]: binutils upgraded: 2.37_2,1 -> 2.37_4,1 
Oct 16 16:12:23 kg-core2 pkg[9519]: gcc11 upgraded: 11.3.0 -> 11.3.0_1 
Oct 16 16:12:23 kg-core2 pkg[9519]: suitesparse-config upgraded: 5.12.0 -> 5.13.0 
Oct 16 16:12:25 kg-core2 pkg[9519]: py39-numpy upgraded: 1.22.4_1,1 -> 1.23.3,1 
Oct 16 16:12:26 kg-core2 pkg[9519]: py38-numpy upgraded: 1.22.4_1,1 -> 1.23.3,1 
Oct 16 16:13:41 kg-core2 pkg[9585]: libepoll-shim upgraded: 0.0.20210418 -> 0.0.20220703 
Oct 16 16:13:41 kg-core2 pkg[9585]: liblz4 upgraded: 1.9.3,1 -> 1.9.4,1 
Oct 16 16:13:41 kg-core2 pkg[9585]: zstd upgraded: 1.5.2 -> 1.5.2_1 
Oct 16 16:13:41 kg-core2 pkg[9585]: libdrm upgraded: 2.4.112_1,1 -> 2.4.113,1 
Oct 16 16:13:41 kg-core2 pkg[9585]: ca_root_nss upgraded: 3.78 -> 3.83 
Oct 16 16:13:42 kg-core2 pkg[9585]: vulkan-headers upgraded: 1.3.219 -> 1.3.230 
Oct 16 16:13:42 kg-core2 pkg[9585]: xdg-utils upgraded: 1.1.3_1 -> 1.1.3_2 
Oct 16 16:13:42 kg-core2 pkg[9585]: assimp upgraded: 5.1.5 -> 5.2.4 
Oct 16 16:13:42 kg-core2 pkg[9585]: qt5-quick3d upgraded: 5.15.5p1 -> 5.15.5p1_1 
Oct 16 16:13:43 kg-core2 pkg[9585]: qt5-3d upgraded: 5.15.5p15 -> 5.15.5p15_1 
Oct 16 16:13:43 kg-core2 pkg[9585]: qt5-quickcontrols2 upgraded: 5.15.5p5 -> 5.15.5p6 
Oct 16 16:15:48 kg-core2 pkg[9708]: gdk-pixbuf2 upgraded: 2.40.0_4 -> 2.42.9 
Oct 16 16:15:48 kg-core2 pkg[9708]: highway upgraded: 0.17.0 -> 1.0.1 
Oct 16 16:15:49 kg-core2 pkg[9708]: libjxl upgraded: 0.6.1_5 -> 0.7.0 
Oct 16 16:15:50 kg-core2 pkg[9708]: ghostscript9-agpl-base upgraded: 9.56.1_1 -> 9.56.1_4 
Oct 16 16:15:50 kg-core2 pkg[9708]: jasper upgraded: 3.0.4 -> 3.0.6 
Oct 16 16:15:50 kg-core2 pkg[9708]: aom upgraded: 3.4.0 -> 3.5.0 
Oct 16 16:15:51 kg-core2 pkg[9708]: librsvg2-rust upgraded: 2.54.1_2 -> 2.54.5 
Oct 16 16:15:51 kg-core2 pkg[9708]: libheif upgraded: 1.12.0.62_1 -> 1.13.0_1 
Oct 16 16:15:51 kg-core2 pkg[9708]: pkgconf upgraded: 1.8.0,1 -> 1.8.0_1,1 
Oct 16 16:15:52 kg-core2 pkg[9708]: ImageMagick6 upgraded: 6.9.12.49_1,1 -> 6.9.12.63,1 
Oct 16 16:15:55 kg-core2 pkg[9708]: gimp-app upgraded: 2.10.32_2,1 -> 2.10.32_6,1 
Oct 16 16:15:55 kg-core2 pkg[9708]: GraphicsMagick upgraded: 1.3.38_2,1 -> 1.3.38_3,1 
Oct 16 16:15:56 kg-core2 pkg[9708]: Coin upgraded: 4.0.0_2 -> 4.0.0_3 
Oct 16 16:18:10 kg-core2 pkg[9928]: nspr upgraded: 4.34.1 -> 4.35 
Oct 16 16:18:10 kg-core2 pkg[9928]: nss upgraded: 3.82 -> 3.84 
Oct 16 16:18:10 kg-core2 pkg[9928]: hunspell upgraded: 1.7.0_2 -> 1.7.1 
Oct 16 16:18:10 kg-core2 pkg[9928]: gstreamer1-plugins upgraded: 1.16.2_5 -> 1.16.2_7 
Oct 16 16:18:17 kg-core2 pkg[9928]: boost-libs upgraded: 1.79.0_1 -> 1.80.0 
Oct 16 16:18:17 kg-core2 pkg[9928]: librevenge upgraded: 0.0.4_13 -> 0.0.4_14 
Oct 16 16:18:17 kg-core2 pkg[9928]: raptor2 upgraded: 2.0.15_22 -> 2.0.15_23 
Oct 16 16:18:17 kg-core2 pkg[9928]: openldap24-client-2.4.59_4 deinstalled
Oct 16 16:18:17 kg-core2 pkg[9928]: libixion upgraded: 0.17.0_1 -> 0.17.0_2 
Oct 16 16:18:17 kg-core2 pkg[9928]: libwpd010 upgraded: 0.10.3_6 -> 0.10.3_7 
Oct 16 16:18:18 kg-core2 pkg[9928]: poppler upgraded: 22.06.0 -> 22.09.0 
Oct 16 16:18:18 kg-core2 pkg[9928]: liblangtag upgraded: 0.6.3_2 -> 0.6.4 
Oct 16 16:18:18 kg-core2 pkg[9928]: gpgme upgraded: 1.17.1 -> 1.18.0 
Oct 16 16:18:18 kg-core2 pkg[9928]: libetonyek01 upgraded: 0.1.10_4,1 -> 0.1.10_5,1 
Oct 16 16:18:18 kg-core2 pkg[9928]: libqxp upgraded: 0.0.0_20 -> 0.0.0_21 
Oct 16 16:18:18 kg-core2 pkg[9928]: gpgme-cpp upgraded: 1.17.1 -> 1.18.0 
Oct 16 16:18:18 kg-core2 pkg[9928]: libe-book upgraded: 0.1.3_24 -> 0.1.3_25 
Oct 16 16:18:18 kg-core2 pkg[9928]: harfbuzz-icu upgraded: 4.4.1_1 -> 5.2.0 
Oct 16 16:18:18 kg-core2 pkg[9928]: liborcus upgraded: 0.17.2_1 -> 0.17.2_2 
Oct 16 16:18:18 kg-core2 pkg[9928]: libepubgen upgraded: 0.1.1 -> 0.1.1_1 
Oct 16 16:18:19 kg-core2 pkg[9928]: abseil upgraded: 20211102.0 -> 20220623.0 
Oct 16 16:18:19 kg-core2 pkg[9928]: libstaroffice upgraded: 0.0.7 -> 0.0.7_1 
Oct 16 16:18:19 kg-core2 pkg[9928]: libabw upgraded: 0.1.3_2 -> 0.1.3_3 
Oct 16 16:18:19 kg-core2 pkg[9928]: zxing-cpp upgraded: 1.3.0 -> 1.4.0_1 
Oct 16 16:18:19 kg-core2 pkg[9928]: libcdr01 upgraded: 0.1.7_2 -> 0.1.7_3 
Oct 16 16:18:19 kg-core2 pkg[9928]: libpagemaker upgraded: 0.0.4_10 -> 0.0.4_11 
Oct 16 16:18:19 kg-core2 pkg[9928]: libcmis upgraded: 0.5.2_5 -> 0.5.2_6 
Oct 16 16:18:19 kg-core2 pkg[9928]: libzmf upgraded: 0.0.2_25 -> 0.0.2_26 
Oct 16 16:18:19 kg-core2 pkg[9928]: poppler-glib upgraded: 22.06.0 -> 22.09.0_1 
Oct 16 16:18:19 kg-core2 pkg[9928]: clucene upgraded: 2.3.3.4_19 -> 2.3.3.4_20 
Oct 16 16:18:19 kg-core2 pkg[9928]: libmspub01 upgraded: 0.1.4_20 -> 0.1.4_21 
Oct 16 16:18:30 kg-core2 pkg[9928]: openjdk11 upgraded: 11.0.15+10.1 -> 11.0.16+8.1_2 
Oct 16 16:18:30 kg-core2 pkg[9928]: openldap26-client-2.6.3 installed
Oct 16 16:18:30 kg-core2 pkg[9928]: libfreehand upgraded: 0.1.2_22 -> 0.1.2_23 
Oct 16 16:18:30 kg-core2 pkg[9928]: libvisio01 upgraded: 0.1.7_8 -> 0.1.7_9 
Oct 16 16:19:12 kg-core2 pkg[10682]: libreoffice upgraded: 7.3.5.2 -> 7.4.2.3 
Oct 16 16:19:13 kg-core2 pkg[10682]: samba412 reinstalled: 4.12.15_4 -> 4.12.15_4 
Oct 16 16:19:13 kg-core2 pkg[10682]: cups-filters upgraded: 1.28.15_2 -> 1.28.15_5 
Oct 16 16:20:54 kg-core2 pkg[10729]: double-conversion upgraded: 3.2.0 -> 3.2.1 
Oct 16 16:20:54 kg-core2 pkg[10729]: libidn2 upgraded: 2.3.2 -> 2.3.3 
Oct 16 16:20:54 kg-core2 pkg[10729]: nettle upgraded: 3.8 -> 3.8.1 
Oct 16 16:20:54 kg-core2 pkg[10729]: orc upgraded: 0.4.31 -> 0.4.32 
Oct 16 16:20:54 kg-core2 pkg[10729]: bash upgraded: 5.1.16 -> 5.2_3 
Oct 16 16:20:54 kg-core2 pkg[10729]: libx264 upgraded: 0.163.3060 -> 0.164.3095 
Oct 16 16:20:54 kg-core2 pkg[10729]: libva upgraded: 2.15.0 -> 2.16.0 
Oct 16 16:20:54 kg-core2 pkg[10729]: gstreamer1-plugins-bad upgraded: 1.16.2_2 -> 1.16.2_3 
Oct 16 16:20:54 kg-core2 pkg[10729]: libzip upgraded: 1.7.3 -> 1.9.2 
Oct 16 16:20:55 kg-core2 pkg[10729]: freeimage upgraded: 3.18.0_3 -> 3.18.0_4 
Oct 16 16:20:55 kg-core2 pkg[10729]: libftdi upgraded: 0.20_17 -> 0.20_18 
Oct 16 16:20:56 kg-core2 pkg[10729]: ffmpeg upgraded: 4.4.2_7,1 -> 4.4.3,1 
Oct 16 16:20:56 kg-core2 pkg[10729]: openh264 upgraded: 2.2.0,2 -> 2.3.0,2 
Oct 16 16:20:56 kg-core2 pkg[10729]: openocd upgraded: 0.11.0 -> 0.11.0_1 
Oct 16 16:21:09 kg-core2 pkg[10729]: opencascade upgraded: 7.6.0_6 -> 7.6.0_8 
Oct 16 16:21:09 kg-core2 pkg[10729]: openscad upgraded: 2021.01.01_12 -> 2021.01.01_14 
Oct 16 16:22:20 kg-core2 pkg[10950]: pinentry-curses upgraded: 1.2.0 -> 1.2.1 
Oct 16 16:22:20 kg-core2 pkg[10950]: poppler-utils upgraded: 22.06.0 -> 22.09.0_1 
Oct 16 16:22:20 kg-core2 pkg[10950]: poppler-qt5 upgraded: 22.06.0 -> 22.09.0_1 
Oct 16 16:22:20 kg-core2 pkg[10950]: pinentry upgraded: 1.2.0_1 -> 1.2.1 
Oct 16 16:23:51 kg-core2 pkg[11015]: avr-binutils upgraded: 2.37_2,1 -> 2.37_4,1 
Oct 16 16:23:51 kg-core2 pkg[11015]: libftdi1 upgraded: 1.5_3 -> 1.5_4 
Oct 16 16:23:51 kg-core2 pkg[11015]: arduinoOTA upgraded: 1.2.0_2 -> 1.2.0_6 
Oct 16 16:23:51 kg-core2 pkg[11015]: arduino-avrdude upgraded: 6.3_3 -> 6.3_4 
Oct 16 16:23:51 kg-core2 pkg[11015]: arduino-builder upgraded: 1.3.25_4 -> 1.3.25_8 
Oct 16 16:23:51 kg-core2 pkg[11015]: avrdude upgraded: 7.0_1 -> 7.0_2 
Oct 16 16:24:55 kg-core2 pkg[11062]: at-spi2-core upgraded: 2.36.0 -> 2.44.1 
Oct 16 16:24:55 kg-core2 pkg[11062]: atk upgraded: 2.36.0 -> 2.38.0 
Oct 16 16:24:55 kg-core2 pkg[11062]: at-spi2-atk upgraded: 2.34.2 -> 2.38.0 
Oct 16 16:25:11 kg-core2 pkg[11105]: avahi-app upgraded: 0.8 -> 0.8_1 
Oct 16 16:26:10 kg-core2 pkg[11146]: boehm-gc upgraded: 8.0.6 -> 8.2.2 
Oct 16 16:26:11 kg-core2 pkg[11146]: botan2 upgraded: 2.19.2 -> 2.19.2_2 
Oct 16 16:26:11 kg-core2 pkg[11146]: babl upgraded: 0.1.92_1 -> 0.1.96 
Oct 16 16:27:03 kg-core2 pkg[11206]: calibre upgraded: 5.44.0 -> 5.44.0_3 
Oct 16 16:28:28 kg-core2 pkg[11235]: flac upgraded: 1.3.4 -> 1.4.1_1 
Oct 16 16:28:28 kg-core2 pkg[11235]: chromaprint upgraded: 1.5.0 -> 1.5.1 
Oct 16 16:28:29 kg-core2 pkg[11235]: gtk3 upgraded: 3.24.33 -> 3.24.34 
Oct 16 16:28:29 kg-core2 pkg[11235]: libsndfile upgraded: 1.0.31_1 -> 1.0.31_2 
Oct 16 16:28:35 kg-core2 pkg[11235]: chromium upgraded: 105.0.5195.125 -> 106.0.5249.119 
Oct 16 16:28:35 kg-core2 pkg[11235]: vorbis-tools upgraded: 1.4.2,3 -> 1.4.2_1,3 
Oct 16 16:28:35 kg-core2 pkg[11235]: coreutils upgraded: 8.32 -> 9.1 
Oct 16 16:28:35 kg-core2 pkg[11235]: kid3-qt5 upgraded: 3.9.1_2 -> 3.9.2_2 
Oct 16 16:28:35 kg-core2 pkg[11235]: dmidecode upgraded: 3.4 -> 3.4_2 
Oct 16 16:31:01 kg-core2 pkg[11384]: cudatext-gtk2 upgraded: 1.166.2 -> 1.169.2 
Oct 16 16:32:19 kg-core2 pkg[11411]: hdf5-110-1.10.9 installed
Oct 16 16:32:19 kg-core2 pkg[11411]: e2fsprogs-libblkid upgraded: 1.46.5 -> 1.46.5_1 
Oct 16 16:32:19 kg-core2 pkg[11411]: fusefs-libs3 upgraded: 3.11.0 -> 3.12.0 
Oct 16 16:32:19 kg-core2 pkg[11411]: e2fsprogs upgraded: 1.46.5_1 -> 1.46.5_4 
Oct 16 16:32:20 kg-core2 pkg[11411]: fio upgraded: 3.30_1 -> 3.32 
Oct 16 16:32:22 kg-core2 pkg[11411]: fr-med upgraded: 4.0.0 -> 4.0.0_2 
Oct 16 16:33:58 kg-core2 pkg[11511]: sane-backends upgraded: 1.1.1_6 -> 1.1.1_9 
Oct 16 16:33:58 kg-core2 pkg[11511]: glib-networking upgraded: 2.72.0 -> 2.74.0 
Oct 16 16:33:58 kg-core2 pkg[11511]: graphviz upgraded: 2.50.0_5 -> 2.50.0_12 
Oct 16 16:33:58 kg-core2 pkg[11511]: lsof-4.96.3,8 installed
Oct 16 16:33:59 kg-core2 pkg[11511]: sdl2 upgraded: 2.0.22 -> 2.24.0_1 
Oct 16 16:33:59 kg-core2 pkg[11511]: libbluray upgraded: 1.3.1,1 -> 1.3.3,1 
Oct 16 16:33:59 kg-core2 pkg[11511]: libnfs upgraded: 5.0.1 -> 5.0.2 
Oct 16 16:33:59 kg-core2 pkg[11511]: libsoup3-3.2.0 installed
Oct 16 16:33:59 kg-core2 pkg[11511]: gvfs upgraded: 1.46.2_2 -> 1.50.2_1 
Oct 16 16:33:59 kg-core2 pkg[11511]: greybird-theme upgraded: 3.23.1 -> 3.23.2 
Oct 16 16:34:00 kg-core2 pkg[11511]: git upgraded: 2.37.1 -> 2.37.3 
Oct 16 16:34:00 kg-core2 pkg[11511]: gscan2pdf upgraded: 2.12.7 -> 2.12.8 
Oct 16 16:34:00 kg-core2 pkg[11511]: gawk upgraded: 5.1.1 -> 5.2.0 
Oct 16 16:34:00 kg-core2 pkg[11511]: gegl upgraded: 0.4.36 -> 0.4.38_2 
Oct 16 16:35:37 kg-core2 pkg[11852]: level-zero upgraded: 1.8.1 -> 1.8.5 
Oct 16 16:35:38 kg-core2 pkg[11852]: hwloc2 upgraded: 2.7.0_2 -> 2.8.0 
Oct 16 16:35:39 kg-core2 pkg[11852]: hdf5 upgraded: 1.10.9,1 -> 1.12.2,1 
Oct 16 16:35:40 kg-core2 pkg[11852]: slurm-wlm upgraded: 20.02.7_1 -> 20.02.7_2 
Oct 16 16:35:40 kg-core2 pkg[11852]: lib2geom upgraded: 1.1_2 -> 1.1_3 
Oct 16 16:35:40 kg-core2 pkg[11852]: libsoup upgraded: 2.74.2 -> 2.74.2_1 
Oct 16 16:35:40 kg-core2 pkg[11852]: netcdf upgraded: 4.9.0 -> 4.9.0_1 
Oct 16 16:35:40 kg-core2 pkg[11852]: isl upgraded: 0.24 -> 0.25 
Oct 16 16:35:44 kg-core2 pkg[11852]: vtk9 upgraded: 9.1.0_3 -> 9.1.0_4 
Oct 16 16:35:47 kg-core2 pkg[11852]: inkscape upgraded: 1.2_1 -> 1.2.1_6 
Oct 16 16:37:27 kg-core2 pkg[12004]: spidermonkey91 upgraded: 91.8.0_3 -> 91.13.0 
Oct 16 16:37:27 kg-core2 pkg[12004]: libnotify upgraded: 0.7.12 -> 0.8.1 
Oct 16 16:37:27 kg-core2 pkg[12004]: ngspice_rework-shlib upgraded: 36 -> 37 
Oct 16 16:37:30 kg-core2 pkg[12004]: kicad upgraded: 6.0.6,2 -> 6.0.8,2 
Oct 16 16:37:30 kg-core2 pkg[12004]: kicad-library-tmpl upgraded: 6.0.6 -> 6.0.8 
Oct 16 16:38:22 kg-core2 pkg[12004]: kicad-library-packages3d upgraded: 6.0.6 -> 6.0.8 
Oct 16 16:38:37 kg-core2 pkg[12004]: kicad-library-footprints upgraded: 6.0.6 -> 6.0.8 
Oct 16 16:38:38 kg-core2 pkg[12004]: kicad-library-symbols upgraded: 6.0.6 -> 6.0.8 
Oct 16 16:39:35 kg-core2 pkg[12088]: sweethome3d upgraded: 6.6.4 -> 7.0.2 
Oct 16 16:40:31 kg-core2 pkg[12096]: srecord upgraded: 1.64_17 -> 1.64_18 
Oct 16 16:40:31 kg-core2 pkg[12096]: mpg123 upgraded: 1.29.3 -> 1.30.2 
Oct 16 16:40:38 kg-core2 pkg[12096]: thunderbird upgraded: 102.3.0 -> 102.4.0 
Oct 16 16:40:38 kg-core2 pkg[12096]: shrinkpdf upgraded: 20191221 -> 1.1,1 
Oct 16 16:40:38 kg-core2 pkg[12096]: norm upgraded: 1.5r6_1 -> 1.5r6_2 
Oct 16 16:40:38 kg-core2 pkg[12096]: twolame upgraded: 0.4.0_1 -> 0.4.0_2 
Oct 16 16:40:39 kg-core2 pkg[12096]: tesseract upgraded: 5.1.0_1 -> 5.2.0_1 
Oct 16 16:41:48 kg-core2 pkg[12186]: libebml upgraded: 1.4.2 -> 1.4.4 
Oct 16 16:41:48 kg-core2 pkg[12186]: libmatroska upgraded: 1.6.3 -> 1.7.1 
Oct 16 16:41:49 kg-core2 pkg[12186]: spirv-tools upgraded: 2022.2 -> 2022.3 
Oct 16 16:41:49 kg-core2 pkg[12186]: upnp upgraded: 1.14.12,1 -> 1.14.13,1 
Oct 16 16:41:49 kg-core2 pkg[12186]: vulkan-loader upgraded: 1.3.219 -> 1.3.230 
Oct 16 16:41:49 kg-core2 pkg[12186]: vkd3d upgraded: 1.4 -> 1.5 
Oct 16 16:41:49 kg-core2 pkg[12186]: upower upgraded: 0.99.19 -> 1.90.0 
Oct 16 16:41:50 kg-core2 pkg[12186]: vlc upgraded: 3.0.17.4_2,4 -> 3.0.17.4_5,4 
Oct 16 16:42:35 kg-core2 pkg[12316]: w3m upgraded: 0.5.3.20220429 -> 0.5.3.20220429_1 
Oct 16 16:42:55 kg-core2 pkg[12319]: wine upgraded: 6.0.4,1 -> 6.0.4_1,1 
Oct 16 16:44:17 kg-core2 pkg[12362]: xorg-server-1.20.14,1 deinstalled
Oct 16 16:44:17 kg-core2 pkg[12362]: libxcvt-0.1.2_1 installed
Oct 16 16:44:17 kg-core2 pkg[12362]: xorg-server-21.1.4_1,1 installed
Oct 16 16:44:17 kg-core2 pkg[12362]: xf86-video-vesa upgraded: 2.5.0 -> 2.5.0_1 
Oct 16 16:44:17 kg-core2 pkg[12362]: xf86-input-libinput upgraded: 1.2.0 -> 1.2.0_1 
Oct 16 16:44:18 kg-core2 pkg[12362]: xterm upgraded: 372 -> 373 
Oct 16 16:45:57 kg-core2 pkg[12426]: libgsf upgraded: 1.14.49 -> 1.14.50 
Oct 16 16:45:57 kg-core2 pkg[12426]: xfce4-tumbler upgraded: 4.16.1 -> 4.16.1_1 
Oct 16 16:45:57 kg-core2 pkg[12426]: xfce4-panel upgraded: 4.16.4 -> 4.16.5 
Oct 16 16:45:57 kg-core2 pkg[12426]: xfce4-pulseaudio-plugin upgraded: 0.4.3_1 -> 0.4.5 
Oct 16 16:45:57 kg-core2 pkg[12426]: xfce4-notifyd upgraded: 0.6.3 -> 0.6.4 
Oct 16 16:45:57 kg-core2 pkg[12426]: mousepad upgraded: 0.5.9_1 -> 0.5.10 
Oct 16 16:45:57 kg-core2 pkg[12426]: xfce4-screenshooter-plugin upgraded: 1.9.10_2 -> 1.9.11 
Oct 16 16:45:57 kg-core2 pkg[12426]: xfce4-settings upgraded: 4.16.2 -> 4.16.3 
Oct 16 16:45:57 kg-core2 pkg[12426]: xfce4-datetime-plugin upgraded: 0.8.1_1 -> 0.8.2 
Oct 16 16:45:57 kg-core2 pkg[12426]: xfce4-desktop upgraded: 4.16.0 -> 4.16.1 
Oct 16 16:47:30 kg-core2 pkg[12524]: espeak-1.48.04_7 deinstalled
Oct 16 16:47:30 kg-core2 pkg[12524]: pcaudiolib-1.2 installed
Oct 16 16:47:30 kg-core2 pkg[12524]: espeak-ng-1.51.1_3 installed
Oct 16 16:47:30 kg-core2 pkg[12524]: talloc upgraded: 2.3.1 -> 2.3.4 
Oct 16 16:47:31 kg-core2 pkg[12524]: speech-dispatcher upgraded: 0.10.2_1 -> 0.11.2_1 
Oct 16 16:47:31 kg-core2 pkg[12524]: tdb upgraded: 1.4.3,1 -> 1.4.7,1 
Oct 16 16:47:31 kg-core2 pkg[12524]: spidermonkey78 upgraded: 78.15.0_2 -> 78.15.0_4 
Oct 16 16:47:35 kg-core2 pkg[12524]: firefox upgraded: 105.0_1,2 -> 106.0,2 
Oct 16 16:47:36 kg-core2 pkg[12524]: libfabric upgraded: 1.14.0 -> 1.15.1 
Oct 16 16:47:36 kg-core2 pkg[12524]: tevent upgraded: 0.10.2_1 -> 0.13.0 

2022-10-15: ada0p6 - ansible stiff. First run a playbook to gather info about hosts into a csv file

tingo@kg-core2:~/personal/projects/2020/ansible_fbsd/infrastructure_home $ ansible-playbook os-report.yml

PLAY [all] *******************************************************************************************************************************************

TASK [Gathering Facts] *******************************************************************************************************************************
ok: [kg-omni1]
ok: [v7]
ok: [vm2]
ok: [bpi]
ok: [vm4]
ok: [f6]
fatal: [steamos]: FAILED! => {"ansible_facts": {}, "changed": false, "failed_modules": {"ansible.legacy.setup": 
{"ansible_facts": {"discovered_interpreter_python": "/usr/bin/python3"}, "failed": true, 
"msg": "ansible-core requires a minimum of Python2 version 2.6 or Python3 version 3.5. Current version: 3.4.2 (default, Mar 20 2019, 13:01:09) [GCC 4.9.2]"}},
"msg": "The following modules failed to execute: ansible.legacy.setup\n"}
ok: [proxy]
ok: [wiki2]
ok: [vm3]
ok: [web]
ok: [xh61v]
ok: [c1]
ok: [ndwiki]
ok: [rtl433]
ok: [c2]
ok: [web2]
ok: [hdmipi]

TASK [get current user] ******************************************************************************************************************************
changed: [proxy -> localhost]

TASK [clean file] ************************************************************************************************************************************
changed: [proxy -> localhost]

TASK [fill os information] ***************************************************************************************************************************
changed: [proxy -> localhost]
changed: [v7 -> localhost]
changed: [kg-omni1 -> localhost]
changed: [web -> localhost]
changed: [vm2 -> localhost]
changed: [vm3 -> localhost]
changed: [wiki2 -> localhost]
changed: [bpi -> localhost]
changed: [vm4 -> localhost]
changed: [f6 -> localhost]
changed: [hdmipi -> localhost]
changed: [rtl433 -> localhost]
changed: [ndwiki -> localhost]
changed: [xh61v -> localhost]
changed: [web2 -> localhost]
changed: [c1 -> localhost]
changed: [c2 -> localhost]

PLAY RECAP *******************************************************************************************************************************************
bpi                        : ok=2    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
c1                         : ok=2    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
c2                         : ok=2    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
f6                         : ok=2    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
hdmipi                     : ok=2    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
kg-omni1                   : ok=2    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
ndwiki                     : ok=2    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
proxy                      : ok=4    changed=3    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
rtl433                     : ok=2    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
steamos                    : ok=0    changed=0    unreachable=0    failed=1    skipped=0    rescued=0    ignored=0   
v7                         : ok=2    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
vm2                        : ok=2    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
vm3                        : ok=2    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
vm4                        : ok=2    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
web                        : ok=2    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
web2                       : ok=2    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
wiki2                      : ok=2    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
xh61v                      : ok=2    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   

next, pretty print the csv file

tingo@kg-core2:~/personal/projects/2020/ansible_fbsd/infrastructure_home $ column -t -s, os.csv
hostname  system   distribution  version  release
proxy     FreeBSD  FreeBSD       11.4     11.4-RELEASE
kg-v7     FreeBSD  FreeBSD       11.4     11.4-STABLE
bvm6      FreeBSD  FreeBSD       11.1     11.1-RELEASE-p4
kg-omni1  FreeBSD  FreeBSD       11.4     11.4-RELEASE-p9
kg-vm2    FreeBSD  FreeBSD       12.3     12.3-RELEASE
kg-vm3    FreeBSD  FreeBSD       11.4     11.4-RELEASE-p9
wiki2     FreeBSD  FreeBSD       11.4     11.4-RELEASE-p9
kg-bpi    Linux    Debian        11       bullseye
kg-vm4    Linux    Debian        11       bullseye
kg-f6     FreeBSD  FreeBSD       11.1     11.1-STABLE
hdmipi    FreeBSD  FreeBSD       13.0     13.0-RELEASE
rtl433    Linux    Debian        10       buster
www       FreeBSD  FreeBSD       13.1     13.1-RELEASE-p1
xh61v     FreeBSD  FreeBSD       13.1     13.1-RELEASE-p2
web2      FreeBSD  FreeBSD       11.4     11.4-RELEASE-p9
kg-core1  FreeBSD  FreeBSD       13.1     13.1-RELEASE-p2
kg-core2  FreeBSD  FreeBSD       13.1     13.1-RELEASE-p2

simple stuff.

2022-10-15: ada0p6 - stopped firefox (it had used almost all the swap), reclaimed swap and started firefox again.

2022-10-10: ada0p6 - stopped firefox (it had used almost all the swap), reclaimed swap and started firefox again.

2022-10-08: ada0p6 - pkg, upgrade pkg and install ocrmypdf

Oct  8 17:22:57 kg-core2 pkg[58143]: pkg upgraded: 1.18.3 -> 1.18.4
Oct  8 17:24:31 kg-core2 pkg[58163]: py38-coloredlogs-15.0 deinstalled
Oct  8 17:24:31 kg-core2 pkg[58163]: py38-tqdm-4.63.1 deinstalled
Oct  8 17:24:31 kg-core2 pkg[58163]: py38-humanfriendly-10.0 deinstalled
Oct  8 17:24:31 kg-core2 pkg[58163]: py38-img2pdf-0.3.5 deinstalled
Oct  8 17:24:31 kg-core2 pkg[58163]: py39-pycparser-2.21 installed
Oct  8 17:24:31 kg-core2 pkg[58163]: py39-cffi-1.15.1 installed
Oct  8 17:24:31 kg-core2 pkg[58163]: py39-humanfriendly-10.0 installed
Oct  8 17:24:32 kg-core2 pkg[58163]: py39-cryptography-3.4.8 installed
Oct  8 17:24:32 kg-core2 pkg[58163]: py39-img2pdf-0.3.5 installed
Oct  8 17:24:32 kg-core2 pkg[58163]: py39-pikepdf-5.6.0 installed
Oct  8 17:24:32 kg-core2 pkg[58163]: py39-pdfminer.six-20220319 installed
Oct  8 17:24:32 kg-core2 pkg[58163]: py39-reportlab-3.5.68_1 installed
Oct  8 17:24:32 kg-core2 pkg[58163]: py39-tqdm-4.64.1 installed
Oct  8 17:24:32 kg-core2 pkg[58163]: py39-coloredlogs-15.0.1 installed
Oct  8 17:24:33 kg-core2 pkg[58163]: py39-ocrmypdf-13.6.0 installed

2022-10-08: ada0p6 - stopped chromium, reclaimed swap and started chromium again.

2022-10-04: ada0p6 - stopped firefox (it had used almost all the swap), reclaimed swap and started firefox again.

2022-09-28: ada0p6 - stopped firefox (it had used almost all the swap), reclaimed swap and started firefox again.

2022-09-27: ada0p6 - stopped chromium, reclaimed swap and started chromium again.

2022-09-26: ada0p6 - pkg - install FreeCAD 0.20

Sep 26 22:38:42 kg-core2 pkg[83114]: simage-1.7.0_9 installed
Sep 26 22:38:55 kg-core2 pkg[83114]: llvm90-9.0.1_6 installed
Sep 26 22:38:56 kg-core2 pkg[83114]: qt5-qmake-5.15.5p165 installed
Sep 26 22:38:56 kg-core2 pkg[83114]: Coin-4.0.0_2 installed
Sep 26 22:38:56 kg-core2 pkg[83114]: qt5-buildtools-5.15.5p165 installed
Sep 26 22:38:56 kg-core2 pkg[83114]: qhull-8.0.2_1,1 installed
Sep 26 22:38:56 kg-core2 pkg[83114]: qt5-datavis3d-5.15.5p0 installed
Sep 26 22:38:56 kg-core2 pkg[83114]: py39-pluggy-1.0.0 installed
Sep 26 22:38:57 kg-core2 pkg[83114]: py39-shiboken2-5.15.2_4 installed
Sep 26 22:38:57 kg-core2 pkg[83114]: py39-tornado-6.1 installed
Sep 26 22:38:57 kg-core2 pkg[83114]: qt5-gamepad-5.15.5p0 installed
Sep 26 22:38:57 kg-core2 pkg[83114]: qt5-scxml-5.15.5p0 installed
Sep 26 22:38:57 kg-core2 pkg[83114]: py39-kiwisolver-1.3.2,1 installed
Sep 26 22:38:57 kg-core2 pkg[83114]: py39-cycler-0.11.0 installed
Sep 26 22:38:57 kg-core2 pkg[83114]: qt5-quickcontrols2-5.15.5p5 installed
Sep 26 22:38:58 kg-core2 pkg[83114]: qt5-3d-5.15.5p15 installed
Sep 26 22:38:58 kg-core2 pkg[83114]: qt5-scripttools-5.15.10p0 installed
Sep 26 22:38:58 kg-core2 pkg[83114]: SoQt-1.6.0_1,1 installed
Sep 26 22:38:58 kg-core2 pkg[83114]: py39-certifi-2022.5.18.1 installed
Sep 26 22:38:59 kg-core2 pkg[83114]: py39-pytz-2021.3,1 installed
Sep 26 22:38:59 kg-core2 pkg[83114]: qt5-charts-5.15.5p1 installed
Sep 26 22:38:59 kg-core2 pkg[83114]: py39-boost-libs-1.79.0_1 installed
Sep 26 22:39:00 kg-core2 pkg[83114]: py39-matplotlib-3.4.3_3 installed
Sep 26 22:39:03 kg-core2 pkg[83114]: fr-med-4.0.0 installed
Sep 26 22:39:03 kg-core2 pkg[83114]: py39-pyside2-5.15.2_2 installed
Sep 26 22:39:03 kg-core2 pkg[83114]: libarea-20191031 installed
Sep 26 22:39:04 kg-core2 pkg[83114]: py39-pivy-0.6.6 installed
Sep 26 22:39:04 kg-core2 pkg[83114]: xerces-c3-3.2.3 installed
Sep 26 22:39:08 kg-core2 pkg[83114]: FreeCAD-0.20_1 installed

2022-09-21: ada0p6 - stopped firefox (it had used almost all the swap), reclaimed swap and started firefox again.

2022-09-19: ada0p6 - unable to ssh into the machine. In /var/log/messages I see

Sep 19 08:48:42 kg-core2 sshd[31605]: fatal: recv_rexec_state: parse config: incomplete message
Sep 19 08:48:46 kg-core2 sshd[31606]: fatal: recv_rexec_state: parse config: incomplete message
Sep 19 08:49:13 kg-core2 sshd[31608]: fatal: recv_rexec_state: parse config: incomplete message
Sep 19 08:50:14 kg-core2 sshd[31613]: fatal: recv_rexec_state: parse config: incomplete message
Sep 19 08:50:21 kg-core2 sshd[31615]: fatal: recv_rexec_state: parse config: incomplete message
Sep 19 08:51:14 kg-core2 sshd[31617]: fatal: recv_rexec_state: parse config: incomplete message
Sep 19 08:51:20 kg-core2 sshd[31619]: fatal: recv_rexec_state: parse config: incomplete message
Sep 19 08:52:13 kg-core2 sshd[31621]: fatal: recv_rexec_state: parse config: incomplete message
Sep 19 08:52:24 kg-core2 sshd[31623]: fatal: recv_rexec_state: parse config: incomplete message
Sep 19 08:52:34 kg-core2 sshd[31624]: fatal: recv_rexec_state: parse config: incomplete message
Sep 19 08:52:41 kg-core2 sshd[31625]: fatal: recv_rexec_state: parse config: incomplete message
Sep 19 08:56:14 kg-core2 sshd[31642]: fatal: recv_rexec_state: parse config: incomplete message

searching for that gets me to bug 263489, and after a service sshd restart I can ssh into the machine again.

2022-09-18: ada0p6 - pkg - upgrade

Sep 18 00:47:25 kg-core2 pkg[22884]: nspr upgraded: 4.34 -> 4.34.1 
Sep 18 00:47:26 kg-core2 pkg[22884]: gnutls upgraded: 3.7.6 -> 3.7.7 
Sep 18 00:47:26 kg-core2 pkg[22884]: sqlite3 upgraded: 3.38.5,1 -> 3.39.2,1 
Sep 18 00:47:26 kg-core2 pkg[22884]: nss upgraded: 3.80 -> 3.82 
Sep 18 00:47:26 kg-core2 pkg[22884]: svt-av1 upgraded: 1.1.0 -> 1.2.1 
Sep 18 00:47:30 kg-core2 pkg[22884]: python38 upgraded: 3.8.13_2 -> 3.8.14 
Sep 18 00:47:30 kg-core2 pkg[22884]: gpu-firmware-amd-kmod-sienna-cichlid-20220511 installed
Sep 18 00:47:31 kg-core2 pkg[22884]: ffmpeg upgraded: 4.4.2_5,1 -> 4.4.2_7,1 
Sep 18 00:47:31 kg-core2 pkg[22884]: gpu-firmware-amd-kmod-green-sardine-20220511 installed
Sep 18 00:47:31 kg-core2 pkg[22884]: xfce4-tumbler upgraded: 4.16.0_18 -> 4.16.1 
Sep 18 00:47:31 kg-core2 pkg[22884]: mime-support reinstalled: 3.62 -> 3.62 
Sep 18 00:47:31 kg-core2 pkg[22884]: gpu-firmware-kmod reinstalled: 20220511,1 -> 20220511,1 
Sep 18 00:47:31 kg-core2 pkg[22884]: py38-gdbm upgraded: 3.8.13_6 -> 3.8.14_6 
Sep 18 00:47:31 kg-core2 pkg[22884]: py38-sqlite3 upgraded: 3.8.13_7 -> 3.8.14_7 
Sep 18 00:47:36 kg-core2 pkg[22884]: chromium upgraded: 103.0.5060.134 -> 105.0.5195.125 
Sep 18 00:47:36 kg-core2 pkg[22884]: py38-tkinter upgraded: 3.8.13_6 -> 3.8.14_6 
Sep 18 00:47:40 kg-core2 pkg[22884]: thunderbird upgraded: 91.12.0 -> 102.3.0 
Sep 18 00:47:43 kg-core2 pkg[22884]: firefox upgraded: 103.0_1,2 -> 105.0_1,2 
Sep 18 00:47:44 kg-core2 pkg[22884]: curl upgraded: 7.84.0 -> 7.85.0 
Sep 18 00:47:44 kg-core2 pkg[22884]: cyrus-sasl reinstalled: 2.1.28 -> 2.1.28 

2022-09-18: ada0p6 - FreeBSD 13.1-release-p2 is now in

root@kg-core2:~ # freebsd-version -ku
13.1-RELEASE-p2
13.1-RELEASE-p2

kernel

root@kg-core2:~ # uname -a
FreeBSD kg-core2.kg4.no 13.1-RELEASE-p2 FreeBSD 13.1-RELEASE-p2 GENERIC amd64

2022-09-18: ada0p6 - freebsd-update - upgrade to FreeBSD 13.1-release

root@kg-core2:~ # freebsd-update -r 13.1-RELEASE upgrade
src component not installed, skipped
Looking up update.FreeBSD.org mirrors... 2 mirrors found.
Fetching metadata signature for 13.0-RELEASE from update1.freebsd.org... done.
Fetching metadata index... done.
Fetching 1 metadata files... done.
Inspecting system... done.

The following components of FreeBSD seem to be installed:
kernel/generic kernel/generic-dbg world/base world/lib32

The following components of FreeBSD do not seem to be installed:
world/base-dbg world/lib32-dbg

Does this look reasonable (y/n)? y
[..]
Attempting to automatically merge changes in files... done.

The following file could not be merged automatically: /etc/group
Press Enter to edit this file in vi and resolve the conflicts
manually...
[..]
The following files are affected by updates. No changes have
been downloaded, however, because the files have been modified
locally:
/.profile
/root/.profile
[..]
The following files will be removed as part of updating to
13.1-RELEASE-p2:
The following files will be added as part of updating to
13.1-RELEASE-p2:
The following files will be updated as part of updating to
13.1-RELEASE-p2:
/var/db/etcupdate/log
/var/db/mergemaster.mtree
To install the downloaded upgrades, run "/usr/sbin/freebsd-update install".

install

root@kg-core2:~ # freebsd-update install
src component not installed, skipped
Installing updates...
Kernel updates have been installed.  Please reboot and run
"/usr/sbin/freebsd-update install" again to finish installing updates.

reboot, then

root@kg-core2:~ # freebsd-update install
src component not installed, skipped
Installing updates...Scanning //usr/share/certs/blacklisted for certificates...
Scanning //usr/share/certs/trusted for certificates...
Scanning //usr/local/share/certs for certificates...
 done.

2022-09-18: ada0p6 - I rebooted the machine. As usual, I needed to escape to loader prompt and set CURRDEV to disk1p6 to get it to boot the proper partition. FreeBSD 13.0-release-p13 is now in:

root@kg-core2:~ # freebsd-version -ku
13.0-RELEASE-p13
13.0-RELEASE-p13

kernel

root@kg-core2:~ # uname -a
FreeBSD kg-core2.kg4.no 13.0-RELEASE-p13 FreeBSD 13.0-RELEASE-p13 #0: Mon Aug 29 19:52:47 UTC 2022
     root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64

2022-09-16: ada0p6 - freebsd-update fetch

root@kg-core2:~ # freebsd-update fetch
[..]
The following files will be added as part of updating to
13.0-RELEASE-p13:
/usr/share/zoneinfo/Europe/Kyiv
/usr/share/zoneinfo/GMT
The following files will be updated as part of updating to
13.0-RELEASE-p13:
[..]
/usr/share/zoneinfo/zone1970.tab

WARNING: FreeBSD 13.0-RELEASE-p11 HAS PASSED ITS END-OF-LIFE DATE.
Any security issues discovered after Wed Aug 31 02:00:00 CEST 2022
will not have been corrected.

install

root@kg-core2:~ # freebsd-update install
src component not installed, skipped
Installing updates...Scanning //usr/share/certs/blacklisted for certificates...
Scanning //usr/share/certs/trusted for certificates...
Scanning //usr/local/share/certs for certificates...
 done.

2022-09-13: ada0p6 - stopped firefox (it had used almost all the swap), reclaimed swap and started firefox again.

2022-09-12: ada0p6 - stopped chromium, reclaimed swap and started chromium again.

2022-09-05: ada0p6 - stopped firefox (it had used almost all the swap), reclaimed swap and started firefox again.

2022-09-01: ada0p6 - stopped firefox (it had used almost all the swap), reclaimed swap and started firefox again.

2022-08-31: ada0p6 - stopped chromium, reclaimed swap and started chromium again.

2022-08-26: ada0p6 - stopped firefox (it had used almost all the swap), reclaimed swap and started firefox again.

2022-08-23: ada0p6 - freebsd-update, fetch

root@kg-core2:~ # freebsd-update fetch
src component not installed, skipped
Looking up update.FreeBSD.org mirrors... 2 mirrors found.
Fetching metadata signature for 13.0-RELEASE from update1.freebsd.org... done.
Fetching metadata index... done.
Fetching 2 metadata patches.. done.
Applying metadata patches... done.
Inspecting system... done.
Preparing to download files... done.
Fetching 17 patches.....10... done.
Applying patches... done.
The following files will be updated as part of updating to
13.0-RELEASE-p12:
/bin/freebsd-version
/boot/kernel/cam.ko
/boot/kernel/kernel
/boot/kernel/wlan.ko
/usr/lib/debug/boot/kernel/cam.ko.debug
/usr/lib/debug/boot/kernel/kernel.debug
/usr/lib/debug/boot/kernel/wlan.ko.debug
/usr/lib/lib9p.a
/usr/lib/lib9p.so.1
/usr/lib/lib9p_p.a
/usr/lib/libpam.a
/usr/lib/pam_exec.so.6
/usr/lib32/lib9p.a
/usr/lib32/lib9p.so.1
/usr/lib32/lib9p_p.a
/usr/lib32/libpam.a
/usr/lib32/pam_exec.so.6

WARNING: FreeBSD 13.0-RELEASE-p11 is approaching its End-of-Life date.
It is strongly recommended that you upgrade to a newer
release within the next 1 week.

install

root@kg-core2:~ # freebsd-update install
src component not installed, skipped
Installing updates...Scanning //usr/share/certs/blacklisted for certificates...
Scanning //usr/share/certs/trusted for certificates...
Scanning //usr/local/share/certs for certificates...
 done.

2022-08-21: ada0p6 - stopped firefox, reclaimed swap and started firefox again.

2022-08-17: ada0p6 - run tests with fio. Single 4KiB random write process

tingo@kg-core2:/media/fio_test $ fio --name=random-write --ioengine=posixaio --rw=randwrite --bs=4k --size=4g --numjobs=1 --iodepth=1 --runtime=60 --time_based --end_fsync=1
random-write: (g=0): rw=randwrite, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=posixaio, iodepth=1
fio-3.30
Starting 1 process
random-write: Laying out IO file (1 file / 4096MiB)
Jobs: 1 (f=1): [F(1)][100.0%][eta 00m:00s]                         
random-write: (groupid=0, jobs=1): err= 0: pid=17603: Wed Aug 17 18:58:01 2022
  write: IOPS=720, BW=2880KiB/s (2949kB/s)(178MiB/63195msec); 0 zone resets
    slat (nsec): min=891, max=395816, avg=2280.92, stdev=2120.33
    clat (nsec): min=771, max=2933.3M, avg=1319670.40, stdev=23929114.71
     lat (usec): min=5, max=2933.3k, avg=1321.95, stdev=23929.28
    clat percentiles (usec):
     |  1.00th=[     8],  5.00th=[    10], 10.00th=[    12], 20.00th=[    15],
     | 30.00th=[    16], 40.00th=[    17], 50.00th=[    18], 60.00th=[    19],
     | 70.00th=[    20], 80.00th=[    21], 90.00th=[    26], 95.00th=[    78],
     | 99.00th=[ 11863], 99.50th=[ 13829], 99.90th=[308282], 99.95th=[400557],
     | 99.99th=[859833]
   bw (  KiB/s): min=   63, max=15540, per=100.00%, avg=3321.39, stdev=2631.60, samples=109
   iops        : min=   15, max= 3885, avg=829.94, stdev=657.95, samples=109
  lat (nsec)   : 1000=0.01%
  lat (usec)   : 2=0.02%, 4=0.01%, 10=6.84%, 20=69.35%, 50=18.57%
  lat (usec)   : 100=0.31%, 250=0.28%, 500=0.11%, 750=0.04%, 1000=0.03%
  lat (msec)   : 2=0.07%, 4=0.10%, 10=0.04%, 20=3.88%, 50=0.07%
  lat (msec)   : 100=0.04%, 250=0.10%, 500=0.11%, 750=0.01%, 1000=0.01%
  lat (msec)   : >=2000=0.01%
  cpu          : usr=0.19%, sys=0.26%, ctx=45530, majf=1, minf=1
  IO depths    : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=0,45503,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=1

Run status group 0 (all jobs):
  WRITE: bw=2880KiB/s (2949kB/s), 2880KiB/s-2880KiB/s (2949kB/s-2949kB/s), io=178MiB (186MB), run=63195-63195msec

16 parallel 64KiB random write processes

tingo@kg-core2:/media/fio_test $ fio --name=random-write --ioengine=posixaio --rw=randwrite --bs=64k --size=256m --numjobs=16 --iodepth=16 --runtime=60 --time_based --end_fsync=1
random-write: (g=0): rw=randwrite, bs=(R) 64.0KiB-64.0KiB, (W) 64.0KiB-64.0KiB, (T) 64.0KiB-64.0KiB, ioengine=posixaio, iodepth=16
...
fio-3.30
Starting 16 processes
random-write: Laying out IO file (1 file / 256MiB)
random-write: Laying out IO file (1 file / 256MiB)
random-write: Laying out IO file (1 file / 256MiB)
random-write: Laying out IO file (1 file / 256MiB)
random-write: Laying out IO file (1 file / 256MiB)
random-write: Laying out IO file (1 file / 256MiB)
random-write: Laying out IO file (1 file / 256MiB)
random-write: Laying out IO file (1 file / 256MiB)
random-write: Laying out IO file (1 file / 256MiB)
random-write: Laying out IO file (1 file / 256MiB)
random-write: Laying out IO file (1 file / 256MiB)
random-write: Laying out IO file (1 file / 256MiB)
random-write: Laying out IO file (1 file / 256MiB)
random-write: Laying out IO file (1 file / 256MiB)
random-write: Laying out IO file (1 file / 256MiB)
Jobs: 13 (f=13): [F(2),_(1),F(1),_(1),F(1),_(1),F(9)][100.0%][eta 00m:00s]
random-write: (groupid=0, jobs=1): err= 0: pid=17642: Wed Aug 17 19:07:34 2022
  write: IOPS=29, BW=1919KiB/s (1965kB/s)(144MiB/76818msec); 0 zone resets
    slat (nsec): min=1503, max=23364, avg=7259.38, stdev=2950.56
    clat (msec): min=2, max=12062, avg=447.13, stdev=1558.28
     lat (msec): min=2, max=12062, avg=447.13, stdev=1558.28
    clat percentiles (msec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    3], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    4], 60.00th=[    5],
     | 70.00th=[    5], 80.00th=[    6], 90.00th=[  936], 95.00th=[ 3373],
     | 99.00th=[ 7550], 99.50th=[12013], 99.90th=[12013], 99.95th=[12013],
     | 99.99th=[12013]
   bw (  KiB/s): min=  128, max=54291, per=49.92%, avg=14615.75, stdev=13831.19, samples=20
   iops        : min=    2, max=  848, avg=228.00, stdev=216.24, samples=20
  lat (msec)   : 4=56.01%, 10=28.53%, 50=0.04%, 100=0.65%, 250=2.91%
  lat (msec)   : 750=0.69%, 1000=1.43%, 2000=2.08%, >=2000=7.64%
  cpu          : usr=0.03%, sys=0.03%, ctx=2056, majf=0, minf=1
  IO depths    : 1=0.1%, 2=0.1%, 4=0.2%, 8=50.5%, 16=49.2%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=99.0%, 8=0.9%, 16=0.1%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=0,2303,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=16
random-write: (groupid=0, jobs=1): err= 0: pid=17643: Wed Aug 17 19:07:34 2022
  write: IOPS=27, BW=1736KiB/s (1777kB/s)(130MiB/76813msec); 0 zone resets
    slat (nsec): min=1523, max=187514, avg=7386.07, stdev=6408.11
    clat (usec): min=125, max=12063k, avg=494384.00, stdev=1596221.40
     lat (usec): min=252, max=12063k, avg=494391.38, stdev=1596221.18
    clat percentiles (msec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    3], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    5], 60.00th=[    5],
     | 70.00th=[    5], 80.00th=[    7], 90.00th=[ 1028], 95.00th=[ 3876],
     | 99.00th=[ 6477], 99.50th=[12013], 99.90th=[12013], 99.95th=[12013],
     | 99.99th=[12013]
   bw (  KiB/s): min=  512, max=54419, per=41.01%, avg=12007.00, stdev=13482.86, samples=22
   iops        : min=    8, max=  850, avg=187.18, stdev=210.78, samples=22
  lat (usec)   : 250=0.05%, 500=0.19%, 750=0.05%, 1000=0.34%
  lat (msec)   : 2=0.05%, 4=47.34%, 10=33.51%, 20=0.10%, 50=0.43%
  lat (msec)   : 100=0.24%, 250=4.32%, 500=0.29%, 750=0.62%, 1000=1.73%
  lat (msec)   : 2000=1.73%, >=2000=9.03%
  cpu          : usr=0.02%, sys=0.03%, ctx=1873, majf=0, minf=1
  IO depths    : 1=0.1%, 2=0.1%, 4=0.2%, 8=51.4%, 16=48.2%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=98.5%, 8=1.5%, 16=0.1%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=0,2083,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=16
random-write: (groupid=0, jobs=1): err= 0: pid=17644: Wed Aug 17 19:07:34 2022
  write: IOPS=29, BW=1883KiB/s (1928kB/s)(138MiB/75296msec); 0 zone resets
    slat (nsec): min=1072, max=285459, avg=7475.57, stdev=6968.07
    clat (msec): min=2, max=12063, avg=464.90, stdev=1566.84
     lat (msec): min=2, max=12063, avg=464.91, stdev=1566.84
    clat percentiles (msec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    3], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    4], 60.00th=[    5],
     | 70.00th=[    5], 80.00th=[    6], 90.00th=[ 1028], 95.00th=[ 3842],
     | 99.00th=[ 7550], 99.50th=[12013], 99.90th=[12013], 99.95th=[12013],
     | 99.99th=[12013]
   bw (  KiB/s): min=  512, max=53780, per=48.00%, avg=14053.20, stdev=13484.99, samples=20
   iops        : min=    8, max=  840, avg=219.15, stdev=210.88, samples=20
  lat (msec)   : 4=51.51%, 10=32.01%, 100=0.32%, 250=3.66%, 750=0.63%
  lat (msec)   : 1000=1.53%, 2000=1.94%, >=2000=8.40%
  cpu          : usr=0.03%, sys=0.03%, ctx=1984, majf=0, minf=1
  IO depths    : 1=0.1%, 2=0.1%, 4=0.2%, 8=50.3%, 16=49.4%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=98.4%, 8=1.5%, 16=0.1%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=0,2215,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=16
random-write: (groupid=0, jobs=1): err= 0: pid=17645: Wed Aug 17 19:07:34 2022
  write: IOPS=28, BW=1841KiB/s (1885kB/s)(138MiB/76817msec); 0 zone resets
    slat (nsec): min=1633, max=155042, avg=7219.82, stdev=4303.12
    clat (msec): min=2, max=12063, avg=465.97, stdev=1594.94
     lat (msec): min=2, max=12063, avg=465.98, stdev=1594.94
    clat percentiles (msec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    3], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    4], 60.00th=[    5],
     | 70.00th=[    5], 80.00th=[    6], 90.00th=[ 1028], 95.00th=[ 3876],
     | 99.00th=[ 7550], 99.50th=[12013], 99.90th=[12013], 99.95th=[12013],
     | 99.99th=[12013]
   bw (  KiB/s): min=  382, max=53652, per=47.89%, avg=14020.75, stdev=13244.01, samples=20
   iops        : min=    5, max=  838, avg=218.60, stdev=207.06, samples=20
  lat (msec)   : 4=50.05%, 10=32.94%, 20=0.72%, 50=0.36%, 100=0.27%
  lat (msec)   : 250=3.26%, 500=0.27%, 750=0.59%, 1000=1.45%, 2000=1.95%
  lat (msec)   : >=2000=8.14%
  cpu          : usr=0.05%, sys=0.00%, ctx=2020, majf=0, minf=1
  IO depths    : 1=0.1%, 2=0.1%, 4=0.2%, 8=50.9%, 16=48.8%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=99.0%, 8=1.0%, 16=0.1%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=0,2210,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=16
random-write: (groupid=0, jobs=1): err= 0: pid=17646: Wed Aug 17 19:07:34 2022
  write: IOPS=29, BW=1916KiB/s (1962kB/s)(138MiB/73648msec); 0 zone resets
    slat (nsec): min=1463, max=130246, avg=7340.83, stdev=4237.68
    clat (msec): min=2, max=12063, avg=467.02, stdev=1600.67
     lat (msec): min=2, max=12063, avg=467.03, stdev=1600.67
    clat percentiles (msec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    3], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    5], 60.00th=[    5],
     | 70.00th=[    5], 80.00th=[    6], 90.00th=[ 1028], 95.00th=[ 3876],
     | 99.00th=[ 7550], 99.50th=[12013], 99.90th=[12013], 99.95th=[12013],
     | 99.99th=[12013]
   bw (  KiB/s): min= 1274, max=52630, per=53.09%, avg=15543.06, stdev=12970.46, samples=18
   iops        : min=   19, max=  822, avg=242.39, stdev=202.79, samples=18
  lat (msec)   : 4=49.84%, 10=32.83%, 20=0.73%, 50=0.23%, 250=4.17%
  lat (msec)   : 750=0.68%, 1000=1.50%, 2000=2.18%, >=2000=7.85%
  cpu          : usr=0.04%, sys=0.02%, ctx=2016, majf=0, minf=1
  IO depths    : 1=0.1%, 2=0.1%, 4=0.2%, 8=50.7%, 16=49.0%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=98.7%, 8=1.2%, 16=0.1%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=0,2205,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=16
random-write: (groupid=0, jobs=1): err= 0: pid=17647: Wed Aug 17 19:07:34 2022
  write: IOPS=29, BW=1867KiB/s (1912kB/s)(140MiB/76818msec); 0 zone resets
    slat (nsec): min=1743, max=381590, avg=7332.85, stdev=8555.34
    clat (usec): min=176, max=12062k, avg=459526.44, stdev=1566124.53
     lat (usec): min=557, max=12062k, avg=459533.78, stdev=1566124.54
    clat percentiles (msec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    3], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    4], 60.00th=[    5],
     | 70.00th=[    5], 80.00th=[    6], 90.00th=[ 1028], 95.00th=[ 3708],
     | 99.00th=[ 7550], 99.50th=[12013], 99.90th=[12013], 99.95th=[12013],
     | 99.99th=[12013]
   bw (  KiB/s): min=  381, max=53397, per=42.24%, avg=12365.26, stdev=13447.24, samples=23
   iops        : min=    5, max=  834, avg=192.78, stdev=210.25, samples=23
  lat (usec)   : 250=0.04%
  lat (msec)   : 4=50.11%, 10=32.93%, 50=0.40%, 100=0.31%, 250=3.48%
  lat (msec)   : 500=0.67%, 750=0.45%, 1000=1.56%, 2000=2.01%, >=2000=8.03%
  cpu          : usr=0.03%, sys=0.02%, ctx=2061, majf=0, minf=1
  IO depths    : 1=0.1%, 2=0.1%, 4=0.3%, 8=50.5%, 16=49.1%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=98.6%, 8=1.3%, 16=0.1%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=0,2241,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=16
random-write: (groupid=0, jobs=1): err= 0: pid=17648: Wed Aug 17 19:07:34 2022
  write: IOPS=29, BW=1914KiB/s (1960kB/s)(139MiB/74384msec); 0 zone resets
    slat (nsec): min=1493, max=272624, avg=7464.65, stdev=6541.87
    clat (usec): min=211, max=12067k, avg=462832.80, stdev=1560436.52
     lat (usec): min=484, max=12067k, avg=462840.26, stdev=1560436.53
    clat percentiles (msec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    3], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    4], 60.00th=[    5],
     | 70.00th=[    5], 80.00th=[    6], 90.00th=[  936], 95.00th=[ 3742],
     | 99.00th=[ 7550], 99.50th=[11208], 99.90th=[11208], 99.95th=[11208],
     | 99.99th=[12013]
   bw (  KiB/s): min=  384, max=53141, per=45.92%, avg=13444.71, stdev=13072.12, samples=21
   iops        : min=    6, max=  830, avg=209.67, stdev=204.40, samples=21
  lat (usec)   : 250=0.04%
  lat (msec)   : 4=50.38%, 10=32.04%, 20=0.13%, 50=0.27%, 100=0.31%
  lat (msec)   : 250=3.73%, 500=0.81%, 750=0.31%, 1000=2.11%, 2000=1.93%
  lat (msec)   : >=2000=7.91%
  cpu          : usr=0.06%, sys=0.00%, ctx=2034, majf=0, minf=1
  IO depths    : 1=0.1%, 2=0.1%, 4=0.2%, 8=49.9%, 16=49.8%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=98.9%, 8=1.0%, 16=0.1%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=0,2225,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=16
random-write: (groupid=0, jobs=1): err= 0: pid=17649: Wed Aug 17 19:07:34 2022
  write: IOPS=29, BW=1857KiB/s (1902kB/s)(139MiB/76801msec); 0 zone resets
    slat (nsec): min=1693, max=179458, avg=7349.32, stdev=5116.38
    clat (msec): min=2, max=12063, avg=461.99, stdev=1583.21
     lat (msec): min=2, max=12063, avg=462.00, stdev=1583.21
    clat percentiles (msec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    3], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    5], 60.00th=[    5],
     | 70.00th=[    5], 80.00th=[    6], 90.00th=[  936], 95.00th=[ 3876],
     | 99.00th=[ 7550], 99.50th=[12013], 99.90th=[12013], 99.95th=[12013],
     | 99.99th=[12013]
   bw (  KiB/s): min=  127, max=52758, per=43.92%, avg=12857.59, stdev=13472.22, samples=22
   iops        : min=    1, max=  824, avg=200.50, stdev=210.63, samples=22
  lat (msec)   : 4=49.30%, 10=33.87%, 20=0.09%, 100=0.63%, 250=3.68%
  lat (msec)   : 500=0.22%, 750=0.72%, 1000=1.57%, 2000=2.06%, >=2000=7.85%
  cpu          : usr=0.05%, sys=0.00%, ctx=1997, majf=0, minf=1
  IO depths    : 1=0.1%, 2=0.1%, 4=0.3%, 8=51.5%, 16=48.0%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=98.8%, 8=1.1%, 16=0.1%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=0,2229,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=16
random-write: (groupid=0, jobs=1): err= 0: pid=17650: Wed Aug 17 19:07:34 2022
  write: IOPS=28, BW=1851KiB/s (1896kB/s)(139MiB/76823msec); 0 zone resets
    slat (nsec): min=1583, max=330994, avg=7508.33, stdev=8044.30
    clat (msec): min=2, max=12063, avg=463.45, stdev=1568.18
     lat (msec): min=2, max=12063, avg=463.46, stdev=1568.18
    clat percentiles (msec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    3], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    4], 60.00th=[    5],
     | 70.00th=[    5], 80.00th=[    6], 90.00th=[ 1028], 95.00th=[ 3742],
     | 99.00th=[ 7550], 99.50th=[12013], 99.90th=[12013], 99.95th=[12013],
     | 99.99th=[12013]
   bw (  KiB/s): min=  384, max=53908, per=48.15%, avg=14097.55, stdev=13473.27, samples=20
   iops        : min=    6, max=  842, avg=219.80, stdev=210.64, samples=20
  lat (msec)   : 4=50.95%, 10=32.13%, 20=0.27%, 50=0.23%, 250=4.01%
  lat (msec)   : 750=0.72%, 1000=1.44%, 2000=2.12%, >=2000=8.15%
  cpu          : usr=0.02%, sys=0.03%, ctx=2028, majf=0, minf=1
  IO depths    : 1=0.1%, 2=0.1%, 4=0.2%, 8=50.3%, 16=49.4%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=98.9%, 8=1.1%, 16=0.1%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=0,2222,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=16
random-write: (groupid=0, jobs=1): err= 0: pid=17651: Wed Aug 17 19:07:34 2022
  write: IOPS=28, BW=1799KiB/s (1843kB/s)(135MiB/76824msec); 0 zone resets
    slat (nsec): min=1604, max=30338, avg=7218.66, stdev=3011.56
    clat (msec): min=2, max=12063, avg=476.75, stdev=1605.41
     lat (msec): min=2, max=12063, avg=476.76, stdev=1605.41
    clat percentiles (msec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    3], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    4], 60.00th=[    5],
     | 70.00th=[    5], 80.00th=[    6], 90.00th=[ 1028], 95.00th=[ 3876],
     | 99.00th=[ 7550], 99.50th=[12013], 99.90th=[12013], 99.95th=[12013],
     | 99.99th=[12013]
   bw (  KiB/s): min=  256, max=52375, per=46.79%, avg=13699.90, stdev=12713.16, samples=20
   iops        : min=    4, max=  818, avg=213.60, stdev=198.76, samples=20
  lat (msec)   : 4=51.57%, 10=31.99%, 20=0.23%, 100=0.32%, 250=3.06%
  lat (msec)   : 500=0.23%, 750=0.74%, 1000=1.48%, 2000=2.22%, >=2000=8.15%
  cpu          : usr=0.04%, sys=0.01%, ctx=1963, majf=0, minf=1
  IO depths    : 1=0.1%, 2=0.1%, 4=0.3%, 8=49.9%, 16=49.7%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=98.6%, 8=1.3%, 16=0.1%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=0,2160,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=16
random-write: (groupid=0, jobs=1): err= 0: pid=17652: Wed Aug 17 19:07:34 2022
  write: IOPS=28, BW=1810KiB/s (1853kB/s)(136MiB/76821msec); 0 zone resets
    slat (nsec): min=1763, max=79891, avg=7329.02, stdev=4100.79
    clat (msec): min=2, max=12063, avg=474.12, stdev=1603.08
     lat (msec): min=2, max=12063, avg=474.13, stdev=1603.08
    clat percentiles (msec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    3], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    5], 60.00th=[    5],
     | 70.00th=[    5], 80.00th=[    6], 90.00th=[ 1028], 95.00th=[ 3876],
     | 99.00th=[ 7550], 99.50th=[11208], 99.90th=[12013], 99.95th=[12013],
     | 99.99th=[12013]
   bw (  KiB/s): min=  254, max=48159, per=40.92%, avg=11981.65, stdev=12554.47, samples=23
   iops        : min=    3, max=  752, avg=186.74, stdev=196.23, samples=23
  lat (msec)   : 4=50.28%, 10=31.86%, 20=0.83%, 50=0.28%, 100=0.23%
  lat (msec)   : 250=3.22%, 500=1.15%, 750=0.32%, 1000=1.75%, 2000=2.16%
  lat (msec)   : >=2000=7.92%
  cpu          : usr=0.00%, sys=0.05%, ctx=1976, majf=0, minf=1
  IO depths    : 1=0.1%, 2=0.1%, 4=0.4%, 8=50.3%, 16=49.2%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=98.7%, 8=1.2%, 16=0.1%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=0,2172,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=16
random-write: (groupid=0, jobs=1): err= 0: pid=17653: Wed Aug 17 19:07:34 2022
  write: IOPS=26, BW=1691KiB/s (1731kB/s)(127MiB/76813msec); 0 zone resets
    slat (nsec): min=1714, max=93837, avg=7154.98, stdev=3583.56
    clat (msec): min=2, max=13874, avg=507.53, stdev=1733.50
     lat (msec): min=2, max=13874, avg=507.54, stdev=1733.50
    clat percentiles (msec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    4], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    5], 60.00th=[    5],
     | 70.00th=[    5], 80.00th=[    7], 90.00th=[ 1028], 95.00th=[ 3876],
     | 99.00th=[ 7550], 99.50th=[13758], 99.90th=[13892], 99.95th=[13892],
     | 99.99th=[13892]
   bw (  KiB/s): min=  128, max=53269, per=41.84%, avg=12250.52, stdev=13314.21, samples=21
   iops        : min=    2, max=  832, avg=191.00, stdev=208.14, samples=21
  lat (msec)   : 4=46.23%, 10=35.73%, 20=0.20%, 50=0.15%, 250=4.44%
  lat (msec)   : 500=0.54%, 750=0.74%, 1000=1.63%, 2000=1.58%, >=2000=8.77%
  cpu          : usr=0.02%, sys=0.02%, ctx=1846, majf=0, minf=1
  IO depths    : 1=0.1%, 2=0.1%, 4=0.2%, 8=50.2%, 16=49.4%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=98.9%, 8=1.1%, 16=0.1%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=0,2029,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=16
random-write: (groupid=0, jobs=1): err= 0: pid=17654: Wed Aug 17 19:07:34 2022
  write: IOPS=28, BW=1821KiB/s (1864kB/s)(137MiB/76804msec); 0 zone resets
    slat (nsec): min=1683, max=41147, avg=7270.90, stdev=2996.11
    clat (msec): min=2, max=12062, avg=471.30, stdev=1612.95
     lat (msec): min=2, max=12062, avg=471.31, stdev=1612.95
    clat percentiles (msec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    3], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    4], 60.00th=[    5],
     | 70.00th=[    5], 80.00th=[    6], 90.00th=[ 1028], 95.00th=[ 3876],
     | 99.00th=[ 7550], 99.50th=[12013], 99.90th=[12013], 99.95th=[12013],
     | 99.99th=[12013]
   bw (  KiB/s): min=  892, max=48415, per=52.61%, avg=15401.78, stdev=12529.01, samples=18
   iops        : min=   13, max=  756, avg=240.22, stdev=195.95, samples=18
  lat (msec)   : 4=51.49%, 10=31.58%, 20=0.05%, 50=0.37%, 250=4.30%
  lat (msec)   : 750=0.64%, 1000=1.56%, 2000=2.15%, >=2000=7.87%
  cpu          : usr=0.03%, sys=0.02%, ctx=1994, majf=0, minf=1
  IO depths    : 1=0.1%, 2=0.1%, 4=0.2%, 8=50.5%, 16=49.2%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=99.0%, 8=0.9%, 16=0.1%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=0,2185,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=16
random-write: (groupid=0, jobs=1): err= 0: pid=17655: Wed Aug 17 19:07:34 2022
  write: IOPS=28, BW=1853KiB/s (1897kB/s)(139MiB/76799msec); 0 zone resets
    slat (nsec): min=1383, max=110979, avg=7416.71, stdev=4338.12
    clat (msec): min=2, max=12063, avg=463.23, stdev=1574.67
     lat (msec): min=2, max=12063, avg=463.24, stdev=1574.67
    clat percentiles (msec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    3], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    4], 60.00th=[    5],
     | 70.00th=[    5], 80.00th=[    6], 90.00th=[ 1028], 95.00th=[ 3842],
     | 99.00th=[ 7550], 99.50th=[12013], 99.90th=[12013], 99.95th=[12013],
     | 99.99th=[12013]
   bw (  KiB/s): min=  254, max=51481, per=50.71%, avg=14846.79, stdev=13204.48, samples=19
   iops        : min=    3, max=  804, avg=231.53, stdev=206.52, samples=19
  lat (msec)   : 4=50.65%, 10=32.66%, 50=0.18%, 100=0.54%, 250=3.64%
  lat (msec)   : 750=0.67%, 1000=1.48%, 2000=2.02%, >=2000=8.14%
  cpu          : usr=0.03%, sys=0.02%, ctx=2004, majf=0, minf=1
  IO depths    : 1=0.1%, 2=0.1%, 4=0.3%, 8=51.6%, 16=48.0%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=98.8%, 8=1.2%, 16=0.1%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=0,2223,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=16
random-write: (groupid=0, jobs=1): err= 0: pid=17656: Wed Aug 17 19:07:34 2022
  write: IOPS=28, BW=1846KiB/s (1890kB/s)(139MiB/76822msec); 0 zone resets
    slat (nsec): min=1222, max=55265, avg=7222.56, stdev=3197.37
    clat (msec): min=2, max=12062, avg=464.70, stdev=1594.22
     lat (msec): min=2, max=12062, avg=464.71, stdev=1594.22
    clat percentiles (msec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    3], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    4], 60.00th=[    5],
     | 70.00th=[    5], 80.00th=[    6], 90.00th=[  936], 95.00th=[ 3876],
     | 99.00th=[ 7550], 99.50th=[12013], 99.90th=[12013], 99.95th=[12013],
     | 99.99th=[12013]
   bw (  KiB/s): min=  127, max=51353, per=43.66%, avg=12782.41, stdev=13323.04, samples=22
   iops        : min=    1, max=  802, avg=199.27, stdev=208.33, samples=22
  lat (msec)   : 4=50.18%, 10=33.66%, 50=0.18%, 100=0.50%, 250=3.16%
  lat (msec)   : 500=0.14%, 750=0.72%, 1000=1.49%, 2000=2.17%, >=2000=7.81%
  cpu          : usr=0.04%, sys=0.02%, ctx=2035, majf=0, minf=1
  IO depths    : 1=0.1%, 2=0.1%, 4=0.5%, 8=50.6%, 16=48.7%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=99.1%, 8=0.8%, 16=0.1%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=0,2216,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=16
random-write: (groupid=0, jobs=1): err= 0: pid=17657: Wed Aug 17 19:07:34 2022
  write: IOPS=28, BW=1853KiB/s (1897kB/s)(139MiB/76816msec); 0 zone resets
    slat (nsec): min=1152, max=109347, avg=7211.09, stdev=3598.64
    clat (msec): min=2, max=12063, avg=463.03, stdev=1591.66
     lat (msec): min=2, max=12063, avg=463.04, stdev=1591.66
    clat percentiles (msec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    3], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    5], 60.00th=[    5],
     | 70.00th=[    5], 80.00th=[    6], 90.00th=[  944], 95.00th=[ 3742],
     | 99.00th=[ 7550], 99.50th=[12013], 99.90th=[12013], 99.95th=[12013],
     | 99.99th=[12013]
   bw (  KiB/s): min=  384, max=50842, per=48.20%, avg=14111.20, stdev=13190.77, samples=20
   iops        : min=    6, max=  794, avg=220.10, stdev=206.23, samples=20
  lat (msec)   : 4=49.28%, 10=34.31%, 100=0.72%, 250=3.42%, 500=0.13%
  lat (msec)   : 750=0.72%, 1000=1.44%, 2000=2.11%, >=2000=7.87%
  cpu          : usr=0.03%, sys=0.02%, ctx=2016, majf=0, minf=1
  IO depths    : 1=0.1%, 2=0.1%, 4=0.2%, 8=50.7%, 16=49.0%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=98.5%, 8=1.5%, 16=0.1%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=0,2224,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=16

Run status group 0 (all jobs):
  WRITE: bw=28.6MiB/s (30.0MB/s), 1691KiB/s-1919KiB/s (1731kB/s-1965kB/s), io=2196MiB (2303MB), run=73648-76824msec

Single 1MiB random write process

tingo@kg-core2:/media/fio_test $ fio --name=random-write --ioengine=posixaio --rw=randwrite --bs=1m --size=16g --numjobs=1 --iodepth=1 --runtime=60 --time_based --end_fsync=1
random-write: (g=0): rw=randwrite, bs=(R) 1024KiB-1024KiB, (W) 1024KiB-1024KiB, (T) 1024KiB-1024KiB, ioengine=posixaio, iodepth=1
fio-3.30
Starting 1 process
random-write: Laying out IO file (1 file / 16384MiB)
Jobs: 1 (f=1): [F(1)][100.0%][w=1024KiB/s][w=1 IOPS][eta 00m:00s] 
random-write: (groupid=0, jobs=1): err= 0: pid=17709: Wed Aug 17 19:15:25 2022
  write: IOPS=71, BW=71.2MiB/s (74.6MB/s)(4437MiB/62343msec); 0 zone resets
    slat (usec): min=12, max=177, avg=28.18, stdev= 8.40
    clat (usec): min=268, max=1909.1k, avg=13679.63, stdev=84239.33
     lat (usec): min=286, max=1909.1k, avg=13707.81, stdev=84239.51
    clat percentiles (usec):
     |  1.00th=[    285],  5.00th=[    297], 10.00th=[    306],
     | 20.00th=[    318], 30.00th=[    326], 40.00th=[    338],
     | 50.00th=[    347], 60.00th=[    355], 70.00th=[    367],
     | 80.00th=[    379], 90.00th=[    424], 95.00th=[    553],
     | 99.00th=[ 425722], 99.50th=[ 549454], 99.90th=[ 960496],
     | 99.95th=[1451230], 99.99th=[1904215]
   bw (  KiB/s): min= 4096, max=284103, per=100.00%, avg=85273.21, stdev=42237.93, samples=106
   iops        : min=    4, max=  277, avg=82.83, stdev=41.25, samples=106
  lat (usec)   : 500=93.73%, 750=2.32%
  lat (msec)   : 20=0.18%, 50=0.11%, 100=0.47%, 250=0.52%, 500=2.10%
  lat (msec)   : 750=0.43%, 1000=0.05%, 2000=0.09%
  cpu          : usr=0.21%, sys=0.02%, ctx=4441, majf=0, minf=1
  IO depths    : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=0,4437,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=1

Run status group 0 (all jobs):
  WRITE: bw=71.2MiB/s (74.6MB/s), 71.2MiB/s-71.2MiB/s (74.6MB/s-74.6MB/s), io=4437MiB (4653MB), run=62343-62343msec

Single 4MiB random write process

tingo@kg-core2:/media/fio_test $ fio --name=random-write --ioengine=posixaio --rw=randwrite --bs=4m --size=16g --numjobs=1 --iodepth=1 --runtime=60 --time_based --end_fsync=1
random-write: (g=0): rw=randwrite, bs=(R) 4096KiB-4096KiB, (W) 4096KiB-4096KiB, (T) 4096KiB-4096KiB, ioengine=posixaio, iodepth=1
fio-3.30
Starting 1 process
Jobs: 1 (f=1): [F(1)][100.0%][eta 00m:00s]                       
random-write: (groupid=0, jobs=1): err= 0: pid=17733: Wed Aug 17 19:20:04 2022
  write: IOPS=11, BW=47.8MiB/s (50.1MB/s)(2968MiB/62135msec); 0 zone resets
    slat (usec): min=48, max=320, avg=98.39, stdev=29.52
    clat (usec): min=1038, max=1152.7k, avg=81829.36, stdev=240798.89
     lat (usec): min=1164, max=1152.8k, avg=81927.75, stdev=240800.17
    clat percentiles (usec):
     |  1.00th=[   1106],  5.00th=[   1139], 10.00th=[   1172],
     | 20.00th=[   1221], 30.00th=[   1254], 40.00th=[   1287],
     | 50.00th=[   1319], 60.00th=[   1369], 70.00th=[   1434],
     | 80.00th=[   1663], 90.00th=[ 270533], 95.00th=[ 658506],
     | 99.00th=[1069548], 99.50th=[1098908], 99.90th=[1149240],
     | 99.95th=[1149240], 99.99th=[1149240]
   bw (  KiB/s): min= 8175, max=267659, per=100.00%, avg=78410.19, stdev=41346.24, samples=77
   iops        : min=    1, max=   65, avg=18.55, stdev=10.19, samples=77
  lat (msec)   : 2=82.61%, 4=0.13%, 20=1.21%, 50=1.62%, 100=0.13%
  lat (msec)   : 250=3.64%, 500=4.18%, 750=1.62%, 1000=0.40%, 2000=4.45%
  cpu          : usr=0.12%, sys=0.20%, ctx=770, majf=0, minf=1
  IO depths    : 1=100.1%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=0,742,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=1

Run status group 0 (all jobs):
  WRITE: bw=47.8MiB/s (50.1MB/s), 47.8MiB/s-47.8MiB/s (50.1MB/s-50.1MB/s), io=2968MiB (3112MB), run=62135-62135msec

that's it.

2022-08-17: ada0p6 - prepare to test the WD My Passport 2TB drive. mount it

tingo@kg-core2:/zt/t2/doc/WD/My_Passport/2TB $ mount /dev/da5p1 /media
mount: /dev/da5p1: Operation not permitted
tingo@kg-core2:/zt/t2/doc/WD/My_Passport/2TB $ mkdir mpoint_test
tingo@kg-core2:/zt/t2/doc/WD/My_Passport/2TB $ mount /dev/da5p1 ~/doc/WD/My_Passport/2TB/mpoint_test/
mount: /dev/da5p1: Operation not permitted

ok, do it the hard way

tingo@kg-core2:/zt/t2/doc/WD/My_Passport/2TB $ sudo mount /dev/da5p1 /media
tingo@kg-core2:/zt/t2/doc/WD/My_Passport/2TB $ ll /media
total 12
drwxr-xr-x   3 root  wheel     -  512 Aug 17 17:24 ./
drwxr-xr-x  21 root  wheel     - 1024 Aug 17 18:43 ../
drwxrwxr-x   2 root  operator  -  512 Aug 17 17:24 .snap/
tingo@kg-core2:/zt/t2/doc/WD/My_Passport/2TB $ sudo chmod g+w /media/.

verify

tingo@kg-core2:/zt/t2/doc/WD/My_Passport/2TB $ ll /media
total 12
drwxrwxr-x   3 root  wheel     -  512 Aug 17 17:24 ./
drwxr-xr-x  21 root  wheel     - 1024 Aug 17 18:43 ../
drwxrwxr-x   2 root  operator  -  512 Aug 17 17:24 .snap/

change to drive, make a test directory

tingo@kg-core2:/zt/t2/doc/WD/My_Passport/2TB $ cd /media
tingo@kg-core2:/media $ mkdir fio_test
tingo@kg-core2:/media $ cd fio_test/

2022-08-17: ada0p6 - pkg - install fio

Aug 17 18:40:50 kg-core2 pkg[17503]: fio-3.30_1 installed

2022-08-17: ada0p6 - set up the WD My Passport 2TB drive for use with FreeBSD. First remove the NTFS partition

tingo@kg-core2:/zt/t2/doc/WD/My_Passport/2TB $ sudo gpart delete -i 1 da5
da5p1 deleted

destroy the geom partition table

tingo@kg-core2:/zt/t2/doc/WD/My_Passport/2TB $ sudo gpart destroy da5
da5 destroyed

and start over, create a gpt partiton table

tingo@kg-core2:/zt/t2/doc/WD/My_Passport/2TB $ sudo gpart create -s GPT da5
da5 created

add a freebsd-ufs partition

tingo@kg-core2:/zt/t2/doc/WD/My_Passport/2TB $ sudo gpart add -t freebsd-ufs da5
da5p1 added

check status now

tingo@kg-core2:/zt/t2/doc/WD/My_Passport/2TB $ gpart show -p da5
=>        40  3906963376    da5  GPT  (1.8T)
          40  3906963376  da5p1  freebsd-ufs  (1.8T)

create a filesystem

tingo@kg-core2:/zt/t2/doc/WD/My_Passport/2TB $ sudo newfs -U  /dev/da5p1
/dev/da5p1: 1907697.0MB (3906963376 sectors) block size 32768, fragment size 4096
    using 3052 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
    with soft updates
super-block backups (for fsck_ffs -b #) at:
 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672,
 14085120, 15365568, 16646016, 17926464, 19206912, 20487360, 21767808, 23048256, 24328704, 25609152,
 26889600, 28170048, 29450496, 30730944, 32011392, 33291840, 34572288, 35852736, 37133184, 38413632,
 39694080, 40974528, 42254976, 43535424, 44815872, 46096320, 47376768, 48657216, 49937664, 51218112,
 52498560, 53779008, 55059456, 56339904, 57620352, 58900800, 60181248, 61461696, 62742144, 64022592,
 65303040, 66583488, 67863936, 69144384, 70424832, 71705280, 72985728, 74266176, 75546624, 76827072,
 78107520, 79387968, 80668416, 81948864, 83229312, 84509760, 85790208, 87070656, 88351104, 89631552,
 90912000, 92192448, 93472896, 94753344, 96033792, 97314240, 98594688, 99875136, 101155584, 102436032,
 103716480, 104996928, 106277376, 107557824, 108838272, 110118720, 111399168, 112679616, 113960064,
 115240512, 116520960, 117801408, 119081856, 120362304, 121642752, 122923200, 124203648, 125484096,
 126764544, 128044992, 129325440, 130605888, 131886336, 133166784, 134447232, 135727680, 137008128,
 138288576, 139569024, 140849472, 142129920, 143410368, 144690816, 145971264, 147251712, 148532160,
 149812608, 151093056, 152373504, 153653952, 154934400, 156214848, 157495296, 158775744, 160056192,
 161336640, 162617088, 163897536, 165177984, 166458432, 167738880, 169019328, 170299776, 171580224,
 172860672, 174141120, 175421568, 176702016, 177982464, 179262912, 180543360, 181823808, 183104256,
 184384704, 185665152, 186945600, 188226048, 189506496, 190786944, 192067392, 193347840, 194628288,
 195908736, 197189184, 198469632, 199750080, 201030528, 202310976, 203591424, 204871872, 206152320,
 207432768, 208713216, 209993664, 211274112, 212554560, 213835008, 215115456, 216395904, 217676352,
 218956800, 220237248, 221517696, 222798144, 224078592, 225359040, 226639488, 227919936, 229200384,
 230480832, 231761280, 233041728, 234322176, 235602624, 236883072, 238163520, 239443968, 240724416,
 242004864, 243285312, 244565760, 245846208, 247126656, 248407104, 249687552, 250968000, 252248448,
 253528896, 254809344, 256089792, 257370240, 258650688, 259931136, 261211584, 262492032, 263772480,
 265052928, 266333376, 267613824, 268894272, 270174720, 271455168, 272735616, 274016064, 275296512,
 276576960, 277857408, 279137856, 280418304, 281698752, 282979200, 284259648, 285540096, 286820544,
 288100992, 289381440, 290661888, 291942336, 293222784, 294503232, 295783680, 297064128, 298344576,
 299625024, 300905472, 302185920, 303466368, 304746816, 306027264, 307307712, 308588160, 309868608,
 311149056, 312429504, 313709952, 314990400, 316270848, 317551296, 318831744, 320112192, 321392640,
 322673088, 323953536, 325233984, 326514432, 327794880, 329075328, 330355776, 331636224, 332916672,
 334197120, 335477568, 336758016, 338038464, 339318912, 340599360, 341879808, 343160256, 344440704,
 345721152, 347001600, 348282048, 349562496, 350842944, 352123392, 353403840, 354684288, 355964736,
 357245184, 358525632, 359806080, 361086528, 362366976, 363647424, 364927872, 366208320, 367488768,
 368769216, 370049664, 371330112, 372610560, 373891008, 375171456, 376451904, 377732352, 379012800,
 380293248, 381573696, 382854144, 384134592, 385415040, 386695488, 387975936, 389256384, 390536832,
 391817280, 393097728, 394378176, 395658624, 396939072, 398219520, 399499968, 400780416, 402060864,
 403341312, 404621760, 405902208, 407182656, 408463104, 409743552, 411024000, 412304448, 413584896,
 414865344, 416145792, 417426240, 418706688, 419987136, 421267584, 422548032, 423828480, 425108928,
 426389376, 427669824, 428950272, 430230720, 431511168, 432791616, 434072064, 435352512, 436632960,
 437913408, 439193856, 440474304, 441754752, 443035200, 444315648, 445596096, 446876544, 448156992,
 449437440, 450717888, 451998336, 453278784, 454559232, 455839680, 457120128, 458400576, 459681024,
 460961472, 462241920, 463522368, 464802816, 466083264, 467363712, 468644160, 469924608, 471205056,
 472485504, 473765952, 475046400, 476326848, 477607296, 478887744, 480168192, 481448640, 482729088,
 484009536, 485289984, 486570432, 487850880, 489131328, 490411776, 491692224, 492972672, 494253120,
 495533568, 496814016, 498094464, 499374912, 500655360, 501935808, 503216256, 504496704, 505777152,
 507057600, 508338048, 509618496, 510898944, 512179392, 513459840, 514740288, 516020736, 517301184,
 518581632, 519862080, 521142528, 522422976, 523703424, 524983872, 526264320, 527544768, 528825216,
 530105664, 531386112, 532666560, 533947008, 535227456, 536507904, 537788352, 539068800, 540349248,
 541629696, 542910144, 544190592, 545471040, 546751488, 548031936, 549312384, 550592832, 551873280,
 553153728, 554434176, 555714624, 556995072, 558275520, 559555968, 560836416, 562116864, 563397312,
 564677760, 565958208, 567238656, 568519104, 569799552, 571080000, 572360448, 573640896, 574921344,
 576201792, 577482240, 578762688, 580043136, 581323584, 582604032, 583884480, 585164928, 586445376,
 587725824, 589006272, 590286720, 591567168, 592847616, 594128064, 595408512, 596688960, 597969408,
 599249856, 600530304, 601810752, 603091200, 604371648, 605652096, 606932544, 608212992, 609493440,
 610773888, 612054336, 613334784, 614615232, 615895680, 617176128, 618456576, 619737024, 621017472,
 622297920, 623578368, 624858816, 626139264, 627419712, 628700160, 629980608, 631261056, 632541504,
 633821952, 635102400, 636382848, 637663296, 638943744, 640224192, 641504640, 642785088, 644065536,
 645345984, 646626432, 647906880, 649187328, 650467776, 651748224, 653028672, 654309120, 655589568,
 656870016, 658150464, 659430912, 660711360, 661991808, 663272256, 664552704, 665833152, 667113600,
 668394048, 669674496, 670954944, 672235392, 673515840, 674796288, 676076736, 677357184, 678637632,
 679918080, 681198528, 682478976, 683759424, 685039872, 686320320, 687600768, 688881216, 690161664,
 691442112, 692722560, 694003008, 695283456, 696563904, 697844352, 699124800, 700405248, 701685696,
 702966144, 704246592, 705527040, 706807488, 708087936, 709368384, 710648832, 711929280, 713209728,
 714490176, 715770624, 717051072, 718331520, 719611968, 720892416, 722172864, 723453312, 724733760,
 726014208, 727294656, 728575104, 729855552, 731136000, 732416448, 733696896, 734977344, 736257792,
 737538240, 738818688, 740099136, 741379584, 742660032, 743940480, 745220928, 746501376, 747781824,
 749062272, 750342720, 751623168, 752903616, 754184064, 755464512, 756744960, 758025408, 759305856,
 760586304, 761866752, 763147200, 764427648, 765708096, 766988544, 768268992, 769549440, 770829888,
 772110336, 773390784, 774671232, 775951680, 777232128, 778512576, 779793024, 781073472, 782353920,
 783634368, 784914816, 786195264, 787475712, 788756160, 790036608, 791317056, 792597504, 793877952,
 795158400, 796438848, 797719296, 798999744, 800280192, 801560640, 802841088, 804121536, 805401984,
 806682432, 807962880, 809243328, 810523776, 811804224, 813084672, 814365120, 815645568, 816926016,
 818206464, 819486912, 820767360, 822047808, 823328256, 824608704, 825889152, 827169600, 828450048,
 829730496, 831010944, 832291392, 833571840, 834852288, 836132736, 837413184, 838693632, 839974080,
 841254528, 842534976, 843815424, 845095872, 846376320, 847656768, 848937216, 850217664, 851498112,
 852778560, 854059008, 855339456, 856619904, 857900352, 859180800, 860461248, 861741696, 863022144,
 864302592, 865583040, 866863488, 868143936, 869424384, 870704832, 871985280, 873265728, 874546176,
 875826624, 877107072, 878387520, 879667968, 880948416, 882228864, 883509312, 884789760, 886070208,
 887350656, 888631104, 889911552, 891192000, 892472448, 893752896, 895033344, 896313792, 897594240,
 898874688, 900155136, 901435584, 902716032, 903996480, 905276928, 906557376, 907837824, 909118272,
 910398720, 911679168, 912959616, 914240064, 915520512, 916800960, 918081408, 919361856, 920642304,
 921922752, 923203200, 924483648, 925764096, 927044544, 928324992, 929605440, 930885888, 932166336,
 933446784, 934727232, 936007680, 937288128, 938568576, 939849024, 941129472, 942409920, 943690368,
 944970816, 946251264, 947531712, 948812160, 950092608, 951373056, 952653504, 953933952, 955214400,
 956494848, 957775296, 959055744, 960336192, 961616640, 962897088, 964177536, 965457984, 966738432,
 968018880, 969299328, 970579776, 971860224, 973140672, 974421120, 975701568, 976982016, 978262464,
 979542912, 980823360, 982103808, 983384256, 984664704, 985945152, 987225600, 988506048, 989786496,
 991066944, 992347392, 993627840, 994908288, 996188736, 997469184, 998749632, 1000030080, 1001310528,
 1002590976, 1003871424, 1005151872, 1006432320, 1007712768, 1008993216, 1010273664, 1011554112,
 1012834560, 1014115008, 1015395456, 1016675904, 1017956352, 1019236800, 1020517248, 1021797696,
 1023078144, 1024358592, 1025639040, 1026919488, 1028199936, 1029480384, 1030760832, 1032041280,
 1033321728, 1034602176, 1035882624, 1037163072, 1038443520, 1039723968, 1041004416, 1042284864,
 1043565312, 1044845760, 1046126208, 1047406656, 1048687104, 1049967552, 1051248000, 1052528448,
 1053808896, 1055089344, 1056369792, 1057650240, 1058930688, 1060211136, 1061491584, 1062772032,
 1064052480, 1065332928, 1066613376, 1067893824, 1069174272, 1070454720, 1071735168, 1073015616,
 1074296064, 1075576512, 1076856960, 1078137408, 1079417856, 1080698304, 1081978752, 1083259200,
 1084539648, 1085820096, 1087100544, 1088380992, 1089661440, 1090941888, 1092222336, 1093502784,
 1094783232, 1096063680, 1097344128, 1098624576, 1099905024, 1101185472, 1102465920, 1103746368,
 1105026816, 1106307264, 1107587712, 1108868160, 1110148608, 1111429056, 1112709504, 1113989952,
 1115270400, 1116550848, 1117831296, 1119111744, 1120392192, 1121672640, 1122953088, 1124233536,
 1125513984, 1126794432, 1128074880, 1129355328, 1130635776, 1131916224, 1133196672, 1134477120,
 1135757568, 1137038016, 1138318464, 1139598912, 1140879360, 1142159808, 1143440256, 1144720704,
 1146001152, 1147281600, 1148562048, 1149842496, 1151122944, 1152403392, 1153683840, 1154964288,
 1156244736, 1157525184, 1158805632, 1160086080, 1161366528, 1162646976, 1163927424, 1165207872,
 1166488320, 1167768768, 1169049216, 1170329664, 1171610112, 1172890560, 1174171008, 1175451456,
 1176731904, 1178012352, 1179292800, 1180573248, 1181853696, 1183134144, 1184414592, 1185695040,
 1186975488, 1188255936, 1189536384, 1190816832, 1192097280, 1193377728, 1194658176, 1195938624,
 1197219072, 1198499520, 1199779968, 1201060416, 1202340864, 1203621312, 1204901760, 1206182208,
 1207462656, 1208743104, 1210023552, 1211304000, 1212584448, 1213864896, 1215145344, 1216425792,
 1217706240, 1218986688, 1220267136, 1221547584, 1222828032, 1224108480, 1225388928, 1226669376,
 1227949824, 1229230272, 1230510720, 1231791168, 1233071616, 1234352064, 1235632512, 1236912960,
 1238193408, 1239473856, 1240754304, 1242034752, 1243315200, 1244595648, 1245876096, 1247156544,
 1248436992, 1249717440, 1250997888, 1252278336, 1253558784, 1254839232, 1256119680, 1257400128,
 1258680576, 1259961024, 1261241472, 1262521920, 1263802368, 1265082816, 1266363264, 1267643712,
 1268924160, 1270204608, 1271485056, 1272765504, 1274045952, 1275326400, 1276606848, 1277887296,
 1279167744, 1280448192, 1281728640, 1283009088, 1284289536, 1285569984, 1286850432, 1288130880,
 1289411328, 1290691776, 1291972224, 1293252672, 1294533120, 1295813568, 1297094016, 1298374464,
 1299654912, 1300935360, 1302215808, 1303496256, 1304776704, 1306057152, 1307337600, 1308618048,
 1309898496, 1311178944, 1312459392, 1313739840, 1315020288, 1316300736, 1317581184, 1318861632,
 1320142080, 1321422528, 1322702976, 1323983424, 1325263872, 1326544320, 1327824768, 1329105216,
 1330385664, 1331666112, 1332946560, 1334227008, 1335507456, 1336787904, 1338068352, 1339348800,
 1340629248, 1341909696, 1343190144, 1344470592, 1345751040, 1347031488, 1348311936, 1349592384,
 1350872832, 1352153280, 1353433728, 1354714176, 1355994624, 1357275072, 1358555520, 1359835968,
 1361116416, 1362396864, 1363677312, 1364957760, 1366238208, 1367518656, 1368799104, 1370079552,
 1371360000, 1372640448, 1373920896, 1375201344, 1376481792, 1377762240, 1379042688, 1380323136,
 1381603584, 1382884032, 1384164480, 1385444928, 1386725376, 1388005824, 1389286272, 1390566720,
 1391847168, 1393127616, 1394408064, 1395688512, 1396968960, 1398249408, 1399529856, 1400810304,
 1402090752, 1403371200, 1404651648, 1405932096, 1407212544, 1408492992, 1409773440, 1411053888,
 1412334336, 1413614784, 1414895232, 1416175680, 1417456128, 1418736576, 1420017024, 1421297472,
 1422577920, 1423858368, 1425138816, 1426419264, 1427699712, 1428980160, 1430260608, 1431541056,
 1432821504, 1434101952, 1435382400, 1436662848, 1437943296, 1439223744, 1440504192, 1441784640,
 1443065088, 1444345536, 1445625984, 1446906432, 1448186880, 1449467328, 1450747776, 1452028224,
 1453308672, 1454589120, 1455869568, 1457150016, 1458430464, 1459710912, 1460991360, 1462271808,
 1463552256, 1464832704, 1466113152, 1467393600, 1468674048, 1469954496, 1471234944, 1472515392,
 1473795840, 1475076288, 1476356736, 1477637184, 1478917632, 1480198080, 1481478528, 1482758976,
 1484039424, 1485319872, 1486600320, 1487880768, 1489161216, 1490441664, 1491722112, 1493002560,
 1494283008, 1495563456, 1496843904, 1498124352, 1499404800, 1500685248, 1501965696, 1503246144,
 1504526592, 1505807040, 1507087488, 1508367936, 1509648384, 1510928832, 1512209280, 1513489728,
 1514770176, 1516050624, 1517331072, 1518611520, 1519891968, 1521172416, 1522452864, 1523733312,
 1525013760, 1526294208, 1527574656, 1528855104, 1530135552, 1531416000, 1532696448, 1533976896,
 1535257344, 1536537792, 1537818240, 1539098688, 1540379136, 1541659584, 1542940032, 1544220480,
 1545500928, 1546781376, 1548061824, 1549342272, 1550622720, 1551903168, 1553183616, 1554464064,
 1555744512, 1557024960, 1558305408, 1559585856, 1560866304, 1562146752, 1563427200, 1564707648,
 1565988096, 1567268544, 1568548992, 1569829440, 1571109888, 1572390336, 1573670784, 1574951232,
 1576231680, 1577512128, 1578792576, 1580073024, 1581353472, 1582633920, 1583914368, 1585194816,
 1586475264, 1587755712, 1589036160, 1590316608, 1591597056, 1592877504, 1594157952, 1595438400,
 1596718848, 1597999296, 1599279744, 1600560192, 1601840640, 1603121088, 1604401536, 1605681984,
 1606962432, 1608242880, 1609523328, 1610803776, 1612084224, 1613364672, 1614645120, 1615925568,
 1617206016, 1618486464, 1619766912, 1621047360, 1622327808, 1623608256, 1624888704, 1626169152,
 1627449600, 1628730048, 1630010496, 1631290944, 1632571392, 1633851840, 1635132288, 1636412736,
 1637693184, 1638973632, 1640254080, 1641534528, 1642814976, 1644095424, 1645375872, 1646656320,
 1647936768, 1649217216, 1650497664, 1651778112, 1653058560, 1654339008, 1655619456, 1656899904,
 1658180352, 1659460800, 1660741248, 1662021696, 1663302144, 1664582592, 1665863040, 1667143488,
 1668423936, 1669704384, 1670984832, 1672265280, 1673545728, 1674826176, 1676106624, 1677387072,
 1678667520, 1679947968, 1681228416, 1682508864, 1683789312, 1685069760, 1686350208, 1687630656,
 1688911104, 1690191552, 1691472000, 1692752448, 1694032896, 1695313344, 1696593792, 1697874240,
 1699154688, 1700435136, 1701715584, 1702996032, 1704276480, 1705556928, 1706837376, 1708117824,
 1709398272, 1710678720, 1711959168, 1713239616, 1714520064, 1715800512, 1717080960, 1718361408,
 1719641856, 1720922304, 1722202752, 1723483200, 1724763648, 1726044096, 1727324544, 1728604992,
 1729885440, 1731165888, 1732446336, 1733726784, 1735007232, 1736287680, 1737568128, 1738848576,
 1740129024, 1741409472, 1742689920, 1743970368, 1745250816, 1746531264, 1747811712, 1749092160,
 1750372608, 1751653056, 1752933504, 1754213952, 1755494400, 1756774848, 1758055296, 1759335744,
 1760616192, 1761896640, 1763177088, 1764457536, 1765737984, 1767018432, 1768298880, 1769579328,
 1770859776, 1772140224, 1773420672, 1774701120, 1775981568, 1777262016, 1778542464, 1779822912,
 1781103360, 1782383808, 1783664256, 1784944704, 1786225152, 1787505600, 1788786048, 1790066496,
 1791346944, 1792627392, 1793907840, 1795188288, 1796468736, 1797749184, 1799029632, 1800310080,
 1801590528, 1802870976, 1804151424, 1805431872, 1806712320, 1807992768, 1809273216, 1810553664,
 1811834112, 1813114560, 1814395008, 1815675456, 1816955904, 1818236352, 1819516800, 1820797248,
 1822077696, 1823358144, 1824638592, 1825919040, 1827199488, 1828479936, 1829760384, 1831040832,
 1832321280, 1833601728, 1834882176, 1836162624, 1837443072, 1838723520, 1840003968, 1841284416,
 1842564864, 1843845312, 1845125760, 1846406208, 1847686656, 1848967104, 1850247552, 1851528000,
 1852808448, 1854088896, 1855369344, 1856649792, 1857930240, 1859210688, 1860491136, 1861771584,
 1863052032, 1864332480, 1865612928, 1866893376, 1868173824, 1869454272, 1870734720, 1872015168,
 1873295616, 1874576064, 1875856512, 1877136960, 1878417408, 1879697856, 1880978304, 1882258752,
 1883539200, 1884819648, 1886100096, 1887380544, 1888660992, 1889941440, 1891221888, 1892502336,
 1893782784, 1895063232, 1896343680, 1897624128, 1898904576, 1900185024, 1901465472, 1902745920,
 1904026368, 1905306816, 1906587264, 1907867712, 1909148160, 1910428608, 1911709056, 1912989504,
 1914269952, 1915550400, 1916830848, 1918111296, 1919391744, 1920672192, 1921952640, 1923233088,
 1924513536, 1925793984, 1927074432, 1928354880, 1929635328, 1930915776, 1932196224, 1933476672,
 1934757120, 1936037568, 1937318016, 1938598464, 1939878912, 1941159360, 1942439808, 1943720256,
 1945000704, 1946281152, 1947561600, 1948842048, 1950122496, 1951402944, 1952683392, 1953963840,
 1955244288, 1956524736, 1957805184, 1959085632, 1960366080, 1961646528, 1962926976, 1964207424,
 1965487872, 1966768320, 1968048768, 1969329216, 1970609664, 1971890112, 1973170560, 1974451008,
 1975731456, 1977011904, 1978292352, 1979572800, 1980853248, 1982133696, 1983414144, 1984694592,
 1985975040, 1987255488, 1988535936, 1989816384, 1991096832, 1992377280, 1993657728, 1994938176,
 1996218624, 1997499072, 1998779520, 2000059968, 2001340416, 2002620864, 2003901312, 2005181760,
 2006462208, 2007742656, 2009023104, 2010303552, 2011584000, 2012864448, 2014144896, 2015425344,
 2016705792, 2017986240, 2019266688, 2020547136, 2021827584, 2023108032, 2024388480, 2025668928,
 2026949376, 2028229824, 2029510272, 2030790720, 2032071168, 2033351616, 2034632064, 2035912512,
 2037192960, 2038473408, 2039753856, 2041034304, 2042314752, 2043595200, 2044875648, 2046156096,
 2047436544, 2048716992, 2049997440, 2051277888, 2052558336, 2053838784, 2055119232, 2056399680,
 2057680128, 2058960576, 2060241024, 2061521472, 2062801920, 2064082368, 2065362816, 2066643264,
 2067923712, 2069204160, 2070484608, 2071765056, 2073045504, 2074325952, 2075606400, 2076886848,
 2078167296, 2079447744, 2080728192, 2082008640, 2083289088, 2084569536, 2085849984, 2087130432,
 2088410880, 2089691328, 2090971776, 2092252224, 2093532672, 2094813120, 2096093568, 2097374016,
 2098654464, 2099934912, 2101215360, 2102495808, 2103776256, 2105056704, 2106337152, 2107617600,
 2108898048, 2110178496, 2111458944, 2112739392, 2114019840, 2115300288, 2116580736, 2117861184,
 2119141632, 2120422080, 2121702528, 2122982976, 2124263424, 2125543872, 2126824320, 2128104768,
 2129385216, 2130665664, 2131946112, 2133226560, 2134507008, 2135787456, 2137067904, 2138348352,
 2139628800, 2140909248, 2142189696, 2143470144, 2144750592, 2146031040, 2147311488, 2148591936,
 2149872384, 2151152832, 2152433280, 2153713728, 2154994176, 2156274624, 2157555072, 2158835520,
 2160115968, 2161396416, 2162676864, 2163957312, 2165237760, 2166518208, 2167798656, 2169079104,
 2170359552, 2171640000, 2172920448, 2174200896, 2175481344, 2176761792, 2178042240, 2179322688,
 2180603136, 2181883584, 2183164032, 2184444480, 2185724928, 2187005376, 2188285824, 2189566272,
 2190846720, 2192127168, 2193407616, 2194688064, 2195968512, 2197248960, 2198529408, 2199809856,
 2201090304, 2202370752, 2203651200, 2204931648, 2206212096, 2207492544, 2208772992, 2210053440,
 2211333888, 2212614336, 2213894784, 2215175232, 2216455680, 2217736128, 2219016576, 2220297024,
 2221577472, 2222857920, 2224138368, 2225418816, 2226699264, 2227979712, 2229260160, 2230540608,
 2231821056, 2233101504, 2234381952, 2235662400, 2236942848, 2238223296, 2239503744, 2240784192,
 2242064640, 2243345088, 2244625536, 2245905984, 2247186432, 2248466880, 2249747328, 2251027776,
 2252308224, 2253588672, 2254869120, 2256149568, 2257430016, 2258710464, 2259990912, 2261271360,
 2262551808, 2263832256, 2265112704, 2266393152, 2267673600, 2268954048, 2270234496, 2271514944,
 2272795392, 2274075840, 2275356288, 2276636736, 2277917184, 2279197632, 2280478080, 2281758528,
 2283038976, 2284319424, 2285599872, 2286880320, 2288160768, 2289441216, 2290721664, 2292002112,
 2293282560, 2294563008, 2295843456, 2297123904, 2298404352, 2299684800, 2300965248, 2302245696,
 2303526144, 2304806592, 2306087040, 2307367488, 2308647936, 2309928384, 2311208832, 2312489280,
 2313769728, 2315050176, 2316330624, 2317611072, 2318891520, 2320171968, 2321452416, 2322732864,
 2324013312, 2325293760, 2326574208, 2327854656, 2329135104, 2330415552, 2331696000, 2332976448,
 2334256896, 2335537344, 2336817792, 2338098240, 2339378688, 2340659136, 2341939584, 2343220032,
 2344500480, 2345780928, 2347061376, 2348341824, 2349622272, 2350902720, 2352183168, 2353463616,
 2354744064, 2356024512, 2357304960, 2358585408, 2359865856, 2361146304, 2362426752, 2363707200,
 2364987648, 2366268096, 2367548544, 2368828992, 2370109440, 2371389888, 2372670336, 2373950784,
 2375231232, 2376511680, 2377792128, 2379072576, 2380353024, 2381633472, 2382913920, 2384194368,
 2385474816, 2386755264, 2388035712, 2389316160, 2390596608, 2391877056, 2393157504, 2394437952,
 2395718400, 2396998848, 2398279296, 2399559744, 2400840192, 2402120640, 2403401088, 2404681536,
 2405961984, 2407242432, 2408522880, 2409803328, 2411083776, 2412364224, 2413644672, 2414925120,
 2416205568, 2417486016, 2418766464, 2420046912, 2421327360, 2422607808, 2423888256, 2425168704,
 2426449152, 2427729600, 2429010048, 2430290496, 2431570944, 2432851392, 2434131840, 2435412288,
 2436692736, 2437973184, 2439253632, 2440534080, 2441814528, 2443094976, 2444375424, 2445655872,
 2446936320, 2448216768, 2449497216, 2450777664, 2452058112, 2453338560, 2454619008, 2455899456,
 2457179904, 2458460352, 2459740800, 2461021248, 2462301696, 2463582144, 2464862592, 2466143040,
 2467423488, 2468703936, 2469984384, 2471264832, 2472545280, 2473825728, 2475106176, 2476386624,
 2477667072, 2478947520, 2480227968, 2481508416, 2482788864, 2484069312, 2485349760, 2486630208,
 2487910656, 2489191104, 2490471552, 2491752000, 2493032448, 2494312896, 2495593344, 2496873792,
 2498154240, 2499434688, 2500715136, 2501995584, 2503276032, 2504556480, 2505836928, 2507117376,
 2508397824, 2509678272, 2510958720, 2512239168, 2513519616, 2514800064, 2516080512, 2517360960,
 2518641408, 2519921856, 2521202304, 2522482752, 2523763200, 2525043648, 2526324096, 2527604544,
 2528884992, 2530165440, 2531445888, 2532726336, 2534006784, 2535287232, 2536567680, 2537848128,
 2539128576, 2540409024, 2541689472, 2542969920, 2544250368, 2545530816, 2546811264, 2548091712,
 2549372160, 2550652608, 2551933056, 2553213504, 2554493952, 2555774400, 2557054848, 2558335296,
 2559615744, 2560896192, 2562176640, 2563457088, 2564737536, 2566017984, 2567298432, 2568578880,
 2569859328, 2571139776, 2572420224, 2573700672, 2574981120, 2576261568, 2577542016, 2578822464,
 2580102912, 2581383360, 2582663808, 2583944256, 2585224704, 2586505152, 2587785600, 2589066048,
 2590346496, 2591626944, 2592907392, 2594187840, 2595468288, 2596748736, 2598029184, 2599309632,
 2600590080, 2601870528, 2603150976, 2604431424, 2605711872, 2606992320, 2608272768, 2609553216,
 2610833664, 2612114112, 2613394560, 2614675008, 2615955456, 2617235904, 2618516352, 2619796800,
 2621077248, 2622357696, 2623638144, 2624918592, 2626199040, 2627479488, 2628759936, 2630040384,
 2631320832, 2632601280, 2633881728, 2635162176, 2636442624, 2637723072, 2639003520, 2640283968,
 2641564416, 2642844864, 2644125312, 2645405760, 2646686208, 2647966656, 2649247104, 2650527552,
 2651808000, 2653088448, 2654368896, 2655649344, 2656929792, 2658210240, 2659490688, 2660771136,
 2662051584, 2663332032, 2664612480, 2665892928, 2667173376, 2668453824, 2669734272, 2671014720,
 2672295168, 2673575616, 2674856064, 2676136512, 2677416960, 2678697408, 2679977856, 2681258304,
 2682538752, 2683819200, 2685099648, 2686380096, 2687660544, 2688940992, 2690221440, 2691501888,
 2692782336, 2694062784, 2695343232, 2696623680, 2697904128, 2699184576, 2700465024, 2701745472,
 2703025920, 2704306368, 2705586816, 2706867264, 2708147712, 2709428160, 2710708608, 2711989056,
 2713269504, 2714549952, 2715830400, 2717110848, 2718391296, 2719671744, 2720952192, 2722232640,
 2723513088, 2724793536, 2726073984, 2727354432, 2728634880, 2729915328, 2731195776, 2732476224,
 2733756672, 2735037120, 2736317568, 2737598016, 2738878464, 2740158912, 2741439360, 2742719808,
 2744000256, 2745280704, 2746561152, 2747841600, 2749122048, 2750402496, 2751682944, 2752963392,
 2754243840, 2755524288, 2756804736, 2758085184, 2759365632, 2760646080, 2761926528, 2763206976,
 2764487424, 2765767872, 2767048320, 2768328768, 2769609216, 2770889664, 2772170112, 2773450560,
 2774731008, 2776011456, 2777291904, 2778572352, 2779852800, 2781133248, 2782413696, 2783694144,
 2784974592, 2786255040, 2787535488, 2788815936, 2790096384, 2791376832, 2792657280, 2793937728,
 2795218176, 2796498624, 2797779072, 2799059520, 2800339968, 2801620416, 2802900864, 2804181312,
 2805461760, 2806742208, 2808022656, 2809303104, 2810583552, 2811864000, 2813144448, 2814424896,
 2815705344, 2816985792, 2818266240, 2819546688, 2820827136, 2822107584, 2823388032, 2824668480,
 2825948928, 2827229376, 2828509824, 2829790272, 2831070720, 2832351168, 2833631616, 2834912064,
 2836192512, 2837472960, 2838753408, 2840033856, 2841314304, 2842594752, 2843875200, 2845155648,
 2846436096, 2847716544, 2848996992, 2850277440, 2851557888, 2852838336, 2854118784, 2855399232,
 2856679680, 2857960128, 2859240576, 2860521024, 2861801472, 2863081920, 2864362368, 2865642816,
 2866923264, 2868203712, 2869484160, 2870764608, 2872045056, 2873325504, 2874605952, 2875886400,
 2877166848, 2878447296, 2879727744, 2881008192, 2882288640, 2883569088, 2884849536, 2886129984,
 2887410432, 2888690880, 2889971328, 2891251776, 2892532224, 2893812672, 2895093120, 2896373568,
 2897654016, 2898934464, 2900214912, 2901495360, 2902775808, 2904056256, 2905336704, 2906617152,
 2907897600, 2909178048, 2910458496, 2911738944, 2913019392, 2914299840, 2915580288, 2916860736,
 2918141184, 2919421632, 2920702080, 2921982528, 2923262976, 2924543424, 2925823872, 2927104320,
 2928384768, 2929665216, 2930945664, 2932226112, 2933506560, 2934787008, 2936067456, 2937347904,
 2938628352, 2939908800, 2941189248, 2942469696, 2943750144, 2945030592, 2946311040, 2947591488,
 2948871936, 2950152384, 2951432832, 2952713280, 2953993728, 2955274176, 2956554624, 2957835072,
 2959115520, 2960395968, 2961676416, 2962956864, 2964237312, 2965517760, 2966798208, 2968078656,
 2969359104, 2970639552, 2971920000, 2973200448, 2974480896, 2975761344, 2977041792, 2978322240,
 2979602688, 2980883136, 2982163584, 2983444032, 2984724480, 2986004928, 2987285376, 2988565824,
 2989846272, 2991126720, 2992407168, 2993687616, 2994968064, 2996248512, 2997528960, 2998809408,
 3000089856, 3001370304, 3002650752, 3003931200, 3005211648, 3006492096, 3007772544, 3009052992,
 3010333440, 3011613888, 3012894336, 3014174784, 3015455232, 3016735680, 3018016128, 3019296576,
 3020577024, 3021857472, 3023137920, 3024418368, 3025698816, 3026979264, 3028259712, 3029540160,
 3030820608, 3032101056, 3033381504, 3034661952, 3035942400, 3037222848, 3038503296, 3039783744,
 3041064192, 3042344640, 3043625088, 3044905536, 3046185984, 3047466432, 3048746880, 3050027328,
 3051307776, 3052588224, 3053868672, 3055149120, 3056429568, 3057710016, 3058990464, 3060270912,
 3061551360, 3062831808, 3064112256, 3065392704, 3066673152, 3067953600, 3069234048, 3070514496,
 3071794944, 3073075392, 3074355840, 3075636288, 3076916736, 3078197184, 3079477632, 3080758080,
 3082038528, 3083318976, 3084599424, 3085879872, 3087160320, 3088440768, 3089721216, 3091001664,
 3092282112, 3093562560, 3094843008, 3096123456, 3097403904, 3098684352, 3099964800, 3101245248,
 3102525696, 3103806144, 3105086592, 3106367040, 3107647488, 3108927936, 3110208384, 3111488832,
 3112769280, 3114049728, 3115330176, 3116610624, 3117891072, 3119171520, 3120451968, 3121732416,
 3123012864, 3124293312, 3125573760, 3126854208, 3128134656, 3129415104, 3130695552, 3131976000,
 3133256448, 3134536896, 3135817344, 3137097792, 3138378240, 3139658688, 3140939136, 3142219584,
 3143500032, 3144780480, 3146060928, 3147341376, 3148621824, 3149902272, 3151182720, 3152463168,
 3153743616, 3155024064, 3156304512, 3157584960, 3158865408, 3160145856, 3161426304, 3162706752,
 3163987200, 3165267648, 3166548096, 3167828544, 3169108992, 3170389440, 3171669888, 3172950336,
 3174230784, 3175511232, 3176791680, 3178072128, 3179352576, 3180633024, 3181913472, 3183193920,
 3184474368, 3185754816, 3187035264, 3188315712, 3189596160, 3190876608, 3192157056, 3193437504,
 3194717952, 3195998400, 3197278848, 3198559296, 3199839744, 3201120192, 3202400640, 3203681088,
 3204961536, 3206241984, 3207522432, 3208802880, 3210083328, 3211363776, 3212644224, 3213924672,
 3215205120, 3216485568, 3217766016, 3219046464, 3220326912, 3221607360, 3222887808, 3224168256,
 3225448704, 3226729152, 3228009600, 3229290048, 3230570496, 3231850944, 3233131392, 3234411840,
 3235692288, 3236972736, 3238253184, 3239533632, 3240814080, 3242094528, 3243374976, 3244655424,
 3245935872, 3247216320, 3248496768, 3249777216, 3251057664, 3252338112, 3253618560, 3254899008,
 3256179456, 3257459904, 3258740352, 3260020800, 3261301248, 3262581696, 3263862144, 3265142592,
 3266423040, 3267703488, 3268983936, 3270264384, 3271544832, 3272825280, 3274105728, 3275386176,
 3276666624, 3277947072, 3279227520, 3280507968, 3281788416, 3283068864, 3284349312, 3285629760,
 3286910208, 3288190656, 3289471104, 3290751552, 3292032000, 3293312448, 3294592896, 3295873344,
 3297153792, 3298434240, 3299714688, 3300995136, 3302275584, 3303556032, 3304836480, 3306116928,
 3307397376, 3308677824, 3309958272, 3311238720, 3312519168, 3313799616, 3315080064, 3316360512,
 3317640960, 3318921408, 3320201856, 3321482304, 3322762752, 3324043200, 3325323648, 3326604096,
 3327884544, 3329164992, 3330445440, 3331725888, 3333006336, 3334286784, 3335567232, 3336847680,
 3338128128, 3339408576, 3340689024, 3341969472, 3343249920, 3344530368, 3345810816, 3347091264,
 3348371712, 3349652160, 3350932608, 3352213056, 3353493504, 3354773952, 3356054400, 3357334848,
 3358615296, 3359895744, 3361176192, 3362456640, 3363737088, 3365017536, 3366297984, 3367578432,
 3368858880, 3370139328, 3371419776, 3372700224, 3373980672, 3375261120, 3376541568, 3377822016,
 3379102464, 3380382912, 3381663360, 3382943808, 3384224256, 3385504704, 3386785152, 3388065600,
 3389346048, 3390626496, 3391906944, 3393187392, 3394467840, 3395748288, 3397028736, 3398309184,
 3399589632, 3400870080, 3402150528, 3403430976, 3404711424, 3405991872, 3407272320, 3408552768,
 3409833216, 3411113664, 3412394112, 3413674560, 3414955008, 3416235456, 3417515904, 3418796352,
 3420076800, 3421357248, 3422637696, 3423918144, 3425198592, 3426479040, 3427759488, 3429039936,
 3430320384, 3431600832, 3432881280, 3434161728, 3435442176, 3436722624, 3438003072, 3439283520,
 3440563968, 3441844416, 3443124864, 3444405312, 3445685760, 3446966208, 3448246656, 3449527104,
 3450807552, 3452088000, 3453368448, 3454648896, 3455929344, 3457209792, 3458490240, 3459770688,
 3461051136, 3462331584, 3463612032, 3464892480, 3466172928, 3467453376, 3468733824, 3470014272,
 3471294720, 3472575168, 3473855616, 3475136064, 3476416512, 3477696960, 3478977408, 3480257856,
 3481538304, 3482818752, 3484099200, 3485379648, 3486660096, 3487940544, 3489220992, 3490501440,
 3491781888, 3493062336, 3494342784, 3495623232, 3496903680, 3498184128, 3499464576, 3500745024,
 3502025472, 3503305920, 3504586368, 3505866816, 3507147264, 3508427712, 3509708160, 3510988608,
 3512269056, 3513549504, 3514829952, 3516110400, 3517390848, 3518671296, 3519951744, 3521232192,
 3522512640, 3523793088, 3525073536, 3526353984, 3527634432, 3528914880, 3530195328, 3531475776,
 3532756224, 3534036672, 3535317120, 3536597568, 3537878016, 3539158464, 3540438912, 3541719360,
 3542999808, 3544280256, 3545560704, 3546841152, 3548121600, 3549402048, 3550682496, 3551962944,
 3553243392, 3554523840, 3555804288, 3557084736, 3558365184, 3559645632, 3560926080, 3562206528,
 3563486976, 3564767424, 3566047872, 3567328320, 3568608768, 3569889216, 3571169664, 3572450112,
 3573730560, 3575011008, 3576291456, 3577571904, 3578852352, 3580132800, 3581413248, 3582693696,
 3583974144, 3585254592, 3586535040, 3587815488, 3589095936, 3590376384, 3591656832, 3592937280,
 3594217728, 3595498176, 3596778624, 3598059072, 3599339520, 3600619968, 3601900416, 3603180864,
 3604461312, 3605741760, 3607022208, 3608302656, 3609583104, 3610863552, 3612144000, 3613424448,
 3614704896, 3615985344, 3617265792, 3618546240, 3619826688, 3621107136, 3622387584, 3623668032,
 3624948480, 3626228928, 3627509376, 3628789824, 3630070272, 3631350720, 3632631168, 3633911616,
 3635192064, 3636472512, 3637752960, 3639033408, 3640313856, 3641594304, 3642874752, 3644155200,
 3645435648, 3646716096, 3647996544, 3649276992, 3650557440, 3651837888, 3653118336, 3654398784,
 3655679232, 3656959680, 3658240128, 3659520576, 3660801024, 3662081472, 3663361920, 3664642368,
 3665922816, 3667203264, 3668483712, 3669764160, 3671044608, 3672325056, 3673605504, 3674885952,
 3676166400, 3677446848, 3678727296, 3680007744, 3681288192, 3682568640, 3683849088, 3685129536,
 3686409984, 3687690432, 3688970880, 3690251328, 3691531776, 3692812224, 3694092672, 3695373120,
 3696653568, 3697934016, 3699214464, 3700494912, 3701775360, 3703055808, 3704336256, 3705616704,
 3706897152, 3708177600, 3709458048, 3710738496, 3712018944, 3713299392, 3714579840, 3715860288,
 3717140736, 3718421184, 3719701632, 3720982080, 3722262528, 3723542976, 3724823424, 3726103872,
 3727384320, 3728664768, 3729945216, 3731225664, 3732506112, 3733786560, 3735067008, 3736347456,
 3737627904, 3738908352, 3740188800, 3741469248, 3742749696, 3744030144, 3745310592, 3746591040,
 3747871488, 3749151936, 3750432384, 3751712832, 3752993280, 3754273728, 3755554176, 3756834624,
 3758115072, 3759395520, 3760675968, 3761956416, 3763236864, 3764517312, 3765797760, 3767078208,
 3768358656, 3769639104, 3770919552, 3772200000, 3773480448, 3774760896, 3776041344, 3777321792,
 3778602240, 3779882688, 3781163136, 3782443584, 3783724032, 3785004480, 3786284928, 3787565376,
 3788845824, 3790126272, 3791406720, 3792687168, 3793967616, 3795248064, 3796528512, 3797808960,
 3799089408, 3800369856, 3801650304, 3802930752, 3804211200, 3805491648, 3806772096, 3808052544,
 3809332992, 3810613440, 3811893888, 3813174336, 3814454784, 3815735232, 3817015680, 3818296128,
 3819576576, 3820857024, 3822137472, 3823417920, 3824698368, 3825978816, 3827259264, 3828539712,
 3829820160, 3831100608, 3832381056, 3833661504, 3834941952, 3836222400, 3837502848, 3838783296,
 3840063744, 3841344192, 3842624640, 3843905088, 3845185536, 3846465984, 3847746432, 3849026880,
 3850307328, 3851587776, 3852868224, 3854148672, 3855429120, 3856709568, 3857990016, 3859270464,
 3860550912, 3861831360, 3863111808, 3864392256, 3865672704, 3866953152, 3868233600, 3869514048,
 3870794496, 3872074944, 3873355392, 3874635840, 3875916288, 3877196736, 3878477184, 3879757632,
 3881038080, 3882318528, 3883598976, 3884879424, 3886159872, 3887440320, 3888720768, 3890001216,
 3891281664, 3892562112, 3893842560, 3895123008, 3896403456, 3897683904, 3898964352, 3900244800,
 3901525248, 3902805696, 3904086144, 3905366592, 3906647040

2022-08-17: ada0p6 - I bought a WD My Passport 2TB external usb 3.0 hard drive (WDBYVG0020BBL-WESN) at Elkjøp Glasmagasinet for NOK 659.- (outlet price). When attached to my usb hub, it shows up like this in /var/log/messages:

Aug 17 15:54:15 kg-core2 kernel: da5 at umass-sim1 bus 1 scbus6 target 0 lun 0
Aug 17 15:54:15 kg-core2 kernel: da5: <WD My Passport 2626 1034> Fixed Direct Access SPC-4 SCSI device
Aug 17 15:54:15 kg-core2 kernel: da5: Serial Number 57583832413731304E394E37
Aug 17 15:54:15 kg-core2 kernel: da5: 400.000MB/s transfers
Aug 17 15:54:15 kg-core2 kernel: da5: 1907697MB (3906963456 512 byte sectors)
Aug 17 15:54:15 kg-core2 kernel: da5: quirks=0x2<NO_6_BYTE>
Aug 17 15:54:15 kg-core2 kernel: ses0 at umass-sim1 bus 1 scbus6 target 0 lun 1
Aug 17 15:54:15 kg-core2 kernel: ses0: <WD SES Device 1034> Fixed Enclosure Services SPC-4 SCSI device
Aug 17 15:54:15 kg-core2 kernel: ses0: Serial Number 57583832413731304E394E37
Aug 17 15:54:15 kg-core2 kernel: ses0: 400.000MB/s transfers
Aug 17 15:54:15 kg-core2 kernel: ses0: SES Device

and usbconfig says

root@kg-core2:~ # usbconfig -d ugen1.5
ugen1.5: <Western Digital My Passport 2626> at usbus1, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=ON (224mA)

gpart

root@kg-core2:~ # gpart show -p da5
=>        34  3906963389    da5  GPT  (1.8T)
          34        2014         - free -  (1.0M)
        2048  3906959360  da5p1  ms-basic-data  (1.8T)
  3906961408        2015         - free -  (1.0M)

disktype

root@kg-core2:~ # disktype /dev/da5

--- /dev/da5
Character device, size 1.819 TiB (2000365289472 bytes)
DOS/MBR partition map
Partition 1: 2.000 TiB (2199023255040 bytes, 4294967295 sectors from 1)
  Type 0xEE (EFI GPT protective)
GPT partition map, 128 entries
  Disk size 1.819 TiB (2000365289472 bytes, 3906963456 sectors)
  Disk GUID FEDA18CF-68A3-4B4B-9AD5-19A9695C8597
Partition 1: 1.819 TiB (2000363192320 bytes, 3906959360 sectors from 2048)
  Type Basic Data (GUID A2A0D0EB-E5B9-3344-87C0-68B6B72699C7)
  Partition Name "My Passport"
  Partition GUID 124C44F7-E8CC-FE46-9CF5-DF975E419D88
  NTFS file system
    Volume size 1.819 TiB (2000363191808 bytes, 3906959359 sectors)
Partition 2: unused

Interesting that it has a ses device. sesutil works

root@kg-core2:~ # sesutil status
ses0: OK
root@kg-core2:~ # sesutil status -u /dev/ses0
ses0: OK
root@kg-core2:~ # sesutil show -u /dev/ses0
ses0: 
root@kg-core2:~ # sesutil map -u /dev/ses0
ses0:

the locate command doesn't show a locate led

root@kg-core2:~ # sesutil locate -u /dev/ses0
Usage: sesutil locate [-u /dev/ses<N>] (<disk>|<sesid>|all) (on|off)
    Change the state of the locate LED associated with a disk
root@kg-core2:~ # sesutil locate -u /dev/ses0 on
Usage: sesutil locate [-u /dev/ses<N>] (<disk>|<sesid>|all) (on|off)
    Change the state of the locate LED associated with a disk
root@kg-core2:~ # sesutil locate -u /dev/ses0 0 on
sesutil: Requested SES ID does not exist
root@kg-core2:~ # sesutil locate -u /dev/ses0 all on
root@kg-core2:~ # sesutil locate -u /dev/ses0 all off

I will use this drive for backups.

2022-08-16: ada0p6 - stopped firefox, reclaimed swap and started firefox again.

2022-08-12: ada0p6 - stopped firefox, reclaimed swap and started firefox again.

2022-08-08: ada0p6 - write a EmuTOS disk iage to a very small (128M) microSD card

tingo@kg-core2:/zt/t2/doc/Rosco/rosco_m68k/os/EmuTOS $ unzip -p emutos_rosco_v2_VERSION_1_1-327-ga1a6c2d4.zip | sudo dd of=/dev/da9 bs=4M status=progress
  67108864 bytes (67 MB, 64 MiB) transferred 19.210s, 3494 kB/s  
0+8192 records in
16+0 records out
67108864 bytes transferred in 19.532720 secs (3435715 bytes/sec)

gpart says

tingo@kg-core2:/zt/t2/doc/Rosco/rosco_m68k/os/EmuTOS $ gpart show -p da9
=>      63  15728577    da9  MBR  (7.5G)
        63       450         - free -  (225K)
       513     65536  da9s1  !4  (32M)
     66049     65536  da9s2  !4  (32M)
    131585  15597055         - free -  (7.4G)

disktype shows

tingo@kg-core2:/zt/t2/doc/Rosco/rosco_m68k/os/EmuTOS $ disktype /dev/da9

--- /dev/da9
Character device, size 7.500 GiB (8053063680 bytes)
DOS/MBR partition map
Partition 1: 32 MiB (33554432 bytes, 65536 sectors from 513)
  Type 0x04 (FAT16 <32M)
  FAT16 file system (hints score 5 of 5)
    Volume size 31.74 MiB (33276928 bytes, 64994 clusters of 512 bytes)
    Volume name "DISK_C"
Partition 2: 32 MiB (33554432 bytes, 65536 sectors from 66049)
  Type 0x04 (FAT16 <32M)
  FAT16 file system (hints score 5 of 5)
    Volume size 31.74 MiB (33276928 bytes, 64994 clusters of 512 bytes)
    Volume name "DISK_D"

2022-08-06: ada0p6 - stopped firefox, reclaimed swap and started firefox again.

2022-08-02: ada0p6 - pkg - install x86info

Aug  2 21:45:18 kg-core2 pkg[5080]: x86info-1.31.s03 installed

then load cpctl (kldload cpuctl) and get output from cpuctl

root@kg-core2:~ # x86info -a
x86info v1.31pre
Found 12 identical CPUs
Extended Family: 8 Extended Model: 0 Family: 15 Model: 8 Stepping: 2
CPU Model (x86info's best guess): Unknown CPU 0x800f82
Processor name string (BIOS programmed): AMD Ryzen 5 2600 Six-Core Processor            

Number of reporting banks : 7

MCG_CTL:
 Data cache check enabled
  ECC 1 bit error reporting enabled
  ECC multi bit error reporting enabled
  Data cache data parity enabled
  Data cache main tag parity enabled
  Data cache snoop tag parity enabled
  L1 TLB parity enabled
  L2 TLB parity enabled
 Instruction cache check enabled
  ECC 1 bit error reporting enabled
  ECC multi bit error reporting enabled
  Instruction cache data parity enabled
  IC main tag parity enabled
  IC snoop tag parity enabled
  L1 TLB parity enabled
  L2 TLB parity enabled
  Predecode array parity enabled
  Target selector parity enabled
  Read data error enabled
 Bus unit check enabled
  External L2 tag parity error enabled
  L2 partial tag parity error enabled
  System ECC TLB reload error enabled
  L2 ECC TLB reload error enabled
  L2 ECC K7 deallocate disabled
  L2 ECC probe deallocate disabled
  System datareaderror reporting disabled
 Load/Store unit check enabled
  Read data error enable (loads) enabled
  Read data error enable (stores) enabled

           31       23       15       7 
Bank: 0 (0x400)
MC0CTL:    00000000 00011111 11111111 11111111
MC0STATUS: 00000000 00000000 00000000 00000000
MC0ADDR:   00000000 00000000 00000000 00000000
MC0MISC:   00000000 00000000 00000000 00000000

Bank: 1 (0x404)
MC1CTL:    00000000 00000000 00111111 11111111
MC1STATUS: 00000000 00000000 00000000 00000000
MC1ADDR:   00000000 00000000 00000000 00000000
MC1MISC:   00000000 00000000 00000000 00000000

Bank: 2 (0x408)
MC2CTL:    00000000 00000000 00000000 00001111
MC2STATUS: 00000000 00000000 00000000 00000000
MC2ADDR:   00000000 00000000 00000000 00000000
MC2MISC:   00000000 00000000 00000000 00000000

Bank: 3 (0x40c)
MC3CTL:    00000000 00000000 00000001 11111111
MC3STATUS: 00000000 00000000 00000000 00000000
MC3ADDR:   00000000 00000000 00000000 00000000
MC3MISC:   00000000 00000000 00000000 00000000

Bank: 4 (0x410)
MC4CTL:    00000000 00000000 00000000 00000000
MC4STATUS: 00000000 00000000 00000000 00000000
MC4ADDR:   00000000 00000000 00000000 00000000
MC4MISC:   00000000 00000000 00000000 00000000

Bank: 5 (0x414)
MC5CTL:    00000000 00000000 00000111 11111111
MC5STATUS: 00000000 00000000 00000000 00000000
MC5ADDR:   00000000 00000000 00000000 00000000
MC5MISC:   00000000 00000000 00000000 00000000

Bank: 6 (0x418)
MC6CTL:    00000000 00000000 00000000 01111111
MC6STATUS: 00000000 00000000 00000000 00000000
MC6ADDR:   00000000 00000000 00000000 00000000
MC6MISC:   00000000 00000000 00000000 00000000

Microcode patch level: 0x800820d

PowerNOW! Technology information
Available features:
    Temperature sensing diode present.
    Thermal Trip
    Thermal Monitoring
    Hardware P-state control
    invariant TSC
    Core Performance Boost
    read-only Effective Frequency Interface
    Effective Frequency Interface

Pstate-P0:  600MHz (current)
Pstate-P1:  700MHz
Pstate-P2:  3800MHz

Monitor/Mwait: min/max line size 64/64, ecx bit 0 support, enumeration extension
SVM: revision 1, 32768 ASIDs, np, lbrVirt, SVMLock, NRIPSave, TscRateMsr, VmcbClean, FlushByAsid, DecodeAssists, PauseFilter, PauseFilterThreshold
Address Size: 48 bits virtual, 48 bits physical
The physical package has 12 of 16 possible cores implemented.
eax in: 0x00000000, eax = 0000000d ebx = 68747541 ecx = 444d4163 edx = 69746e65
eax in: 0x00000001, eax = 00800f82 ebx = 000c0800 ecx = 7ed8320b edx = 178bfbff
eax in: 0x00000002, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x00000003, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x00000004, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x00000005, eax = 00000040 ebx = 00000040 ecx = 00000003 edx = 00000011
eax in: 0x00000006, eax = 00000004 ebx = 00000000 ecx = 00000001 edx = 00000000
eax in: 0x00000007, eax = 00000000 ebx = 209c01a9 ecx = 00000000 edx = 00000000
eax in: 0x00000008, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x00000009, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x0000000a, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x0000000b, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x0000000c, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x0000000d, eax = 00000007 ebx = 00000340 ecx = 00000340 edx = 00000000

eax in: 0x80000000, eax = 8000001f ebx = 68747541 ecx = 444d4163 edx = 69746e65
eax in: 0x80000001, eax = 00800f82 ebx = 20000000 ecx = 35c233ff edx = 2fd3fbff
eax in: 0x80000002, eax = 20444d41 ebx = 657a7952 ecx = 2035206e edx = 30303632
eax in: 0x80000003, eax = 78695320 ebx = 726f432d ecx = 72502065 edx = 7365636f
eax in: 0x80000004, eax = 20726f73 ebx = 20202020 ecx = 20202020 edx = 00202020
eax in: 0x80000005, eax = ff40ff40 ebx = ff40ff40 ecx = 20080140 edx = 40040140
eax in: 0x80000006, eax = 26006400 ebx = 66006400 ecx = 02006140 edx = 00808140
eax in: 0x80000007, eax = 00000000 ebx = 0000001b ecx = 00000000 edx = 00006799
eax in: 0x80000008, eax = 00003030 ebx = 00001007 ecx = 0000400b edx = 00000000
eax in: 0x80000009, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x8000000a, eax = 00000001 ebx = 00008000 ecx = 00000000 edx = 0001bcff
eax in: 0x8000000b, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x8000000c, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x8000000d, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x8000000e, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x8000000f, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x80000010, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x80000011, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x80000012, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x80000013, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x80000014, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x80000015, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x80000016, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x80000017, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x80000018, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x80000019, eax = f040f040 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x8000001a, eax = 00000003 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x8000001b, eax = 000003ff ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x8000001c, eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 00000000
eax in: 0x8000001d, eax = 00004121 ebx = 01c0003f ecx = 0000003f edx = 00000000
eax in: 0x8000001e, eax = 00000000 ebx = 00000100 ecx = 00000000 edx = 00000000
eax in: 0x8000001f, eax = 0000000f ebx = 0000016f ecx = 0000000f edx = 00000000

L1 Data TLB (1G):           Fully associative. 64 entries.
L1 Instruction TLB (1G):    Fully associative. 64 entries.
L1 Data TLB (2M/4M):        Fully associative. 64 entries.
L1 Instruction TLB (2M/4M): Fully associative. 64 entries.
L1 Data TLB (4K):           Fully associative. 64 entries.
L1 Instruction TLB (4K):    Fully associative. 64 entries.
L1 Data cache:
    Size: 32Kb  8-way associative. 
    lines per tag=1 line size=64 bytes.
L1 Instruction cache:
    Size: 64Kb  4-way associative. 
    lines per tag=1 line size=64 bytes.
L2 Data TLB (1G):           Disabled. 0 entries.
L2 Instruction TLB (1G):    Disabled. 0 entries.
L2 Data TLB (2M/4M):        2-way associative. 1536 entries.
L2 Instruction TLB (2M/4M): 8-way associative. 1024 entries.
L2 Data TLB (4K):           8-way associative. 1536 entries.
L2 Instruction TLB (4K):    8-way associative. 1024 entries.
L2 cache:
    Size: 512Kb 8-way associative. 
    lines per tag=1 line size=64 bytes.

Feature flags:
 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflsh mmx fxsr sse sse2 ht sse3 pclmulqdq mwait ssse3 fma cmpxchg16b sse4_1 sse4_2 [1:ecx:22] popcnt aes xsave osxsave avx f16c [1:ecx:30]
Extended feature flags:
 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 nx mmxext mmx fxsr ffxsr page1gb rdtscp lm lahf/sahf CmpLegacy svm ExtApicSpace LockMovCr0 abm sse4a misalignsse 3dnowPref osvw skinit wdt tce TopoExt PerfCtrExtCore PerfCtrExtNB [80000001:ecx:26] [80000001:ecx:28] [80000001:ecx:29]

Long NOPs supported: yes

MTRR registers:
MTRRcap (0xfe): 0x0000000000000508 wc:1 fix:1 vcnt:8
MTRRphysBase0 (0x200): 0x0000000000000006 (physbase:0x000000 type: 0x06 (write-back))
MTRRphysMask0 (0x201): 0x0000ffff80000800 (physmask:0xf80000 valid:1)
MTRRphysBase1 (0x202): 0x0000000080000006 (physbase:0x080000 type: 0x06 (write-back))
MTRRphysMask1 (0x203): 0x0000ffffc0000800 (physmask:0xfc0000 valid:1)
MTRRphysBase2 (0x204): 0x00000000d0000001 (physbase:0x0d0000 type: 0x01 (write-combining))
MTRRphysMask2 (0x205): 0x0000fffff0000800 (physmask:0xff0000 valid:1)
MTRRphysBase3 (0x206): 0x0000000000000000 (physbase:0x000000 type: 0x00 (uncacheable))
MTRRphysMask3 (0x207): 0x0000000000000000 (physmask:0x000000 valid:0)
MTRRphysBase4 (0x208): 0x0000000000000000 (physbase:0x000000 type: 0x00 (uncacheable))
MTRRphysMask4 (0x209): 0x0000000000000000 (physmask:0x000000 valid:0)
MTRRphysBase5 (0x20a): 0x0000000000000000 (physbase:0x000000 type: 0x00 (uncacheable))
MTRRphysMask5 (0x20b): 0x0000000000000000 (physmask:0x000000 valid:0)
MTRRphysBase6 (0x20c): 0x0000000000000000 (physbase:0x000000 type: 0x00 (uncacheable))
MTRRphysMask6 (0x20d): 0x0000000000000000 (physmask:0x000000 valid:0)
MTRRphysBase7 (0x20e): 0x0000000000000000 (physbase:0x000000 type: 0x00 (uncacheable))
MTRRphysMask7 (0x20f): 0x0000000000000000 (physmask:0x000000 valid:0)
MTRRfix64K_00000 (0x250): 0x0606060606060606
MTRRfix16K_80000 (0x258): 0x0606060606060606
MTRRfix16K_A0000 (0x259): 0x0404040404040404
MTRRfix4K_C8000 (0x269): 0x0505050505050505
MTRRfix4K_D0000 0x26a: 0x0505050505050505
MTRRfix4K_D8000 0x26b: 0x0505050505050505
MTRRfix4K_E0000 0x26c: 0x0505050505050505
MTRRfix4K_E8000 0x26d: 0x0505050505050505
MTRRfix4K_F0000 0x26e: 0x0505050505050505
MTRRfix4K_F8000 0x26f: 0x0505050505050505
MTRRdefType (0x2ff): 0x0000000000000c00 (fixed-range flag:1 enable flag:1 default type:0x00 (uncacheable))

APIC registers:
APIC MSR Base(0x1b):            : 0x00000000fee00900
APIC Local ID               : 0x00000000
APIC Local Version          : 0x80050010
APIC Task Priority          : 0x00000000
APIC Arbitration Priority       : 0x00000000
APIC Processor Priority         : 0x00000000
APIC EOI                : 0x00000000
APIC Remote Read            : 0x00000000
APIC Logical Destination        : 0x00000000
APIC Destination Format         : 0xffffffff
APIC Spurious Interrupt Vector      : 0x000001ff
APIC In-Service (ISR0)          : 0x00000000
APIC In-Service (ISR1)          : 0x00000000
APIC In-Service (ISR2)          : 0x00000000
APIC In-Service (ISR3)          : 0x00000000
APIC In-Service (ISR4)          : 0x00000000
APIC In-Service (ISR5)          : 0x00000000
APIC In-Service (ISR6)          : 0x00000000
APIC In-Service (ISR7)          : 0x00000000
APIC Trigger Mode (TMR0)        : 0x00000000
APIC Trigger Mode (TMR1)        : 0x00000000
APIC Trigger Mode (TMR2)        : 0x00000000
APIC Trigger Mode (TMR3)        : 0x00000000
APIC Trigger Mode (TMR4)        : 0x00000000
APIC Trigger Mode (TMR5)        : 0x00000000
APIC Trigger Mode (TMR6)        : 0x00000000
APIC Trigger Mode (TMR7)        : 0x00000000
APIC Interrupt Request (IRR00)      : 0x00000000
APIC Interrupt Request (IRR01)      : 0x00000000
APIC Interrupt Request (IRR02)      : 0x00000000
APIC Interrupt Request (IRR03)      : 0x00000000
APIC Interrupt Request (IRR04)      : 0x00000000
APIC Interrupt Request (IRR05)      : 0x00000000
APIC Interrupt Request (IRR06)      : 0x00000000
APIC Interrupt Request (IRR07)      : 0x00000000
APIC Error Status           : 0x00000000
APIC LVT CMCI               : 0x00000000
APIC Interrupt Command (ICR0)       : 0x000040f8
APIC Interrupt Command (ICR1)       : 0x05000000
APIC LVT Timer              : 0x000000ef
APIC Thermal Sensor             : 0x00010000
APIC LVT Performance Monitoring Counters: 0x00010400
APIC LVT LINT0              : 0x00010700
APIC LVT LINT1              : 0x00000400
APIC LVT Error              : 0x000000f0
APIC Initial Count (for Timer)      : 0x0000c2ca
APIC Current Count (for Timer)      : 0x00006ad2
APIC Divide Configuration (for Timer)   : 0x00000000

Address sizes : 48 bits physical, 48 bits virtual
3.40GHz processor (estimate).

 running at an estimated 3.40GHz

quite a bit of info.

2022-07-28: ada0p6 - pkg - upgrade

Jul 28 21:14:40 kg-core2 pkg[65274]: libdrm upgraded: 2.4.111,1 -> 2.4.112_1,1 
Jul 28 21:14:45 kg-core2 pkg[65274]: chromium upgraded: 103.0.5060.114_2 -> 103.0.5060.134 
Jul 28 22:10:49 kg-core2 pkg[65795]: qt5-network upgraded: 5.15.5p165 -> 5.15.5p165_1 
Jul 28 22:11:06 kg-core2 pkg[65802]: thunderbird upgraded: 91.11.0_1 -> 91.12.0 
Jul 28 22:11:33 kg-core2 pkg[65814]: libreoffice upgraded: 7.3.4.2 -> 7.3.5.2 
Jul 28 22:12:32 kg-core2 pkg[65825]: firefox upgraded: 103.0,2 -> 103.0_1,2 

2022-07-28: ada0p6 - stopped firefox, reclaimed swap and started firefox again.

2022-07-22: ada0p6 - pkg - upgrade

Jul 22 16:58:04 kg-core2 pkg[23305]: wayland upgraded: 1.20.0_3 -> 1.21.0 
Jul 22 16:58:04 kg-core2 pkg[23305]: Imath upgraded: 3.1.5 -> 3.1.5_1 
Jul 22 16:58:04 kg-core2 pkg[23305]: xrdb-1.2.1 installed
Jul 22 16:58:04 kg-core2 pkg[23305]: sndio upgraded: 1.8.1 -> 1.9.0 
Jul 22 16:58:04 kg-core2 pkg[23305]: xfce4-session upgraded: 4.16.0 -> 4.16.0_1 
Jul 22 16:58:10 kg-core2 pkg[23305]: chromium upgraded: 103.0.5060.53 -> 103.0.5060.114_2 
Jul 22 16:58:11 kg-core2 pkg[23305]: openmpi upgraded: 4.1.3 -> 4.1.4 
Jul 22 16:58:11 kg-core2 pkg[23305]: git upgraded: 2.37.0 -> 2.37.1 
Jul 22 16:58:11 kg-core2 pkg[23305]: babl upgraded: 0.1.92 -> 0.1.92_1 
Jul 22 16:58:15 kg-core2 pkg[23305]: firefox upgraded: 102.0.1,2 -> 103.0,2 

2022-07-17: ada0p6 - a glitch on gfx tonight. From /var/log/messages

Jul 17 22:30:25 kg-core2 kernel: drmn0: ring 3 stalled for more than 10296msec
Jul 17 22:30:25 kg-core2 kernel: drmn0: GPU lockup (current fence id 0x0000000037ddeb7f last fence id 0x0000000037ddeb80 on ring 3)
Jul 17 22:30:25 kg-core2 kernel: drmn0: failed to get a new IB (-11)
Jul 17 22:30:25 kg-core2 syslogd: last message repeated 1 times
Jul 17 22:30:25 kg-core2 kernel: [drm ERROR :radeon_cs_ib_fill] [drm ERROR :radeon_cs_ib_fill] Failed to get ib !
Jul 17 22:30:25 kg-core2 kernel: Failed to get ib !
Jul 17 22:30:25 kg-core2 kernel: drmn0: Saved 1191 dwords of commands on ring 0.
Jul 17 22:30:25 kg-core2 kernel: drmn0: GPU softreset: 0x0000001D
Jul 17 22:30:25 kg-core2 kernel: drmn0:   GRBM_STATUS               = 0xE5704CA0
Jul 17 22:30:25 kg-core2 kernel: drmn0:   GRBM_STATUS_SE0           = 0xFE000001
Jul 17 22:30:25 kg-core2 kernel: drmn0:   GRBM_STATUS_SE1           = 0x00000007
Jul 17 22:30:25 kg-core2 kernel: drmn0:   SRBM_STATUS               = 0x200006C0
Jul 17 22:30:25 kg-core2 kernel: drmn0:   SRBM_STATUS2              = 0x00000000
Jul 17 22:30:25 kg-core2 kernel: drmn0:   R_008674_CP_STALLED_STAT1 = 0x01000000
Jul 17 22:30:25 kg-core2 kernel: drmn0:   R_008678_CP_STALLED_STAT2 = 0x00011000
Jul 17 22:30:25 kg-core2 kernel: drmn0:   R_00867C_CP_BUSY_STAT     = 0x00068402
Jul 17 22:30:25 kg-core2 kernel: drmn0:   R_008680_CP_STAT          = 0x80870243
Jul 17 22:30:25 kg-core2 kernel: drmn0:   R_00D034_DMA_STATUS_REG   = 0x44CFC056
Jul 17 22:30:25 kg-core2 kernel: drmn0: GRBM_SOFT_RESET=0x00007F6B
Jul 17 22:30:25 kg-core2 kernel: drmn0: SRBM_SOFT_RESET=0x00100100
Jul 17 22:30:25 kg-core2 kernel: drmn0:   GRBM_STATUS               = 0x00003828
Jul 17 22:30:25 kg-core2 kernel: drmn0:   GRBM_STATUS_SE0           = 0x00000007
Jul 17 22:30:25 kg-core2 kernel: drmn0:   GRBM_STATUS_SE1           = 0x00000007
Jul 17 22:30:25 kg-core2 kernel: drmn0:   SRBM_STATUS               = 0x200000C0
Jul 17 22:30:25 kg-core2 kernel: drmn0:   SRBM_STATUS2              = 0x00000000
Jul 17 22:30:25 kg-core2 kernel: drmn0:   R_008674_CP_STALLED_STAT1 = 0x00000000
Jul 17 22:30:25 kg-core2 kernel: drmn0:   R_008678_CP_STALLED_STAT2 = 0x00000000
Jul 17 22:30:25 kg-core2 kernel: drmn0:   R_00867C_CP_BUSY_STAT     = 0x00000000
Jul 17 22:30:25 kg-core2 kernel: drmn0:   R_008680_CP_STAT          = 0x00000000
Jul 17 22:30:25 kg-core2 kernel: drmn0:   R_00D034_DMA_STATUS_REG   = 0x44C83D57
Jul 17 22:30:25 kg-core2 kernel: drmn0: GPU reset succeeded, trying to resume
Jul 17 22:30:25 kg-core2 kernel: [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
Jul 17 22:30:25 kg-core2 kernel: [drm] PCIE GART of 1024M enabled (table at 0x0000000000162000).
Jul 17 22:30:25 kg-core2 kernel: drmn0: WB enabled
Jul 17 22:30:25 kg-core2 kernel: drmn0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0x0xfffff800182d0c00
Jul 17 22:30:25 kg-core2 kernel: drmn0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0x0xfffff800182d0c0c
Jul 17 22:30:25 kg-core2 kernel: drmn0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0x0xfffff800d0072118
Jul 17 22:30:25 kg-core2 kernel: [drm] ring test on 0 succeeded in 4 usecs
Jul 17 22:30:25 kg-core2 kernel: [drm] ring test on 3 succeeded in 7 usecs
Jul 17 22:30:25 kg-core2 kernel: [drm] ring test on 5 succeeded in 3 usecs
Jul 17 22:30:25 kg-core2 kernel: [drm] UVD initialized successfully.
Jul 17 22:30:25 kg-core2 kernel: [drm] ib test on ring 0 succeeded in 0 usecs
Jul 17 22:30:25 kg-core2 kernel: [drm] ib test on ring 3 succeeded in 0 usecs
Jul 17 22:30:26 kg-core2 kernel: [drm] ib test on ring 5 succeeded

2022-07-16: ada0p6 - writing an image for the DevTerm R01 to a 16 GB SanDisk microSD card (I didn't have any larger microSD cards)

tingo@kg-core2:/zt/t2/doc/clockwork/DevTerm/R-01 $ sudo dd if=./DevTerm_R01_v0.1.img of=/dev/da9 bs=4M status=progress
  7654604800 bytes (7655 MB, 7300 MiB) transferred 562.131s, 14 MB/s
1826+1 records in
1826+1 records out
7660896256 bytes transferred in 562.903338 secs (13609612 bytes/sec)

gpart says

tingo@kg-core2:/zt/t2/doc/clockwork/DevTerm/R-01 $ gpart show -p da9
=>      63  31116225    da9  MBR  (15G)
        63     69569         - free -  (34M)
     69632    249856  da9s2  fat32lba  (122M)
    319488   1001472  da9s3  linux-data  [active]  (489M)
   1320960  13641728  da9s4  linux-data  (6.5G)
  14962688  16153600         - free -  (7.7G)

disktype says

tingo@kg-core2:/zt/t2/doc/clockwork/DevTerm/R-01 $ disktype /dev/da9

--- /dev/da9
Character device, size 14.84 GiB (15931539456 bytes)
DOS/MBR partition map
Partition 2: 122 MiB (127926272 bytes, 249856 sectors from 69632)
  Type 0x0C (Win95 FAT32 (LBA))
  FAT16 file system (hints score 4 of 5)
    Volume size 121.7 MiB (127657984 bytes, 62333 clusters of 2 KiB)
Partition 3: 489 MiB (512753664 bytes, 1001472 sectors from 319488, bootable)
  Type 0x83 (Linux)
  Ext3 file system
    Volume name "_/boot"
    UUID 9CDB105D-4919-4F91-8A99-0D709255E00F (DCE, v4)
    Last mounted at "/mnt/p2/boot"
    Volume size 489 MiB (512753664 bytes, 125184 blocks of 4 KiB)
Partition 4: 6.505 GiB (6984564736 bytes, 13641728 sectors from 1320960)
  Type 0x83 (Linux)
  Ext3 file system
    UUID 13270B62-EE26-426E-AB89-FD6AF83AAAAD (DCE, v4)
    Last mounted at "/mnt/p2"
    Volume size 6.505 GiB (6984564736 bytes, 1705216 blocks of 4 KiB)

2022-07-13: ada0p6 - stopped firefox, reclaimed swap and started firefox again.

2022-07-09: ada0p6 - wine - wine got upgraded again, getting this

tingo@kg-core2:~ $ env WINEPREFIX="/home/tingo/.wine" wine C:\\windows\\command\\start.exe /Unix /home/tingo/.wine/dosdevices/c:/users/Public/Desktop/Kobo.lnk
wine [wine-6.0.3] and wine64 [wine-6.0.4] versions do not match!

Try updating 32-bit wine with
    /usr/local/share/wine/pkg32.sh upgrade

wine - upgrade wine32

tingo@kg-core2:~ $ /usr/local/share/wine/pkg32.sh upgrade
pkg -o ABI=FreeBSD:13:i386 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir /home/tingo/.i386-wine-pkg upgrade
Updating FreeBSD repository catalogue...
Fetching packagesite.pkg: 100%    6 MiB   6.4MB/s    00:01    
Processing entries: 100%
FreeBSD repository update completed. 30950 packages processed.
All repositories are up to date.
Checking for upgrades (28 candidates): 100%
Processing candidates (28 candidates): 100%
The following 30 package(s) will be affected (of 0 checked):
[..]
[30/30] Upgrading llvm13 from 13.0.1_2 to 13.0.1_3...
[30/30] Extracting llvm13-13.0.1_3: 100%

now it works again.

2022-07-09: ada0p6 - pkg - install filezilla

Jul  9 19:12:16 kg-core2 pkg[2667]: wx30-gtk3-3.0.5.1_1 installed
Jul  9 19:12:16 kg-core2 pkg[2667]: pugixml-1.12.1 installed
Jul  9 19:12:16 kg-core2 pkg[2667]: libfilezilla-0.31.1 installed
Jul  9 19:12:17 kg-core2 pkg[2667]: filezilla-3.55.1 installed

2022-07-09: ada0p6 - rebooted to load new drm modules. Everything appears to work fine so far.

2022-07-09: ada0p6 - pkg - upgrade

Jul  9 13:59:20 kg-core2 pkg[68691]: pkg upgraded: 1.17.5_1 -> 1.18.3 
Jul  9 13:59:25 kg-core2 pkg[68708]: ca_root_nss upgraded: 3.76 -> 3.78 
Jul  9 14:00:12 kg-core2 pkg[68728]: nspr upgraded: 4.33 -> 4.34 
Jul  9 14:00:12 kg-core2 pkg[68728]: sqlite3 upgraded: 3.37.2,1 -> 3.38.5,1 
Jul  9 14:00:13 kg-core2 pkg[68728]: nss upgraded: 3.78 -> 3.80 
Jul  9 14:01:37 kg-core2 pkg[68773]: freetype2 upgraded: 2.11.1 -> 2.12.1 
Jul  9 14:01:37 kg-core2 pkg[68773]: libxml2 upgraded: 2.9.13_1 -> 2.9.13_2 
Jul  9 14:01:38 kg-core2 pkg[68773]: lcms2 upgraded: 2.12 -> 2.13.1 
Jul  9 14:01:38 kg-core2 pkg[68773]: webp reinstalled: 1.2.2 -> 1.2.2 
Jul  9 14:01:38 kg-core2 pkg[68773]: libgd upgraded: 2.3.3,1 -> 2.3.3_1,1 
Jul  9 14:01:38 kg-core2 pkg[68773]: jasper upgraded: 2.0.33 -> 3.0.4 
Jul  9 14:01:38 kg-core2 pkg[68773]: qt5-imageformats upgraded: 5.15.2p3 -> 5.15.5p3_1 
Jul  9 14:01:38 kg-core2 pkg[68773]: GraphicsMagick upgraded: 1.3.37_2,1 -> 1.3.38_2,1 
Jul  9 14:01:38 kg-core2 pkg[68773]: gegl upgraded: 0.4.34_1 -> 0.4.36 
Jul  9 14:01:39 kg-core2 pkg[68773]: netpbm upgraded: 10.91.01 -> 10.91.01_1 
Jul  9 14:01:39 kg-core2 pkg[68773]: xv upgraded: 3.10a_18 -> 3.10a_19 
Jul  9 14:02:16 kg-core2 pkg[68899]: libxcb upgraded: 1.14_1 -> 1.15 
Jul  9 14:02:16 kg-core2 pkg[68899]: libffi upgraded: 3.3_1 -> 3.4.2 
Jul  9 14:02:20 kg-core2 pkg[68899]: python39-3.9.13 installed
Jul  9 14:02:21 kg-core2 pkg[68899]: glib upgraded: 2.70.4_3,2 -> 2.72.2,2 
Jul  9 14:02:21 kg-core2 pkg[68899]: gdk-pixbuf2 upgraded: 2.40.0_3 -> 2.40.0_4 
Jul  9 14:02:21 kg-core2 pkg[68899]: cairo upgraded: 1.17.4,3 -> 1.17.4_1,3 
Jul  9 14:02:21 kg-core2 pkg[68899]: fribidi upgraded: 1.0.11 -> 1.0.12 
Jul  9 14:02:21 kg-core2 pkg[68899]: libidn upgraded: 1.35 -> 1.38 
Jul  9 14:02:21 kg-core2 pkg[68899]: harfbuzz upgraded: 4.2.1 -> 4.4.1 
Jul  9 14:02:22 kg-core2 pkg[68899]: ghostscript9-agpl-base upgraded: 9.55.0_1 -> 9.56.1_1 
Jul  9 14:02:22 kg-core2 pkg[68899]: libde265-1.0.8 installed
Jul  9 14:02:23 kg-core2 pkg[68899]: pango upgraded: 1.50.6 -> 1.50.7 
Jul  9 14:02:23 kg-core2 pkg[68899]: ghostscript9-agpl-x11 upgraded: 9.55.0 -> 9.56.1 
Jul  9 14:02:23 kg-core2 pkg[68899]: libltdl upgraded: 2.4.6 -> 2.4.7 
Jul  9 14:02:23 kg-core2 pkg[68899]: fftw3 upgraded: 3.3.10 -> 3.3.10_2 
Jul  9 14:02:24 kg-core2 pkg[68899]: librsvg2-rust upgraded: 2.54.0_2 -> 2.54.1_2 
Jul  9 14:02:24 kg-core2 pkg[68899]: libraw upgraded: 0.20.2_2 -> 0.20.2_3 
Jul  9 14:02:24 kg-core2 pkg[68899]: libheif-1.12.0.62_1 installed
Jul  9 14:02:24 kg-core2 pkg[68899]: libffi33-3.3_2 installed
Jul  9 14:02:25 kg-core2 pkg[68899]: ImageMagick6 upgraded: 6.9.12.44_1,1 -> 6.9.12.49_1,1 
Jul  9 14:07:14 kg-core2 pkg[69209]: xorgproto upgraded: 2021.5 -> 2022.1 
Jul  9 14:07:15 kg-core2 pkg[69209]: py39-setuptools-62.1.0_1 installed
Jul  9 14:07:16 kg-core2 pkg[69209]: icu upgraded: 70.1_1,1 -> 71.1,1 
Jul  9 14:07:16 kg-core2 pkg[69209]: py39-six-1.16.0 installed
Jul  9 14:07:16 kg-core2 pkg[69209]: libdrm upgraded: 2.4.110,1 -> 2.4.111,1 
Jul  9 14:07:16 kg-core2 pkg[69209]: wayland upgraded: 1.20.0_2 -> 1.20.0_3 
Jul  9 14:07:16 kg-core2 pkg[69209]: pcre2 upgraded: 10.39_1 -> 10.40 
Jul  9 14:07:16 kg-core2 pkg[69209]: py39-pyudev-0.22.0 installed
Jul  9 14:07:33 kg-core2 pkg[69209]: llvm13 upgraded: 13.0.1_2 -> 13.0.1_3 
Jul  9 14:07:33 kg-core2 pkg[69209]: dbus upgraded: 1.12.20_5 -> 1.14.0,1 
Jul  9 14:07:33 kg-core2 pkg[69209]: py39-evdev-1.4.0 installed
Jul  9 14:07:33 kg-core2 pkg[69209]: qt5-core upgraded: 5.15.2p263_1 -> 5.15.5p165_2 
Jul  9 14:07:33 kg-core2 pkg[69209]: libgcrypt upgraded: 1.9.4 -> 1.9.4_1 
Jul  9 14:07:34 kg-core2 pkg[69209]: qt5-dbus upgraded: 5.15.2p263 -> 5.15.5p165 
Jul  9 14:07:34 kg-core2 pkg[69209]: spidermonkey78 upgraded: 78.9.0_7 -> 78.15.0_2 
Jul  9 14:07:34 kg-core2 pkg[69209]: libxkbcommon upgraded: 1.4.0_2 -> 1.4.1 
Jul  9 14:07:34 kg-core2 pkg[69209]: qt5-network upgraded: 5.15.2p263 -> 5.15.5p165 
Jul  9 14:07:34 kg-core2 pkg[69209]: vulkan-headers upgraded: 1.3.210 -> 1.3.219 
Jul  9 14:07:34 kg-core2 pkg[69209]: libinput upgraded: 1.19.1_1 -> 1.19.4_1 
Jul  9 14:07:35 kg-core2 pkg[69209]: gobject-introspection upgraded: 1.72.0,1 -> 1.72.0_1,1 
Jul  9 14:07:35 kg-core2 pkg[69209]: poppler upgraded: 22.01.0_1 -> 22.06.0 
Jul  9 14:07:35 kg-core2 pkg[69209]: libxslt upgraded: 1.1.35_2 -> 1.1.35_3 
Jul  9 14:07:36 kg-core2 pkg[69209]: qt5-gui upgraded: 5.15.2p263 -> 5.15.5p165 
Jul  9 14:07:36 kg-core2 pkg[69209]: qt5-sql upgraded: 5.15.2p263 -> 5.15.5p165 
Jul  9 14:07:36 kg-core2 pkg[69209]: poppler-glib upgraded: 22.01.0_1 -> 22.06.0 
Jul  9 14:07:36 kg-core2 pkg[69209]: qt5-widgets upgraded: 5.15.2p263 -> 5.15.5p165 
Jul  9 14:07:36 kg-core2 pkg[69209]: qt5-xml upgraded: 5.15.2p263 -> 5.15.5p165 
Jul  9 14:07:36 kg-core2 pkg[69209]: qt5-concurrent upgraded: 5.15.2p263 -> 5.15.5p165 
Jul  9 14:07:37 kg-core2 pkg[69209]: qt5-declarative upgraded: 5.15.2p41 -> 5.15.5p19 
Jul  9 14:07:37 kg-core2 pkg[69209]: qt5-serialport upgraded: 5.15.2p2 -> 5.15.5p0 
Jul  9 14:07:37 kg-core2 pkg[69209]: poppler-qt5 upgraded: 22.01.0_1 -> 22.06.0 
Jul  9 14:07:37 kg-core2 pkg[69209]: qt5-printsupport upgraded: 5.15.2p263 -> 5.15.5p165 
Jul  9 14:07:37 kg-core2 pkg[69209]: qt5-help upgraded: 5.15.2p17 -> 5.15.5p1 
Jul  9 14:07:37 kg-core2 pkg[69209]: poppler-utils upgraded: 22.01.0_1 -> 22.06.0 
Jul  9 14:07:37 kg-core2 pkg[69209]: podofo upgraded: 0.9.7 -> 0.9.8 
Jul  9 14:07:37 kg-core2 pkg[69209]: qt5-location upgraded: 5.15.2p6 -> 5.15.5p3 
Jul  9 14:07:37 kg-core2 pkg[69209]: qt5-webchannel upgraded: 5.15.2p2 -> 5.15.5p3 
Jul  9 14:07:37 kg-core2 pkg[69209]: qt5-opengl upgraded: 5.15.2p263 -> 5.15.5p165 
Jul  9 14:07:38 kg-core2 pkg[69209]: qt5-sensors upgraded: 5.15.2p2 -> 5.15.5p0 
Jul  9 14:07:38 kg-core2 pkg[69209]: py38-ocrmypdf-13.4.7 deinstalled
Jul  9 14:07:38 kg-core2 pkg[69209]: py38-qt5-webengine-5.15.5_3 deinstalled
Jul  9 14:07:38 kg-core2 pkg[69209]: qt5-websockets upgraded: 5.15.2p4 -> 5.15.5p3 
Jul  9 14:07:38 kg-core2 pkg[69209]: qt5-testlib upgraded: 5.15.2p263 -> 5.15.5p165 
Jul  9 14:07:38 kg-core2 pkg[69209]: qt5-xmlpatterns upgraded: 5.15.2p2 -> 5.15.5p0 
Jul  9 14:07:38 kg-core2 pkg[69209]: qt5-multimedia upgraded: 5.15.2p3 -> 5.15.5p1 
Jul  9 14:07:38 kg-core2 pkg[69209]: qt5-designer upgraded: 5.15.2p17 -> 5.15.5p1 
Jul  9 14:07:39 kg-core2 pkg[69209]: qt5-quick3d upgraded: 5.15.2p19 -> 5.15.5p1 
Jul  9 14:07:39 kg-core2 pkg[69209]: qt5-connectivity upgraded: 5.15.2p1 -> 5.15.5p5 
Jul  9 14:07:40 kg-core2 pkg[69209]: qt5-webkit upgraded: 5.212.0.a4_9 -> 5.212.0.a4_10 
Jul  9 14:07:40 kg-core2 pkg[69209]: qt5-x11extras upgraded: 5.15.2p1 -> 5.15.5p0 
Jul  9 14:07:40 kg-core2 pkg[69209]: qt5-remoteobjects upgraded: 5.15.2p3 -> 5.15.5p0 
Jul  9 14:07:40 kg-core2 pkg[69209]: qt5-speech upgraded: 5.15.2p2 -> 5.15.5p1 
Jul  9 14:07:40 kg-core2 pkg[69209]: qt5-svg upgraded: 5.15.2p13 -> 5.15.5p10 
Jul  9 14:07:40 kg-core2 pkg[69209]: talloc reinstalled: 2.3.1 -> 2.3.1 
Jul  9 14:07:40 kg-core2 pkg[69209]: py38-pdfminer.six-20220319 deinstalled
Jul  9 14:07:40 kg-core2 pkg[69209]: py38-qt5-pyqt-5.15.6_1 deinstalled
Jul  9 14:07:40 kg-core2 pkg[69209]: py38-feedparser-6.0.8 deinstalled
Jul  9 14:07:40 kg-core2 pkg[69209]: py38-chardet-4.0.0,1 deinstalled
Jul  9 14:07:40 kg-core2 pkg[69209]: py38-sip-6.5.1,1 deinstalled
Jul  9 14:07:40 kg-core2 pkg[69209]: py38-markdown-3.3.6 deinstalled
Jul  9 14:07:40 kg-core2 pkg[69209]: py38-dnspython-2.2.1,1 deinstalled
Jul  9 14:07:40 kg-core2 pkg[69209]: libcdr01 upgraded: 0.1.7_1 -> 0.1.7_2 
Jul  9 14:07:40 kg-core2 pkg[69209]: libvisio01 upgraded: 0.1.7_7 -> 0.1.7_8 
Jul  9 14:07:40 kg-core2 pkg[69209]: inkscape-1.1.2_3 deinstalled
Jul  9 14:07:40 kg-core2 pkg[69209]: py38-cchardet-2.1.7 deinstalled
Jul  9 14:07:40 kg-core2 pkg[69209]: py38-qtbuilder-1.12.2 deinstalled
Jul  9 14:07:40 kg-core2 pkg[69209]: py39-pyparsing-3.0.9 installed
Jul  9 14:07:40 kg-core2 pkg[69209]: py39-packaging-21.3 installed
Jul  9 14:07:40 kg-core2 pkg[69209]: py39-toml-0.10.2 installed
Jul  9 14:07:40 kg-core2 pkg[69209]: py39-dbus-1.2.18 installed
Jul  9 14:07:40 kg-core2 pkg[69209]: py39-sip-6.5.1,1 installed
Jul  9 14:07:40 kg-core2 pkg[69209]: py39-qt5-sip-12.9.1 installed
Jul  9 14:07:40 kg-core2 pkg[69209]: py39-webencodings-0.5.1 installed
Jul  9 14:07:50 kg-core2 pkg[69209]: boost-libs upgraded: 1.72.0_6 -> 1.79.0_1 
Jul  9 14:07:50 kg-core2 pkg[69209]: py39-zipp-3.4.0 installed
Jul  9 14:07:51 kg-core2 pkg[69209]: py39-qtbuilder-1.12.2 installed
Jul  9 14:07:51 kg-core2 pkg[69209]: raptor2 upgraded: 2.0.15_21 -> 2.0.15_22 
Jul  9 14:07:51 kg-core2 pkg[69209]: libixion upgraded: 0.17.0 -> 0.17.0_1 
Jul  9 14:07:51 kg-core2 pkg[69209]: py39-lxml-4.9.0 installed
Jul  9 14:07:51 kg-core2 pkg[69209]: py39-sgmllib3k-1.0.0 installed
Jul  9 14:07:51 kg-core2 pkg[69209]: py39-importlib-metadata-4.8.1 installed
Jul  9 14:07:52 kg-core2 pkg[69209]: py39-qt5-pyqt-5.15.6_1 installed
Jul  9 14:07:52 kg-core2 pkg[69209]: py39-html5lib-1.0.1 installed
Jul  9 14:07:52 kg-core2 pkg[69209]: py39-html5-parser-0.4.10_2 installed
Jul  9 14:07:52 kg-core2 pkg[69209]: py39-soupsieve-2.0.1 installed
Jul  9 14:07:52 kg-core2 pkg[69209]: py39-olefile-0.46 installed
Jul  9 14:07:52 kg-core2 pkg[69209]: py39-ifaddr-0.1.7 installed
Jul  9 14:07:52 kg-core2 pkg[69209]: py39-tkinter-3.9.13_6 installed
Jul  9 14:07:52 kg-core2 pkg[69209]: py39-css-parser-1.0.7 installed
Jul  9 14:07:52 kg-core2 pkg[69209]: py39-dnspython-2.2.1,1 installed
Jul  9 14:07:52 kg-core2 pkg[69209]: py39-sqlite3-3.9.13_7 installed
Jul  9 14:07:52 kg-core2 pkg[69209]: py39-cssselect-1.1.0 installed
Jul  9 14:07:53 kg-core2 pkg[69209]: botan2 upgraded: 2.19.1 -> 2.19.2 
Jul  9 14:07:53 kg-core2 pkg[69209]: py39-jeepney-0.8.0 installed
Jul  9 14:07:53 kg-core2 pkg[69209]: libcmis upgraded: 0.5.2_4 -> 0.5.2_5 
Jul  9 14:07:53 kg-core2 pkg[69209]: libqxp upgraded: 0.0.0_19 -> 0.0.0_20 
Jul  9 14:07:53 kg-core2 pkg[69209]: py39-cchardet-2.1.7 installed
Jul  9 14:07:53 kg-core2 pkg[69209]: py39-zeroconf-0.37.0 installed
Jul  9 14:07:53 kg-core2 pkg[69209]: libe-book upgraded: 0.1.3_23 -> 0.1.3_24 
Jul  9 14:07:53 kg-core2 pkg[69209]: libzmf upgraded: 0.0.2_24 -> 0.0.2_25 
Jul  9 14:07:53 kg-core2 pkg[69209]: py39-mechanize-0.4.8_1 installed
Jul  9 14:07:53 kg-core2 pkg[69209]: py39-regex-2020.7.14 installed
Jul  9 14:07:54 kg-core2 pkg[69209]: py39-pillow-9.1.1 installed
Jul  9 14:07:54 kg-core2 pkg[69209]: py39-msgpack-1.0.4 installed
Jul  9 14:07:54 kg-core2 pkg[69209]: harfbuzz-icu upgraded: 4.2.1 -> 4.4.1_1 
Jul  9 14:07:54 kg-core2 pkg[69209]: liborcus upgraded: 0.17.2 -> 0.17.2_1 
Jul  9 14:07:54 kg-core2 pkg[69209]: py39-chardet-4.0.0,1 installed
Jul  9 14:07:54 kg-core2 pkg[69209]: libmspub01 upgraded: 0.1.4_19 -> 0.1.4_20 
Jul  9 14:07:54 kg-core2 pkg[69209]: py39-markdown-3.3.7 installed
Jul  9 14:07:54 kg-core2 pkg[69209]: py39-apsw-3.38.5 installed
Jul  9 14:07:54 kg-core2 pkg[69209]: py39-qt5-webengine-5.15.5_3 installed
Jul  9 14:07:54 kg-core2 pkg[69209]: py39-beautifulsoup-4.11.1 installed
Jul  9 14:07:54 kg-core2 pkg[69209]: py39-netifaces-0.11.0 installed
Jul  9 14:07:54 kg-core2 pkg[69209]: py39-dateutil-2.8.2 installed
Jul  9 14:07:54 kg-core2 pkg[69209]: py39-feedparser-6.0.8 installed
Jul  9 14:08:09 kg-core2 pkg[69209]: libreoffice upgraded: 7.3.3.2 -> 7.3.4.2 
Jul  9 14:08:10 kg-core2 pkg[69209]: webkit2-gtk3 upgraded: 2.34.6_2 -> 2.34.6_3 
Jul  9 14:08:11 kg-core2 pkg[69209]: samba412 upgraded: 4.12.15_3 -> 4.12.15_4 
Jul  9 14:08:12 kg-core2 pkg[69209]: openscad upgraded: 2021.01.01_11 -> 2021.01.01_12 
Jul  9 14:08:12 kg-core2 pkg[69209]: tesseract upgraded: 5.1.0 -> 5.1.0_1 
Jul  9 14:08:12 kg-core2 pkg[69209]: vte3 upgraded: 0.66.2 -> 0.68.0_1 
Jul  9 14:08:16 kg-core2 pkg[69209]: thunderbird upgraded: 91.10.0 -> 91.11.0_1 
Jul  9 14:08:16 kg-core2 pkg[69209]: gspell upgraded: 1.9.1_4 -> 1.10.0 
Jul  9 14:08:18 kg-core2 pkg[69209]: calibre upgraded: 5.40.0_2 -> 5.44.0 
Jul  9 14:09:56 kg-core2 pkg[69858]: dmidecode upgraded: 3.3 -> 3.4 
Jul  9 14:11:51 kg-core2 pkg[69876]: javavmwrapper upgraded: 2.7.8 -> 2.7.9 
Jul  9 14:13:27 kg-core2 pkg[70557]: p5-Net-SSLeay upgraded: 1.90 -> 1.92 
Jul  9 14:13:27 kg-core2 pkg[70557]: p5-HTTP-Message upgraded: 6.36 -> 6.37 
Jul  9 14:13:27 kg-core2 pkg[70557]: p5-HTML-Parser upgraded: 3.77 -> 3.78 
Jul  9 14:13:28 kg-core2 pkg[70557]: p5-Glib upgraded: 1.3293 -> 1.3293_1 
Jul  9 14:13:28 kg-core2 pkg[70557]: p5-File-Listing upgraded: 6.14 -> 6.15 
Jul  9 14:13:28 kg-core2 pkg[70557]: p5-Pango upgraded: 1.227_1 -> 1.227_2 
Jul  9 14:13:28 kg-core2 pkg[70557]: p5-Config-General upgraded: 2.63 -> 2.65 
Jul  9 14:13:28 kg-core2 pkg[70557]: p5-Glib-Object-Introspection upgraded: 0.049 -> 0.049_1 
Jul  9 14:13:28 kg-core2 pkg[70557]: p5-Log-Log4perl upgraded: 1.54 -> 1.55 
Jul  9 14:13:28 kg-core2 pkg[70557]: p5-libwww upgraded: 6.61 -> 6.67 
Jul  9 14:13:28 kg-core2 pkg[70557]: p5-Mojolicious upgraded: 9.23 -> 9.26 
Jul  9 14:13:28 kg-core2 pkg[70557]: p5-Bit-Vector upgraded: 7.4 -> 7.4_1 
Jul  9 14:13:28 kg-core2 pkg[70557]: p11-kit upgraded: 0.24.1 -> 0.24.1_1 
Jul  9 14:14:18 kg-core2 pkg[70577]: fusefs-libs3 upgraded: 3.10.5 -> 3.11.0 
Jul  9 14:14:18 kg-core2 pkg[70577]: fusefs-sshfs upgraded: 3.7.2 -> 3.7.3_1 
Jul  9 14:15:12 kg-core2 pkg[70596]: pciids upgraded: 20220225 -> 20220518 
Jul  9 14:15:12 kg-core2 pkg[70596]: libgpg-error upgraded: 1.44 -> 1.45 
Jul  9 14:15:13 kg-core2 pkg[70596]: libsecret upgraded: 0.20.4_2 -> 0.20.5_1 
Jul  9 14:15:13 kg-core2 pkg[70596]: libpci upgraded: 3.7.0_1 -> 3.8.0 
Jul  9 14:15:13 kg-core2 pkg[70596]: speech-dispatcher upgraded: 0.10.2 -> 0.10.2_1 
Jul  9 14:15:13 kg-core2 pkg[70596]: re2 upgraded: 20220201 -> 20220601 
Jul  9 14:15:13 kg-core2 pkg[70596]: speex upgraded: 1.2.0,1 -> 1.2.1,1 
Jul  9 14:15:19 kg-core2 pkg[70596]: chromium upgraded: 102.0.5005.115 -> 103.0.5060.53 
Jul  9 14:17:52 kg-core2 pkg[70753]: py38-eyed3-0.9.6 deinstalled
Jul  9 14:17:52 kg-core2 pkg[70753]: py39-deprecation-2.1.0 installed
Jul  9 14:17:52 kg-core2 pkg[70753]: py39-filetype-1.0.7 installed
Jul  9 14:17:53 kg-core2 pkg[70753]: py39-eyed3-0.9.6 installed
Jul  9 14:17:53 kg-core2 pkg[70753]: abcde reinstalled: 2.9.3 -> 2.9.3 
Jul  9 14:18:12 kg-core2 pkg[70761]: gcr reinstalled: 3.40.0 -> 3.40.0 
Jul  9 14:18:33 kg-core2 pkg[70784]: nettle upgraded: 3.7.3 -> 3.8 
Jul  9 14:18:34 kg-core2 pkg[70784]: gnutls upgraded: 3.6.16 -> 3.7.6 
Jul  9 14:18:34 kg-core2 pkg[70784]: pinentry upgraded: 1.2.0 -> 1.2.0_1 
Jul  9 14:18:34 kg-core2 pkg[70784]: gpgme-cpp reinstalled: 1.17.1 -> 1.17.1 
Jul  9 14:18:54 kg-core2 pkg[70831]: gstreamer1 reinstalled: 1.16.2 -> 1.16.2 
Jul  9 14:19:52 kg-core2 pkg[70846]: gstreamer1-plugins reinstalled: 1.16.2_5 -> 1.16.2_5 
Jul  9 14:19:52 kg-core2 pkg[70846]: libdvdread upgraded: 6.1.2 -> 6.1.3 
Jul  9 14:19:52 kg-core2 pkg[70846]: gstreamer1-plugins-ugly reinstalled: 1.16.2_2 -> 1.16.2_2 
Jul  9 14:19:53 kg-core2 pkg[70846]: gstreamer1-plugins-bad reinstalled: 1.16.2_2 -> 1.16.2_2 
Jul  9 14:19:53 kg-core2 pkg[70846]: gstreamer1-plugins-ogg reinstalled: 1.16.2_2 -> 1.16.2_2 
Jul  9 14:19:53 kg-core2 pkg[70846]: gstreamer1-plugins-good reinstalled: 1.16.2_2 -> 1.16.2_2 
Jul  9 14:19:53 kg-core2 pkg[70846]: pygobject3-common upgraded: 3.38.0 -> 3.38.0_1 
Jul  9 14:19:53 kg-core2 pkg[70846]: gstreamer1-plugins-resindvd reinstalled: 1.16.2_4 -> 1.16.2_4 
Jul  9 14:19:53 kg-core2 pkg[70846]: gstreamer1-plugins-mpg123 reinstalled: 1.16.2_2 -> 1.16.2_2 
Jul  9 14:19:53 kg-core2 pkg[70846]: gstreamer1-plugins-theora reinstalled: 1.16.2_2 -> 1.16.2_2 
Jul  9 14:19:53 kg-core2 pkg[70846]: gstreamer1-plugins-pango reinstalled: 1.16.2_2 -> 1.16.2_2 
Jul  9 14:19:53 kg-core2 pkg[70846]: gstreamer1-plugins-dts reinstalled: 1.16.2_2 -> 1.16.2_2 
Jul  9 14:19:53 kg-core2 pkg[70846]: gstreamer1-plugins-vorbis reinstalled: 1.16.2_2 -> 1.16.2_2 
Jul  9 14:19:53 kg-core2 pkg[70846]: gstreamer1-plugins-gl reinstalled: 1.16.2_4 -> 1.16.2_4 
Jul  9 14:19:53 kg-core2 pkg[70846]: gstreamer1-plugins-png reinstalled: 1.16.2_2 -> 1.16.2_2 
Jul  9 14:19:53 kg-core2 pkg[70846]: gstreamer1-plugins-dvdread reinstalled: 1.16.2_4 -> 1.16.2_4 
Jul  9 14:19:53 kg-core2 pkg[70846]: gstreamer1-plugins-a52dec reinstalled: 1.16.2_2 -> 1.16.2_2 
Jul  9 14:21:03 kg-core2 pkg[71062]: spidermonkey91-91.8.0_3 installed
Jul  9 14:21:03 kg-core2 pkg[71062]: polkit upgraded: 0.120_1 -> 0.120_2 
Jul  9 14:21:03 kg-core2 pkg[71062]: glib-networking upgraded: 2.70.1 -> 2.72.0 
Jul  9 14:21:03 kg-core2 pkg[71062]: colord upgraded: 1.3.5_1 -> 1.3.5_2 
Jul  9 14:21:03 kg-core2 pkg[71062]: libpsl upgraded: 0.21.1_3 -> 0.21.1_4 
Jul  9 14:21:03 kg-core2 pkg[71062]: libnghttp2 upgraded: 1.46.0 -> 1.48.0 
Jul  9 14:21:03 kg-core2 pkg[71062]: libsoup upgraded: 2.74.0_3 -> 2.74.2 
Jul  9 14:21:04 kg-core2 pkg[71062]: json-glib upgraded: 1.6.2_1 -> 1.6.6 
Jul  9 14:21:04 kg-core2 pkg[71062]: libnotify upgraded: 0.7.9_1 -> 0.7.12 
Jul  9 14:21:04 kg-core2 pkg[71062]: libarchive upgraded: 3.6.0,1 -> 3.6.1,1 
Jul  9 14:21:04 kg-core2 pkg[71062]: curl upgraded: 7.83.1 -> 7.84.0 
Jul  9 14:21:10 kg-core2 pkg[71062]: gcc11-11.3.0 installed
Jul  9 14:21:10 kg-core2 pkg[71062]: libexo upgraded: 4.16.3 -> 4.16.4 
Jul  9 14:21:11 kg-core2 pkg[71062]: gtk2 reinstalled: 2.24.33 -> 2.24.33 
Jul  9 14:21:11 kg-core2 pkg[71062]: suitesparse-config upgraded: 5.10.1 -> 5.12.0 
Jul  9 14:21:11 kg-core2 pkg[71062]: libbluray upgraded: 1.3.0_2,1 -> 1.3.1,1 
Jul  9 14:21:11 kg-core2 pkg[71062]: libnfs upgraded: 4.0.0_1 -> 5.0.1 
Jul  9 14:21:11 kg-core2 pkg[71062]: level-zero upgraded: 1.7.15 -> 1.8.1 
Jul  9 14:21:11 kg-core2 pkg[71062]: enchant2 upgraded: 2.2.15 -> 2.2.15_1 
Jul  9 14:21:11 kg-core2 pkg[71062]: json-c upgraded: 0.15_1 -> 0.16 
Jul  9 14:21:11 kg-core2 pkg[71062]: tdb reinstalled: 1.4.3,1 -> 1.4.3,1 
Jul  9 14:21:11 kg-core2 pkg[71062]: tevent reinstalled: 0.10.2_1 -> 0.10.2_1 
Jul  9 14:21:11 kg-core2 pkg[71062]: gvfs reinstalled: 1.46.2_2 -> 1.46.2_2 
Jul  9 14:21:11 kg-core2 pkg[71062]: suitesparse-amd reinstalled: 2.4.6 -> 2.4.6 
Jul  9 14:21:12 kg-core2 pkg[71062]: openmpi reinstalled: 4.1.3 -> 4.1.3 
Jul  9 14:21:12 kg-core2 pkg[71062]: x49gp reinstalled: 20100425_7 -> 20100425_7 
Jul  9 14:21:13 kg-core2 pkg[71062]: openblas reinstalled: 0.3.20,1 -> 0.3.20,1 
Jul  9 14:21:13 kg-core2 pkg[71062]: xfce4-settings reinstalled: 4.16.2 -> 4.16.2 
Jul  9 14:21:13 kg-core2 pkg[71062]: libdbusmenu reinstalled: 16.04.0_6 -> 16.04.0_6 
Jul  9 14:21:14 kg-core2 pkg[71062]: wx31-gtk3 reinstalled: 3.1.5_2 -> 3.1.5_2 
Jul  9 14:22:44 kg-core2 pkg[71458]: babl upgraded: 0.1.88 -> 0.1.92 
Jul  9 14:22:47 kg-core2 pkg[71458]: gimp-app upgraded: 2.10.30_2,1 -> 2.10.32_2,1 
Jul  9 14:22:47 kg-core2 pkg[71458]: cups-filters upgraded: 1.28.10_3 -> 1.28.15_2 
Jul  9 14:22:47 kg-core2 pkg[71458]: gimp upgraded: 2.10.28,2 -> 2.10.32,2 
Jul  9 14:23:31 kg-core2 pkg[71510]: py38-scour-0.38.2 deinstalled
Jul  9 14:23:31 kg-core2 pkg[71510]: py38-numpy-1.22.4,1 deinstalled
Jul  9 14:23:31 kg-core2 pkg[71510]: py39-scour-0.38.2 installed
Jul  9 14:23:32 kg-core2 pkg[71510]: py39-numpy-1.22.4_1,1 installed
Jul  9 14:23:35 kg-core2 pkg[71510]: inkscape-1.2_1 installed
Jul  9 14:23:37 kg-core2 pkg[71510]: py38-numpy-1.22.4_1,1 installed
Jul  9 14:24:15 kg-core2 pkg[71533]: arduinoOTA upgraded: 1.2.0_1 -> 1.2.0_2 
Jul  9 14:24:15 kg-core2 pkg[71533]: arduino-builder upgraded: 1.3.25_3 -> 1.3.25_4 
Jul  9 14:24:35 kg-core2 pkg[71537]: libftdi1 upgraded: 1.5_2 -> 1.5_3 
Jul  9 14:24:35 kg-core2 pkg[71537]: avrdude upgraded: 6.4 -> 7.0_1 
Jul  9 14:25:23 kg-core2 pkg[71556]: libva upgraded: 2.14.0 -> 2.15.0 
Jul  9 14:25:23 kg-core2 pkg[71556]: aom upgraded: 3.3.0_1 -> 3.4.0 
Jul  9 14:25:23 kg-core2 pkg[71556]: libass upgraded: 0.15.2 -> 0.16.0 
Jul  9 14:25:23 kg-core2 pkg[71556]: dav1d upgraded: 1.0.0 -> 1.0.0_1 
Jul  9 14:25:23 kg-core2 pkg[71556]: libvpx upgraded: 1.11.0 -> 1.12.0 
Jul  9 14:25:24 kg-core2 pkg[71556]: ffmpeg upgraded: 4.4.2_4,1 -> 4.4.2_5,1 
Jul  9 14:25:28 kg-core2 pkg[71556]: firefox upgraded: 101.0.1,2 -> 102.0.1,2 
Jul  9 14:26:55 kg-core2 pkg[71662]: qt5-sqldrivers-sqlite3 upgraded: 5.15.2p263 -> 5.15.5p165 
Jul  9 14:26:55 kg-core2 pkg[71662]: qt5-uiplugin upgraded: 5.15.2p17 -> 5.15.5p1 
Jul  9 14:26:55 kg-core2 pkg[71662]: qt5-assistant upgraded: 5.15.2p17 -> 5.15.5p1 
Jul  9 14:26:55 kg-core2 pkg[71662]: screen upgraded: 4.9.0_4 -> 4.9.0_6 
Jul  9 14:26:55 kg-core2 pkg[71662]: qt5-uitools upgraded: 5.15.2p17 -> 5.15.5p1 
Jul  9 14:26:55 kg-core2 pkg[71662]: qt5-script upgraded: 5.15.2p4 -> 5.15.10p0 
Jul  9 14:26:57 kg-core2 pkg[71662]: sane-backends upgraded: 1.1.1_3 -> 1.1.1_6 
Jul  9 14:28:52 kg-core2 pkg[72172]: autoconf-wrapper-20131203 deinstalled
Jul  9 14:28:52 kg-core2 pkg[72172]: py38-gobject3-3.38.0 deinstalled
Jul  9 14:28:52 kg-core2 pkg[72172]: py38-cairo-1.18.1_2,1 deinstalled
Jul  9 14:28:52 kg-core2 pkg[72172]: py39-cairo-1.18.1_2,1 installed
Jul  9 14:28:58 kg-core2 pkg[72172]: openjdk8 upgraded: 8.322.06.1 -> 8.332.09.1_1 
Jul  9 14:28:58 kg-core2 pkg[72172]: libsigc++ upgraded: 2.10.4 -> 2.10.8 
Jul  9 14:28:58 kg-core2 pkg[72172]: py39-gobject3-3.38.0_1 installed
Jul  9 14:28:58 kg-core2 pkg[72172]: autoconf-switch-20220527 installed
Jul  9 14:28:58 kg-core2 pkg[72172]: glibmm upgraded: 2.66.2,1 -> 2.66.4,1 
Jul  9 14:28:59 kg-core2 pkg[72172]: fftw3-float upgraded: 3.3.10 -> 3.3.10_2 
Jul  9 14:29:03 kg-core2 pkg[72172]: gcc10 upgraded: 10.3.0 -> 10.4.0 
Jul  9 14:29:04 kg-core2 pkg[72172]: autoconf upgraded: 2.69_3 -> 2.71 
Jul  9 14:29:04 kg-core2 pkg[72172]: graphene upgraded: 1.10.6 -> 1.10.8 
Jul  9 14:29:04 kg-core2 pkg[72172]: gexiv2 upgraded: 0.12.3 -> 0.14.0 
Jul  9 14:29:11 kg-core2 pkg[72172]: gcc-arm-embedded upgraded: 10.2.20201211_1 -> 10.3.20210921 
Jul  9 14:29:12 kg-core2 pkg[72172]: git upgraded: 2.35.2 -> 2.37.0 
Jul  9 14:29:12 kg-core2 pkg[72172]: asciidoc upgraded: 10.1.4_2 -> 10.2.0 
Jul  9 14:29:12 kg-core2 pkg[72172]: gdl upgraded: 3.34.0_2 -> 3.40.0 
Jul  9 14:29:13 kg-core2 pkg[72172]: gettext-tools upgraded: 0.21 -> 0.21_1 
Jul  9 14:29:13 kg-core2 pkg[72172]: argp-standalone upgraded: 1.3_4 -> 1.5.0 
Jul  9 14:29:15 kg-core2 pkg[72172]: bouncycastle15 upgraded: 1.69_2 -> 1.71 
Jul  9 14:30:45 kg-core2 pkg[73343]: hdf-szip-2.1.1 deinstalled
Jul  9 14:30:45 kg-core2 pkg[73343]: libaec-1.0.6 installed
Jul  9 14:30:45 kg-core2 pkg[73343]: hdf5 upgraded: 1.10.6,1 -> 1.10.9,1 
Jul  9 14:30:45 kg-core2 pkg[73343]: highway upgraded: 0.16.0_2 -> 0.17.0 
Jul  9 14:30:45 kg-core2 pkg[73343]: hidapi upgraded: 0.11.2 -> 0.12.0 
Jul  9 14:30:46 kg-core2 pkg[73343]: slurm-wlm upgraded: 20.02.7 -> 20.02.7_1 
Jul  9 14:30:46 kg-core2 pkg[73343]: kermit upgraded: 9.0.305.06 -> 10.0.b04 
Jul  9 14:30:46 kg-core2 pkg[73343]: help2man upgraded: 1.49.1 -> 1.49.2 
Jul  9 14:30:46 kg-core2 pkg[73343]: graphviz upgraded: 2.50.0_1 -> 2.50.0_5 
Jul  9 14:30:47 kg-core2 pkg[73343]: netcdf upgraded: 4.8.1 -> 4.9.0 
Jul  9 14:30:47 kg-core2 pkg[73343]: gscan2pdf upgraded: 2.12.5 -> 2.12.7 
Jul  9 14:38:05 kg-core2 pkg[73623]: libfabric-1.14.0 installed
Jul  9 14:38:06 kg-core2 pkg[73623]: mpich-3.4.3 installed
Jul  9 14:38:10 kg-core2 pkg[73623]: vtk9 upgraded: 9.1.0_2 -> 9.1.0_3 
Jul  9 14:38:24 kg-core2 pkg[73623]: opencascade upgraded: 7.6.0_5 -> 7.6.0_6 
Jul  9 14:38:24 kg-core2 pkg[73623]: py38-wxPython41-4.1.1 deinstalled
Jul  9 14:38:25 kg-core2 pkg[73623]: py39-wxPython41-4.1.1 installed
Jul  9 14:38:29 kg-core2 pkg[73623]: kicad upgraded: 6.0.4,2 -> 6.0.6,2 
Jul  9 14:38:29 kg-core2 pkg[73623]: kicad-library-tmpl upgraded: 6.0.4 -> 6.0.6 
Jul  9 14:38:29 kg-core2 pkg[73623]: kicad-library-symbols upgraded: 6.0.4 -> 6.0.6 
Jul  9 14:39:31 kg-core2 pkg[73623]: kicad-library-packages3d upgraded: 6.0.4 -> 6.0.6 
Jul  9 14:39:45 kg-core2 pkg[73623]: kicad-library-footprints upgraded: 6.0.4 -> 6.0.6 
Jul  9 14:43:11 kg-core2 pkg[75393]: cudatext-gtk2 upgraded: 1.155.3 -> 1.166.2 
Jul  9 14:43:46 kg-core2 pkg[75403]: liveMedia upgraded: 2020.11.26,2 -> 2022.06.16,2 
Jul  9 14:44:44 kg-core2 pkg[75427]: libcanberra upgraded: 0.30_5 -> 0.30_8 
Jul  9 14:44:44 kg-core2 pkg[75427]: libcanberra-gtk3 upgraded: 0.30_5 -> 0.30_8 
Jul  9 14:44:44 kg-core2 pkg[75427]: libetonyek01 upgraded: 0.1.10_3,1 -> 0.1.10_4,1 
Jul  9 14:44:44 kg-core2 pkg[75427]: lib2geom upgraded: 1.1_1 -> 1.1_2 
Jul  9 14:44:56 kg-core2 pkg[75427]: openjdk11 upgraded: 11.0.14+9.1_1 -> 11.0.15+10.1 
Jul  9 14:44:56 kg-core2 pkg[75427]: libgsf upgraded: 1.14.47_3 -> 1.14.49 
Jul  9 14:44:56 kg-core2 pkg[75427]: libtool upgraded: 2.4.6_1 -> 2.4.7 
Jul  9 14:44:56 kg-core2 pkg[75427]: libfreehand upgraded: 0.1.2_21 -> 0.1.2_22 
Jul  9 14:44:56 kg-core2 pkg[75427]: libftdi upgraded: 0.20_16 -> 0.20_17 
Jul  9 14:45:36 kg-core2 pkg[75837]: python38 upgraded: 3.8.13 -> 3.8.13_2 
Jul  9 14:45:36 kg-core2 pkg[75837]: speexdsp upgraded: 1.2.0 -> 1.2.1 
Jul  9 14:45:37 kg-core2 pkg[75837]: pulseaudio upgraded: 14.2_3 -> 14.2_4 
Jul  9 14:45:37 kg-core2 pkg[75837]: py38-setuptools upgraded: 57.0.0 -> 62.1.0_1 
Jul  9 14:46:56 kg-core2 pkg[75899]: xfce4-tumbler upgraded: 4.16.0_15 -> 4.16.0_18 
Jul  9 14:46:56 kg-core2 pkg[75899]: xfce4-panel upgraded: 4.16.3 -> 4.16.4 
Jul  9 14:46:56 kg-core2 pkg[75899]: vulkan-loader upgraded: 1.3.210 -> 1.3.219 
Jul  9 14:46:56 kg-core2 pkg[75899]: spirv-tools upgraded: 2022.1_1 -> 2022.2 
Jul  9 14:46:57 kg-core2 pkg[75899]: thunar upgraded: 4.16.10 -> 4.16.11 
Jul  9 14:46:57 kg-core2 pkg[75899]: vkd3d upgraded: 1.3 -> 1.4 
Jul  9 14:46:58 kg-core2 pkg[75899]: vlc upgraded: 3.0.17.4_1,4 -> 3.0.17.4_2,4 
Jul  9 14:46:58 kg-core2 pkg[75899]: texinfo upgraded: 6.8_1,1 -> 6.8_3,1 
Jul  9 14:46:58 kg-core2 pkg[75899]: unrar upgraded: 6.11,6 -> 6.12,6 
Jul  9 14:46:58 kg-core2 pkg[75899]: upower upgraded: 0.99.17_1 -> 0.99.19 
Jul  9 14:46:58 kg-core2 pkg[75899]: thunar-archive-plugin upgraded: 0.4.0_1 -> 0.5.0 
Jul  9 14:46:58 kg-core2 pkg[75899]: veroroute upgraded: 2.25_1,1 -> 2.28,1 
Jul  9 14:46:58 kg-core2 pkg[75899]: sudo upgraded: 1.9.10 -> 1.9.11p3 
Jul  9 14:46:59 kg-core2 pkg[75899]: sdl2 upgraded: 2.0.20_1 -> 2.0.22 
Jul  9 14:46:59 kg-core2 pkg[75899]: stm32flash upgraded: 0.6 -> 0.7 
Jul  9 14:46:59 kg-core2 pkg[75899]: twm upgraded: 1.0.11_1 -> 1.0.12 
Jul  9 14:48:06 kg-core2 pkg[76059]: xauth upgraded: 1.1 -> 1.1.1 
Jul  9 14:48:06 kg-core2 pkg[76059]: xf86-input-libinput upgraded: 0.30.0_1 -> 1.2.0 
Jul  9 14:48:06 kg-core2 pkg[76059]: xmlsec1 upgraded: 1.2.29_2 -> 1.2.34 
Jul  9 14:48:07 kg-core2 pkg[76059]: zenity upgraded: 3.32.0 -> 3.42.1 
Jul  9 14:48:07 kg-core2 pkg[76059]: xmlcatmgr upgraded: 2.2_2 -> 2.2_3 
Jul  9 14:48:07 kg-core2 pkg[76059]: xfce4-terminal upgraded: 1.0.0_1 -> 1.0.4 
Jul  9 14:48:07 kg-core2 pkg[76059]: zxing-cpp upgraded: 1.2.0 -> 1.3.0 
Jul  9 14:48:07 kg-core2 pkg[76059]: w3m upgraded: 0.5.3.20211026_1 -> 0.5.3.20220429 
Jul  9 14:48:48 kg-core2 pkg[76113]: winetricks upgraded: 20210825 -> 20220411 
Jul  9 14:48:52 kg-core2 pkg[76113]: wine upgraded: 6.0.3_2,1 -> 6.0.4,1 
Jul  9 14:49:40 kg-core2 pkg[76136]: drm-fbsd13-kmod upgraded: 5.4.144.g20220223 -> 5.4.191.g20220604_1 
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-kmod-g20210330 deinstalled
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-btc-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-rv610-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-palm-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-kaveri-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-rv620-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-intel-kmod-broxton-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-cedar-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-tahiti-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-rs780-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-banks-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-kaveri-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-polaris12-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-raven-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-kabini-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-hainan-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-kabini-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-rv635-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-intel-kmod-icelake-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-pitcairn-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-tonga-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-rv670-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-juniper-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-r600-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-r700-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-vega20-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-rs690-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-intel-kmod-tigerlake-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-redwood-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-intel-kmod-coffeelake-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-intel-kmod-kabylake-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-rs600-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-picasso-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-caicos-20220511 installed
Jul  9 14:50:07 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-oland-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-renoir-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-rv710-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-sumo2-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-hawaii-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-hawaii-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-r200-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-mullins-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-navi10-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-vega10-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-intel-kmod-elkhartlake-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-intel-kmod-geminilake-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-aruba-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-cypress-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-r100-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-verde-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-bonaire-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-r520-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-topaz-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-cayman-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-sumo-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-oland-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-r300-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-rv730-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-navi14-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-barts-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-r420-20220511 installed
Jul  9 14:50:08 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-rv630-20220511 installed
Jul  9 14:50:09 kg-core2 pkg[76139]: gpu-firmware-intel-kmod-rocketlake-20220511 installed
Jul  9 14:50:09 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-pitcairn-20220511 installed
Jul  9 14:50:09 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-si58-20220511 installed
Jul  9 14:50:09 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-mullins-20220511 installed
Jul  9 14:50:09 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-rv770-20220511 installed
Jul  9 14:50:09 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-polaris10-20220511 installed
Jul  9 14:50:09 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-hainan-20220511 installed
Jul  9 14:50:09 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-rv740-20220511 installed
Jul  9 14:50:09 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-turks-20220511 installed
Jul  9 14:50:09 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-stoney-20220511 installed
Jul  9 14:50:09 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-fiji-20220511 installed
Jul  9 14:50:09 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-bonaire-20220511 installed
Jul  9 14:50:09 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-vega12-20220511 installed
Jul  9 14:50:09 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-raven2-20220511 installed
Jul  9 14:50:09 kg-core2 pkg[76139]: gpu-firmware-radeon-kmod-verde-20220511 installed
Jul  9 14:50:09 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-carrizo-20220511 installed
Jul  9 14:50:09 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-navi12-20220511 installed
Jul  9 14:50:09 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-vegam-20220511 installed
Jul  9 14:50:10 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-polaris11-20220511 installed
Jul  9 14:50:10 kg-core2 pkg[76139]: gpu-firmware-amd-kmod-tahiti-20220511 installed
Jul  9 14:50:10 kg-core2 pkg[76139]: gpu-firmware-intel-kmod-skylake-20220511 installed
Jul  9 14:50:10 kg-core2 pkg[76139]: gpu-firmware-kmod-20220511,1 installed

2022-07-06: ada0p6 - stopped firefox, reclaimed swap and started firefox again.

2022-06-20: ada0p6 - pkg - upgrade

Jun 20 15:48:46 kg-core2 pkg[52821]: libglvnd upgraded: 1.4.0_1 -> 1.4.0_2 
Jun 20 15:48:52 kg-core2 pkg[52821]: chromium upgraded: 102.0.5005.61_2 -> 102.0.5005.115 
Jun 20 15:51:42 kg-core2 pkg[52882]: e2fsprogs upgraded: 1.46.5 -> 1.46.5_1 
Jun 20 15:51:57 kg-core2 pkg[52902]: py38-ocrmypdf upgraded: 13.4.2 -> 13.4.7 
Jun 20 15:52:18 kg-core2 pkg[52906]: py38-numpy upgraded: 1.20.3,1 -> 1.22.4,1 
Jun 20 15:52:39 kg-core2 pkg[52910]: rar upgraded: 6.11,3 -> 6.12,3 
Jun 20 15:53:03 kg-core2 pkg[52912]: firefox upgraded: 101.0_1,2 -> 101.0.1,2 

2022-06-13: ada0p6 - stopped firefox, reclaimed swap and started firefox again.

2022-06-08: ada0p6 - pkg - install minicom

Jun  8 20:49:02 kg-core2 pkg[94797]: lrzsz-0.12.20_4 installed
Jun  8 20:49:02 kg-core2 pkg[94797]: minicom-2.8 installed

install srecord

Jun  8 21:54:17 kg-core2 pkg[95014]: srecord-1.64_17 installed

install kermit

Jun  8 22:20:50 kg-core2 pkg[95157]: kermit-9.0.305.06 installed

2022-06-08: ada0p6 - stopped firefox, reclaimed swap and started firefox again.

2022-06-06: ada0p6 - unfortunately ct-ng doesn't work here

tingo@kg-core2:~/work/test_ct-ng % ct-ng build
[INFO ]  Performing some trivial sanity checks
[INFO ]  Build started 20220606.220309
[INFO ]  Building environment variables
[00:01] / /usr/local/share/crosstool-ng/scripts/crosstool-NG.sh: line 276: gcc: command not found
[ERROR]  
[ERROR]  >>
[ERROR]  >>  Build failed in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: main[scripts/crosstool-NG.sh@276]
[ERROR]  >>
[ERROR]  >>  For more info on this error, look at the file: 'build.log'
[ERROR]  >>  There is a list of known issues, some with workarounds, in:
[ERROR]  >>      https://crosstool-ng.github.io/docs/known-issues/
[ERROR]  >>
[ERROR]  >>  If you feel this is a bug in crosstool-NG, report it at:
[ERROR]  >>      https://github.com/crosstool-ng/crosstool-ng/issues/
[ERROR]  >>
[ERROR]  >>  Make sure your report includes all the information pertinent to this issue.
[ERROR]  >>  Read the bug reporting guidelines here:
[ERROR]  >>      http://crosstool-ng.github.io/support/
[ERROR]   
[ERROR]  (elapsed: 0:00.00)
[00:01] / gmake: *** [/usr/local/bin/ct-ng:261: build] Error 127

2022-06-06: ada0p6 - test ct-ng

tingo@kg-core2:~/work/test_ct-ng % ct-ng help
This is crosstool-NG version 1.25.0

Copyright (C) 2008  Yann E. MORIN <yann.morin.1998@free.fr>
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

See below for a list of available actions, listed by category:

Configuration actions:
  show-config        - Show a brief overview of current configuration
  saveconfig         - Save current config as a preconfigured target
  menuconfig         - Update current config using a menu based program
  nconfig            - Update current config using a menu based program
  oldconfig          - Update current config using a provided .config as base
  upgradeconfig      - Upgrade config file to current crosstool-NG
  extractconfig      - Extract to stdout the configuration items from a
                       build.log file piped to stdin
  savedefconfig      - Save current config as a mini-defconfig to ${DEFCONFIG}
  defconfig          - Update config from a mini-defconfig ${DEFCONFIG}
                       (default: ${DEFCONFIG}=./defconfig)
  show-tuple         - Print the tuple of the currently configured toolchain

Preconfigured toolchains (#: force number of // jobs):
  list-samples       - Prints the list of all samples (for scripting)
  show-<sample>      - Show a brief overview of <sample> (list with list-samples)
  <sample>           - Preconfigure crosstool-NG with <sample> (list with list-samples)
  build-all[.#]      - Build *all* samples (list with list-samples) and install in
                       ${CT_PREFIX} (set to ~/x-tools by default)

Build actions (#: force number of // jobs):
  list-steps         - List all build steps
  source             - Download sources for currently configured toolchain
  build[.#]          - Build the currently configured toolchain

Clean actions:
  clean              - Remove generated files
  distclean          - Remove generated files, configuration and build directories

Distribution actions:
  check-samples      - Verify if samples need updates due to Kconfig changes
  update-samples     - Regenerate sample configurations using the current Kconfig
  updatetools        - Update the config tools

Environment variables (see http://crosstool-ng.github.io/docs/build/)
  STOP=step          - Stop the build just after this step (list with list-steps)
  RESTART=step       - Restart the build just before this step (list with list-steps)
  CT_PREFIX=dir      - Install samples in dir (see action "build-all", above).
  V=0|1|2|<unset>    - <unset> show only human-readable messages (default)
                       0 => do not show commands or human-readable message
                       1 => show only the commands being executed
                       2 => show both

Use action "menuconfig" to configure your toolchain
Use action "build" to build your toolchain
Use action "version" to see the version
See "man 1 ct-ng" for some help as well

2022-06-06: ada0p6 - build crosstool-ng configure

tingo@kg-core2:~/work/crosstool-ng-1.25.0 % env YACC=/usr/local/bin/yacc PYTHON=/usr/local/bin/python3.8 CC=/usr/local/bin/gcc10 ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-unknown-freebsd13.0
checking host system type... x86_64-unknown-freebsd13.0
checking whether ln -s works... yes
checking whether install takes --strip-program option... no
checking for ggrep... no
checking for grep... grep
checking for absolute path to grep... /usr/bin/grep
checking for gegrep... no
checking for egrep... egrep
checking for absolute path to egrep... /usr/bin/egrep
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for sed... /usr/local/bin/gsed
checking for GNU sed >= 4.0... yes
checking for gcc... /usr/local/bin/gcc10
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/local/bin/gcc10 accepts -g... yes
checking for /usr/local/bin/gcc10 option to accept ISO C89... none needed
checking whether /usr/local/bin/gcc10 understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of /usr/local/bin/gcc10... gcc3
checking for g++... no
checking for c++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking how to run the C preprocessor... /usr/local/bin/gcc10 -E
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... /usr/local/bin/yacc
checking whether c++ supports C++11 features with -std=gnu++11... yes
checking if /usr/local/bin/gcc10 can static link... yes
checking for ranlib... ranlib
checking for gobjcopy... no
checking for objcopy... objcopy
checking for absolute path to objcopy... /usr/bin/objcopy
checking for gobjdump... no
checking for objdump... objdump
checking for absolute path to objdump... /usr/local/bin/objdump
checking for greadelf... no
checking for readelf... readelf
checking for absolute path to readelf... /usr/bin/readelf
checking for flex... flex
checking for makeinfo... makeinfo
checking for cut... cut
checking for readlink... readlink
checking for tar... tar
checking for gzip... gzip
checking for bzip2... bzip2
checking for xz... xz
checking for unzip... unzip
checking for help2man... help2man
checking for file... file
checking for which... which
checking for lzip... no
checking for wget... no
checking for curl... curl
checking for meson... no
checking for ninja... no
checking for rsync... no
checking whether to use getconf or sysctl to count CPUs... sysctl -n hw.ncpu
checking for gpatch... gpatch
checking for absolute path to gpatch... /usr/local/bin/gpatch
checking whether patch supports --no-backup-if-mismatch... yes
checking for bash... /usr/local/bin/bash
checking for GNU bash >= 3.1... yes
checking for absolute path to gawk... /usr/local/bin/gawk
checking for GNU awk... yes
checking for make... /usr/local/bin/gmake
checking for GNU make >= 3.81... yes
checking for GNU make >= 4.0... yes
checking for libtool... /usr/local/bin/libtool
checking for GNU libtool >= 2.4... yes
checking for libtoolize... /usr/local/bin/libtoolize
checking for GNU libtoolize >= 2.4... yes
checking for GNU autoconf >= 2.65... yes
checking for autoreconf... /usr/local/bin/autoreconf
checking for GNU autoreconf >= 2.63... yes
checking for GNU automake >= 1.15... yes
checking for m4... /usr/local/bin/gm4
checking for GNU m4 >= 1.4.12... yes
checking for Python... yes
checking for Python >= 3.4... yes
checking for bison... /usr/local/bin/bison
checking for bison >= 2.7... yes
checking for dtc... dtc
checking for cvs... no
checking for svn... no
checking for git... git
checking for gmd5sum... /usr/local/bin/gmd5sum
checking for gsha1sum... /usr/local/bin/gsha1sum
checking for gsha256sum... /usr/local/bin/gsha256sum
checking for gsha512sum... /usr/local/bin/gsha512sum
checking for inline... inline
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for size_t... yes
checking for working alloca.h... no
checking for alloca... yes
checking for ld used by /usr/local/bin/gcc10... /usr/local/bin/ld
checking if the linker (/usr/local/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... no
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -lintl
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ncursesw via pkg-config... no
checking for ncursesw via fallback... 
checking for initscr() with -lncursesw... yes
checking for nodelay() with -lncursesw... yes
checking for working ncursesw/curses.h... no
checking for working ncursesw.h... no
checking for working ncurses.h... yes
checking for Curses Panel library with ncursesw/panel.h... no
checking for Curses Panel library with panel.h... yes
checking for Curses Menu library with ncursesw/menu.h... no
checking for Curses Menu library with menu.h... yes
checking for build time... Mon Jun  6 21:29:05 2022
checking if the manual needs to be installed... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating paths.sh
config.status: creating kconfig/Makefile
config.status: creating config/configure.in
config.status: creating config.h
config.status: executing depfiles commands

build

tingo@kg-core2:~/work/crosstool-ng-1.25.0 % gmake
/usr/local/bin/gmake  all-recursive
gmake[1]: Entering directory '/zt/t2/work/crosstool-ng-1.25.0'
Making all in kconfig
gmake[2]: Entering directory '/zt/t2/work/crosstool-ng-1.25.0/kconfig'
  YACC     parser.tab.c
/usr/local/bin/gmake  all-am
gmake[3]: Entering directory '/zt/t2/work/crosstool-ng-1.25.0/kconfig'
  CC       conf.o
  CC       confdata.o
  CC       expr.o
  CC       symbol.o
  CC       preprocess.o
  CC       util.o
  CC       parser.tab.o
  CC       lexer.lex.o
  CCLD     conf
  CC       nconf-nconf.o
  CC       nconf-nconf.gui.o
  CC       nconf-confdata.o
  CC       nconf-expr.o
  CC       nconf-symbol.o
  CC       nconf-preprocess.o
  CC       nconf-util.o
  CC       nconf-parser.tab.o
  CC       nconf-lexer.lex.o
  CCLD     nconf
  CC       mconf.o
  CC       lxdialog/checklist.o
  CC       lxdialog/inputbox.o
  CC       lxdialog/menubox.o
  CC       lxdialog/textbox.o
  CC       lxdialog/util.o
  CC       lxdialog/yesno.o
  CCLD     mconf
gmake[3]: Leaving directory '/zt/t2/work/crosstool-ng-1.25.0/kconfig'
gmake[2]: Leaving directory '/zt/t2/work/crosstool-ng-1.25.0/kconfig'
gmake[2]: Entering directory '/zt/t2/work/crosstool-ng-1.25.0'
  GEN      ct-ng
  GEN      bash-completion/ct-ng
  GEN      docs/ct-ng.1
gmake[2]: Leaving directory '/zt/t2/work/crosstool-ng-1.25.0'
gmake[1]: Leaving directory '/zt/t2/work/crosstool-ng-1.25.0'

install

tingo@kg-core2:~/work/crosstool-ng-1.25.0 % sudo gmake install
[..]
rm -f /usr/local/share/crosstool-ng/LICENSE
ln -s COPYING /usr/local/share/crosstool-ng/LICENSE
chmod a-x /usr/local/share/bash-completion/completions/`echo ct-ng | sed 's,x,x,'`
gmake[3]: Leaving directory '/zt/t2/work/crosstool-ng-1.25.0'
gmake[2]: Leaving directory '/zt/t2/work/crosstool-ng-1.25.0'
gmake[1]: Leaving directory '/zt/t2/work/crosstool-ng-1.25.0'

2022-06-06: ada0p6 - pkg - install packages neede fro crosstool-ng

Jun  6 20:36:44 kg-core2 pkg[70040]: zip-3.0_1 installed
Jun  6 20:37:22 kg-core2 pkg[70046]: m4-1.4.19,1 installed
Jun  6 20:37:22 kg-core2 pkg[70046]: autoconf-wrapper-20131203 installed
Jun  6 20:37:22 kg-core2 pkg[70046]: autoconf-2.69_3 installed
Jun  6 20:37:22 kg-core2 pkg[70046]: automake-1.16.5 installed
Jun  6 20:37:52 kg-core2 pkg[70059]: libtextstyle-0.21 installed
Jun  6 20:37:52 kg-core2 pkg[70059]: bison-3.8.2,1 installed
Jun  6 20:38:16 kg-core2 pkg[70079]: gettext-tools-0.21 installed
Jun  6 20:38:46 kg-core2 pkg[70096]: gperf-3.1 installed
Jun  6 20:39:23 kg-core2 pkg[70104]: libatomic_ops-7.6.12 installed
Jun  6 20:39:51 kg-core2 pkg[70110]: libtool-2.4.6_1 installed
Jun  6 20:40:07 kg-core2 pkg[70119]: patch-2.7.6_2 installed
Jun  6 20:40:35 kg-core2 pkg[70126]: libsigsegv-2.14 installed
Jun  6 20:40:35 kg-core2 pkg[70126]: gawk-5.1.1 installed
Jun  6 20:41:05 kg-core2 pkg[70149]: help2man-1.49.1 installed
Jun  6 20:41:36 kg-core2 pkg[70166]: p5-Unicode-EastAsianWidth-12.0 installed
Jun  6 20:41:36 kg-core2 pkg[70166]: p5-Locale-libintl-1.32 installed
Jun  6 20:41:36 kg-core2 pkg[70166]: p5-Text-Unidecode-1.30 installed
Jun  6 20:41:36 kg-core2 pkg[70166]: texinfo-6.8_1,1 installed
Jun  6 20:42:10 kg-core2 pkg[70181]: xmlcatmgr-2.2_2 installed
Jun  6 20:42:10 kg-core2 pkg[70181]: xmlcharent-0.3_2 installed
Jun  6 20:42:10 kg-core2 pkg[70181]: iso8879-1986_3 installed
Jun  6 20:42:10 kg-core2 pkg[70181]: sdocbook-xml-1.1_2,2 installed
Jun  6 20:42:11 kg-core2 pkg[70181]: docbook-xml-5.0_3 installed
Jun  6 20:42:11 kg-core2 pkg[70181]: docbook-sgml-4.5_1 installed
Jun  6 20:42:11 kg-core2 pkg[70181]: docbook-1.5 installed
Jun  6 20:42:13 kg-core2 pkg[70181]: docbook-xsl-1.79.1_1,1 installed
Jun  6 20:42:13 kg-core2 pkg[70181]: asciidoc-10.1.4_2 installed
Jun  6 20:42:43 kg-core2 pkg[70206]: gsed-4.8 installed
Jun  6 20:43:18 kg-core2 pkg[70215]: w3m-0.5.3.20211026_1 installed
Jun  6 20:43:18 kg-core2 pkg[70215]: getopt-1.1.6 installed
Jun  6 20:43:18 kg-core2 pkg[70215]: xmlto-0.0.28 installed

gcc 10 is already installed

root@kg-core2:~ # which gcc10
/usr/local/bin/gcc10
root@kg-core2:~ # gcc10 --version
gcc10 (FreeBSD Ports Collection) 10.3.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

2022-06-06: ada0p6 - pkg - install gmake, bsvc

Jun  6 18:03:44 kg-core2 pkg[69030]: gmake-4.3_2 installed
Jun  6 19:21:59 kg-core2 pkg[69461]: bsvc-2.4.6 installed

2022-05-31: ada0p6 - pkg - upgrade

May 31 21:24:02 kg-core2 pkg[28946]: cups upgraded: 2.3.3op2 -> 2.4.2 
May 31 21:24:23 kg-core2 pkg[28972]: chromium upgraded: 102.0.5005.61_1 -> 102.0.5005.61_2 

2022-05-30: ada0p6 - pkg - upgrade

May 30 18:27:11 kg-core2 pkg[20771]: nss upgraded: 3.77 -> 3.78 
May 30 18:27:31 kg-core2 pkg[20787]: openjpeg upgraded: 2.4.0 -> 2.5.0 
May 30 18:27:31 kg-core2 pkg[20787]: py38-pillow upgraded: 9.0.1_1 -> 9.1.1 
May 30 18:27:44 kg-core2 pkg[20803]: lmdb upgraded: 0.9.29,1 -> 0.9.29_1,1 
May 30 18:28:06 kg-core2 pkg[20820]: svt-av1 upgraded: 1.0.0 -> 1.1.0 
May 30 18:28:18 kg-core2 pkg[20836]: curl upgraded: 7.82.0 -> 7.83.1 
May 30 18:28:54 kg-core2 pkg[20855]: ffmpeg upgraded: 4.4.2_2,1 -> 4.4.2_4,1 
May 30 18:29:25 kg-core2 pkg[20873]: thunderbird upgraded: 91.9.0_3 -> 91.10.0 
May 30 18:30:03 kg-core2 pkg[20894]: upnp-1.14.12,1 installed
May 30 18:30:04 kg-core2 pkg[20894]: vlc upgraded: 3.0.17.3_2,4 -> 3.0.17.4_1,4 
May 30 18:30:29 kg-core2 pkg[20929]: chromium upgraded: 101.0.4951.54 -> 102.0.5005.61_1 
May 30 18:31:55 kg-core2 pkg[21017]: firefox upgraded: 100.0_3,2 -> 101.0_1,2 

and vlc got a new dependecy: upnp.

2022-05-30: ada0p6 - stopped firefox, reclaimed swap and started firefox again.

2022-05-24: ada0p6 - stopped firefox, reclaimed swap and started firefox again.

2022-05-23: ada0p6 - chromium at 33G, stopped, reclaimed swap and started again. After restarte chromium is at 33G, firefox at 31G. Oh well.

2022-05-19: ada0p6 - firefox restarted, I couldn't put it off any longer. Reclaimed swap before restarting it.

2022-05-17: ada0p6 - chromium was at 29G, so I stopped it and reclaimed swap, then started it again. firefox is at 21G, we shall see how long it lasts.

2022-05-12: ada0p6 - I rebooted the machine manually, checked both freebsd-update and pkg upgrade; nothing to be done. Checking /var/log/messages, I see gpu related errors

May 12 03:11:47 kg-core2 kernel: drmn0: ring 0 stalled for more than 10330msec
May 12 03:11:47 kg-core2 kernel: drmn0: ring 3 stalled for more than 10330msec
May 12 03:11:47 kg-core2 kernel: drmn0: GPU lockup (current fence id 0x00000000392ee7e9 last fence id 0x00000000392ee
852 on ring 0)
May 12 03:11:47 kg-core2 kernel: drmn0: GPU lockup (current fence id 0x00000000b275e928 last fence id 0x00000000b275e
929 on ring 3)
May 12 03:11:47 kg-core2 kernel: drmn0: failed to get a new IB (-11)
May 12 03:11:47 kg-core2 kernel: [drm ERROR :radeon_cs_ib_fill] Failed to get ib !
May 12 03:11:47 kg-core2 kernel: drmn0: Saved 3367 dwords of commands on ring 0.
May 12 03:11:47 kg-core2 kernel: drmn0: GPU softreset: 0x0000001D
May 12 03:11:47 kg-core2 kernel: drmn0:   GRBM_STATUS               = 0xE5700CA0
May 12 03:11:47 kg-core2 kernel: drmn0:   GRBM_STATUS_SE0           = 0xFC000001
May 12 03:11:47 kg-core2 kernel: drmn0:   GRBM_STATUS_SE1           = 0x00000007
May 12 03:11:47 kg-core2 kernel: drmn0:   SRBM_STATUS               = 0x20000EC0
May 12 03:11:47 kg-core2 kernel: drmn0:   SRBM_STATUS2              = 0x00000000
May 12 03:11:47 kg-core2 kernel: drmn0:   R_008674_CP_STALLED_STAT1 = 0x01000000
May 12 03:11:47 kg-core2 kernel: drmn0:   R_008678_CP_STALLED_STAT2 = 0x00011000
May 12 03:11:47 kg-core2 kernel: drmn0:   R_00867C_CP_BUSY_STAT     = 0x00068402
May 12 03:11:47 kg-core2 kernel: drmn0:   R_008680_CP_STAT          = 0x80870243
May 12 03:11:47 kg-core2 kernel: drmn0:   R_00D034_DMA_STATUS_REG   = 0x44CFC146
May 12 03:11:48 kg-core2 kernel: drmn0: Wait for MC idle timedout !
May 12 03:11:48 kg-core2 kernel: drmn0: GRBM_SOFT_RESET=0x00007F6B
May 12 03:11:48 kg-core2 kernel: drmn0: SRBM_SOFT_RESET=0x00100100
May 12 03:11:48 kg-core2 kernel: drmn0:   GRBM_STATUS               = 0x00003828
May 12 03:11:48 kg-core2 kernel: drmn0:   GRBM_STATUS_SE0           = 0x00000007
May 12 03:11:48 kg-core2 kernel: drmn0:   GRBM_STATUS_SE1           = 0x00000007
May 12 03:11:48 kg-core2 kernel: drmn0:   SRBM_STATUS               = 0x20000CC0
May 12 03:11:48 kg-core2 kernel: drmn0:   SRBM_STATUS2              = 0x00000000
May 12 03:11:48 kg-core2 kernel: drmn0:   R_008674_CP_STALLED_STAT1 = 0x00000000
May 12 03:11:48 kg-core2 kernel: drmn0:   R_008678_CP_STALLED_STAT2 = 0x00000000
May 12 03:11:48 kg-core2 kernel: drmn0:   R_00867C_CP_BUSY_STAT     = 0x00000000
May 12 03:11:48 kg-core2 kernel: drmn0:   R_008680_CP_STAT          = 0x00000000
May 12 03:11:48 kg-core2 kernel: drmn0:   R_00D034_DMA_STATUS_REG   = 0x44C83D57
May 12 03:11:48 kg-core2 kernel: drmn0: GPU reset succeeded, trying to resume
May 12 03:11:48 kg-core2 kernel: [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
May 12 03:11:48 kg-core2 kernel: drmn0: Wait for MC idle timedout !
May 12 03:11:48 kg-core2 syslogd: last message repeated 1 times
May 12 03:11:48 kg-core2 kernel: [drm] PCIE GART of 1024M enabled (table at 0x0000000000162000).
May 12 03:11:48 kg-core2 kernel: drmn0: WB enabled
May 12 03:11:48 kg-core2 kernel: drmn0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0x0xfffff
8002246ec00
May 12 03:11:48 kg-core2 kernel: drmn0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0x0xfffff
8002246ec0c
May 12 03:11:48 kg-core2 kernel: drmn0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0x0xfffff
800d0072118
May 12 03:11:48 kg-core2 kernel: [drm] ring test on 0 succeeded in 4 usecs
May 12 03:11:48 kg-core2 kernel: [drm] ring test on 3 succeeded in 7 usecs
May 12 03:11:48 kg-core2 kernel: [drm] ring test on 5 succeeded in 3 usecs
May 12 03:11:48 kg-core2 kernel: [drm] UVD initialized successfully.
May 12 03:11:49 kg-core2 kernel: [drm ERROR :r600_ib_test] radeon: fence wait timed out.
May 12 03:11:49 kg-core2 kernel: [drm ERROR :radeon_ib_ring_tests] radeon: failed testing IB on GFX ring (-60).
May 12 03:11:49 kg-core2 kernel: drmn0: GPU softreset: 0x00000019
May 12 03:11:49 kg-core2 kernel: drmn0:   GRBM_STATUS               = 0xE5701CA0
May 12 03:11:49 kg-core2 kernel: drmn0:   GRBM_STATUS_SE0           = 0xFC000003
May 12 03:11:49 kg-core2 kernel: drmn0:   GRBM_STATUS_SE1           = 0x00000007
May 12 03:11:49 kg-core2 kernel: drmn0:   SRBM_STATUS               = 0x20000CC0
May 12 03:11:49 kg-core2 kernel: drmn0:   SRBM_STATUS2              = 0x00000000
May 12 03:11:49 kg-core2 kernel: drmn0:   R_008674_CP_STALLED_STAT1 = 0x01000000
May 12 03:11:49 kg-core2 kernel: drmn0:   R_008678_CP_STALLED_STAT2 = 0x00011000
May 12 03:11:49 kg-core2 kernel: drmn0:   R_00867C_CP_BUSY_STAT     = 0x00068406
May 12 03:11:49 kg-core2 kernel: drmn0:   R_008680_CP_STAT          = 0x80878647
May 12 03:11:49 kg-core2 kernel: drmn0:   R_00D034_DMA_STATUS_REG   = 0x44C83D57
May 12 03:11:50 kg-core2 kernel: drmn0: Wait for MC idle timedout !
May 12 03:11:50 kg-core2 kernel: drmn0: GRBM_SOFT_RESET=0x00007F6B
May 12 03:11:50 kg-core2 kernel: drmn0: SRBM_SOFT_RESET=0x00000100
May 12 03:11:50 kg-core2 kernel: drmn0:   GRBM_STATUS               = 0x00003828
May 12 03:11:50 kg-core2 kernel: drmn0:   GRBM_STATUS_SE0           = 0x00000007
May 12 03:11:50 kg-core2 kernel: drmn0:   GRBM_STATUS_SE1           = 0x00000007
May 12 03:11:50 kg-core2 kernel: drmn0:   SRBM_STATUS               = 0x20000CC0
May 12 03:11:50 kg-core2 kernel: drmn0:   SRBM_STATUS2              = 0x00000000
May 12 03:11:50 kg-core2 kernel: drmn0:   R_008674_CP_STALLED_STAT1 = 0x00000000
May 12 03:11:50 kg-core2 kernel: drmn0:   R_008678_CP_STALLED_STAT2 = 0x00000000
May 12 03:11:50 kg-core2 kernel: drmn0:   R_00867C_CP_BUSY_STAT     = 0x00000000
May 12 03:11:50 kg-core2 kernel: drmn0:   R_008680_CP_STAT          = 0x00000000
May 12 03:11:50 kg-core2 kernel: drmn0:   R_00D034_DMA_STATUS_REG   = 0x44C83D57
May 12 03:11:50 kg-core2 kernel: drmn0: GPU reset succeeded, trying to resume
May 12 03:11:50 kg-core2 kernel: [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
May 12 03:11:50 kg-core2 kernel: drmn0: Wait for MC idle timedout !
May 12 03:11:50 kg-core2 syslogd: last message repeated 1 times
May 12 03:11:50 kg-core2 kernel: [drm] PCIE GART of 1024M enabled (table at 0x0000000000162000).
May 12 03:11:50 kg-core2 kernel: drmn0: WB enabled
May 12 03:11:50 kg-core2 kernel: drmn0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0x0xfffff8002246ec00
May 12 03:11:50 kg-core2 kernel: drmn0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0x0xfffff8002246ec0c
May 12 03:11:50 kg-core2 kernel: drmn0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0x0xfffff800d0072118
May 12 03:11:50 kg-core2 kernel: [drm] ring test on 0 succeeded in 4 usecs
May 12 03:11:50 kg-core2 kernel: [drm] ring test on 3 succeeded in 7 usecs
May 12 03:11:50 kg-core2 kernel: [drm] ring test on 5 succeeded in 3 usecs
May 12 03:11:50 kg-core2 kernel: [drm] UVD initialized successfully.
May 12 03:11:50 kg-core2 kernel: [drm] ib test on ring 0 succeeded in 0 usecs
May 12 03:11:50 kg-core2 kernel: [drm] ib test on ring 3 succeeded in 0 usecs
May 12 05:24:10 kg-core2 syslogd: kernel boot file is /boot/kernel/kernel

not sure if they are related to the reboot or not.

2022-05-12: ada0p2 - during the night, the machine had rebooted. No clues in logs or else that I am able to figure out.

2022-05-10: ada0p6 - pkg - install openscad

May 10 18:12:47 kg-core2 pkg[1804]: opencsg-1.4.2_7 installed
May 10 18:12:47 kg-core2 pkg[1804]: hidapi-0.11.2 installed
May 10 18:12:47 kg-core2 pkg[1804]: libzip-1.7.3 installed
May 10 18:12:48 kg-core2 pkg[1804]: openscad-2021.01.01_11 installed

2022-05-10: ada0p6 - firefox restarted again, because it was eating swap.

2022-05-09: ada0p6 - pkg - upgrade

May  9 17:02:16 kg-core2 pkg[95109]: libreoffice upgraded: 7.3.2.2_3 -> 7.3.3.2 

2022-05-08: ada0p6 - write a FreeBSD install image to a usb stick

tingo@kg-core2:/zs/tingo/dl/bsd/fbsd/12.3 $ unxz -dc FreeBSD-12.3-RELEASE-amd64-memstick.img.xz | sudo dd of=/dev/da5 bs=4M status=progress
  1065353216 bytes (1065 MB, 1016 MiB) transferred 102.000s, 10 MB/s
0+129000 records in
256+1 records out
1075061248 bytes transferred in 103.136270 secs (10423697 bytes/sec)

only 1 min 43 secs; the new usb 3.0 hub works nicely.

2022-05-06: ada0p6 - pkg - upgrade

May  6 22:54:30 kg-core2 pkg[73986]: veroroute upgraded: 2.20,1 -> 2.25_1,1 
May  6 22:54:59 kg-core2 pkg[73994]: thunderbird upgraded: 91.8.1 -> 91.9.0_3 
May  6 22:55:39 kg-core2 pkg[74010]: libreoffice upgraded: 7.3.2.2_2 -> 7.3.2.2_3 
May  6 22:56:25 kg-core2 pkg[74055]: firefox upgraded: 100.0,2 -> 100.0_3,2 
May  6 22:56:55 kg-core2 pkg[74069]: chromium upgraded: 100.0.4896.127 -> 101.0.4951.54 
May  6 22:59:31 kg-core2 pkg[74505]: py38-jeepney-0.7.1 installed
May  6 22:59:33 kg-core2 pkg[74505]: calibre upgraded: 5.40.0_1 -> 5.40.0_2 

2022-05-03: ada0p6 - pkg - install SweetHome3D

May  3 19:36:00 kg-core2 pkg[50984]: java3d-1.5.2_7 installed
May  3 19:36:01 kg-core2 pkg[50984]: sweethome3d-6.6.4 installed

2022-05-02: ada0p6 - pkg - install xdpyinfo

May  2 20:50:20 kg-core2 pkg[44071]: libdmx-1.1.4_2 installed
May  2 20:50:20 kg-core2 pkg[44071]: libXxf86dga-1.1.5 installed
May  2 20:50:20 kg-core2 pkg[44071]: xdpyinfo-1.3.2_3 installed

2022-04-30: ada0p6 - pkg - install veroroute

Apr 30 20:08:58 kg-core2 pkg[29749]: veroroute-2.20,1 installed

the desktop file uses /usr/bin/veroroute for the path to the executable, fixed, and reported as bug 263689.

2022-04-30: ada0p6 - firefox starting to eart swap again, so I just restarted it. Firefox was at 22G memory, and Chromium at 25G memory. Hm.

2022-04-30: ada0p6 - pkg - upgrade

Apr 30 17:28:31 kg-core2 pkg[28643]: libunwind upgraded: 20211201 -> 20211201_1 
Apr 30 17:28:42 kg-core2 pkg[28643]: libreoffice upgraded: 7.3.2.2_1 -> 7.3.2.2_2 
Apr 30 17:28:46 kg-core2 pkg[28643]: firefox upgraded: 99.0.1,2 -> 100.0,2 

2022-04-27: ada0p6 - firefox starting to eart swap again, so I just restarted it.

2022-04-27: ada0p6 - pkg - upgrade

Apr 27 18:39:51 kg-core2 pkg[11236]: harfbuzz upgraded: 4.2.0 -> 4.2.1 
Apr 27 18:39:51 kg-core2 pkg[11236]: harfbuzz-icu upgraded: 4.2.0 -> 4.2.1 
Apr 27 18:39:52 kg-core2 pkg[11236]: ffmpeg upgraded: 4.4.2_1,1 -> 4.4.2_2,1 

2022-04-24: ada0p6 - pkg - upgrade

Apr 24 14:24:30 kg-core2 pkg[92263]: svt-av1 upgraded: 0.9.1_1 -> 1.0.0 
Apr 24 14:24:31 kg-core2 pkg[92263]: ffmpeg upgraded: 4.4.2,1 -> 4.4.2_1,1 

2022-04-23: ada0p6 - pkg - upgrade

Apr 23 21:13:16 kg-core2 pkg[86764]: libxml2 upgraded: 2.9.13 -> 2.9.13_1 
Apr 23 21:13:16 kg-core2 pkg[86764]: wayland upgraded: 1.20.0_1 -> 1.20.0_2 
Apr 23 21:13:16 kg-core2 pkg[86764]: shared-mime-info upgraded: 2.2 -> 2.2_1 
Apr 23 21:13:16 kg-core2 pkg[86764]: libxkbcommon upgraded: 1.4.0_1 -> 1.4.0_2 
Apr 23 21:13:33 kg-core2 pkg[86764]: llvm13 upgraded: 13.0.1_1 -> 13.0.1_2 
Apr 23 21:13:33 kg-core2 pkg[86764]: librsvg2-rust upgraded: 2.54.0_1 -> 2.54.0_2 
Apr 23 21:13:33 kg-core2 pkg[86764]: libxml++ upgraded: 2.40.1_1,1 -> 2.40.1_2,1 
Apr 23 21:13:33 kg-core2 pkg[86764]: libxslt upgraded: 1.1.35_1 -> 1.1.35_2 
Apr 23 21:13:34 kg-core2 pkg[86764]: libsoup upgraded: 2.74.0_1 -> 2.74.0_3 
Apr 23 21:13:34 kg-core2 pkg[86764]: ffmpeg upgraded: 4.4.1_11,1 -> 4.4.2,1 
Apr 23 21:13:34 kg-core2 pkg[86764]: raptor2 upgraded: 2.0.15_20 -> 2.0.15_21 
Apr 23 21:13:35 kg-core2 pkg[86764]: libgsf upgraded: 1.14.47_2 -> 1.14.47_3 
Apr 23 21:13:36 kg-core2 pkg[86764]: webkit2-gtk3 upgraded: 2.34.6_1 -> 2.34.6_2 
Apr 23 21:13:36 kg-core2 pkg[86764]: liblangtag upgraded: 0.6.3_1 -> 0.6.3_2 
Apr 23 21:13:36 kg-core2 pkg[86764]: libgepub upgraded: 0.6.0_2 -> 0.6.0_3 
Apr 23 21:13:36 kg-core2 pkg[86764]: libcmis upgraded: 0.5.2_3 -> 0.5.2_4 
Apr 23 21:13:37 kg-core2 pkg[86764]: libe-book upgraded: 0.1.3_22 -> 0.1.3_23 
Apr 23 21:13:37 kg-core2 pkg[86764]: libabw upgraded: 0.1.3_1 -> 0.1.3_2 
Apr 23 21:13:37 kg-core2 pkg[86764]: libetonyek01 upgraded: 0.1.10_2,1 -> 0.1.10_3,1 
Apr 23 21:13:37 kg-core2 pkg[86764]: xmlsec1 upgraded: 1.2.29_1 -> 1.2.29_2 
Apr 23 21:13:37 kg-core2 pkg[86764]: GraphicsMagick upgraded: 1.3.37_1,1 -> 1.3.37_2,1 
Apr 23 21:13:38 kg-core2 pkg[86764]: libgphoto2 upgraded: 2.5.26_1 -> 2.5.26_2 
Apr 23 21:13:38 kg-core2 pkg[86764]: gdl upgraded: 3.34.0_1 -> 3.34.0_2 
Apr 23 21:13:38 kg-core2 pkg[86764]: libbluray upgraded: 1.3.0_1,1 -> 1.3.0_2,1 
Apr 23 21:13:38 kg-core2 pkg[86764]: py38-lxml upgraded: 4.8.0_1 -> 4.8.0_2 
Apr 23 21:13:38 kg-core2 pkg[86764]: libodfgen01 upgraded: 0.1.8_1 -> 0.1.8_2 
Apr 23 21:13:38 kg-core2 pkg[86764]: libvisio01 upgraded: 0.1.7_6 -> 0.1.7_7 
Apr 23 21:13:38 kg-core2 pkg[86764]: p5-XML-LibXML upgraded: 2.0207_1,1 -> 2.0207_2,1 
Apr 23 21:13:44 kg-core2 pkg[86764]: chromium upgraded: 100.0.4896.60_2 -> 100.0.4896.127 
Apr 23 21:13:47 kg-core2 pkg[86764]: inkscape upgraded: 1.1.2_2 -> 1.1.2_3 
Apr 23 21:14:00 kg-core2 pkg[86764]: libreoffice upgraded: 7.3.2.2 -> 7.3.2.2_1 
Apr 23 21:14:01 kg-core2 pkg[86764]: vlc upgraded: 3.0.17.3_1,4 -> 3.0.17.3_2,4 
Apr 23 21:14:08 kg-core2 pkg[86764]: wine upgraded: 6.0.3_1,1 -> 6.0.3_2,1 
Apr 23 21:14:08 kg-core2 pkg[86764]: xfce4-tumbler upgraded: 4.16.0_14 -> 4.16.0_15 
Apr 23 21:14:09 kg-core2 pkg[86764]: qt5-webkit upgraded: 5.212.0.a4_8 -> 5.212.0.a4_9 
Apr 23 21:14:12 kg-core2 pkg[86764]: qt5-webengine upgraded: 5.15.2_6 -> 5.15.2_7 
Apr 23 21:14:12 kg-core2 pkg[86764]: libxklavier upgraded: 5.3_2,1 -> 5.3_3,1 
Apr 23 21:14:12 kg-core2 pkg[86764]: xfce4-screenshooter-plugin upgraded: 1.9.10_1 -> 1.9.10_2 
Apr 23 21:14:12 kg-core2 pkg[86764]: gvfs upgraded: 1.46.2_1 -> 1.46.2_2 
Apr 23 21:14:12 kg-core2 pkg[86764]: gtksourceview3 upgraded: 3.24.11_1 -> 3.24.11_2 
Apr 23 21:14:14 kg-core2 pkg[86764]: ImageMagick6 upgraded: 6.9.12.44,1 -> 6.9.12.44_1,1 
Apr 23 21:14:17 kg-core2 pkg[86764]: sane-backends upgraded: 1.1.1_2 -> 1.1.1_3 
Apr 23 21:14:18 kg-core2 pkg[86764]: hwloc2 upgraded: 2.7.0_1 -> 2.7.0_2 
Apr 23 21:14:18 kg-core2 pkg[86764]: xfce4-weather-plugin upgraded: 0.11.0_1 -> 0.11.0_2 
Apr 23 21:14:18 kg-core2 pkg[86764]: py38-html5-parser upgraded: 0.4.10_1 -> 0.4.10_2 
Apr 23 21:16:15 kg-core2 pkg[87467]: glib upgraded: 2.70.4_2,2 -> 2.70.4_3,2 
Apr 23 21:16:15 kg-core2 pkg[87467]: xkeyboard-config upgraded: 2.34_1 -> 2.34_2 
Apr 23 21:16:15 kg-core2 pkg[87467]: openexr upgraded: 3.1.4 -> 3.1.5 
Apr 23 21:16:15 kg-core2 pkg[87467]: gdk-pixbuf2 upgraded: 2.40.0_2 -> 2.40.0_3 
Apr 23 21:16:15 kg-core2 pkg[87467]: vmaf upgraded: 2.3.0_2 -> 2.3.1 
Apr 23 21:16:16 kg-core2 pkg[87467]: gstreamer1-plugins upgraded: 1.16.2_4 -> 1.16.2_5 
Apr 23 21:16:16 kg-core2 pkg[87467]: gstreamer1-plugins-ugly upgraded: 1.16.2_1 -> 1.16.2_2 
Apr 23 21:16:16 kg-core2 pkg[87467]: gstreamer1-plugins-ogg upgraded: 1.16.2_1 -> 1.16.2_2 
Apr 23 21:16:16 kg-core2 pkg[87467]: gstreamer1-plugins-good upgraded: 1.16.2_1 -> 1.16.2_2 
Apr 23 21:16:16 kg-core2 pkg[87467]: gstreamer1-plugins-bad upgraded: 1.16.2_1 -> 1.16.2_2 
Apr 23 21:16:16 kg-core2 pkg[87467]: consolekit2 upgraded: 1.2.4_2 -> 1.2.4_3 
Apr 23 21:16:16 kg-core2 pkg[87467]: gstreamer1-plugins-vorbis upgraded: 1.16.2_1 -> 1.16.2_2 
Apr 23 21:16:16 kg-core2 pkg[87467]: gstreamer1-plugins-theora upgraded: 1.16.2_1 -> 1.16.2_2 
Apr 23 21:16:16 kg-core2 pkg[87467]: gstreamer1-plugins-resindvd upgraded: 1.16.2_3 -> 1.16.2_4 
Apr 23 21:16:16 kg-core2 pkg[87467]: gstreamer1-plugins-png upgraded: 1.16.2_1 -> 1.16.2_2 
Apr 23 21:16:16 kg-core2 pkg[87467]: gstreamer1-plugins-pango upgraded: 1.16.2_1 -> 1.16.2_2 
Apr 23 21:16:16 kg-core2 pkg[87467]: gstreamer1-plugins-mpg123 upgraded: 1.16.2_1 -> 1.16.2_2 
Apr 23 21:16:16 kg-core2 pkg[87467]: gstreamer1-plugins-dvdread upgraded: 1.16.2_3 -> 1.16.2_4 
Apr 23 21:16:16 kg-core2 pkg[87467]: gstreamer1-plugins-dts upgraded: 1.16.2_1 -> 1.16.2_2 
Apr 23 21:16:16 kg-core2 pkg[87467]: gstreamer1-plugins-a52dec upgraded: 1.16.2_1 -> 1.16.2_2 
Apr 23 21:16:17 kg-core2 pkg[87467]: poppler upgraded: 22.01.0 -> 22.01.0_1 
Apr 23 21:16:17 kg-core2 pkg[87467]: cairomm upgraded: 1.12.2_5 -> 1.12.2_6 
Apr 23 21:16:17 kg-core2 pkg[87467]: pydbus-common reinstalled: 1.2.18 -> 1.2.18 
Apr 23 21:16:17 kg-core2 pkg[87467]: pangomm upgraded: 2.40.1_5 -> 2.40.1_6 
Apr 23 21:16:17 kg-core2 pkg[87467]: py38-sgmllib3k-1.0.0 installed
Apr 23 21:16:17 kg-core2 pkg[87467]: py38-pdfminer.six upgraded: 20211012 -> 20220319 
Apr 23 21:16:17 kg-core2 pkg[87467]: mypaint-brushes reinstalled: 1.3.1 -> 1.3.1 
Apr 23 21:16:18 kg-core2 pkg[87467]: gtkmm30 upgraded: 3.24.2_1 -> 3.24.2_2 
Apr 23 21:16:18 kg-core2 pkg[87467]: gspell upgraded: 1.9.1_3 -> 1.9.1_4 
Apr 23 21:16:18 kg-core2 pkg[87467]: glib-networking upgraded: 2.66.0_1 -> 2.70.1 
Apr 23 21:16:18 kg-core2 pkg[87467]: dconf upgraded: 0.40.0_2 -> 0.40.0_3 
Apr 23 21:16:18 kg-core2 pkg[87467]: py38-feedparser-6.0.8 installed
Apr 23 21:16:18 kg-core2 pkg[87467]: xfce4-terminal upgraded: 1.0.0 -> 1.0.0_1 
Apr 23 21:16:18 kg-core2 pkg[87467]: upower upgraded: 0.99.17 -> 0.99.17_1 
Apr 23 21:16:22 kg-core2 pkg[87467]: thunderbird upgraded: 91.8.0_1 -> 91.8.1 
Apr 23 21:16:23 kg-core2 pkg[87467]: samba412 reinstalled: 4.12.15_3 -> 4.12.15_3 
Apr 23 21:16:24 kg-core2 pkg[87467]: py38-ocrmypdf upgraded: 13.4.1 -> 13.4.2 
Apr 23 21:16:24 kg-core2 pkg[87467]: pavucontrol upgraded: 5.0_1 -> 5.0_2 
Apr 23 21:16:38 kg-core2 pkg[87467]: opencascade upgraded: 7.6.0_4 -> 7.6.0_5 
Apr 23 21:16:38 kg-core2 pkg[87467]: mousepad upgraded: 0.5.9 -> 0.5.9_1 
Apr 23 21:16:38 kg-core2 pkg[87467]: libwpd010 upgraded: 0.10.3_5 -> 0.10.3_6 
Apr 23 21:16:38 kg-core2 pkg[87467]: libsecret upgraded: 0.20.4_1 -> 0.20.4_2 
Apr 23 21:16:38 kg-core2 pkg[87467]: libdbusmenu upgraded: 16.04.0_5 -> 16.04.0_6 
Apr 23 21:16:38 kg-core2 pkg[87467]: kid3-qt5 upgraded: 3.9.1_1 -> 3.9.1_2 
Apr 23 21:16:38 kg-core2 pkg[87467]: gstreamer1-plugins-gl upgraded: 1.16.2_3 -> 1.16.2_4 
Apr 23 21:16:39 kg-core2 pkg[87467]: git upgraded: 2.35.1 -> 2.35.2 
Apr 23 21:16:42 kg-core2 pkg[87467]: gimp-app upgraded: 2.10.30_1,1 -> 2.10.30_2,1 
Apr 23 21:16:46 kg-core2 pkg[87467]: firefox upgraded: 99.0_1,2 -> 99.0.1,2 
Apr 23 21:16:48 kg-core2 pkg[87467]: calibre upgraded: 5.40.0 -> 5.40.0_1 

2022-04-21: ada0p6 - firefox had eaten up almost all the swap again - quit and restart as usual.

2022-04-18: ada0p6 - firefox had eaten up almost all the swap again - quit and restart as usual.

2022-04-17: ada0p6 - I wrote a Debian live image to a usb memory stick

tingo@kg-core2:~/dl/lin/debian $ sudo dd if=./debian-live-11.3.0-amd64-xfce.iso of=/dev/da5 bs=4M status=progress
  2587885568 bytes (2588 MB, 2468 MiB) transferred 543.297s, 4763 kB/s
617+1 records in
617+1 records out
2590310400 bytes transferred in 543.490279 secs (4766066 bytes/sec)

gpart shows

tingo@kg-core2:~/dl/lin/debian $ gpart show -p da5
=>      63  15728577    da5  MBR  (7.5G)
        63      1473         - free -  (737K)
      1536      5226  da5s2  efi  (2.6M)
      6762  15721878         - free -  (7.5G)

2022-04-15: ada0p6 - swap - I was able to reclaim swap by quitting Chromium and then running

root@kg-core2:~ # swapoff -a && swapon -a
swapoff: removing /dev/ada0p3 as swap device
swapon: adding /dev/ada0p3 as swap device

as usual. But both firefox and chromiun are now large memory users. Ouch.

2022-04-14: ada0p6 - wine - upgrade wine32 packages

tingo@kg-core2:~ $ /usr/local/share/wine/pkg32.sh upgrade
pkg -o ABI=FreeBSD:13:i386 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir /home/tingo/.i386-wine-pkg upgrade
Updating FreeBSD repository catalogue...
Fetching packagesite.pkg: 100%    6 MiB   6.5MB/s    00:01    
Processing entries: 100%
FreeBSD repository update completed. 30553 packages processed.
All repositories are up to date.
Checking for upgrades (31 candidates): 100%
Processing candidates (31 candidates): 100%
The following 31 package(s) will be affected (of 0 checked):

Installed packages to be UPGRADED:
    ca_root_nss: 3.71 -> 3.76
    expat: 2.4.7 -> 2.4.8
    fontconfig: 2.13.94_1,1 -> 2.13.94_2,1
    glib: 2.70.4,2 -> 2.70.4_3,2
    gstreamer1-plugins: 1.16.2_3 -> 1.16.2_5
    jpeg-turbo: 2.1.1_1 -> 2.1.3
    libedit: 3.1.20210216,1 -> 3.1.20210910,1
    libglvnd: 1.4.0 -> 1.4.0_1
    libinotify: 20180201_2 -> 20211018
    libunistring: 0.9.10_1 -> 1.0
    libunwind: 20201110 -> 20211201
    libxkbcommon: 1.3.1 -> 1.4.0_2
    libxml2: 2.9.12 -> 2.9.13_1
    llvm13: 13.0.1 -> 13.0.1_2
    mesa-dri: 21.3.7 -> 21.3.8
    mesa-libs: 21.3.7 -> 21.3.8
    p11-kit: 0.24.0 -> 0.24.1
    pciids: 20211124 -> 20220225
    pcre: 8.45 -> 8.45_1
    python38: 3.8.12_1 -> 3.8.13
    readline: 8.1.1 -> 8.1.2
    sdl2: 2.0.18 -> 2.0.20_1
    spirv-tools: 2021.4 -> 2022.1_1
    vkd3d: 1.2 -> 1.3
    vulkan-headers: 1.2.203 -> 1.3.210
    vulkan-loader: 1.2.203 -> 1.3.210
    wayland: 1.20.0 -> 1.20.0_2
    wine: 6.0.2_1,1 -> 6.0.3_2,1
    xkeyboard-config: 2.34 -> 2.34_2
    zstd: 1.5.0 -> 1.5.2

Installed packages to be REINSTALLED:
    openal-soft-1.21.1_3 (option added: UTILS)

Number of packages to be upgraded: 30
Number of packages to be reinstalled: 1

The process will require 23 MiB more space.
225 MiB to be downloaded.
[..]
[1/31] Upgrading readline from 8.1.1 to 8.1.2...
[1/31] Extracting readline-8.1.2: 100%
[2/31] Upgrading pciids from 20211124 to 20220225...
[2/31] Extracting pciids-20220225: 100%
[3/31] Upgrading python38 from 3.8.12_1 to 3.8.13...
[3/31] Extracting python38-3.8.13: 100%
[4/31] Upgrading pcre from 8.45 to 8.45_1...
[4/31] Extracting pcre-8.45_1: 100%
[5/31] Upgrading libxml2 from 2.9.12 to 2.9.13_1...
[5/31] Extracting libxml2-2.9.13_1: 100%
[6/31] Upgrading expat from 2.4.7 to 2.4.8...
[6/31] Extracting expat-2.4.8: 100%
[7/31] Upgrading zstd from 1.5.0 to 1.5.2...
[7/31] Extracting zstd-1.5.2: 100%
[8/31] Upgrading xkeyboard-config from 2.34 to 2.34_2...
[8/31] Extracting xkeyboard-config-2.34_2: 100%
[9/31] Upgrading wayland from 1.20.0 to 1.20.0_2...
[9/31] Extracting wayland-1.20.0_2: 100%
[10/31] Upgrading libunwind from 20201110 to 20211201...
[10/31] Extracting libunwind-20211201: 100%
[11/31] Upgrading libglvnd from 1.4.0 to 1.4.0_1...
[11/31] Extracting libglvnd-1.4.0_1: 100%
[12/31] Upgrading glib from 2.70.4,2 to 2.70.4_3,2...
[12/31] Extracting glib-2.70.4_3,2: 100%
[13/31] Upgrading mesa-libs from 21.3.7 to 21.3.8...
[13/31] Extracting mesa-libs-21.3.8: 100%
[14/31] Upgrading libxkbcommon from 1.3.1 to 1.4.0_2...
[14/31] Extracting libxkbcommon-1.4.0_2: 100%
[15/31] Upgrading libunistring from 0.9.10_1 to 1.0...
[15/31] Extracting libunistring-1.0: 100%
[16/31] Upgrading libinotify from 20180201_2 to 20211018...
[16/31] Extracting libinotify-20211018: 100%
[17/31] Upgrading libedit from 3.1.20210216,1 to 3.1.20210910,1...
[17/31] Extracting libedit-3.1.20210910,1: 100%
[18/31] Upgrading jpeg-turbo from 2.1.1_1 to 2.1.3...
[18/31] Extracting jpeg-turbo-2.1.3: 100%
[19/31] Upgrading ca_root_nss from 3.71 to 3.76...
[19/31] Extracting ca_root_nss-3.76: 100%
[20/31] Upgrading vulkan-loader from 1.2.203 to 1.3.210...
[20/31] Extracting vulkan-loader-1.3.210: 100%
[21/31] Upgrading vulkan-headers from 1.2.203 to 1.3.210...
[21/31] Extracting vulkan-headers-1.3.210: 100%
[22/31] Upgrading spirv-tools from 2021.4 to 2022.1_1...
[22/31] Extracting spirv-tools-2022.1_1: 100%
[23/31] Upgrading sdl2 from 2.0.18 to 2.0.20_1...
[23/31] Extracting sdl2-2.0.20_1: 100%
[24/31] Upgrading p11-kit from 0.24.0 to 0.24.1...
[24/31] Extracting p11-kit-0.24.1: 100%
[25/31] Upgrading gstreamer1-plugins from 1.16.2_3 to 1.16.2_5...
[25/31] Extracting gstreamer1-plugins-1.16.2_5: 100%
[26/31] Upgrading vkd3d from 1.2 to 1.3...
[26/31] Extracting vkd3d-1.3: 100%
[27/31] Reinstalling openal-soft-1.21.1_3...
[27/31] Extracting openal-soft-1.21.1_3: 100%
[28/31] Upgrading llvm13 from 13.0.1 to 13.0.1_2...
[28/31] Extracting llvm13-13.0.1_2: 100%
[29/31] Upgrading fontconfig from 2.13.94_1,1 to 2.13.94_2,1...
[29/31] Extracting fontconfig-2.13.94_2,1: 100%
[30/31] Upgrading wine from 6.0.2_1,1 to 6.0.3_2,1...
[30/31] Extracting wine-6.0.3_2,1: 100%
[31/31] Upgrading mesa-dri from 21.3.7 to 21.3.8...
[31/31] Extracting mesa-dri-21.3.8: 100%

2022-04-12: ada0p6 - pkg - remove outdated and not needed packages

Apr 12 20:45:55 kg-core2 pkg[3378]: wx30-gtk3-3.0.5.1_1 deinstalled
Apr 12 20:46:15 kg-core2 pkg[3394]: libgltf-0.1.0 deinstalled

2022-04-12: ada0p6 - nikola fails

[nikola] tingo@kg-core2:/zs/tingo/personal/projects/nikola % nikola status
Traceback (most recent call last):
  File "/home/tingo/.venv/nikola/bin/nikola", line 5, in <module>
    from nikola.__main__ import main
  File "/usr/home/tingo/.venv/nikola/lib/python3.8/site-packages/nikola/__init__.py", line 39, in <module>
    from .nikola import Nikola  # NOQA
  File "/usr/home/tingo/.venv/nikola/lib/python3.8/site-packages/nikola/nikola.py", line 43, in <module>
    import lxml.etree
ImportError: /usr/local/lib/libxml2.so.2: version LIBXML2_2.4.30 required by /usr/home/tingo/.venv/nikola/lib/python3.8/site-packages/lxml/etree.cpython-38.so not defined

install / upgrade didn't help, so install from fresh again. First deactivate

[nikola] tingo@kg-core2:/zs/tingo/personal/projects/nikola % deactivate
tingo@kg-core2:/zs/tingo/personal/projects/nikola % 

remove old dir (or rename)

tingo@kg-core2:/zs/tingo/personal/projects/nikola % cd ~/.venv
tingo@kg-core2:~/.venv % mv nikola old_nikola

create new venv

tingo@kg-core2:~/.venv % python3.8 -m venv nikola

activate

tingo@kg-core2:~/.venv % cd nikola
tingo@kg-core2:~/.venv/nikola % source bin/activate.csh 
[nikola] tingo@kg-core2:~/.venv/nikola % 

install prereqs

[nikola] tingo@kg-core2:~/.venv/nikola % bin/python -m pip install -U pip setuptools wheel
Requirement already satisfied: pip in ./lib/python3.8/site-packages (22.0.4)
Requirement already satisfied: setuptools in ./lib/python3.8/site-packages (56.0.0)
Collecting setuptools
  Using cached setuptools-62.1.0-py3-none-any.whl (1.1 MB)
Collecting wheel
  Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Installing collected packages: wheel, setuptools
  Attempting uninstall: setuptools
    Found existing installation: setuptools 56.0.0
    Uninstalling setuptools-56.0.0:
      Successfully uninstalled setuptools-56.0.0
Successfully installed setuptools-62.1.0 wheel-0.37.1

install Nikola

[nikola] tingo@kg-core2:~/.venv/nikola % bin/python -m pip install -U "Nikola[extras]"
Collecting Nikola[extras]
  Using cached Nikola-8.2.0-py3-none-any.whl (1.4 MB)
Collecting natsort>=3.5.2
  Using cached natsort-8.1.0-py3-none-any.whl (37 kB)
Collecting unidecode>=0.04.16
  Using cached Unidecode-1.3.4-py3-none-any.whl (235 kB)
Requirement already satisfied: setuptools>=24.2.0 in ./lib/python3.8/site-packages (from Nikola[extras]) (62.1.0)
Collecting blinker>=1.3
  Using cached blinker-1.4-py3-none-any.whl
Collecting PyRSS2Gen>=1.1
  Using cached PyRSS2Gen-1.1-py3-none-any.whl
Collecting doit>=0.32.0
  Using cached doit-0.35.0-py3-none-any.whl (88 kB)
Collecting Yapsy>=1.11.223
  Using cached Yapsy-1.12.2-py3-none-any.whl
Collecting docutils>=0.13
  Using cached docutils-0.18.1-py2.py3-none-any.whl (570 kB)
Collecting Babel>=2.6.0
  Using cached Babel-2.9.1-py2.py3-none-any.whl (8.8 MB)
Collecting Pillow>=2.4.0
  Using cached Pillow-9.1.0-cp38-cp38-freebsd_13_0_release_p11_amd64.whl
Collecting lxml>=3.3.5
  Using cached lxml-4.8.0-cp38-cp38-freebsd_13_0_release_p11_amd64.whl
Collecting piexif>=1.0.3
  Using cached piexif-1.1.3-py2.py3-none-any.whl (20 kB)
Collecting requests>=2.2.0
  Using cached requests-2.27.1-py2.py3-none-any.whl (63 kB)
Collecting Markdown>=3.0.0
  Using cached Markdown-3.3.6-py3-none-any.whl (97 kB)
Collecting Pygments>=1.6
  Using cached Pygments-2.11.2-py3-none-any.whl (1.1 MB)
Collecting mako>=1.0.0
  Using cached Mako-1.2.0-py3-none-any.whl (78 kB)
Collecting python-dateutil>=2.6.0
  Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting html5lib>=1.0
  Using cached html5lib-1.1-py2.py3-none-any.whl (112 kB)
Collecting micawber>=0.3.0
  Using cached micawber-0.5.4-py3-none-any.whl
Collecting pygal>=2.0.0
  Using cached pygal-3.0.0-py2.py3-none-any.whl (129 kB)
Collecting ipykernel>=4.0.0
  Using cached ipykernel-6.13.0-py3-none-any.whl (131 kB)
Collecting aiohttp>=3.0.0
  Using cached aiohttp-3.8.1-cp38-cp38-freebsd_13_0_release_p11_amd64.whl
Collecting ghp-import>=1.0.0
  Using cached ghp_import-2.0.2-py3-none-any.whl (11 kB)
Collecting notebook>=4.0.0
  Using cached notebook-6.4.10-py3-none-any.whl (9.9 MB)
Collecting pyphen>=0.9.1
  Using cached pyphen-0.12.0-py3-none-any.whl (2.0 MB)
Collecting ruamel.yaml>=0.15
  Using cached ruamel.yaml-0.17.21-py3-none-any.whl (109 kB)
Collecting Jinja2>=2.7.2
  Using cached Jinja2-3.1.1-py3-none-any.whl (132 kB)
Collecting watchdog>=0.8.3
  Using cached watchdog-2.1.7-py3-none-any.whl
Collecting phpserialize>=1.3
  Using cached phpserialize-1.3-py3-none-any.whl
Collecting hsluv>=5.0.0
  Using cached hsluv-5.0.2-py2.py3-none-any.whl (5.1 kB)
Collecting toml>=0.9.2
  Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting typogrify>=2.0.4
  Using cached typogrify-2.0.7-py2.py3-none-any.whl
Collecting aiosignal>=1.1.2
  Using cached aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting frozenlist>=1.1.1
  Using cached frozenlist-1.3.0-cp38-cp38-freebsd_13_0_release_p11_amd64.whl
Collecting multidict<7.0,>=4.5
  Using cached multidict-6.0.2-cp38-cp38-freebsd_13_0_release_p11_amd64.whl
Collecting charset-normalizer<3.0,>=2.0
  Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB)
Collecting attrs>=17.3.0
  Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting async-timeout<5.0,>=4.0.0a3
  Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting yarl<2.0,>=1.0
  Using cached yarl-1.7.2-cp38-cp38-freebsd_13_0_release_p11_amd64.whl
Collecting pytz>=2015.7
  Using cached pytz-2022.1-py2.py3-none-any.whl (503 kB)
Collecting cloudpickle
  Using cached cloudpickle-2.0.0-py3-none-any.whl (25 kB)
Collecting webencodings
  Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting six>=1.9
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting tornado>=6.1
  Using cached tornado-6.1-cp38-cp38-freebsd_13_0_release_p11_amd64.whl
Collecting debugpy>=1.0
  Using cached debugpy-1.6.0-py2.py3-none-any.whl (4.1 MB)
Collecting nest-asyncio
  Using cached nest_asyncio-1.5.5-py3-none-any.whl (5.2 kB)
Collecting matplotlib-inline>=0.1
  Using cached matplotlib_inline-0.1.3-py3-none-any.whl (8.2 kB)
Collecting ipython>=7.23.1
  Using cached ipython-8.2.0-py3-none-any.whl (750 kB)
Collecting psutil
  Using cached psutil-5.9.0-cp38-cp38-freebsd_13_0_release_p11_amd64.whl
Collecting packaging
  Using cached packaging-21.3-py3-none-any.whl (40 kB)
Collecting traitlets>=5.1.0
  Using cached traitlets-5.1.1-py3-none-any.whl (102 kB)
Collecting jupyter-client>=6.1.12
  Using cached jupyter_client-7.2.2-py3-none-any.whl (130 kB)
Collecting MarkupSafe>=2.0
  Using cached MarkupSafe-2.1.1-cp38-cp38-freebsd_13_0_release_p11_amd64.whl
Collecting importlib-metadata>=4.4
  Using cached importlib_metadata-4.11.3-py3-none-any.whl (18 kB)
Collecting argon2-cffi
  Using cached argon2_cffi-21.3.0-py3-none-any.whl (14 kB)
Collecting Send2Trash>=1.8.0
  Using cached Send2Trash-1.8.0-py3-none-any.whl (18 kB)
Collecting ipython-genutils
  Using cached ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB)
Collecting nbconvert>=5
  Using cached nbconvert-6.5.0-py3-none-any.whl (561 kB)
Collecting terminado>=0.8.3
  Using cached terminado-0.13.3-py3-none-any.whl (14 kB)
Collecting nbformat
  Using cached nbformat-5.3.0-py3-none-any.whl (73 kB)
Collecting pyzmq>=17
  Using cached pyzmq-22.3.0-cp38-cp38-freebsd_13_0_release_p11_amd64.whl
Collecting jupyter-core>=4.6.1
  Using cached jupyter_core-4.9.2-py3-none-any.whl (86 kB)
Collecting prometheus-client
  Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.9-py2.py3-none-any.whl (138 kB)
Collecting ruamel.yaml.clib>=0.2.6
  Using cached ruamel.yaml.clib-0.2.6-cp38-cp38-freebsd_13_0_release_p11_amd64.whl
Collecting smartypants>=1.8.3
  Using cached smartypants-2.0.1-py2.py3-none-any.whl (9.9 kB)
Collecting zipp>=0.5
  Using cached zipp-3.8.0-py3-none-any.whl (5.4 kB)
Collecting backcall
  Using cached backcall-0.2.0-py2.py3-none-any.whl (11 kB)
Collecting pexpect>4.3
  Using cached pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
Collecting decorator
  Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting pickleshare
  Using cached pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
Collecting stack-data
  Using cached stack_data-0.2.0-py3-none-any.whl (21 kB)
Collecting jedi>=0.16
  Using cached jedi-0.18.1-py2.py3-none-any.whl (1.6 MB)
Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0
  Using cached prompt_toolkit-3.0.29-py3-none-any.whl (381 kB)
Collecting entrypoints
  Using cached entrypoints-0.4-py3-none-any.whl (5.3 kB)
Collecting defusedxml
  Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Collecting mistune<2,>=0.8.1
  Using cached mistune-0.8.4-py2.py3-none-any.whl (16 kB)
Collecting tinycss2
  Using cached tinycss2-1.1.1-py3-none-any.whl (21 kB)
Collecting jupyterlab-pygments
  Using cached jupyterlab_pygments-0.2.1-py2.py3-none-any.whl (62 kB)
Collecting beautifulsoup4
  Using cached beautifulsoup4-4.11.1-py3-none-any.whl (128 kB)
Collecting nbclient>=0.5.0
  Using cached nbclient-0.5.13-py3-none-any.whl (70 kB)
Collecting pandocfilters>=1.4.1
  Using cached pandocfilters-1.5.0-py2.py3-none-any.whl (8.7 kB)
Collecting bleach
  Using cached bleach-5.0.0-py3-none-any.whl (160 kB)
Collecting fastjsonschema
  Using cached fastjsonschema-2.15.3-py3-none-any.whl (22 kB)
Collecting jsonschema>=2.6
  Using cached jsonschema-4.4.0-py3-none-any.whl (72 kB)
Collecting ptyprocess
  Using cached ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting argon2-cffi-bindings
  Using cached argon2_cffi_bindings-21.2.0-cp38-abi3-freebsd_13_0_release_p11_amd64.whl
Collecting pyparsing!=3.0.5,>=2.0.2
  Using cached pyparsing-3.0.8-py3-none-any.whl (98 kB)
Collecting parso<0.9.0,>=0.8.0
  Using cached parso-0.8.3-py2.py3-none-any.whl (100 kB)
Collecting importlib-resources>=1.4.0
  Using cached importlib_resources-5.6.0-py3-none-any.whl (28 kB)
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
  Using cached pyrsistent-0.18.1-cp38-cp38-freebsd_13_0_release_p11_amd64.whl
Collecting wcwidth
  Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Collecting cffi>=1.0.1
  Using cached cffi-1.15.0-cp38-cp38-freebsd_13_0_release_p11_amd64.whl
Collecting soupsieve>1.2
  Using cached soupsieve-2.3.2-py3-none-any.whl (37 kB)
Collecting pure-eval
  Using cached pure_eval-0.2.2-py3-none-any.whl (11 kB)
Collecting asttokens
  Using cached asttokens-2.0.5-py2.py3-none-any.whl (20 kB)
Collecting executing
  Using cached executing-0.8.3-py2.py3-none-any.whl (16 kB)
Collecting pycparser
  Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Installing collected packages: Yapsy, webencodings, wcwidth, smartypants, Send2Trash, pytz, PyRSS2Gen, pygal, pure-eval, ptyprocess, pickleshare, phpserialize, mistune, micawber, ipython-genutils, fastjsonschema, executing, certifi, blinker, backcall, zipp, watchdog, urllib3, unidecode, typogrify, traitlets, tornado, toml, tinycss2, soupsieve, six, ruamel.yaml.clib, pyzmq, pyrsistent, pyphen, pyparsing, Pygments, pycparser, psutil, prompt-toolkit, prometheus-client, Pillow, piexif, pexpect, parso, pandocfilters, nest-asyncio, natsort, multidict, MarkupSafe, lxml, jupyterlab-pygments, idna, hsluv, frozenlist, entrypoints, docutils, defusedxml, decorator, debugpy, cloudpickle, charset-normalizer, Babel, attrs, async-timeout, yarl, terminado, ruamel.yaml, requests, python-dateutil, packaging, matplotlib-inline, mako, jupyter-core, Jinja2, jedi, importlib-resources, importlib-metadata, html5lib, doit, cffi, bleach, beautifulsoup4, asttokens, aiosignal, stack-data, Markdown, jupyter-client, jsonschema, ghp-import, argon2-cffi-bindings, aiohttp, Nikola, nbformat, ipython, argon2-cffi, nbclient, ipykernel, nbconvert, notebook
Successfully installed Babel-2.9.1 Jinja2-3.1.1 Markdown-3.3.6 MarkupSafe-2.1.1 Nikola-8.2.0 Pillow-9.1.0 PyRSS2Gen-1.1 Pygments-2.11.2 Send2Trash-1.8.0 Yapsy-1.12.2 aiohttp-3.8.1 aiosignal-1.2.0 argon2-cffi-21.3.0 argon2-cffi-bindings-21.2.0 asttokens-2.0.5 async-timeout-4.0.2 attrs-21.4.0 backcall-0.2.0 beautifulsoup4-4.11.1 bleach-5.0.0 blinker-1.4 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.12 cloudpickle-2.0.0 debugpy-1.6.0 decorator-5.1.1 defusedxml-0.7.1 docutils-0.18.1 doit-0.35.0 entrypoints-0.4 executing-0.8.3 fastjsonschema-2.15.3 frozenlist-1.3.0 ghp-import-2.0.2 hsluv-5.0.2 html5lib-1.1 idna-3.3 importlib-metadata-4.11.3 importlib-resources-5.6.0 ipykernel-6.13.0 ipython-8.2.0 ipython-genutils-0.2.0 jedi-0.18.1 jsonschema-4.4.0 jupyter-client-7.2.2 jupyter-core-4.9.2 jupyterlab-pygments-0.2.1 lxml-4.8.0 mako-1.2.0 matplotlib-inline-0.1.3 micawber-0.5.4 mistune-0.8.4 multidict-6.0.2 natsort-8.1.0 nbclient-0.5.13 nbconvert-6.5.0 nbformat-5.3.0 nest-asyncio-1.5.5 notebook-6.4.10 packaging-21.3 pandocfilters-1.5.0 parso-0.8.3 pexpect-4.8.0 phpserialize-1.3 pickleshare-0.7.5 piexif-1.1.3 prometheus-client-0.14.1 prompt-toolkit-3.0.29 psutil-5.9.0 ptyprocess-0.7.0 pure-eval-0.2.2 pycparser-2.21 pygal-3.0.0 pyparsing-3.0.8 pyphen-0.12.0 pyrsistent-0.18.1 python-dateutil-2.8.2 pytz-2022.1 pyzmq-22.3.0 requests-2.27.1 ruamel.yaml-0.17.21 ruamel.yaml.clib-0.2.6 six-1.16.0 smartypants-2.0.1 soupsieve-2.3.2 stack-data-0.2.0 terminado-0.13.3 tinycss2-1.1.1 toml-0.10.2 tornado-6.1 traitlets-5.1.1 typogrify-2.0.7 unidecode-1.3.4 urllib3-1.26.9 watchdog-2.1.7 wcwidth-0.2.5 webencodings-0.5.1 yarl-1.7.2 zipp-3.8.0

test it

[nikola] tingo@kg-core2:~/.venv/nikola % cd ~/personal/projects/nikola
[nikola] tingo@kg-core2:~/personal/projects/nikola % nikola status
Scanning posts........done!
Last deployment 1 hours and 21 minutes ago.
7 posts in total, 0 scheduled, 0 drafts, 0 private and 7 published.
[nikola] tingo@kg-core2:~/personal/projects/nikola % 

a real run (build and deploy) works too. Nice.

2022-04-12: ada0p6 - reboot, FreeBSD 13.0-release-p11 is in. dmesg output: normal,

root@kg-core2:~ # freebsd-version -ku
13.0-RELEASE-p11
13.0-RELEASE-p11

kernel

root@kg-core2:~ # uname -a
FreeBSD kg-core2.kg4.no 13.0-RELEASE-p11 FreeBSD 13.0-RELEASE-p11 #0: Tue Apr  5 18:54:35 UTC 2022
     root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64

2022-04-12: ok, bootonce didn't work (perhaps I need to upgrade the bootloader), I still had to enter loader prompt and then do

set currdev=disk1p6
boot-conf

2022-04-12: ada0p6 - gpart set bootonce on ada0p6

root@kg-core2:~ # gpart set -a bootonce -i 6 ada0
bootonce set on ada0p6

2022-04-12: ada0p6 - pkg - upgrade

Apr 12 15:05:38 kg-core2 pkg[51182]: pkg upgraded: 1.17.5 -> 1.17.5_1 
Apr 12 15:10:23 kg-core2 pkg[51218]: readline upgraded: 8.1.1 -> 8.1.2 
Apr 12 15:10:27 kg-core2 pkg[51218]: python38 upgraded: 3.8.12_1 -> 3.8.13 
Apr 12 15:10:27 kg-core2 pkg[51218]: pcre upgraded: 8.45 -> 8.45_1 
Apr 12 15:10:27 kg-core2 pkg[51218]: libxml2 upgraded: 2.9.12 -> 2.9.13 
Apr 12 15:10:27 kg-core2 pkg[51218]: pciids upgraded: 20211124 -> 20220225 
Apr 12 15:10:28 kg-core2 pkg[51218]: glib upgraded: 2.70.4,2 -> 2.70.4_2,2 
Apr 12 15:10:28 kg-core2 pkg[51218]: expat upgraded: 2.4.7 -> 2.4.8 
Apr 12 15:10:28 kg-core2 pkg[51218]: libedit upgraded: 3.1.20210216,1 -> 3.1.20210910,1 
Apr 12 15:10:28 kg-core2 pkg[51218]: zstd upgraded: 1.5.0 -> 1.5.2 
Apr 12 15:10:28 kg-core2 pkg[51218]: pcre2 upgraded: 10.39 -> 10.39_1 
Apr 12 15:10:28 kg-core2 pkg[51218]: libglvnd upgraded: 1.4.0 -> 1.4.0_1 
Apr 12 15:10:29 kg-core2 pkg[51218]: fontconfig upgraded: 2.13.94_1,1 -> 2.13.94_2,1 
Apr 12 15:10:29 kg-core2 pkg[51218]: double-conversion upgraded: 3.1.6 -> 3.2.0 
Apr 12 15:10:29 kg-core2 pkg[51218]: wayland upgraded: 1.20.0 -> 1.20.0_1 
Apr 12 15:10:29 kg-core2 pkg[51218]: libunwind upgraded: 20201110 -> 20211201 
Apr 12 15:10:29 kg-core2 pkg[51218]: jpeg-turbo upgraded: 2.1.1_1 -> 2.1.3 
Apr 12 15:10:29 kg-core2 pkg[51218]: ca_root_nss upgraded: 3.71 -> 3.76 
Apr 12 15:10:29 kg-core2 pkg[51218]: xkeyboard-config upgraded: 2.34 -> 2.34_1 
Apr 12 15:10:30 kg-core2 pkg[51218]: qt5-core upgraded: 5.15.2p263 -> 5.15.2p263_1 
Apr 12 15:10:46 kg-core2 pkg[51218]: llvm13 upgraded: 13.0.1 -> 13.0.1_1 
Apr 12 15:10:47 kg-core2 pkg[51218]: shared-mime-info upgraded: 2.0_2 -> 2.2 
Apr 12 15:10:47 kg-core2 pkg[51218]: Imath upgraded: 3.1.4 -> 3.1.5 
Apr 12 15:10:47 kg-core2 pkg[51218]: vulkan-headers upgraded: 1.2.203 -> 1.3.210 
Apr 12 15:10:47 kg-core2 pkg[51218]: libxkbcommon upgraded: 1.3.1 -> 1.4.0_1 
Apr 12 15:10:47 kg-core2 pkg[51218]: harfbuzz upgraded: 3.2.0 -> 4.2.0 
Apr 12 15:10:47 kg-core2 pkg[51218]: level-zero upgraded: 1.7.4 -> 1.7.15 
Apr 12 15:10:47 kg-core2 pkg[51218]: libunistring upgraded: 0.9.10_1 -> 1.0 
Apr 12 15:10:47 kg-core2 pkg[51218]: gdk-pixbuf2 upgraded: 2.40.0 -> 2.40.0_2 
Apr 12 15:10:47 kg-core2 pkg[51218]: highway-0.16.0_2 installed
Apr 12 15:10:48 kg-core2 pkg[51218]: hwloc2 upgraded: 2.5.0 -> 2.7.0_1 
Apr 12 15:10:48 kg-core2 pkg[51218]: p11-kit upgraded: 0.24.0 -> 0.24.1 
Apr 12 15:10:48 kg-core2 pkg[51218]: libjxl-0.6.1_5 installed
Apr 12 15:10:49 kg-core2 pkg[51218]: curl upgraded: 7.80.0 -> 7.82.0 
Apr 12 15:10:49 kg-core2 pkg[51218]: libvdpau upgraded: 1.4 -> 1.5 
Apr 12 15:10:49 kg-core2 pkg[51218]: libva upgraded: 2.13.0_1 -> 2.14.0 
Apr 12 15:10:49 kg-core2 pkg[51218]: libv4l upgraded: 1.20.0_2 -> 1.23.0 
Apr 12 15:10:49 kg-core2 pkg[51218]: lame upgraded: 3.100_3 -> 3.100_4 
Apr 12 15:10:49 kg-core2 pkg[51218]: aom upgraded: 3.2.0_1 -> 3.3.0_1 
Apr 12 15:10:50 kg-core2 pkg[51218]: svt-av1-0.9.1_1 installed
Apr 12 15:10:50 kg-core2 pkg[51218]: qt5-uiplugin reinstalled: 5.15.2p17 -> 5.15.2p17 
Apr 12 15:10:50 kg-core2 pkg[51218]: openmpi upgraded: 4.1.1 -> 4.1.3 
Apr 12 15:10:50 kg-core2 pkg[51218]: netcdf upgraded: 4.7.4 -> 4.8.1 
Apr 12 15:10:50 kg-core2 pkg[51218]: fftw3 upgraded: 3.3.9_1 -> 3.3.10 
Apr 12 15:10:51 kg-core2 pkg[51218]: ffmpeg upgraded: 4.4.1_5,1 -> 4.4.1_11,1 
Apr 12 15:10:57 kg-core2 pkg[51218]: vtk9 upgraded: 9.1.0_1 -> 9.1.0_2 
Apr 12 15:10:58 kg-core2 pkg[51218]: bash upgraded: 5.1.12 -> 5.1.16 
Apr 12 15:11:17 kg-core2 pkg[51218]: opencascade upgraded: 7.6.0_3 -> 7.6.0_4 
Apr 12 15:11:17 kg-core2 pkg[51218]: ngspice_rework-shlib upgraded: 35 -> 36 
Apr 12 15:11:17 kg-core2 pkg[51218]: libgpg-error upgraded: 1.43 -> 1.44 
Apr 12 15:11:17 kg-core2 pkg[51218]: py38-wxPython40-4.0.7_2 deinstalled
Apr 12 15:11:18 kg-core2 pkg[51218]: spidermonkey78 upgraded: 78.9.0_5 -> 78.9.0_7 
Apr 12 15:11:18 kg-core2 pkg[51218]: libgcrypt reinstalled: 1.9.4 -> 1.9.4 
Apr 12 15:11:18 kg-core2 pkg[51218]: sqlite3 upgraded: 3.35.5_4,1 -> 3.37.2,1 
Apr 12 15:11:18 kg-core2 pkg[51218]: gdbm upgraded: 1.22 -> 1.23 
Apr 12 15:11:18 kg-core2 pkg[51218]: libxslt upgraded: 1.1.34_2 -> 1.1.35_1 
Apr 12 15:11:19 kg-core2 pkg[51218]: nss upgraded: 3.76 -> 3.77 
Apr 12 15:11:19 kg-core2 pkg[51218]: gobject-introspection upgraded: 1.70.0,1 -> 1.72.0,1 
Apr 12 15:11:19 kg-core2 pkg[51218]: fftw3-float upgraded: 3.3.9_1 -> 3.3.10 
Apr 12 15:11:20 kg-core2 pkg[51218]: consolekit2 upgraded: 1.2.4_1 -> 1.2.4_2 
Apr 12 15:11:20 kg-core2 pkg[51218]: py38-pyparsing upgraded: 3.0.6 -> 3.0.7 
Apr 12 15:11:20 kg-core2 pkg[51218]: poppler upgraded: 21.12.0 -> 22.01.0 
Apr 12 15:11:21 kg-core2 pkg[51218]: webp upgraded: 1.2.1 -> 1.2.2 
Apr 12 15:11:21 kg-core2 pkg[51218]: py38-tkinter upgraded: 3.8.12_6 -> 3.8.13_6 
Apr 12 15:11:21 kg-core2 pkg[51218]: poppler-glib upgraded: 21.12.0 -> 22.01.0_1 
Apr 12 15:11:21 kg-core2 pkg[51218]: libraqm upgraded: 0.7.1 -> 0.9.0 
Apr 12 15:11:21 kg-core2 pkg[51218]: libimagequant-2.17.0 installed
Apr 12 15:11:21 kg-core2 pkg[51218]: re2 upgraded: 20211101 -> 20220201 
Apr 12 15:11:21 kg-core2 pkg[51218]: py38-sip upgraded: 5.5.0_1,1 -> 6.5.1,1 
Apr 12 15:11:21 kg-core2 pkg[51218]: py38-qtbuilder upgraded: 1.9.1 -> 1.12.2 
Apr 12 15:11:21 kg-core2 pkg[51218]: py38-qt5-sip upgraded: 12.9.0 -> 12.9.1 
Apr 12 15:11:21 kg-core2 pkg[51218]: alsa-plugins upgraded: 1.2.2_4 -> 1.2.2_8 
Apr 12 15:11:22 kg-core2 pkg[51218]: py38-pillow upgraded: 8.2.0 -> 9.0.1_1 
Apr 12 15:11:22 kg-core2 pkg[51218]: py38-markdown upgraded: 3.3.4 -> 3.3.6 
Apr 12 15:11:22 kg-core2 pkg[51218]: py38-lxml upgraded: 4.7.1 -> 4.8.0_1 
Apr 12 15:11:22 kg-core2 pkg[51218]: py38-html5-parser upgraded: 0.4.10 -> 0.4.10_1 
Apr 12 15:11:22 kg-core2 pkg[51218]: py38-dnspython upgraded: 1.16.0 -> 2.2.1,1 
Apr 12 15:11:22 kg-core2 pkg[51218]: py38-sqlite3 upgraded: 3.8.12_7 -> 3.8.13_7 
Apr 12 15:11:22 kg-core2 pkg[51218]: py38-apsw upgraded: 3.35.4_1 -> 3.37.0 
Apr 12 15:11:22 kg-core2 pkg[51218]: poppler-utils upgraded: 21.12.0 -> 22.01.0_1 
Apr 12 15:11:22 kg-core2 pkg[51218]: poppler-qt5 upgraded: 21.12.0 -> 22.01.0_1 
Apr 12 15:11:23 kg-core2 pkg[51218]: qscintilla2-qt5 upgraded: 2.13.0 -> 2.13.2_1 
Apr 12 15:11:26 kg-core2 pkg[51218]: qt5-webengine upgraded: 5.15.2_5 -> 5.15.2_6 
Apr 12 15:11:26 kg-core2 pkg[51218]: py38-qt5-printsupport-5.15.4_3 deinstalled
Apr 12 15:11:26 kg-core2 pkg[51218]: py38-qt5-webchannel-5.15.4_2 deinstalled
Apr 12 15:11:26 kg-core2 pkg[51218]: py38-qt5-svg-5.15.4_3 deinstalled
Apr 12 15:11:26 kg-core2 pkg[51218]: py38-qt5-widgets-5.15.4_3 deinstalled
Apr 12 15:11:26 kg-core2 pkg[51218]: py38-qt5-qml-5.15.4_3 deinstalled
Apr 12 15:11:26 kg-core2 pkg[51218]: py38-qt5-xmlpatterns-5.15.4_2 deinstalled
Apr 12 15:11:26 kg-core2 pkg[51218]: py38-qt5-gui-5.15.4_1 deinstalled
Apr 12 15:11:26 kg-core2 pkg[51218]: py38-qt5-network-5.15.4_2 deinstalled
Apr 12 15:11:26 kg-core2 pkg[51218]: py38-qt5-core-5.15.4_2 deinstalled
Apr 12 15:11:26 kg-core2 pkg[51218]: gsettings-desktop-schemas upgraded: 41.0 -> 42.0 
Apr 12 15:11:27 kg-core2 pkg[51218]: pango upgraded: 1.48.11 -> 1.50.6 
Apr 12 15:11:27 kg-core2 pkg[51218]: gtk-update-icon-cache upgraded: 3.24.26_1 -> 3.24.31 
Apr 12 15:11:27 kg-core2 pkg[51218]: gstreamer1-plugins upgraded: 1.16.2_3 -> 1.16.2_4 
Apr 12 15:11:27 kg-core2 pkg[51218]: libsoup upgraded: 2.74.0 -> 2.74.0_1 
Apr 12 15:11:27 kg-core2 pkg[51218]: librsvg2-rust upgraded: 2.52.8 -> 2.54.0_1 
Apr 12 15:11:28 kg-core2 pkg[51218]: gstreamer1-plugins-bad upgraded: 1.16.2 -> 1.16.2_1 
Apr 12 15:11:28 kg-core2 pkg[51218]: gstreamer1-plugins-ugly-1.16.2_1 installed
Apr 12 15:11:28 kg-core2 pkg[51218]: gstreamer1-plugins-good-1.16.2_1 installed
Apr 12 15:11:28 kg-core2 pkg[51218]: libdca-0.0.7 installed
Apr 12 15:11:28 kg-core2 pkg[51218]: gstreamer1-plugins-ogg-1.16.2_1 installed
Apr 12 15:11:28 kg-core2 pkg[51218]: mpg123-1.29.3 installed
Apr 12 15:11:28 kg-core2 pkg[51218]: liba52-0.7.4_3 installed
Apr 12 15:11:28 kg-core2 pkg[51218]: libsecret upgraded: 0.20.4 -> 0.20.4_1 
Apr 12 15:11:28 kg-core2 pkg[51218]: harfbuzz-icu upgraded: 3.2.0 -> 4.2.0 
Apr 12 15:11:30 kg-core2 pkg[51218]: gtk3 upgraded: 3.24.31 -> 3.24.33 
Apr 12 15:11:30 kg-core2 pkg[51218]: gstreamer1-plugins-gl upgraded: 1.16.2_2 -> 1.16.2_3 
Apr 12 15:11:30 kg-core2 pkg[51218]: pinentry-curses upgraded: 1.1.1 -> 1.2.0 
Apr 12 15:11:30 kg-core2 pkg[51218]: glibmm upgraded: 2.64.2,1 -> 2.66.2,1 
Apr 12 15:11:30 kg-core2 pkg[51218]: minizip-1.2.11 installed
Apr 12 15:11:30 kg-core2 pkg[51218]: gstreamer1-plugins-pango-1.16.2_1 installed
Apr 12 15:11:30 kg-core2 pkg[51218]: gstreamer1-plugins-theora-1.16.2_1 installed
Apr 12 15:11:30 kg-core2 pkg[51218]: gstreamer1-plugins-resindvd-1.16.2_3 installed
Apr 12 15:11:30 kg-core2 pkg[51218]: gstreamer1-plugins-dvdread-1.16.2_3 installed
Apr 12 15:11:30 kg-core2 pkg[51218]: gstreamer1-plugins-dts-1.16.2_1 installed
Apr 12 15:11:30 kg-core2 pkg[51218]: gstreamer1-libav-1.16.2 installed
Apr 12 15:11:31 kg-core2 pkg[51218]: gstreamer1-plugins-png-1.16.2_1 installed
Apr 12 15:11:31 kg-core2 pkg[51218]: gstreamer1-plugins-vorbis-1.16.2_1 installed
Apr 12 15:11:31 kg-core2 pkg[51218]: gstreamer1-plugins-mpg123-1.16.2_1 installed
Apr 12 15:11:31 kg-core2 pkg[51218]: gstreamer1-plugins-a52dec-1.16.2_1 installed
Apr 12 15:11:31 kg-core2 pkg[51218]: qt5-help-5.15.2p17 installed
Apr 12 15:11:32 kg-core2 pkg[51218]: webkit2-gtk3 upgraded: 2.34.2 -> 2.34.6_1 
Apr 12 15:11:32 kg-core2 pkg[51218]: pinentry upgraded: 1.1.1 -> 1.2.0 
Apr 12 15:11:32 kg-core2 pkg[51218]: openal-soft reinstalled: 1.21.1_3 -> 1.21.1_3 
Apr 12 15:11:32 kg-core2 pkg[51218]: libxml++ upgraded: 2.40.1,1 -> 2.40.1_1,1 
Apr 12 15:11:32 kg-core2 pkg[51218]: libinotify upgraded: 20180201_2 -> 20211018 
Apr 12 15:11:32 kg-core2 pkg[51218]: libgd upgraded: 2.3.1,1 -> 2.3.3,1 
Apr 12 15:11:32 kg-core2 pkg[51218]: libexif upgraded: 0.6.23 -> 0.6.24 
Apr 12 15:11:33 kg-core2 pkg[51218]: assimp-5.1.5 installed
Apr 12 15:11:33 kg-core2 pkg[51218]: gstreamer1-plugins-core-1.16 installed
Apr 12 15:11:33 kg-core2 pkg[51218]: qt5-sensors-5.15.2p2 installed
Apr 12 15:11:33 kg-core2 pkg[51218]: qt5-assistant-5.15.2p17 installed
Apr 12 15:11:33 kg-core2 pkg[51218]: raptor2 upgraded: 2.0.15_19 -> 2.0.15_20 
Apr 12 15:11:33 kg-core2 pkg[51218]: p5-HTTP-Message upgraded: 6.35 -> 6.36 
Apr 12 15:11:39 kg-core2 pkg[51218]: openjdk8 upgraded: 8.312.07.1 -> 8.322.06.1 
Apr 12 15:11:39 kg-core2 pkg[51218]: libgsf upgraded: 1.14.47_1 -> 1.14.47_2 
Apr 12 15:11:39 kg-core2 pkg[51218]: libgphoto2 upgraded: 2.5.26 -> 2.5.26_1 
Apr 12 15:11:39 kg-core2 pkg[51218]: gnupg upgraded: 2.3.3_2 -> 2.3.3_3 
Apr 12 15:11:40 kg-core2 pkg[51218]: ghostscript9-agpl-base upgraded: 9.52_20 -> 9.55.0_1 
Apr 12 15:11:40 kg-core2 pkg[51218]: cairomm upgraded: 1.12.2_4 -> 1.12.2_5 
Apr 12 15:11:41 kg-core2 pkg[51218]: qt5-quick3d-5.15.2p19 installed
Apr 12 15:11:41 kg-core2 pkg[51218]: qt5-websockets-5.15.2p4 installed
Apr 12 15:11:42 kg-core2 pkg[51218]: qt5-webkit-5.212.0.a4_8 installed
Apr 12 15:11:42 kg-core2 pkg[51218]: qt5-testlib-5.15.2p263 installed
Apr 12 15:11:42 kg-core2 pkg[51218]: qt5-remoteobjects-5.15.2p3 installed
Apr 12 15:11:42 kg-core2 pkg[51218]: qt5-designer-5.15.2p17 installed
Apr 12 15:11:42 kg-core2 pkg[51218]: qt5-connectivity-5.15.2p1 installed
Apr 12 15:11:42 kg-core2 pkg[51218]: qt5-speech-5.15.2p2 installed
Apr 12 15:11:43 kg-core2 pkg[51218]: wx31-gtk3-3.1.5_2 installed
Apr 12 15:11:43 kg-core2 pkg[51218]: vulkan-loader upgraded: 1.2.203 -> 1.3.210 
Apr 12 15:11:43 kg-core2 pkg[51218]: spirv-tools upgraded: 2021.4 -> 2022.1_1 
Apr 12 15:11:43 kg-core2 pkg[51218]: sdl2 upgraded: 2.0.18 -> 2.0.20_1 
Apr 12 15:11:55 kg-core2 pkg[51218]: sane-backends upgraded: 1.0.32_9 -> 1.1.1_2 
Apr 12 15:11:56 kg-core2 pkg[51218]: qpdf upgraded: 10.5.0 -> 10.6.3 
Apr 12 15:11:56 kg-core2 pkg[51218]: pangomm upgraded: 2.40.1_4 -> 2.40.1_5 
Apr 12 15:11:56 kg-core2 pkg[51218]: p5-IO-Socket-SSL upgraded: 2.073 -> 2.074 
Apr 12 15:11:56 kg-core2 pkg[51218]: p5-HTML-Parser upgraded: 3.76_1 -> 3.77 
Apr 12 15:11:56 kg-core2 pkg[51218]: libwpd010 upgraded: 0.10.3_4 -> 0.10.3_5 
Apr 12 15:11:56 kg-core2 pkg[51218]: liblangtag upgraded: 0.6.3 -> 0.6.3_1 
Apr 12 15:11:56 kg-core2 pkg[51218]: libarchive upgraded: 3.5.2,1 -> 3.6.0,1 
Apr 12 15:11:56 kg-core2 pkg[51218]: leptonica upgraded: 1.76.0_1 -> 1.82.0 
Apr 12 15:11:56 kg-core2 pkg[51218]: gsl upgraded: 2.7 -> 2.7.1 
Apr 12 15:11:57 kg-core2 pkg[51218]: graphviz upgraded: 2.44.1_18 -> 2.50.0_1 
Apr 12 15:11:57 kg-core2 pkg[51218]: gpgme upgraded: 1.15.1 -> 1.17.1 
Apr 12 15:11:57 kg-core2 pkg[51218]: ghostscript9-agpl-x11 upgraded: 9.52 -> 9.55.0 
Apr 12 15:11:57 kg-core2 pkg[51218]: apr upgraded: 1.7.0.1.6.1_1 -> 1.7.0.1.6.1_2 
Apr 12 15:11:57 kg-core2 pkg[51218]: py38-qt5-pyqt-5.15.6_1 installed
Apr 12 15:11:58 kg-core2 pkg[51218]: javamail-1.6.2 installed
Apr 12 15:11:58 kg-core2 pkg[51218]: libixion-0.17.0 installed
Apr 12 15:11:59 kg-core2 pkg[51218]: py38-wxPython41-4.1.1 installed
Apr 12 15:11:59 kg-core2 pkg[51218]: glew-wayland-2.2.0_3 installed
Apr 12 15:11:59 kg-core2 pkg[51218]: xmlsec1 upgraded: 1.2.29 -> 1.2.29_1 
Apr 12 15:11:59 kg-core2 pkg[51218]: vte3 upgraded: 0.64.2_1 -> 0.66.2 
Apr 12 15:11:59 kg-core2 pkg[51218]: vkd3d upgraded: 1.2 -> 1.3 
Apr 12 15:11:59 kg-core2 pkg[51218]: tesseract upgraded: 5.0.0_1 -> 5.1.0 
Apr 12 15:12:01 kg-core2 pkg[51218]: samba412 reinstalled: 4.12.15_3 -> 4.12.15_3 
Apr 12 15:12:01 kg-core2 pkg[51218]: py38-tqdm upgraded: 4.62.3 -> 4.63.1 
Apr 12 15:12:02 kg-core2 pkg[51218]: py38-qt5-webengine upgraded: 5.15.4_3 -> 5.15.5_3 
Apr 12 15:12:02 kg-core2 pkg[51218]: py38-pikepdf upgraded: 2.16.1 -> 5.0.1 
Apr 12 15:12:02 kg-core2 pkg[51218]: py38-pdfminer.six upgraded: 20201018 -> 20211012 
Apr 12 15:12:04 kg-core2 pkg[51218]: py38-ansible-core upgraded: 2.11.6 -> 2.12.4 
Apr 12 15:12:04 kg-core2 pkg[51218]: p5-Net-HTTP upgraded: 6.21 -> 6.22 
Apr 12 15:12:04 kg-core2 pkg[51218]: p5-CGI upgraded: 4.53 -> 4.54 
Apr 12 15:12:14 kg-core2 pkg[51218]: openjdk11 upgraded: 11.0.13+8.1 -> 11.0.14+9.1_1 
Apr 12 15:12:14 kg-core2 pkg[51218]: openh264 upgraded: 2.1.1_1,2 -> 2.2.0,2 
Apr 12 15:12:14 kg-core2 pkg[51218]: libvisio01 upgraded: 0.1.7_5 -> 0.1.7_6 
Apr 12 15:12:14 kg-core2 pkg[51218]: liborcus upgraded: 0.16.1_1 -> 0.17.2 
Apr 12 15:12:14 kg-core2 pkg[51218]: libodfgen01 upgraded: 0.1.8 -> 0.1.8_1 
Apr 12 15:12:14 kg-core2 pkg[51218]: libnumbertext upgraded: 1.0.7 -> 1.0.8 
Apr 12 15:12:14 kg-core2 pkg[51218]: libmwaw03 upgraded: 0.3.20 -> 0.3.21 
Apr 12 15:12:15 kg-core2 pkg[51218]: libgepub upgraded: 0.6.0_1 -> 0.6.0_2 
Apr 12 15:12:15 kg-core2 pkg[51218]: libetonyek01 upgraded: 0.1.10,1 -> 0.1.10_2,1 
Apr 12 15:12:16 kg-core2 pkg[51218]: libe-book upgraded: 0.1.3_21 -> 0.1.3_22 
Apr 12 15:12:16 kg-core2 pkg[51218]: libcmis upgraded: 0.5.2_2 -> 0.5.2_3 
Apr 12 15:12:16 kg-core2 pkg[51218]: libbluray upgraded: 1.3.0,1 -> 1.3.0_1,1 
Apr 12 15:12:16 kg-core2 pkg[51218]: libabw upgraded: 0.1.3 -> 0.1.3_1 
Apr 12 15:12:16 kg-core2 pkg[51218]: lib2geom upgraded: 1.1 -> 1.1_1 
Apr 12 15:12:19 kg-core2 pkg[51218]: kicad upgraded: 5.1.12,2 -> 6.0.4,2 
Apr 12 15:12:19 kg-core2 pkg[51218]: gtksourceview3 upgraded: 3.24.11 -> 3.24.11_1 
Apr 12 15:12:20 kg-core2 pkg[51218]: gtkmm30 upgraded: 3.24.2 -> 3.24.2_1 
Apr 12 15:12:20 kg-core2 pkg[51218]: gspell upgraded: 1.9.1_2 -> 1.9.1_3 
Apr 12 15:12:20 kg-core2 pkg[51218]: gegl upgraded: 0.4.34 -> 0.4.34_1 
Apr 12 15:12:20 kg-core2 pkg[51218]: gdl upgraded: 3.34.0 -> 3.34.0_1 
Apr 12 15:12:20 kg-core2 pkg[51218]: dconf upgraded: 0.40.0 -> 0.40.0_2 
Apr 12 15:12:21 kg-core2 pkg[51218]: bsdisks upgraded: 0.26 -> 0.27 
Apr 12 15:12:21 kg-core2 pkg[51218]: botan2 upgraded: 2.18.2_1 -> 2.19.1 
Apr 12 15:12:24 kg-core2 pkg[51218]: ImageMagick6 upgraded: 6.9.12.34,1 -> 6.9.12.44,1 
Apr 12 15:12:25 kg-core2 pkg[51218]: GraphicsMagick upgraded: 1.3.36_1,1 -> 1.3.37_1,1 
Apr 12 15:12:26 kg-core2 pkg[51218]: bouncycastle15-1.69_2 installed
Apr 12 15:12:26 kg-core2 pkg[51218]: gpgme-cpp-1.17.1 installed
Apr 12 15:12:26 kg-core2 pkg[51218]: abseil-20211102.0 installed
Apr 12 15:12:26 kg-core2 pkg[51218]: pygobject3-common reinstalled: 3.38.0 -> 3.38.0 
Apr 12 15:12:26 kg-core2 pkg[51218]: libproxy upgraded: 0.4.17 -> 0.4.17_1 
Apr 12 15:12:27 kg-core2 pkg[51218]: openblas upgraded: 0.3.18,1 -> 0.3.20,1 
Apr 12 15:12:27 kg-core2 pkg[51218]: py38-markupsafe upgraded: 2.0.1 -> 2.1.1 
Apr 12 15:12:30 kg-core2 pkg[51218]: avr-gcc upgraded: 10.2.0 -> 11.2.0 
Apr 12 15:12:30 kg-core2 pkg[51218]: p5-GSSAPI upgraded: 0.28_1 -> 0.28_2 
Apr 12 15:12:30 kg-core2 pkg[51218]: libdbusmenu upgraded: 16.04.0_4 -> 16.04.0_5 
Apr 12 15:12:30 kg-core2 pkg[51218]: arduinoOTA upgraded: 1.2.0 -> 1.2.0_1 
Apr 12 15:12:30 kg-core2 pkg[51218]: adobe-cmaps reinstalled: 20051217_4 -> 20051217_4 
Apr 12 15:12:30 kg-core2 pkg[51218]: xv upgraded: 3.10a_17 -> 3.10a_18 
Apr 12 15:12:30 kg-core2 pkg[51218]: xterm upgraded: 370 -> 372 
Apr 12 15:12:31 kg-core2 pkg[51218]: xorg-server upgraded: 1.20.13,1 -> 1.20.14,1 
Apr 12 15:12:31 kg-core2 pkg[51218]: xfce4-wm upgraded: 4.16.1 -> 4.16.1_1 
Apr 12 15:12:32 kg-core2 pkg[51218]: xfce4-weather-plugin upgraded: 0.11.0 -> 0.11.0_1 
Apr 12 15:12:32 kg-core2 pkg[51218]: xfce4-tumbler upgraded: 4.16.0_12 -> 4.16.0_14 
Apr 12 15:12:32 kg-core2 pkg[51218]: xfce4-terminal upgraded: 0.8.10_2 -> 1.0.0 
Apr 12 15:12:32 kg-core2 pkg[51218]: xfce4-screenshooter-plugin upgraded: 1.9.9 -> 1.9.10_1 
Apr 12 15:12:33 kg-core2 pkg[51218]: xfce4-notifyd upgraded: 0.6.2_2 -> 0.6.3 
Apr 12 15:12:33 kg-core2 pkg[51218]: xfce4-cpugraph-plugin upgraded: 1.2.5 -> 1.2.6 
Apr 12 15:12:37 kg-core2 pkg[51218]: wine upgraded: 6.0.2_1,1 -> 6.0.3_1,1 
Apr 12 15:12:38 kg-core2 pkg[51218]: vlc upgraded: 3.0.16_9,4 -> 3.0.17.3_1,4 
Apr 12 15:12:38 kg-core2 pkg[51218]: upower upgraded: 0.99.13 -> 0.99.17 
Apr 12 15:12:38 kg-core2 pkg[51218]: unrar upgraded: 6.02,6 -> 6.11,6 
Apr 12 15:12:42 kg-core2 pkg[51218]: thunderbird upgraded: 91.7.0_2 -> 91.8.0_1 
Apr 12 15:12:43 kg-core2 pkg[51218]: sudo upgraded: 1.9.8p2 -> 1.9.10 
Apr 12 15:12:43 kg-core2 pkg[51218]: smartmontools upgraded: 7.2_3 -> 7.3 
Apr 12 15:12:44 kg-core2 pkg[51218]: screen upgraded: 4.8.0_3 -> 4.9.0_4 
Apr 12 15:12:44 kg-core2 pkg[51218]: rar upgraded: 6.0.2,3 -> 6.11,3 
Apr 12 15:12:44 kg-core2 pkg[51218]: py38-ocrmypdf upgraded: 12.7.2 -> 13.4.1 
Apr 12 15:12:44 kg-core2 pkg[51218]: py38-gdbm upgraded: 3.8.12_6 -> 3.8.13_6 
Apr 12 15:13:39 kg-core2 pkg[51218]: py38-ansible upgraded: 4.7.0 -> 5.5.0 
Apr 12 15:13:39 kg-core2 pkg[51218]: pdftk upgraded: 3.3.2 -> 3.3.2_1 
Apr 12 15:13:39 kg-core2 pkg[51218]: pavucontrol upgraded: 5.0 -> 5.0_1 
Apr 12 15:13:39 kg-core2 pkg[51218]: p5-libwww upgraded: 6.59 -> 6.61 
Apr 12 15:13:40 kg-core2 pkg[51218]: p5-XML-LibXML upgraded: 2.0207,1 -> 2.0207_1,1 
Apr 12 15:13:40 kg-core2 pkg[51218]: p5-Mojolicious upgraded: 9.22 -> 9.23 
Apr 12 15:13:40 kg-core2 pkg[51218]: mousepad upgraded: 0.5.8 -> 0.5.9 
Apr 12 15:13:40 kg-core2 pkg[51218]: libxklavier upgraded: 5.3_1,1 -> 5.3_2,1 
Apr 12 15:13:55 kg-core2 pkg[51218]: libreoffice upgraded: 7.2.6.2 -> 7.3.2.2 
Apr 12 15:13:55 kg-core2 pkg[51218]: libgltf upgraded: 0.0.2_23 -> 0.1.0 
Apr 12 15:13:55 kg-core2 pkg[51218]: kid3-qt5 upgraded: 3.8.6 -> 3.9.1_1 
Apr 12 15:13:56 kg-core2 pkg[51218]: kicad-library-tmpl upgraded: 5.1.12 -> 6.0.4 
Apr 12 15:13:56 kg-core2 pkg[51218]: kicad-library-symbols upgraded: 5.1.12 -> 6.0.4 
Apr 12 15:14:54 kg-core2 pkg[51218]: kicad-library-packages3d upgraded: 5.1.12 -> 6.0.4 
Apr 12 15:15:02 kg-core2 pkg[51218]: kicad-library-footprints upgraded: 5.1.12 -> 6.0.4 
Apr 12 15:15:05 kg-core2 pkg[51218]: inkscape upgraded: 1.1_7 -> 1.1.2_2 
Apr 12 15:15:06 kg-core2 pkg[51218]: gvfs upgraded: 1.46.2 -> 1.46.2_1 
Apr 12 15:15:06 kg-core2 pkg[51218]: gscan2pdf upgraded: 2.12.4 -> 2.12.5 
Apr 12 15:15:06 kg-core2 pkg[51218]: greybird-theme upgraded: 3.22.15 -> 3.23.1 
Apr 12 15:15:07 kg-core2 pkg[51218]: git upgraded: 2.34.1 -> 2.35.1 
Apr 12 15:15:12 kg-core2 pkg[51218]: gimp-app upgraded: 2.10.30,1 -> 2.10.30_1,1 
Apr 12 15:15:16 kg-core2 pkg[51218]: firefox upgraded: 98.0.1_1,2 -> 99.0_1,2 
Apr 12 15:15:16 kg-core2 pkg[51218]: drm-fbsd13-kmod upgraded: 5.4.144.g20220128 -> 5.4.144.g20220223 
Apr 12 15:15:17 kg-core2 pkg[51218]: cups-filters upgraded: 1.28.10_2 -> 1.28.10_3 
Apr 12 15:15:18 kg-core2 pkg[51218]: cudatext-gtk2 upgraded: 1.151.0 -> 1.155.3 
Apr 12 15:15:23 kg-core2 pkg[51218]: chromium upgraded: 99.0.4844.82 -> 100.0.4896.60_2 
Apr 12 15:15:25 kg-core2 pkg[51218]: calibre upgraded: 5.34.0 -> 5.40.0 
Apr 12 15:15:26 kg-core2 pkg[51218]: bogofilter upgraded: 1.2.5_2 -> 1.2.5_3 
Apr 12 15:15:26 kg-core2 pkg[51218]: arduino-builder upgraded: 1.3.25_2 -> 1.3.25_3 

messages (just the important ones)

Message from libjxl-0.6.1_5:

--
Additional packages recommended for new users:
- imlib2-jxl (e.g., feh, scrot)
- kf5-kimageformats (e.g., nomacs, flameshot, skanlite)
- gimp-jxl-plugin
Message from glew-wayland-2.2.0_3:

--
To enable Wayland support in GLEW for a specific application
  $ LD_PRELOAD=libGLEW-wayland.so <application>

To enable for current session
  $ export LD_LIBMAP=libGLEW.so.2=libGLEW-wayland.so.2

To enable globally
  $ echo libGLEW.so.2 libGLEW-wayland.so.2 >>/etc/libmap.conf

2022-04-12: ada0p6 - freebsd-update fetch

root@kg-core2:~ # freebsd-update fetch
[..]
The following files will be added as part of updating to
13.0-RELEASE-p11:
/usr/share/zoneinfo/Pacific/Kanton
The following files will be updated as part of updating to
13.0-RELEASE-p11:
[..]
/usr/share/zoneinfo/Portugal
/usr/share/zoneinfo/zone.tab
/usr/share/zoneinfo/zone1970.tab

install

root@kg-core2:~ # freebsd-update install
src component not installed, skipped
Installing updates...Scanning //usr/share/certs/blacklisted for certificates...
Scanning //usr/share/certs/trusted for certificates...
Scanning //usr/local/share/certs for certificates...
 done.

2022-04-12: ada0p6 - Firefox is at 23G memory usage now; this time I was able to reclaim swap by quitting Chromium and then running

root@kg-core2:~ # swapoff -a && swapon -a
swapoff: removing /dev/ada0p3 as swap device
swapon: adding /dev/ada0p3 as swap device

as usual.

2022-04-08: ada0p6 - Firefox had eaten a lot of swap again - quit and restart as usual.

2022-04-04: ada0p6 - Firefox had eaten a lot of swap again (in top, firefox showed 31G used memory) so I had to quit and restart it.

2022-03-30: ada0p6 - pkg - install xv

Mar 30 20:13:34 kg-core2 pkg[67673]: xv-3.10a_17 installed

2022-03-29: ada0p6 - pkg - install xpdf3

Mar 29 19:43:47 kg-core2 pkg[56762]: open-motif-2.3.8_2 installed
Mar 29 19:43:47 kg-core2 pkg[56762]: xpdf3-3.04_11 installed

2022-03-28: ada0p6 - pkg - upgrade

Mar 28 20:09:32 kg-core2 pkg[47770]: enchant2 reinstalled: 2.2.15 -> 2.2.15 
Mar 28 20:09:54 kg-core2 pkg[47785]: dav1d upgraded: 0.9.2 -> 1.0.0 
Mar 28 20:09:55 kg-core2 pkg[47785]: ffmpeg upgraded: 4.4.1_4,1 -> 4.4.1_5,1 
Mar 28 20:09:56 kg-core2 pkg[47785]: vlc upgraded: 3.0.16_8,4 -> 3.0.16_9,4 
Mar 28 20:10:01 kg-core2 pkg[47785]: thunderbird upgraded: 91.7.0_1 -> 91.7.0_2 
Mar 28 20:10:38 kg-core2 pkg[47835]: opencascade upgraded: 7.6.0_2 -> 7.6.0_3 
Mar 28 20:10:55 kg-core2 pkg[47851]: mesa-libs upgraded: 21.3.7 -> 21.3.8 
Mar 28 20:10:56 kg-core2 pkg[47851]: mesa-dri upgraded: 21.3.7 -> 21.3.8 
Mar 28 20:11:14 kg-core2 pkg[47887]: librsvg2-rust upgraded: 2.52.6 -> 2.52.8 
Mar 28 20:11:37 kg-core2 pkg[47905]: firefox upgraded: 98.0.1,2 -> 98.0.1_1,2 
Mar 28 20:12:03 kg-core2 pkg[47909]: chromium upgraded: 99.0.4844.51_3 -> 99.0.4844.82 

2022-03-27: ada0p6 - pkg - install sqlitestudio

Mar 27 18:18:07 kg-core2 pkg[40847]: qt5-uitools-5.15.2p17 installed
Mar 27 18:18:07 kg-core2 pkg[40847]: qt5-script-5.15.2p4 installed
Mar 27 18:18:07 kg-core2 pkg[40847]: qt5-sqldrivers-sqlite3-5.15.2p263 installed
Mar 27 18:18:07 kg-core2 pkg[40847]: sqlitestudio-3.3.3_1 installed

2022-03-21: ada0p6 - wine - installed Kobo desktop application, looks like it works.

2022-03-21: ada0p6 - wine - when I first ran winecfg, it complained

tingo@kg-core2:~ $ which winecfg
/usr/local/bin/winecfg
tingo@kg-core2:~ $ winecfg
/home/tingo/.i386-wine-pkg//usr/local/bin/wine doesn't exist!

Try installing 32-bit Wine with
    /usr/local/share/wine/pkg32.sh install wine mesa-dri

the script was there

tingo@kg-core2:~ $ l /usr/local/share/wine/pkg32.sh
/usr/local/share/wine/pkg32.sh*

so I created a directory for the (i386) packages and ran the script

tingo@kg-core2:~ $ /usr/local/share/wine/pkg32.sh install wine mesa-dri
pkg -o ABI=FreeBSD:13:i386 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir /home/tingo/.i386-wine-pkg install wine mesa-dri
Updating FreeBSD repository catalogue...
Fetching meta.conf: 100%    163 B   0.2kB/s    00:01    
Fetching packagesite.pkg: 100%    6 MiB   6.6MB/s    00:01    
Processing entries: 100%
FreeBSD repository update completed. 30781 packages processed.
All repositories are up to date.
The following 85 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    FAudio: 21.01
    binutils: 2.37_2,1
    ca_root_nss: 3.71
    desktop-file-utils: 0.26_1
    expat: 2.4.7
    fontconfig: 2.13.94_1,1
    freetype2: 2.11.1
    gcc10: 10.3.0
    gettext-runtime: 0.21
    glib: 2.70.4,2
    gmp: 6.2.1
    gnutls: 3.6.16
    gstreamer1: 1.16.2
    gstreamer1-plugins: 1.16.2_3
    indexinfo: 0.3.1
    iso-codes: 4.7
    jbigkit: 2.1_1
    jpeg-turbo: 2.1.1_1
    lcms2: 2.12
    libGLU: 9.0.2_1
    libX11: 1.7.2,1
    libXScrnSaver: 1.2.3_2
    libXau: 1.0.9
    libXcomposite: 0.4.5,1
    libXcursor: 1.2.0
    libXdamage: 1.1.5
    libXdmcp: 1.1.3
    libXext: 1.3.4,1
    libXfixes: 6.0.0
    libXi: 1.8,1
    libXinerama: 1.1.4_2,1
    libXrandr: 1.5.2
    libXrender: 0.9.10_2
    libXv: 1.0.11_2,1
    libXvMC: 1.0.12
    libXxf86vm: 1.1.4_3
    libdrm: 2.4.110,1
    libedit: 3.1.20210216,1
    libepoll-shim: 0.0.20210418
    libffi: 3.3_1
    libglvnd: 1.4.0
    libiconv: 1.16
    libidn2: 2.3.2
    libinotify: 20180201_2
    liblz4: 1.9.3,1
    libmysofa: 1.2.1.16
    libpciaccess: 0.16
    libpthread-stubs: 0.4
    libtasn1: 4.18.0
    libunistring: 0.9.10_1
    libunwind: 20201110
    libxcb: 1.14_1
    libxkbcommon: 1.3.1
    libxml2: 2.9.12
    libxshmfence: 1.3_1
    llvm13: 13.0.1
    lua53: 5.3.6
    mesa-dri: 21.3.7
    mesa-libs: 21.3.7
    mpc: 1.2.1
    mpdecimal: 2.5.1
    mpfr: 4.1.0_1
    nettle: 3.7.3
    openal-soft: 1.21.1_3
    orc: 0.4.31
    p11-kit: 0.24.0
    pciids: 20211124
    pcre: 8.45
    perl5: 5.32.1_1
    png: 1.6.37_1
    python38: 3.8.12_1
    readline: 8.1.1
    sdl2: 2.0.18
    spirv-tools: 2021.4
    tiff: 4.3.0
    tpm-emulator: 0.7.4_2
    trousers: 0.3.14_3
    vkd3d: 1.2
    vulkan-headers: 1.2.203
    vulkan-loader: 1.2.203
    wayland: 1.20.0
    wine: 6.0.2_1,1
    xkeyboard-config: 2.34
    xorgproto: 2021.5
    zstd: 1.5.0

Number of packages to be installed: 85

The process will require 2 GiB more space.
316 MiB to be downloaded.

Proceed with this action? [y/N]: y
[1/85] Fetching wine-6.0.2_1,1.pkg: 100%   28 MiB   9.8MB/s    00:03    
[2/85] Fetching mesa-dri-21.3.7.pkg: 100%   14 MiB   7.1MB/s    00:02    
[3/85] Fetching libXrender-0.9.10_2.pkg: 100%   32 KiB  32.5kB/s    00:01    
[4/85] Fetching libX11-1.7.2,1.pkg: 100%    2 MiB   1.7MB/s    00:01    
[5/85] Fetching libxcb-1.14_1.pkg: 100%    1 MiB   1.1MB/s    00:01    
[6/85] Fetching libXdmcp-1.1.3.pkg: 100%   15 KiB  15.4kB/s    00:01    
[7/85] Fetching xorgproto-2021.5.pkg: 100%  222 KiB 227.1kB/s    00:01    
[8/85] Fetching libXau-1.0.9.pkg: 100%   11 KiB  11.5kB/s    00:01    
[9/85] Fetching libpthread-stubs-0.4.pkg: 100%    2 KiB   2.0kB/s    00:01    
[10/85] Fetching libXrandr-1.5.2.pkg: 100%   30 KiB  31.1kB/s    00:01    
[11/85] Fetching libXext-1.3.4,1.pkg: 100%   92 KiB  94.6kB/s    00:01    
[12/85] Fetching libXinerama-1.1.4_2,1.pkg: 100%   10 KiB  10.5kB/s    00:01    
[13/85] Fetching libXi-1.8,1.pkg: 100%  127 KiB 129.6kB/s    00:01    
[14/85] Fetching libXfixes-6.0.0.pkg: 100%   14 KiB  14.4kB/s    00:01    
[15/85] Fetching libXcursor-1.2.0.pkg: 100%   37 KiB  38.2kB/s    00:01    
[16/85] Fetching libXcomposite-0.4.5,1.pkg: 100%   11 KiB  10.9kB/s    00:01    
[17/85] Fetching fontconfig-2.13.94_1,1.pkg: 100%  453 KiB 464.1kB/s    00:01    
[18/85] Fetching expat-2.4.7.pkg: 100%  105 KiB 107.1kB/s    00:01    
[19/85] Fetching freetype2-2.11.1.pkg: 100%    1 MiB   1.0MB/s    00:01    
[20/85] Fetching png-1.6.37_1.pkg: 100%  292 KiB 298.8kB/s    00:01    
[21/85] Fetching libxml2-2.9.12.pkg: 100%  806 KiB 824.9kB/s    00:01    
[22/85] Fetching gnutls-3.6.16.pkg: 100%    2 MiB   2.4MB/s    00:01    
[23/85] Fetching trousers-0.3.14_3.pkg: 100%  467 KiB 478.0kB/s    00:01    
[24/85] Fetching tpm-emulator-0.7.4_2.pkg: 100%  106 KiB 108.7kB/s    00:01    
[25/85] Fetching gmp-6.2.1.pkg: 100%  480 KiB 491.4kB/s    00:01    
[26/85] Fetching indexinfo-0.3.1.pkg: 100%    6 KiB   5.8kB/s    00:01    
[27/85] Fetching p11-kit-0.24.0.pkg: 100%  400 KiB 409.8kB/s    00:01    
[28/85] Fetching libtasn1-4.18.0.pkg: 100%  151 KiB 154.9kB/s    00:01    
[29/85] Fetching ca_root_nss-3.71.pkg: 100%  257 KiB 262.7kB/s    00:01    
[30/85] Fetching libffi-3.3_1.pkg: 100%   38 KiB  38.5kB/s    00:01    
[31/85] Fetching glib-2.70.4,2.pkg: 100%    3 MiB   3.3MB/s    00:01    
[32/85] Fetching python38-3.8.12_1.pkg: 100%   17 MiB   8.9MB/s    00:02    
[33/85] Fetching mpdecimal-2.5.1.pkg: 100%  326 KiB 333.9kB/s    00:01    
[34/85] Fetching readline-8.1.1.pkg: 100%  356 KiB 364.9kB/s    00:01    
[35/85] Fetching gettext-runtime-0.21.pkg: 100%  164 KiB 168.4kB/s    00:01    
[36/85] Fetching pcre-8.45.pkg: 100%    1 MiB   1.3MB/s    00:01    
[37/85] Fetching libiconv-1.16.pkg: 100%  615 KiB 629.6kB/s    00:01    
[38/85] Fetching nettle-3.7.3.pkg: 100%    1 MiB   1.5MB/s    00:01    
[39/85] Fetching libidn2-2.3.2.pkg: 100%  112 KiB 114.4kB/s    00:01    
[40/85] Fetching libunistring-0.9.10_1.pkg: 100%  496 KiB 507.7kB/s    00:01    
[41/85] Fetching gcc10-10.3.0.pkg: 100%   49 MiB  12.9MB/s    00:04    
[42/85] Fetching mpfr-4.1.0_1.pkg: 100%  428 KiB 438.7kB/s    00:01    
[43/85] Fetching mpc-1.2.1.pkg: 100%   91 KiB  93.3kB/s    00:01    
[44/85] Fetching binutils-2.37_2,1.pkg: 100%   14 MiB   7.1MB/s    00:02    
[45/85] Fetching vulkan-loader-1.2.203.pkg: 100%  105 KiB 107.4kB/s    00:01    
[46/85] Fetching wayland-1.20.0.pkg: 100%  121 KiB 124.1kB/s    00:01    
[47/85] Fetching libepoll-shim-0.0.20210418.pkg: 100%   23 KiB  23.1kB/s    00:01    
[48/85] Fetching vkd3d-1.2.pkg: 100%  378 KiB 387.5kB/s    00:01    
[49/85] Fetching vulkan-headers-1.2.203.pkg: 100%  877 KiB 897.7kB/s    00:01    
[50/85] Fetching spirv-tools-2021.4.pkg: 100%    3 MiB   3.1MB/s    00:01    
[51/85] Fetching libGLU-9.0.2_1.pkg: 100%  194 KiB 199.1kB/s    00:01    
[52/85] Fetching libglvnd-1.4.0.pkg: 100%  335 KiB 343.3kB/s    00:01    
[53/85] Fetching lcms2-2.12.pkg: 100%    2 MiB   2.0MB/s    00:01    
[54/85] Fetching tiff-4.3.0.pkg: 100%  858 KiB 878.8kB/s    00:01    
[55/85] Fetching jpeg-turbo-2.1.1_1.pkg: 100%  374 KiB 382.6kB/s    00:01    
[56/85] Fetching jbigkit-2.1_1.pkg: 100%   80 KiB  81.6kB/s    00:01    
[57/85] Fetching sdl2-2.0.18.pkg: 100%    1 MiB   1.1MB/s    00:01    
[58/85] Fetching libxkbcommon-1.3.1.pkg: 100%  191 KiB 195.6kB/s    00:01    
[59/85] Fetching xkeyboard-config-2.34.pkg: 100%  648 KiB 663.7kB/s    00:01    
[60/85] Fetching libXxf86vm-1.1.4_3.pkg: 100%   18 KiB  18.3kB/s    00:01    
[61/85] Fetching libXScrnSaver-1.2.3_2.pkg: 100%   15 KiB  15.2kB/s    00:01    
[62/85] Fetching mesa-libs-21.3.7.pkg: 100%  212 KiB 216.9kB/s    00:01    
[63/85] Fetching libxshmfence-1.3_1.pkg: 100%    5 KiB   5.0kB/s    00:01    
[64/85] Fetching libXdamage-1.1.5.pkg: 100%    6 KiB   6.6kB/s    00:01    
[65/85] Fetching libdrm-2.4.110,1.pkg: 100%  233 KiB 238.5kB/s    00:01    
[66/85] Fetching libpciaccess-0.16.pkg: 100%   24 KiB  24.1kB/s    00:01    
[67/85] Fetching pciids-20211124.pkg: 100%  223 KiB 228.4kB/s    00:01    
[68/85] Fetching libunwind-20201110.pkg: 100%  121 KiB 123.9kB/s    00:01    
[69/85] Fetching zstd-1.5.0.pkg: 100%  531 KiB 543.9kB/s    00:01    
[70/85] Fetching liblz4-1.9.3,1.pkg: 100%  122 KiB 125.3kB/s    00:01    
[71/85] Fetching libinotify-20180201_2.pkg: 100%   28 KiB  29.1kB/s    00:01    
[72/85] Fetching desktop-file-utils-0.26_1.pkg: 100%   45 KiB  46.1kB/s    00:01    
[73/85] Fetching openal-soft-1.21.1_3.pkg: 100%  436 KiB 446.6kB/s    00:01    
[74/85] Fetching libmysofa-1.2.1.16.pkg: 100%    1 MiB   1.2MB/s    00:01    
[75/85] Fetching FAudio-21.01.pkg: 100%  102 KiB 104.8kB/s    00:01    
[76/85] Fetching gstreamer1-plugins-1.16.2_3.pkg: 100%    1 MiB   1.6MB/s    00:01    
[77/85] Fetching gstreamer1-1.16.2.pkg: 100%    2 MiB   1.6MB/s    00:01    
[78/85] Fetching iso-codes-4.7.pkg: 100%    3 MiB   2.8MB/s    00:01    
[79/85] Fetching orc-0.4.31.pkg: 100%  206 KiB 211.4kB/s    00:01    
[80/85] Fetching libXvMC-1.0.12.pkg: 100%   25 KiB  26.0kB/s    00:01    
[81/85] Fetching libXv-1.0.11_2,1.pkg: 100%   36 KiB  36.9kB/s    00:01    
[82/85] Fetching llvm13-13.0.1.pkg: 100%  143 MiB  18.7MB/s    00:08    
[83/85] Fetching perl5-5.32.1_1.pkg: 100%   14 MiB  14.7MB/s    00:01    
[84/85] Fetching lua53-5.3.6.pkg: 100%  283 KiB 290.2kB/s    00:01    
[85/85] Fetching libedit-3.1.20210216,1.pkg: 100%  141 KiB 143.9kB/s    00:01    
Checking integrity... done (0 conflicting)
[1/85] Installing xorgproto-2021.5...
[1/85] Extracting xorgproto-2021.5: 100%
[2/85] Installing libXdmcp-1.1.3...
[2/85] Extracting libXdmcp-1.1.3: 100%
[3/85] Installing libXau-1.0.9...
[3/85] Extracting libXau-1.0.9: 100%
[4/85] Installing libpthread-stubs-0.4...
[4/85] Extracting libpthread-stubs-0.4: 100%
[5/85] Installing libxcb-1.14_1...
[5/85] Extracting libxcb-1.14_1: 100%
[6/85] Installing indexinfo-0.3.1...
[6/85] Extracting indexinfo-0.3.1: 100%
[7/85] Installing libX11-1.7.2,1...
[7/85] Extracting libX11-1.7.2,1: 100%
[8/85] Installing libffi-3.3_1...
[8/85] Extracting libffi-3.3_1: 100%
[9/85] Installing mpdecimal-2.5.1...
[9/85] Extracting mpdecimal-2.5.1: 100%
[10/85] Installing readline-8.1.1...
[10/85] Extracting readline-8.1.1: 100%
[11/85] Installing gettext-runtime-0.21...
[11/85] Extracting gettext-runtime-0.21: 100%
[12/85] Installing pciids-20211124...
[12/85] Extracting pciids-20211124: 100%
[13/85] Installing libXrender-0.9.10_2...
[13/85] Extracting libXrender-0.9.10_2: 100%
[14/85] Installing libXext-1.3.4,1...
[14/85] Extracting libXext-1.3.4,1: 100%
[15/85] Installing libXfixes-6.0.0...
[15/85] Extracting libXfixes-6.0.0: 100%
[16/85] Installing expat-2.4.7...
[16/85] Extracting expat-2.4.7: 100%
[17/85] Installing libxml2-2.9.12...
[17/85] Extracting libxml2-2.9.12: 100%
[18/85] Installing python38-3.8.12_1...
[18/85] Extracting python38-3.8.12_1: 100%
[19/85] Installing pcre-8.45...
[19/85] Extracting pcre-8.45: 100%
[20/85] Installing libiconv-1.16...
[20/85] Extracting libiconv-1.16: 100%
[21/85] Installing libepoll-shim-0.0.20210418...
[21/85] Extracting libepoll-shim-0.0.20210418: 100%
[22/85] Installing libpciaccess-0.16...
[22/85] Extracting libpciaccess-0.16: 100%
[23/85] Installing liblz4-1.9.3,1...
[23/85] Extracting liblz4-1.9.3,1: 100%
[24/85] Installing libXrandr-1.5.2...
[24/85] Extracting libXrandr-1.5.2: 100%
[25/85] Installing png-1.6.37_1...
[25/85] Extracting png-1.6.37_1: 100%
[26/85] Installing gmp-6.2.1...
[26/85] Extracting gmp-6.2.1: 100%
[27/85] Installing glib-2.70.4,2...
[27/85] Extracting glib-2.70.4,2: 100%
[28/85] Installing wayland-1.20.0...
[28/85] Extracting wayland-1.20.0: 100%
[29/85] Installing libglvnd-1.4.0...
[29/85] Extracting libglvnd-1.4.0: 100%
[30/85] Installing xkeyboard-config-2.34...
[30/85] Extracting xkeyboard-config-2.34: 100%
[31/85] Installing libXxf86vm-1.1.4_3...
[31/85] Extracting libXxf86vm-1.1.4_3: 100%
[32/85] Installing libxshmfence-1.3_1...
[32/85] Extracting libxshmfence-1.3_1: 100%
[33/85] Installing libXdamage-1.1.5...
[33/85] Extracting libXdamage-1.1.5: 100%
[34/85] Installing libdrm-2.4.110,1...
[34/85] Extracting libdrm-2.4.110,1: 100%
[35/85] Installing libunwind-20201110...
[35/85] Extracting libunwind-20201110: 100%
[36/85] Installing zstd-1.5.0...
[36/85] Extracting zstd-1.5.0: 100%
[37/85] Installing libXinerama-1.1.4_2,1...
[37/85] Extracting libXinerama-1.1.4_2,1: 100%
[38/85] Installing libXi-1.8,1...
[38/85] Extracting libXi-1.8,1: 100%
[39/85] Installing libXcursor-1.2.0...
[39/85] Extracting libXcursor-1.2.0: 100%
[40/85] Installing freetype2-2.11.1...
[40/85] Extracting freetype2-2.11.1: 100%
[41/85] Installing tpm-emulator-0.7.4_2...
[41/85] Extracting tpm-emulator-0.7.4_2: 100%
[42/85] Installing libtasn1-4.18.0...
[42/85] Extracting libtasn1-4.18.0: 100%
[43/85] Installing ca_root_nss-3.71...
[43/85] Extracting ca_root_nss-3.71: 100%
[44/85] Installing libunistring-0.9.10_1...
[44/85] Extracting libunistring-0.9.10_1: 100%
[45/85] Installing mpfr-4.1.0_1...
[45/85] Extracting mpfr-4.1.0_1: 100%
[46/85] Installing jpeg-turbo-2.1.1_1...
[46/85] Extracting jpeg-turbo-2.1.1_1: 100%
[47/85] Installing jbigkit-2.1_1...
[47/85] Extracting jbigkit-2.1_1: 100%
[48/85] Installing libxkbcommon-1.3.1...
[48/85] Extracting libxkbcommon-1.3.1: 100%
[49/85] Installing libXScrnSaver-1.2.3_2...
[49/85] Extracting libXScrnSaver-1.2.3_2: 100%
[50/85] Installing mesa-libs-21.3.7...
[50/85] Extracting mesa-libs-21.3.7: 100%
[51/85] Installing libinotify-20180201_2...
[51/85] Extracting libinotify-20180201_2: 100%
[52/85] Installing gstreamer1-1.16.2...
[52/85] Extracting gstreamer1-1.16.2: 100%
[53/85] Installing iso-codes-4.7...
[53/85] Extracting iso-codes-4.7: 100%
[54/85] Installing orc-0.4.31...
[54/85] Extracting orc-0.4.31: 100%
[55/85] Installing libedit-3.1.20210216,1...
[55/85] Extracting libedit-3.1.20210216,1: 100%
[56/85] Installing trousers-0.3.14_3...
[56/85] Extracting trousers-0.3.14_3: 100%
[57/85] Installing p11-kit-0.24.0...
[57/85] Extracting p11-kit-0.24.0: 100%
[58/85] Installing nettle-3.7.3...
[58/85] Extracting nettle-3.7.3: 100%
[59/85] Installing libidn2-2.3.2...
[59/85] Extracting libidn2-2.3.2: 100%
[60/85] Installing mpc-1.2.1...
[60/85] Extracting mpc-1.2.1: 100%
[61/85] Installing binutils-2.37_2,1...
[61/85] Extracting binutils-2.37_2,1: 100%
[62/85] Installing vulkan-loader-1.2.203...
[62/85] Extracting vulkan-loader-1.2.203: 100%
[63/85] Installing vulkan-headers-1.2.203...
[63/85] Extracting vulkan-headers-1.2.203: 100%
[64/85] Installing spirv-tools-2021.4...
[64/85] Extracting spirv-tools-2021.4: 100%
[65/85] Installing tiff-4.3.0...
[65/85] Extracting tiff-4.3.0: 100%
[66/85] Installing sdl2-2.0.18...
[66/85] Extracting sdl2-2.0.18: 100%
[67/85] Installing libmysofa-1.2.1.16...
[67/85] Extracting libmysofa-1.2.1.16: 100%
[68/85] Installing gstreamer1-plugins-1.16.2_3...
[68/85] Extracting gstreamer1-plugins-1.16.2_3: 100%
[69/85] Installing libXv-1.0.11_2,1...
[69/85] Extracting libXv-1.0.11_2,1: 100%
[70/85] Installing perl5-5.32.1_1...
[70/85] Extracting perl5-5.32.1_1: 100%
[71/85] Installing lua53-5.3.6...
[71/85] Extracting lua53-5.3.6: 100%
[72/85] Installing libXcomposite-0.4.5,1...
[72/85] Extracting libXcomposite-0.4.5,1: 100%
[73/85] Installing fontconfig-2.13.94_1,1...
[73/85] Extracting fontconfig-2.13.94_1,1: 100%
[74/85] Installing gnutls-3.6.16...
[74/85] Extracting gnutls-3.6.16: 100%
[75/85] Installing gcc10-10.3.0...
[75/85] Extracting gcc10-10.3.0: 100%
[76/85] Installing vkd3d-1.2...
[76/85] Extracting vkd3d-1.2: 100%
[77/85] Installing libGLU-9.0.2_1...
[77/85] Extracting libGLU-9.0.2_1: 100%
[78/85] Installing lcms2-2.12...
[78/85] Extracting lcms2-2.12: 100%
[79/85] Installing desktop-file-utils-0.26_1...
[79/85] Extracting desktop-file-utils-0.26_1: 100%
[80/85] Installing openal-soft-1.21.1_3...
[80/85] Extracting openal-soft-1.21.1_3: 100%
[81/85] Installing FAudio-21.01...
[81/85] Extracting FAudio-21.01: 100%
[82/85] Installing libXvMC-1.0.12...
[82/85] Extracting libXvMC-1.0.12: 100%
[83/85] Installing llvm13-13.0.1...
[83/85] Extracting llvm13-13.0.1: 100%
[84/85] Installing wine-6.0.2_1,1...
[84/85] Extracting wine-6.0.2_1,1: 100%
[85/85] Installing mesa-dri-21.3.7...
[85/85] Extracting mesa-dri-21.3.7: 100%
=====
Message from python38-3.8.12_1:

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

py38-gdbm       databases/py-gdbm@py38
py38-sqlite3    databases/py-sqlite3@py38
py38-tkinter    x11-toolkits/py-tkinter@py38
=====
Message from wayland-1.20.0:

--
Wayland requires XDG_RUNTIME_DIR to be defined to a path that will
contain "wayland-%d" unix(4) sockets. This is usually handled by
consolekit2 (via ck-launch-session) or pam_xdg (via login).
=====
Message from freetype2-2.11.1:

--
The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
the default, emulating a modern version of ClearType. This change inevitably
leads to different rendering results, and you might change port's options to
adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
variable).

The environment variable "FREETYPE_PROPERTIES" can be used to control the
driver properties. Example:

FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
    cff:no-stem-darkening=1 \
    autofitter:warping=1

This allows to select, say, the subpixel hinting mode at runtime for a given
application.

If LONG_PCF_NAMES port's option was enabled, the PCF family names may include
the foundry and information whether they contain wide characters. For example,
"Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at
run time with using pcf:no-long-family-names property, if needed. Example:

FREETYPE_PROPERTIES=pcf:no-long-family-names=1

How to recreate fontconfig cache with using such environment variable,
if needed:
# env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv

The controllable properties are listed in the section "Controlling FreeType
Modules" in the reference's table of contents
(/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed).
=====
Message from ca_root_nss-3.71:

--
FreeBSD does not, and can not warrant that the certification authorities
whose certificates are included in this package have in any way been
audited for trustworthiness or RFC 3647 compliance.

Assessment and verification of trust is the complete responsibility of the
system administrator.


This package installs symlinks to support root certificates discovery by
default for software that uses OpenSSL.

This enables SSL Certificate Verification by client software without manual
intervention.

If you prefer to do this manually, replace the following symlinks with
either an empty file or your site-local certificate bundle.

  * /etc/ssl/cert.pem
  * /usr/local/etc/ssl/cert.pem
  * /usr/local/openssl/cert.pem
=====
Message from libxkbcommon-1.3.1:

--
If arrow keys don't work under X11 switch to legacy rules e.g.,

For sh/bash/ksh/zsh run and (optionally) add into ~/.profile:
  export XKB_DEFAULT_RULES=xorg

For csh/tcsh run and (optionally) add into ~/.login:
  setenv XKB_DEFAULT_RULES xorg
=====
Message from libinotify-20180201_2:

--
Libinotify functionality on FreeBSD is missing support for

  - detecting a file being moved into or out of a directory within the
    same filesystem
  - certain modifications to a symbolic link (rather than the
    file it points to.)

in addition to the known limitations on all platforms using kqueue(2)
where various open and close notifications are unimplemented.

This means the following regression tests will fail:

Directory notifications:
   IN_MOVED_FROM
   IN_MOVED_TO

Open/close notifications:
   IN_OPEN
   IN_CLOSE_NOWRITE
   IN_CLOSE_WRITE

Symbolic Link notifications:
   IN_DONT_FOLLOW
   IN_ATTRIB
   IN_MOVE_SELF
   IN_DELETE_SELF

Kernel patches to address the missing directory and symbolic link
notifications are available from:

https://github.com/libinotify-kqueue/libinotify-kqueue/tree/master/patches

You might want to consider increasing the kern.maxfiles tunable if you plan
to use this library for applications that need to monitor activity of a lot
of files.
=====
Message from trousers-0.3.14_3:

--
To run tcsd automatically, add the following line to /etc/rc.conf:

tcsd_enable="YES"

You might want to edit /usr/local/etc/tcsd.conf to reflect your setup.

If you want to use tcsd with software TPM emulator, use the following
configuration in /etc/rc.conf:

tcsd_enable="YES"
tcsd_mode="emulator"
tpmd_enable="YES"

To use TPM, add your_account to '_tss' group like following:

# pw groupmod _tss -m your_account
=====
Message from gcc10-10.3.0:

--
To ensure binaries built with this toolchain find appropriate versions
of the necessary run-time libraries, you may want to link using

  -Wl,-rpath=/usr/local/lib/gcc10

For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
=====
Message from wine-6.0.2_1,1:

--
Wine requires procfs(5) mounted on /proc. You can do so manually via
  mount -t procfs proc /proc
or make it permanent via something like the following in /etc/fstab
  proc   /proc   procfs   rw   0 0

Some ZFS tuning guides recommend setting KVA_PAGES=512 in your kernel
configuration.  This is incompatible with Wine.  The maximum possible
is KVA_PAGES=500, which should still be enough for ZFS.

The port also installs some of Wine's documentation which describes
additional programs that are not in the manual pages under
  /usr/local/share/doc/wine

2022-03-21: ada0p6 - pkg - install wine wine-gecko wine-mono winetricks packages

Mar 21 20:57:05 kg-core2 pkg[6042]: vulkan-loader-1.2.203 installed
Mar 21 20:57:05 kg-core2 pkg[6042]: spirv-tools-2021.4 installed
Mar 21 20:57:05 kg-core2 pkg[6042]: vkd3d-1.2 installed
Mar 21 20:57:05 kg-core2 pkg[6042]: FAudio-21.01 installed
Mar 21 20:57:06 kg-core2 pkg[6042]: zenity-3.32.0 installed
Mar 21 20:57:06 kg-core2 pkg[6042]: cabextract-1.9.1 installed
Mar 21 20:57:10 kg-core2 pkg[6042]: wine-6.0.2_1,1 installed
Mar 21 20:57:11 kg-core2 pkg[6042]: wine-gecko-2.47.2 installed
Mar 21 20:57:15 kg-core2 pkg[6042]: wine-mono-5.1.1 installed
Mar 21 20:57:15 kg-core2 pkg[6042]: winetricks-20210825 installed

messages

Message from wine-6.0.2_1,1:

--
Wine requires procfs(5) mounted on /proc. You can do so manually via
  mount -t procfs proc /proc
or make it permanent via something like the following in /etc/fstab
  proc   /proc   procfs   rw   0 0

Some ZFS tuning guides recommend setting KVA_PAGES=512 in your kernel
configuration.  This is incompatible with Wine.  The maximum possible
is KVA_PAGES=500, which should still be enough for ZFS.

The port also installs some of Wine's documentation which describes
additional programs that are not in the manual pages under
  /usr/local/share/doc/wine

2022-03-21: ada0p6 - this afternoon I had to quit Chromium, CudaText, Calibre and Thunderbird in order to empty swap. The big thief is Firefox - currently it uses 21G of memory.

2022-03-20: ada0p6 - fix ~/.profile for my user, make sure that

GPG_TTY=$(tty)
export GPG_TTY

is included.

2022-03-18: ada0p6 - pkg - upgrade

Mar 18 21:21:48 kg-core2 pkg[83086]: expat upgraded: 2.4.4 -> 2.4.7 
Mar 18 21:22:17 kg-core2 pkg[83108]: chromium upgraded: 99.0.4844.51_2 -> 99.0.4844.51_3 
Mar 18 21:23:40 kg-core2 pkg[83183]: firefox upgraded: 98.0_2,2 -> 98.0.1,2 
Mar 18 21:24:14 kg-core2 pkg[83189]: libreoffice upgraded: 7.2.5.2 -> 7.2.6.2 

2022-03-15: ada0p6 - the machine used a lot of swap, in the end I had to quit Firefox and restart it after emptying swap. From /var/log/messages:

Mar 15 02:09:05 kg-core2 kernel: swap_pager: out of swap space
[..]
Mar 15 07:56:45 kg-core2 kernel: swp_pager_getswapspace(4): failed

2022-03-13: ada0p6 - pkg - install kid3-qt5, for adding metadata to music files.

Mar 13 17:13:01 kg-core2 pkg[50439]: libmysofa-1.2.1.16 installed
Mar 13 17:13:01 kg-core2 pkg[50439]: openal-soft-1.21.1_3 installed
Mar 13 17:13:02 kg-core2 pkg[50439]: qt5-multimedia-5.15.2p3 installed
Mar 13 17:13:02 kg-core2 pkg[50439]: mp4v2-2.0.0 installed
Mar 13 17:13:02 kg-core2 pkg[50439]: id3lib-3.8.3_10 installed
Mar 13 17:13:02 kg-core2 pkg[50439]: chromaprint-1.5.0 installed
Mar 13 17:13:02 kg-core2 pkg[50439]: kid3-qt5-3.8.6 installed

2022-03-13: ada0p6 - abcde - grab CD info

tingo@kg-core2:~ $ LANG=nb_NO.UTF-8 abcde -d /dev/cd0 -a cddb
Grabbing entire CD - tracks:  01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17
Retrieved 1 match...
[..]

after selecting one, and fixing entries if needed, rip the CD

tingo@kg-core2:~ $ LANG=nb_NO.UTF-8 abcde -d /dev/cd0 -N 
Grabbing entire CD - tracks:  01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17
abcde: attempting to resume from /home/tingo/abcde.d7114211..
[..]

that worked nicely.

2022-03-13: ada0p6 - pkg - install abcde so I can rip my CD's.

Mar 13 16:52:25 kg-core2 pkg[46616]: p5-common-sense-3.75 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: p5-XML-SAX-Base-1.09 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: p5-XML-NamespaceSupport-1.12 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: p5-WWW-RobotRules-6.02_1 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: p5-HTTP-Negotiate-6.01_1 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: p5-HTTP-Cookies-6.10 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: p5-File-Listing-6.14 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: p5-Authen-NTLM-1.09_1 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: p5-Net-HTTP-6.21 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: p5-EV-4.33,1 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: p5-XML-SAX-1.02 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: p5-libwww-6.59 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: p5-Mojolicious-9.22 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: p5-XML-LibXML-2.0207,1 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: p5-Class-Accessor-0.51 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: libkate-0.4.1_11 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: opusfile-0.12 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: libao-1.2.0_5 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: py38-filetype-1.0.7 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: py38-deprecation-2.1.0 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: p5-Test-Pod-1.52 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: libdiscid-0.6.2 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: p5-WebService-MusicBrainz-1.0.5 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: vorbis-tools-1.4.2,3 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: py38-eyed3-0.9.6 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: p5-MusicBrainz-DiscID-0.06 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: cdparanoia-3.9.8_10 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: cd-discid-0.9 installed
Mar 13 16:52:25 kg-core2 pkg[46616]: abcde-2.9.3 installed

2022-03-12: ada0p6 - created a devd config file for USBtinyISP

root@kg-core2:~ # cat /usr/local/etc/devd/usbtinyisp.conf
# allow group (operator) access to the usb connection of the USBtinyISP device

notify 100 {
        match "system"          "USB";
        match "subsystem"       "INTERFACE";
        match "type"            "ATTACH";
        match "vendor" "0x1781";
        match "product" "0x0c9f";
        action "usb_devaddr=`echo $cdev | sed 's#^ugen##'` && chmod g+rw /dev/usb/${usb_devaddr}.*";
};

and restart devd

root@kg-core2:~ # service devd restart
Stopping devd.
Waiting for PIDS: 647.
Starting devd.

2022-03-12: ada0p6 - pkg - install avrdude

Mar 12 23:31:20 kg-core2 pkg[42362]: avrdude-6.4 installed

2022-03-12: ada0p6 - I also bought a 0.6m usb 3.0 extension cable (69387) NOK 119.90 and a Plexgear Portable 420 USB 3.0 hub with 4 ports (69515) NOK 249.90. Connected those to the monitor usb hub. usbconfig output after

root@kg-core2:~ # usbconfig
ugen1.1: <0x1022 XHCI root HUB> at usbus1, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)
ugen0.1: <0x1022 XHCI root HUB> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)
ugen0.2: <CHESEN PS2 to USB Converter> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (100mA)
ugen0.3: <vendor 0x05e3 USB Storage> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA)
ugen1.2: <vendor 0x0451 product 0x8042> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA)
ugen1.3: <vendor 0x0451 product 0x8040> at usbus1, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)
ugen1.4: <GenesysLogic USB2.1 Hub> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (100mA)
ugen1.5: <GenesysLogic USB3.1 Hub> at usbus1, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)

so now I have 4 usb ports on my desk.

2022-03-12: ada0p6 - went to Kjell and bought a USB-B 3.0 cable 3 m (68919) NOK 149.90 and connected up the USB 3.0 hub on my SA24A850DW monitor. usbconfig output before

root@kg-core2:~ # usbconfig
ugen1.1: <0x1022 XHCI root HUB> at usbus1, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)
ugen0.1: <0x1022 XHCI root HUB> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)
ugen0.2: <CHESEN PS2 to USB Converter> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (100mA)
ugen0.3: <vendor 0x05e3 USB Storage> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA)

after

root@kg-core2:~ # usbconfig
ugen1.1: <0x1022 XHCI root HUB> at usbus1, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)
ugen0.1: <0x1022 XHCI root HUB> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)
ugen0.2: <CHESEN PS2 to USB Converter> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (100mA)
ugen0.3: <vendor 0x05e3 USB Storage> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA)
ugen1.2: <vendor 0x0451 product 0x8042> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA)
ugen1.3: <vendor 0x0451 product 0x8040> at usbus1, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)

Nice.

2022-03-09: ada0p6 - pkg - upgrade

Mar  9 18:12:28 kg-core2 pkg[19860]: nss upgraded: 3.75 -> 3.76 
Mar  9 18:12:41 kg-core2 pkg[19876]: flac upgraded: 1.3.3_1 -> 1.3.4 
Mar  9 18:13:23 kg-core2 pkg[19894]: ffmpeg upgraded: 4.4.1_3,1 -> 4.4.1_4,1 
Mar  9 18:16:15 kg-core2 pkg[19930]: chromium upgraded: 99.0.4844.51 -> 99.0.4844.51_2 
Mar  9 18:17:07 kg-core2 pkg[19971]: thunderbird upgraded: 91.7.0 -> 91.7.0_1 
Mar  9 18:20:26 kg-core2 pkg[20006]: firefox upgraded: 98.0_1,2 -> 98.0_2,2 

2022-03-07: ada0p6 - fix /etc/nsswitch.conf. Before

root@kg-core2:~ # grep ^hosts /etc/nsswitch.conf 
hosts: files dns

after

root@kg-core2:~ # grep ^hosts /etc/nsswitch.conf
hosts: files mdns_minimal [NOTFOUND=return] dns mdns

2022-03-06: ada0p6 - FreeBSD 13.0-release-p7 is installed.

root@kg-core2:~ # freebsd-version -ku
13.0-RELEASE-p7
13.0-RELEASE-p7
root@kg-core2:~ # uname -a
FreeBSD kg-core2.kg4.no 13.0-RELEASE-p7 FreeBSD 13.0-RELEASE-p7 #0: Mon Jan 31 18:24:03 UTC 2022
     root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64

2022-03-06: ada0p6 - pkg - install xorg-minimal, xrandr, xset, xterm, xclock, twm, sudo, and all the other packages I need.

2022-03-06: ada0p6 - set up radonkms (and fusefs) in /etc/rc.conf

root@kg-core2:~ # grep kld_list /etc/rc.conf
kld_list="fusefs radeonkms"

2022-03-06: ada0p6 - add my user to dialer and video groups

root@kg-core2:~ # pw groupshow tingo
tingo:*:1001:
root@kg-core2:~ # pw groupshow dialer
dialer:*:68:
root@kg-core2:~ # pw groupshow video
video:*:44:
root@kg-core2:~ # pw groupmod dialer -m tingo
root@kg-core2:~ # pw groupmod video -m tingo
root@kg-core2:~ # pw groupshow dialer
dialer:*:68:tingo
root@kg-core2:~ # pw groupshow video
video:*:44:tingo

2022-03-06: ada0p6 - pkg - install drm-fbsd13-kmod. From /var/log/messages

Mar  6 19:25:15 kg-core2 pkg[1114]: gpu-firmware-kmod-g20210330 installed
Mar  6 19:25:15 kg-core2 pkg[1114]: drm-fbsd13-kmod-5.4.144.g20220128 installed

2022-03-06: ada0p6 - pkg - bootstrap

root@kg-core2:~ # pkg bootstrap -f
The package management tool is not yet installed on your system.
Do you want to fetch and install it now? [y/N]: y
Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:13:amd64/quarterly, please wait...
Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
Installing pkg-1.17.5...
Extracting pkg-1.17.5: 100%

2022-03-06: ada0p6 - freebsd-update fetch

root@kg-core2:~ # freebsd-update fetch
[..]
The following files will be removed as part of updating to
13.0-RELEASE-p7:
The following files will be added as part of updating to
13.0-RELEASE-p7:
The following files will be updated as part of updating to
13.0-RELEASE-p7:
[..]

install

root@kg-core2:~ # freebsd-update install
src component not installed, skipped
Installing updates...Scanning //usr/share/certs/blacklisted for certificates...
Scanning //usr/share/certs/trusted for certificates...
 done.

2022-03-06: ada0p6 - Installed FreeBSD 13.0-release on ada0p6. No console output.

root@kg-core2:~ # freebsd-version -ku
13.0-RELEASE
13.0-RELEASE
root@kg-core2:~ # uname -a
FreeBSD kg-core2.kg4.no 13.0-RELEASE FreeBSD 13.0-RELEASE #0 releng/13.0-n244733-ea31abc261f: Fri Apr  9 04:24:09 UTC 2021
     root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64

2022-03-06: ada0p5 - directories etc for root

tingo@kg-core2$ ll /
total 79961
drwxr-xr-x  23 root  wheel     -                             1024 Mar  6 18:07 ./
drwxr-xr-x  23 root  wheel     -                             1024 Mar  6 18:07 ../
-rw-r--r--   2 root  wheel     -                              957 Oct  3  2020 .cshrc
-rw-r--r--   2 root  wheel     -                              536 May  1  2019 .profile
-rw-------   1 root  wheel     -                             1024 May  1  2019 .rnd
drwxrwxr-x   2 root  operator  -                              512 May  1  2019 .snap/
-r--------   1 root  wheel     schg,sunlnk,nodump,opaque 33554432 May  1  2019 .sujournal
-r--r--r--   1 root  wheel     -                             6177 Oct  3  2020 COPYRIGHT
drwxr-xr-x   2 root  wheel     -                             1024 Oct  2 15:32 bin/
drwxr-xr-x  10 root  wheel     -                             1536 Mar  6 17:54 boot/
-rw-------   1 root  wheel     -                         48107520 Aug 13  2021 bsdisks.core
drwxr-xr-x   3 root  wheel     -                              512 Jan 30  2020 compat/
dr-xr-xr-x  14 root  wheel     -                              512 Mar  6 19:06 dev/
-rw-------   1 root  wheel     -                             4096 Mar  6 18:07 entropy
drwxr-xr-x  27 root  wheel     -                             2560 Oct  2 15:32 etc/
lrwxr-xr-x   1 root  wheel     -                                8 May  1  2019 home@ -> usr/home
drwxr-xr-x   4 root  wheel     -                             1536 Oct  2 15:32 lib/
drwxr-xr-x   3 root  wheel     -                              512 Oct  3  2020 libexec/
drwx------   6 root  wheel     -                             4096 Feb 15  2021 lost+found/
drwxrwxr-x   3 root  wheel     -                              512 Dec 15 20:54 media/
drwxr-xr-x   2 root  wheel     -                              512 Jun 22  2018 mnt/
drwxr-xr-x   2 root  wheel     -                              512 Jun 22  2018 net/
dr-xr-xr-x   1 root  wheel     -                                0 Mar  6 18:20 proc/
drwxr-xr-x   2 root  wheel     -                             2560 Oct  2 15:32 rescue/
drwxr-xr-x  10 root  wheel     -                              512 Oct 17 19:42 root/
drwxr-xr-x   2 root  wheel     -                             2560 Oct  2 15:32 sbin/
lrwxr-xr-x   1 root  wheel     -                               11 Jun 22  2018 sys@ -> usr/src/sys
drwxrwxrwt  55 root  wheel     -                            12800 Mar  6 18:16 tmp/
drwxr-xr-x  16 root  wheel     -                              512 Oct  4  2020 usr/
drwxr-xr-x  25 root  wheel     -                              512 Mar  6 19:06 var/
drwxr-xr-x   5 root  wheel     -                              512 Dec 20  2020 zs/
drwxr-xr-x   4 root  wheel     -                              512 Apr 22  2021 zt/

2022-03-06: ada0p5 - personal links, directories, etc.

tingo@kg-core2$ pwd
/usr/home/tingo
tingo@kg-core2$ ls -laF
total 1732
drwxr-xr-x  31 tingo  tingo     2048 Mar  6 16:52 ./
drwxr-xr-x   3 root   wheel      512 May  1  2019 ../
lrwxr-xr-x   1 tingo  tingo       18 Oct 26  2019 .FreeCAD@ -> /zs/tingo/.FreeCAD
-rw-------   1 tingo  tingo     1758 Oct 15 20:51 .ICEauthority
-rw-------   1 tingo  tingo        0 Oct 15 20:50 .Xauthority
lrwxr-xr-x   1 tingo  tingo       21 Jun 10  2019 .abcde.conf@ -> /zs/tingo/.abcde.conf
drwxr-xr-x   2 tingo  tingo      512 Nov  2  2020 .altera.quartus/
drwxr-xr-x   4 tingo  tingo      512 May  9  2020 .ansible/
drwxr-xr-x   2 tingo  tingo      512 Mar 15  2020 .arduino15/
-rw-------   1 tingo  tingo      121 Jun 21  2021 .bash_history
lrwxr-xr-x   1 tingo  tingo       20 Jun 10  2019 .birthdays@ -> /zs/tingo/.birthdays
drwx------   2 tingo  tingo      512 Jan 13  2021 .bogofilter/
drwxr-xr-x  31 tingo  tingo     1024 Sep 16 20:02 .cache/
-rw-r--r--   1 tingo  tingo        0 Oct 15 23:07 .calibre-singleinstance-1001-GUI.lock
-rw-r--r--   1 tingo  tingo        0 Oct 15 23:07 .calibre-singleinstance-1001-db.lock
drwxr-xr-x  35 tingo  tingo     1024 Feb 21 21:59 .config/
-rw-r--r--   1 tingo  tingo     1602 Jun 19  2021 .cshrc
drwx------   3 tingo  tingo      512 May  1  2019 .dbus/
drwxr-xr-x   2 tingo  tingo      512 Jul  6  2019 .free42/
lrwxr-xr-x   1 tingo  tingo       20 Jul 13  2019 .gitconfig@ -> /zs/tingo/.gitconfig
drwx------   5 tingo  tingo      512 Feb 27 19:18 .gnupg/
drwxr-xr-x   2 tingo  tingo      512 Dec 10  2020 .gstreamer-0.10/
drwx------   2 tingo  tingo      512 May  1  2019 .gvfs/
-rw-------   1 tingo  tingo    37164 Feb  2 17:28 .history
drwxr-xr-x   2 tingo  tingo      512 Aug 20  2019 .idlerc/
drwxr-xr-x   4 tingo  tingo      512 Dec 14  2020 .java/
drwxr-xr-x   2 tingo  tingo      512 Nov  4  2020 .jtag/
drwxr-xr-x   5 tingo  tingo      512 Feb 21  2021 .lazarus/
-rw-------   1 tingo  tingo       81 Aug 24  2021 .lesshst
drwxr-xr-x   5 tingo  tingo      512 Jun 30  2020 .local/
-rw-r--r--   1 tingo  tingo      392 May  1  2019 .login
-rw-r--r--   1 tingo  tingo      163 May  1  2019 .login_conf
-rw-------   1 tingo  tingo      379 May  1  2019 .mail_aliases
-rw-r--r--   1 tingo  tingo      336 May  1  2019 .mailrc
drwxr-xr-x   4 tingo  tingo      512 May  2  2019 .mozilla/
-rw-r--r--   1 tingo  tingo       20 Dec 13  2020 .mtoolsrc
lrwxr-xr-x   1 tingo  tingo       15 Dec 18 15:49 .pcem@ -> /zs/tingo/.pcem
drwx------   3 tingo  tingo      512 May  2  2019 .pki/
drwxr-xr-x   5 tingo  tingo      512 Dec 29 23:11 .platformio/
-rw-r--r--   1 tingo  tingo     1028 Oct 22 20:51 .profile
-rw-------   1 tingo  tingo      319 Feb 20 23:51 .python_history
-rw-r--r--   1 tingo  tingo       25 Jun 30  2020 .rfcrc
-rw-------   1 tingo  tingo      281 May  1  2019 .rhosts
-rw-------   1 tingo  tingo     1024 Oct 15 20:49 .rnd
-rw-r--r--   1 tingo  tingo     1745 Jul  7  2019 .shrc
lrwxr-xr-x   1 tingo  tingo       20 Jun 20  2019 .signature@ -> /zs/tingo/.signature
lrwxr-xr-x   1 tingo  tingo       24 Jun 20  2019 .signature_hog@ -> /zs/tingo/.signature_hog
lrwxr-xr-x   1 tingo  tingo       28 Jun 20  2019 .signature_hog_int@ -> /zs/tingo/.signature_hog_int
lrwxr-xr-x   1 tingo  tingo       24 Jun 20  2019 .signature_int@ -> /zs/tingo/.signature_int
lrwxr-xr-x   1 tingo  tingo       23 Jun 20  2019 .signature_no@ -> /zs/tingo/.signature_no
lrwxr-xr-x   1 tingo  tingo       14 Jun 10  2019 .ssh@ -> /zs/tingo/.ssh
drwxr-xr-x   3 tingo  tingo      512 Aug  4  2019 .subversion/
lrwxr-xr-x   1 tingo  tingo       23 Jun 21  2019 .sylpheed-2.0@ -> /zs/tingo/.sylpheed-2.0
lrwxr-xr-x   1 tingo  tingo       22 Jun 20  2019 .thunderbird@ -> /zs/tingo/.thunderbird
lrwxr-xr-x   1 tingo  tingo       15 Jun 19  2021 .venv@ -> /zs/tingo/.venv
drwx------   2 tingo  tingo      512 Jun 30  2020 .w3m/
-rw-r--r--   1 tingo  tingo  1474721 Jun 30  2020 .whatportis_db.json
drwxr-xr-x   4 tingo  tingo      512 Jul  6  2019 .x49gp/
drwx------   2 tingo  tingo      512 Aug  1  2019 .xpra/
-rw-------   1 tingo  tingo        5 Oct 18  2020 .yosys_history
drwxr-xr-x   3 tingo  tingo      512 Jun 21  2019 Calibre Library/
drwxr-xr-x   2 tingo  tingo      512 May 22  2021 Desktop/
drwx------   2 tingo  tingo      512 Nov 19  2019 Downloads/
lrwxr-xr-x   1 tingo  tingo       14 Jun 21  2019 Mail@ -> /zs/tingo/Mail
lrwxr-xr-x   1 tingo  tingo       13 Jun 20  2019 bin@ -> /zs/tingo/bin
lrwxr-xr-x   1 tingo  tingo       14 Jun 20  2019 data@ -> /zs/tingo/data
lrwxr-xr-x   1 tingo  tingo       12 Jun 20  2019 dl@ -> /zs/tingo/dl
lrwxr-xr-x   1 tingo  tingo       10 Apr 22  2021 doc@ -> /zt/t2/doc
drwxr-xr-x   3 tingo  tingo      512 Apr 19  2021 go/
lrwxr-xr-x   1 tingo  tingo       15 Jun 20  2019 media@ -> /zs/tingo/media
drwxr-xr-x   2 tingo  tingo      512 Jun  9  2019 mpoint/
lrwxr-xr-x   1 tingo  tingo       15 Jun 20  2019 music@ -> /zs/tingo/music
lrwxr-xr-x   1 tingo  tingo       18 Jun 20  2019 personal@ -> /zs/tingo/personal
lrwxr-xr-x   1 tingo  tingo       15 Jun 20  2019 progs@ -> /zs/tingo/progs
drwxr-xr-x   3 tingo  tingo      512 Mar 15  2020 sketchbook/
lrwxr-xr-x   1 tingo  tingo       11 Apr 22  2021 work@ -> /zt/t2/work
lrwxr-xr-x   1 tingo  tingo       16 Jun 10  2019 x-cmds@ -> /zs/tingo/x-cmds

2022-03-06: ada0p5 - filesystem info

tingo@kg-core2$ mount
/dev/ada0p5 on / (ufs, local, journaled soft-updates)
devfs on /dev (devfs, local, multilabel)
/dev/nvd0p1 on /zs (ufs, local, soft-updates)
/dev/nvd1p1 on /zt (ufs, local, soft-updates)
fdescfs on /dev/fd (fdescfs)
procfs on /proc (procfs, local)
linprocfs on /compat/linux/proc (linprocfs, local)
linsysfs on /compat/linux/sys (linsysfs, local)
tmpfs on /compat/linux/dev/shm (tmpfs, local)

2022-03-06: ada0p5 - I did kldload efirt and a few minutes later the machine had a panic. Might be coincidence, who knows?

tingo@kg-core2$ sudo cat /var/crash/info.7
Dump header from device: /dev/ada0p3
  Architecture: amd64
  Architecture Version: 2
  Dump Length: 4530270208
  Blocksize: 512
  Dumptime: Sun Mar  6 16:19:42 2022
  Hostname: kg-core2.kg4.no
  Magic: FreeBSD Kernel Dump
  Version String: FreeBSD 11.4-RELEASE-p9 #0: Tue Apr  6 09:27:45 UTC 2021
    root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC
  Panic String: page fault
  Dump Parity: 1102721061
  Bounds: 7
  Dump Status: good

Anyway, this might be a good opportunity to upgrade to FreeBSD 13.0 (or is it 13.1 now).

2022-03-04: ada0p5 - another xfmw4 crash. From /var/log/messages

Mar  4 02:21:07 kg-core2 kernel: pid 87818 (xfwm4), jid 0, uid 1001: exited on signal 5 (core dumped)

2022-01-08: ada0p5 - write another Debian live image to the usb stick

tingo@kg-core2$ sudo dd if=./debian-live-11.2.0-amd64-xfce+nonfree.iso of=/dev/da5 bs=4M status=progress
  3221225472 bytes (3221 MB, 3072 MiB) transferred 830.248s, 3880 kB/s
768+1 records in
768+1 records out
3225354240 bytes transferred in 831.925579 secs (3876974 bytes/sec)

2022-01-08: ada0p5 - write a Debian live image to a usb stick (da5)

tingo@kg-core2$ sudo dd if=./debian-live-11.2.0-amd64-xfce.iso of=/dev/da5 bs=4M status=progress
  2524971008 bytes (2525 MB, 2408 MiB) transferred 651.058s, 3878 kB/ss
602+1 records in
602+1 records out
2528411648 bytes transferred in 652.019719 secs (3877815 bytes/sec)

gpart info

tingo@kg-core2$ gpart show -p da5
=>      63  15630273    da5  MBR  (7.5G)
        63      1433         - free -  (717K)
      1496      5226  da5s2  !239  (2.6M)
      6722  15623614         - free -  (7.4G)

diskype info

tingo@kg-core2$ disktype /dev/da5

--- /dev/da5
Character device, size 7.453 GiB (8002732032 bytes)
DOS/MBR partition map
Partition 2: 2.552 MiB (2675712 bytes, 5226 sectors from 1496)
  Type 0xEF (EFI System (FAT))
  FAT12 file system (hints score 5 of 5)
    Volume size 2.525 MiB (2648064 bytes, 1293 clusters of 2 KiB)
GPT partition map, 248 entries
  Disk size 2.355 GiB (2528411648 bytes, 4938304 sectors)
  Disk GUID 1E493CA2-B133-1F4C-BFFA-76E986C0909D
Partition 1: 2.355 GiB (2528378880 bytes, 4938240 sectors from 0)
  Type Basic Data (GUID A2A0D0EB-E5B9-3344-87C0-68B6B72699C7)
  Partition Name "ISOHybrid"
  Partition GUID 1E493CA2-B133-1F4C-BFFB-76E986C0909D
Partition 2: 2.551 MiB (2674688 bytes, 5224 sectors from 1496)
  Type Basic Data (GUID A2A0D0EB-E5B9-3344-87C0-68B6B72699C7)
  Partition Name "ISOHybrid1"
  Partition GUID 1E493CA2-B133-1F4C-BFF8-76E986C0909D
  FAT12 file system (hints score 5 of 5)
    Volume size 2.525 MiB (2648064 bytes, 1293 clusters of 2 KiB)
Partition 3: unused
ISO9660 file system
  Volume name "d-live 11.2.0 xf amd64"
  Preparer    "XORRISO-1.5.2 2019.10.26.180001, LIBISOBURN-1.5.2, LIBISOFS-1.5.2, LIBBURN-1.5.2"
  Data size 2.355 GiB (2528411648 bytes, 1234576 blocks of 2 KiB)
  El Torito boot record, catalog at 373
    Bootable non-emulated image, starts at 1681, preloads 2 KiB
      Platform 0x00 (x86), System Type 0x00 (Empty)
      ISOLINUX boot loader
    Bootable non-emulated image, starts at 374, preloads 2.552 MiB (2675712 bytes)
      Platform 0xEF (EFI), System Type 0x00 (Empty)
      FAT12 file system (hints score 5 of 5)
        Volume size 2.525 MiB (2648064 bytes, 1293 clusters of 2 KiB)

2022-01-03: ada0p5 - a GPU lockup in /var/log/messages

Jan  3 19:15:15 kg-core2 kernel: drmn0: ring 3 stalled for more than 10206msec
Jan  3 19:15:15 kg-core2 kernel: drmn0: GPU lockup (current fence id 0x0000000000305ead last fence id 0x0000000000305eae on ring 3)
Jan  3 19:15:15 kg-core2 kernel: drmn0: failed to get a new IB (-11)
Jan  3 19:15:15 kg-core2 kernel: [drm:radeon_cs_ib_fill] Failed to get ib !
Jan  3 19:15:15 kg-core2 kernel: drmn0: Saved 6274 dwords of commands on ring 0.
Jan  3 19:15:15 kg-core2 kernel: drmn0: GPU softreset: 0x0000001D
Jan  3 19:15:15 kg-core2 kernel: drmn0:   GRBM_STATUS               = 0xE5700CA0
Jan  3 19:15:15 kg-core2 kernel: drmn0:   GRBM_STATUS_SE0           = 0xFC000001
Jan  3 19:15:15 kg-core2 kernel: drmn0:   GRBM_STATUS_SE1           = 0x00000007
Jan  3 19:15:15 kg-core2 kernel: drmn0:   SRBM_STATUS               = 0x200000C0
Jan  3 19:15:15 kg-core2 kernel: drmn0:   SRBM_STATUS2              = 0x00000000
Jan  3 19:15:15 kg-core2 kernel: drmn0:   R_008674_CP_STALLED_STAT1 = 0x01000000
Jan  3 19:15:15 kg-core2 kernel: drmn0:   R_008678_CP_STALLED_STAT2 = 0x00011000
Jan  3 19:15:15 kg-core2 kernel: drmn0:   R_00867C_CP_BUSY_STAT     = 0x00068406
Jan  3 19:15:15 kg-core2 kernel: drmn0:   R_008680_CP_STAT          = 0x80878647
Jan  3 19:15:15 kg-core2 kernel: drmn0:   R_00D034_DMA_STATUS_REG   = 0x44C83106
Jan  3 19:15:15 kg-core2 kernel: drmn0: GRBM_SOFT_RESET=0x00007F6B
Jan  3 19:15:15 kg-core2 kernel: drmn0: SRBM_SOFT_RESET=0x00100100
Jan  3 19:15:15 kg-core2 kernel: drmn0:   GRBM_STATUS               = 0x00003828
Jan  3 19:15:15 kg-core2 kernel: drmn0:   GRBM_STATUS_SE0           = 0x00000007
Jan  3 19:15:15 kg-core2 kernel: drmn0:   GRBM_STATUS_SE1           = 0x00000007
Jan  3 19:15:15 kg-core2 kernel: drmn0:   SRBM_STATUS               = 0x200000C0
Jan  3 19:15:15 kg-core2 kernel: drmn0:   SRBM_STATUS2              = 0x00000000
Jan  3 19:15:15 kg-core2 kernel: drmn0:   R_008674_CP_STALLED_STAT1 = 0x00000000
Jan  3 19:15:15 kg-core2 kernel: drmn0:   R_008678_CP_STALLED_STAT2 = 0x00000000
Jan  3 19:15:15 kg-core2 kernel: drmn0:   R_00867C_CP_BUSY_STAT     = 0x00000000
Jan  3 19:15:15 kg-core2 kernel: drmn0:   R_008680_CP_STAT          = 0x00000000
Jan  3 19:15:15 kg-core2 kernel: drmn0:   R_00D034_DMA_STATUS_REG   = 0x44C83D57
Jan  3 19:15:15 kg-core2 kernel: drmn0: GPU reset succeeded, trying to resume
Jan  3 19:15:15 kg-core2 kernel: [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
Jan  3 19:15:15 kg-core2 kernel: [drm] PCIE GART of 1024M enabled (table at 0x0000000000162000).
Jan  3 19:15:15 kg-core2 kernel: drmn0: WB enabled
Jan  3 19:15:15 kg-core2 kernel: drmn0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0x0xfffff80053bddc00
Jan  3 19:15:15 kg-core2 kernel: drmn0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0x0xfffff80053bddc0c
Jan  3 19:15:15 kg-core2 kernel: drmn0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0x0xfffff800e0072118
Jan  3 19:15:15 kg-core2 kernel: [drm] ring test on 0 succeeded in 4 usecs
Jan  3 19:15:15 kg-core2 kernel: [drm] ring test on 3 succeeded in 7 usecs
Jan  3 19:15:15 kg-core2 kernel: [drm] ring test on 5 succeeded in 3 usecs
Jan  3 19:15:15 kg-core2 kernel: [drm] UVD initialized successfully.
Jan  3 19:15:15 kg-core2 kernel: [drm] ib test on ring 0 succeeded in 0 usecs
Jan  3 19:15:15 kg-core2 kernel: [drm] ib test on ring 3 succeeded in 0 usecs
Jan  3 19:15:16 kg-core2 kernel: [drm] ib test on ring 5 succeeded