Ankündigung

Einklappen
Keine Ankündigung bisher.

Webserver nicht mehr erreichbar

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    [Webserver] Webserver nicht mehr erreichbar

    Hallo,
    nach dem SD-Card crash hab ich heut mal alles neu aufgespielt, anfangs funktionierte alles ohne Probleme.
    Nach Updaten und anschließendem neustarten ist der Webserver nicht mehr erreichbar?!

    -> Browser zeigt Fehler: Verbindung fehlgeschlagen

    ich hab mal die Ports des Raspi gescannt, da tauchen auch nur 22, 139,445 auf

    per ssh läuft alles normal, auch der Buszugriff funktioniert.

    kann man per ssh irgendwie wieder die alte version einspielen ?
    Hier mal die Log

    Code:
    2015-01-31 13:06:29,071 INFO     Main         Start SmartHome.py 1.0-35-gf62db45 -- smarthome.py:__init__:231
    2015-01-31 13:06:29,076 DEBUG    Main         Python 3.2.3 -- smarthome.py:__init__:232
    2015-01-31 13:06:29,083 INFO     Main         Init Scheduler -- scheduler.py:__init__:86
    2015-01-31 13:06:29,090 INFO     Main         Init Plugins -- smarthome.py:start:274
    2015-01-31 13:06:29,104 DEBUG    Scheduler    creating 5 workers -- scheduler.py:run:93
    2015-01-31 13:06:29,114 DEBUG    Main         Plugin: knx -- plugin.py:__init__:43
    2015-01-31 13:06:29,145 DEBUG    Main         Plugin: visu -- plugin.py:__init__:43
    2015-01-31 13:06:29,235 DEBUG    Main         Plugin: cli -- plugin.py:__init__:43
    2015-01-31 13:06:29,247 DEBUG    Main         Plugin: sql -- plugin.py:__init__:43
    2015-01-31 13:06:29,280 DEBUG    Main         SQLite 3.7.13 -- __init__.py:__init__:62
    2015-01-31 13:06:29,400 DEBUG    Main         SQLite: database integrity ok -- __init__.py:__init__:78
    2015-01-31 13:06:29,442 DEBUG    Main         SQLite pack next time: 2015-02-01 03:02:00+01:00 -- scheduler.py:_next_time:289
    2015-01-31 13:06:29,448 DEBUG    Main         Plugin: ical -- plugin.py:__init__:43
    2015-01-31 13:06:29,475 INFO     Main         Init Items -- smarthome.py:start:280
    2015-01-31 13:06:29,872 DEBUG    Main         Item env.core.memory = 16052224.0 via SQLite None None -- item.py:set:457
    2015-01-31 13:06:29,918 DEBUG    Main         Item env.core.threads = 7.0 via SQLite None None -- item.py:set:457
    2015-01-31 13:06:29,943 DEBUG    Main         Item env.core.garbage = 0.0 via SQLite None None -- item.py:set:457
    2015-01-31 13:06:29,949 DEBUG    Main         Item env.core: no type specified. -- item.py:__init__:242
    2015-01-31 13:06:29,991 DEBUG    Main         Item env.location: no type specified. -- item.py:__init__:242
    2015-01-31 13:06:30,021 DEBUG    Main         Item env.system.load = 0.08 via SQLite None None -- item.py:set:457
    2015-01-31 13:06:30,031 DEBUG    Main         Item env.system: no type specified. -- item.py:__init__:242
    2015-01-31 13:06:30,036 DEBUG    Main         Item env: no type specified. -- item.py:__init__:242
    PS: nutze das fertige Raspi-image

    #2
    Poste mal die Ausgabe von folgendes Befehlen:

    Code:
    sudo ps -ef |grep http
    Code:
    sudo ps -ef |grep apache
    Code:
    sudo netstat -an
    Code:
    sudo /etc/init.d/apache2 restart

    Kommentar

    Lädt...
    X