Quantcast
Channel: Multimediaforum
Viewing all articles
Browse latest Browse all 4603

nginx startet nicht mehr während dem Boot-Vorgang

$
0
0
Hallo Forum,

seit etwa einer Woche startet nginx (auf meinem Desktop-PC, Xubuntu 12.10) nicht mehr während dem Boot-Vorgang.

Ich würde gerne ein paar Logs posten, habe aber nur einen Eintrag von nginx in der boot.log:

Code:

* Starting AppArmor profiles      ESC[80G ^MESC[74G[ OK ]
Starting nginx:  * Stopping System V initialisation compatibilityESC[74G[ OK ]
 * Starting System V runlevel compatibilityESC[74G[ OK ]

In diesem Eintrag fehlt das [OK] bei nginx. In /var/log/nginx befinden sich nur die Logs für HTTP & Co.

dmesg liefert auch keine relevanten Daten.

Starte ich nginx mit
shell Konsole
service nginx start
, so wird nginx ohne Fehlermeldung gestartet.

/etc/init.d/nginx habe ich nicht bearbeitet. Der Kopf sieht wie folgt aus:

Code:

### BEGIN INIT INFO
# Provides:          nginx
# Required-Start:    $local_fs $remote_fs $network $syslog
# Required-Stop:    $local_fs $remote_fs $network $syslog
# Default-Start:    2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: starts the nginx web server
# Description:      starts nginx using start-stop-daemon
### END INIT INFO

Also wartet der Dienst auf alle wichtigen Dienste, sollte also auch in der Lage sein ein Fehler zu protokollieren.

Viewing all articles
Browse latest Browse all 4603