Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Alle Instanzen rot,

    NEWS

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    Alle Instanzen rot,

    This topic has been deleted. Only users with topic management privileges can see it.
    • haselchen
      haselchen Most Active last edited by

      @mibr85

      Wäre auch meine Idee (von @Thomas-Braun )
      Backup machen.
      Neuen Container starten mit identischen Einstellungen und Backup einspielen.

      M 1 Reply Last reply Reply Quote 0
      • M
        mibr85 @haselchen last edited by

        Ja Habe ich gerade versucht einen ganz nackten Container mit neuem Volume aufzusetzen, leider startet der container nicht:

        --------------------------------------------------------------------------------
        
        -------------------------     2023-11-12 15:35:11      -------------------------
        
        --------------------------------------------------------------------------------
        
        -----                                                                      -----
        
        ----- ██╗  ██████╗  ██████╗  ██████╗   ██████╗  ██╗  ██╗ ███████╗ ██████╗  -----
        
        ----- ██║ ██╔═══██╗ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██║ ██╔╝ ██╔════╝ ██╔══██╗ -----
        
        ----- ██║ ██║   ██║ ██████╔╝ ██████╔╝ ██║   ██║ █████╔╝  █████╗   ██████╔╝ -----
        
        ----- ██║ ██║   ██║ ██╔══██╗ ██╔══██╗ ██║   ██║ ██╔═██╗  ██╔══╝   ██╔══██╗ -----
        
        ----- ██║ ╚██████╔╝ ██████╔╝ ██║  ██║ ╚██████╔╝ ██║  ██╗ ███████╗ ██║  ██║ -----
        
        ----- ╚═╝  ╚═════╝  ╚═════╝  ╚═╝  ╚═╝  ╚═════╝  ╚═╝  ╚═╝ ╚══════╝ ╚═╝  ╚═╝ -----
        
        -----                                                                      -----
        
        -----              Welcome to your ioBroker Docker container!              -----
        
        -----                    Startupscript is now running!                     -----
        
        -----                          Please be patient!                          -----
        
        --------------------------------------------------------------------------------
        
         
        
        --------------------------------------------------------------------------------
        
        -----                          System Information                          -----
        
        -----                    arch:                x86_64                       -----
        
        -----                    hostname:            ioBrokerTWS                  -----
        
        -----                                                                      -----
        
        -----                          Version Information                         -----
        
        -----                    image:               v9.0.1                       -----
        
        -----                    build:               2023-11-11T23:44:48+00:00    -----
        
        -----                    node:                v18.18.2                     -----
        
        -----                    node[22]: ../src/node_platform.cc:68:std::unique_ptr<long unsigned int> node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion `(0) == (uv_thread_create(t.get(), start_thread, this))' failed.
        
         1: 0xb85bc0 node::Abort() [node]
        
         2: 0xb85c3e  [node]
        
         3: 0xbf30fe  [node]
        
         4: 0xbf31e1 node::NodePlatform::NodePlatform(int, v8::TracingController*, v8::PageAllocator*) [node]
        
         5: 0xb438f3 node::InitializeOncePerProcess(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, node::ProcessFlags::Flags) [node]
        
         6: 0xb43f4b node::Start(int, char**) [node]
        
         7: 0x7f489d0e71ca  [/lib/x86_64-linux-gnu/libc.so.6]
        
         8: 0x7f489d0e7285 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
        
         9: 0xac1f4e _start [node]
        
        npm:                                              -----
        
        -----                                                                      -----
        
        -----                        Environment Variables                         -----
        
        -----                    SETGID:              1000                         -----
        
        -----                    SETUID:              1000                         -----
        
        --------------------------------------------------------------------------------
        
         
        
        --------------------------------------------------------------------------------
        
        -----                   Step 1 of 5: Preparing container                   -----
        
        --------------------------------------------------------------------------------
        
         
        
        Updating Linux packages on first run... Error: Updating failed.
        
         
        
         
        
        Registering maintenance script as command... Done.
        
         
        
        --------------------------------------------------------------------------------
        
        -----             Step 2 of 5: Detecting ioBroker installation             -----
        
        --------------------------------------------------------------------------------
        
         
        
        Existing installation of ioBroker detected in "/opt/iobroker".
        
         
        
        --------------------------------------------------------------------------------
        
        -----             Step 3 of 5: Checking ioBroker installation              -----
        
        --------------------------------------------------------------------------------
        
         
        
        (Re)setting permissions (This might take a while! Please be patient!)... Done.
        
         
        
        Checking Database connection... Failed.
        
        Please check your configuration and try again.
        
        For more information see ioBroker Docker Image Docs (https://docs.buanet.de/iobroker-docker-image/docs).
        
         
        
        This Script will exit now.
        
        
        haselchen 1 Reply Last reply Reply Quote 0
        • haselchen
          haselchen Most Active @mibr85 last edited by

          @mibr85

          Wie genau aufgesetzt?
          Da gibt es ja anscheinend x Möglichkeiten.
          Ich mach das mit ner Synology.
          Du vermutlich.....anders?!

          M 1 Reply Last reply Reply Quote 0
          • M
            mibr85 @haselchen last edited by

            @haselchen
            über Portainer auf einem Timberwolfserver. läuft eigentlich seit 2 Jahren ohne grössere Problem aber gerade hakt es

            DJMarc75 1 Reply Last reply Reply Quote 0
            • DJMarc75
              DJMarc75 @mibr85 last edited by

              @mibr85 sagte in Alle Instanzen rot,:

              aber gerade hakt es

              Hast Du die eventuellen (Amok) Skripte schon geprüft?

              M 1 Reply Last reply Reply Quote 0
              • M
                mibr85 @DJMarc75 last edited by

                @djmarc75
                nein konnte ich nicht mehr der Container ist nicht mehr gestartet 😞

                M 1 Reply Last reply Reply Quote 0
                • M
                  mibr85 @mibr85 last edited by mibr85

                  kleines Update ich habe jetzt mal meinen Container neu aufgesetzt und das Backup wieder eingespielt.
                  Läuft erstmal wieder.
                  Bei den scripten habe ich erst mal alle Scripte ohne timeout wieder aktiviert, da ich glaube das evtl irgendwo immer wieder neue timer getrigert werden.
                  kann man irgendwo sehen welche timeouts im hintergrund laufen bzw kann man sich anzeigen lassen wenn ein neuer timer getriggert und wieder gestoppt wird.

                  wenn ich mit dem befehl top in der console arbeite bekommt man ja erst nach einer gewissen Zeit mit ob da mehr leistung gezogen wird, wenn es wirklich an den timeouts liegt, oder?

                  Gibt es noch andere möglichkeiten Amokscripte zu identifizieren? Debug oder silly log einstellung für Javascripz adapter evtl?

                  zur zeit sieht es nicht schlecht aus mMn:

                  4348bf24-a8e6-472c-b28b-3d29272beb0c-grafik.png

                  1 Reply Last reply Reply Quote 0
                  • M
                    mibr85 last edited by mibr85

                    zB hier
                    wird augenscheinlich 4 mal der timeout gestartet, Warum?
                    wie kann man das besser lösen?
                    wie kann man die gestartetetn timeouts wieder stoppen? Durch restart javascriptadapter?

                    ba4e30c7-8fca-43f1-ba8f-80fa337dc5b8-image.png

                    N 1 Reply Last reply Reply Quote 0
                    • N
                      Nordischerjung @mibr85 last edited by

                      @mibr85 so zB

                      bdd3bc55-2c61-4c97-9472-4b325b8edca5-image.png

                      M 1 Reply Last reply Reply Quote 0
                      • M
                        mibr85 @Nordischerjung last edited by

                        @nordischerjung
                        vielen Dank, funktioniert super

                        aber wie kann ich die ganzen laufende timouts wieder stoppen?

                        N 1 Reply Last reply Reply Quote 0
                        • N
                          Nordischerjung @mibr85 last edited by

                          @mibr85 Die Instanz einmal stoppen und wieder starten

                          M 1 Reply Last reply Reply Quote 0
                          • M
                            mibr85 @Nordischerjung last edited by mibr85

                            Muss mich leider nochmal melden.
                            Weiss leider nicht mehr weiter 😞
                            Ich habe einen komplett neuen Container mit aktuellem Docker auf meinem Synology NAS aufgesetzt leider besteht das Problem, dass von zeit zu zeit alle Instanzen Rot angezeigt werden (1. Post ganz oben) immer noch
                            ich monitore die CPU Last und den Ram meines Javaadapters da sieht man nix auffälliges:
                            ea88faac-5820-4238-95d7-53c652908779-grafik.png

                            Hier noch mal ein komplettes iob diag, leider zu lang zum einfügen als code, deshalb als TXT
                            f0b10d5a-fcdf-4b1a-a088-cad2e8a2fa35-iob diag Log.txt

                            und hier die zusammenfassung:

                            ======================= SUMMARY =======================
                                                    v.2023-10-10
                            
                            
                            model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
                            Kernel          : x86_64
                            Userland        : amd64
                            Docker          : v9.0.1
                            
                            Installation:           Docker
                            Kernel:                 x86_64
                            Userland:               amd64
                            Timezone:               Etc/UTC
                            User-ID:                0
                            X-Server:               false
                            
                            
                            Pending OS-Updates:     0
                            Pending iob updates:    1
                            
                            Nodejs-Installation:    /usr/bin/nodejs         v18.18.2
                                                    /usr/bin/node           v18.18.2
                                                    /usr/bin/npm            9.8.1
                                                    /usr/bin/npx            9.8.1
                                                    /usr/bin/corepack       0.19.0
                            
                            Recommended versions are nodejs 18.18.2 and npm 9.8.1
                            Your nodejs installation is correct
                            
                            MEMORY: 
                                           total        used        free      shared  buff/cache   available
                            Mem:            8.2G        4.6G        369M        651M        4.1G        3.5G
                            Swap:           7.1G        1.3G        5.8G
                            Total:           15G        5.9G        6.1G
                            
                            Active iob-Instances:   28
                            Active repo(s): stable
                            
                            ioBroker Core:          js-controller           5.0.16
                                                    admin                   6.12.0
                            
                            ioBroker Status:        iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: jsonl
                            
                            Status admin and web instance:
                            + system.adapter.admin.0                  : admin                 : MIBR-DS                                  -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            + system.adapter.web.0                    : web                   : MIBR-DS                                  -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            
                            Objects:                30678
                            States:                 23186
                            
                            Size of iob-Database:
                            
                            34M     /opt/iobroker/iobroker-data/objects.jsonl
                            33M     /opt/iobroker/iobroker-data/states.jsonl
                            
                            
                            
                            =================== END OF SUMMARY ====================
                            
                            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

                            806
                            Online

                            32.0k
                            Users

                            80.5k
                            Topics

                            1.3m
                            Posts

                            6
                            27
                            1432
                            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