Thanks @gatekeeper6838 ! Your workaround did solve my issue. (Just upgraded from 2.5 to 3.0 with rpi4 Aeotec Z-Stick)
Just wanted to n00biefy the steps incase someone as noob as me comes by
sudo nano /usr/lib/tmpfiles.d/legacy.conf
change:
d /run/lock 0755 root root -
to
d /run/lock 0775 root root -
(feel free to correct the steps if they are incorrect or somewhat dangerous)