@remzej:
Ok I just found the cause of this problem. Official upgrade cannot be done if we had installed unofficial repos like WPAD. To be able to update simple edit the unofficial.conf file located in /usr/local/etc/pkg/repos/
Change these code:
FreeBSD: { enabled: no }
Unofficial: { url: "pkg+https://github.com/marcelloc/Unofficial-pfSense-packages/raw/master/repo",
mirror_type: "srv",
enabled: yes}
to these code:
FreeBSD: { enabled: no }
Unofficial: { url: "pkg+https://github.com/marcelloc/Unofficial-pfSense-packages/raw/master/repo",
mirror_type: "srv",
enabled: no}
By disabling the unofficial repo the system update will work.
AHH! That's it - WPAD. I remember I had to kludge something via an "unofficial" repo but I couldn't remember exactly what it was. thanks for the info - this helps a bunch.