Skip to content
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

Open
jmarquez54 opened this issue Mar 13, 2024 · 1 comment
Open

Apache2 entered FATAL state, too many start retries too quickly #115

jmarquez54 opened this issue Mar 13, 2024 · 1 comment

Comments

@jmarquez54
Copy link

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 :

2024-03-13 17:36:44,351 INFO spawned: 'apache2' with pid 132
2024-03-13 17:36:44,390 WARN exited: apache2 (exit status 0; not expected)
2024-03-13 17:36:45,391 INFO gave up: apache2 entered FATAL state, too many start retries too quickly

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

@lachlan-00
Copy link
Member

in the container you could run apachectl -DFOREGROUND to see if the server has any errors when starting.

the startup scripts are all in the bin folder https://github.com/ampache/ampache-docker/tree/master/data/bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants