podman PID != service MainPID
happens when catatonit is not already running
#18842
Closed
eriksjolund
started this conversation in
General
Replies: 1 comment 1 reply
-
Have you looked into using quadlet? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just an observation:
I noticed that the podman PID is not equal to the service MainPID
when a systemd user service is started before any catatonit is running.
(This situation could for instance occur after a reboot when no other Podman command has been run)
I tried running this systemd service with Podman 4.5.0
The relevant difference to a normal quadlet service is:
I noticed that
fails if catatonit is not already running.
journalctl showed
Got notification message from PID 1783, but reception only permitted for main PID 1777
and
Failed with result 'protocol'.
If catatonit is available beforehand, the podman PID is equal to the systemd service MAINPID and
succeeds.
Beta Was this translation helpful? Give feedback.
All reactions