Solved pkg irresponsive after upgrade

Hi,

I am having a rather peculiar problem here. A virtual machine (bhyve) seems to have crashed during the second stage of the upgrade from 14.2 to 14.3. for unknown reasons (after the reboot). I started it again, the machine is running and apparently working, there is a webserver running on it, which actually runs.

But, pkg is not working. It simply does not respond. Neither does pkg-static. Simply nothing, no error at all.


root@www:~ # pkg
root@www:~ # pkg-static
root@www:~


I am, frankly, a bit at a loss here.

Any ideas?
 
Oh, sorry. My mistake. A copy and paste error:


root@www:~ # pkg
root@www:~ # pkg-static
root@www:~ #


I just get back to the prompt without delay, output or error.
 

root@www:~ # ls -l /usr/sbin/pkg
-r-xr-xr-x 1 root wheel 555976 Sep 15 15:02 /usr/sbin/pkg
root@www:~ # freebsd-version -kru
14.3-RELEASE-p2
14.3-RELEASE-p2
14.3-RELEASE-p2
root@www:~ # pkg -vv | sed -n '/^Repositories:/,$ p'
root@www:~ #



pkg -vv | sed -n '/^Repositories:/,$ p'
does nothing, obviously.
 
Back
Top