Re: [systemd-devel] Waiting udev jobs

2021-03-27 Thread Alan Perry
On 3/27/21 5:38 AM, Lennart Poettering wrote: On Fr, 26.03.21 23:24, Alan Perry (al...@snowmoose.com) wrote: I occasionally see a problem where systemd-analyze reports that boot did not complete and it is suggested that I use systemctl list-jobs to find out more. That shows a .device service j

Re: [systemd-devel] Waiting udev jobs

2021-03-27 Thread Alan Perry
> On Mar 27, 2021, at 05:46, Lennart Poettering wrote: > > On Fr, 26.03.21 23:24, Alan Perry (al...@snowmoose.com) wrote: > >> I occasionally see a problem where systemd-analyze reports that boot >> did not complete and it is suggested that I use systemctl list-jobs >> to find out more. That

Re: [systemd-devel] Waiting udev jobs

2021-03-27 Thread Lennart Poettering
On Fr, 26.03.21 23:24, Alan Perry (al...@snowmoose.com) wrote: > I occasionally see a problem where systemd-analyze reports that boot > did not complete and it is suggested that I use systemctl list-jobs > to find out more. That shows a .device service job and some sub-jobs > (associated with udev

Re: [systemd-devel] Ordering of oneshot services and path units?

2021-03-27 Thread Andrei Borzenkov
On 27.03.2021 10:11, John Ioannidis wrote: ... > > *workdir.path * > > [Unit] > Description=Trigger workdir.service when a job starts, creating a directory > in /opt/circleci/workdir > After=ccistated.service > ConditionPathExists=/run/metadata/tags/resource_class > [Path] > PathChanged=/opt/circ

[systemd-devel] Ordering of oneshot services and path units?

2021-03-27 Thread John Ioannidis
tl;dr: a .path unit does not appear to be waiting for the After= unit to run first. I am still trying to understand why some services occasionally do not start at boot time. It is a very intermittent behavior, but I caught another instance. Everything is running in Google Compute Engine or Amazon