Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. NUC-Proxmox-steigender Ram

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.8k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.2k

NUC-Proxmox-steigender Ram

Geplant Angeheftet Gesperrt Verschoben Einsteigerfragen
137 Beiträge 13 Kommentatoren 19.2k Aufrufe 13 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • crunchipC crunchip

    @marko67 sagte in NUC-Proxmox-steigender Ram:

    notifications.*, system.adapter.discovery.0.alive

    Diese ganzen Meldungen dürften doch eigentlich gar nicht mehr auftauchen?

    M Offline
    M Offline
    marko67
    schrieb am zuletzt editiert von
    #106

    @crunchip

    Nein. Haben den Adapter gelöscht. 1x über ioB Adapter und dann mal über die Konsole. Meldung taucht immer wieder auf??

    1 Antwort Letzte Antwort
    0
    • CodierknechtC Codierknecht

      @marko67
      Seit wann ist denn von "Redis" die Rede?

      M Offline
      M Offline
      marko67
      schrieb am zuletzt editiert von
      #107

      @codierknecht

      Was meinst Du damit??

      1 Antwort Letzte Antwort
      0
      • CodierknechtC Codierknecht

        @marko67
        Seit wann ist denn von "Redis" die Rede?

        crunchipC Abwesend
        crunchipC Abwesend
        crunchip
        Forum Testing Most Active
        schrieb am zuletzt editiert von crunchip
        #108

        @codierknecht siehe Port 9000/9001, das ist die iobroker interne Redis Datenbank
        https://www.iobroker.net/#de/documentation/config/redis.md

        umgestiegen von Proxmox auf Unraid

        P CodierknechtC 2 Antworten Letzte Antwort
        0
        • crunchipC crunchip

          @codierknecht siehe Port 9000/9001, das ist die iobroker interne Redis Datenbank
          https://www.iobroker.net/#de/documentation/config/redis.md

          P Offline
          P Offline
          peterfido
          schrieb am zuletzt editiert von peterfido
          #109

          @marko67

          DIE bebilderte Anleitung habe ich nicht gefunden.

          Unter Proxmox nutze ich VMs.

          Einen CT habe ich jetzt mal für diesen Test hier erstellt.

          Dazu erstmal im Proxmox Host die aktuelle Debian 12 Vorlage heruntergeladen.
          Screenshot_20240926_063509_Chrome.jpg

          Dann auf erstelle CT klicken, das Template auswählen, 20GB Disk, 4 CPU Kerne in einem Sockel, 8 GB RAM, bei Netzwerk evtl. noch das VLAN setzen, DHCP an, starten.

          Dann als root sudo installieren.

          apt update
          apt install sudo
          apt install curl
          adduser benutzername
          usermod benutzername -aG sudo
          exit
          

          Dann als benutzername einloggen

          sudo apt update
          sudo apt install qemu-guest-agent
          curl -sLf https://iobroker.net/install.sh | bash -
          

          Das ist das Grundsystem, welches bei mir seit gestern testet.
          Screenshot_20240925_135441_Chrome.jpg

          Unter Objekte werden noch System freies RAM, RAM-Prozent und der Speicher vom admin in die History geloggt.
          Screenshot_20240926_065856_Chrome.jpg
          Screenshot_20240926_070037_Chrome.jpg

          Gruß

          Peterfido


          Proxmox auf Intel NUC12WSHi5
          ioBroker: Debian (VM)
          CCU: Debmatic (VM)
          Influx: Debian (VM)
          Grafana: Debian (VM)
          eBus: Debian (VM)
          Zigbee: Debian (VM) mit zigbee2mqtt

          crunchipC 1 Antwort Letzte Antwort
          0
          • crunchipC crunchip

            @codierknecht siehe Port 9000/9001, das ist die iobroker interne Redis Datenbank
            https://www.iobroker.net/#de/documentation/config/redis.md

            CodierknechtC Offline
            CodierknechtC Offline
            Codierknecht
            Developer Most Active
            schrieb am zuletzt editiert von
            #110

            @crunchip sagte in NUC-Proxmox-steigender Ram:

            siehe Port 9000/9001, das ist die iobroker interne Redis Datenbank

            Da muss dann aber jemand auf Redis umgestellt haben.
            In meinem Test-LXC taucht jedenfalls im Log kein "Redis" auf.

            "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

            Proxmox 9.1.1 LXC|8 GB|Core i7-6700
            HmIP|ZigBee|Tasmota|Unifi
            Zabbix Certified Specialist
            Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

            crunchipC 1 Antwort Letzte Antwort
            0
            • CodierknechtC Codierknecht

              @crunchip sagte in NUC-Proxmox-steigender Ram:

              siehe Port 9000/9001, das ist die iobroker interne Redis Datenbank

              Da muss dann aber jemand auf Redis umgestellt haben.
              In meinem Test-LXC taucht jedenfalls im Log kein "Redis" auf.

              crunchipC Abwesend
              crunchipC Abwesend
              crunchip
              Forum Testing Most Active
              schrieb am zuletzt editiert von crunchip
              #111

              @codierknecht sagte in NUC-Proxmox-steigender Ram:

              Da muss dann aber jemand auf Redis umgestellt haben

              Das wurde schon glaub seit controller Version 3.3 eingeführt, nagel mich aber bitte nicht fest

              umgestiegen von Proxmox auf Unraid

              P 1 Antwort Letzte Antwort
              0
              • crunchipC crunchip

                @codierknecht sagte in NUC-Proxmox-steigender Ram:

                Da muss dann aber jemand auf Redis umgestellt haben

                Das wurde schon glaub seit controller Version 3.3 eingeführt, nagel mich aber bitte nicht fest

                P Offline
                P Offline
                peterfido
                schrieb am zuletzt editiert von
                #112

                @crunchip

                Redis ist bei meinem Testsystem nicht aktiv.

                2024-09-25 10:57:57.542 - info: host.ioTest iobroker.js-controller version 6.0.11 js-controller starting
                2024-09-25 10:57:57.543 - info: host.ioTest Copyright (c) 2014-2024 bluefox, 2014 hobbyquaker
                2024-09-25 10:57:57.543 - info: host.ioTest hostname: ioTest, node: v20.17.0
                2024-09-25 10:57:57.544 - info: host.ioTest ip addresses: 192.168.56.243 fe80::be24:11ff:fee6:705f
                2024-09-25 10:57:57.771 - info: host.ioTest connected to Objects and States
                2024-09-25 10:57:57.780 - info: host.ioTest Node.js version has changed from unknown to 20.17.0
                2024-09-25 10:57:57.786 - info: host.ioTest Successfully updated capabilities "cap_net_admin, cap_net_bind_service, cap_net_raw" for /usr/bin/node
                2024-09-25 10:57:57.786 - info: host.ioTest added notifications configuration of host
                2024-09-25 10:57:57.892 - info: host.ioTest 3 instances found
                2024-09-25 10:57:57.894 - info: host.ioTest starting 3 instances
                2024-09-25 10:57:57.906 - info: host.ioTest instance system.adapter.admin.0 in version "7.1.2" started with pid 10717
                2024-09-25 10:57:58.391 - info: admin.0 (10717) starting. Version 7.1.2 in /opt/iobroker/node_modules/iobroker.admin, node: v20.17.0, js-controller: 6.0.11
                2024-09-25 10:57:58.399 - info: admin.0 (10717) requesting all objects
                2024-09-25 10:57:58.434 - info: admin.0 (10717) received all objects
                2024-09-25 10:57:58.438 - info: admin.0 (10717) Request actual repository...
                2024-09-25 10:57:58.445 - info: host.ioTest Updating repository "stable" under "http://download.iobroker.net/sources-dist.json"
                2024-09-25 10:57:58.447 - info: admin.0 (10717) socket.io server listening on port 8081
                2024-09-25 10:57:58.447 - info: admin.0 (10717) http server listening on port 8081
                2024-09-25 10:57:58.448 - info: admin.0 (10717) Use link "http://127.0.0.1:8081" to configure.
                2024-09-25 10:57:58.549 - warn: admin.0 (10717) Repository cannot be read: Active repo - stable
                2024-09-25 10:57:58.556 - warn: admin.0 (10717) Active repository "stable" cannot be read
                2024-09-25 10:58:00.709 - info: admin.0 (10717) Repository received successfully.
                2024-09-25 10:58:01.977 - info: host.ioTest instance system.adapter.backitup.0 in version "3.0.22" started with pid 10758
                2024-09-25 10:58:02.421 - info: backitup.0 (10758) starting. Version 3.0.22 in /opt/iobroker/node_modules/iobroker.backitup, node: v20.17.0, js-controller: 6.0.11
                2024-09-25 10:58:02.435 - info: backitup.0 (10758) [iobroker] backup will be activated at 02:48 every 1 day(s)
                2024-09-25 10:58:05.976 - info: host.ioTest instance system.adapter.discovery.0 in version "5.0.0" started with pid 10773
                2024-09-25 10:58:06.372 - info: discovery.0 (10773) starting. Version 5.0.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v20.17.0, js-controller: 6.0.11
                2024-09-25 11:34:33.609 - info: admin.0 (10717) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 11:35:16.156 - info: backitup.0 (10758) cleaned everything up...
                2024-09-25 11:35:16.156 - info: admin.0 (10717) terminating http server on port 8081
                2024-09-25 11:35:16.155 - info: host.ioTest received SIGTERM
                2024-09-25 11:35:16.157 - info: host.ioTest stopInstance system.adapter.admin.0 (force=false, process=true)
                2024-09-25 11:35:16.157 - info: host.ioTest stopInstance system.adapter.backitup.0 (force=false, process=true)
                2024-09-25 11:35:16.157 - info: host.ioTest stopInstance system.adapter.discovery.0 (force=false, process=true)
                2024-09-25 11:35:16.161 - info: admin.0 (10717) Got terminate signal TERMINATE_YOURSELF
                2024-09-25 11:35:16.161 - info: backitup.0 (10758) Got terminate signal TERMINATE_YOURSELF
                2024-09-25 11:35:16.161 - info: discovery.0 (10773) Got terminate signal TERMINATE_YOURSELF
                2024-09-25 11:35:16.162 - info: host.ioTest stopInstance system.adapter.admin.0 send kill signal
                2024-09-25 11:35:16.162 - info: discovery.0 (10773) terminating
                2024-09-25 11:35:16.161 - info: backitup.0 (10758) terminating
                2024-09-25 11:35:16.162 - info: backitup.0 (10758) Terminated (NO_ERROR): Without reason
                2024-09-25 11:35:16.162 - info: discovery.0 (10773) Terminated (NO_ERROR): Without reason
                2024-09-25 11:35:16.162 - info: admin.0 (10717) terminating
                2024-09-25 11:35:16.163 - info: host.ioTest stopInstance system.adapter.backitup.0 send kill signal
                2024-09-25 11:35:16.163 - info: host.ioTest stopInstance system.adapter.discovery.0 send kill signal
                2024-09-25 11:35:16.163 - info: admin.0 (10717) Terminated (NO_ERROR): Without reason
                2024-09-25 11:35:16.657 - info: discovery.0 (10773) terminating
                2024-09-25 11:35:16.658 - info: backitup.0 (10758) terminating
                2024-09-25 11:35:16.659 - info: admin.0 (10717) terminating
                2024-09-25 11:35:16.694 - info: host.ioTest instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                2024-09-25 11:35:16.694 - info: host.ioTest instance system.adapter.discovery.0 terminated with code 0 (NO_ERROR)
                2024-09-25 11:35:16.735 - info: host.ioTest instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                2024-09-25 11:35:16.735 - info: host.ioTest All instances are stopped.
                2024-09-25 11:35:16.779 - info: host.ioTest terminated
                2024-09-25 11:35:23.318 - info: host.ioTest iobroker.js-controller version 6.0.11 js-controller starting
                2024-09-25 11:35:23.320 - info: host.ioTest Copyright (c) 2014-2024 bluefox, 2014 hobbyquaker
                2024-09-25 11:35:23.320 - info: host.ioTest hostname: ioTest, node: v20.17.0
                2024-09-25 11:35:23.320 - info: host.ioTest ip addresses: 192.168.56.243 fe80::be24:11ff:fee6:705f
                2024-09-25 11:35:23.606 - info: host.ioTest connected to Objects and States
                2024-09-25 11:35:23.612 - info: host.ioTest added notifications configuration of host
                2024-09-25 11:35:23.785 - info: host.ioTest 3 instances found
                2024-09-25 11:35:23.787 - info: host.ioTest starting 3 instances
                2024-09-25 11:35:23.836 - info: host.ioTest Delete state "system.host.ioTest.versions.nodeCurrent"
                2024-09-25 11:35:23.934 - info: host.ioTest instance system.adapter.admin.0 in version "7.1.2" started with pid 329
                2024-09-25 11:35:23.972 - info: host.ioTest Delete state "system.host.ioTest.versions.nodeNewest"
                2024-09-25 11:35:23.973 - info: host.ioTest Delete state "system.host.ioTest.versions.nodeNewestNext"
                2024-09-25 11:35:23.975 - info: host.ioTest Delete state "system.host.ioTest.versions.npmCurrent"
                2024-09-25 11:35:23.977 - info: host.ioTest Delete state "system.host.ioTest.versions.npmNewest"
                2024-09-25 11:35:23.978 - info: host.ioTest Delete state "system.host.ioTest.versions.npmNewestNext"
                2024-09-25 11:35:23.979 - info: host.ioTest Some obsolete host states deleted.
                2024-09-25 11:35:24.476 - info: admin.0 (329) starting. Version 7.1.2 in /opt/iobroker/node_modules/iobroker.admin, node: v20.17.0, js-controller: 6.0.11
                2024-09-25 11:35:24.486 - info: admin.0 (329) requesting all objects
                2024-09-25 11:35:24.655 - info: admin.0 (329) received all objects
                2024-09-25 11:35:24.732 - info: admin.0 (329) socket.io server listening on port 8081
                2024-09-25 11:35:24.733 - info: admin.0 (329) http server listening on port 8081
                2024-09-25 11:35:24.733 - info: admin.0 (329) Use link "http://127.0.0.1:8081" to configure.
                2024-09-25 11:35:27.900 - info: host.ioTest instance system.adapter.backitup.0 in version "3.0.22" started with pid 370
                2024-09-25 11:35:28.009 - info: admin.0 (329) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 11:35:28.315 - info: backitup.0 (370) starting. Version 3.0.22 in /opt/iobroker/node_modules/iobroker.backitup, node: v20.17.0, js-controller: 6.0.11
                2024-09-25 11:35:28.327 - info: backitup.0 (370) [iobroker] backup will be activated at 02:48 every 1 day(s)
                2024-09-25 11:35:31.888 - info: host.ioTest instance system.adapter.discovery.0 in version "5.0.0" started with pid 385
                2024-09-25 11:35:32.281 - info: discovery.0 (385) starting. Version 5.0.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v20.17.0, js-controller: 6.0.11
                2024-09-25 11:35:36.379 - info: admin.0 (329) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 11:35:36.698 - info: admin.0 (329) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 11:38:43.322 - info: host.ioTest iobroker add javascript
                2024-09-25 11:38:43.887 - info: host.ioTest iobroker NPM version: 10.8.2
                2024-09-25 11:38:43.888 - info: host.ioTest iobroker Installing iobroker.javascript@8.7.6... (System call)
                2024-09-25 11:38:49.868 - info: host.ioTest iobroker
                2024-09-25 11:38:49.869 - info: host.ioTest iobroker added 16 packages in 6s72 packages are looking for funding run `npm fund` for details
                2024-09-25 11:38:49.881 - info: host.ioTest iobroker host.ioTest install adapter javascript
                2024-09-25 11:38:49.897 - info: host.ioTest iobroker upload [881] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/adminWords.js adminWords.js application/javascript
                2024-09-25 11:38:49.981 - info: host.ioTest iobroker upload [850] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/custom/static/js/vendors-node_modules_mui_icons-material_esm_index_js.fa0e4301.chunk.js custom/static/js/vendors-node_modules_mui_icons-material_esm_index_js.fa0e4301.chunk.js application/javascript
                2024-09-25 11:38:50.136 - info: host.ioTest iobroker upload [800] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/own/blocks_object.js google-blockly/own/blocks_object.js application/javascript
                2024-09-25 11:38:50.226 - info: host.ioTest iobroker upload [750] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/css/864.4c85ffd6.chunk.css static/css/864.4c85ffd6.chunk.css text/css
                2024-09-25 11:38:50.596 - info: host.ioTest iobroker upload [700] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/173.4e774f7f.chunk.js static/js/173.4e774f7f.chunk.js application/javascript
                2024-09-25 11:38:50.745 - info: host.ioTest iobroker upload [650] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/26.79c81b4e.chunk.js static/js/26.79c81b4e.chunk.js application/javascript
                2024-09-25 11:38:51.495 - info: host.ioTest iobroker upload [600] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/320.d9816b46.chunk.js.map static/js/320.d9816b46.chunk.js.map application/json
                2024-09-25 11:38:51.817 - info: host.ioTest iobroker upload [550] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/409.168f947c.chunk.js.map static/js/409.168f947c.chunk.js.map application/json
                2024-09-25 11:38:52.050 - info: host.ioTest iobroker upload [500] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/456.97a46315.chunk.js.LICENSE.txt static/js/456.97a46315.chunk.js.LICENSE.txt text/plain
                2024-09-25 11:38:52.655 - info: host.ioTest iobroker upload [450] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/61.913ccfa8.chunk.js.map static/js/61.913ccfa8.chunk.js.map application/json
                2024-09-25 11:38:53.181 - info: host.ioTest iobroker upload [400] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/709.88d87b7c.chunk.js.map static/js/709.88d87b7c.chunk.js.map application/json
                2024-09-25 11:38:53.457 - info: host.ioTest iobroker upload [350] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/826.76c09000.chunk.js.map static/js/826.76c09000.chunk.js.map application/json
                2024-09-25 11:38:53.957 - info: host.ioTest iobroker upload [300] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/880.e4029d50.chunk.js static/js/880.e4029d50.chunk.js application/javascript
                2024-09-25 11:38:54.341 - info: host.ioTest iobroker upload [250] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/961.02d44700.chunk.js.map static/js/961.02d44700.chunk.js.map application/json
                2024-09-25 11:38:54.428 - info: host.ioTest iobroker upload [200] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/main.720010c8.js static/js/main.720010c8.js application/javascript
                2024-09-25 11:38:54.517 - info: host.ioTest iobroker upload [150] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/media/Cellar.7ec1b1803a2437c8b78c.svg static/media/Cellar.7ec1b1803a2437c8b78c.svg image/svg+xml
                2024-09-25 11:38:54.604 - info: host.ioTest iobroker upload [100] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/media/Living Room.3c380ab767be35f904e1.svg static/media/Living Room.3c380ab767be35f904e1.svg image/svg+xml
                2024-09-25 11:38:54.623 - info: host.ioTest iobroker upload [90] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/media/People.12a7e9127e72f3259186.svg static/media/People.12a7e9127e72f3259186.svg image/svg+xml
                2024-09-25 11:38:54.641 - info: host.ioTest iobroker upload [80] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/media/Security.1ec78971bd34efa950f8.svg static/media/Security.1ec78971bd34efa950f8.svg image/svg+xml
                2024-09-25 11:38:54.656 - info: host.ioTest iobroker upload [70] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/media/Storeroom.7de4e6f3364554459b8a.svg static/media/Storeroom.7de4e6f3364554459b8a.svg image/svg+xml
                2024-09-25 11:38:54.674 - info: host.ioTest iobroker upload [60] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/media/Vacuum Cleaner.9c8d50e436e6cea06dfa.svg static/media/Vacuum Cleaner.9c8d50e436e6cea06dfa.svg image/svg+xml
                2024-09-25 11:38:54.690 - info: host.ioTest iobroker upload [50] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/media/Window.421664f57c35e5109aa2.svg static/media/Window.421664f57c35e5109aa2.svg image/svg+xml
                2024-09-25 11:38:54.706 - info: host.ioTest iobroker upload [40] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/media/names.e7efb5283d98000c74ac.txt static/media/names.e7efb5283d98000c74ac.txt text/plain
                2024-09-25 11:38:54.729 - info: host.ioTest iobroker upload [30] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/basic-languages/html/html.js vs/basic-languages/html/html.js application/javascript
                2024-09-25 11:38:54.768 - info: host.ioTest iobroker upload [20] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.ja.js vs/editor/editor.main.nls.ja.js application/javascript
                2024-09-25 11:38:54.770 - info: host.ioTest iobroker upload [19] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.js vs/editor/editor.main.nls.js application/javascript
                2024-09-25 11:38:54.773 - info: host.ioTest iobroker upload [18] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.ko.js vs/editor/editor.main.nls.ko.js application/javascript
                2024-09-25 11:38:54.775 - info: host.ioTest iobroker upload [17] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.ru.js vs/editor/editor.main.nls.ru.js application/javascript
                2024-09-25 11:38:54.778 - info: host.ioTest iobroker upload [16] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.zh-cn.js vs/editor/editor.main.nls.zh-cn.js application/javascript
                2024-09-25 11:38:54.780 - info: host.ioTest iobroker upload [15] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.zh-tw.js vs/editor/editor.main.nls.zh-tw.js application/javascript
                2024-09-25 11:38:54.790 - info: host.ioTest iobroker upload [14] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/css/cssMode.js vs/language/css/cssMode.js application/javascript
                2024-09-25 11:38:54.793 - info: host.ioTest iobroker upload [13] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/css/cssWorker.js vs/language/css/cssWorker.js application/javascript
                2024-09-25 11:38:54.797 - info: host.ioTest iobroker upload [12] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/html/htmlMode.js vs/language/html/htmlMode.js application/javascript
                2024-09-25 11:38:54.800 - info: host.ioTest iobroker upload [11] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/html/htmlWorker.js vs/language/html/htmlWorker.js application/javascript
                2024-09-25 11:38:54.814 - info: host.ioTest iobroker upload [10] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/json/jsonMode.js vs/language/json/jsonMode.js application/javascript
                2024-09-25 11:38:54.817 - info: host.ioTest iobroker upload [9] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/json/jsonWorker.js vs/language/json/jsonWorker.js application/javascript
                2024-09-25 11:38:54.819 - info: host.ioTest iobroker upload [8] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/typescript/tsMode.js vs/language/typescript/tsMode.js application/javascript
                2024-09-25 11:38:54.821 - info: host.ioTest iobroker upload [7] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/typescript/tsWorker.js vs/language/typescript/tsWorker.js application/javascript
                2024-09-25 11:38:54.866 - info: host.ioTest iobroker upload [6] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/loader.js vs/loader.js application/javascript
                2024-09-25 11:38:54.871 - info: host.ioTest iobroker upload [5] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/monaco.d.ts vs/monaco.d.ts video/mp2t
                2024-09-25 11:38:54.875 - info: host.ioTest iobroker upload [4] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vsFont/README.md vsFont/README.md text/markdown
                2024-09-25 11:38:54.877 - info: host.ioTest iobroker upload [3] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vsFont/codicon.json vsFont/codicon.json application/json
                2024-09-25 11:38:54.879 - info: host.ioTest iobroker upload [2] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vsFont/codicon.zip vsFont/codicon.zip application/zip
                2024-09-25 11:38:54.881 - info: host.ioTest iobroker upload [1] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vsFont/createJson.js vsFont/createJson.js application/javascript
                2024-09-25 11:38:54.883 - info: host.ioTest iobroker upload [0] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/words.js words.js application/javascript
                2024-09-25 11:38:54.902 - info: host.ioTest iobroker host.ioTest object _design/script created/updated
                2024-09-25 11:38:54.903 - info: host.ioTest iobroker host.ioTest object script.js created/updated
                2024-09-25 11:38:54.904 - info: host.ioTest iobroker host.ioTest object script.js.common created/updated
                2024-09-25 11:38:54.904 - info: host.ioTest iobroker host.ioTest object script.js.global created/updated
                2024-09-25 11:38:54.906 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript created/updated
                2024-09-25 11:38:54.924 - info: host.ioTest iobroker host.ioTest create instance javascript
                2024-09-25 11:38:54.926 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.alive created
                2024-09-25 11:38:54.926 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.connected created
                2024-09-25 11:38:54.927 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.compactMode created
                2024-09-25 11:38:54.928 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.cpu created
                2024-09-25 11:38:54.929 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.cputime created
                2024-09-25 11:38:54.931 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.memHeapUsed created
                2024-09-25 11:38:54.932 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.memHeapTotal created
                2024-09-25 11:38:54.933 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.memRss created
                2024-09-25 11:38:54.934 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.uptime created
                2024-09-25 11:38:54.935 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.inputCount created
                2024-09-25 11:38:54.936 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.outputCount created
                2024-09-25 11:38:54.937 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.eventLoopLag created
                2024-09-25 11:38:54.938 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.sigKill created
                2024-09-25 11:38:54.942 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.logLevel created
                2024-09-25 11:38:54.942 - info: host.ioTest iobroker host.ioTest object javascript.0.variables created
                2024-09-25 11:38:54.943 - info: host.ioTest iobroker host.ioTest object javascript.0.variables.astro created
                2024-09-25 11:38:54.945 - info: host.ioTest iobroker host.ioTest object javascript.0.variables.isDayTime created
                2024-09-25 11:38:54.946 - info: host.ioTest iobroker host.ioTest object javascript.0.variables.isDaylightSaving created
                2024-09-25 11:38:54.946 - info: host.ioTest iobroker host.ioTest object javascript.0.variables.dayTime created
                2024-09-25 11:38:54.947 - info: host.ioTest iobroker host.ioTest object javascript.0.variables.rulesTour created
                2024-09-25 11:38:54.948 - info: host.ioTest iobroker host.ioTest object javascript.0.debug created
                2024-09-25 11:38:54.949 - info: host.ioTest iobroker host.ioTest object javascript.0.debug.to created
                2024-09-25 11:38:54.950 - info: host.ioTest iobroker host.ioTest object javascript.0.debug.from created
                2024-09-25 11:38:54.951 - info: host.ioTest iobroker host.ioTest object javascript.0.debug.rules created
                2024-09-25 11:38:54.958 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0 created
                2024-09-25 11:38:55.979 - info: host.ioTest iobroker exit 0
                2024-09-25 11:38:56.110 - info: host.ioTest iobroker add history
                2024-09-25 11:38:56.688 - info: host.ioTest iobroker NPM version: 10.8.2
                2024-09-25 11:38:56.688 - info: host.ioTest iobroker Installing iobroker.history@3.0.1... (System call)
                2024-09-25 11:38:58.072 - info: host.ioTest instance system.adapter.javascript.0 in version "8.7.6" started with pid 496
                2024-09-25 11:38:58.218 - info: host.ioTest iobroker
                2024-09-25 11:38:58.219 - info: host.ioTest iobroker added 1 package in 1s72 packages are looking for funding run `npm fund` for details
                2024-09-25 11:38:58.229 - info: host.ioTest iobroker host.ioTest install adapter history
                2024-09-25 11:38:58.242 - info: host.ioTest iobroker upload [13] history.admin /opt/iobroker/node_modules/iobroker.history/admin/history.png history.png image/png
                2024-09-25 11:38:58.247 - info: host.ioTest iobroker upload [12] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/de/translations.json i18n/de/translations.json application/json
                2024-09-25 11:38:58.249 - info: host.ioTest iobroker upload [11] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/en/translations.json i18n/en/translations.json application/json
                2024-09-25 11:38:58.251 - info: host.ioTest iobroker upload [10] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/es/translations.json i18n/es/translations.json application/json
                2024-09-25 11:38:58.253 - info: host.ioTest iobroker upload [9] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                2024-09-25 11:38:58.255 - info: host.ioTest iobroker upload [8] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/it/translations.json i18n/it/translations.json application/json
                2024-09-25 11:38:58.257 - info: host.ioTest iobroker upload [7] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                2024-09-25 11:38:58.259 - info: host.ioTest iobroker upload [6] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                2024-09-25 11:38:58.261 - info: host.ioTest iobroker upload [5] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                2024-09-25 11:38:58.264 - info: host.ioTest iobroker upload [4] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                2024-09-25 11:38:58.267 - info: host.ioTest iobroker upload [3] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                2024-09-25 11:38:58.268 - info: host.ioTest iobroker upload [2] history.admin /opt/iobroker/node_modules/iobroker.history/admin/jsonConfig.json jsonConfig.json application/json
                2024-09-25 11:38:58.270 - info: host.ioTest iobroker upload [1] history.admin /opt/iobroker/node_modules/iobroker.history/admin/jsonCustom.json jsonCustom.json application/json
                2024-09-25 11:38:58.272 - info: host.ioTest iobroker upload [0] history.admin /opt/iobroker/node_modules/iobroker.history/admin/words.js words.js application/javascript
                2024-09-25 11:38:58.282 - info: host.ioTest iobroker host.ioTest object system.adapter.history created/updated
                2024-09-25 11:38:58.291 - info: host.ioTest iobroker host.ioTest create instance history
                2024-09-25 11:38:58.294 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.alive created
                2024-09-25 11:38:58.295 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.connected created
                2024-09-25 11:38:58.297 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.compactMode created
                2024-09-25 11:38:58.298 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.cpu created
                2024-09-25 11:38:58.299 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.cputime created
                2024-09-25 11:38:58.300 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.memHeapUsed created
                2024-09-25 11:38:58.302 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.memHeapTotal created
                2024-09-25 11:38:58.303 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.memRss created
                2024-09-25 11:38:58.304 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.uptime created
                2024-09-25 11:38:58.305 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.inputCount created
                2024-09-25 11:38:58.306 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.outputCount created
                2024-09-25 11:38:58.308 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.eventLoopLag created
                2024-09-25 11:38:58.309 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.sigKill created
                2024-09-25 11:38:58.311 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.logLevel created
                2024-09-25 11:38:58.312 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0 created
                2024-09-25 11:38:58.707 - info: javascript.0 (496) starting. Version 8.7.6 in /opt/iobroker/node_modules/iobroker.javascript, node: v20.17.0, js-controller: 6.0.11
                2024-09-25 11:38:58.742 - info: javascript.0 (496) requesting all states
                2024-09-25 11:38:58.743 - info: javascript.0 (496) requesting all objects
                2024-09-25 11:38:58.800 - info: javascript.0 (496) received all states
                2024-09-25 11:38:58.849 - info: javascript.0 (496) received all objects
                2024-09-25 11:38:59.322 - info: host.ioTest iobroker exit 0
                2024-09-25 11:39:10.927 - info: host.ioTest instance system.adapter.history.0 in version "3.0.1" started with pid 511
                2024-09-25 11:39:11.319 - info: history.0 (511) starting. Version 3.0.1 in /opt/iobroker/node_modules/iobroker.history, node: v20.17.0, js-controller: 6.0.11
                2024-09-25 11:39:11.374 - info: history.0 (511) Set default history instance to "history.0"
                2024-09-25 11:39:15.959 - info: host.ioTest stopInstance system.adapter.admin.0 (force=false, process=true)
                2024-09-25 11:39:15.963 - info: admin.0 (329) Got terminate signal TERMINATE_YOURSELF
                2024-09-25 11:39:15.964 - info: admin.0 (329) terminating http server on port 8081
                2024-09-25 11:39:15.965 - info: admin.0 (329) terminating
                2024-09-25 11:39:15.966 - info: admin.0 (329) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                2024-09-25 11:39:16.004 - info: host.ioTest stopInstance system.adapter.admin.0 send kill signal
                2024-09-25 11:39:16.466 - info: admin.0 (329) terminating
                2024-09-25 11:39:16.482 - info: host.ioTest instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                2024-09-25 11:39:19.585 - info: host.ioTest instance system.adapter.admin.0 in version "7.1.2" started with pid 526
                2024-09-25 11:39:20.093 - info: admin.0 (526) starting. Version 7.1.2 in /opt/iobroker/node_modules/iobroker.admin, node: v20.17.0, js-controller: 6.0.11
                2024-09-25 11:39:20.105 - info: admin.0 (526) requesting all objects
                2024-09-25 11:39:20.289 - info: admin.0 (526) received all objects
                2024-09-25 11:39:20.363 - info: admin.0 (526) Secure socket.io server listening on port 8081
                2024-09-25 11:39:20.364 - info: admin.0 (526) https server listening on port 8081
                2024-09-25 11:39:20.364 - info: admin.0 (526) Use link "https://127.0.0.1:8081" to configure.
                2024-09-25 11:39:37.141 - info: admin.0 (526) failed connection to socket.io from ::ffff:192.168.56.21: Passport was not initialized
                2024-09-25 11:39:48.042 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 11:40:17.163 - info: discovery.0 (385) Discovering devices with a HF-LPB100 chipset...
                2024-09-25 11:40:17.169 - info: discovery.0 (385) Discovering mDNS devices...
                2024-09-25 11:40:17.170 - info: discovery.0 (385) Discovering ping devices...
                2024-09-25 11:40:17.195 - info: discovery.0 (385) Discovering UPnP devices...
                2024-09-25 11:40:17.197 - info: discovery.0 (385) Discovering wifi-mi-light devices...
                2024-09-25 11:40:17.205 - warn: discovery.0 (385) tr-064.0 not installed
                2024-09-25 11:40:17.205 - info: discovery.0 (385) Done discovering tr064 devices. 0 packages received
                2024-09-25 11:40:18.697 - info: discovery.0 (385) Done discovering RESOL VBus devices. 0 packages received
                2024-09-25 11:40:19.198 - info: discovery.0 (385) Done discovering wifi-mi-light devices. 0 packages received
                2024-09-25 11:40:22.174 - info: discovery.0 (385) Done discovering SMA Speedwire devices. 0 packages received
                2024-09-25 11:40:22.174 - info: discovery.0 (385) Done discovering udp devices. 1 packages received
                2024-09-25 11:40:27.165 - info: discovery.0 (385) Done discovering HF-LPB100 devices. 0 packages received
                2024-09-25 11:40:30.509 - info: discovery.0 (385) Done discovering ping devices. 1 packages received
                2024-09-25 11:40:32.171 - info: discovery.0 (385) Done discovering mdns devices. 0 packages received
                2024-09-25 11:40:32.196 - info: discovery.0 (385) Done discovering upnp devices. 18 packages received
                2024-09-25 11:40:32.199 - info: discovery.0 (385) Found 4 addresses
                2024-09-25 11:40:49.408 - info: discovery.0 (385) Discovery finished. Found new or modified 7 instances
                2024-09-25 11:40:49.464 - info: discovery.0 (385) Discovery finished
                2024-09-25 11:44:05.124 - info: history.0 (511) enabled logging of system.host.ioTest.freemem, Alias=false, WriteNulls=true
                2024-09-25 11:44:31.505 - info: history.0 (511) enabled logging of system.host.ioTest.mem, Alias=false, WriteNulls=true
                2024-09-25 12:00:43.151 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 12:06:08.821 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 12:07:37.652 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 12:07:38.465 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 12:13:18.504 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 12:31:49.466 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 12:33:56.558 - info: history.0 (511) enabled logging of system.adapter.admin.0.memRss, Alias=false, WriteNulls=true
                2024-09-25 12:36:54.832 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 12:44:43.508 - info: admin.0 (526) failed connection to socket.io from ::ffff:192.168.56.21: Passport was not initialized
                2024-09-25 13:16:34.592 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 13:21:12.611 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 13:21:13.292 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 13:26:16.181 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 13:26:16.903 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 13:33:01.954 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 13:42:08.890 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 13:42:12.205 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 14:28:19.717 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 14:30:59.723 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 17:58:14.049 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 18:02:04.070 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 18:02:26.241 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 18:02:37.756 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 18:13:53.085 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 18:13:57.028 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 18:28:33.016 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 18:28:38.116 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 18:43:11.126 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 18:48:25.001 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 19:17:26.663 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 19:17:30.918 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 19:28:25.578 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 19:29:25.582 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 19:53:29.746 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 19:58:39.494 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 19:58:40.510 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 20:02:05.439 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 20:02:10.921 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 20:02:16.615 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 20:02:17.150 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 20:02:44.103 - info: backitup.0 (370) cleaned everything up...
                2024-09-25 20:02:44.103 - info: host.ioTest received SIGTERM
                2024-09-25 20:02:44.104 - info: host.ioTest stopInstance system.adapter.admin.0 (force=false, process=true)
                2024-09-25 20:02:44.104 - info: host.ioTest stopInstance system.adapter.backitup.0 (force=false, process=true)
                2024-09-25 20:02:44.104 - info: host.ioTest stopInstance system.adapter.discovery.0 (force=false, process=true)
                2024-09-25 20:02:44.104 - info: host.ioTest stopInstance system.adapter.javascript.0 (force=false, process=true)
                2024-09-25 20:02:44.104 - info: host.ioTest stopInstance system.adapter.history.0 (force=false, process=true)
                2024-09-25 20:02:44.107 - info: discovery.0 (385) Got terminate signal TERMINATE_YOURSELF
                2024-09-25 20:02:44.106 - info: javascript.0 (496) Got terminate signal TERMINATE_YOURSELF
                2024-09-25 20:02:44.105 - info: admin.0 (526) terminating https server on port 8081
                2024-09-25 20:02:44.108 - info: javascript.0 (496) terminating
                2024-09-25 20:02:44.109 - info: javascript.0 (496) Terminated (NO_ERROR): Without reason
                2024-09-25 20:02:44.108 - info: backitup.0 (370) Got terminate signal TERMINATE_YOURSELF
                2024-09-25 20:02:44.111 - info: admin.0 (526) Got terminate signal TERMINATE_YOURSELF
                2024-09-25 20:02:44.110 - info: history.0 (511) terminating
                2024-09-25 20:02:44.112 - info: history.0 (511) Terminated (NO_ERROR): Without reason
                2024-09-25 20:02:44.113 - info: admin.0 (526) terminating
                2024-09-25 20:02:44.114 - info: admin.0 (526) Terminated (NO_ERROR): Without reason
                2024-09-25 20:02:44.147 - info: host.ioTest stopInstance system.adapter.admin.0 send kill signal
                2024-09-25 20:02:44.147 - info: host.ioTest stopInstance system.adapter.backitup.0 send kill signal
                2024-09-25 20:02:44.147 - info: host.ioTest stopInstance system.adapter.discovery.0 send kill signal
                2024-09-25 20:02:44.148 - info: host.ioTest stopInstance system.adapter.javascript.0 send kill signal
                2024-09-25 20:02:44.150 - info: discovery.0 (385) terminating
                2024-09-25 20:02:44.151 - info: backitup.0 (370) terminating
                2024-09-25 20:02:44.151 - info: discovery.0 (385) Terminated (NO_ERROR): Without reason
                2024-09-25 20:02:44.151 - info: backitup.0 (370) Terminated (NO_ERROR): Without reason
                2024-09-25 20:02:44.573 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 20:02:44.608 - info: javascript.0 (496) terminating
                2024-09-25 20:02:44.608 - info: backitup.0 (370) terminating
                2024-09-25 20:02:44.608 - info: discovery.0 (385) terminating
                2024-09-25 20:02:44.609 - info: admin.0 (526) terminating
                2024-09-25 20:02:44.634 - info: host.ioTest instance system.adapter.javascript.0 terminated with code 0 (NO_ERROR)
                2024-09-25 20:02:44.634 - info: host.ioTest instance system.adapter.history.0 terminated with code 0 (NO_ERROR)
                2024-09-25 20:02:44.638 - info: host.ioTest instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                2024-09-25 20:02:44.666 - info: host.ioTest instance system.adapter.discovery.0 terminated with code 0 (NO_ERROR)
                2024-09-25 20:02:44.668 - info: host.ioTest instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                2024-09-25 20:02:44.668 - info: host.ioTest All instances are stopped.
                2024-09-25 20:02:44.836 - info: host.ioTest terminated
                2024-09-25 20:02:46.206 - info: host.ioTest iobroker.js-controller version 6.0.11 js-controller starting
                2024-09-25 20:02:46.208 - info: host.ioTest Copyright (c) 2014-2024 bluefox, 2014 hobbyquaker
                2024-09-25 20:02:46.208 - info: host.ioTest hostname: ioTest, node: v20.17.0
                2024-09-25 20:02:46.208 - info: host.ioTest ip addresses: 192.168.56.243 fe80::be24:11ff:fee6:705f
                2024-09-25 20:02:46.578 - info: host.ioTest connected to Objects and States
                2024-09-25 20:02:46.583 - info: host.ioTest added notifications configuration of host
                2024-09-25 20:02:46.727 - info: host.ioTest 5 instances found
                2024-09-25 20:02:46.729 - info: host.ioTest starting 5 instances
                2024-09-25 20:02:46.833 - info: host.ioTest Delete state "system.host.ioTest.versions.nodeCurrent"
                2024-09-25 20:02:46.840 - info: host.ioTest Delete state "system.host.ioTest.versions.nodeNewest"
                2024-09-25 20:02:46.848 - info: host.ioTest instance system.adapter.admin.0 in version "7.1.2" started with pid 4493
                2024-09-25 20:02:46.848 - info: host.ioTest Delete state "system.host.ioTest.versions.nodeNewestNext"
                2024-09-25 20:02:46.850 - info: host.ioTest Delete state "system.host.ioTest.versions.npmCurrent"
                2024-09-25 20:02:46.891 - info: host.ioTest Delete state "system.host.ioTest.versions.npmNewest"
                2024-09-25 20:02:46.892 - info: host.ioTest Delete state "system.host.ioTest.versions.npmNewestNext"
                2024-09-25 20:02:46.893 - info: host.ioTest Some obsolete host states deleted.
                2024-09-25 20:02:47.330 - info: admin.0 (4493) starting. Version 7.1.2 in /opt/iobroker/node_modules/iobroker.admin, node: v20.17.0, js-controller: 6.0.11
                2024-09-25 20:02:47.339 - info: admin.0 (4493) requesting all objects
                2024-09-25 20:02:47.505 - info: admin.0 (4493) received all objects
                2024-09-25 20:02:47.578 - info: admin.0 (4493) Secure socket.io server listening on port 8081
                2024-09-25 20:02:47.579 - info: admin.0 (4493) https server listening on port 8081
                2024-09-25 20:02:47.579 - info: admin.0 (4493) Use link "https://127.0.0.1:8081" to configure.
                2024-09-25 20:02:50.860 - info: host.ioTest instance system.adapter.javascript.0 in version "8.7.6" started with pid 4534
                2024-09-25 20:02:51.452 - info: javascript.0 (4534) starting. Version 8.7.6 in /opt/iobroker/node_modules/iobroker.javascript, node: v20.17.0, js-controller: 6.0.11
                2024-09-25 20:02:51.491 - info: javascript.0 (4534) requesting all states
                2024-09-25 20:02:51.491 - info: javascript.0 (4534) requesting all objects
                2024-09-25 20:02:51.550 - info: javascript.0 (4534) received all states
                2024-09-25 20:02:51.598 - info: javascript.0 (4534) received all objects
                2024-09-25 20:02:51.682 - info: admin.0 (4493) failed connection to socket.io from ::ffff:192.168.56.21: Passport was not initialized
                2024-09-25 20:02:54.822 - info: host.ioTest instance system.adapter.history.0 in version "3.0.1" started with pid 4549
                2024-09-25 20:02:55.216 - info: history.0 (4549) starting. Version 3.0.1 in /opt/iobroker/node_modules/iobroker.history, node: v20.17.0, js-controller: 6.0.11
                2024-09-25 20:02:55.267 - info: history.0 (4549) enabled logging of system.adapter.admin.0.memRss (Count=1), Alias=false
                2024-09-25 20:02:55.268 - info: history.0 (4549) enabled logging of system.host.ioTest.mem (Count=2), Alias=false
                2024-09-25 20:02:55.268 - info: history.0 (4549) enabled logging of system.host.ioTest.freemem (Count=3), Alias=false
                2024-09-25 20:02:58.825 - info: host.ioTest instance system.adapter.backitup.0 in version "3.0.22" started with pid 4564
                2024-09-25 20:02:59.241 - info: backitup.0 (4564) starting. Version 3.0.22 in /opt/iobroker/node_modules/iobroker.backitup, node: v20.17.0, js-controller: 6.0.11
                2024-09-25 20:02:59.258 - info: backitup.0 (4564) [iobroker] backup will be activated at 02:48 every 1 day(s)
                2024-09-25 20:03:02.822 - info: host.ioTest instance system.adapter.discovery.0 in version "5.0.0" started with pid 4579
                2024-09-25 20:03:03.220 - info: discovery.0 (4579) starting. Version 5.0.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v20.17.0, js-controller: 6.0.11
                2024-09-25 20:03:09.139 - info: admin.0 (4493) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 20:04:10.889 - info: admin.0 (4493) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 20:04:11.635 - info: admin.0 (4493) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 20:08:24.918 - info: admin.0 (4493) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 20:20:28.303 - info: admin.0 (4493) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 20:20:33.031 - info: admin.0 (4493) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 20:34:43.640 - info: admin.0 (4493) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 20:34:47.954 - info: admin.0 (4493) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 21:08:27.999 - info: admin.0 (4493) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 21:08:38.367 - info: admin.0 (4493) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                2024-09-25 22:08:44.182 - info: admin.0 (4493) ==> Connected system.user.admin from ::ffff:192.168.56.21
                2024-09-25 22:09:09.131 - info: admin.0 (4493) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                

                Gruß

                Peterfido


                Proxmox auf Intel NUC12WSHi5
                ioBroker: Debian (VM)
                CCU: Debmatic (VM)
                Influx: Debian (VM)
                Grafana: Debian (VM)
                eBus: Debian (VM)
                Zigbee: Debian (VM) mit zigbee2mqtt

                crunchipC 1 Antwort Letzte Antwort
                0
                • P peterfido

                  @crunchip

                  Redis ist bei meinem Testsystem nicht aktiv.

                  2024-09-25 10:57:57.542 - info: host.ioTest iobroker.js-controller version 6.0.11 js-controller starting
                  2024-09-25 10:57:57.543 - info: host.ioTest Copyright (c) 2014-2024 bluefox, 2014 hobbyquaker
                  2024-09-25 10:57:57.543 - info: host.ioTest hostname: ioTest, node: v20.17.0
                  2024-09-25 10:57:57.544 - info: host.ioTest ip addresses: 192.168.56.243 fe80::be24:11ff:fee6:705f
                  2024-09-25 10:57:57.771 - info: host.ioTest connected to Objects and States
                  2024-09-25 10:57:57.780 - info: host.ioTest Node.js version has changed from unknown to 20.17.0
                  2024-09-25 10:57:57.786 - info: host.ioTest Successfully updated capabilities "cap_net_admin, cap_net_bind_service, cap_net_raw" for /usr/bin/node
                  2024-09-25 10:57:57.786 - info: host.ioTest added notifications configuration of host
                  2024-09-25 10:57:57.892 - info: host.ioTest 3 instances found
                  2024-09-25 10:57:57.894 - info: host.ioTest starting 3 instances
                  2024-09-25 10:57:57.906 - info: host.ioTest instance system.adapter.admin.0 in version "7.1.2" started with pid 10717
                  2024-09-25 10:57:58.391 - info: admin.0 (10717) starting. Version 7.1.2 in /opt/iobroker/node_modules/iobroker.admin, node: v20.17.0, js-controller: 6.0.11
                  2024-09-25 10:57:58.399 - info: admin.0 (10717) requesting all objects
                  2024-09-25 10:57:58.434 - info: admin.0 (10717) received all objects
                  2024-09-25 10:57:58.438 - info: admin.0 (10717) Request actual repository...
                  2024-09-25 10:57:58.445 - info: host.ioTest Updating repository "stable" under "http://download.iobroker.net/sources-dist.json"
                  2024-09-25 10:57:58.447 - info: admin.0 (10717) socket.io server listening on port 8081
                  2024-09-25 10:57:58.447 - info: admin.0 (10717) http server listening on port 8081
                  2024-09-25 10:57:58.448 - info: admin.0 (10717) Use link "http://127.0.0.1:8081" to configure.
                  2024-09-25 10:57:58.549 - warn: admin.0 (10717) Repository cannot be read: Active repo - stable
                  2024-09-25 10:57:58.556 - warn: admin.0 (10717) Active repository "stable" cannot be read
                  2024-09-25 10:58:00.709 - info: admin.0 (10717) Repository received successfully.
                  2024-09-25 10:58:01.977 - info: host.ioTest instance system.adapter.backitup.0 in version "3.0.22" started with pid 10758
                  2024-09-25 10:58:02.421 - info: backitup.0 (10758) starting. Version 3.0.22 in /opt/iobroker/node_modules/iobroker.backitup, node: v20.17.0, js-controller: 6.0.11
                  2024-09-25 10:58:02.435 - info: backitup.0 (10758) [iobroker] backup will be activated at 02:48 every 1 day(s)
                  2024-09-25 10:58:05.976 - info: host.ioTest instance system.adapter.discovery.0 in version "5.0.0" started with pid 10773
                  2024-09-25 10:58:06.372 - info: discovery.0 (10773) starting. Version 5.0.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v20.17.0, js-controller: 6.0.11
                  2024-09-25 11:34:33.609 - info: admin.0 (10717) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 11:35:16.156 - info: backitup.0 (10758) cleaned everything up...
                  2024-09-25 11:35:16.156 - info: admin.0 (10717) terminating http server on port 8081
                  2024-09-25 11:35:16.155 - info: host.ioTest received SIGTERM
                  2024-09-25 11:35:16.157 - info: host.ioTest stopInstance system.adapter.admin.0 (force=false, process=true)
                  2024-09-25 11:35:16.157 - info: host.ioTest stopInstance system.adapter.backitup.0 (force=false, process=true)
                  2024-09-25 11:35:16.157 - info: host.ioTest stopInstance system.adapter.discovery.0 (force=false, process=true)
                  2024-09-25 11:35:16.161 - info: admin.0 (10717) Got terminate signal TERMINATE_YOURSELF
                  2024-09-25 11:35:16.161 - info: backitup.0 (10758) Got terminate signal TERMINATE_YOURSELF
                  2024-09-25 11:35:16.161 - info: discovery.0 (10773) Got terminate signal TERMINATE_YOURSELF
                  2024-09-25 11:35:16.162 - info: host.ioTest stopInstance system.adapter.admin.0 send kill signal
                  2024-09-25 11:35:16.162 - info: discovery.0 (10773) terminating
                  2024-09-25 11:35:16.161 - info: backitup.0 (10758) terminating
                  2024-09-25 11:35:16.162 - info: backitup.0 (10758) Terminated (NO_ERROR): Without reason
                  2024-09-25 11:35:16.162 - info: discovery.0 (10773) Terminated (NO_ERROR): Without reason
                  2024-09-25 11:35:16.162 - info: admin.0 (10717) terminating
                  2024-09-25 11:35:16.163 - info: host.ioTest stopInstance system.adapter.backitup.0 send kill signal
                  2024-09-25 11:35:16.163 - info: host.ioTest stopInstance system.adapter.discovery.0 send kill signal
                  2024-09-25 11:35:16.163 - info: admin.0 (10717) Terminated (NO_ERROR): Without reason
                  2024-09-25 11:35:16.657 - info: discovery.0 (10773) terminating
                  2024-09-25 11:35:16.658 - info: backitup.0 (10758) terminating
                  2024-09-25 11:35:16.659 - info: admin.0 (10717) terminating
                  2024-09-25 11:35:16.694 - info: host.ioTest instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                  2024-09-25 11:35:16.694 - info: host.ioTest instance system.adapter.discovery.0 terminated with code 0 (NO_ERROR)
                  2024-09-25 11:35:16.735 - info: host.ioTest instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                  2024-09-25 11:35:16.735 - info: host.ioTest All instances are stopped.
                  2024-09-25 11:35:16.779 - info: host.ioTest terminated
                  2024-09-25 11:35:23.318 - info: host.ioTest iobroker.js-controller version 6.0.11 js-controller starting
                  2024-09-25 11:35:23.320 - info: host.ioTest Copyright (c) 2014-2024 bluefox, 2014 hobbyquaker
                  2024-09-25 11:35:23.320 - info: host.ioTest hostname: ioTest, node: v20.17.0
                  2024-09-25 11:35:23.320 - info: host.ioTest ip addresses: 192.168.56.243 fe80::be24:11ff:fee6:705f
                  2024-09-25 11:35:23.606 - info: host.ioTest connected to Objects and States
                  2024-09-25 11:35:23.612 - info: host.ioTest added notifications configuration of host
                  2024-09-25 11:35:23.785 - info: host.ioTest 3 instances found
                  2024-09-25 11:35:23.787 - info: host.ioTest starting 3 instances
                  2024-09-25 11:35:23.836 - info: host.ioTest Delete state "system.host.ioTest.versions.nodeCurrent"
                  2024-09-25 11:35:23.934 - info: host.ioTest instance system.adapter.admin.0 in version "7.1.2" started with pid 329
                  2024-09-25 11:35:23.972 - info: host.ioTest Delete state "system.host.ioTest.versions.nodeNewest"
                  2024-09-25 11:35:23.973 - info: host.ioTest Delete state "system.host.ioTest.versions.nodeNewestNext"
                  2024-09-25 11:35:23.975 - info: host.ioTest Delete state "system.host.ioTest.versions.npmCurrent"
                  2024-09-25 11:35:23.977 - info: host.ioTest Delete state "system.host.ioTest.versions.npmNewest"
                  2024-09-25 11:35:23.978 - info: host.ioTest Delete state "system.host.ioTest.versions.npmNewestNext"
                  2024-09-25 11:35:23.979 - info: host.ioTest Some obsolete host states deleted.
                  2024-09-25 11:35:24.476 - info: admin.0 (329) starting. Version 7.1.2 in /opt/iobroker/node_modules/iobroker.admin, node: v20.17.0, js-controller: 6.0.11
                  2024-09-25 11:35:24.486 - info: admin.0 (329) requesting all objects
                  2024-09-25 11:35:24.655 - info: admin.0 (329) received all objects
                  2024-09-25 11:35:24.732 - info: admin.0 (329) socket.io server listening on port 8081
                  2024-09-25 11:35:24.733 - info: admin.0 (329) http server listening on port 8081
                  2024-09-25 11:35:24.733 - info: admin.0 (329) Use link "http://127.0.0.1:8081" to configure.
                  2024-09-25 11:35:27.900 - info: host.ioTest instance system.adapter.backitup.0 in version "3.0.22" started with pid 370
                  2024-09-25 11:35:28.009 - info: admin.0 (329) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 11:35:28.315 - info: backitup.0 (370) starting. Version 3.0.22 in /opt/iobroker/node_modules/iobroker.backitup, node: v20.17.0, js-controller: 6.0.11
                  2024-09-25 11:35:28.327 - info: backitup.0 (370) [iobroker] backup will be activated at 02:48 every 1 day(s)
                  2024-09-25 11:35:31.888 - info: host.ioTest instance system.adapter.discovery.0 in version "5.0.0" started with pid 385
                  2024-09-25 11:35:32.281 - info: discovery.0 (385) starting. Version 5.0.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v20.17.0, js-controller: 6.0.11
                  2024-09-25 11:35:36.379 - info: admin.0 (329) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 11:35:36.698 - info: admin.0 (329) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 11:38:43.322 - info: host.ioTest iobroker add javascript
                  2024-09-25 11:38:43.887 - info: host.ioTest iobroker NPM version: 10.8.2
                  2024-09-25 11:38:43.888 - info: host.ioTest iobroker Installing iobroker.javascript@8.7.6... (System call)
                  2024-09-25 11:38:49.868 - info: host.ioTest iobroker
                  2024-09-25 11:38:49.869 - info: host.ioTest iobroker added 16 packages in 6s72 packages are looking for funding run `npm fund` for details
                  2024-09-25 11:38:49.881 - info: host.ioTest iobroker host.ioTest install adapter javascript
                  2024-09-25 11:38:49.897 - info: host.ioTest iobroker upload [881] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/adminWords.js adminWords.js application/javascript
                  2024-09-25 11:38:49.981 - info: host.ioTest iobroker upload [850] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/custom/static/js/vendors-node_modules_mui_icons-material_esm_index_js.fa0e4301.chunk.js custom/static/js/vendors-node_modules_mui_icons-material_esm_index_js.fa0e4301.chunk.js application/javascript
                  2024-09-25 11:38:50.136 - info: host.ioTest iobroker upload [800] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/own/blocks_object.js google-blockly/own/blocks_object.js application/javascript
                  2024-09-25 11:38:50.226 - info: host.ioTest iobroker upload [750] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/css/864.4c85ffd6.chunk.css static/css/864.4c85ffd6.chunk.css text/css
                  2024-09-25 11:38:50.596 - info: host.ioTest iobroker upload [700] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/173.4e774f7f.chunk.js static/js/173.4e774f7f.chunk.js application/javascript
                  2024-09-25 11:38:50.745 - info: host.ioTest iobroker upload [650] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/26.79c81b4e.chunk.js static/js/26.79c81b4e.chunk.js application/javascript
                  2024-09-25 11:38:51.495 - info: host.ioTest iobroker upload [600] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/320.d9816b46.chunk.js.map static/js/320.d9816b46.chunk.js.map application/json
                  2024-09-25 11:38:51.817 - info: host.ioTest iobroker upload [550] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/409.168f947c.chunk.js.map static/js/409.168f947c.chunk.js.map application/json
                  2024-09-25 11:38:52.050 - info: host.ioTest iobroker upload [500] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/456.97a46315.chunk.js.LICENSE.txt static/js/456.97a46315.chunk.js.LICENSE.txt text/plain
                  2024-09-25 11:38:52.655 - info: host.ioTest iobroker upload [450] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/61.913ccfa8.chunk.js.map static/js/61.913ccfa8.chunk.js.map application/json
                  2024-09-25 11:38:53.181 - info: host.ioTest iobroker upload [400] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/709.88d87b7c.chunk.js.map static/js/709.88d87b7c.chunk.js.map application/json
                  2024-09-25 11:38:53.457 - info: host.ioTest iobroker upload [350] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/826.76c09000.chunk.js.map static/js/826.76c09000.chunk.js.map application/json
                  2024-09-25 11:38:53.957 - info: host.ioTest iobroker upload [300] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/880.e4029d50.chunk.js static/js/880.e4029d50.chunk.js application/javascript
                  2024-09-25 11:38:54.341 - info: host.ioTest iobroker upload [250] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/961.02d44700.chunk.js.map static/js/961.02d44700.chunk.js.map application/json
                  2024-09-25 11:38:54.428 - info: host.ioTest iobroker upload [200] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/main.720010c8.js static/js/main.720010c8.js application/javascript
                  2024-09-25 11:38:54.517 - info: host.ioTest iobroker upload [150] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/media/Cellar.7ec1b1803a2437c8b78c.svg static/media/Cellar.7ec1b1803a2437c8b78c.svg image/svg+xml
                  2024-09-25 11:38:54.604 - info: host.ioTest iobroker upload [100] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/media/Living Room.3c380ab767be35f904e1.svg static/media/Living Room.3c380ab767be35f904e1.svg image/svg+xml
                  2024-09-25 11:38:54.623 - info: host.ioTest iobroker upload [90] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/media/People.12a7e9127e72f3259186.svg static/media/People.12a7e9127e72f3259186.svg image/svg+xml
                  2024-09-25 11:38:54.641 - info: host.ioTest iobroker upload [80] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/media/Security.1ec78971bd34efa950f8.svg static/media/Security.1ec78971bd34efa950f8.svg image/svg+xml
                  2024-09-25 11:38:54.656 - info: host.ioTest iobroker upload [70] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/media/Storeroom.7de4e6f3364554459b8a.svg static/media/Storeroom.7de4e6f3364554459b8a.svg image/svg+xml
                  2024-09-25 11:38:54.674 - info: host.ioTest iobroker upload [60] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/media/Vacuum Cleaner.9c8d50e436e6cea06dfa.svg static/media/Vacuum Cleaner.9c8d50e436e6cea06dfa.svg image/svg+xml
                  2024-09-25 11:38:54.690 - info: host.ioTest iobroker upload [50] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/media/Window.421664f57c35e5109aa2.svg static/media/Window.421664f57c35e5109aa2.svg image/svg+xml
                  2024-09-25 11:38:54.706 - info: host.ioTest iobroker upload [40] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/media/names.e7efb5283d98000c74ac.txt static/media/names.e7efb5283d98000c74ac.txt text/plain
                  2024-09-25 11:38:54.729 - info: host.ioTest iobroker upload [30] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/basic-languages/html/html.js vs/basic-languages/html/html.js application/javascript
                  2024-09-25 11:38:54.768 - info: host.ioTest iobroker upload [20] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.ja.js vs/editor/editor.main.nls.ja.js application/javascript
                  2024-09-25 11:38:54.770 - info: host.ioTest iobroker upload [19] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.js vs/editor/editor.main.nls.js application/javascript
                  2024-09-25 11:38:54.773 - info: host.ioTest iobroker upload [18] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.ko.js vs/editor/editor.main.nls.ko.js application/javascript
                  2024-09-25 11:38:54.775 - info: host.ioTest iobroker upload [17] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.ru.js vs/editor/editor.main.nls.ru.js application/javascript
                  2024-09-25 11:38:54.778 - info: host.ioTest iobroker upload [16] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.zh-cn.js vs/editor/editor.main.nls.zh-cn.js application/javascript
                  2024-09-25 11:38:54.780 - info: host.ioTest iobroker upload [15] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.zh-tw.js vs/editor/editor.main.nls.zh-tw.js application/javascript
                  2024-09-25 11:38:54.790 - info: host.ioTest iobroker upload [14] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/css/cssMode.js vs/language/css/cssMode.js application/javascript
                  2024-09-25 11:38:54.793 - info: host.ioTest iobroker upload [13] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/css/cssWorker.js vs/language/css/cssWorker.js application/javascript
                  2024-09-25 11:38:54.797 - info: host.ioTest iobroker upload [12] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/html/htmlMode.js vs/language/html/htmlMode.js application/javascript
                  2024-09-25 11:38:54.800 - info: host.ioTest iobroker upload [11] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/html/htmlWorker.js vs/language/html/htmlWorker.js application/javascript
                  2024-09-25 11:38:54.814 - info: host.ioTest iobroker upload [10] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/json/jsonMode.js vs/language/json/jsonMode.js application/javascript
                  2024-09-25 11:38:54.817 - info: host.ioTest iobroker upload [9] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/json/jsonWorker.js vs/language/json/jsonWorker.js application/javascript
                  2024-09-25 11:38:54.819 - info: host.ioTest iobroker upload [8] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/typescript/tsMode.js vs/language/typescript/tsMode.js application/javascript
                  2024-09-25 11:38:54.821 - info: host.ioTest iobroker upload [7] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/typescript/tsWorker.js vs/language/typescript/tsWorker.js application/javascript
                  2024-09-25 11:38:54.866 - info: host.ioTest iobroker upload [6] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/loader.js vs/loader.js application/javascript
                  2024-09-25 11:38:54.871 - info: host.ioTest iobroker upload [5] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/monaco.d.ts vs/monaco.d.ts video/mp2t
                  2024-09-25 11:38:54.875 - info: host.ioTest iobroker upload [4] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vsFont/README.md vsFont/README.md text/markdown
                  2024-09-25 11:38:54.877 - info: host.ioTest iobroker upload [3] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vsFont/codicon.json vsFont/codicon.json application/json
                  2024-09-25 11:38:54.879 - info: host.ioTest iobroker upload [2] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vsFont/codicon.zip vsFont/codicon.zip application/zip
                  2024-09-25 11:38:54.881 - info: host.ioTest iobroker upload [1] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vsFont/createJson.js vsFont/createJson.js application/javascript
                  2024-09-25 11:38:54.883 - info: host.ioTest iobroker upload [0] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/words.js words.js application/javascript
                  2024-09-25 11:38:54.902 - info: host.ioTest iobroker host.ioTest object _design/script created/updated
                  2024-09-25 11:38:54.903 - info: host.ioTest iobroker host.ioTest object script.js created/updated
                  2024-09-25 11:38:54.904 - info: host.ioTest iobroker host.ioTest object script.js.common created/updated
                  2024-09-25 11:38:54.904 - info: host.ioTest iobroker host.ioTest object script.js.global created/updated
                  2024-09-25 11:38:54.906 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript created/updated
                  2024-09-25 11:38:54.924 - info: host.ioTest iobroker host.ioTest create instance javascript
                  2024-09-25 11:38:54.926 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.alive created
                  2024-09-25 11:38:54.926 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.connected created
                  2024-09-25 11:38:54.927 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.compactMode created
                  2024-09-25 11:38:54.928 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.cpu created
                  2024-09-25 11:38:54.929 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.cputime created
                  2024-09-25 11:38:54.931 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.memHeapUsed created
                  2024-09-25 11:38:54.932 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.memHeapTotal created
                  2024-09-25 11:38:54.933 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.memRss created
                  2024-09-25 11:38:54.934 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.uptime created
                  2024-09-25 11:38:54.935 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.inputCount created
                  2024-09-25 11:38:54.936 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.outputCount created
                  2024-09-25 11:38:54.937 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.eventLoopLag created
                  2024-09-25 11:38:54.938 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.sigKill created
                  2024-09-25 11:38:54.942 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0.logLevel created
                  2024-09-25 11:38:54.942 - info: host.ioTest iobroker host.ioTest object javascript.0.variables created
                  2024-09-25 11:38:54.943 - info: host.ioTest iobroker host.ioTest object javascript.0.variables.astro created
                  2024-09-25 11:38:54.945 - info: host.ioTest iobroker host.ioTest object javascript.0.variables.isDayTime created
                  2024-09-25 11:38:54.946 - info: host.ioTest iobroker host.ioTest object javascript.0.variables.isDaylightSaving created
                  2024-09-25 11:38:54.946 - info: host.ioTest iobroker host.ioTest object javascript.0.variables.dayTime created
                  2024-09-25 11:38:54.947 - info: host.ioTest iobroker host.ioTest object javascript.0.variables.rulesTour created
                  2024-09-25 11:38:54.948 - info: host.ioTest iobroker host.ioTest object javascript.0.debug created
                  2024-09-25 11:38:54.949 - info: host.ioTest iobroker host.ioTest object javascript.0.debug.to created
                  2024-09-25 11:38:54.950 - info: host.ioTest iobroker host.ioTest object javascript.0.debug.from created
                  2024-09-25 11:38:54.951 - info: host.ioTest iobroker host.ioTest object javascript.0.debug.rules created
                  2024-09-25 11:38:54.958 - info: host.ioTest iobroker host.ioTest object system.adapter.javascript.0 created
                  2024-09-25 11:38:55.979 - info: host.ioTest iobroker exit 0
                  2024-09-25 11:38:56.110 - info: host.ioTest iobroker add history
                  2024-09-25 11:38:56.688 - info: host.ioTest iobroker NPM version: 10.8.2
                  2024-09-25 11:38:56.688 - info: host.ioTest iobroker Installing iobroker.history@3.0.1... (System call)
                  2024-09-25 11:38:58.072 - info: host.ioTest instance system.adapter.javascript.0 in version "8.7.6" started with pid 496
                  2024-09-25 11:38:58.218 - info: host.ioTest iobroker
                  2024-09-25 11:38:58.219 - info: host.ioTest iobroker added 1 package in 1s72 packages are looking for funding run `npm fund` for details
                  2024-09-25 11:38:58.229 - info: host.ioTest iobroker host.ioTest install adapter history
                  2024-09-25 11:38:58.242 - info: host.ioTest iobroker upload [13] history.admin /opt/iobroker/node_modules/iobroker.history/admin/history.png history.png image/png
                  2024-09-25 11:38:58.247 - info: host.ioTest iobroker upload [12] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/de/translations.json i18n/de/translations.json application/json
                  2024-09-25 11:38:58.249 - info: host.ioTest iobroker upload [11] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/en/translations.json i18n/en/translations.json application/json
                  2024-09-25 11:38:58.251 - info: host.ioTest iobroker upload [10] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/es/translations.json i18n/es/translations.json application/json
                  2024-09-25 11:38:58.253 - info: host.ioTest iobroker upload [9] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                  2024-09-25 11:38:58.255 - info: host.ioTest iobroker upload [8] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/it/translations.json i18n/it/translations.json application/json
                  2024-09-25 11:38:58.257 - info: host.ioTest iobroker upload [7] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                  2024-09-25 11:38:58.259 - info: host.ioTest iobroker upload [6] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                  2024-09-25 11:38:58.261 - info: host.ioTest iobroker upload [5] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                  2024-09-25 11:38:58.264 - info: host.ioTest iobroker upload [4] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                  2024-09-25 11:38:58.267 - info: host.ioTest iobroker upload [3] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                  2024-09-25 11:38:58.268 - info: host.ioTest iobroker upload [2] history.admin /opt/iobroker/node_modules/iobroker.history/admin/jsonConfig.json jsonConfig.json application/json
                  2024-09-25 11:38:58.270 - info: host.ioTest iobroker upload [1] history.admin /opt/iobroker/node_modules/iobroker.history/admin/jsonCustom.json jsonCustom.json application/json
                  2024-09-25 11:38:58.272 - info: host.ioTest iobroker upload [0] history.admin /opt/iobroker/node_modules/iobroker.history/admin/words.js words.js application/javascript
                  2024-09-25 11:38:58.282 - info: host.ioTest iobroker host.ioTest object system.adapter.history created/updated
                  2024-09-25 11:38:58.291 - info: host.ioTest iobroker host.ioTest create instance history
                  2024-09-25 11:38:58.294 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.alive created
                  2024-09-25 11:38:58.295 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.connected created
                  2024-09-25 11:38:58.297 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.compactMode created
                  2024-09-25 11:38:58.298 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.cpu created
                  2024-09-25 11:38:58.299 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.cputime created
                  2024-09-25 11:38:58.300 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.memHeapUsed created
                  2024-09-25 11:38:58.302 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.memHeapTotal created
                  2024-09-25 11:38:58.303 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.memRss created
                  2024-09-25 11:38:58.304 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.uptime created
                  2024-09-25 11:38:58.305 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.inputCount created
                  2024-09-25 11:38:58.306 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.outputCount created
                  2024-09-25 11:38:58.308 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.eventLoopLag created
                  2024-09-25 11:38:58.309 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.sigKill created
                  2024-09-25 11:38:58.311 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0.logLevel created
                  2024-09-25 11:38:58.312 - info: host.ioTest iobroker host.ioTest object system.adapter.history.0 created
                  2024-09-25 11:38:58.707 - info: javascript.0 (496) starting. Version 8.7.6 in /opt/iobroker/node_modules/iobroker.javascript, node: v20.17.0, js-controller: 6.0.11
                  2024-09-25 11:38:58.742 - info: javascript.0 (496) requesting all states
                  2024-09-25 11:38:58.743 - info: javascript.0 (496) requesting all objects
                  2024-09-25 11:38:58.800 - info: javascript.0 (496) received all states
                  2024-09-25 11:38:58.849 - info: javascript.0 (496) received all objects
                  2024-09-25 11:38:59.322 - info: host.ioTest iobroker exit 0
                  2024-09-25 11:39:10.927 - info: host.ioTest instance system.adapter.history.0 in version "3.0.1" started with pid 511
                  2024-09-25 11:39:11.319 - info: history.0 (511) starting. Version 3.0.1 in /opt/iobroker/node_modules/iobroker.history, node: v20.17.0, js-controller: 6.0.11
                  2024-09-25 11:39:11.374 - info: history.0 (511) Set default history instance to "history.0"
                  2024-09-25 11:39:15.959 - info: host.ioTest stopInstance system.adapter.admin.0 (force=false, process=true)
                  2024-09-25 11:39:15.963 - info: admin.0 (329) Got terminate signal TERMINATE_YOURSELF
                  2024-09-25 11:39:15.964 - info: admin.0 (329) terminating http server on port 8081
                  2024-09-25 11:39:15.965 - info: admin.0 (329) terminating
                  2024-09-25 11:39:15.966 - info: admin.0 (329) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                  2024-09-25 11:39:16.004 - info: host.ioTest stopInstance system.adapter.admin.0 send kill signal
                  2024-09-25 11:39:16.466 - info: admin.0 (329) terminating
                  2024-09-25 11:39:16.482 - info: host.ioTest instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                  2024-09-25 11:39:19.585 - info: host.ioTest instance system.adapter.admin.0 in version "7.1.2" started with pid 526
                  2024-09-25 11:39:20.093 - info: admin.0 (526) starting. Version 7.1.2 in /opt/iobroker/node_modules/iobroker.admin, node: v20.17.0, js-controller: 6.0.11
                  2024-09-25 11:39:20.105 - info: admin.0 (526) requesting all objects
                  2024-09-25 11:39:20.289 - info: admin.0 (526) received all objects
                  2024-09-25 11:39:20.363 - info: admin.0 (526) Secure socket.io server listening on port 8081
                  2024-09-25 11:39:20.364 - info: admin.0 (526) https server listening on port 8081
                  2024-09-25 11:39:20.364 - info: admin.0 (526) Use link "https://127.0.0.1:8081" to configure.
                  2024-09-25 11:39:37.141 - info: admin.0 (526) failed connection to socket.io from ::ffff:192.168.56.21: Passport was not initialized
                  2024-09-25 11:39:48.042 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 11:40:17.163 - info: discovery.0 (385) Discovering devices with a HF-LPB100 chipset...
                  2024-09-25 11:40:17.169 - info: discovery.0 (385) Discovering mDNS devices...
                  2024-09-25 11:40:17.170 - info: discovery.0 (385) Discovering ping devices...
                  2024-09-25 11:40:17.195 - info: discovery.0 (385) Discovering UPnP devices...
                  2024-09-25 11:40:17.197 - info: discovery.0 (385) Discovering wifi-mi-light devices...
                  2024-09-25 11:40:17.205 - warn: discovery.0 (385) tr-064.0 not installed
                  2024-09-25 11:40:17.205 - info: discovery.0 (385) Done discovering tr064 devices. 0 packages received
                  2024-09-25 11:40:18.697 - info: discovery.0 (385) Done discovering RESOL VBus devices. 0 packages received
                  2024-09-25 11:40:19.198 - info: discovery.0 (385) Done discovering wifi-mi-light devices. 0 packages received
                  2024-09-25 11:40:22.174 - info: discovery.0 (385) Done discovering SMA Speedwire devices. 0 packages received
                  2024-09-25 11:40:22.174 - info: discovery.0 (385) Done discovering udp devices. 1 packages received
                  2024-09-25 11:40:27.165 - info: discovery.0 (385) Done discovering HF-LPB100 devices. 0 packages received
                  2024-09-25 11:40:30.509 - info: discovery.0 (385) Done discovering ping devices. 1 packages received
                  2024-09-25 11:40:32.171 - info: discovery.0 (385) Done discovering mdns devices. 0 packages received
                  2024-09-25 11:40:32.196 - info: discovery.0 (385) Done discovering upnp devices. 18 packages received
                  2024-09-25 11:40:32.199 - info: discovery.0 (385) Found 4 addresses
                  2024-09-25 11:40:49.408 - info: discovery.0 (385) Discovery finished. Found new or modified 7 instances
                  2024-09-25 11:40:49.464 - info: discovery.0 (385) Discovery finished
                  2024-09-25 11:44:05.124 - info: history.0 (511) enabled logging of system.host.ioTest.freemem, Alias=false, WriteNulls=true
                  2024-09-25 11:44:31.505 - info: history.0 (511) enabled logging of system.host.ioTest.mem, Alias=false, WriteNulls=true
                  2024-09-25 12:00:43.151 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 12:06:08.821 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 12:07:37.652 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 12:07:38.465 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 12:13:18.504 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 12:31:49.466 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 12:33:56.558 - info: history.0 (511) enabled logging of system.adapter.admin.0.memRss, Alias=false, WriteNulls=true
                  2024-09-25 12:36:54.832 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 12:44:43.508 - info: admin.0 (526) failed connection to socket.io from ::ffff:192.168.56.21: Passport was not initialized
                  2024-09-25 13:16:34.592 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 13:21:12.611 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 13:21:13.292 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 13:26:16.181 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 13:26:16.903 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 13:33:01.954 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 13:42:08.890 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 13:42:12.205 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 14:28:19.717 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 14:30:59.723 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 17:58:14.049 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 18:02:04.070 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 18:02:26.241 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 18:02:37.756 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 18:13:53.085 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 18:13:57.028 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 18:28:33.016 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 18:28:38.116 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 18:43:11.126 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 18:48:25.001 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 19:17:26.663 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 19:17:30.918 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 19:28:25.578 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 19:29:25.582 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 19:53:29.746 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 19:58:39.494 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 19:58:40.510 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 20:02:05.439 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 20:02:10.921 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 20:02:16.615 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 20:02:17.150 - info: admin.0 (526) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 20:02:44.103 - info: backitup.0 (370) cleaned everything up...
                  2024-09-25 20:02:44.103 - info: host.ioTest received SIGTERM
                  2024-09-25 20:02:44.104 - info: host.ioTest stopInstance system.adapter.admin.0 (force=false, process=true)
                  2024-09-25 20:02:44.104 - info: host.ioTest stopInstance system.adapter.backitup.0 (force=false, process=true)
                  2024-09-25 20:02:44.104 - info: host.ioTest stopInstance system.adapter.discovery.0 (force=false, process=true)
                  2024-09-25 20:02:44.104 - info: host.ioTest stopInstance system.adapter.javascript.0 (force=false, process=true)
                  2024-09-25 20:02:44.104 - info: host.ioTest stopInstance system.adapter.history.0 (force=false, process=true)
                  2024-09-25 20:02:44.107 - info: discovery.0 (385) Got terminate signal TERMINATE_YOURSELF
                  2024-09-25 20:02:44.106 - info: javascript.0 (496) Got terminate signal TERMINATE_YOURSELF
                  2024-09-25 20:02:44.105 - info: admin.0 (526) terminating https server on port 8081
                  2024-09-25 20:02:44.108 - info: javascript.0 (496) terminating
                  2024-09-25 20:02:44.109 - info: javascript.0 (496) Terminated (NO_ERROR): Without reason
                  2024-09-25 20:02:44.108 - info: backitup.0 (370) Got terminate signal TERMINATE_YOURSELF
                  2024-09-25 20:02:44.111 - info: admin.0 (526) Got terminate signal TERMINATE_YOURSELF
                  2024-09-25 20:02:44.110 - info: history.0 (511) terminating
                  2024-09-25 20:02:44.112 - info: history.0 (511) Terminated (NO_ERROR): Without reason
                  2024-09-25 20:02:44.113 - info: admin.0 (526) terminating
                  2024-09-25 20:02:44.114 - info: admin.0 (526) Terminated (NO_ERROR): Without reason
                  2024-09-25 20:02:44.147 - info: host.ioTest stopInstance system.adapter.admin.0 send kill signal
                  2024-09-25 20:02:44.147 - info: host.ioTest stopInstance system.adapter.backitup.0 send kill signal
                  2024-09-25 20:02:44.147 - info: host.ioTest stopInstance system.adapter.discovery.0 send kill signal
                  2024-09-25 20:02:44.148 - info: host.ioTest stopInstance system.adapter.javascript.0 send kill signal
                  2024-09-25 20:02:44.150 - info: discovery.0 (385) terminating
                  2024-09-25 20:02:44.151 - info: backitup.0 (370) terminating
                  2024-09-25 20:02:44.151 - info: discovery.0 (385) Terminated (NO_ERROR): Without reason
                  2024-09-25 20:02:44.151 - info: backitup.0 (370) Terminated (NO_ERROR): Without reason
                  2024-09-25 20:02:44.573 - info: admin.0 (526) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 20:02:44.608 - info: javascript.0 (496) terminating
                  2024-09-25 20:02:44.608 - info: backitup.0 (370) terminating
                  2024-09-25 20:02:44.608 - info: discovery.0 (385) terminating
                  2024-09-25 20:02:44.609 - info: admin.0 (526) terminating
                  2024-09-25 20:02:44.634 - info: host.ioTest instance system.adapter.javascript.0 terminated with code 0 (NO_ERROR)
                  2024-09-25 20:02:44.634 - info: host.ioTest instance system.adapter.history.0 terminated with code 0 (NO_ERROR)
                  2024-09-25 20:02:44.638 - info: host.ioTest instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                  2024-09-25 20:02:44.666 - info: host.ioTest instance system.adapter.discovery.0 terminated with code 0 (NO_ERROR)
                  2024-09-25 20:02:44.668 - info: host.ioTest instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                  2024-09-25 20:02:44.668 - info: host.ioTest All instances are stopped.
                  2024-09-25 20:02:44.836 - info: host.ioTest terminated
                  2024-09-25 20:02:46.206 - info: host.ioTest iobroker.js-controller version 6.0.11 js-controller starting
                  2024-09-25 20:02:46.208 - info: host.ioTest Copyright (c) 2014-2024 bluefox, 2014 hobbyquaker
                  2024-09-25 20:02:46.208 - info: host.ioTest hostname: ioTest, node: v20.17.0
                  2024-09-25 20:02:46.208 - info: host.ioTest ip addresses: 192.168.56.243 fe80::be24:11ff:fee6:705f
                  2024-09-25 20:02:46.578 - info: host.ioTest connected to Objects and States
                  2024-09-25 20:02:46.583 - info: host.ioTest added notifications configuration of host
                  2024-09-25 20:02:46.727 - info: host.ioTest 5 instances found
                  2024-09-25 20:02:46.729 - info: host.ioTest starting 5 instances
                  2024-09-25 20:02:46.833 - info: host.ioTest Delete state "system.host.ioTest.versions.nodeCurrent"
                  2024-09-25 20:02:46.840 - info: host.ioTest Delete state "system.host.ioTest.versions.nodeNewest"
                  2024-09-25 20:02:46.848 - info: host.ioTest instance system.adapter.admin.0 in version "7.1.2" started with pid 4493
                  2024-09-25 20:02:46.848 - info: host.ioTest Delete state "system.host.ioTest.versions.nodeNewestNext"
                  2024-09-25 20:02:46.850 - info: host.ioTest Delete state "system.host.ioTest.versions.npmCurrent"
                  2024-09-25 20:02:46.891 - info: host.ioTest Delete state "system.host.ioTest.versions.npmNewest"
                  2024-09-25 20:02:46.892 - info: host.ioTest Delete state "system.host.ioTest.versions.npmNewestNext"
                  2024-09-25 20:02:46.893 - info: host.ioTest Some obsolete host states deleted.
                  2024-09-25 20:02:47.330 - info: admin.0 (4493) starting. Version 7.1.2 in /opt/iobroker/node_modules/iobroker.admin, node: v20.17.0, js-controller: 6.0.11
                  2024-09-25 20:02:47.339 - info: admin.0 (4493) requesting all objects
                  2024-09-25 20:02:47.505 - info: admin.0 (4493) received all objects
                  2024-09-25 20:02:47.578 - info: admin.0 (4493) Secure socket.io server listening on port 8081
                  2024-09-25 20:02:47.579 - info: admin.0 (4493) https server listening on port 8081
                  2024-09-25 20:02:47.579 - info: admin.0 (4493) Use link "https://127.0.0.1:8081" to configure.
                  2024-09-25 20:02:50.860 - info: host.ioTest instance system.adapter.javascript.0 in version "8.7.6" started with pid 4534
                  2024-09-25 20:02:51.452 - info: javascript.0 (4534) starting. Version 8.7.6 in /opt/iobroker/node_modules/iobroker.javascript, node: v20.17.0, js-controller: 6.0.11
                  2024-09-25 20:02:51.491 - info: javascript.0 (4534) requesting all states
                  2024-09-25 20:02:51.491 - info: javascript.0 (4534) requesting all objects
                  2024-09-25 20:02:51.550 - info: javascript.0 (4534) received all states
                  2024-09-25 20:02:51.598 - info: javascript.0 (4534) received all objects
                  2024-09-25 20:02:51.682 - info: admin.0 (4493) failed connection to socket.io from ::ffff:192.168.56.21: Passport was not initialized
                  2024-09-25 20:02:54.822 - info: host.ioTest instance system.adapter.history.0 in version "3.0.1" started with pid 4549
                  2024-09-25 20:02:55.216 - info: history.0 (4549) starting. Version 3.0.1 in /opt/iobroker/node_modules/iobroker.history, node: v20.17.0, js-controller: 6.0.11
                  2024-09-25 20:02:55.267 - info: history.0 (4549) enabled logging of system.adapter.admin.0.memRss (Count=1), Alias=false
                  2024-09-25 20:02:55.268 - info: history.0 (4549) enabled logging of system.host.ioTest.mem (Count=2), Alias=false
                  2024-09-25 20:02:55.268 - info: history.0 (4549) enabled logging of system.host.ioTest.freemem (Count=3), Alias=false
                  2024-09-25 20:02:58.825 - info: host.ioTest instance system.adapter.backitup.0 in version "3.0.22" started with pid 4564
                  2024-09-25 20:02:59.241 - info: backitup.0 (4564) starting. Version 3.0.22 in /opt/iobroker/node_modules/iobroker.backitup, node: v20.17.0, js-controller: 6.0.11
                  2024-09-25 20:02:59.258 - info: backitup.0 (4564) [iobroker] backup will be activated at 02:48 every 1 day(s)
                  2024-09-25 20:03:02.822 - info: host.ioTest instance system.adapter.discovery.0 in version "5.0.0" started with pid 4579
                  2024-09-25 20:03:03.220 - info: discovery.0 (4579) starting. Version 5.0.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v20.17.0, js-controller: 6.0.11
                  2024-09-25 20:03:09.139 - info: admin.0 (4493) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 20:04:10.889 - info: admin.0 (4493) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 20:04:11.635 - info: admin.0 (4493) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 20:08:24.918 - info: admin.0 (4493) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 20:20:28.303 - info: admin.0 (4493) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 20:20:33.031 - info: admin.0 (4493) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 20:34:43.640 - info: admin.0 (4493) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 20:34:47.954 - info: admin.0 (4493) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 21:08:27.999 - info: admin.0 (4493) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 21:08:38.367 - info: admin.0 (4493) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  2024-09-25 22:08:44.182 - info: admin.0 (4493) ==> Connected system.user.admin from ::ffff:192.168.56.21
                  2024-09-25 22:09:09.131 - info: admin.0 (4493) <== Disconnect system.user.admin from ::ffff:192.168.56.21 admin
                  
                  crunchipC Abwesend
                  crunchipC Abwesend
                  crunchip
                  Forum Testing Most Active
                  schrieb am zuletzt editiert von
                  #113

                  @peterfido wir reden hier auch nicht von einem Redis Server um von jsonl auf Redis um zu stellen., sondern von der internen DB.
                  Iobroker wurde ab einer bestimmten Version optimiert und auf Redis umgestellt.
                  Wie oben schon geschrieben, nicht sicher ab welcher Version das eingeführt wurde.

                  umgestiegen von Proxmox auf Unraid

                  CodierknechtC 1 Antwort Letzte Antwort
                  0
                  • crunchipC crunchip

                    @peterfido wir reden hier auch nicht von einem Redis Server um von jsonl auf Redis um zu stellen., sondern von der internen DB.
                    Iobroker wurde ab einer bestimmten Version optimiert und auf Redis umgestellt.
                    Wie oben schon geschrieben, nicht sicher ab welcher Version das eingeführt wurde.

                    CodierknechtC Offline
                    CodierknechtC Offline
                    Codierknecht
                    Developer Most Active
                    schrieb am zuletzt editiert von
                    #114

                    @crunchip
                    Gerade gesehen, dass der Admin ja auf "Debug" steht. Darum sehe ich diese Einträge bei mir nicht.
                    Dann brauche ich mich ja nicht zu wundern. Alles gut.

                    Bleibt trotzdem ein Mysterium.
                    Kann mir kaum vorstellen, dass es an ioBroker liegt. Das würde hier sonst dutzendfach aufschlagen.
                    Irgendetwas ist an der Installation von Proxmox anders als bei allen anderen.
                    Wobei ich zugeben muss, dass ich meines auch nicht stringent nach irgend einer Anleitung installiert habe. Bootfähigen Stick erzeugt und dann gestartet. Der Rest ist eigentlich selbsterklärend.

                    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                    Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                    HmIP|ZigBee|Tasmota|Unifi
                    Zabbix Certified Specialist
                    Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                    crunchipC M 2 Antworten Letzte Antwort
                    0
                    • CodierknechtC Codierknecht

                      @crunchip
                      Gerade gesehen, dass der Admin ja auf "Debug" steht. Darum sehe ich diese Einträge bei mir nicht.
                      Dann brauche ich mich ja nicht zu wundern. Alles gut.

                      Bleibt trotzdem ein Mysterium.
                      Kann mir kaum vorstellen, dass es an ioBroker liegt. Das würde hier sonst dutzendfach aufschlagen.
                      Irgendetwas ist an der Installation von Proxmox anders als bei allen anderen.
                      Wobei ich zugeben muss, dass ich meines auch nicht stringent nach irgend einer Anleitung installiert habe. Bootfähigen Stick erzeugt und dann gestartet. Der Rest ist eigentlich selbsterklärend.

                      crunchipC Abwesend
                      crunchipC Abwesend
                      crunchip
                      Forum Testing Most Active
                      schrieb am zuletzt editiert von crunchip
                      #115

                      @codierknecht sagte in NUC-Proxmox-steigender Ram:

                      Gerade gesehen, dass der Admin ja auf "Debug" steht. Darum sehe ich diese Einträge bei mir nicht

                      korrekt
                      und extra chatgpt bemüht(zu faul zum suchen):grin:

                      Die Umstellung von der internen ioBroker-Datenbank auf Redis erfolgte mit der Einführung der Version 1.5.0 des ioBroker.js-Controllers, die am 16. September 2018 veröffentlicht wurde
                      

                      @codierknecht sagte in NUC-Proxmox-steigender Ram:

                      rgendetwas ist an der Installation von Proxmox anders als bei allen anderen

                      keine Ahnung, daher fragte ich ja nach dem syslog

                      umgestiegen von Proxmox auf Unraid

                      P 1 Antwort Letzte Antwort
                      0
                      • crunchipC crunchip

                        @codierknecht sagte in NUC-Proxmox-steigender Ram:

                        Gerade gesehen, dass der Admin ja auf "Debug" steht. Darum sehe ich diese Einträge bei mir nicht

                        korrekt
                        und extra chatgpt bemüht(zu faul zum suchen):grin:

                        Die Umstellung von der internen ioBroker-Datenbank auf Redis erfolgte mit der Einführung der Version 1.5.0 des ioBroker.js-Controllers, die am 16. September 2018 veröffentlicht wurde
                        

                        @codierknecht sagte in NUC-Proxmox-steigender Ram:

                        rgendetwas ist an der Installation von Proxmox anders als bei allen anderen

                        keine Ahnung, daher fragte ich ja nach dem syslog

                        P Offline
                        P Offline
                        peterfido
                        schrieb am zuletzt editiert von peterfido
                        #116

                        @crunchip
                        okay, auf debug wird es aufgeführt.

                        2024-09-26 06:42:42.326 - info: host.ioTest stopInstance system.adapter.admin.0 (force=false, process=true)
                        2024-09-26 06:42:42.330 - info: admin.0 (4493) Got terminate signal TERMINATE_YOURSELF
                        2024-09-26 06:42:42.331 - info: admin.0 (4493) terminating https server on port 8081
                        2024-09-26 06:42:42.332 - info: admin.0 (4493) terminating
                        2024-09-26 06:42:42.332 - info: admin.0 (4493) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                        2024-09-26 06:42:42.371 - info: host.ioTest stopInstance system.adapter.admin.0 send kill signal
                        2024-09-26 06:42:42.833 - info: admin.0 (4493) terminating
                        2024-09-26 06:42:42.859 - info: host.ioTest instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                        2024-09-26 06:42:45.965 - info: host.ioTest instance system.adapter.admin.0 in version "7.1.2" started with pid 5251
                        2024-09-26 06:42:46.371 - debug: admin.0 (5251) Redis Objects: Use Redis connection: 127.0.0.1:9001
                        2024-09-26 06:42:46.378 - debug: admin.0 (5251) Objects client ready ... initialize now
                        2024-09-26 06:42:46.379 - debug: admin.0 (5251) Objects create System PubSub Client
                        2024-09-26 06:42:46.379 - debug: admin.0 (5251) Objects create User PubSub Client
                        2024-09-26 06:42:46.383 - debug: admin.0 (5251) Objects client initialize lua scripts
                        2024-09-26 06:42:46.385 - debug: admin.0 (5251) Objects connected to redis: 127.0.0.1:9001
                        2024-09-26 06:42:46.389 - debug: admin.0 (5251) Redis States: Use Redis connection: 127.0.0.1:9000
                        2024-09-26 06:42:46.390 - debug: admin.0 (5251) States create System PubSub Client
                        2024-09-26 06:42:46.390 - debug: admin.0 (5251) States create User PubSub Client
                        2024-09-26 06:42:46.392 - debug: admin.0 (5251) States connected to redis: 127.0.0.1:9000
                        2024-09-26 06:42:46.398 - debug: admin.0 (5251) Plugin sentry Initialize Plugin (enabled=true)
                        2024-09-26 06:42:46.462 - info: admin.0 (5251) starting. Version 7.1.2 in /opt/iobroker/node_modules/iobroker.admin, node: v20.17.0, js-controller: 6.0.11
                        2024-09-26 06:42:46.472 - info: admin.0 (5251) requesting all objects
                        
                        peter@ioTest:~$ iob status
                        iobroker is running on this host.
                        Objects type: jsonl
                        States  type: jsonl
                        peter@ioTest:~$
                        

                        Gruß

                        Peterfido


                        Proxmox auf Intel NUC12WSHi5
                        ioBroker: Debian (VM)
                        CCU: Debmatic (VM)
                        Influx: Debian (VM)
                        Grafana: Debian (VM)
                        eBus: Debian (VM)
                        Zigbee: Debian (VM) mit zigbee2mqtt

                        1 Antwort Letzte Antwort
                        0
                        • P peterfido

                          @marko67

                          DIE bebilderte Anleitung habe ich nicht gefunden.

                          Unter Proxmox nutze ich VMs.

                          Einen CT habe ich jetzt mal für diesen Test hier erstellt.

                          Dazu erstmal im Proxmox Host die aktuelle Debian 12 Vorlage heruntergeladen.
                          Screenshot_20240926_063509_Chrome.jpg

                          Dann auf erstelle CT klicken, das Template auswählen, 20GB Disk, 4 CPU Kerne in einem Sockel, 8 GB RAM, bei Netzwerk evtl. noch das VLAN setzen, DHCP an, starten.

                          Dann als root sudo installieren.

                          apt update
                          apt install sudo
                          apt install curl
                          adduser benutzername
                          usermod benutzername -aG sudo
                          exit
                          

                          Dann als benutzername einloggen

                          sudo apt update
                          sudo apt install qemu-guest-agent
                          curl -sLf https://iobroker.net/install.sh | bash -
                          

                          Das ist das Grundsystem, welches bei mir seit gestern testet.
                          Screenshot_20240925_135441_Chrome.jpg

                          Unter Objekte werden noch System freies RAM, RAM-Prozent und der Speicher vom admin in die History geloggt.
                          Screenshot_20240926_065856_Chrome.jpg
                          Screenshot_20240926_070037_Chrome.jpg

                          crunchipC Abwesend
                          crunchipC Abwesend
                          crunchip
                          Forum Testing Most Active
                          schrieb am zuletzt editiert von
                          #117

                          @peterfido sagte in NUC-Proxmox-steigender Ram:

                          DIE bebilderte Anleitung habe ich nicht gefunden.

                          6d85281a-2555-4e29-ad3d-cd759110c9e8-image.png

                          diese Dreiecke sind aufklappbar

                          @marko67 sagte in NUC-Proxmox-steigender Ram:

                          Haben den Adapter gelöscht. 1x über ioB Adapter und dann mal über die Konsole. Meldung taucht immer wieder auf??

                          seltsam

                          kannst du testweise einen neuen LXC erstellen, diesmal aber ein ubuntu template nehmen und mal nur eine reine Installation, ohne irgend etwas einzurichten oder zu löschen, nach der iobroker Installation

                          umgestiegen von Proxmox auf Unraid

                          M 1 Antwort Letzte Antwort
                          0
                          • M marko67

                            @arteck

                            Mein Problem ist, dass der RAM bis auf 100% hoch läuft und dann auch andere Container einfrieren. So war es auf dem vorherigen System.

                            Hier mal der RAM Verbrauch nach knapp 3 Stunden

                            b3292bbf-b4ef-4e6f-a761-0c9ea9cce6f0-grafik.png

                            MartinPM Online
                            MartinPM Online
                            MartinP
                            schrieb am zuletzt editiert von MartinP
                            #118

                            @marko67 sagte in NUC-Proxmox-steigender Ram:

                            Mein Problem ist, dass der RAM bis auf 100% hoch läuft und dann auch andere Container einfrieren. So war es auf dem vorherigen System.
                            Hier mal der RAM Verbrauch nach knapp 3 Stunden

                            1. Wenn man ein sicheres System haben will, darf man in Summe nur so viel RAM auf die Container verteilen, wie Proxmox bereitstellen kann ...
                              Hast Du ein System mit 8 GB RAM und drei Containern, sollte man nicht mehr als ca 7,5 GB auf die drei Container verteilen, also z.B. 2,5 + 2,5 + 2,5
                              Verteilt man mehr, als vorhanden ist auf die Container, gibt es die von Dir beobachteten Symptome, wenn einer der Container amok läuft, und ausnutzt, was ihm zusteht.

                            2. Meine Frage war, wie sich das RAM verhält, WÄHREND der iobroker durch "iob stop" gestoppt ist.
                              Sinkt die "Memory usage" wieder?
                              Auf den ursprünglichen Stand vor dem ersten Start des iob?

                            Intel(R) Celeron(R) CPU N3000 @ 1.04GHz 8G RAM 480G SSD
                            Virtualization : unprivileged lxc container (debian 12 on Proxmox 8.4.14)
                            Linux pve 6.8.12-16-pve
                            6 GByte RAM für den Container
                            Fritzbox 6591 FW 8.03 (Vodafone Leih-Box)
                            Remote-Access über Wireguard der Fritzbox

                            crunchipC M 2 Antworten Letzte Antwort
                            0
                            • MartinPM MartinP

                              @marko67 sagte in NUC-Proxmox-steigender Ram:

                              Mein Problem ist, dass der RAM bis auf 100% hoch läuft und dann auch andere Container einfrieren. So war es auf dem vorherigen System.
                              Hier mal der RAM Verbrauch nach knapp 3 Stunden

                              1. Wenn man ein sicheres System haben will, darf man in Summe nur so viel RAM auf die Container verteilen, wie Proxmox bereitstellen kann ...
                                Hast Du ein System mit 8 GB RAM und drei Containern, sollte man nicht mehr als ca 7,5 GB auf die drei Container verteilen, also z.B. 2,5 + 2,5 + 2,5
                                Verteilt man mehr, als vorhanden ist auf die Container, gibt es die von Dir beobachteten Symptome, wenn einer der Container amok läuft, und ausnutzt, was ihm zusteht.

                              2. Meine Frage war, wie sich das RAM verhält, WÄHREND der iobroker durch "iob stop" gestoppt ist.
                                Sinkt die "Memory usage" wieder?
                                Auf den ursprünglichen Stand vor dem ersten Start des iob?

                              crunchipC Abwesend
                              crunchipC Abwesend
                              crunchip
                              Forum Testing Most Active
                              schrieb am zuletzt editiert von
                              #119

                              @martinp laut seiner Aussage hat er doch 16GB Gesamt
                              8Gb für iobroker und 2weitere LXC mit 1 und 2 GB Ram, sollte in Summe dann ja passen

                              @martinp sagte in NUC-Proxmox-steigender Ram:

                              Sinkt die "Memory usage" wieder?

                              ja, hat er oben doch schon gezeigt

                              umgestiegen von Proxmox auf Unraid

                              1 Antwort Letzte Antwort
                              1
                              • MartinPM Online
                                MartinPM Online
                                MartinP
                                schrieb am zuletzt editiert von MartinP
                                #120

                                @marko67 sagte in NUC-Proxmox-steigender Ram:

                                iob stop ausgeführt. Ist mit 157 MB neu gestartet und nun wieder bei fast 1,5 GB steigend

                                Sorry, hatte nur die grafische Auswertung beachtet, und da keinen Abfall der RAM-Nutzung durch IOB gesehen

                                Ist "Nesting" im Lxc-Container aktiviert?

                                81fa5783-f9a4-421f-9d91-9b4d18f1f5b7-grafik.png

                                Und hier die Netzwerk-Einstellungen des Containers:

                                c9c1a300-4030-4ded-b573-3300f3f7eb71-grafik.png

                                Da habe ich gegenüber der Fritzbox getrickst ...

                                Intel(R) Celeron(R) CPU N3000 @ 1.04GHz 8G RAM 480G SSD
                                Virtualization : unprivileged lxc container (debian 12 on Proxmox 8.4.14)
                                Linux pve 6.8.12-16-pve
                                6 GByte RAM für den Container
                                Fritzbox 6591 FW 8.03 (Vodafone Leih-Box)
                                Remote-Access über Wireguard der Fritzbox

                                M 1 Antwort Letzte Antwort
                                0
                                • CodierknechtC Codierknecht

                                  @crunchip
                                  Gerade gesehen, dass der Admin ja auf "Debug" steht. Darum sehe ich diese Einträge bei mir nicht.
                                  Dann brauche ich mich ja nicht zu wundern. Alles gut.

                                  Bleibt trotzdem ein Mysterium.
                                  Kann mir kaum vorstellen, dass es an ioBroker liegt. Das würde hier sonst dutzendfach aufschlagen.
                                  Irgendetwas ist an der Installation von Proxmox anders als bei allen anderen.
                                  Wobei ich zugeben muss, dass ich meines auch nicht stringent nach irgend einer Anleitung installiert habe. Bootfähigen Stick erzeugt und dann gestartet. Der Rest ist eigentlich selbsterklärend.

                                  M Offline
                                  M Offline
                                  marko67
                                  schrieb am zuletzt editiert von
                                  #121

                                  @codierknecht

                                  Genau so habe ich es gemacht. Da kann man ja eigentlich nichts falsch machen. Habe es mit der bebilderten Anleitung verglichen und 1:1 genau so gemacht.

                                  1 Antwort Letzte Antwort
                                  0
                                  • crunchipC crunchip

                                    @peterfido sagte in NUC-Proxmox-steigender Ram:

                                    DIE bebilderte Anleitung habe ich nicht gefunden.

                                    6d85281a-2555-4e29-ad3d-cd759110c9e8-image.png

                                    diese Dreiecke sind aufklappbar

                                    @marko67 sagte in NUC-Proxmox-steigender Ram:

                                    Haben den Adapter gelöscht. 1x über ioB Adapter und dann mal über die Konsole. Meldung taucht immer wieder auf??

                                    seltsam

                                    kannst du testweise einen neuen LXC erstellen, diesmal aber ein ubuntu template nehmen und mal nur eine reine Installation, ohne irgend etwas einzurichten oder zu löschen, nach der iobroker Installation

                                    M Offline
                                    M Offline
                                    marko67
                                    schrieb am zuletzt editiert von marko67
                                    #122

                                    @crunchip

                                    Mach ich

                                    Erledigt:

                                    26684222-eee5-4894-ae09-d95cb5941d16-grafik.png

                                    0f9279d2-84a7-421b-8867-309894998f28-grafik.png

                                    a16f0bc1-2e03-4a94-b8b8-038156300329-grafik.png

                                    ebb28793-c6bc-4796-95f2-cc78060df631-grafik.png

                                    19485e3d-eb4b-4704-89cb-38fd4269025e-grafik.png

                                    Nach über 2 Std.

                                    9d5dc2d3-ae3c-4bca-8b7c-95c66159c666-grafik.png

                                    crunchipC 1 Antwort Letzte Antwort
                                    0
                                    • MartinPM MartinP

                                      @marko67 sagte in NUC-Proxmox-steigender Ram:

                                      Mein Problem ist, dass der RAM bis auf 100% hoch läuft und dann auch andere Container einfrieren. So war es auf dem vorherigen System.
                                      Hier mal der RAM Verbrauch nach knapp 3 Stunden

                                      1. Wenn man ein sicheres System haben will, darf man in Summe nur so viel RAM auf die Container verteilen, wie Proxmox bereitstellen kann ...
                                        Hast Du ein System mit 8 GB RAM und drei Containern, sollte man nicht mehr als ca 7,5 GB auf die drei Container verteilen, also z.B. 2,5 + 2,5 + 2,5
                                        Verteilt man mehr, als vorhanden ist auf die Container, gibt es die von Dir beobachteten Symptome, wenn einer der Container amok läuft, und ausnutzt, was ihm zusteht.

                                      2. Meine Frage war, wie sich das RAM verhält, WÄHREND der iobroker durch "iob stop" gestoppt ist.
                                        Sinkt die "Memory usage" wieder?
                                        Auf den ursprünglichen Stand vor dem ersten Start des iob?

                                      M Offline
                                      M Offline
                                      marko67
                                      schrieb am zuletzt editiert von
                                      #123

                                      @martinp

                                      Das neue System (Hardware / neuer NUC) hat 16 GB Speicher.

                                      25c125f0-aeb8-4c51-8787-18cb2c449775-grafik.png

                                      der 1. Container iob hat 8GB der 2. iob-Test hat 4 GB

                                      Sinkt die "Memory usage" wieder? --> Ja!! Ich gl. ich hatte davon einen Screenshot bereits gepostet.

                                      1 Antwort Letzte Antwort
                                      0
                                      • MartinPM MartinP

                                        @marko67 sagte in NUC-Proxmox-steigender Ram:

                                        iob stop ausgeführt. Ist mit 157 MB neu gestartet und nun wieder bei fast 1,5 GB steigend

                                        Sorry, hatte nur die grafische Auswertung beachtet, und da keinen Abfall der RAM-Nutzung durch IOB gesehen

                                        Ist "Nesting" im Lxc-Container aktiviert?

                                        81fa5783-f9a4-421f-9d91-9b4d18f1f5b7-grafik.png

                                        Und hier die Netzwerk-Einstellungen des Containers:

                                        c9c1a300-4030-4ded-b573-3300f3f7eb71-grafik.png

                                        Da habe ich gegenüber der Fritzbox getrickst ...

                                        M Offline
                                        M Offline
                                        marko67
                                        schrieb am zuletzt editiert von
                                        #124

                                        @martinp

                                        Ist "Nesting" im Lxc-Container aktiviert? --> Ja

                                        82165b61-e4e3-4de6-9c6f-0d163731d27e-grafik.png

                                        MartinPM 1 Antwort Letzte Antwort
                                        0
                                        • M marko67

                                          @martinp

                                          Ist "Nesting" im Lxc-Container aktiviert? --> Ja

                                          82165b61-e4e3-4de6-9c6f-0d163731d27e-grafik.png

                                          MartinPM Online
                                          MartinPM Online
                                          MartinP
                                          schrieb am zuletzt editiert von
                                          #125

                                          @marko67 und bei der statisch zugewiesenen 192.168.1.152 spuckt kein anderes Device in die Suppe? Lieg die Adresse im Range, den Dein Router per DHCP vergibt?

                                          Intel(R) Celeron(R) CPU N3000 @ 1.04GHz 8G RAM 480G SSD
                                          Virtualization : unprivileged lxc container (debian 12 on Proxmox 8.4.14)
                                          Linux pve 6.8.12-16-pve
                                          6 GByte RAM für den Container
                                          Fritzbox 6591 FW 8.03 (Vodafone Leih-Box)
                                          Remote-Access über Wireguard der Fritzbox

                                          M 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          912

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe