-
Ever since about a month ago, all of my Quadlet services except one have been timing out and failing when my server reboots. They launch fine when I restart them though. All of them are dependent on another Quadlet service (my reverse proxy), and that one doesn't time out. Here is the log for one of them:
This is the service file for my reverse proxy:
Here's the service file for one of my services that is timing out:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 19 replies
-
Have you tried to extend the start up time of the service. I would bet that Podman is attempting to update the container/image within the Kubernetes yaml, and systemd gives a service only 90 seconds by default to start. If pulling the updated images takes more then 90 seconds, you could have a problem. |
Beta Was this translation helpful? Give feedback.
-
In case @rhatdan's suggestion doesn't work, please share the output of |
Beta Was this translation helpful? Give feedback.
-
I upped the timeout, and that seems to fix it. My images aren't being pulled though, so I think my computer is just slow. |
Beta Was this translation helpful? Give feedback.
-
I don't think this is quite fixed. The services are still taking a ridiculously long time to start, even with a new, much faster CPU. They're not even pulling anything. |
Beta Was this translation helpful? Give feedback.
Have you tried to extend the start up time of the service. I would bet that Podman is attempting to update the container/image within the Kubernetes yaml, and systemd gives a service only 90 seconds by default to start. If pulling the updated images takes more then 90 seconds, you could have a problem.