Friday, February 19, 2016

non-existent service “fos_user.doctrine_registry”

in your app/config/config.yml, you have to alias fos_user.doctrine_registry to doctrine

services:
    fos_user.doctrine_registry:
        alias: doctrine

systemd-timesyncd

sudo apt update && sudo apt install systemd-timesyncd && sudo systemctl enable --now systemd-timesyncd