I have no idea how this polkit error came about. When you see this error: DON'T REBOOT.
This is what I did to fix it, and then ran dist-upgrade again after applying this fix
I have no idea where polkit even came from, but before moving on you can simply create the user:
Finally,
This worked well for me and did not need me to take any additional action.
This is what I did to fix it, and then ran dist-upgrade again after applying this fix
I have no idea where polkit even came from, but before moving on you can simply create the user:
addgroup --gid 901 polkitd
adduser --uid 901 --ingroup polkitd polkitd --no-create-home --shell /sbin/nologin --home /nonexistent --disabled-password
Finally,
dist-upgrade
This worked well for me and did not need me to take any additional action.