Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [fixed] iobroker nach Stromausfall am RP, über Browser nicht erreichbar

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    [fixed] iobroker nach Stromausfall am RP, über Browser nicht erreichbar

    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      eXTreMe last edited by

      führst du die befehle aus dem iobroker verzeichnis heraus aus? ich vermisse in deinem log nämlich ein cd /opt/iobroker

      vielleicht liegt es daran….? ich mache das immer aus dem verzeichnis heraus und dann klappts

      http://www.iobroker.net/docu/?page_id=3928&lang=de

      jedenfalls sieht es nach einem problem mit dem js controller aus

      1 Reply Last reply Reply Quote 0
      • O
        Olli B. last edited by

        Vielen Dank für den Hinweis!

        Mit dem Link hatte es noch nicht ganz geklappt, aber die Richtung passte.

        Ich hatte noch ein Forum gefunden, wo ein Update für JS Controller beschrieben wurde, mit folgendem Code:

        pi@Oliver:~ $ cd /opt/iobroker
        pi@Oliver:/opt/iobroker $ sudo chmod 777 * -R
        pi@Oliver:/opt/iobroker $ sudo npm install iobroker.js-controller --production
        
        

        Habe viel probiert, aber ich glaube, das war es.

        Es ist alles wieder da und läuft!!!

        Vielen Dank und beste Grüße!

        Oliver

        1 Reply Last reply Reply Quote 0
        • A
          Arnulf last edited by

          na toll.

          Habe gerade auch einen Fehler und das hat nicht geholfen

          pi@ioBroker-Pi:/opt/iobroker $ sudo iobroker start                              module.js:471
              throw err;
              ^
          
          Error: Cannot find module '/usr/local/www/iobroker/node_modules/iobroker.js-controller/iobroker.js'
              at Function.Module._resolveFilename (module.js:469:15)
              at Function.Module._load (module.js:417:25)
              at Module.runMain (module.js:604:10)
              at run (bootstrap_node.js:383:7)
              at startup (bootstrap_node.js:149:9)
              at bootstrap_node.js:496:3
          
          

          Leider hat

          pi@ioBroker-Pi:~ $ cd /opt/iobroker
          pi@ioBroker-Pi:/opt/iobroker $ sudo chmod 777 * -R
          pi@ioBroker-Pi:/opt/iobroker $ sudo npm install iobroker.js-controller --production
          
          

          nicht geholfen

          Ich hatte keinen Stromausfall (so weit ich weiß). ich war gerade im Vis-Editor und wunderte mich, warum ich nicht mehr speichern konnte

          ich habe es dann noch einmal mit

          sudo npm install iobroker.js-controller
          
          

          probiert.

          Bekomme diesen Output:

          npm WARN deprecated localhost.daplie.me-certificates@1.3.5: this package has been deprecated
          npm WARN lifecycle iobroker.js-controller@1.3.0~preinstall: cannot run in wd %s %s (wd=%s) iobroker.js-controller@1.3.0 node lib/preinstall_check.js /opt/iobroker/node_modules/.staging/iobroker.js-controller-a76002ca
          
          > iobroker.js-controller@1.3.0 install /opt/iobroker/node_modules/iobroker.js-controller
          > node iobroker.js setup first
          
          - statuses@1.3.1 node_modules/express/node_modules/statuses
          - statuses@1.3.1 node_modules/finalhandler/node_modules/statuses
          iobroker@1.0.0 /opt/iobroker
          └─┬ iobroker.js-controller@1.3.0
            └─┬ iobroker.admin@3.3.3
              └─┬ express@4.16.3
                ├─┬ accepts@1.3.5
                │ └─┬ mime-types@2.1.18
                │   └── mime-db@1.33.0
                ├── encodeurl@1.0.2
                ├─┬ finalhandler@1.1.1
                │ └── encodeurl@1.0.2
                ├─┬ proxy-addr@2.0.3
                │ └── ipaddr.js@1.6.0
                ├── send@0.16.2
                ├── serve-static@1.13.2
                └── type-is@1.6.16
          
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/iobroker.ble/node_modules/noble/node_modules/xpc-connection):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
          
          

          hat jemand eine Idee, was es sein könnte?

          1 Reply Last reply Reply Quote 0
          • A
            Arnulf last edited by

            äh…

            Nachtrag...

            node node_modules/iobroker.js-controller/controller.js --logs
            
            

            habe ich jetzt aufgerufen und jetzt kommt keine Fehlermeldung im Log (zumindest nicht sofort) und auch der Admin startet

            Allerdings bekomme ich jetzt folgende "lustige" Fehlermeldung:

            rpi2.0	2018-03-17 14:29:50.831	error	No Value found for cpu_frequency
            

            im Admin-Log

            und auf der Console:

            cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq: Keine Berechtigung
            

            auch folgender Fehler tauch im Admin auf:

            tr-064.0	2018-03-17 14:35:14.841	error	Cannot start callmonitor: Error: connect ECONNREFUSED 192.168.178.1:1012
            tr-064.0	2018-03-17 14:35:14.837	error	--- To use the callmonitor, enable connects to port 1012 on FritsBox by dialing #96*5* and restart this adapter
            
            

            {Edit}

            Wahrscheinlich geht es wieder.

            Habe die Anleitung hier befolgt: http://www.iobroker.net/docu/?page_id=5 … ion_Nodejs

            Lösung war wahrscheinlich, dass ich jetzt node.js deinstalliert und wieder neu installiert habe.

            Gefühlt ist der Raspi jetzt auch schneller. Aber vielleicht bilde ich mir das auch nur ein..

            Vielleicht liegt es aber auch am Admin 3.3.3. Denn vor dem node-Update hatte ich 3.3.1. jetzt kam wie durch Zauberhand die neuste Version drauf

            1 Reply Last reply Reply Quote 0
            • O
              Olli B. last edited by

              Tja, so richtig scheint mein Problem doch noch nicht gelöst zu sein…

              Es funktioniert nur, wenn ich den iobroker manuell starte.

              Wie bekommt man denn die Einstellung hin, dass der iobroker automatisch startet?

              Vielen Dank!

              Beste Grüße, Oliver

              1 Reply Last reply Reply Quote 0
              • wendy2702
                wendy2702 last edited by

                Wie startest du denn?

                1 Reply Last reply Reply Quote 0
                • A
                  Arnulf last edited by

                  @Olli B.:

                  Tja, so richtig scheint mein Problem doch noch nicht gelöst zu sein…

                  Es funktioniert nur, wenn ich den iobroker manuell starte.

                  Wie bekommt man denn die Einstellung hin, dass der iobroker automatisch startet?

                  Vielen Dank!

                  Beste Grüße, Oliver `

                  bei mir startete iobroker auch nur nach manuellem Starten inkl. logging. Ohne Logging bekam ich den Fehler,

                  Schau mal in der Anleitung von meinem link weiter oben.

                  Da wird beschrieben, was bereinigt werden muss.

                  Bei mir musste der node komplett gelöscht und neu installiert werden.

                  Danach hat es wieder funktioniert

                  1 Reply Last reply Reply Quote 0
                  • O
                    Olli B. last edited by

                    Hallo,

                    Vielen Dank erstmal dafür, dass sich hier welche meiner Sorgen annehmen! 😉

                    Manuelles Starten meinte ich über SSH.

                    Geht aber auch nicht…

                    Nachdem ich die folgenden Befehle eingesetzt hatte, lief alles.

                    pi@Oliver:~ $ cd /opt/iobroker
                    pi@Oliver:/opt/iobroker $ sudo chmod 777 * -R
                    pi@Oliver:/opt/iobroker $ sudo npm install iobroker.js-controller --production
                    
                    

                    Danach habe ich alle Fenster geschlossen und wollte es erneut versuchen, da lief es wieder nicht.

                    Ich hatte von dem Problem gelsen, mit der ausbleibenden automatischen Startfunktion, da dachte ich ich die Symptome sind ähnlich.

                    Ich werde heute mal versuchen, den Weg von Arnulf umzusetzen und werde berichten!

                    1 Reply Last reply Reply Quote 0
                    • A
                      Arnulf last edited by

                      @Olli B.:

                      Hallo,

                      Vielen Dank erstmal dafür, dass sich hier welche meiner Sorgen annehmen! 😉

                      Manuelles Starten meinte ich über SSH.

                      Geht aber auch nicht…

                      Nachdem ich die folgenden Befehle eingesetzt hatte, lief alles.

                      pi@Oliver:~ $ cd /opt/iobroker
                      pi@Oliver:/opt/iobroker $ sudo chmod 777 * -R
                      pi@Oliver:/opt/iobroker $ sudo npm install iobroker.js-controller --production
                      
                      

                      Danach habe ich alle Fenster geschlossen und wollte es erneut versuchen, da lief es wieder nicht.

                      Ich hatte von dem Problem gelsen, mit der ausbleibenden automatischen Startfunktion, da dachte ich ich die Symptome sind ähnlich.

                      Ich werde heute mal versuchen, den Weg von Arnulf umzusetzen und werde berichten! `

                      war auch so ähnlich bei mir.

                      Manuelles Starten (mit Protokoll) lief. Automatisches Starten oder aber auch ohne Protokoll lief nicht.

                      Wenn ich das SSH-Fenster geschlossen hatte, wurde natürlich auch der Prozess damit wieder beendet.

                      Ich habe in den Admin-Protokollen Zugriffs-Fehler auf bestimmte Raspi-Parameter erhalten.

                      Nachdem ich den NodeJS neu intalliert hatte, alles wieder wunderbar.

                      Achte aber bitte daruf, dass du die Anleitung peinlichst befolgst. Also auch die sudo-Angaben und die Unterscheidung auf Raspi 1, 2 oder 3

                      1 Reply Last reply Reply Quote 0
                      • O
                        Olli B. last edited by

                        Arrrg… Jetzt verzweifle ich langsam wirklich...

                        Habe nach bestem Wissen und Gewissen, wie von dir Arnulf vorgeschlagen, die Neuinstallation durchgeführt.

                        Mit dem Root hatte ich erst noch etwas Probleme, aber auch das hat (glaube ich) geklappt.

                        pi@Oliver:~ $ cd /opt/iobroker
                        pi@Oliver:/opt/iobroker $ reboot
                        ==== AUTHENTICATING FOR org.freedesktop.login1.reboot ===
                        Legitimierung ist zum Neustart des Systems notwendig.
                        Multiple identities can be used for authentication:
                         1\.  ,,, (pi)
                         2\.  root
                        Choose identity to authenticate as (1-2): 2
                        Password:
                        ==== AUTHENTICATION COMPLETE ===
                        
                        

                        Danach die Node Version angefordert, hat auch geklappt.. oder?

                        pi@Oliver:~ $ cd /opt/iobroker
                        pi@Oliver:/opt/iobroker $ iobroker start
                        iobroker controller daemon already running. PID: 1006
                        pi@Oliver:/opt/iobroker $ node -v
                        
                        v6.13.1
                        

                        Dann konnte ich den iobroker über IP öffnen, jedoch hat der Ewigkeiten geladen und sich aufgehangen. Habe es dann versucht ihn noch einmal neu zu laden und da war er schon wieder nicht auffindbar… 😞

                        Woran kann es denn noch liegen!? Vorausgesetzt natürlich, ich habe alles soweit korrekt durchgeführt. :roll:

                        PS: Mir fällt grad noch ein, dass ich bei der Root-Einstellung (selber Link; Raspian Einstellung; Punkt 6.2) die Datei: "PermitRootLogin without-password / PermitRootLogin yes" nicht finden bzw. verändern konnte...

                        1 Reply Last reply Reply Quote 0
                        • wendy2702
                          wendy2702 last edited by

                          Hi Olli,

                          zeig doch mal was du jetzt hast:

                          npm -v
                          
                          node -v
                          
                          cd /opt/iobroker/
                          iobroker -v
                          iobroker update
                          
                          ps -ef |grep io
                          
                          netstat -n -a -p
                          
                          1 Reply Last reply Reply Quote 0
                          • O
                            Olli B. last edited by Jey Cee

                            Hallo Wendy,

                            folgende die Ausführung:

                            login as: pi
                            pi@192.168.1.15's password:
                             The programs included with the Debian GNU/Linux system are free software;
                            the exact distribution terms for each program are described in the
                            individual files in /usr/share/doc/*/copyright.
                             Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                            permitted by applicable law.
                            Last login: Tue Mar 20 18:34:42 2018 from pc2014
                            pi@Oliver:~ $ npm -v
                            3.10.10
                            pi@Oliver:~ $ node -v
                            v6.13.1
                            pi@Oliver:~ $ cd /opt/iobroker/
                            pi@Oliver:/opt/iobroker $ iobroker -v
                            1.3.0
                            pi@Oliver:/opt/iobroker $ iobroker update
                            Used repository: latest
                            update done
                            Adapter    "admin"         : 3.3.3    , installed 3.3.3
                            Adapter    "amazon-dash"   : 0.2.8
                            Adapter    "artnet"        : 1.0.0
                            Adapter    "b-control-em"  : 0.2.1
                            Adapter    "benq"          : 0.2.0
                            Adapter    "ble"           : 0.3.5
                            Adapter    "bmw"           : 1.3.3
                            Adapter    "boblight"      : 0.0.1
                            Adapter    "bosesoundtouch": 0.1.9    , installed 0.1.6 [Updateable]
                            Adapter    "botvac"        : 1.0.0
                            Adapter    "broadlink2"    : 1.9.0
                            Adapter    "chromecast"    : 1.4.2
                            Adapter    "cloud"         : 2.5.0
                            Adapter    "cul"           : 0.4.0
                            Adapter    "daikin"        : 0.2.3
                            Adapter    "daswetter"     : 1.0.3    , installed 1.0.0 [Updateable]
                            Adapter    "deconz"        : 0.1.1
                            Adapter    "discovery"     : 1.1.0    , installed 0.4.4 [Updateable]
                            Adapter    "dwd"           : 2.2.2
                            Adapter    "ebus"          : 0.5.1
                            Adapter    "egigeozone"    : 0.1.2
                            Adapter    "email"         : 1.0.3
                            Adapter    "epson_stylus_px830": 0.0.2
                            Adapter    "fakeroku"      : 0.2.1
                            Adapter    "feiertage"     : 1.0.0
                            Adapter    "fhem"          : 0.4.1
                            Adapter    "find-my-iphone": 0.2.17
                            Adapter    "firetv"        : 0.0.33
                            Adapter    "flot"          : 1.7.7
                            Adapter    "foobar2000"    : 1.0.0
                            Adapter    "fritzbox"      : 0.2.1
                            Adapter    "fritzdect"     : 0.1.1
                            Adapter    "fronius"       : 1.0.2
                            Adapter    "fullcalendar"  : 0.2.4
                            Adapter    "g-homa"        : 0.3.0
                            Adapter    "geofency"      : 0.3.2
                            Adapter    "habpanel"      : 0.1.7
                            Adapter    "haier"         : 1.0.0
                            Adapter    "harmony"       : 0.9.0
                            Adapter    "hid"           : 0.1.16
                            Adapter    "hilink"        : 0.2.6
                            Adapter    "history"       : 1.7.2
                            Adapter    "hm-rega"       : 1.7.0    , installed 1.6.6 [Updateable]
                            Adapter    "hm-rpc"        : 1.6.0    , installed 1.4.14 [Updateable]
                            Adapter    "hmm"           : 1.0.1
                            Adapter    "homepilot"     : 0.3.1
                            Adapter    "hs100"         : 0.1.3
                            Adapter    "hue"           : 0.6.9
                            Adapter    "hyperion"      : 0.0.9
                            Adapter    "i2c"           : 0.0.3
                            Adapter    "ical"          : 1.5.0    , installed 1.3.2 [Updateable]
                            Adapter    "icons-addictive-flavour-png": 0.1.0
                            Adapter    "icons-fatcow-hosting": 0.1.0
                            Adapter    "icons-icons8"  : 0.0.1
                            Adapter    "icons-material-png": 0.1.0
                            Adapter    "icons-material-svg": 0.1.0
                            Adapter    "icons-mfd-png" : 1.0.2
                            Adapter    "icons-mfd-svg" : 1.0.2
                            Adapter    "icons-open-icon-library-png": 0.1.3
                            Adapter    "icons-ultimate-png": 1.0.1
                            Adapter    "influxdb"      : 1.5.2
                            Adapter    "info"          : 0.1.0
                            Adapter    "innogy-smarthome": 0.2.0
                            Adapter    "javascript"    : 3.6.4    , installed 3.5.1 [Updateable]
                            Adapter    "jeelink"       : 0.0.4
                            Controller "js-controller" : 1.3.0    , installed 1.3.0
                            Adapter    "js2fs"         : 0.1.5
                            Adapter    "kecontact"     : 0.0.3
                            Adapter    "km200"         : 1.1.6
                            Adapter    "knx"           : 1.0.7
                            Adapter    "kodi"          : 1.0.0
                            Adapter    "landroid"      : 1.0.0
                            Adapter    "landroid-s"    : 2.0.0
                            Adapter    "lgtv"          : 1.0.3
                            Adapter    "lgtv-rs"       : 0.0.4
                            Adapter    "lifx"          : 0.0.5
                            Adapter    "lightify"      : 0.2.16
                            Adapter    "loxone"        : 0.4.0
                            Adapter    "material"      : 0.5.6
                            Adapter    "maxcul"        : 0.5.2
                            Adapter    "mbus"          : 0.1.1
                            Adapter    "megad"         : 1.2.1
                            Adapter    "megadd"        : 0.2.0
                            Adapter    "megaesp"       : 0.1.0
                            Adapter    "miele"         : 0.1.5
                            Adapter    "mihome"        : 1.0.5
                            Adapter    "mihome-lamp"   : 1.0.0
                            Adapter    "mihome-plug"   : 0.1.1
                            Adapter    "mihome-vacuum" : 0.6.0
                            Adapter    "mikrotik"      : 1.0.0
                            Adapter    "milight"       : 0.3.4
                            Adapter    "milight-smart-light": 0.1.8
                            Adapter    "mobile"        : 0.4.11
                            Adapter    "modbus"        : 1.1.0
                            Adapter    "mpd"           : 1.0.2
                            Adapter    "mqtt"          : 1.5.0
                            Adapter    "mqtt-client"   : 1.1.1
                            Adapter    "musiccast"     : 0.0.7
                            Adapter    "mysensors"     : 1.2.0
                            Adapter    "netatmo"       : 1.3.0
                            Adapter    "node-red"      : 1.5.1
                            Adapter    "noolite"       : 0.0.1
                            Adapter    "nut"           : 1.1.1
                            Adapter    "onkyo"         : 0.2.1
                            Adapter    "openhab"       : 0.2.1
                            Adapter    "owfs"          : 0.5.0
                            Adapter    "owntracks"     : 0.2.0
                            Adapter    "panasonic-viera": 0.1.0
                            Adapter    "parser"        : 1.0.1
                            Adapter    "paw"           : 0.0.7
                            Adapter    "phantomjs"     : 1.0.0
                            Adapter    "piface"        : 1.0.0
                            Adapter    "pimatic"       : 0.1.5
                            Adapter    "ping"          : 1.3.2
                            Adapter    "places"        : 0.4.2
                            Adapter    "plexconnect"   : 0.0.6
                            Adapter    "proxy"         : 1.0.1
                            Adapter    "pushbullet"    : 0.0.11
                            Adapter    "pushover"      : 1.0.4
                            Adapter    "pushsafer"     : 0.1.8
                            Adapter    "radar"         : 1.1.3
                            Adapter    "rflink"        : 1.2.0
                            Adapter    "rickshaw"      : 0.4.5
                            Adapter    "rpi2"          : 0.3.2
                            Adapter    "rwe-smarthome" : 0.1.11
                            Adapter    "s7"            : 1.1.3
                            Adapter    "samsung"       : 0.2.9
                            Adapter    "sayit"         : 1.6.7
                            Adapter    "sbfspot"       : 2.2.1
                            Adapter    "scenes"        : 1.0.2
                            Adapter    "simple-api"    : 1.6.2    , installed 1.6.2
                            Adapter    "sma-em"        : 0.5.3
                            Adapter    "smartmeter"    : 1.1.0
                            Adapter    "snmp"          : 0.5.0
                            Adapter    "socketio"      : 1.8.6    , installed 1.8.6
                            Adapter    "solarwetter"   : 1.0.0
                            Adapter    "sonoff"        : 2.0.1
                            Adapter    "sonos"         : 1.6.2
                            Adapter    "sony-bravia"   : 0.1.0
                            Adapter    "sql"           : 1.7.1
                            Adapter    "squeezebox"    : 0.2.1
                            Adapter    "starline"      : 1.0.0
                            Adapter    "synology"      : 0.0.3
                            Adapter    "systeminfo"    : 0.2.2
                            Adapter    "tankerkoenig"  : 1.0.4
                            Adapter    "telegram"      : 1.1.3
                            Adapter    "terminal"      : 0.1.2
                            Adapter    "text2command"  : 1.1.6
                            Adapter    "tr-064"        : 0.4.18
                            Adapter    "tradfri"       : 1.1.10
                            Adapter    "tvspielfilm"   : 1.0.4
                            Adapter    "unifi"         : 0.3.1
                            Adapter    "upnp"          : 0.3.6
                            Adapter    "vcard"         : 0.0.9
                            Adapter    "viessmann"     : 0.4.0
                            Adapter    "vis"           : 1.1.2    , installed 1.0.4 [Updateable]
                            Adapter    "vis-bars"      : 0.1.4
                            Adapter    "vis-canvas-gauges": 0.1.5
                            Adapter    "vis-colorpicker": 1.1.1
                            Adapter    "vis-fancyswitch": 1.1.0
                            Adapter    "vis-google-fonts": 0.1.0
                            Adapter    "vis-history"   : 0.2.7
                            Adapter    "vis-hqwidgets" : 1.1.1    , installed 1.1.1
                            Adapter    "vis-jqui-mfd"  : 1.0.11
                            Adapter    "vis-justgage"  : 1.0.0
                            Adapter    "vis-keyboard"  : 0.0.2
                            Adapter    "vis-lcars"     : 1.0.4
                            Adapter    "vis-map"       : 1.0.1
                            Adapter    "vis-material"  : 0.1.3
                            Adapter    "vis-metro"     : 1.1.2
                            Adapter    "vis-players"   : 0.1.5
                            Adapter    "vis-plumb"     : 1.0.1
                            Adapter    "vis-rgraph"    : 0.0.2
                            Adapter    "vis-timeandweather": 1.1.7
                            Adapter    "vis-weather"   : 1.2.0
                            Adapter    "vr200"         : 0.2.0
                            Adapter    "weatherunderground": 1.1.2
                            Adapter    "web"           : 2.1.9    , installed 2.1.9
                            Adapter    "wetty"         : 0.1.1
                            Adapter    "wifilight"     : 0.2.0
                            Adapter    "wm-bus"        : 0.3.1
                            Adapter    "wolf"          : 0.9.2
                            Adapter    "xs1"           : 1.0.2
                            Adapter    "yahka"         : 0.7.1
                            Adapter    "yamaha"        : 0.3.19
                            Adapter    "yr"            : 1.0.6    , installed 1.0.6
                            Adapter    "zont"          : 0.5.2
                            Adapter    "zwave"         : 1.0.0
                            pi@Oliver:/opt/iobroker $ ps -ef |grep io
                            root         9     2  0 Mär19 ?       00:00:00 [migration/0]
                            root        13     2  0 Mär19 ?       00:00:00 [migration/1]
                            root        18     2  0 Mär19 ?       00:00:00 [migration/2]
                            root        23     2  0 Mär19 ?       00:00:00 [migration/3]
                            root        34     2  0 Mär19 ?       00:00:00 [bioset]
                            root        38     2  0 Mär19 ?       00:00:00 [rpciod]
                            root        39     2  0 Mär19 ?       00:00:00 [xprtiod]
                            root        42     2  0 Mär19 ?       00:00:00 [nfsiod]
                            root        53     2  0 Mär19 ?       00:00:00 [bioset]
                            root        54     2  0 Mär19 ?       00:00:00 [bioset]
                            root        55     2  0 Mär19 ?       00:00:00 [bioset]
                            root        56     2  0 Mär19 ?       00:00:00 [bioset]
                            root        57     2  0 Mär19 ?       00:00:00 [bioset]
                            root        58     2  0 Mär19 ?       00:00:00 [bioset]
                            root        59     2  0 Mär19 ?       00:00:00 [bioset]
                            root        60     2  0 Mär19 ?       00:00:00 [bioset]
                            root        61     2  0 Mär19 ?       00:00:00 [bioset]
                            root        62     2  0 Mär19 ?       00:00:00 [bioset]
                            root        63     2  0 Mär19 ?       00:00:00 [bioset]
                            root        64     2  0 Mär19 ?       00:00:00 [bioset]
                            root        65     2  0 Mär19 ?       00:00:00 [bioset]
                            root        66     2  0 Mär19 ?       00:00:00 [bioset]
                            root        67     2  0 Mär19 ?       00:00:00 [bioset]
                            root        68     2  0 Mär19 ?       00:00:00 [bioset]
                            root        69     2  0 Mär19 ?       00:00:00 [bioset]
                            root        70     2  0 Mär19 ?       00:00:00 [bioset]
                            root        71     2  0 Mär19 ?       00:00:00 [bioset]
                            root        72     2  0 Mär19 ?       00:00:00 [bioset]
                            root        73     2  0 Mär19 ?       00:00:00 [bioset]
                            root        74     2  0 Mär19 ?       00:00:00 [bioset]
                            root        75     2  0 Mär19 ?       00:00:00 [bioset]
                            root        76     2  0 Mär19 ?       00:00:00 [bioset]
                            root        80     2  0 Mär19 ?       00:00:00 [DWC Notificatio]
                            root        90     2  0 Mär19 ?       00:00:00 [bioset]
                            message+   439     1  0 Mär19 ?       00:00:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
                            root       998   549  0 Mär19 ?       00:00:00 lightdm --session-child 13 16
                            pi        1012   998  0 Mär19 ?       00:00:00 /usr/bin/lxsession -s LXDE-pi -e LXDE
                            pi        1088  1012  0 Mär19 ?       00:00:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session x-session-manager
                            pi        1091     1  0 Mär19 ?       00:00:00 /usr/bin/dbus-launch --exit-with-session x-session-manager
                            pi        1092     1  0 Mär19 ?       00:00:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
                            pi        1262     1  0 Mär19 ?       00:00:00 /bin/sh /usr/bin/start-pulseaudi -x11
                            pi        7592  7459  0 18:40 pts/0    00:00:00 grep --color=auto io
                            pi@Oliver:/opt/iobroker $ netstat -n -a -p
                            (Es konnten nicht alle Prozesse identifiziert werden; Informationen über
                            nicht-eigene Processe werden nicht angezeigt; Root kann sie anzeigen.)
                            Aktive Internetverbindungen (Server und stehende Verbindungen)
                            Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      -
                            tcp        0      0 127.0.0.1:9001          127.0.0.1:50474         TIME_WAIT   -
                            tcp        0      0 127.0.0.1:9000          127.0.0.1:60944         TIME_WAIT   -
                            tcp        0      0 127.0.0.1:9000          127.0.0.1:60934         TIME_WAIT   -
                            tcp        0      0 127.0.0.1:9001          127.0.0.1:50466         TIME_WAIT   -
                            tcp        0    272 192.168.1.15:22         192.168.1.55:54607      VERBUNDEN   -
                            tcp        0      0 127.0.0.1:9001          127.0.0.1:50476         TIME_WAIT   -
                            tcp        0      0 127.0.0.1:9000          127.0.0.1:60938         TIME_WAIT   -
                            tcp6       0      0 :::22                   :::*                    LISTEN      -
                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           -
                            udp        0      0 0.0.0.0:68              0.0.0.0:*                           -
                            udp        0      0 0.0.0.0:59981           0.0.0.0:*                           -
                            udp        0      0 192.168.1.15:123        0.0.0.0:*                           -
                            udp        0      0 127.0.0.1:123           0.0.0.0:*                           -
                            udp        0      0 0.0.0.0:123             0.0.0.0:*                           -
                            udp6       0      0 :::5353                 :::*                                -
                            udp6       0      0 :::54590                :::*                                -
                            udp6       0      0 :::546                  :::*                                -
                            udp6       0      0 2003:77:2f2b:ec44:5:123 :::*                                -
                            udp6       0      0 2003:77:2f2b:ec50:3:123 :::*                                -
                            udp6       0      0 fe80::9f26:9dbd:a84:123 :::*                                -
                            udp6       0      0 ::1:123                 :::*                                -
                            udp6       0      0 :::123                  :::*                                -
                            raw6       0      0 :::58                   :::*                    7           -
                            Aktive Sockets in der UNIX-Domäne (Server und stehende Verbindungen)
                            Proto RefCnt Flags       Type       State         I-Node   PID/Program name    Pfad
                            unix  2      [ ACC ]     STREAM     HÖRT         11486    -                   /tmp/.X11-unix/X0
                            unix  15     [ ]         DGRAM                    5120     -                   /run/systemd/journal/dev-log
                            unix  2      [ ACC ]     SEQPAKET   HÖRT         7172     -                   /run/udev/control
                            unix  2      [ ACC ]     STREAM     HÖRT         7176     -                   /run/systemd/journal/stdout
                            unix  6      [ ]         DGRAM                    7178     -                   /run/systemd/journal/socket
                            unix  2      [ ACC ]     STREAM     HÖRT         13372    1092/dbus-daemon    @/tmp/dbus-tkl7bRE3Db
                            unix  2      [ ACC ]     STREAM     HÖRT         11485    -                   @/tmp/.X11-unix/X0
                            unix  2      [ ]         DGRAM                    7213     -                   /run/systemd/journal/syslog
                            unix  2      [ ACC ]     STREAM     HÖRT         12647    -                   /tmp/ssh-63sGkbbXCdOy/agent.1012
                            unix  2      [ ACC ]     STREAM     HÖRT         1849     -                   /var/run/avahi-daemon/socket
                            unix  2      [ ACC ]     STREAM     HÖRT         1852     -                   /var/run/dbus/system_bus_socket
                            unix  2      [ ACC ]     STREAM     HÖRT         13404    -                   /tmp/ssh-j2FPb67GwsGJ/agent.1148
                            unix  2      [ ]         DGRAM                    12919    1141/lxpanel        /tmp/dhcpcd-(null)/libdhcpcd-wpa-1141.0
                            unix  2      [ ]         DGRAM                    12920    1141/lxpanel        /tmp/dhcpcd-(null)/libdhcpcd-wpa-1141.1
                            unix  4      [ ]         DGRAM                    10841    -                   /var/run/wpa_supplicant/wlan0
                            unix  2      [ ACC ]     STREAM     HÖRT         12721    1142/pcmanfm        /tmp/.pcmanfm-socket--0-pi
                            unix  2      [ ACC ]     STREAM     HÖRT         12913    1268/menu-cached    /tmp/.menu-cached-:0-pi
                            unix  2      [ ]         DGRAM                    11657    1006/systemd        /run/user/1000/systemd/notify
                            unix  2      [ ACC ]     STREAM     HÖRT         11659    1006/systemd        /run/user/1000/systemd/private
                            unix  2      [ ACC ]     STREAM     HÖRT         10727    -                   /var/run/dhcpcd.sock
                            unix  2      [ ACC ]     STREAM     HÖRT         10729    -                   /var/run/dhcpcd.unpriv.sock
                            unix  2      [ ]         DGRAM                    5100     -                   /run/systemd/notify
                            unix  2      [ ACC ]     STREAM     HÖRT         5102     -                   /run/systemd/private
                            unix  2      [ ]         DGRAM                    2035     -                   /var/run/thd.socket
                            unix  2      [ ]         DGRAM                    5118     -                   /run/systemd/shutdownd
                            unix  2      [ ]         DGRAM                    9845     -
                            unix  3      [ ]         STREAM     VERBUNDEN     12501    -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     12839    -
                            unix  3      [ ]         STREAM     VERBUNDEN     78245    -                   /var/run/dbus/system_bus_socket
                            unix  3      [ ]         STREAM     VERBUNDEN     9846     -
                            unix  2      [ ]         DGRAM                    78243    -
                            unix  3      [ ]         STREAM     VERBUNDEN     9987     1092/dbus-daemon    @/tmp/dbus-tkl7bRE3Db
                            unix  3      [ ]         STREAM     VERBUNDEN     12074    1268/menu-cached    /tmp/.menu-cached-:0-pi
                            unix  2      [ ]         DGRAM                    12503    -
                            unix  3      [ ]         DGRAM                    5892     -
                            unix  3      [ ]         STREAM     VERBUNDEN     12046    1092/dbus-daemon    @/tmp/dbus-tkl7bRE3Db
                            unix  3      [ ]         STREAM     VERBUNDEN     9969     1184/gvfs-udisks2-v
                            unix  3      [ ]         STREAM     VERBUNDEN     9103     -
                            unix  3      [ ]         STREAM     VERBUNDEN     9930     1138/lxpolkit
                            unix  3      [ ]         STREAM     VERBUNDEN     9925     -                   @/tmp/.X11-unix/X0
                            unix  3      [ ]         STREAM     VERBUNDEN     9104     -                   /var/run/dbus/system_bus_socket
                            unix  3      [ ]         STREAM     VERBUNDEN     9978     1247/gvfs-goa-volum
                            unix  3      [ ]         STREAM     VERBUNDEN     13518    -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     9881     1092/dbus-daemon
                            unix  2      [ ]         DGRAM                    12604    -
                            unix  3      [ ]         STREAM     VERBUNDEN     9102     -
                            unix  3      [ ]         STREAM     VERBUNDEN     13519    -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     13398    -                   /var/run/dbus/system_bus_socket
                            unix  3      [ ]         STREAM     VERBUNDEN     12611    -
                            unix  3      [ ]         STREAM     VERBUNDEN     9016     -
                            unix  3      [ ]         STREAM     VERBUNDEN     9911     1114/gvfsd
                            unix  3      [ ]         STREAM     VERBUNDEN     76289    -
                            unix  3      [ ]         STREAM     VERBUNDEN     9924     1138/lxpolkit
                            unix  3      [ ]         STREAM     VERBUNDEN     9069     -
                            unix  3      [ ]         STREAM     VERBUNDEN     12745    1184/gvfs-udisks2-v
                            unix  3      [ ]         STREAM     VERBUNDEN     76290    -
                            unix  3      [ ]         STREAM     VERBUNDEN     11759    -                   /var/run/dbus/system_bus_socket
                            unix  3      [ ]         STREAM     VERBUNDEN     1862     -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     11785    -                   /var/run/dbus/system_bus_socket
                            unix  3      [ ]         STREAM     VERBUNDEN     9979     1092/dbus-daemon    @/tmp/dbus-tkl7bRE3Db
                            unix  3      [ ]         STREAM     VERBUNDEN     9977     1247/gvfs-goa-volum
                            unix  3      [ ]         STREAM     VERBUNDEN     12893    1251/gvfs-afc-volum
                            unix  3      [ ]         STREAM     VERBUNDEN     13520    -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     9912     1114/gvfsd
                            unix  2      [ ]         DGRAM                    12791    -
                            unix  3      [ ]         STREAM     VERBUNDEN     12677    1114/gvfsd
                            unix  3      [ ]         STREAM     VERBUNDEN     9913     1092/dbus-daemon    @/tmp/dbus-tkl7bRE3Db
                            unix  3      [ ]         STREAM     VERBUNDEN     12889    1247/gvfs-goa-volum
                            unix  3      [ ]         STREAM     VERBUNDEN     12675    -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     9986     1251/gvfs-afc-volum
                            unix  3      [ ]         STREAM     VERBUNDEN     9883     1091/dbus-launch
                            unix  3      [ ]         STREAM     VERBUNDEN     13418    -                   @/tmp/.X11-unix/X0
                            unix  3      [ ]         DGRAM                    5893     -
                            unix  3      [ ]         STREAM     VERBUNDEN     9884     -                   @/tmp/.X11-unix/X0
                            unix  3      [ ]         STREAM     VERBUNDEN     12715    1142/pcmanfm
                            unix  2      [ ]         DGRAM                    5889     -
                            unix  3      [ ]         STREAM     VERBUNDEN     9985     1251/gvfs-afc-volum
                            unix  3      [ ]         STREAM     VERBUNDEN     9882     1092/dbus-daemon
                            unix  3      [ ]         STREAM     VERBUNDEN     10004    1141/lxpanel
                            unix  3      [ ]         STREAM     VERBUNDEN     13380    1092/dbus-daemon    @/tmp/dbus-tkl7bRE3Db
                            unix  3      [ ]         STREAM     VERBUNDEN     12315    -
                            unix  3      [ ]         STREAM     VERBUNDEN     13504    -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     12036    -                   /var/run/dbus/system_bus_socket
                            unix  3      [ ]         STREAM     VERBUNDEN     9932     -
                            unix  3      [ ]         STREAM     VERBUNDEN     78244    -
                            unix  3      [ ]         STREAM     VERBUNDEN     10908    -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     12694    1124/gvfsd-fuse
                            unix  3      [ ]         STREAM     VERBUNDEN     13521    -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     9933     -                   /var/run/dbus/system_bus_socket
                            unix  3      [ ]         STREAM     VERBUNDEN     9063     -
                            unix  3      [ ]         STREAM     VERBUNDEN     12676    -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     9066     -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     12496    1006/systemd
                            unix  3      [ ]         STREAM     VERBUNDEN     9533     -
                            unix  3      [ ]         STREAM     VERBUNDEN     11251    -                   /var/run/dbus/system_bus_socket
                            unix  2      [ ]         DGRAM                    11384    -
                            unix  3      [ ]         STREAM     VERBUNDEN     9378     -
                            unix  3      [ ]         STREAM     VERBUNDEN     9581     -
                            unix  3      [ ]         STREAM     VERBUNDEN     12016    1141/lxpanel
                            unix  3      [ ]         STREAM     VERBUNDEN     1919     -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     11589    -
                            unix  3      [ ]         STREAM     VERBUNDEN     12603    -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     1970     -
                            unix  2      [ ]         DGRAM                    9370     -
                            unix  3      [ ]         STREAM     VERBUNDEN     9747     -
                            unix  3      [ ]         STREAM     VERBUNDEN     11590    -                   @/tmp/.X11-unix/X0
                            unix  3      [ ]         STREAM     VERBUNDEN     9949     -
                            unix  3      [ ]         STREAM     VERBUNDEN     11152    -                   /var/run/dbus/system_bus_socket
                            unix  3      [ ]         STREAM     VERBUNDEN     12354    -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     9685     -
                            unix  3      [ ]         STREAM     VERBUNDEN     9692     -
                            unix  2      [ ]         DGRAM                    11770    -
                            unix  3      [ ]         STREAM     VERBUNDEN     12107    1287/gvfsd-trash    @/dbus-vfs-daemon/socket-FYOsGCOJ
                            unix  3      [ ]         STREAM     VERBUNDEN     12044    -                   /var/run/dbus/system_bus_socket
                            unix  2      [ ]         DGRAM                    11646    1006/systemd
                            unix  3      [ ]         STREAM     VERBUNDEN     10937    -                   /var/run/dbus/system_bus_socket
                            unix  3      [ ]         STREAM     VERBUNDEN     12069    -                   @/tmp/.X11-unix/X0
                            unix  3      [ ]         STREAM     VERBUNDEN     10844    -                   /var/run/dbus/system_bus_socket
                            unix  3      [ ]         STREAM     VERBUNDEN     9373     -
                            unix  3      [ ]         STREAM     VERBUNDEN     9105     -                   /var/run/dbus/system_bus_socket
                            unix  3      [ ]         STREAM     VERBUNDEN     13539    1263/xprop
                            unix  2      [ ]         DGRAM                    9691     -
                            unix  3      [ ]         STREAM     VERBUNDEN     11494    -
                            unix  3      [ ]         STREAM     VERBUNDEN     9374     -
                            unix  3      [ ]         STREAM     VERBUNDEN     9425     -
                            unix  2      [ ]         DGRAM                    1964     -
                            unix  3      [ ]         STREAM     VERBUNDEN     11254    -                   /var/run/dbus/system_bus_socket
                            unix  3      [ ]         STREAM     VERBUNDEN     12918    1141/lxpanel
                            unix  3      [ ]         STREAM     VERBUNDEN     12091    1287/gvfsd-trash
                            unix  3      [ ]         STREAM     VERBUNDEN     12076    1092/dbus-daemon    @/tmp/dbus-tkl7bRE3Db
                            unix  3      [ ]         STREAM     VERBUNDEN     10021    -                   /var/run/dhcpcd.unpriv.sock
                            unix  3      [ ]         STREAM     VERBUNDEN     13453    1092/dbus-daemon    @/tmp/dbus-tkl7bRE3Db
                            unix  3      [ ]         STREAM     VERBUNDEN     12917    1141/lxpanel
                            unix  3      [ ]         STREAM     VERBUNDEN     12023    1142/pcmanfm
                            unix  3      [ ]         STREAM     VERBUNDEN     10026    -                   /var/run/dhcpcd.unpriv.sock
                            unix  3      [ ]         STREAM     VERBUNDEN     13420    -                   @/tmp/.X11-unix/X0
                            unix  3      [ ]         STREAM     VERBUNDEN     12092    1092/dbus-daemon    @/tmp/dbus-tkl7bRE3Db
                            unix  3      [ ]         STREAM     VERBUNDEN     12744    -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     12743    -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     12029    1184/gvfs-udisks2-v
                            unix  3      [ ]         STREAM     VERBUNDEN     12028    1184/gvfs-udisks2-v
                            unix  3      [ ]         STREAM     VERBUNDEN     12075    1268/menu-cached
                            unix  3      [ ]         STREAM     VERBUNDEN     12068    1258/gvfs-mtp-volum
                            unix  3      [ ]         STREAM     VERBUNDEN     13534    -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     12900    1258/gvfs-mtp-volum
                            unix  3      [ ]         STREAM     VERBUNDEN     12050    1243/gvfs-gphoto2-v
                            unix  3      [ ]         STREAM     VERBUNDEN     12051    1243/gvfs-gphoto2-v
                            unix  3      [ ]         STREAM     VERBUNDEN     13514    -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     13535    -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     13515    -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     12901    1258/gvfs-mtp-volum
                            unix  3      [ ]         STREAM     VERBUNDEN     12106    1142/pcmanfm
                            unix  2      [ ]         STREAM     VERBUNDEN     12104    1287/gvfsd-trash    @/dbus-vfs-daemon/socket-lNoKoBKi
                            unix  3      [ ]         STREAM     VERBUNDEN     12915    -                   /var/run/dbus/system_bus_socket
                            unix  3      [ ]         STREAM     VERBUNDEN     12040    1092/dbus-daemon    @/tmp/dbus-tkl7bRE3Db
                            unix  3      [ ]         STREAM     VERBUNDEN     12914    1141/lxpanel
                            unix  3      [ ]         STREAM     VERBUNDEN     12906    1092/dbus-daemon    @/tmp/dbus-tkl7bRE3Db
                            unix  3      [ ]         STREAM     VERBUNDEN     12039    1141/lxpanel
                            unix  3      [ ]         DGRAM                    13501    -
                            unix  3      [ ]         STREAM     VERBUNDEN     12100    1287/gvfsd-trash    @/dbus-vfs-daemon/socket-Nttp4at1
                            unix  3      [ ]         STREAM     VERBUNDEN     13383    1012/lxsession
                            unix  3      [ ]         STREAM     VERBUNDEN     12054    1092/dbus-daemon    @/tmp/dbus-tkl7bRE3Db
                            unix  3      [ ]         STREAM     VERBUNDEN     9906     -                   @/tmp/.X11-unix/X0
                            unix  3      [ ]         DGRAM                    13500    -
                            unix  3      [ ]         STREAM     VERBUNDEN     10721    -
                            unix  3      [ ]         STREAM     VERBUNDEN     13443    -                   @/tmp/.X11-unix/X0
                            unix  3      [ ]         STREAM     VERBUNDEN     13543    1142/pcmanfm
                            unix  3      [ ]         STREAM     VERBUNDEN     13375    1012/lxsession
                            unix  3      [ ]         STREAM     VERBUNDEN     13442    1136/openbox
                            unix  3      [ ]         STREAM     VERBUNDEN     13374    1012/lxsession
                            unix  2      [ ]         DGRAM                    13464    -
                            unix  3      [ ]         STREAM     VERBUNDEN     9907     1092/dbus-daemon    @/tmp/dbus-tkl7bRE3Db
                            unix  3      [ ]         STREAM     VERBUNDEN     9878     -                   @/tmp/.X11-unix/X0
                            unix  2      [ ]         DGRAM                    7217     -
                            unix  2      [ ]         DGRAM                    10731    -
                            unix  3      [ ]         STREAM     VERBUNDEN     13362    1091/dbus-launch
                            unix  3      [ ]         STREAM     VERBUNDEN     9067     -                   /run/systemd/journal/stdout
                            unix  3      [ ]         STREAM     VERBUNDEN     13517    1243/gvfs-gphoto2-v
                            unix  3      [ ]         STREAM     VERBUNDEN     9921     -                   @/tmp/.X11-unix/X0
                            unix  2      [ ]         DGRAM                    10774    -
                            pi@Oliver:/opt/iobroker $
                            
                            

                            Ich hoffe das bringt Erkenntnisse!

                            Vielen Dank schon mal für´s Bemühen!

                            Gruß, Oliver

                            1 Reply Last reply Reply Quote 0
                            • wendy2702
                              wendy2702 last edited by

                              Kannst du mal

                              cd /opt/iobroker/
                              sudo iobroker start
                              

                              machen und die Ausgabe auch hier posten.

                              Bitte bei langen logs auch die "spoiler" tags verwenden.

                              1 Reply Last reply Reply Quote 0
                              • O
                                Olli B. last edited by

                                pi@Oliver:/opt/iobroker $ sudo iobroker start
                                iobroker controller daemon already running. PID: 1006
                                pi@Oliver:/opt/iobroker $
                                
                                
                                1 Reply Last reply Reply Quote 0
                                • wendy2702
                                  wendy2702 last edited by

                                  Äh… hast du zwischen der Abfrage davor und dem start Versuch irgendetwas gemacht?

                                  Kannst du mal

                                  top
                                  

                                  Ausführen und beobachten ob da iobroker io.admin und iobroker.js…. auftaucht?

                                  Das kannst du dann mit````
                                  strg-c

                                  
                                  Wenn du den PI restartest kommst du auch nicht auf den Admin ?
                                  1 Reply Last reply Reply Quote 0
                                  • O
                                    Olli B. last edited by

                                    ok, folgendes kam beim "top" heraus:

                                    ! pi@Oliver:/opt/iobroker $ top top - 22:20:17 up 22:45, 3 users, load average: 0,03, 0,01, 0,00 Tasks: 149 total, 1 running, 148 sleeping, 0 stopped, 0 zombie %Cpu(s): 0,1 us, 0,2 sy, 0,0 ni, 99,7 id, 0,0 wa, 0,0 hi, 0,0 si, 0,0 st KiB Mem: 945512 total, 301224 used, 644288 free, 45216 buffers KiB Swap: 102396 total, 0 used, 102396 free. 174800 cached Mem ! PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 20246 pi 20 0 5248 2480 2100 R 1,0 0,3 0:01.47 top 607 ntp 20 0 5684 3836 3392 S 0,3 0,4 0:07.78 ntpd 1 root 20 0 22792 3880 2732 S 0,0 0,4 0:04.48 systemd 2 root 20 0 0 0 0 S 0,0 0,0 0:00.04 kthreadd 3 root 20 0 0 0 0 S 0,0 0,0 0:00.55 ksoftirqd/0 5 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 kworker/0:+ 7 root 20 0 0 0 0 S 0,0 0,0 0:12.86 rcu_sched 8 root 20 0 0 0 0 S 0,0 0,0 0:00.00 rcu_bh 9 root rt 0 0 0 0 S 0,0 0,0 0:00.15 migration/0 10 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 lru-add-dr+ 11 root 20 0 0 0 0 S 0,0 0,0 0:00.00 cpuhp/0 12 root 20 0 0 0 0 S 0,0 0,0 0:00.00 cpuhp/1 13 root rt 0 0 0 0 S 0,0 0,0 0:00.13 migration/1 14 root 20 0 0 0 0 S 0,0 0,0 0:00.01 ksoftirqd/1 16 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 kworker/1:+ 17 root 20 0 0 0 0 S 0,0 0,0 0:00.00 cpuhp/2 18 root rt 0 0 0 0 S 0,0 0,0 0:00.15 migration/2 19 root 20 0 0 0 0 S 0,0 0,0 0:00.01 ksoftirqd/2 21 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 kworker/2:+ 22 root 20 0 0 0 0 S 0,0 0,0 0:00.00 cpuhp/3 23 root rt 0 0 0 0 S 0,0 0,0 0:00.13 migration/3 24 root 20 0 0 0 0 S 0,0 0,0 0:01.65 ksoftirqd/3 26 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 kworker/3:+ 27 root 20 0 0 0 0 S 0,0 0,0 0:00.00 kdevtmpfs 28 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 netns 29 root 20 0 0 0 0 S 0,0 0,0 0:00.11 khungtaskd 30 root 20 0 0 0 0 S 0,0 0,0 0:00.00 oom_reaper 31 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 writeback 32 root 20 0 0 0 0 S 0,0 0,0 0:00.00 kcompactd0 33 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 crypto 34 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 bioset 35 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 kblockd 36 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 watchdogd 37 root 20 0 0 0 0 S 0,0 0,0 0:09.25 kworker/0:1 38 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 rpciod 39 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 xprtiod 40 root 20 0 0 0 0 S 0,0 0,0 0:00.00 kswapd0 41 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 vmstat 42 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 nfsiod 52 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 kthrotld 53 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 bioset 54 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 bioset 55 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 bioset 56 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 bioset 57 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 bioset 58 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 bioset 59 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 bioset 60 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 bioset 61 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 bioset 62 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 bioset 63 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 bioset 64 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 bioset 65 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 bioset 66 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 bioset pi@Oliver:/opt/iobroker $ !

                                    1 Reply Last reply Reply Quote 0
                                    • wendy2702
                                      wendy2702 last edited by

                                      Was ist mit meinen anderen Fragen?

                                      Hat aber Zeit… bin jetzt weg.

                                      Gute Nacht!

                                      1 Reply Last reply Reply Quote 0
                                      • O
                                        Olli B. last edited by

                                        Habe grad den RP neu-gestartet, bzw. er ist noch nicht ganz fertig.

                                        Jetzt komme ich auf den iobroker.admin. Allerdings läd er wieder verdächtig lange.

                                        Soweit alles gut, muss gleich mal alles schließen und melde mich nochmal…

                                        1 Reply Last reply Reply Quote 0
                                        • O
                                          Olli B. last edited by

                                          Also:

                                          Sobald auf dem Monitor des RP nach dem Neustart der Desktop erschien, konnte ich den iobroker über den PC / IP ansprechen.

                                          Daraufhin startet der RP scheinbar noch einmal neu und der iobroker hängt sich nach ein paar Minuten weg…

                                          Wenn ich den iobroker neu starten möchte, ist er in den folgenden 2-4 Minuten manchmal erreichbar und manchmal nicht. Zumindest schafft er es nicht seine Instanzen neu zu laden.

                                          Habe den Fehler nach nach einem erneuten Neustart reproduzieren können...

                                          Bleibt spannend... :?

                                          Vielen Dank! Gute Nacht!!

                                          1 Reply Last reply Reply Quote 0
                                          • A
                                            Arnulf last edited by

                                            kann es sein, dass die SD-Karte einen Schlag bekommen hat?

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            905
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            34
                                            4010
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo