Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Kein Start nach Backup möglich / Unraid Docker

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Kein Start nach Backup möglich / Unraid Docker

    This topic has been deleted. Only users with topic management privileges can see it.
    • ?
      A Former User last edited by

      @bass-ti sagte in Kein Start nach Backup möglich / Unraid Docker:

      den Befehl habe ich ausgeführt, es kommt jedoch keinerlei Rückmeldung dazu.

      Moin,

      welche Version des Docker Images setzt Du ein?
      Das iob diag nichts zurückgibt ist aber nicht normal, ich glaube Dir schon, aber kannst Du bitte immer zeigen, mit Eingabezeile, bis neuen Prompt?

      Was gibt den netstat aus?

      # netstat -tulpe
      

      VG
      Bernd

      B 1 Reply Last reply Reply Quote 0
      • Marc Berg
        Marc Berg Most Active @Bass-Ti last edited by

        @bass-ti sagte in Kein Start nach Backup möglich / Unraid Docker:

        Wenn der Docker gestartet wird, läuft alles laut Log sauber durch.
        Die Oberfläche startet jedoch nicht.

        Versuche mal ein

        iob host this
        

        Es könnte sein, dass es ein Problem mit dem Hostnamen gibt, wenn der Name im Backup vom jetzigen Hostnamen abweicht.

        1 Reply Last reply Reply Quote 0
        • B
          Bass-Ti @Guest last edited by

          @dp20eic

          root@fa845846d6ac:/opt/iobroker# iob diag
          root@fa845846d6ac:/opt/iobroker# netstat -tulpe
          Active Internet connections (only servers)
          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
          tcp        0      0 127.0.0.11:37859        0.0.0.0:*               LISTEN      root       15054605   -                   
          tcp        0      0 localhost:9000          0.0.0.0:*               LISTEN      iobroker   15063313   -                   
          tcp        0      0 localhost:9001          0.0.0.0:*               LISTEN      iobroker   15063306   -                   
          udp        0      0 127.0.0.11:41409        0.0.0.0:*                           root       15054604   -                   
          root@fa845846d6ac:/opt/iobroker# 
          
          
          root@fa845846d6ac:/opt/iobroker# iob host this
          Cannot execute changes on running system. Stop iobroker first.
          root@fa845846d6ac:/opt/iobroker# iobroker stop
          iobroker controller daemon is not running
          root@fa845846d6ac:/opt/iobroker# iobroker stop all
          The adapter "admin.0" was stopped.
          The adapter "backitup.0" was stopped.
          root@fa845846d6ac:/opt/iobroker# iob host this
          Cannot execute changes on running system. Stop iobroker first.
          root@fa845846d6ac:/opt/iobroker# 
          

          leider keinen erfolg

          Marc Berg 1 Reply Last reply Reply Quote 0
          • Marc Berg
            Marc Berg Most Active @Bass-Ti last edited by Marc Berg

            @bass-ti sagte in Kein Start nach Backup möglich / Unraid Docker:

            leider keinen erfolg
            Cannot execute changes on running system. Stop iobroker first.

            m on
            iob host this
            m off
            
            iob start all
            

            https://github.com/buanet/ioBroker.docker/issues/188

            buanet created this issue in buanet/ioBroker.docker

            closed After restore in container with new hostname - ioBroker not running/ admin not accessible #188

            B 1 Reply Last reply Reply Quote 0
            • B
              Bass-Ti @Marc Berg last edited by

              @marc-berg danke, da hat sich zumindest etwas getan.

              --------------------------------------------------------------------------------
              ----- Step 3 of 5: Checking ioBroker installation -----
              --------------------------------------------------------------------------------
              
              (Re)setting permissions (This might take a while! Please be patient!)... Done.
              
              Fixing "sudo-bug" by replacing sudo with gosu... Done.
              
              (Re)setting permissions (This might take a while! Please be patient!)... Done.
              
              Fixing "sudo-bug" by replacing sudo with gosu... Done.
              
              Checking Database connection... Done.
              
              /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 Readable.read (node:internal/streams/readable:496:12)
              at resume_ (node:internal/streams/readable:999:12)
              at process.processTicksAndRejections (node:internal/process/task_queues: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 process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              
              Node.js v18.17.1
              /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 Readable.read (node:internal/streams/readable:496:12)
              at resume_ (node:internal/streams/readable:999:12)
              at process.processTicksAndRejections (node:internal/process/task_queues: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 process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              
              Node.js v18.17.1
              There was a problem detecting the admin instance of your iobroker.
              Make sure the ioBroker installation you use has an admin instance or try again with a fresh installation and restore your configuration.
              For more details see https://docs.buanet.de/iobroker-docker-image/docs/#restore
              
              This Script will exit now.
              There was a problem detecting the admin instance of your iobroker.
              Make sure the ioBroker installation you use has an admin instance or try again with a fresh installation and restore your configuration.
              For more details see https://docs.buanet.de/iobroker-docker-image/docs/#restore
              
              This Script will exit now.
              
              B 1 Reply Last reply Reply Quote 0
              • B
                Bass-Ti @Bass-Ti last edited by

                @bass-ti ich habe den docker noch einmal neugestartet und zumindest scheint die oberfläche vom admin zu laufen. Muss erst einmal los und prüfe dann noch einmal später nach, danke erst einmal.

                B 1 Reply Last reply Reply Quote 0
                • B
                  Bass-Ti @Bass-Ti last edited by

                  @bass-ti

                  Danke! iobroker ist jetzt wieder gestartet, leider hat die VIS wohl ein großes Problem.

                  f93dfbe9-906b-4dba-a745-235172d19dc6-image.png

                  a13e75a3-4d80-4be8-a94e-dbdd28c36d55-image.png

                  Marc Berg B 2 Replies Last reply Reply Quote 0
                  • Marc Berg
                    Marc Berg Most Active @Bass-Ti last edited by

                    @bass-ti sagte in Kein Start nach Backup möglich / Unraid Docker:

                    leider hat die VIS wohl ein großes Problem.

                    Ja, ist ein bekanntes VIS Problem nach dem Restore. Suche mal hier im Forum, da wirst du schnell fündig.

                    1 Reply Last reply Reply Quote 0
                    • B
                      Bass-Ti @Bass-Ti last edited by

                      @bass-ti

                      da stelle ich mich wohl etwas dümmlich an, beiträge finde ich einige. jedoch nur viel bla bla und keine lösung.

                      Marc Berg 1 Reply Last reply Reply Quote 0
                      • Marc Berg
                        Marc Berg Most Active @Bass-Ti last edited by

                        @bass-ti

                        https://forum.iobroker.net/topic/67945/restore-auf-bookworm-vis-ohne-funktion/3?_=1694324500620

                        1 Reply Last reply Reply Quote 0
                        • W
                          warp735 last edited by

                          Erst den vis Adapter manuell installieren und ERST DANN das Backup starten. Hat mich damals auch einige Nerven gekostet 🙂

                          1 Reply Last reply Reply Quote 0
                          • B
                            Bass-Ti @Bass-Ti last edited by

                            Danke euch! So hat jetzt auch alles wieder funktioniert.

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

                            Support us

                            ioBroker
                            Community Adapters
                            Donate

                            425
                            Online

                            32.0k
                            Users

                            80.4k
                            Topics

                            1.3m
                            Posts

                            5
                            17
                            333
                            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