Hi, after upgrading from
So I tried to reinstall them from ports with
When trying a simple
The return code is 70.
I ran
I disabled
Do you know how to fix this error so I can use my work computer again ?
FreeBSD 12.2
to 12.2-p2
from source, I messed up the mergemaster -Ui
part, removing my user and all users created by ports installation like avahi
, dbus
, hal
, polkit
, etc. Since those are needed for a lot of stuff like running a window manager I'm stuck with the tty for now.So I tried to reinstall them from ports with
portmaster
but I get this error:
Code:
pkg-static: Unable to drop privileges: No such file or directory
When trying a simple
pkg update
I get this:
Code:
pkg-static: Unable to drop privileges: No error: 0
pkg-static: No signature found
Unable to update repository FreeBSD
Error updating repositories!
I ran
fsck
multiple times in single-user mode at this point I'm sure the filesystem is clean.I disabled
tmpfs
but no differences either.Do you know how to fix this error so I can use my work computer again ?