Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Systemauslastung hoch + Javascript schmiert ab [gelöst]

    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

    Systemauslastung hoch + Javascript schmiert ab [gelöst]

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

      @homoran
      Vermutlich nur mal wieder nicht richtig ausgefüllt an der Stelle.

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

        @christoph1337

        Zeige mal :

        which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
        
        Christoph1337 1 Reply Last reply Reply Quote 0
        • Glasfaser
          Glasfaser @Thomas Braun last edited by Glasfaser

          @Homoran
          @Thomas-Braun

          Nur mal so nebenbei ...

          er schreibt :

          Mein Javascript Adapter erzeugt eine ziemlich hohe CPU-Last und startet anscheinend immer mal wieder neu.

          @Christoph1337

          Hast du ein Log davon !?

          Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @Glasfaser last edited by Homoran

            @glasfaser sagte in Systemauslastung hoch + Javascript schmiert ab:

            Hast du ein Log davon !?

            eben nicht!

            deswegen meinte ich ja

            @homoran sagte in Systemauslastung hoch + Javascript schmiert ab:

            deine Interpretation ist falsch und die JavaScript Instanz startet nicht neu

            Auch das kurzzeitige erröten der Ampel bei Neustart ist kein Indiz


            BTW: das steht natürlich nicht unter javascript.0, sondern unter system.host

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

              @glasfaser
              Ja, und?

              htop 
              dmesg -T
              free -ht --mega
              tail -f /opt/iobroker/log/iobroker.current.log
              

              Mal anschauen.
              Schiefe skripte sind da auch gerne Verursacher.

              Homoran Christoph1337 2 Replies Last reply Reply Quote 0
              • Christoph1337
                Christoph1337 @Homoran last edited by

                @homoran said in Systemauslastung hoch + Javascript schmiert ab:

                @christoph1337 Danke - reicht!

                die Sammelfunktion ist das einzige Skript in global?
                und läuft schon immer nicht?
                Nein das war mal ein Test. Quasi ein Relikt was immer aus ist

                Wieviele Scripte insgesamt?
                Einige von denen die meisten recht klein sind (Wenn das triggerd dann das). Wie kann ich das am einfachsten ausgeben lassen? Würde so ~40-50 schätzen.

                Nur mal so zur Zusammenfassung bisher:

                Sooo viel RAM ist das gar nicht.
                Du hast 16GB und 4-6 ist da bei deiner Konfig gar nicht so schlecht.
                Linux kümmert sich halt um deine Prozesse:
                https://linuxatemyram.com
                Wenn das fast normal ist bin ich beruhigt. allerdings lief der docker sonst eher bei 2,5-3 GB

                Welche CPU weiß ich nicht
                aber 85% beziehen sich nur auf einen Kern - ist aber nicht wenig
                mit Docker habe ich gar keine Erfahrung.
                Ich vermute das hat mit den Javaadapter zutun der vielleicht immer wieder alles laden muss und dadurch mehr zieht. Sonst dümpelt der Broker mit 15% rum.

                Mehr stört mich:

                Node-Version:	10.x.x
                Nodejs-Version:	12.22.1
                

                Hast du da irgend etwas nachträglich rumgepfuscht?
                das ist wieder ein Thema für @Thomas-Braun
                *Warum nachträglich gepfuscht? Ich hab nix nachträglich geändert. Das würde man doch am "EDIT sehen. Ich bin mir keiner Schuld bewusst. Wo finde ich die Node Version überhaupt? *
                0c4a4742-cdbd-48a4-a6cb-f46aeeaf2154-image.png

                Glasfaser Homoran 2 Replies Last reply Reply Quote 0
                • Glasfaser
                  Glasfaser @Homoran last edited by

                  @homoran

                  DITO 😉 verstehe ich auch so ...

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

                    @christoph1337

                    Und ... was sollen wir jetzt damit ?

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

                      @glasfaser

                      root@iobroker:/opt/iobroker# which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                      /usr/bin/nodejs
                      v12.22.1
                      /usr/bin/node
                      v12.22.1
                      /usr/bin/npm
                      6.14.12
                      nodejs:
                        Installiert:           12.22.1-1nodesource1
                        Installationskandidat: 12.22.1-1nodesource1
                        Versionstabelle:
                       *** 12.22.1-1nodesource1 100
                              100 /var/lib/dpkg/status
                      
                      
                      1 Reply Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators @Christoph1337 last edited by

                        @christoph1337 sagte in Systemauslastung hoch + Javascript schmiert ab:

                        Warum nachträglich gepfuscht? Ich hab nix nachträglich geändert. Das würde man doch am "EDIT sehen

                        das bezog sich auf deine node-Installation 😂 nicht auf deinen Beitrag

                        1 Reply Last reply Reply Quote 0
                        • Christoph1337
                          Christoph1337 @Homoran last edited by

                          @homoran said in Systemauslastung hoch + Javascript schmiert ab:

                          BTW: das steht natürlich nicht unter javascript.0, sondern unter system.host

                          Guter Tipp. Da werde ich gleich mal gucken!

                          1 Reply Last reply Reply Quote 0
                          • Homoran
                            Homoran Global Moderator Administrators @Thomas Braun last edited by

                            @thomas-braun sagte in Systemauslastung hoch + Javascript schmiert ab:

                            Schiefe skripte sind da auch gerne Verursacher.

                            Eben!
                            es ist dann zumindest schon mal kein global script 😉

                            Dann bleibt nur die harte Tour:
                            50% der Scripte deaktivieren

                            • immer noch hohe Last
                              • nochmal davon 50% deaktivieren
                              • ... bis der Übeltäter gefunden ist
                            • Last geht runter
                              • mit den andern 50% weitermachen
                            Glasfaser 1 Reply Last reply Reply Quote 1
                            • Christoph1337
                              Christoph1337 @Thomas Braun last edited by

                              @thomas-braun
                              362acaf0-2913-42d7-8e1d-eb2cc3c510e6-image.png

                              [Mon May 10 18:48:04 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 18:48:04 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 18:48:05 2021] usb 1-1.4.4.3: new low-speed USB device number 114 using xhci_hcd
                              [Mon May 10 18:48:05 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 18:48:05 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 18:48:05 2021] usb 1-1.4.4.3: device not accepting address 114, error -71
                              [Mon May 10 18:48:05 2021] usb 1-1.4.4.3: new low-speed USB device number 115 using xhci_hcd
                              [Mon May 10 18:48:05 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 18:48:05 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 18:48:06 2021] usb 1-1.4.4.3: device not accepting address 115, error -71
                              [Mon May 10 18:48:06 2021] usb 1-1.4.4-port3: unable to enumerate USB device
                              [Mon May 10 18:49:46 2021] BTRFS error (device dm-2): cannot find qgroup item, qgroupid=41007 !
                              
                              [Mon May 10 18:49:47 2021] BTRFS error (device dm-2): cannot find qgroup item, qgroupid=41006 !
                              
                              [Mon May 10 18:57:05 2021] usb 1-1.4.4.3: new low-speed USB device number 116 using xhci_hcd
                              [Mon May 10 18:57:05 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 18:57:05 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 18:57:05 2021] usb 1-1.4.4.3: new low-speed USB device number 117 using xhci_hcd
                              [Mon May 10 18:57:05 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 18:57:06 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 18:57:06 2021] usb 1-1.4.4.3: new low-speed USB device number 118 using xhci_hcd
                              [Mon May 10 18:57:06 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 18:57:06 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 18:57:06 2021] usb 1-1.4.4.3: device not accepting address 118, error -71
                              [Mon May 10 18:57:06 2021] usb 1-1.4.4.3: new low-speed USB device number 119 using xhci_hcd
                              [Mon May 10 18:57:06 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 18:57:07 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 18:57:07 2021] usb 1-1.4.4.3: device not accepting address 119, error -71
                              [Mon May 10 18:57:07 2021] usb 1-1.4.4-port3: unable to enumerate USB device
                              [Mon May 10 19:06:06 2021] usb 1-1.4.4.3: new low-speed USB device number 120 using xhci_hcd
                              [Mon May 10 19:06:06 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:06:06 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:06:06 2021] usb 1-1.4.4.3: new low-speed USB device number 121 using xhci_hcd
                              [Mon May 10 19:06:06 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:06:07 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:06:07 2021] usb 1-1.4.4.3: new low-speed USB device number 122 using xhci_hcd
                              [Mon May 10 19:06:07 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:06:07 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:06:07 2021] usb 1-1.4.4.3: device not accepting address 122, error -71
                              [Mon May 10 19:06:08 2021] usb 1-1.4.4.3: new low-speed USB device number 123 using xhci_hcd
                              [Mon May 10 19:06:08 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:06:08 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:06:08 2021] usb 1-1.4.4.3: device not accepting address 123, error -71
                              [Mon May 10 19:06:08 2021] usb 1-1.4.4-port3: unable to enumerate USB device
                              [Mon May 10 19:15:07 2021] usb 1-1.4.4.3: new low-speed USB device number 124 using xhci_hcd
                              [Mon May 10 19:15:07 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:15:07 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:15:07 2021] usb 1-1.4.4.3: new low-speed USB device number 125 using xhci_hcd
                              [Mon May 10 19:15:08 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:15:08 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:15:08 2021] usb 1-1.4.4.3: new low-speed USB device number 126 using xhci_hcd
                              [Mon May 10 19:15:08 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:15:08 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:15:09 2021] usb 1-1.4.4.3: device not accepting address 126, error -71
                              [Mon May 10 19:15:09 2021] usb 1-1.4.4.3: new low-speed USB device number 127 using xhci_hcd
                              [Mon May 10 19:15:09 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:15:09 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:15:09 2021] usb 1-1.4.4.3: device not accepting address 127, error -71
                              [Mon May 10 19:15:09 2021] usb 1-1.4.4-port3: unable to enumerate USB device
                              [Mon May 10 19:24:08 2021] usb 1-1.4.4.3: new low-speed USB device number 3 using xhci_hcd
                              [Mon May 10 19:24:08 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:24:08 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:24:09 2021] usb 1-1.4.4.3: new low-speed USB device number 9 using xhci_hcd
                              [Mon May 10 19:24:09 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:24:09 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:24:09 2021] usb 1-1.4.4.3: new low-speed USB device number 10 using xhci_hcd
                              [Mon May 10 19:24:09 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:24:09 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:24:10 2021] usb 1-1.4.4.3: device not accepting address 10, error -71
                              [Mon May 10 19:24:10 2021] usb 1-1.4.4.3: new low-speed USB device number 11 using xhci_hcd
                              [Mon May 10 19:24:10 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:24:10 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:24:10 2021] usb 1-1.4.4.3: device not accepting address 11, error -71
                              [Mon May 10 19:24:10 2021] usb 1-1.4.4-port3: unable to enumerate USB device
                              [Mon May 10 19:33:09 2021] usb 1-1.4.4.3: new low-speed USB device number 12 using xhci_hcd
                              [Mon May 10 19:33:09 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:33:10 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:33:10 2021] usb 1-1.4.4.3: new low-speed USB device number 13 using xhci_hcd
                              [Mon May 10 19:33:10 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:33:10 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:33:10 2021] usb 1-1.4.4.3: new low-speed USB device number 14 using xhci_hcd
                              [Mon May 10 19:33:10 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:33:11 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:33:11 2021] usb 1-1.4.4.3: device not accepting address 14, error -71
                              [Mon May 10 19:33:11 2021] usb 1-1.4.4.3: new low-speed USB device number 16 using xhci_hcd
                              [Mon May 10 19:33:11 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:33:11 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:33:11 2021] usb 1-1.4.4.3: device not accepting address 16, error -71
                              [Mon May 10 19:33:11 2021] usb 1-1.4.4-port3: unable to enumerate USB device
                              [Mon May 10 19:42:10 2021] usb 1-1.4.4.3: new low-speed USB device number 17 using xhci_hcd
                              [Mon May 10 19:42:10 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:42:11 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:42:11 2021] usb 1-1.4.4.3: new low-speed USB device number 18 using xhci_hcd
                              [Mon May 10 19:42:11 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:42:11 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:42:12 2021] usb 1-1.4.4.3: new low-speed USB device number 19 using xhci_hcd
                              [Mon May 10 19:42:12 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:42:12 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:42:12 2021] usb 1-1.4.4.3: device not accepting address 19, error -71
                              [Mon May 10 19:42:12 2021] usb 1-1.4.4.3: new low-speed USB device number 20 using xhci_hcd
                              [Mon May 10 19:42:12 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:42:12 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:42:13 2021] usb 1-1.4.4.3: device not accepting address 20, error -71
                              [Mon May 10 19:42:13 2021] usb 1-1.4.4-port3: unable to enumerate USB device
                              [Mon May 10 19:51:11 2021] usb 1-1.4.4.3: new low-speed USB device number 21 using xhci_hcd
                              [Mon May 10 19:51:12 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:51:12 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:51:12 2021] usb 1-1.4.4.3: new low-speed USB device number 22 using xhci_hcd
                              [Mon May 10 19:51:12 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:51:12 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 19:51:13 2021] usb 1-1.4.4.3: new low-speed USB device number 23 using xhci_hcd
                              [Mon May 10 19:51:13 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:51:13 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:51:13 2021] usb 1-1.4.4.3: device not accepting address 23, error -71
                              [Mon May 10 19:51:13 2021] usb 1-1.4.4.3: new low-speed USB device number 24 using xhci_hcd
                              [Mon May 10 19:51:13 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:51:14 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 19:51:14 2021] usb 1-1.4.4.3: device not accepting address 24, error -71
                              [Mon May 10 19:51:14 2021] usb 1-1.4.4-port3: unable to enumerate USB device
                              [Mon May 10 20:00:13 2021] usb 1-1.4.4.3: new low-speed USB device number 25 using xhci_hcd
                              [Mon May 10 20:00:13 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 20:00:13 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 20:00:13 2021] usb 1-1.4.4.3: new low-speed USB device number 26 using xhci_hcd
                              [Mon May 10 20:00:13 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 20:00:14 2021] usb 1-1.4.4.3: device descriptor read/64, error -32
                              [Mon May 10 20:00:14 2021] usb 1-1.4.4.3: new low-speed USB device number 27 using xhci_hcd
                              [Mon May 10 20:00:14 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 20:00:14 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 20:00:14 2021] usb 1-1.4.4.3: device not accepting address 27, error -71
                              [Mon May 10 20:00:14 2021] usb 1-1.4.4.3: new low-speed USB device number 28 using xhci_hcd
                              [Mon May 10 20:00:14 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 20:00:15 2021] usb 1-1.4.4.3: Device not responding to setup address.
                              [Mon May 10 20:00:15 2021] usb 1-1.4.4.3: device not accepting address 28, error -71
                              [Mon May 10 20:00:15 2021] usb 1-1.4.4-port3: unable to enumerate USB device
                              

                              Das ist jetzt nicht das ganze Log sondern nur das Ende. Mich wundert die USB Meldung "device descriptor read/64, error -32
                              "

                              free -ht --mega
                                            total        used        free      shared  buff/cache   available
                              Mem:            15G        5.7G        591M         84M        9.2G        9.2G
                              Swap:           11G        233M         11G
                              Total:          26G        5.9G         11G
                              
                              

                              Das Current Log hatte ich auch schon abgegrast. Da habe ich auch nichts beim dem Fehler des adapters gesehen. Nur die normalen Ausgaben der Scripte und Adapter. Hast du vielleicht nen Tipp nach was ich da greppen kann?

                              Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                              • Christoph1337
                                Christoph1337 @Glasfaser last edited by

                                @glasfaser Mit was genau?
                                Sorry hier sind so viele hilfsbereit Leute da kommt man mit Input liefern kaum hinterher^^

                                1 Reply Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @Christoph1337 last edited by

                                  @christoph1337 htop sieht doch jetzt gut aus!
                                  vorhin hattest du eine unendlich hohe load average.
                                  Das dauert bis sich das wieder einpendelt

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

                                    @christoph1337

                                    Du hast ein 11,38GB großes Swap-File?!?!?!

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

                                      @thomas-braun Default bei Synology. Wenn ich die anpassen würde, wird die beim nächsten Update wieder geändert

                                      Thomas Braun 2 Replies Last reply Reply Quote 0
                                      • Glasfaser
                                        Glasfaser @Homoran last edited by

                                        @Christoph1337

                                        Nimm mal das ToDo

                                        @homoran sagte in Systemauslastung hoch + Javascript schmiert ab:
                                        @thomas-braun sagte in Systemauslastung hoch + Javascript schmiert ab:

                                        Schiefe skripte sind da auch gerne Verursacher.

                                        Eben!
                                        es ist dann zumindest schon mal kein global script 😉

                                        Dann bleibt nur die harte Tour:
                                        50% der Scripte deaktivieren

                                        • immer noch hohe Last
                                          • nochmal davon 50% deaktivieren
                                          • ... bis der Übeltäter gefunden ist
                                        • Last geht runter
                                          • mit den andern 50% weitermachen
                                        Christoph1337 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @Christoph1337 last edited by

                                          @christoph1337
                                          @christoph1337

                                          Ich sach ja immer...
                                          Alles komisches Zeuch mit dem Synology und Docker...

                                          BTRFS error würde mir allerdings Sorgen machen. Auch im Zusammenhang mit dem verschreckten USB-Port. Da scheint irgendwas nicht ganz gesund zu sein.

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

                                            @glasfaser Werd ich machen!
                                            Besten Dank Leute!

                                            Ich hätte noch ein anderes Phänomen aktuell was vielleicht dazu passt. Neuen Post machen oder hier rein?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            396
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            95
                                            4407
                                            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