Quantcast
Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

RaspberryPI 2 apache2

Geistlicher

Spezialist
Registriert
8. Oktober 2009
Beiträge
693
Reaktionspunkte
411
Punkte
123
Hallo

ich habe einen RaspberryPI 2 mit IPC und bei mir sind in /var/log/apache2 viele error.log.
könnte mal ein Profi schauen was da los ist.

[Wed Aug 26 16:59:02 2015] [notice] Apache/2.2.22 (Debian) PHP/5.4.41-0+deb7u1 configured -- resuming normal operations[Wed Aug 26 17:59:02 2015] [notice] Graceful restart requested, doing restart
[Wed Aug 26 17:59:02 2015] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)

dazu genau so viele access.log

127.0.0.1 - - [26/Aug/2015:16:59:02 +0200] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.2.22 (Debian) (internal dummy connection)"
127.0.0.1 - - [26/Aug/2015:16:59:02 +0200] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.2.22 (Debian) (internal dummy connection)"
127.0.0.1 - - [26/Aug/2015:17:59:02 +0200] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.2.22 (Debian) (internal dummy connection)"
127.0.0.1 - - [26/Aug/2015:17:59:02 +0200] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.2.22 (Debian) (internal dummy connection)"
127.0.0.1 - - [26/Aug/2015:17:59:02 +0200] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.2.22 (Debian) (internal dummy connection)"
127.0.0.1 - - [26/Aug/2015:17:59:02 +0200] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.2.22 (Debian) (internal dummy connection)"
 
AW: RaspberryPI 2 apache2

fällt niemandem etwas zu dem error ein oder könnte mir helfen?
 
AW: RaspberryPI 2 apache2

Manche Fehlermeldungen muss man auch ignorieren.
Mach mal ein
Code:
apt-get update && apt-get upgrade
Danach mal ein
Code:
apt-get autoremove
als root (sudo davor)

MfG
 
AW: RaspberryPI 2 apache2

das habe ich schon gemacht, der error bleibt aber

meinst du ich sollte das ignorieren?
 
AW: RaspberryPI 2 apache2

internal dummy connection
Das deutet doch auf eine Falsche Einstellung bei Apache2 hin. Keinen Plan. Wenn alles läuft, was solls.
Zitat aus einem anderen Forum.

Hallo,

habe mir jetzt das apache-Logfile angesehen und mir fällt folgendes auf:

Code:
[COLOR=#333333][FONT=Source Sans Pro][COLOR=#4F6023][B]Code: Alles markieren
[/B][/COLOR]
127.0.0.1 - - [27/Oct/2013:06:25:06 +0100] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.2.22 (Debian) (internal dummy connection)"
127.0.0.1 - - [27/Oct/2013:06:25:06 +0100] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.2.22 (Debian) (internal dummy connection)"
127.0.0.1 - - [27/Oct/2013:06:25:06 +0100] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.2.22 (Debian) (internal dummy connection)"
127.0.0.1 - - [27/Oct/2013:06:25:06 +0100] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.2.22 (Debian) (internal dummy connection)"
127.0.0.1 - - [27/Oct/2013:06:25:06 +0100] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.2.22 (Debian) (internal dummy connection)"
127.0.0.1 - - [27/Oct/2013:06:25:06 +0100] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.2.22 (Debian) (internal dummy connection)"
127.0.0.1 - - [27/Oct/2013:06:25:06 +0100] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.2.22 (Debian) (internal dummy connection)"
127.0.0.1 - - [27/Oct/2013:06:25:06 +0100] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.2.22 (Debian) (internal dummy connection)"
127.0.0.1 - - [27/Oct/2013:06:25:06 +0100] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.2.22 (Debian) (internal dummy connection)"
[/FONT][/COLOR]


Antwort:
  1. Diese Meldung ist nicht kritisch.
    Das ist die Art und Weise, wie der Apache seine derzeit überflüssigen Childs (u.a. auch Threads oder Clients genannt) daran erinnert, dass es Zeit wird sich selbst zu beenden. Dieser Vorgang wird über die Parameter MinSpareServers und MaxSpareServers gesteuert. Wer also ziemlich viele Childs hat, die regelmäßig aufgefordert werden sich zur Ruhe zu begeben, hat definitiv zu viele SpareServers eingestellt und verschwendet wahrscheinlich mit einem hohen Wert für MaxClients viel Arbeitsspeicher. [Quelle: timkunze[.]eu ]
  2. Liegt wohl am Programm ntop.

MfG
 
Zuletzt bearbeitet:
Zurück
Oben