You are not logged in.
Being bugged by uwsgi units not automatically starting since a number of days,
I notice the following:
$ journalctl --no-hostname -xeu systemd-tmpfiles-setup
mars 03 07:48:19 systemd[1]: Starting Create Volatile Files and Directories...
░░ Subject: L'unité (unit) systemd-tmpfiles-setup.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ L'unité (unit) systemd-tmpfiles-setup.service a commencé à démarrer.
mars 03 07:48:19 systemd[1]: Finished Create Volatile Files and Directories.
░░ Subject: L'unité (unit) systemd-tmpfiles-setup.service a terminé son démarrage
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ L'unité (unit) systemd-tmpfiles-setup.service a terminé son démarrage, avec le résultat done.
mars 03 07:48:20 systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit systemd-tmpfiles-setup.service has successfully entered the 'dead' state.
mars 03 07:48:20 systemd[1]: Stopped Create Volatile Files and Directories.
░░ Subject: L'unité (unit) systemd-tmpfiles-setup.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ L'unité (unit) systemd-tmpfiles-setup.service a terminé son arrêt.
mars 03 07:48:24 systemd[1]: sysinit.target: Found ordering cycle on systemd-tmpfiles-setup.service/start
mars 03 07:48:24 systemd[1]: sysinit.target: Found dependency on local-fs.target/start
mars 03 07:48:24 systemd[1]: sysinit.target: Found dependency on var-cache-pacman.mount/start
mars 03 07:48:24 systemd[1]: sysinit.target: Found dependency on export.mount/start
mars 03 07:48:24 systemd[1]: sysinit.target: Found dependency on remote-fs-pre.target/start
mars 03 07:48:24 systemd[1]: sysinit.target: Found dependency on nfs-client.target/start
mars 03 07:48:24 systemd[1]: sysinit.target: Found dependency on gssproxy.service/start
mars 03 07:48:24 systemd[1]: sysinit.target: Found dependency on basic.target/start
mars 03 07:48:24 systemd[1]: sysinit.target: Found dependency on sockets.target/start
mars 03 07:48:24 systemd[1]: sysinit.target: Found dependency on avahi-daemon.socket/start
mars 03 07:48:24 systemd[1]: sysinit.target: Found dependency on sysinit.target/start
mars 03 07:48:24 systemd[1]: sysinit.target: Job systemd-tmpfiles-setup.service/start deleted to break ordering cycle starting with sysinit.target/start
I've never really come across this type of thing before, and there doesn't appear to be much recent web discussion...
Running
Linux 6.1.14-1-lts #1 SMP PREEMPT_DYNAMIC Sat, 25 Feb 2023 11:02:38 +0000 x86_64 GNU/Linux
Can't see where my units are causing anything, uwsgi balks because it' missing its /run/uwsgi directory.
It's the only unit where I've added a drop-in to put a startup dependency on postgresql.service.
Hints or should a bugreport be filed?
cheers
Offline