Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Hilfe!!! Iobroker Oberfläche 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

    UNSOLVED Hilfe!!! Iobroker Oberfläche nicht erreichbar!

    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      brokeling @Thomas Braun last edited by brokeling

      @Thomas-Braun said in Hilfe!!! Iobroker Oberfläche nicht erreichbar!:

      @brokeling Und warum hast du dann kein Backup?

      Hab ich schon.

      1. Ein SD Karten-Klon.
      2. Backup über Io Backup Adapter.

      Nur wie ich an 2. rankomme weiß ich auch noch nicht, hab ich noch nicht praktiziert.
      Mein Klon ist 14 Tage alt und da würde ich zu viel verlieren. Außer zur Not...

      Glasfaser 1 Reply Last reply Reply Quote 0
      • Glasfaser
        Glasfaser @brokeling last edited by Glasfaser

        @brokeling

        Zeige mal bitte die Ausgabe von

        cd /opt/iobroker 
        
        ps auxww|grep io
        

        Laut Log laufen viele Adapter doppelt . ( PID .... )

        hast du die Adapter gestoppt

        iobroker stop luftdaten.4
        iobroker stop luftdaten.3
        iobroker stop luftdaten.2
        iobroker stop luftdaten.1
        
        B 1 Reply Last reply Reply Quote 0
        • B
          brokeling @Glasfaser last edited by

          @Glasfaser

          pi@raspi:~ $ cd /opt/iobroker
          pi@raspi:/opt/iobroker $ ps auxww|grep ioroot        11  0.0  0.0      0     0 ?        S    23:06   0:00 [migration/0]
          root        14  0.0  0.0      0     0 ?        S    23:06   0:00 [migration/1]
          root        19  0.0  0.0      0     0 ?        S    23:06   0:00 [migration/2]
          root        24  0.0  0.0      0     0 ?        S    23:06   0:00 [migration/3]
          root        53  0.0  0.0      0     0 ?        I<   23:06   0:00 [blkcg_punt_bio]
          root        57  0.0  0.0      0     0 ?        I<   23:06   0:00 [rpciod]
          root        59  0.0  0.0      0     0 ?        I<   23:06   0:00 [xprtiod]
          root        61  0.0  0.0      0     0 ?        I<   23:06   0:00 [nfsiod]
          root        67  0.0  0.0      0     0 ?        I<   23:06   0:00 [DWC Notificatio]message+   386  0.0  0.0   6664  3600 ?        Ss   23:06   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
          iobroker   703 21.2  3.7 233372 146692 ?       Ssl  23:06  10:51 iobroker.js-controller
          iobroker  1066  3.0  4.0 265180 159788 ?       Sl   23:07   1:34 io.admin.0
          iobroker  1142  0.2  1.5 155580 61992 ?        Sl   23:07   0:07 io.info.0
          iobroker  1319  6.5  3.9 239672 153900 ?       Sl   23:07   3:19 io.web.0
          iobroker  1724  1.7  5.6 325348 220020 ?       Sl   23:07   0:54 io.javascript.0
          iobroker  1769  0.1  1.3 150080 52168 ?        Sl   23:07   0:05 io.pushover.0
          iobroker  1800  0.8  1.6 159764 64748 ?        Sl   23:07   0:24 io.sonoff.0
          iobroker  1915  0.2  2.0 167796 79940 ?        Sl   23:07   0:07 io.backitup.0
          iobroker  1948  0.6  1.9 160532 74828 ?        Sl   23:07   0:18 io.deconz.0
          iobroker  1973  1.8  1.9 165476 77972 ?        Rl   23:07   0:54 io.sql.0
          iobroker  2161  0.2  1.7 159112 67284 ?        Sl   23:07   0:08 io.telegram.0
          iobroker  2227  0.0  0.8  92012 32604 ?        Rl   23:58   0:00 /usr/bin/node /opt/iobroker/node_modules/iobroker.luftdaten/main.js 4 info
          pi        2235  0.0  0.0   7360   524 pts/0    S+   23:58   0:00 grep --color=auto io
          iobroker  2237  0.2  1.6 155220 64420 ?        Sl   23:07   0:06 io.cloud.0
          iobroker  2283  1.5  4.7 296872 187680 ?       Sl   23:08   0:45 io.mqtt.0
          iobroker  2330  0.1  1.2 139592 49212 ?        Sl   23:08   0:04 io.text2command.0iobroker  2466  0.2  1.3 147892 52048 ?        Sl   23:08   0:06 io.statistics.0
          iobroker  2499  0.2  1.3 148608 54776 ?        Sl   23:08   0:07 io.ping.1
          iobroker  2535  0.1  1.4 152140 56376 ?        Sl   23:08   0:05 io.nuki.0
          iobroker  2611  0.1  1.3 149492 54244 ?        Sl   23:08   0:05 io.chromecast.0
          iobroker  2650  0.1  1.3 150496 53720 ?        Sl   23:08   0:05 io.sayit.0
          iobroker  2726  0.1  1.3 149192 53192 ?        Sl   23:08   0:05 io.sayit.1
          pi@raspi:/opt/iobroker $
          
          
          Glasfaser 1 Reply Last reply Reply Quote 0
          • Glasfaser
            Glasfaser @brokeling last edited by

            @brokeling
            Ausgabe von :

            iobroker list adapters
            iobroker version
            
            B 1 Reply Last reply Reply Quote 0
            • B
              brokeling @Glasfaser last edited by

              @Glasfaser

              pi@raspi:~ $ iobroker list adapters
              system.adapter.admin                   : admin          - v4.0.10
              system.adapter.asterisk                : asterisk       - v1.0.6
              system.adapter.backitup                : backitup       - v1.5.8
              system.adapter.cameras                 : cameras        - v0.1.2
              system.adapter.chromecast              : chromecast     - v2.3.1
              system.adapter.cloud                   : cloud          - v3.0.4
              system.adapter.deconz                  : deconz         - v1.3.10
              system.adapter.devices                 : devices        - v0.3.6
              system.adapter.digitalstrom            : digitalstrom   - v0.5.5
              system.adapter.discovery               : discovery      - v2.3.7
              system.adapter.flot                    : flot           - v1.9.2
              system.adapter.history                 : history        - v1.9.10
              system.adapter.hue                     : hue            - v3.3.5
              system.adapter.hue-extended            : hue-extended   - v1.3.8
              system.adapter.icons-open-icon-library-png: icons-open-icon-library-png - v0.1.2
              system.adapter.info                    : info           - v1.7.2
              system.adapter.javascript              : javascript     - v4.6.17
              system.adapter.luftdaten               : luftdaten      - v0.0.17
              system.adapter.mqtt                    : mqtt           - v2.1.4
              system.adapter.nuki                    : nuki           - v1.3.1
              system.adapter.paw                     : paw            - v0.0.7
              system.adapter.ping                    : ping           - v1.4.8
              system.adapter.pushover                : pushover       - v2.0.2
              system.adapter.samsung                 : samsung        - v0.2.9
              system.adapter.sayit                   : sayit          - v1.9.8
              system.adapter.simple-api              : simple-api     - v2.4.6
              system.adapter.socketio                : socketio       - v3.0.13
              system.adapter.sonoff                  : sonoff         - v2.3.3
              system.adapter.sql                     : sql            - v1.15.2
              system.adapter.statistics              : statistics     - v0.2.2
              system.adapter.telegram                : telegram       - v1.5.9
              system.adapter.text2command            : text2command   - v1.3.0
              system.adapter.tr-064                  : tr-064         - v4.0.9
              system.adapter.vis                     : vis            - v1.2.11
              system.adapter.vis-history             : vis-history    - v1.0.0
              system.adapter.vis-hqwidgets           : vis-hqwidgets  - v1.1.4
              system.adapter.vis-icontwo             : vis-icontwo    - v0.19.0
              system.adapter.vis-justgage            : vis-justgage   - v1.0.2
              system.adapter.vis-metro               : vis-metro      - v1.1.2
              system.adapter.vis-rgraph              : vis-rgraph     - v0.0.2
              system.adapter.vis-timeandweather      : vis-timeandweather - v1.1.7
              system.adapter.web                     : web            - v3.0.12
              pi@raspi:~ $
              
              
              B 1 Reply Last reply Reply Quote 0
              • B
                brokeling @brokeling last edited by brokeling

                pi@raspi:~ $ iobroker version
                3.1.6
                

                Hey Leute, jetzt erstmal vielen lieben Dank für die Unterstützung, wenn es auch (noch) nicht geklappt hat, jetzt brauche ich erstmal ein paar Stunden Schlaf!
                Vielleicht haben wir ja morgen noch ein paar Ideen, bevor ich ein backup Prozedere machen muss.
                Gute Nacht!

                Glasfaser 1 Reply Last reply Reply Quote 0
                • Glasfaser
                  Glasfaser @brokeling last edited by Glasfaser

                  @brokeling

                  cd /opt/iobroker
                  iobroker stop
                  
                  npm install iobroker.socketio@3.0.13
                  npm install iobroker.admin@4.1.10
                  npm install iobroker.web@3.0.13
                  
                  iobroker start
                  
                  B 1 Reply Last reply Reply Quote 1
                  • B
                    brokeling @Glasfaser last edited by

                    @Glasfaser

                    pi@raspi:~ $ cd /opt/iobroker
                    pi@raspi:/opt/iobroker $ iobroker stop
                    pi@raspi:/opt/iobroker $
                    pi@raspi:/opt/iobroker $ npm install iobroker.socketio@3.0.13
                    npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents):
                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                    
                    + iobroker.socketio@3.0.13
                    updated 2 packages in 27s
                    
                    53 packages are looking for funding
                      run `npm fund` for details
                    
                    pi@raspi:/opt/iobroker $ npm install iobroker.admin@4.1.10
                    npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents):
                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                    
                    + iobroker.admin@4.1.10
                    removed 31 packages and updated 4 packages in 26.823s
                    
                    53 packages are looking for funding
                      run `npm fund` for details
                    
                    pi@raspi:/opt/iobroker $ npm install iobroker.web@3.0.13
                    npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents):
                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                    
                    + iobroker.web@3.0.13
                    removed 1 package and updated 2 packages in 27.83s
                    
                    53 packages are looking for funding
                      run `npm fund` for details
                    
                    pi@raspi:/opt/iobroker $
                    
                    mikeal created this issue in request/request

                    open Request’s Past, Present and Future #3142

                    mikeal created this issue in request/request

                    open Request’s Past, Present and Future #3142

                    mikeal created this issue in request/request

                    open Request’s Past, Present and Future #3142

                    B 1 Reply Last reply Reply Quote 0
                    • B
                      brokeling @brokeling last edited by

                      Jetzt komme ich rein 👍 👍 👍
                      Was war es dann gewesen?
                      Was kann ich vorbeugend machen?
                      Was hat es mit dem Runlevel3 auf sich und geht es da wirklich um die
                      Boot Options/Desktop/Cli/Console???
                      (hab ich jetzt noch nicht gemacht)

                      Thomas Braun Glasfaser 2 Replies Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @brokeling last edited by

                        @brokeling
                        Da waren wohl die Module für die Darstellung von Webseiten verheddert.

                        RunLevel3 ist der Serverbetrieb ohne geladenen Desktop.
                        Der ist unnötig und verschwendet nur Ressourcen und macht das System instabiler. Nicht geladener Code kann auch nicht abstürzen und belegt auch keinen Speicher. Und zu verschenken hast du auf einem Pi nix.

                        B 1 Reply Last reply Reply Quote 0
                        • B
                          brokeling @Thomas Braun last edited by

                          @Thomas-Braun
                          Also der Weg stimmt: Boot,... usw?
                          Das mache ich natürlich, wenn er dann stabiler läuft!
                          Wie käme ich wieder in in einen DesktopModus (z. B. Remote Desktop nutze ich öfters...)

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @brokeling last edited by Thomas Braun

                            @brokeling
                            Mit 3 - B1 - B3
                            Und Remote Desktop macht man nicht auf Servern. Nie.
                            Alleine weil da nie ein Desktop läuft. Gründe s.o.

                            B 1 Reply Last reply Reply Quote 0
                            • B
                              brokeling @Thomas Braun last edited by brokeling

                              @Thomas-Braun
                              jetzt wollte ich noch abklären, warum ich mit putty nicht (mehr) drauf komme, müsste doch gehen, oder?
                              ea86b64b-30d7-49ef-a3d3-e18bb0e7f32c-grafik.png

                              Antwort:
                              688a7ef8-f479-4c18-8a74-948015515bc5-grafik.png

                              B 1 Reply Last reply Reply Quote 0
                              • B
                                brokeling @brokeling last edited by

                                @brokeling
                                o.k. - hier stimmte der Port nicht. Muss auf 22 bleiben, dann ist gut 🙂

                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @brokeling last edited by

                                  @brokeling
                                  Natürlich. Der SSH-Server läuft auf 22.
                                  Auf 8081 läuft die Webansicht vom ioBroker.

                                  B 1 Reply Last reply Reply Quote 1
                                  • B
                                    brokeling @Thomas Braun last edited by

                                    @Thomas-Braun

                                    runlevel:
                                    N 3
                                    gemacht. Danke nochmal!

                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @brokeling last edited by

                                      @brokeling
                                      Gut.
                                      Was liefert jetzt

                                      who -r && whoami && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                                      

                                      zurück?

                                      B 1 Reply Last reply Reply Quote 0
                                      • B
                                        brokeling @Thomas Braun last edited by

                                        @Thomas-Braun

                                        pi@raspi:~ $ who -r && whoami && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                                                 Runlevel 3   2020-10-14 09:56
                                        pi
                                        /usr/bin/nodejs
                                        v12.19.0
                                        /usr/bin/node
                                        v12.19.0
                                        /usr/bin/npm
                                        6.14.8
                                        nodejs:
                                          Installiert:           12.19.0-1nodesource1
                                          Installationskandidat: 12.19.0-1nodesource1
                                          Versionstabelle:
                                         *** 12.19.0-1nodesource1 500
                                                500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                                                100 /var/lib/dpkg/status
                                             10.21.0~dfsg-1~deb10u1+rpi1 500
                                                500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                        N: Datei »nodesource.list.save.3« in Verzeichnis »/etc/apt/sources.list.d/« wird ignoriert, da sie eine ungültige Dateinamen-Erweiterung hat.
                                        pi@raspi:~ $
                                        
                                        
                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @brokeling last edited by

                                          @brokeling sagte in Hilfe!!! Iobroker Oberfläche nicht erreichbar!:

                                          N: Datei »nodesource.list.save.3« in Verzeichnis »/etc/apt/sources.list.d/« wird ignoriert, da sie eine ungültige Dateinamen-Erweiterung hat.

                                          Die Meldung würde mich persönlich stören, aber sonst passt das jetzt.

                                          B 1 Reply Last reply Reply Quote 0
                                          • B
                                            brokeling @Thomas Braun last edited by

                                            @Thomas-Braun
                                            kann ich die löschen?
                                            scheint ja eine nicht nutzbare, fehlerhafte Sicherungsdatei zu sein !?!

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            638
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            iobroker startet nicht oberfläche nicht erreichbar
                                            4
                                            68
                                            1599
                                            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