Totally broken system

error message on "should never happen, bad manifest"
I think that one was a consequence of the bad, circular, symlink. Solve that conundrum and we solve everything else.
 
it seems that if mktemp returns an empty string and 0 exit code creates the same failure mode
testing now
[root@hpbsd /usr/home/titus]# freebsd-update install
src component not installed, skipped
Update manifest is corrupt -- this should never happen.
Re-run '/usr/sbin/freebsd-update fetch'.

lrwxr-xr-x 1 root wheel 72 Dec 6 17:28 /var/db/freebsd-update/f465c3739385890c221dff1a05e578c6cae0d0430e46996d319db7439f884336-install -> f465c3739385890c221dff1a05e578c6cae0d0430e46996d319db7439f884336-install

to test
add this to the top of the freebsd-update script
alias mktemp=true
 
Back
Top