Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Error on start up

Aperta
#369 1 commento 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
20/100
Tipo di issue
Bug
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
docker, mariadb, mysql, nginx, php

Direzione di ricerca

Riproduci il comando docker run fornito e inizia dal log del container che mostra EACCES per nginx, php-fpm e queue-worker. Esamina la configurazione di avvio di questi servizi; il lavoro è completato quando il container si avvia senza errori di dispatcher e tutti e tre i servizi rimangono in esecuzione.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Hi I start a container with command

docker run -d --name cachet -e APP_KEY=base64:TbenN82q/Eqe8FCGG5W4p9gUnwfXGRmEzXfpGWS+/MI= -e DB_DRIVER=mysql -e DB_HOST=mariadb -e DB_DATABASE=cachet -e DB_USERNAME=cachet -e DB_PASSWORD=cachet -p 8000 cachethq/docker:latest

and got following errors in the log

`Initializing Cachet container ...
Attempting to connect to database ...

Table sessions exists! ...
Nothing to migrate.
Database seeding completed successfully.
Starting Cachet! ...
Configuration cache cleared!
Configuration cached successfully!
2020-03-11 15:14:41,823 WARN For [program:queue-worker], AUTO logging used for stderr_logfile without rollover, set maxbytes > 0 to avoid filling up filesystem unintentionally
2020-03-11 15:14:41,830 INFO supervisord started with pid 365
2020-03-11 15:14:42,832 INFO spawnerr: unknown error making dispatchers for 'nginx': EACCES
2020-03-11 15:14:42,834 INFO spawnerr: unknown error making dispatchers for 'php-fpm': EACCES
2020-03-11 15:14:42,835 INFO spawnerr: unknown error making dispatchers for 'queue-worker': EACCES
2020-03-11 15:14:43,838 INFO spawnerr: unknown error making dispatchers for 'nginx': EACCES
2020-03-11 15:14:43,839 INFO spawnerr: unknown error making dispatchers for 'php-fpm': EACCES
2020-03-11 15:14:43,841 INFO spawnerr: unknown error making dispatchers for 'queue-worker': EACCES
2020-03-11 15:14:45,845 INFO spawnerr: unknown error making dispatchers for 'nginx': EACCES
2020-03-11 15:14:45,847 INFO spawnerr: unknown error making dispatchers for 'php-fpm': EACCES
2020-03-11 15:14:45,848 INFO spawnerr: unknown error making dispatchers for 'queue-worker': EACCES
2020-03-11 15:14:48,853 INFO spawnerr: unknown error making dispatchers for 'nginx': EACCES
2020-03-11 15:14:48,853 INFO gave up: nginx entered FATAL state, too many start retries too quickly
2020-03-11 15:14:48,857 INFO spawnerr: unknown error making dispatchers for 'php-fpm': EACCES
2020-03-11 15:14:48,857 INFO gave up: php-fpm entered FATAL state, too many start retries too quickly
2020-03-11 15:14:48,857 INFO spawnerr: unknown error making dispatchers for 'queue-worker': EACCES
2020-03-11 15:14:48,857 INFO gave up: queue-worker entered FATAL state, too many start retries too quickly
`

Lingua principale
Shell
Stelle
439
Fork
271
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di cachethq/Docker

Tutte le issue di cachethq/Docker

Issue simili

Altre issue su Shell/Bash

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.