Skip to content
Discussion options

You must be logged in to vote

Just adding some context for anyone who stumbles across this, as this has been ongoing for a while, sometimes working, sometimes not.

At some point, I realised the one thing I hadn't been checking was the overall system logfile (i.e. journalctl rather than journalctl -u <UNIT>) so there were many log entries that I hadn't seen. These were mostly related to ordering dependencies, and having a cycle. This cycle did not seem to expose itself with systemctl list-dependencies because I think this tool operates on a different level and showed the final results with the cycle resolved. Instead I used systemd-analyze dot --no-pager --order > test and this script to find the cycle.

I found that on…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@g-a-c
Comment options

Comment options

You must be logged in to vote
2 replies
@g-a-c
Comment options

@kleemann67
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by g-a-c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants