/: write failed, filesystem is full

Good morning everybody!

I`m a FreeBSD user newbie and I am facing the following problem after trying to install the Nvidia Quadro FX4400 driver >
When trying to update the system and packages I get the following information >

/: write failed, filesystem is full
pkg: sqlite error while executing INSERT OR ROLLBACK INTO pkg_option (option_id, value, package_id) VALUES (( SELECT option_id FROM option WHERE option = ?1), ?2, ?3) in file update.c:210: database or disk is full
pkg: sqlite error while executing ROLLBACK TO SAVEPOINT REPO in file pkgdb.c:1307: no such savepoint: REPO
pkg: sqlite error while executing RELEASE SAVEPOINT REPO in file pkgdb.c:1307: no such savepoint: REPO
Unable to update repository FreeBSD
Error updating repositories!

Command finished with errors!

nomad@NomadBSD ~ [64]> du -h /boot
4,0K /boot/dtb/overlays
4,0K /boot/dtb/rockchip
4,0K /boot/dtb/allwinner
16K /boot/dtb
4,0K /boot/firmware
4,0K /boot/zfs
128K /boot/lua
59M /boot/modules
132M /boot/kernel --------I’m not sure, but I think that’s the problem. It should have about 50mb right?
16K /boot/defaults
812K /boot/kernel.old/kernel
816K /boot/kernel.old
197M /boot
nomad@NomadBSD ~>

I’ve already tried to free up space by removing the *.symbols in the Kernel’s folders, I deleted the /tmp files but I stayed the same.

root@NomadBSD:~ # df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/label/nomadroot 3,7G 3,7G -288M 108% /
devfs 1,0K 1,0K 0B 100% /dev
tmpfs 378M 84M 294M 22% /tmp
tmpfs 294M 200K 294M 0% /var/log
procfs 4,0K 4,0K 0B 100% /proc
/dev/label/nomaddata 216G 64G 135G 32% /data
/dev/md0.uzip 6,5G 6,0G 446M 93% /unionfs/usr/local
/dev/fuse 223G 71G 135G 34% /usr/local
/data/compat 216G 64G 135G 32% /compat
/data/var/tmp 216G 64G 135G 32% /var/tmp
/data/var/db/freebsd-update 216G 64G 135G 32% /var/db/freebsd-update
/data/var/db/portsnap 216G 64G 135G 32% /var/db/portsnap
/data/usr/ports 216G 64G 135G 32% /usr/ports
linprocfs 4,0K 4,0K 0B 100% /compat/ubuntu/proc
linsysfs 4,0K 4,0K 0B 100% /compat/ubuntu/sys
devfs 1,0K 1,0K 0B 100% /compat/ubuntu/dev
fdescfs 1,0K 1,0K 0B 100% /compat/ubuntu/dev/fd
tmpfs 294M 4,0K 294M 0% /compat/ubuntu/dev/shm
/tmp 378M 84M 294M 22% /compat/ubuntu/tmp
fdescfs 1,0K 1,0K 0B 100% /dev/fd
root@NomadBSD:~ #

If any member of the group can guide me to solve this demand, I would be very grateful!
Best wishes and thanks in advance!
Marcelo

Hi @MARCELO_CORREA,

what version of NomadBSD are you running?

Hi mk1,

Version is 1.4
root@NomadBSD:~ # freebsd-version
12.2-RELEASE-p9
root@NomadBSD:~ # gpart show
=> 63 468862065 ada1 MBR (224G)
63 1 - free - (512B)
64 81920 1 efi (40M)
81984 7956480 2 freebsd [active] (3.8G)
8038464 460823662 3 freebsd (220G)
468862126 2 - free - (1.0K)

=> 0 7956480 ada1s2 BSD (3.8G)
0 16 - free - (8.0K)
16 7956464 1 freebsd-ufs (3.8G)

=> 0 460823662 ada1s3 BSD (220G)
0 16 - free - (8.0K)
16 460823646 1 freebsd-ufs (220G)

Could you help me to resize the partition / without losing data? I have 167.4GB free on 220GB partition.

Thanks in advance,
Marcelo

Move the package DB to /data/var/db:

# mv /var/db/pkg /data/var/db/

Then change your /etc/fstab as follows:

/dev/label/nomadroot            /                       ufs     rw,noatime   1 1
tmpfs                           /tmp                    tmpfs   rw,mode=1777 0 0
tmpfs                           /var/log                tmpfs   rw           0 0
proc                            /proc                   procfs  rw           0 0

/dev/label/nomaddata            /data                   ufs     rw,noatime   1 1
/data/compat                    /compat                 nullfs  rw,late      0 0
/data/var/tmp                   /var/tmp                nullfs  rw,late      0 0
/data/var/db                    /var/db                 nullfs  rw,late      0 0
/data/usr/ports                 /usr/ports              nullfs  rw,late      0 0

After a reboot the problem should be fixed.

Many thanks mk1, I will do that now!
Best wishes,
Marcelo

My new friend mk1! You are the best! Thanks again and I hope to do like you for others in the near future!
Huge hug and have a nice week!
Marcelo

1 Like

Hi mk1,

After freebsd-update fetch install and pkg update && pkg upgrade >

Number of packages to be installed: 63
Number of packages to be upgraded: 319
Number of packages to be reinstalled: 59

The process will require 148 MiB more space.
970 MiB to be downloaded.

Proceed with this action? [y/N]: y
pkg: Not enough space in /tmp/pkg, needed 970 MiB available 808 MiB
root@NomadBSD:~ #

root@NomadBSD:~ # df -h /tmp
Filesystem Size Used Avail Capacity Mounted on
tmpfs 816M 31M 784M 4% /tmp
root@NomadBSD:~ #

Thanks again my friend,
Marcelo

Comment out the line

PKG_CACHEDIR = "/tmp/pkg";

in /usr/local/etc/pkg.conf by setting a # in front of the line

Number of packages to be installed: 63
Number of packages to be upgraded: 319
Number of packages to be reinstalled: 59

The process will require 148 MiB more space.
970 MiB to be downloaded.

Proceed with this action? [y/N]: y
pkg: Not enough space in /var/cache/pkg, needed 970 MiB available -147 MiB
root@NomadBSD:~ #

Oh, sorry. Create /data/var/cache:

# mkdir /data/var/cache

Then set (and uncomment the line)

PKG_CACHEDIR = "/data/var/cache/pkg";

in /usr/local/etc/pkg.conf

No problems my friend!!!

root@NomadBSD:~ # freebsd-update fetch install
Looking up update.FreeBSD.org mirrors… 2 mirrors found.
Fetching metadata signature for 12.2-RELEASE from update2.freebsd.org… done.
Fetching metadata index… done.
Inspecting system… done.
Preparing to download files… done.
The following files will be added as part of updating to
12.2-RELEASE-p9:
/usr/src/secure/caroot/blacklisted/GeoTrust_Global_CA.pem
/usr/src/secure/caroot/blacklisted/GeoTrust_Primary_Certification_Authority.pem
/usr/src/secure/caroot/blacklisted/GeoTrust_Primary_Certification_Authority_-G3.pem
/usr/src/secure/caroot/blacklisted/GeoTrust_Universal_CA.pem
/usr/src/secure/caroot/blacklisted/GeoTrust_Universal_CA_2.pem
/usr/src/secure/caroot/blacklisted/VeriSign_Class_3_Public_Primary_Certification_Authority
-G4.pem
/usr/src/secure/caroot/blacklisted/VeriSign_Class_3_Public_Primary_Certification_Authority
-G5.pem
/usr/src/secure/caroot/blacklisted/thawte_Primary_Root_CA.pem
/usr/src/secure/caroot/blacklisted/thawte_Primary_Root_CA
-G2.pem
/usr/src/secure/caroot/blacklisted/thawte_Primary_Root_CA
-G3.pem
/usr/src/secure/caroot/trusted/NAVER_Global_Root_Certification_Authority.pem
Installing updates…cp: ///boot/kernel.old1/./.freebsd-update: File exists
install: ///usr/src/secure/caroot/blacklisted/GeoTrust_Global_CA.pem: No such file or directory
install: ///usr/src/secure/caroot/blacklisted/GeoTrust_Primary_Certification_Authority.pem: No such file or directory
install: ///usr/src/secure/caroot/blacklisted/GeoTrust_Primary_Certification_Authority
-G3.pem: No such file or directory
install: ///usr/src/secure/caroot/blacklisted/GeoTrust_Universal_CA.pem: No such file or directory
install: ///usr/src/secure/caroot/blacklisted/GeoTrust_Universal_CA_2.pem: No such file or directory
install: ///usr/src/secure/caroot/blacklisted/VeriSign_Class_3_Public_Primary_Certification_Authority
-G4.pem: No such file or directory
install: ///usr/src/secure/caroot/blacklisted/VeriSign_Class_3_Public_Primary_Certification_Authority
-G5.pem: No such file or directory
install: ///usr/src/secure/caroot/blacklisted/thawte_Primary_Root_CA.pem: No such file or directory
install: ///usr/src/secure/caroot/blacklisted/thawte_Primary_Root_CA
-G2.pem: No such file or directory
install: ///usr/src/secure/caroot/blacklisted/thawte_Primary_Root_CA
-_G3.pem: No such file or directory
install: ///usr/src/secure/caroot/trusted/NAVER_Global_Root_Certification_Authority.pem: No such file or directory
Scanning //usr/share/certs/blacklisted for certificates…
Scanning //usr/share/certs/trusted for certificates…
Scanning //usr/local/share/certs for certificates…
done.
root@NomadBSD:~ # pkg update && pkg upgrade
Updating FreeBSD repository catalogue…
FreeBSD repository is up to date.
All repositories are up to date.
Updating FreeBSD repository catalogue…
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (384 candidates): 100%
Processing candidates (384 candidates): 100%
The following 441 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
Imath: 3.0.5
celt: 0.11.3_3
evolution-data-server: 3.40.2
geocode-glib: 3.26.2
gnome-online-accounts: 3.40.0
gnugrep: 3.6
jackit: 0.125.0_12
libcanberra-gtk3: 0.30_5
libgdata: 0.17.13_1
libgweather: 3.36.1
libical: 3.0.8_2
liboauth: 1.0.3_4
libraqm: 0.7.1
lilv: 0.24.12
lv2: 1.18.2
opusfile: 0.12
pinentry-curses: 1.1.1
py38-cairo: 1.18.1_1,1
py38-certifi: 2021.5.30
py38-cffi: 1.14.5
py38-chardet: 4.0.0,1
py38-cryptography: 3.3.2
py38-dbus: 1.2.16
py38-dnspython: 1.16.0
py38-evdev: 1.4.0
py38-gobject3: 3.38.0
py38-html5lib: 1.0.1
py38-idna: 2.10
py38-importlib-metadata: 3.3.0_1
py38-isodate: 0.6.0
py38-lxml: 4.6.3
py38-markdown: 3.3.4
py38-olefile: 0.46
py38-openssl: 20.0.1
py38-packaging: 20.9
py38-pillow: 8.2.0
py38-pycparser: 2.20
py38-pygments: 2.7.2
py38-pyparsing: 2.4.7
py38-pysocks: 1.7.1
py38-pyudev: 0.22.0
py38-qt5-core: 5.15.4
py38-qt5-dbussupport: 5.15.4
py38-qt5-gui: 5.15.4_1
py38-qt5-sip: 12.8.1
py38-qt5-widgets: 5.15.4_1
py38-rdflib: 5.0.0
py38-requests: 2.25.1
py38-setuptools: 57.0.0
py38-sip: 5.5.0_1,1
py38-six: 1.16.0
py38-tkinter: 3.8.10_6
py38-toml: 0.10.2
py38-urllib3: 1.25.11,1
py38-webencodings: 0.5.1
py38-zipp: 3.4.0
qt5-qtpaths: 5.15.2
rest: 0.8.1
serd: 0.30.10
sord: 0.16.6
sratom: 0.6.8
suil: 0.10.10
ubuntu-keyring: 2020.06.17.1

Installed packages to be UPGRADED:
Box2D: 2.3.1 β†’ 2.4.1
QtBitcoinTrader: 1.40.52 β†’ 1.40.55_1
alsa-lib: 1.1.2_2 β†’ 1.2.2
aom: 2.0.2 β†’ 3.1.2
aspell: 0.60.8,1 β†’ 0.60.8_1,1
audacity: 2.4.2_3 β†’ 3.0.2_1
bash: 5.1.4 β†’ 5.1.8
boost-libs: 1.72.0_3 β†’ 1.72.0_5
botan2: 2.17.2 β†’ 2.18.1
bsdisks: 0.24 β†’ 0.26
bsdstats: 7.0 β†’ 7.0_2
cairo: 1.16.0_1,3 β†’ 1.17.4,3
chromium: 88.0.4324.182 β†’ 91.0.4472.164
cmake: 3.19.2 β†’ 3.20.4
consolekit2: 1.2.1_1 β†’ 1.2.3
cups: 2.3.3_1 β†’ 2.3.3op2
cups-filters: 1.28.6_1 β†’ 1.28.6_8
curl: 7.74.0 β†’ 7.78.0
dav1d: 0.8.2 β†’ 0.9.1
dbus: 1.12.20_3 β†’ 1.12.20_5
de-hunspell: 20161207_2 β†’ 20161207_3
debootstrap: 1.0.123_1 β†’ 1.0.123_6
djvulibre: 3.5.27_2 β†’ 3.5.28
dsbautostart: 1.2 β†’ 1.2_1
dsbbatmon: 1.0.6 β†’ 1.0.6_1
dsbdriverd: 1.0 β†’ 1.1
dsblogoutmgr: 1.3.2 β†’ 1.3.2_1
dsbmc: 1.1 β†’ 1.2_1
dsbmd: 1.11.1 β†’ 1.11.4
dsbmixer: 1.5 β†’ 1.7_1
dunst: 1.5.0 β†’ 1.6.1
e2fsprogs-libblkid: 1.45.7 β†’ 1.46.3
e2fsprogs-libss: 1.45.7 β†’ 1.46.3
e2fsprogs-libuuid: 1.45.7 β†’ 1.46.3
exiv2: 0.27.3,1 β†’ 0.27.4,1
expat: 2.2.10 β†’ 2.4.1
faac: 1.29.9.2_3 β†’ 1.30
faad2: 2.8.8,1 β†’ 2.10.0,1
ffmpeg: 4.3.2,1 β†’ 4.4_2,1
firefox-esr: 78.8.0,1 β†’ 78.13.0_1,1
fish: 3.1.2 β†’ 3.2.2
flac: 1.3.3 β†’ 1.3.3_1
fltk: 1.3.5 β†’ 1.3.5_1
fontconfig: 2.13.92_2,1 β†’ 2.13.93_1,1
freeglut: 3.0.0_2 β†’ 3.2.1
freerdp: 2.2.0_3 β†’ 2.3.2_1
fusefs-hfsfuse: g20180118_1 β†’ 0.126
fusefs-libs: 2.9.9_1 β†’ 2.9.9_2
fusefs-libs3: 3.10.1_1 β†’ 3.10.4
fusefs-sshfs: 3.7.1 β†’ 3.7.2
garcon: 0.8.0_1 β†’ 4.16.1
gcr: 3.38.0 β†’ 3.40.0
gdbm: 1.18.1_1 β†’ 1.20
gdrive: 2.1.0.23_1 β†’ 2.1.1
gegl: 0.4.28_2 β†’ 0.4.30_6
gerbera: 1.6.4 β†’ 1.8.2
ghostscript9-agpl-base: 9.52_12 β†’ 9.52_18
gimp-app: 2.10.20_14,1 β†’ 2.10.24_7,1
git-gui: 2.30.1 β†’ 2.32.0_1
glew: 2.2.0 β†’ 2.2.0_1
glib: 2.66.7,1 β†’ 2.66.8,2
glib-networking: 2.66.0 β†’ 2.66.0_1
gnupg: 2.2.26 β†’ 2.3.1
gpgme: 1.15.0 β†’ 1.15.1
graphene: 1.10.2 β†’ 1.10.4
graphviz: 2.44.1_5 β†’ 2.44.1_12
gstreamer1-plugins-dvdread: 1.16.2_1 β†’ 1.16.2_2
gstreamer1-plugins-gl: 1.16.2_1 β†’ 1.16.2_2
gstreamer1-plugins-resindvd: 1.16.2_1 β†’ 1.16.2_2
gtar: 1.32 β†’ 1.34
gtk-update-icon-cache: 3.24.24 β†’ 3.24.26
gtk3: 3.24.24 β†’ 3.24.29_1
gtkam: 1.0_4 β†’ 1.0_6
gvfs: 1.46.1_2 β†’ 1.46.2
harfbuzz: 2.7.4 β†’ 2.8.1
harfbuzz-icu: 2.7.4_1 β†’ 2.8.1
hexchat: 2.14.3 β†’ 2.14.3_1
hidapi: 0.8.0.r1_3 β†’ 0.10.1
icu: 68.2,1 β†’ 69.1,1
iichid: 0.0.3 β†’ 0.0.6
jasper: 2.0.23 β†’ 2.0.32_1
java-zoneinfo: 2020.d β†’ 2021.a
javavmwrapper: 2.7.6 β†’ 2.7.7
json-glib: 1.6.0 β†’ 1.6.2_1
keepassxc: 2.6.2 β†’ 2.6.4
lame: 3.100_2 β†’ 3.100_3
lcms2: 2.11_1 β†’ 2.12
libGLU: 9.0.1 β†’ 9.0.2_1
libX11: 1.6.12,1 β†’ 1.7.2,1
libXaw: 1.0.13_3,2 β†’ 1.0.14,2
libXres: 1.2.0_2 β†’ 1.2.1
libXt: 1.2.0,1 β†’ 1.2.1,1
libarchive: 3.4.3,1 β†’ 3.5.1,1
libass: 0.15.0 β†’ 0.15.1
libassuan: 2.5.4 β†’ 2.5.5
libbluray: 1.2.1,1 β†’ 1.3.0,1
libcdr01: 0.1.6_1 β†’ 0.1.6_2
libdca: 0.0.6_1 β†’ 0.0.7
libdrm: 2.4.103,1 β†’ 2.4.106,1
libdvdnav: 6.1.0 β†’ 6.1.1
libdvdread: 6.1.0 β†’ 6.1.2
libe-book: 0.1.3_19 β†’ 0.1.3_20
libebur128: 1.2.4 β†’ 1.2.6
libedit: 3.1.20191231,1 β†’ 3.1.20210216,1
libepoll-shim: 0.0.20200602 β†’ 0.0.20210418
libepoxy: 1.5.4 β†’ 1.5.8_1
libepubgen: 0.1.0_9 β†’ 0.1.1
liberation-fonts-ttf: 2.1.2,2 β†’ 2.1.4,2
libetonyek01: 0.1.9_7,1 β†’ 0.1.9_8,1
libewf: 20140811 β†’ 20140812
libexif-gtk: 0.4.0_4 β†’ 0.5.0
libexo: 4.16.0 β†’ 4.16.2
libfm-extra: 1.3.1 β†’ 1.3.2_1
libfm-gtk3: 1.3.1 β†’ 1.3.2_1
libfreehand: 0.1.2_19 β†’ 0.1.2_20
libgcrypt: 1.8.7 β†’ 1.9.3
libgee: 0.20.1 β†’ 0.20.3
libgltf: 0.0.2_21 β†’ 0.0.2_23
libgpg-error: 1.41 β†’ 1.42
libidn2: 2.3.0_1 β†’ 2.3.1
libksba: 1.5.0 β†’ 1.6.0
libmicrohttpd: 0.9.72 β†’ 0.9.73
libmspub01: 0.1.4_17 β†’ 0.1.4_18
libmysofa: 1.1 β†’ 1.2
libnghttp2: 1.42.0 β†’ 1.43.0
libnpupnp: 4.0.14 β†’ 4.1.4_1
libogg: 1.3.4,4 β†’ 1.3.5,4
libplacebo: 3.104.0 β†’ 3.120.3
libproxy: 0.4.15 β†’ 0.4.17
libpsl: 0.21.1_1 β†’ 0.21.1_2
libpurple: 2.14.1 β†’ 2.14.4
libqxp: 0.0.0_17 β†’ 0.0.0_18
libreoffice: 7.1.0.3_1 β†’ 7.1.4.2
librsvg2-rust: 2.50.2 β†’ 2.50.3_4
libsamplerate: 0.1.9_1 β†’ 0.2.1
libsmdev: a.20201204 β†’ a.20210418
libsmraw: a.20201210 β†’ a.20210418
libsndfile: 1.0.30 β†’ 1.0.31
libsoup: 2.72.0 β†’ 2.72.0_4
libspiro: 20190731,1 β†’ 20200505,1
libtasn1: 4.16.0 β†’ 4.17.0
libudisks: 2.9.1 β†’ 2.9.2
libunwind: 20200331_1 β†’ 20201110
libv4l: 1.20.0 β†’ 1.20.0_2
libva: 2.10.0 β†’ 2.12.0
libvhdi: 20201204 β†’ 20210425
libvisio01: 0.1.7_3 β†’ 0.1.7_4
libvmdk: 20200926 β†’ 20210418
libvpx: 1.9.0 β†’ 1.10.0
libwpe: 1.4.0.1 β†’ 1.10.0_1
libx264: 0.161.3020 β†’ 0.163.3060
libxfce4menu: 4.16.0_1 β†’ 4.16.0_2
libxkbcommon: 1.0.3 β†’ 1.3.0
libxml2: 2.9.10_2 β†’ 2.9.12
libxshmfence: 1.3 β†’ 1.3_1
libxslt: 1.1.34_1 β†’ 1.1.34_2
libzip: 1.5.2 β†’ 1.7.3
libzmf: 0.0.2_22 β†’ 0.0.2_23
llvm10: 10.0.1_4 β†’ 10.0.1_5
lmdb: 0.9.24_3,1 β†’ 0.9.28,1
mDNSResponder: 1096.40.7 β†’ 1310.100.10
mc: 4.8.24 β†’ 4.8.26_2
memtester: 4.5.0 β†’ 4.5.1
mesa-dri: 20.2.3_1 β†’ 20.2.3_2
minidlna: 1.2.1_7,1 β†’ 1.3.0_2,1
mosh: 1.3.2_14 β†’ 1.3.2_15
mpc: 1.1.0_2 β†’ 1.2.0
mpg123: 1.26.4 β†’ 1.28.0
mpv: 0.33.0_5,1 β†’ 0.33.1_4,1
mupdf: 1.18.0,1 β†’ 1.18.0_1,1
musicpd: 0.22.6 β†’ 0.22.10
mysql57-client: 5.7.33 β†’ 5.7.35
nano: 5.4 β†’ 5.8
neomutt: 20201127 β†’ 20210205
net-snmp: 5.9_1,1 β†’ 5.9_3,1
nettle: 3.6 β†’ 3.7.3
networkmgr: 4.2 β†’ 5.7
nmap: 7.91 β†’ 7.91_1
notmuch: 0.31.3 β†’ 0.32.2
nspr: 4.29 β†’ 4.32
nss: 3.61 β†’ 3.69
openal-soft: 1.20.1_2 β†’ 1.21.0
openexr: 2.5.5 β†’ 3.0.5
openjdk8: 8.275.01.1 β†’ 8.292.10.1
openjpeg: 2.3.1 β†’ 2.4.0
openldap-client: 2.4.57 β†’ 2.4.59
p11-kit: 0.23.22 β†’ 0.24.0
p5-CGI: 4.51 β†’ 4.53
p5-Cairo: 1.108 β†’ 1.109
p5-DateTime-TimeZone: 2.44,1 β†’ 2.47,1
p5-Digest-HMAC: 1.03_1 β†’ 1.04
p5-Exception-Class: 1.44 β†’ 1.45
p5-HTML-Parser: 3.75 β†’ 3.76
p5-HTTP-Cookies: 6.09 β†’ 6.10
p5-HTTP-Message: 6.26 β†’ 6.32
p5-IO-Socket-SSL: 2.068 β†’ 2.071
p5-Net-HTTP: 6.19 β†’ 6.21
p5-Net-SSLeay: 1.88 β†’ 1.90
p5-Role-Tiny: 2.001004 β†’ 2.002004
p5-Specio: 0.46 β†’ 0.47
p5-Sub-Exporter: 0.987_1 β†’ 0.988
p5-URI: 5.05 β†’ 5.09
p5-libwww: 6.50 β†’ 6.55
pango: 1.42.4_5 β†’ 1.48.4_1
papirus-icon-theme: 20201201 β†’ 20210501
pciids: 20201127 β†’ 20210516
pcmanfm-gtk3: 1.3.1 β†’ 1.3.2
pcre2: 10.36 β†’ 10.37
pcsc-lite: 1.9.0_1,2 β†’ 1.9.1,2
phoronix-test-suite-php73: 10.0.1 β†’ 10.4.0
php73-curl: 7.3.27 β†’ 7.3.29
php73-dom: 7.3.27 β†’ 7.3.29
php73-gd: 7.3.27 β†’ 7.3.29
php73-openssl: 7.3.27 β†’ 7.3.29
php73-pcntl: 7.3.27 β†’ 7.3.29
php73-posix: 7.3.27 β†’ 7.3.29
php73-zip: 7.3.27 β†’ 7.3.29
php73-zlib: 7.3.27 β†’ 7.3.29
picom: 8.2 β†’ 8.2_1
pidgin: 2.14.1 β†’ 2.14.4
pinentry: 1.1.0_7 β†’ 1.1.1
pinentry-tty: 1.1.0 β†’ 1.1.1
pkgconf: 1.7.3,1 β†’ 1.7.4,1
pl-hunspell: 20201103 β†’ 20210427
png: 1.6.37 β†’ 1.6.37_1
polkit: 0.118 β†’ 0.119
poppler: 20.12.1 β†’ 21.06.1
poppler-glib: 20.12.1 β†’ 21.06.1
poppler-qt5: 20.12.1 β†’ 21.06.1
poppler-utils: 20.12.1 β†’ 21.06.1
protobuf: 3.13.0,1 β†’ 3.14.0,1
pt-hunspell: 20201212 β†’ 20210608
pugixml: 1.11.1 β†’ 1.11.4
pulseaudio: 13.0_2 β†’ 14.2
py37-setuptools: 44.0.0 β†’ 57.0.0
py37-sqlite3: 3.7.9_7 β†’ 3.7.10_7
py37-tkinter: 3.7.9_6 β†’ 3.7.10_6
pygobject3-common: 3.28.3_3 β†’ 3.38.0
python37: 3.7.9_1 β†’ 3.7.10_1
qpdf: 10.0.4 β†’ 10.3.2
qpdfview: 0.4.18_13 β†’ 0.4.18_20
qscintilla2-qt5: 2.11.5_1 β†’ 2.12.0_1
qt5-concurrent: 5.15.2_1 β†’ 5.15.2_2
qt5-core: 5.15.2 β†’ 5.15.2_5
qt5-declarative: 5.15.2 β†’ 5.15.2_1
qt5-gui: 5.15.2_2 β†’ 5.15.2_5
qt5-multimedia: 5.15.2_1 β†’ 5.15.2_2
qt5-opengl: 5.15.2_1 β†’ 5.15.2_2
qt5-speech: 5.15.2 β†’ 5.15.2_2
qt5-style-plugins: 5.0.0.23_9 β†’ 5.0.0.23_10
qt5ct: 1.1 β†’ 1.3_1
raptor2: 2.0.15_16 β†’ 2.0.15_18
re2: 20200401 β†’ 20210601
readline: 8.0.4 β†’ 8.1.1
rhash: 1.4.0 β†’ 1.4.1
rtsx: 2.0.c,1 β†’ 2.0.i,1
ruby: 2.7.2_1,1 β†’ 2.7.3_2,1
rubygem-concurrent-ruby: 1.1.7 β†’ 1.1.9
rubygem-i18n: 1.8.5,2 β†’ 1.8.10,2
sakura: 3.7.1 β†’ 3.8.2
samba412: 4.12.9_1 β†’ 4.12.15_1
sane-backends: 1.0.31_2 β†’ 1.0.32_4
sdl2: 2.0.12_3 β†’ 2.0.12_5
shaderc: 2020.4_4 β†’ 2021.1
simplescreenrecorder: 0.4.3 β†’ 0.4.3_1
slim: 1.3.6_21 β†’ 1.3.6_22
smartmontools: 7.2 β†’ 7.2_1
snappy: 1.1.8 β†’ 1.1.9_1
sndio: 1.7.0 β†’ 1.8.1
sourcecodepro-ttf: 2.032 β†’ 2.038
spdlog: 1.8.2 β†’ 1.8.5_1
speech-dispatcher: 0.8.8_1 β†’ 0.10.2
spidermonkey78: 78.6.0 β†’ 78.7.0_5
sqlite3: 3.34.0,1 β†’ 3.35.5_3,1
sudo: 1.9.5p2 β†’ 1.9.7p1
taglib: 1.12.b.1_1 β†’ 1.12
tcl86: 8.6.10_1 β†’ 8.6.11_1
thunar: 4.16.1 β†’ 4.16.8
thunderbird: 78.8.0 β†’ 78.13.0
tiff: 4.2.0 β†’ 4.3.0
tk86: 8.6.10_1 β†’ 8.6.11_2
tmux: 3.1c β†’ 3.2a
tor: 0.4.6.6 β†’ 0.4.6.7
transmission-qt: 3.00_2 β†’ 3.00_4
twm: 1.0.11 β†’ 1.0.11_1
unrar: 6.00,6 β†’ 6.02,6
usbids: 20200826 β†’ 20210518
vim: 8.2.2263 β†’ 8.2.3081
vlc: 3.0.11_9,4 β†’ 3.0.14_1,4
vorbis-tools: 1.4.0_10,3 β†’ 1.4.2,3
vte3: 0.62.1_1 β†’ 0.64.1
vulkan-headers: 1.2.165 β†’ 1.2.189
vulkan-loader: 1.2.165 β†’ 1.2.189
wayland: 1.18.0_4 β†’ 1.19.0_1
wayland-protocols: 1.20 β†’ 1.21
webcamd: 5.10.6.0_1 β†’ 5.13.2.4
webkit2-gtk3: 2.30.2 β†’ 2.30.5_2
webp: 1.1.0 β†’ 1.2.0
wget: 1.20.3_1 β†’ 1.21
wpebackend-fdo: 1.4.1 β†’ 1.8.3
wx30-gtk3: 3.0.5.1 β†’ 3.0.5.1_1
wx31-gtk3: 3.1.4 β†’ 3.1.5_1
x264: 0.161.3020 β†’ 0.163.3060_1
xapian-core: 1.4.17,1 β†’ 1.4.18,1
xarchiver: 0.5.4.15_1 β†’ 0.5.4.16
xdriinfo: 1.0.6_3 β†’ 1.0.6_4
xf86-video-amdgpu: 19.1.0_1 β†’ 19.1.0_2
xf86-video-ati: 19.1.0_3,1 β†’ 19.1.0_4,1
xf86-video-intel: 2.99.917.914,1 β†’ 2.99.917.916_1,1
xf86-video-openchrome: 0.6.0_4 β†’ 0.6.0_5
xfce4-panel: 4.16.0 β†’ 4.16.3
xfce4-screenshooter-plugin: 1.9.8_1 β†’ 1.9.9
xfce4-tumbler: 4.16.0 β†’ 4.16.0_6
xkeyboard-config: 2.31 β†’ 2.32
xorg-server: 1.20.9_1,1 β†’ 1.20.11_3,1
xorgproto: 2020.1 β†’ 2021.4
xterm: 363 β†’ 368
youtube_dl: 2021.03.03 β†’ 2021.06.06
zstd: 1.4.5_1 β†’ 1.5.0

Installed packages to be REINSTALLED:
arandr-0.1.10_1 (direct dependency changed: python38)
asunder-2.9.6 (needed shared library changed)
bamf-0.5.4 (needed shared library changed)
colord-1.3.5_1 (options changed)
deadbeef-0.7.2_19 (needed shared library changed)
farstream-0.2.9 (direct dependency changed: python38)
filezilla-3.40.0_5 (needed shared library changed)
galculator-2.1.4_1 (needed shared library changed)
gconf2-3.2.6_5 (direct dependency changed: python38)
geany-gtk2-1.37.1 (needed shared library changed)
gimp-gutenprint-5.3.3_1 (needed shared library changed)
gnome-menus-3.36.0 (direct dependency changed: python38)
gobject-introspection-1.66.1,1 (direct dependency changed: python38)
gstreamer1-1.16.2 (direct dependency changed: python38)
gstreamer1-plugins-1.16.2_2 (direct dependency changed: python38)
gstreamer1-plugins-a52dec-1.16.2 (direct dependency changed: python38)
gstreamer1-plugins-bad-1.16.2 (direct dependency changed: python38)
gstreamer1-plugins-core-1.16 (ABI changed: β€˜freebsd:12:x86:64’ β†’ β€˜freebsd:12:*’)
gstreamer1-plugins-dts-1.16.2 (direct dependency changed: python38)
gstreamer1-plugins-faac-1.16.2 (direct dependency changed: python38)
gstreamer1-plugins-flac-1.16.2 (direct dependency changed: python38)
gstreamer1-plugins-good-1.16.2 (direct dependency changed: python38)
gstreamer1-plugins-lame-1.16.2 (direct dependency changed: python38)
gstreamer1-plugins-mpg123-1.16.2 (direct dependency changed: python38)
gstreamer1-plugins-ogg-1.16.2 (direct dependency changed: python38)
gstreamer1-plugins-pango-1.16.2 (direct dependency changed: python38)
gstreamer1-plugins-png-1.16.2 (direct dependency changed: python38)
gstreamer1-plugins-theora-1.16.2 (direct dependency changed: python38)
gstreamer1-plugins-ugly-1.16.2 (direct dependency changed: python38)
gstreamer1-plugins-v4l2-1.16.2_1 (direct dependency changed: python38)
gstreamer1-plugins-vorbis-1.16.2 (direct dependency changed: python38)
gstreamer1-plugins-wavpack-1.16.2 (direct dependency changed: python38)
gtk2-2.24.33 (direct dependency changed: python38)
gtkspell-2.0.16_6 (needed shared library changed)
gxkb-0.8.2 (option added: GTK3)
hplip-3.20.6 (direct dependency changed: py38-qt5-widgets)
leafpad-0.8.18.1_2 (needed shared library changed)
libcanberra-0.30_5 (needed shared library changed)
libdbusmenu-16.04.0_3 (direct dependency changed: python38)
libglade2-2.6.4_10 (needed shared library changed)
libinput-1.16.4 (direct dependency changed: python38)
libnice-0.1.18 (direct dependency changed: python38)
libnice-gst1-0.1.18 (direct dependency changed: python38)
libwnck-2.30.7_1 (needed shared library changed)
lxappearance-0.6.3 (needed shared library changed)
obconf-2.0.4_2 (needed shared library changed)
openbox-3.6_7 (direct dependency changed: python38)
p5-Gtk2-1.24993_1 (needed shared library changed)
p5-Pango-1.227_1 (needed shared library changed)
plank-0.11.89 (needed shared library changed)
talloc-2.3.1 (direct dependency changed: python38)
tdb-1.4.3,1 (direct dependency changed: python38)
tevent-0.10.2_1 (direct dependency changed: python38)
tint2-16.7_1 (needed shared library changed)
vte-0.28.2_3 (needed shared library changed)
xdg-utils-1.1.3_1 (option added: X11)
xfburn-0.6.2_1 (needed shared library changed)
xsane-0.999_6 (needed shared library changed)
zenity-3.32.0 (needed shared library changed)

Number of packages to be installed: 63
Number of packages to be upgraded: 319
Number of packages to be reinstalled: 59

The process will require 148 MiB more space.
970 MiB to be downloaded.

Proceed with this action? [y/N]: y
pkg: Not enough space in /var/cache/pkg, needed 970 MiB available -147 MiB
root@NomadBSD:~ # clear

root@NomadBSD:~ # freebsd-update fetch install
Looking up update.FreeBSD.org mirrors… 2 mirrors found.
Fetching metadata signature for 12.2-RELEASE from update2.freebsd.org… done.
Fetching metadata index… done.
Inspecting system… done.
Preparing to download files… done.
The following files will be added as part of updating to
12.2-RELEASE-p9:
/usr/src/secure/caroot/blacklisted/GeoTrust_Global_CA.pem
/usr/src/secure/caroot/blacklisted/GeoTrust_Primary_Certification_Authority.pem
/usr/src/secure/caroot/blacklisted/GeoTrust_Primary_Certification_Authority_-G3.pem
/usr/src/secure/caroot/blacklisted/GeoTrust_Universal_CA.pem
/usr/src/secure/caroot/blacklisted/GeoTrust_Universal_CA_2.pem
/usr/src/secure/caroot/blacklisted/VeriSign_Class_3_Public_Primary_Certification_Authority
-G4.pem
/usr/src/secure/caroot/blacklisted/VeriSign_Class_3_Public_Primary_Certification_Authority
-G5.pem
/usr/src/secure/caroot/blacklisted/thawte_Primary_Root_CA.pem
/usr/src/secure/caroot/blacklisted/thawte_Primary_Root_CA
-G2.pem
/usr/src/secure/caroot/blacklisted/thawte_Primary_Root_CA
-G3.pem
/usr/src/secure/caroot/trusted/NAVER_Global_Root_Certification_Authority.pem
Installing updates…cp: ///boot/kernel.old1/./.freebsd-update: File exists
install: ///usr/src/secure/caroot/blacklisted/GeoTrust_Global_CA.pem: No such file or directory
install: ///usr/src/secure/caroot/blacklisted/GeoTrust_Primary_Certification_Authority.pem: No such file or directory
install: ///usr/src/secure/caroot/blacklisted/GeoTrust_Primary_Certification_Authority
-G3.pem: No such file or directory
install: ///usr/src/secure/caroot/blacklisted/GeoTrust_Universal_CA.pem: No such file or directory
install: ///usr/src/secure/caroot/blacklisted/GeoTrust_Universal_CA_2.pem: No such file or directory
install: ///usr/src/secure/caroot/blacklisted/VeriSign_Class_3_Public_Primary_Certification_Authority
-G4.pem: No such file or directory
install: ///usr/src/secure/caroot/blacklisted/VeriSign_Class_3_Public_Primary_Certification_Authority
-G5.pem: No such file or directory
install: ///usr/src/secure/caroot/blacklisted/thawte_Primary_Root_CA.pem: No such file or directory
install: ///usr/src/secure/caroot/blacklisted/thawte_Primary_Root_CA
-G2.pem: No such file or directory
install: ///usr/src/secure/caroot/blacklisted/thawte_Primary_Root_CA
-_G3.pem: No such file or directory
install: ///usr/src/secure/caroot/trusted/NAVER_Global_Root_Certification_Authority.pem: No such file or directory
Scanning //usr/share/certs/blacklisted for certificates…
Scanning //usr/share/certs/trusted for certificates…
Scanning //usr/local/share/certs for certificates…
done.
root@NomadBSD:~ #

root@NomadBSD:~ # pkg update && pkg upgrade
Updating FreeBSD repository catalogue…
FreeBSD repository is up to date.
All repositories are up to date.
Updating FreeBSD repository catalogue…
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (384 candidates): 100%
Processing candidates (384 candidates): 100%
The following 441 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
Imath: 3.0.5
celt: 0.11.3_3
evolution-data-server: 3.40.2
geocode-glib: 3.26.2
gnome-online-accounts: 3.40.0
gnugrep: 3.6
jackit: 0.125.0_12
libcanberra-gtk3: 0.30_5
libgdata: 0.17.13_1
libgweather: 3.36.1
libical: 3.0.8_2
liboauth: 1.0.3_4
libraqm: 0.7.1
lilv: 0.24.12
lv2: 1.18.2
opusfile: 0.12
pinentry-curses: 1.1.1
py38-cairo: 1.18.1_1,1
py38-certifi: 2021.5.30
py38-cffi: 1.14.5
py38-chardet: 4.0.0,1
py38-cryptography: 3.3.2
py38-dbus: 1.2.16
py38-dnspython: 1.16.0
py38-evdev: 1.4.0
py38-gobject3: 3.38.0
py38-html5lib: 1.0.1
py38-idna: 2.10
py38-importlib-metadata: 3.3.0_1
py38-isodate: 0.6.0
py38-lxml: 4.6.3
py38-markdown: 3.3.4
py38-olefile: 0.46
py38-openssl: 20.0.1
py38-packaging: 20.9
py38-pillow: 8.2.0
py38-pycparser: 2.20
py38-pygments: 2.7.2
py38-pyparsing: 2.4.7
py38-pysocks: 1.7.1
py38-pyudev: 0.22.0
py38-qt5-core: 5.15.4
py38-qt5-dbussupport: 5.15.4
py38-qt5-gui: 5.15.4_1
py38-qt5-sip: 12.8.1
py38-qt5-widgets: 5.15.4_1
py38-rdflib: 5.0.0
py38-requests: 2.25.1
py38-setuptools: 57.0.0
py38-sip: 5.5.0_1,1
py38-six: 1.16.0
py38-tkinter: 3.8.10_6
py38-toml: 0.10.2
py38-urllib3: 1.25.11,1
py38-webencodings: 0.5.1
py38-zipp: 3.4.0
qt5-qtpaths: 5.15.2
rest: 0.8.1
serd: 0.30.10
sord: 0.16.6
sratom: 0.6.8
suil: 0.10.10
ubuntu-keyring: 2020.06.17.1

Installed packages to be UPGRADED:
Box2D: 2.3.1 β†’ 2.4.1
QtBitcoinTrader: 1.40.52 β†’ 1.40.55_1
alsa-lib: 1.1.2_2 β†’ 1.2.2
aom: 2.0.2 β†’ 3.1.2
aspell: 0.60.8,1 β†’ 0.60.8_1,1
audacity: 2.4.2_3 β†’ 3.0.2_1
bash: 5.1.4 β†’ 5.1.8
boost-libs: 1.72.0_3 β†’ 1.72.0_5
botan2: 2.17.2 β†’ 2.18.1
bsdisks: 0.24 β†’ 0.26
bsdstats: 7.0 β†’ 7.0_2
cairo: 1.16.0_1,3 β†’ 1.17.4,3
chromium: 88.0.4324.182 β†’ 91.0.4472.164
cmake: 3.19.2 β†’ 3.20.4
consolekit2: 1.2.1_1 β†’ 1.2.3
cups: 2.3.3_1 β†’ 2.3.3op2
cups-filters: 1.28.6_1 β†’ 1.28.6_8
curl: 7.74.0 β†’ 7.78.0
dav1d: 0.8.2 β†’ 0.9.1
dbus: 1.12.20_3 β†’ 1.12.20_5
de-hunspell: 20161207_2 β†’ 20161207_3
debootstrap: 1.0.123_1 β†’ 1.0.123_6
djvulibre: 3.5.27_2 β†’ 3.5.28
dsbautostart: 1.2 β†’ 1.2_1
dsbbatmon: 1.0.6 β†’ 1.0.6_1
dsbdriverd: 1.0 β†’ 1.1
dsblogoutmgr: 1.3.2 β†’ 1.3.2_1
dsbmc: 1.1 β†’ 1.2_1
dsbmd: 1.11.1 β†’ 1.11.4
dsbmixer: 1.5 β†’ 1.7_1
dunst: 1.5.0 β†’ 1.6.1
e2fsprogs-libblkid: 1.45.7 β†’ 1.46.3
e2fsprogs-libss: 1.45.7 β†’ 1.46.3
e2fsprogs-libuuid: 1.45.7 β†’ 1.46.3
exiv2: 0.27.3,1 β†’ 0.27.4,1
expat: 2.2.10 β†’ 2.4.1
faac: 1.29.9.2_3 β†’ 1.30
faad2: 2.8.8,1 β†’ 2.10.0,1
ffmpeg: 4.3.2,1 β†’ 4.4_2,1
firefox-esr: 78.8.0,1 β†’ 78.13.0_1,1
fish: 3.1.2 β†’ 3.2.2
flac: 1.3.3 β†’ 1.3.3_1
fltk: 1.3.5 β†’ 1.3.5_1
fontconfig: 2.13.92_2,1 β†’ 2.13.93_1,1
freeglut: 3.0.0_2 β†’ 3.2.1
freerdp: 2.2.0_3 β†’ 2.3.2_1
fusefs-hfsfuse: g20180118_1 β†’ 0.126
fusefs-libs: 2.9.9_1 β†’ 2.9.9_2
fusefs-libs3: 3.10.1_1 β†’ 3.10.4
fusefs-sshfs: 3.7.1 β†’ 3.7.2
garcon: 0.8.0_1 β†’ 4.16.1
gcr: 3.38.0 β†’ 3.40.0
gdbm: 1.18.1_1 β†’ 1.20
gdrive: 2.1.0.23_1 β†’ 2.1.1
gegl: 0.4.28_2 β†’ 0.4.30_6
gerbera: 1.6.4 β†’ 1.8.2
ghostscript9-agpl-base: 9.52_12 β†’ 9.52_18
gimp-app: 2.10.20_14,1 β†’ 2.10.24_7,1
git-gui: 2.30.1 β†’ 2.32.0_1
glew: 2.2.0 β†’ 2.2.0_1
glib: 2.66.7,1 β†’ 2.66.8,2
glib-networking: 2.66.0 β†’ 2.66.0_1
gnupg: 2.2.26 β†’ 2.3.1
gpgme: 1.15.0 β†’ 1.15.1
graphene: 1.10.2 β†’ 1.10.4
graphviz: 2.44.1_5 β†’ 2.44.1_12
gstreamer1-plugins-dvdread: 1.16.2_1 β†’ 1.16.2_2
gstreamer1-plugins-gl: 1.16.2_1 β†’ 1.16.2_2
gstreamer1-plugins-resindvd: 1.16.2_1 β†’ 1.16.2_2
gtar: 1.32 β†’ 1.34
gtk-update-icon-cache: 3.24.24 β†’ 3.24.26
gtk3: 3.24.24 β†’ 3.24.29_1
gtkam: 1.0_4 β†’ 1.0_6
gvfs: 1.46.1_2 β†’ 1.46.2
harfbuzz: 2.7.4 β†’ 2.8.1
harfbuzz-icu: 2.7.4_1 β†’ 2.8.1
hexchat: 2.14.3 β†’ 2.14.3_1
hidapi: 0.8.0.r1_3 β†’ 0.10.1
icu: 68.2,1 β†’ 69.1,1
iichid: 0.0.3 β†’ 0.0.6
jasper: 2.0.23 β†’ 2.0.32_1
java-zoneinfo: 2020.d β†’ 2021.a
javavmwrapper: 2.7.6 β†’ 2.7.7
json-glib: 1.6.0 β†’ 1.6.2_1
keepassxc: 2.6.2 β†’ 2.6.4
lame: 3.100_2 β†’ 3.100_3
lcms2: 2.11_1 β†’ 2.12
libGLU: 9.0.1 β†’ 9.0.2_1
libX11: 1.6.12,1 β†’ 1.7.2,1
libXaw: 1.0.13_3,2 β†’ 1.0.14,2
libXres: 1.2.0_2 β†’ 1.2.1
libXt: 1.2.0,1 β†’ 1.2.1,1
libarchive: 3.4.3,1 β†’ 3.5.1,1
libass: 0.15.0 β†’ 0.15.1
libassuan: 2.5.4 β†’ 2.5.5
libbluray: 1.2.1,1 β†’ 1.3.0,1
libcdr01: 0.1.6_1 β†’ 0.1.6_2
libdca: 0.0.6_1 β†’ 0.0.7
libdrm: 2.4.103,1 β†’ 2.4.106,1
libdvdnav: 6.1.0 β†’ 6.1.1
libdvdread: 6.1.0 β†’ 6.1.2
libe-book: 0.1.3_19 β†’ 0.1.3_20
libebur128: 1.2.4 β†’ 1.2.6
libedit: 3.1.20191231,1 β†’ 3.1.20210216,1
libepoll-shim: 0.0.20200602 β†’ 0.0.20210418
libepoxy: 1.5.4 β†’ 1.5.8_1
libepubgen: 0.1.0_9 β†’ 0.1.1
liberation-fonts-ttf: 2.1.2,2 β†’ 2.1.4,2
libetonyek01: 0.1.9_7,1 β†’ 0.1.9_8,1
libewf: 20140811 β†’ 20140812
libexif-gtk: 0.4.0_4 β†’ 0.5.0
libexo: 4.16.0 β†’ 4.16.2
libfm-extra: 1.3.1 β†’ 1.3.2_1
libfm-gtk3: 1.3.1 β†’ 1.3.2_1
libfreehand: 0.1.2_19 β†’ 0.1.2_20
libgcrypt: 1.8.7 β†’ 1.9.3
libgee: 0.20.1 β†’ 0.20.3
libgltf: 0.0.2_21 β†’ 0.0.2_23
libgpg-error: 1.41 β†’ 1.42
libidn2: 2.3.0_1 β†’ 2.3.1
libksba: 1.5.0 β†’ 1.6.0
libmicrohttpd: 0.9.72 β†’ 0.9.73
libmspub01: 0.1.4_17 β†’ 0.1.4_18
libmysofa: 1.1 β†’ 1.2
libnghttp2: 1.42.0 β†’ 1.43.0
libnpupnp: 4.0.14 β†’ 4.1.4_1
libogg: 1.3.4,4 β†’ 1.3.5,4
libplacebo: 3.104.0 β†’ 3.120.3
libproxy: 0.4.15 β†’ 0.4.17
libpsl: 0.21.1_1 β†’ 0.21.1_2
libpurple: 2.14.1 β†’ 2.14.4
libqxp: 0.0.0_17 β†’ 0.0.0_18
libreoffice: 7.1.0.3_1 β†’ 7.1.4.2
librsvg2-rust: 2.50.2 β†’ 2.50.3_4
libsamplerate: 0.1.9_1 β†’ 0.2.1
libsmdev: a.20201204 β†’ a.20210418
libsmraw: a.20201210 β†’ a.20210418
libsndfile: 1.0.30 β†’ 1.0.31
libsoup: 2.72.0 β†’ 2.72.0_4
libspiro: 20190731,1 β†’ 20200505,1
libtasn1: 4.16.0 β†’ 4.17.0
libudisks: 2.9.1 β†’ 2.9.2
libunwind: 20200331_1 β†’ 20201110
libv4l: 1.20.0 β†’ 1.20.0_2
libva: 2.10.0 β†’ 2.12.0
libvhdi: 20201204 β†’ 20210425
libvisio01: 0.1.7_3 β†’ 0.1.7_4
libvmdk: 20200926 β†’ 20210418
libvpx: 1.9.0 β†’ 1.10.0
libwpe: 1.4.0.1 β†’ 1.10.0_1
libx264: 0.161.3020 β†’ 0.163.3060
libxfce4menu: 4.16.0_1 β†’ 4.16.0_2
libxkbcommon: 1.0.3 β†’ 1.3.0
libxml2: 2.9.10_2 β†’ 2.9.12
libxshmfence: 1.3 β†’ 1.3_1
libxslt: 1.1.34_1 β†’ 1.1.34_2
libzip: 1.5.2 β†’ 1.7.3
libzmf: 0.0.2_22 β†’ 0.0.2_23
llvm10: 10.0.1_4 β†’ 10.0.1_5
lmdb: 0.9.24_3,1 β†’ 0.9.28,1
mDNSResponder: 1096.40.7 β†’ 1310.100.10
mc: 4.8.24 β†’ 4.8.26_2
memtester: 4.5.0 β†’ 4.5.1
mesa-dri: 20.2.3_1 β†’ 20.2.3_2
minidlna: 1.2.1_7,1 β†’ 1.3.0_2,1
mosh: 1.3.2_14 β†’ 1.3.2_15
mpc: 1.1.0_2 β†’ 1.2.0
mpg123: 1.26.4 β†’ 1.28.0
mpv: 0.33.0_5,1 β†’ 0.33.1_4,1
mupdf: 1.18.0,1 β†’ 1.18.0_1,1
musicpd: 0.22.6 β†’ 0.22.10
mysql57-client: 5.7.33 β†’ 5.7.35
nano: 5.4 β†’ 5.8
neomutt: 20201127 β†’ 20210205
net-snmp: 5.9_1,1 β†’ 5.9_3,1
nettle: 3.6 β†’ 3.7.3
networkmgr: 4.2 β†’ 5.7
nmap: 7.91 β†’ 7.91_1
notmuch: 0.31.3 β†’ 0.32.2
nspr: 4.29 β†’ 4.32
nss: 3.61 β†’ 3.69
openal-soft: 1.20.1_2 β†’ 1.21.0
openexr: 2.5.5 β†’ 3.0.5
openjdk8: 8.275.01.1 β†’ 8.292.10.1
openjpeg: 2.3.1 β†’ 2.4.0
openldap-client: 2.4.57 β†’ 2.4.59
p11-kit: 0.23.22 β†’ 0.24.0
p5-CGI: 4.51 β†’ 4.53
p5-Cairo: 1.108 β†’ 1.109
p5-DateTime-TimeZone: 2.44,1 β†’ 2.47,1
p5-Digest-HMAC: 1.03_1 β†’ 1.04
p5-Exception-Class: 1.44 β†’ 1.45
p5-HTML-Parser: 3.75 β†’ 3.76
p5-HTTP-Cookies: 6.09 β†’ 6.10
p5-HTTP-Message: 6.26 β†’ 6.32
p5-IO-Socket-SSL: 2.068 β†’ 2.071
p5-Net-HTTP: 6.19 β†’ 6.21
p5-Net-SSLeay: 1.88 β†’ 1.90
p5-Role-Tiny: 2.001004 β†’ 2.002004
p5-Specio: 0.46 β†’ 0.47
p5-Sub-Exporter: 0.987_1 β†’ 0.988
p5-URI: 5.05 β†’ 5.09
p5-libwww: 6.50 β†’ 6.55
pango: 1.42.4_5 β†’ 1.48.4_1
papirus-icon-theme: 20201201 β†’ 20210501
pciids: 20201127 β†’ 20210516
pcmanfm-gtk3: 1.3.1 β†’ 1.3.2
pcre2: 10.36 β†’ 10.37
pcsc-lite: 1.9.0_1,2 β†’ 1.9.1,2
phoronix-test-suite-php73: 10.0.1 β†’ 10.4.0
php73-curl: 7.3.27 β†’ 7.3.29
php73-dom: 7.3.27 β†’ 7.3.29
php73-gd: 7.3.27 β†’ 7.3.29
php73-openssl: 7.3.27 β†’ 7.3.29
php73-pcntl: 7.3.27 β†’ 7.3.29
php73-posix: 7.3.27 β†’ 7.3.29
php73-zip: 7.3.27 β†’ 7.3.29
php73-zlib: 7.3.27 β†’ 7.3.29
picom: 8.2 β†’ 8.2_1
pidgin: 2.14.1 β†’ 2.14.4
pinentry: 1.1.0_7 β†’ 1.1.1
pinentry-tty: 1.1.0 β†’ 1.1.1
pkgconf: 1.7.3,1 β†’ 1.7.4,1
pl-hunspell: 20201103 β†’ 20210427
png: 1.6.37 β†’ 1.6.37_1
polkit: 0.118 β†’ 0.119
poppler: 20.12.1 β†’ 21.06.1
poppler-glib: 20.12.1 β†’ 21.06.1
poppler-qt5: 20.12.1 β†’ 21.06.1
poppler-utils: 20.12.1 β†’ 21.06.1
protobuf: 3.13.0,1 β†’ 3.14.0,1
pt-hunspell: 20201212 β†’ 20210608
pugixml: 1.11.1 β†’ 1.11.4
pulseaudio: 13.0_2 β†’ 14.2
py37-setuptools: 44.0.0 β†’ 57.0.0
py37-sqlite3: 3.7.9_7 β†’ 3.7.10_7
py37-tkinter: 3.7.9_6 β†’ 3.7.10_6
pygobject3-common: 3.28.3_3 β†’ 3.38.0
python37: 3.7.9_1 β†’ 3.7.10_1
qpdf: 10.0.4 β†’ 10.3.2
qpdfview: 0.4.18_13 β†’ 0.4.18_20
qscintilla2-qt5: 2.11.5_1 β†’ 2.12.0_1
qt5-concurrent: 5.15.2_1 β†’ 5.15.2_2
qt5-core: 5.15.2 β†’ 5.15.2_5
qt5-declarative: 5.15.2 β†’ 5.15.2_1
qt5-gui: 5.15.2_2 β†’ 5.15.2_5
qt5-multimedia: 5.15.2_1 β†’ 5.15.2_2
qt5-opengl: 5.15.2_1 β†’ 5.15.2_2
qt5-speech: 5.15.2 β†’ 5.15.2_2
qt5-style-plugins: 5.0.0.23_9 β†’ 5.0.0.23_10
qt5ct: 1.1 β†’ 1.3_1
raptor2: 2.0.15_16 β†’ 2.0.15_18
re2: 20200401 β†’ 20210601
readline: 8.0.4 β†’ 8.1.1
rhash: 1.4.0 β†’ 1.4.1
rtsx: 2.0.c,1 β†’ 2.0.i,1
ruby: 2.7.2_1,1 β†’ 2.7.3_2,1
rubygem-concurrent-ruby: 1.1.7 β†’ 1.1.9
rubygem-i18n: 1.8.5,2 β†’ 1.8.10,2
sakura: 3.7.1 β†’ 3.8.2
samba412: 4.12.9_1 β†’ 4.12.15_1
sane-backends: 1.0.31_2 β†’ 1.0.32_4
sdl2: 2.0.12_3 β†’ 2.0.12_5
shaderc: 2020.4_4 β†’ 2021.1
simplescreenrecorder: 0.4.3 β†’ 0.4.3_1
slim: 1.3.6_21 β†’ 1.3.6_22
smartmontools: 7.2 β†’ 7.2_1
snappy: 1.1.8 β†’ 1.1.9_1
sndio: 1.7.0 β†’ 1.8.1
sourcecodepro-ttf: 2.032 β†’ 2.038
spdlog: 1.8.2 β†’ 1.8.5_1
speech-dispatcher: 0.8.8_1 β†’ 0.10.2
spidermonkey78: 78.6.0 β†’ 78.7.0_5
sqlite3: 3.34.0,1 β†’ 3.35.5_3,1
sudo: 1.9.5p2 β†’ 1.9.7p1
taglib: 1.12.b.1_1 β†’ 1.12
tcl86: 8.6.10_1 β†’ 8.6.11_1
thunar: 4.16.1 β†’ 4.16.8
thunderbird: 78.8.0 β†’ 78.13.0
tiff: 4.2.0 β†’ 4.3.0
tk86: 8.6.10_1 β†’ 8.6.11_2
tmux: 3.1c β†’ 3.2a
tor: 0.4.6.6 β†’ 0.4.6.7
transmission-qt: 3.00_2 β†’ 3.00_4
twm: 1.0.11 β†’ 1.0.11_1
unrar: 6.00,6 β†’ 6.02,6
usbids: 20200826 β†’ 20210518
vim: 8.2.2263 β†’ 8.2.3081
vlc: 3.0.11_9,4 β†’ 3.0.14_1,4
vorbis-tools: 1.4.0_10,3 β†’ 1.4.2,3
vte3: 0.62.1_1 β†’ 0.64.1
vulkan-headers: 1.2.165 β†’ 1.2.189
vulkan-loader: 1.2.165 β†’ 1.2.189
wayland: 1.18.0_4 β†’ 1.19.0_1
wayland-protocols: 1.20 β†’ 1.21
webcamd: 5.10.6.0_1 β†’ 5.13.2.4
webkit2-gtk3: 2.30.2 β†’ 2.30.5_2
webp: 1.1.0 β†’ 1.2.0
wget: 1.20.3_1 β†’ 1.21
wpebackend-fdo: 1.4.1 β†’ 1.8.3
wx30-gtk3: 3.0.5.1 β†’ 3.0.5.1_1
wx31-gtk3: 3.1.4 β†’ 3.1.5_1
x264: 0.161.3020 β†’ 0.163.3060_1
xapian-core: 1.4.17,1 β†’ 1.4.18,1
xarchiver: 0.5.4.15_1 β†’ 0.5.4.16
xdriinfo: 1.0.6_3 β†’ 1.0.6_4

The process will require 148 MiB more space.
970 MiB to be downloaded.

Proceed with this action? [y/N]: y
pkg: Not enough space in /var/cache/pkg, needed 970 MiB available -147 MiB
root@NomadBSD:~ #

pkg is still using /var/cache/pkg. What does

grep PKG_CACHEDIR /usr/local/etc/pkg.conf

say?

Yes my friend!

root@NomadBSD:~ # grep PKG_CACHEDIR /usr/local/etc/pkg.conf
#PKG_CACHEDIR = β€œ/data/var/cache/pkg”;
root@NomadBSD:~ #

You must uncomment the line (remove the #).

Oh…sorry my friend!!! My mistake! Sorry again the newbie here!
You are the best!!!

Glad I could help :slight_smile:

:grinning:
Maybe a day I will do for other friend the same your are did for me!
Thank you very much !
Marcelo
Huge hug!

1 Like

After the scare :scream: now I’ll try to put the correct resolution 1440x900, for that I’ll research how to correctly install the Nvidia FX 3400/4400 drivers. :grimacing:

Hello friend mk1, sorry to bother you again, but after doing all the procedure and the first update . I lost all my desktop configuration including icons, clock, network, dock, etc… Now I have a black screen every time I restart. Does not keep openbox settings. :scream: :grimacing: :dizzy_face:

Just follow the steps from the current errata.