-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apache2 entered FATAL state, too many start retries too quickly #115
Comments
in the container you could run the startup scripts are all in the bin folder https://github.com/ampache/ampache-docker/tree/master/data/bin |
I ran into that issue after restarting my server. Edit: actually, just restarting the container is enough to make apache fail. |
i need more detail about it as i don't really get these problems often. i have about 30 ampache containers in various forms that all reboot okay for testing |
Here's what the apache2 error log says:
|
okay so i'm assuming that means we need to clear any pid on startup which would explain why you're getting an error after restarting |
I've had the same issue multiple times too. Deleting and recreating the container from the stack fixes it. It's quite annoying... |
i've updated develop with an rm in the start scripts. need to check mariadb doesn't leave one as well. i'll check out the container now and then update the others |
seems okay, i'll add one in for mysql and then rebuild them all. i killed in portainer and restarted. a new file was created |
i've killed mine a few times and can't recreate it, i'll see if i can pkill the docker service instead of just the container to be sure |
I deployed ampache docker this week and everything worked perfectly.
After rebooting the system, ampache is not able to start again and returns the error :
restarting the container or even the host, does not solve the problem. Only stopping the container and recreating it makes it work again.
I am very new to linux and docker and I am quite lost with this error. Any help would be great.
the container is running on a Ubuntu VM in Proxmox
The text was updated successfully, but these errors were encountered: