ampache / ampache-docker

Ampache docker package
http://ampache.org
92 stars 68 forks source link

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

Open jmarquez54 opened 6 months ago

jmarquez54 commented 6 months ago

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 commented 6 months ago

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