Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. [erledigt] Backup Fehler

    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

    [erledigt] Backup Fehler

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

      ....und jetzt ????

      pi@iobroker:/ $ sudo systemctl start iobroker
      pi@iobroker:/ $ sudo systemctl status iobroker
      ● iobroker.service - ioBroker Server
           Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)
           Active: active (running) since Sun 2022-03-20 17:47:32 CET; 10s ago
             Docs: http://iobroker.net
         Main PID: 18644 (iobroker.js-con)
            Tasks: 11 (limit: 8986)
              CPU: 14.866s
           CGroup: /system.slice/iobroker.service
                   └─18644 iobroker.js-controller
      
      Mär 20 17:47:32 iobroker systemd[1]: Started ioBroker Server.
      pi@iobroker:/ $ iob list instances
       Objects database error: connect ECONNREFUSED 0.0.0.0:9001
       Objects database error: connect ECONNREFUSED 0.0.0.0:9001
       Objects database error: connect ECONNREFUSED 0.0.0.0:9001
      No connection to databases possible ...
      pi@iobroker:/ $
      
      
      1 Reply Last reply Reply Quote 0
      • H
        hm_krause last edited by

        ...wird schlimmer:

        pi@iobroker:/ $ iob list instances
         Cannot read system.config: undefined (OK when migrating or restoring)
        /opt/iobroker/node_modules/standard-as-callback/built/index.js:6
                throw e;
                ^
        
        Error: Connection is closed.
            at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:636:24)
            at Redis.scan (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25)
            at ScanStream._read (/opt/iobroker/node_modules/ioredis/built/ScanStream.js:36:41)
            at ScanStream.Readable.read (internal/streams/readable.js:465:10)
            at resume_ (internal/streams/readable.js:963:12)
            at processTicksAndRejections (internal/process/task_queues.js:82:21)
        Emitted 'error' event on ScanStream instance at:
            at /opt/iobroker/node_modules/ioredis/built/ScanStream.js:38:22
            at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:12:23)
            at /opt/iobroker/node_modules/standard-as-callback/built/index.js:33:51
            at processTicksAndRejections (internal/process/task_queues.js:95:5)
        
        
        simatec 1 Reply Last reply Reply Quote 0
        • simatec
          simatec Developer Most Active @hm_krause last edited by

          @hm_krause
          Warum hantierst du da mit sudo?
          Hier mal die Standard Befehle, um iobroker zu steuern

          iob stop
          iob start
          iob restart
          
          1 Reply Last reply Reply Quote 0
          • apollon77
            apollon77 @hm_krause last edited by

            @hm_krause naja mal langsam ... alles gut. Dein System hat sehr viele Daten ... wo auchimmer die herkommen (das hattest Du noch nicht gesagt).

            Also tweaken wir mal bissl:

            In /opt/iobroker/iobroker-data liegen eine states.jsonl und eine objects.jsonl ... WIe groß sind die?

            in /opt/iobroker/iobroker-data/iobroker.json in den Abschnitten zu "states" und "object" gibts jeweils ein "connectTimeout" ... schreib da mal 60000 als Wert rein.

            Gehts dann wieder?

            crunchip 1 Reply Last reply Reply Quote 0
            • crunchip
              crunchip Forum Testing Most Active @apollon77 last edited by

              @apollon77 sagte in Backitup Fehler:

              das hattest Du noch nicht gesagt

              aber gezeigt
              https://forum.iobroker.net/post/780181

              @apollon77 sagte in Backitup Fehler:

              wo auchimmer die herkommen

              zumindest sind die Adapter überschaubar und schon mal kein ble dabei, (OT: das war mit der alten Adminoberfläche sehr hilfreich, sofort seine Werte zu sehen)

              1 Reply Last reply Reply Quote 0
              • apollon77
                apollon77 @hm_krause last edited by apollon77

                @hm_krause nee ... weil da sieht man nicht wo diese massen an objekten und states herkommen 😞

                Mirr fällt aber ausser Admin auf die Admin4 "alte ui" umzuschalten gerade keine idee ein weil da wurde das im Admin angezeigt

                Wobei an sich wäre mqtt mit den zwei Instanzen ein Kandidat, je nachdem wie "gross" die Struktur ist ... Also wenn ioBroker noch startet mal da reinschauen. Auch bitte schauen ob da was komisch ist. Die neuesten mqtt Versionen (weis snicht ob Du Beta oder Stable nutzt) legen Folder strukturen an... das könnte ggf paar Objekte adden - aber du hattest ja auch sehr viele States

                1 Reply Last reply Reply Quote 0
                • H
                  hm_krause last edited by

                  Habe ein altes Backup eingespielt, alles aktualisiert und jetzt hier nur noch
                  "Objekte: 67196, Zustände: 56335", passt so.
                  Danke für Eure Hilfe 👍

                  apollon77 1 Reply Last reply Reply Quote 0
                  • apollon77
                    apollon77 @hm_krause last edited by apollon77

                    @hm_krause Naja Aber ich sag mal so: Ohne zu wissen wo die Objektmassen herkommen ist das für mich keine Echhte Lösung weil es dir morgen wieder passieren kann.

                    Eine frage: Welche mqtt Version nutzt du? Beta oder Stable?

                    Kannst Du jetzt wo alles wieder an ist ggf mal schauen ob es wieder mehr Objekte werden/geworden sind? Zeigt dir Admin oben rechts an unter "Objekte"

                    H 1 Reply Last reply Reply Quote 0
                    • H
                      hm_krause @apollon77 last edited by

                      @apollon77
                      mqtt und alles andere ist "Stable"
                      Objekte: 67668, Zustände: 56711

                      crunchip apollon77 2 Replies Last reply Reply Quote 0
                      • crunchip
                        crunchip Forum Testing Most Active @hm_krause last edited by crunchip

                        @hm_krause also Tendenz steigend.
                        Vllt werden auch durch den radar2 neu gefundene Geräte angelegt,(wechselnte mac adressen), seh mal den durch
                        Wobei das auch nicht so viele sein dürften.

                        Am einfachsten ist es wirklich die alte Admin Oberfläche zu aktivieren, so das man im Verzeichnis die einzelne Anzahl erkennt, woher es kommt.

                        H 1 Reply Last reply Reply Quote 0
                        • apollon77
                          apollon77 @hm_krause last edited by

                          @hm_krause Finde raus was da dazukommt, sonst endest Du bald wieder dort.

                          1 Reply Last reply Reply Quote 0
                          • H
                            hm_krause @crunchip last edited by

                            @crunchip

                            "Am einfachsten ist es wirklich die alte Admin Oberfläche zu aktivieren"

                            Wie mache ich das richtig?

                            apollon77 1 Reply Last reply Reply Quote 0
                            • apollon77
                              apollon77 @hm_krause last edited by

                              @hm_krause Öffne Admin Instanzkonfiguration ... da ist ein Haken wie "alte Oberflächet/UI" oder so ... Falls Admin nicht mehr geht das es dann such ich den CLI Kommando raus

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

                                @apollon77 sagte in [erledigt] Backitup Fehler:

                                such ich den CLI Kommando raus

                                iobroker set admin.0 --react false
                                

                                wenn ich mich richtig erinnere

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

                                  @wendy2702 Ja das "war einmal" :-))

                                  iobroker set admin.0 --material true

                                  ist "neu richtig"

                                  wendy2702 H 2 Replies Last reply Reply Quote 0
                                  • wendy2702
                                    wendy2702 @apollon77 last edited by

                                    @apollon77 OK.

                                    Die untiefen der CLI Befehle

                                    1 Reply Last reply Reply Quote 0
                                    • H
                                      hm_krause @apollon77 last edited by

                                      @apollon77
                                      ...vorher iob stop?

                                      H 1 Reply Last reply Reply Quote 0
                                      • H
                                        hm_krause @hm_krause last edited by

                                        Screenshot 2022-03-21 154906.png

                                        ...hilft das weiter?

                                        apollon77 1 Reply Last reply Reply Quote 0
                                        • apollon77
                                          apollon77 @hm_krause last edited by

                                          @hm_krause Das ist immer noch die neue UI 🙂

                                          In der Alten UI wäre es unter "Objects"

                                          H 1 Reply Last reply Reply Quote 0
                                          • H
                                            hm_krause @apollon77 last edited by

                                            @apollon77
                                            Screenshot 2022-03-21 163955.png

                                            ...51868 bei Fronuis, ist das sowas, das das System dann zum erliegen bringt?

                                            Thomas Braun apollon77 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            916
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            59
                                            2278
                                            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