*** test.loca: OPNsense 17.1.a_673 (amd64/OpenSSL) *** LAN (re0) -> v4: 192.168.1.1/24 WAN (pppoe0) -> v4/PPPoE: *.*.*.* 0) Logout 7) Ping host 1) Assign Interfaces 8) Shell 2) Set interface(s) IP address 9) pfTop 3) Reset the root password 10) Filter Logs 4) Reset to factory defaults 11) Restart web interface 5) Power off system 12) Upgrade from console 6) Reboot system 13) Restore a configurationEnter an option: 8 root@test:~ # cat /usr/local/etc/pkg/repos/origin.confOPNsense: { fingerprints: "/usr/local/etc/pkg/fingerprints/OPNsense", url: "pkg+http://pkg.opnsense.org/${ABI}/16.7/latest", signature_type: "fingerprints", mirror_type: "srv", priority: 11, enabled: yes}root@test:~ # opnsense-update -sn "17.1\/latest"root@test:~ # opnsense-update -fpUpdating OPNsense repository catalogue...Fetching meta.txz: 100% 1 KiB 1.5kB/s 00:01 Fetching packagesite.txz: 100% 94 KiB 95.8kB/s 00:01 Processing entries: 100%OPNsense repository update completed. 307 packages processed.Updating OPNsense repository catalogue...OPNsense repository is up-to-date.All repositories are up-to-date.Updating database digests format: 100%Checking for upgrades (121 candidates): 100%Processing candidates (121 candidates): 100%The following 121 package(s) will be affected (of 0 checked):Installed packages to be DOWNGRADED: opnsense-devel: 17.1.a_673 -> 17.1.a_539Installed packages to be REINSTALLED: pkg-1.9.1 zip-3.0_1 wol-0.7.1_2 unbound-1.5.10 syslogd-10.3 suricata-3.1.2 sudo-1.8.18 strongswan-5.5.0 sshlockout_pf-0.0.2_2---------------------------------------------------------------------------------snip /var/cache/pkg/beep-1.0_1-b2d78e37a3.txz /var/cache/pkg/bind910-9.10.4P3.txz /var/cache/pkg/beep-1.0_1.txz /var/cache/pkg/apinger-0.7-38946bab0c.txz /var/cache/pkg/apinger-0.7.txz /var/cache/pkg/GeoIP-1.6.9-3fe84bba19.txz /var/cache/pkg/GeoIP-1.6.9.txzThe cleanup will free 76 MiBDeleting files: 100%All doneroot@test:~ # *** FINAL System shutdown message from root@test.loca *** System going down IMMEDIATELY Connection to 192.168.1.1 closed by remote host.Connection to 192.168.1.1 closed.root@test:~$ ssh root@192.168.1.1Password for root@test.loca:Last login: Wed Nov 16 17:49:50 2016 from 192.168.1.101FreeBSD 11.0-RELEASE-p2 (SMP) #0 850e1e9(master): Fri Oct 28 17:09:55 CEST 2016----------------------------------------------| Hello, this is OPNsense 16.7! | @@@@@@@@@@@@@@@| | @@@@ @@@@| Website: https://opnsense.org/ | @@@\\\ ///@@@| Handbook: https://docs.opnsense.org/ | )))))))) ((((((((| Forums: https://forums.opnsense.org/ | @@@/// \\\@@@| Lists: https://lists.opnsense.org/ | @@@@ @@@@| Code: https://github.com/opnsense | @@@@@@@@@@@@@@@---------------------------------------------- 0) Logout 7) Ping host 1) Assign Interfaces 8) Shell 2) Set interface(s) IP address 9) pfTop 3) Reset the root password 10) Filter Logs 4) Reset to factory defaults 11) Restart web interface 5) Power off system 12) Upgrade from console 6) Reboot system 13) Restore a configurationEnter an option: 8root@test:~ # cat /usr/local/etc/pkg/repos/origin.confOPNsense: { fingerprints: "/usr/local/etc/pkg/fingerprints/OPNsense", url: "pkg+http://pkg.opnsense.org/${ABI}/17.1/latest", signature_type: "fingerprints", mirror_type: "srv", priority: 11, enabled: yes}
Neat, pkg 1.9.x has a bug that prevents installation of packages because it tries to drop privileges and thus can't read the directory owned by root.EDIT: OTOH, I'm relieved that the upgrades do work and we can explain the missing packages transition reported recently.