ygalblum / quadlet-demo

Apache License 2.0
33 stars 10 forks source link

sporadic errors in mysql service #7

Closed johanneskastl closed 1 year ago

johanneskastl commented 1 year ago

Only happens sporadically, a restart of the service normally solves the issue.

# systemctl status quadlet-demo-mysql.service
[...]
Mar 17 14:58:36 quadlet-demo quadlet-demo-mysql[48717]: ERROR at line 6: Unknown command '\_'.
Mar 17 14:58:36 quadlet-demo podman[48718]: 2023-03-17 14:58:36.877829104 +0000 UTC m=+0.104753710 container died a18db7b58de1b7d0906254a9179ab03b89c37762ae1e74326479b8012a5c9296 (image=do>
Mar 17 14:58:37 quadlet-demo podman[48718]: 2023-03-17 14:58:37.265874683 +0000 UTC m=+0.492799277 container remove a18db7b58de1b7d0906254a9179ab03b89c37762ae1e74326479b8012a5c9296 (image=>
Mar 17 14:58:37 quadlet-demo systemd[1]: quadlet-demo-mysql.service: Main process exited, code=exited, status=1/FAILURE
Mar 17 14:58:37 quadlet-demo systemd[1]: quadlet-demo-mysql.service: Failed with result 'exit-code'.
ygalblum commented 1 year ago

This is just a example deployment that follows another example (as states in the README). It doesn't come to address issues with the actual application

johanneskastl commented 1 year ago

This is just a example deployment that follows another example (as states in the README). It doesn't come to address issues with the actual application

I know, I just wanted to raise the issue in case this is something that is somehow caused by the Podman part of the setup.

ygalblum commented 1 year ago

Sure, Thanks.