I upgraded my Pi a couple of days ago and since then I've had all sorts of problems getting it to boot.
Relevant messages from journalctl -b
$this->bbcode_second_pass_code('', '
Jan 01 10:00:06 pi systemd[1]: dbus.socket lacks Listen setting. Refusing.
Jan 01 10:00:06 pi systemd[1]: Cannot add dependency job for unit dbus.socket, ignoring: Unit dbus.socket failed to load: Invalid argument. See system logs and 'systemctl status db
Jan 01 10:00:06 pi systemd[1]: Cannot add dependency job for unit dbus.service, ignoring: Unit dbus.socket failed to load: Invalid argument. See system logs and 'systemctl status d
Jan 01 10:00:06 pi systemd[1]: Cannot add dependency job for unit dbus.socket, ignoring: Unit dbus.socket failed to load: Invalid argument. See system logs and 'systemctl status db
Jan 01 10:00:06 pi systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
Apr 05 00:15:05 pi kernel: pcm512x 1-004c: Failed to reset device: -5
Apr 05 00:15:05 pi kernel: pcm512x: probe of 1-004c failed with error -5
')
I think there is a problem with dbus, but can't see how to fix it.
Any thoughts?