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. ioBroker Allgemein
  4. iob diag - Skript

NEWS

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

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

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

iob diag - Skript

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
738 Beiträge 49 Kommentatoren 207.8k Aufrufe 38 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.
  • Thomas BraunT Thomas Braun

    @glasfaser

    Man könnte natürlich den Pfad auf /opt/iobroker/log ändern, dann erscheint es im DropDown der logs und kann dann da angeklickt werden.

    GlasfaserG Offline
    GlasfaserG Offline
    Glasfaser
    schrieb am zuletzt editiert von
    #465

    @thomas-braun

    Habe es gefunden

    	elif [ "\$1" = "diag" ]; then
    		  sudo -u $IOB_USER curl -sLf $DIAG_URL --output /home/$IOB_USER/.diag.sh && bash /home/$IOB_USER/.diag.sh | sudo -u $IOB_USER tee /home/$IOB_USER/iob_diag.log
    

    https://github.com/ioBroker/ioBroker/blob/master/fix_installation.sh

    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • GlasfaserG Glasfaser

      @thomas-braun

      Habe es gefunden

      	elif [ "\$1" = "diag" ]; then
      		  sudo -u $IOB_USER curl -sLf $DIAG_URL --output /home/$IOB_USER/.diag.sh && bash /home/$IOB_USER/.diag.sh | sudo -u $IOB_USER tee /home/$IOB_USER/iob_diag.log
      

      https://github.com/ioBroker/ioBroker/blob/master/fix_installation.sh

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #466

      @glasfaser

      Dann kannste ja einen PR gegen den Installer setzen.

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @glasfaser

        Man könnte natürlich den Pfad auf /opt/iobroker/log ändern, dann erscheint es im DropDown der logs und kann dann da angeklickt werden.

        GlasfaserG Offline
        GlasfaserG Offline
        Glasfaser
        schrieb am zuletzt editiert von
        #467

        @thomas-braun sagte in iob diag - Skript:

        Man könnte natürlich den Pfad auf /opt/iobroker/log ändern, dann erscheint es im DropDown der logs und kann dann da angeklickt werden.

        Das war ja mein Vorschlag oben ...

        @glasfaser sagte in iob diag - Skript:
        Wäre dann über die Admin Oberfläche :

        e329e7a8-dbe1-48e5-a8d3-c4b29e5224d3-grafik.png

        per Download bzw. besser markierbar ... ( da haben so einige Probleme damit )

        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • GlasfaserG Glasfaser

          @thomas-braun sagte in iob diag - Skript:

          Man könnte natürlich den Pfad auf /opt/iobroker/log ändern, dann erscheint es im DropDown der logs und kann dann da angeklickt werden.

          Das war ja mein Vorschlag oben ...

          @glasfaser sagte in iob diag - Skript:
          Wäre dann über die Admin Oberfläche :

          e329e7a8-dbe1-48e5-a8d3-c4b29e5224d3-grafik.png

          per Download bzw. besser markierbar ... ( da haben so einige Probleme damit )

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #468

          @glasfaser sagte in iob diag - Skript:

          per Download bzw. besser markierbar ... ( da haben so einige Probleme damit )

          Downside ist: Es ist nach dem posten im Forum für Helfer schlechter lesbar.

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          GlasfaserG 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @glasfaser sagte in iob diag - Skript:

            per Download bzw. besser markierbar ... ( da haben so einige Probleme damit )

            Downside ist: Es ist nach dem posten im Forum für Helfer schlechter lesbar.

            GlasfaserG Offline
            GlasfaserG Offline
            Glasfaser
            schrieb am zuletzt editiert von
            #469

            @thomas-braun

            Ja .. du hast Recht , wenn man alles so kopiert / einfügt .
            Natürlich sollte es so bleiben , wie du es auch im Script angegeben hast :

            ======== Start marking the full check here =========

            Skript v.2023-04-16
            
            
            blaba 
            
            hier Ende 
            

            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • GlasfaserG Glasfaser

              @thomas-braun

              Ja .. du hast Recht , wenn man alles so kopiert / einfügt .
              Natürlich sollte es so bleiben , wie du es auch im Script angegeben hast :

              ======== Start marking the full check here =========

              Skript v.2023-04-16
              
              
              blaba 
              
              hier Ende 
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von Thomas Braun
              #470

              @glasfaser

              Versuch mal

              iob_diag | tee >(sed $'s/\033[[][^A-Za-z]*[A-Za-z]//g' > /opt/iobroker/log/diag_test.log)
              

              Aber dann werden alle Formatierungen rausgenommen. Sieht aucht nicht übersichtlicher aus...

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              GlasfaserG 1 Antwort Letzte Antwort
              1
              • Thomas BraunT Thomas Braun

                @glasfaser

                Versuch mal

                iob_diag | tee >(sed $'s/\033[[][^A-Za-z]*[A-Za-z]//g' > /opt/iobroker/log/diag_test.log)
                

                Aber dann werden alle Formatierungen rausgenommen. Sieht aucht nicht übersichtlicher aus...

                GlasfaserG Offline
                GlasfaserG Offline
                Glasfaser
                schrieb am zuletzt editiert von
                #471

                @thomas-braun

                Du kleiner Künstler .... :)

                971b2051-3834-4437-b86d-ed57bf2b2f9b-grafik.png

                Sieht im Log schick aus ...

                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • GlasfaserG Glasfaser

                  @thomas-braun

                  Du kleiner Künstler .... :)

                  971b2051-3834-4437-b86d-ed57bf2b2f9b-grafik.png

                  Sieht im Log schick aus ...

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #472

                  @glasfaser sagte in iob diag - Skript:

                  Sieht im Log schick aus ...

                  Echt? Bei mir ist das Bleiwüste:

                  a6e6d890-5775-47f3-aa21-afee1c5dd1db-grafik.png

                  Allerdings schaut es in less wieder gut aus.
                  Nutz nur nix, daraus zu kopieren ist komplexer als direkt von STDOUT.

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  GlasfaserG 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @glasfaser sagte in iob diag - Skript:

                    Sieht im Log schick aus ...

                    Echt? Bei mir ist das Bleiwüste:

                    a6e6d890-5775-47f3-aa21-afee1c5dd1db-grafik.png

                    Allerdings schaut es in less wieder gut aus.
                    Nutz nur nix, daraus zu kopieren ist komplexer als direkt von STDOUT.

                    GlasfaserG Offline
                    GlasfaserG Offline
                    Glasfaser
                    schrieb am zuletzt editiert von
                    #473

                    @thomas-braun sagte in iob diag - Skript:

                    ist komplexer als direkt von STDOUT.

                    Ja sehe ich auch gerade , sieht hier im Forum . kopiert .. zum würgen aus .

                    Habe es gerade mal testweise eingefügt ...:unamused:

                    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • GlasfaserG Glasfaser

                      @thomas-braun sagte in iob diag - Skript:

                      ist komplexer als direkt von STDOUT.

                      Ja sehe ich auch gerade , sieht hier im Forum . kopiert .. zum würgen aus .

                      Habe es gerade mal testweise eingefügt ...:unamused:

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #474

                      Könnten die Docker-User das skript mal wieder beta-testen?
                      (Andere natürlich auch...)

                      Hab noch mal was geändert und umgestellt.

                      Danke schön!

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      bahnuhrB NegaleinN 2 Antworten Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        Könnten die Docker-User das skript mal wieder beta-testen?
                        (Andere natürlich auch...)

                        Hab noch mal was geändert und umgestellt.

                        Danke schön!

                        bahnuhrB Online
                        bahnuhrB Online
                        bahnuhr
                        Forum Testing Most Active
                        schrieb am zuletzt editiert von
                        #475

                        @thomas-braun
                        ich kein docker.
                        Aber trotzdem:

                        Skript v.2023-04-16
                        
                        *** BASE SYSTEM ***
                        Architecture    : x86_64
                        Docker          : false
                        Virtualization  : kvm
                        Distributor ID: Debian
                        Description:    Debian GNU/Linux 11 (bullseye)
                        Release:        11
                        Codename:       bullseye
                        
                        PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
                        NAME="Debian GNU/Linux"
                        VERSION_ID="11"
                        VERSION="11 (bullseye)"
                        VERSION_CODENAME=bullseye
                        ID=debian
                        HOME_URL="https://www.debian.org/"
                        SUPPORT_URL="https://www.debian.org/support"
                        BUG_REPORT_URL="https://bugs.debian.org/"
                        
                        Systemuptime and Load:
                         21:29:24 up  3:30,  1 user,  load average: 1.40, 0.97, 1.02
                        CPU threads: 8
                        
                        
                        *** Time and Time Zones ***
                                       Local time: Sun 2023-07-02 21:29:24 CEST
                                   Universal time: Sun 2023-07-02 19:29:24 UTC
                                         RTC time: Sun 2023-07-02 19:29:25
                                        Time zone: Europe/Berlin (CEST, +0200)
                        System clock synchronized: yes
                                      NTP service: active
                                  RTC in local TZ: no
                        
                        *** User and Groups ***
                        dieter
                        /home/dieter
                        dieter cdrom floppy sudo audio dip video plugdev netdev iobroker
                        
                        *** X-Server-Setup ***
                        X-Server:       false
                        Desktop:
                        Terminal:       tty
                        Boot Target:    graphical.target
                        
                        *** MEMORY ***
                                       total        used        free      shared  buff/cache   available
                        Mem:            5.9G        4.6G        476M        0.0K        851M        1.1G
                        Swap:           974M          0B        974M
                        Total:          6.9G        4.6G        1.5G
                        
                                 5928 M total memory
                                 4601 M used memory
                                  330 M active memory
                                 4794 M inactive memory
                                  476 M free memory
                                  107 M buffer memory
                                  743 M swap cache
                                  974 M total swap
                                    0 M used swap
                                  974 M free swap
                        
                        *** FILESYSTEM ***
                        Filesystem                Type      Size  Used Avail Use% Mounted on
                        udev                      devtmpfs  2.9G     0  2.9G   0% /dev
                        tmpfs                     tmpfs     593M  512K  593M   1% /run
                        /dev/sda1                 ext4       31G  7.2G   22G  25% /
                        tmpfs                     tmpfs     2.9G     0  2.9G   0% /dev/shm
                        tmpfs                     tmpfs     5.0M     0  5.0M   0% /run/lock
                        //192.168.243.100/1_Sound cifs      238G  120G  118G  51% /mnt
                        tmpfs                     tmpfs     593M     0  593M   0% /run/user/1000
                        
                        Messages concerning ext4 filesystem in dmesg:
                        [Sun Jul  2 17:58:49 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
                        [Sun Jul  2 17:58:54 2023] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
                        
                        Show mounted filesystems (real ones only):
                        TARGET SOURCE                    FSTYPE OPTIONS
                        /      /dev/sda1                 ext4   rw,relatime,errors=remount-ro
                        `-/mnt //192.168.243.100/1_Sound cifs   rw,relatime,vers=3.1.1,cache=strict,username=dieter,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.243.100,file_mode=0777,dir_mode=0777,soft,nounix,serverino,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1
                        
                        Files in neuralgic directories:
                        
                        /var:
                        869M    /var/
                        371M    /var/cache
                        364M    /var/cache/apt
                        330M    /var/log
                        313M    /var/log/journal/dd59139b4ae040898d227e04f86103f0
                        
                        Hint: You are currently not seeing messages from other users and the system.
                              Users in groups 'adm', 'systemd-journal' can see all messages.
                              Pass -q to turn off this notice.
                        Archived and active journals take up 56.0M in the file system.
                        
                        /opt/iobroker/backups:
                        380M    /opt/iobroker/backups/
                        
                        /opt/iobroker/iobroker-data:
                        1020M   /opt/iobroker/iobroker-data/
                        625M    /opt/iobroker/iobroker-data/files
                        298M    /opt/iobroker/iobroker-data/files/vis.0
                        248M    /opt/iobroker/iobroker-data/files/vis.0/wav
                        235M    /opt/iobroker/iobroker-data/sqlite
                        
                        The five largest files in iobroker-data are:
                        235M    /opt/iobroker/iobroker-data/sqlite/sqlite.db
                        154M    /opt/iobroker/iobroker-data/files/vis.0/wav/starker-regen-mit-gewitter-im.wav
                        40M     /opt/iobroker/iobroker-data/objects.jsonl
                        34M     /opt/iobroker/iobroker-data/files/vis.0/wav/hagelschauer-im-sommer.wav
                        20M     /opt/iobroker/iobroker-data/states.jsonl
                        
                        *** NodeJS-Installation ***
                        
                        /usr/bin/nodejs         v18.16.1
                        /usr/bin/node           v18.16.1
                        /usr/bin/npm            9.5.1
                        /usr/bin/npx            9.5.1
                        
                        
                        nodejs:
                          Installed: 18.16.1-deb-1nodesource1
                          Candidate: 18.16.1-deb-1nodesource1
                          Version table:
                         *** 18.16.1-deb-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x bullseye/main amd64 Packages
                                100 /var/lib/dpkg/status
                             12.22.12~dfsg-1~deb11u4 500
                                500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                             12.22.12~dfsg-1~deb11u3 500
                                500 http://deb.debian.org/debian bullseye/main amd64 Packages
                        
                        Temp directories causing npm8 problem: 0
                        No problems detected
                        
                        *** ioBroker-Installation ***
                        
                        ioBroker Status
                        iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        MULTIHOSTSERVICE/enabled: false
                        
                        Core adapters versions
                        js-controller:  4.0.24
                        admin:          6.3.5
                        javascript:     7.0.3
                        
                        Adapters from github:   12
                        
                        Adapter State
                        + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          system.adapter.alias-manager.0          : alias-manager         : iobroker                                 - disabled
                        + system.adapter.asterisk.0               : asterisk              : iobroker                                 -  enabled, port: 5038
                        + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                        + system.adapter.bmw.0                    : bmw                   : iobroker                                 -  enabled
                          system.adapter.bosch-ebike.0            : bosch-ebike           : iobroker                                 - disabled
                        + system.adapter.cloud.0                  : cloud                 : iobroker                                 -  enabled
                        + system.adapter.contact.0                : contact               : iobroker                                 -  enabled, port: 8096
                          system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled
                          system.adapter.doorio.0                 : doorio                : iobroker                                 - disabled, port: 4444
                          system.adapter.dwd.0                    : dwd                   : iobroker                                 -  enabled
                        + system.adapter.email.0                  : email                 : iobroker                                 -  enabled
                          system.adapter.feiertage.0              : feiertage             : iobroker                                 -  enabled
                          system.adapter.flot.0                   : flot                  : iobroker                                 - disabled
                        + system.adapter.fritzbox.0               : fritzbox              : iobroker                                 -  enabled
                        + system.adapter.fritzdect.0              : fritzdect             : iobroker                                 -  enabled
                        + system.adapter.hm-rega.0                : hm-rega               : iobroker                                 -  enabled
                        + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                        + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                        + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                          system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                          system.adapter.icons-material-png.0     : icons-material-png    : iobroker                                 - disabled
                          system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 - disabled
                          system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: iobroker                                 - disabled
                        + system.adapter.imap.0                   : imap                  : iobroker                                 -  enabled
                        + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                        + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                        + system.adapter.javascript.1             : javascript            : iobroker                                 -  enabled
                        + system.adapter.komoot.0                 : komoot                : iobroker                                 -  enabled
                        + system.adapter.libre.0                  : libre                 : iobroker                                 -  enabled
                          system.adapter.linux-control.0          : linux-control         : iobroker                                 - disabled
                        + system.adapter.logparser.0              : logparser             : iobroker                                 -  enabled
                        + system.adapter.mbus.0                   : mbus                  : Pi-Strom-Wasser                          -  enabled, port: 3493
                        + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobroker                                 -  enabled, port: 54321
                          system.adapter.mihome.0                 : mihome                : iobroker                                 - disabled, port: 9898, bind: 192.168.243.12
                        + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
                        + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                        + system.adapter.mqtt.2                   : mqtt                  : iobroker                                 -  enabled, port: 1885, bind: 0.0.0.0
                        + system.adapter.musiccast.0              : musiccast             : iobroker                                 -  enabled
                        + system.adapter.octoprint.0              : octoprint             : iobroker                                 -  enabled
                          system.adapter.openligadb.0             : openligadb            : iobroker                                 - disabled
                        + system.adapter.parser.0                 : parser                : iobroker                                 -  enabled
                        + system.adapter.ping.0                   : ping                  : iobroker                                 -  enabled
                        + system.adapter.pollenflug.0             : pollenflug            : iobroker                                 -  enabled
                        + system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port: 8006
                          system.adapter.rest-api.0               : rest-api              : iobroker                                 - disabled, port: 8093, bind: 0.0.0.0, run as: admin
                        + system.adapter.rssfeed.0                : rssfeed               : iobroker                                 -  enabled
                        + system.adapter.sayit.2                  : sayit                 : iobroker                                 -  enabled
                        + system.adapter.sayit.3                  : sayit                 : iobroker                                 -  enabled
                        + system.adapter.sayit.4                  : sayit                 : iobroker                                 -  enabled
                          system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                        + system.adapter.smartmeter.0             : smartmeter            : Pi-Strom-Wasser                          -  enabled
                        + system.adapter.smartmeter.1             : smartmeter            : Pi-Strom-Wasser                          -  enabled
                          system.adapter.sourceanalytix.0         : sourceanalytix        : iobroker                                 - disabled
                        + system.adapter.sql.0                    : sql                   : iobroker                                 -  enabled, port: 3306
                        + system.adapter.sql.1                    : sql                   : iobroker                                 -  enabled
                        + system.adapter.tankerkoenig.0           : tankerkoenig          : iobroker                                 -  enabled
                        + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.tr-064.0                 : tr-064                : iobroker                                 -  enabled
                        + system.adapter.tuya.0                   : tuya                  : iobroker                                 -  enabled
                        + system.adapter.viessmann.0              : viessmann             : iobroker                                 -  enabled, port: 3002
                          system.adapter.vis-bars.0               : vis-bars              : iobroker                                 -  enabled
                          system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker                                 -  enabled
                          system.adapter.vis-colorpicker.0        : vis-colorpicker       : iobroker                                 -  enabled
                          system.adapter.vis-google-fonts.0       : vis-google-fonts      : iobroker                                 -  enabled
                          system.adapter.vis-history.0            : vis-history           : iobroker                                 -  enabled
                          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                        + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled
                          system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 -  enabled
                          system.adapter.vis-justgage.0           : vis-justgage          : iobroker                                 -  enabled
                          system.adapter.vis-map.0                : vis-map               : iobroker                                 -  enabled
                          system.adapter.vis-metro.0              : vis-metro             : iobroker                                 -  enabled
                          system.adapter.vis-players.0            : vis-players           : iobroker                                 -  enabled
                          system.adapter.vis-plumb.0              : vis-plumb             : iobroker                                 -  enabled
                          system.adapter.vis-rgraph.0             : vis-rgraph            : iobroker                                 -  enabled
                          system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 -  enabled
                          system.adapter.vis-weather.0            : vis-weather           : iobroker                                 -  enabled
                          system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                        + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          system.adapter.wiobrowser.0             : wiobrowser            : iobroker                                 - disabled, port: 5000
                        + system.adapter.ws.0                     : ws                    : iobroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                        + system.adapter.yamaha.0                 : yamaha                : iobroker                                 -  enabled
                        + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.243.114:6638
                        
                        + instance is alive
                        
                        Enabled adapters with bindings
                        + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.asterisk.0               : asterisk              : iobroker                                 -  enabled, port: 5038
                        + system.adapter.contact.0                : contact               : iobroker                                 -  enabled, port: 8096
                        + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                        + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                        + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                        + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                        + system.adapter.mbus.0                   : mbus                  : Pi-Strom-Wasser                          -  enabled, port: 3493
                        + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobroker                                 -  enabled, port: 54321
                        + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                        + system.adapter.mqtt.2                   : mqtt                  : iobroker                                 -  enabled, port: 1885, bind: 0.0.0.0
                        + system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port: 8006
                        + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                        + system.adapter.sql.0                    : sql                   : iobroker                                 -  enabled, port: 3306
                        + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.viessmann.0              : viessmann             : iobroker                                 -  enabled, port: 3002
                        + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        + system.adapter.ws.0                     : ws                    : iobroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                        + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.243.114:6638
                        
                        ioBroker-Repositories
                        stable        : http://download.iobroker.net/sources-dist.json
                        beta          : http://download.iobroker.net/sources-dist-latest.json
                        
                        Active repo(s): stable
                        
                        Installed ioBroker-Instances
                        Used repository: stable
                        Adapter    "admin"        : 6.3.5    , installed 6.3.5
                        Adapter    "alias-manager": 1.2.4    , installed 1.2.4
                        Adapter    "asterisk"     : 1.0.6    , installed 1.0.6
                        Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                        Adapter    "bmw"          : 2.5.7    , installed 2.6.0
                        Adapter    "bosch-ebike"  : 0.0.3    , installed 0.0.3
                        Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                        Adapter    "daswetter"    : 3.1.8    , installed 3.1.8
                        Adapter    "doorio"       : 2.1.4    , installed 2.1.4
                        Adapter    "dwd"          : 2.8.3    , installed 2.8.5
                        Adapter    "email"        : 1.2.0    , installed 1.2.0
                        Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
                        Adapter    "flot"         : 1.12.0   , installed 1.12.0
                        Adapter    "fritzbox"     : 0.2.1    , installed 0.2.1
                        Adapter    "fritzdect"    : 2.3.1    , installed 2.3.1
                        Adapter    "hm-rega"      : 3.0.46   , installed 3.0.46
                        Adapter    "hm-rpc"       : 1.15.18  , installed 1.15.18
                        Adapter    "ical"         : 1.13.3   , installed 1.13.3
                        Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                        Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                        Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                        Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                        Adapter    "javascript"   : 7.0.3    , installed 7.0.3
                        Controller "js-controller": 4.0.24   , installed 4.0.24
                        Adapter    "libre"        : 0.0.4    , installed 0.0.5
                        Adapter    "linux-control": 1.1.3    , installed 1.1.3
                        Adapter    "logparser"    : 2.2.0    , installed 2.2.0
                        Adapter    "mihome"       : 1.4.0    , installed 1.4.0
                        Adapter    "mihome-vacuum": 3.11.0   , installed 3.11.0
                        Adapter    "modbus"       : 5.0.11   , installed 5.0.11
                        Adapter    "mqtt"         : 4.1.1    , installed 4.1.1
                        Adapter    "musiccast"    : 1.1.0    , installed 1.1.2
                        Adapter    "octoprint"    : 4.0.0    , installed 4.0.0
                        Adapter    "openligadb"   : 1.2.4    , installed 1.2.4
                        Adapter    "parser"       : 1.3.2    , installed 1.3.2
                        Adapter    "ping"         : 1.5.3    , installed 1.5.3
                        Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                        Adapter    "proxmox"      : 1.3.5    , installed 1.3.5
                        Adapter    "rest-api"     : 1.1.0    , installed 1.1.0
                        Adapter    "rssfeed"      : 2.6.1    , installed 2.6.1
                        Adapter    "sayit"        : 3.0.5    , installed 3.0.5
                        Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                        Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                        Adapter    "socketio"     : 4.2.0    , installed 6.3.5
                        Adapter    "sql"          : 2.2.0    , installed 2.2.0
                        Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                        Adapter    "telegram"     : 1.15.6   , installed 1.15.6
                        Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                        Adapter    "tuya"         : 3.14.2   , installed 3.14.2
                        Adapter    "viessmann"    : 1.4.4    , installed 1.4.4
                        Adapter    "vis"          : 1.4.16   , installed 1.4.16
                        Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                        Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                        Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                        Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                        Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                        Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                        Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                        Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                        Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
                        Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                        Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                        Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                        Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                        Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                        Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                        Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
                        Adapter    "web"          : 4.3.0    , installed 6.0.1
                        Adapter    "wiobrowser"   : 2.0.1    , installed 2.0.1
                        Adapter    "ws"           : 1.3.0    , installed 2.3.6
                        Adapter    "yamaha"       : 0.5.3    , installed 0.5.3
                        Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                        
                        Objects and States
                        Please stand by - This may take a while
                        Objects:        23378
                        States:         19282
                        
                        *** OS-Repositories and Updates ***
                        Hit:1 http://deb.debian.org/debian bullseye InRelease
                        Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                        Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
                        Hit:4 http://security.debian.org/debian-security bullseye-security InRelease
                        Reading package lists...
                        Pending Updates: 3
                        
                        *** Listening Ports ***
                        Active Internet connections (only servers)
                        Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          1429       428/sshd: /usr/sbin
                        tcp        0      0 192.168.243.15:2010     0.0.0.0:*               LISTEN      1001       14772      735/io.hm-rpc.2
                        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       16724      830/io.mqtt.0
                        tcp        0      0 0.0.0.0:1885            0.0.0.0:*               LISTEN      1001       15047      841/io.mqtt.2
                        tcp        0      0 192.168.243.15:8701     0.0.0.0:*               LISTEN      1001       10228      716/io.hm-rpc.1
                        tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       14146      409/iobroker.js-con
                        tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       14139      409/iobroker.js-con
                        tcp        0      0 0.0.0.0:5038            0.0.0.0:*               LISTEN      108        1454       406/asterisk
                        tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          11187      1/init
                        tcp        0      0 192.168.243.15:2001     0.0.0.0:*               LISTEN      1001       10230      709/io.hm-rpc.0
                        tcp6       0      0 :::8084                 :::*                    LISTEN      1001       22650      1327/io.ws.0
                        tcp6       0      0 :::22                   :::*                    LISTEN      0          1431       428/sshd: /usr/sbin
                        tcp6       0      0 :::8087                 :::*                    LISTEN      1001       22598      1241/io.simple-api.
                        tcp6       0      0 :::111                  :::*                    LISTEN      0          1147       1/init
                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       14204      563/io.admin.0
                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       20758      1321/io.web.0
                        udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13155      359/dhclient
                        udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          12243      1/init
                        udp        0      0 0.0.0.0:41100           0.0.0.0:*                           1001       20474      1214/io.musiccast.0
                        udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       1891       796/io.mihome-vacuu
                        udp        0      0 0.0.0.0:4569            0.0.0.0:*                           108        1467       406/asterisk
                        udp        0      0 0.0.0.0:5060            0.0.0.0:*                           108        1468       406/asterisk
                        udp        0      0 0.0.0.0:37967           0.0.0.0:*                           108        14127      406/asterisk
                        udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       15848      890/io.tuya.0
                        udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       15849      890/io.tuya.0
                        udp6       0      0 :::53083                :::*                                108        14128      406/asterisk
                        udp6       0      0 :::111                  :::*                                0          9730       1/init
                        
                        *** Log File - Last 25 Lines ***
                        
                        2023-07-02 21:30:00.221  - info: host.iobroker instance system.adapter.dwd.0 started with pid 9518
                        2023-07-02 21:30:00.253  - info: javascript.0 (601) script.js.Scripte.System.View_wechseln: View auf 'Temperatur' gewechselt.
                        2023-07-02 21:30:00.266  - info: javascript.0 (601) script.js.Scripte.Geraete.Tablet: Tablet Surface: aktuelle Lautstärke ist: 86 %.
                        2023-07-02 21:30:00.295  - info: javascript.0 (601) script.js.Scripte.Geraete.Tablet: Tablet Surface: aktuelle Helligkeit ist: 100 %.
                        2023-07-02 21:30:00.356  - info: javascript.0 (601) script.js.Scripte.Geraete.Tablet: Tablet Chuwi: aktuelle Lautstärke ist: 70 %.
                        2023-07-02 21:30:00.374  - info: javascript.0 (601) script.js.Scripte.Geraete.Tablet: Tablet Chuwi: aktuelle Helligkeit ist: 100 %.
                        2023-07-02 21:30:00.482  - info: javascript.0 (601) script.js.Scripte.Geraete.Tablet: Tablet Chuwi: aktueller Akkustand ist: 36 %.
                        2023-07-02 21:30:00.504  - info: javascript.0 (601) script.js.Scripte.Geraete.Tablet: Tablet Surface: aktueller Akkustand ist: 100 %.
                        2023-07-02 21:30:04.593  - info: host.iobroker instance system.adapter.daswetter.0 started with pid 9546
                        2023-07-02 21:30:10.407  - info: host.iobroker instance system.adapter.ical.0 started with pid 9577
                        2023-07-02 21:30:12.395  - info: dwd.0 (9518) starting. Version 2.8.5 (non-npm: ioBroker/ioBroker.dwd) in /opt/iobroker/node_modules/iobroker.dwd, node: v18.16.1, js-controller: 4.0.24
                        2023-07-02 21:30:14.139  - info: daswetter.0 (9546) starting. Version 3.1.8 in /opt/iobroker/node_modules/iobroker.daswetter, node: v18.16.1, js-controller: 4.0.24
                        2023-07-02 21:30:17.501  - info: ical.0 (9577) starting. Version 1.13.3 in /opt/iobroker/node_modules/iobroker.ical, node: v18.16.1, js-controller: 4.0.24
                        2023-07-02 21:30:18.890  - info: ical.0 (9577) processing URL: Märkte https://calendar.google.com/calendar/ical/mn7fmslmdftdee289a43jfk2p4%40group.calendar.google.com/private-a1b9d16955e1b026c97c9163f08d34a9/basic.ics
                        2023-07-02 21:30:19.637  - info: ical.0 (9577) processing URL: Müll https://calendar.google.com/calendar/ical/4v99ckgc7cn8ds7lifi58gq97o%40group.calendar.google.com/private-3fcd3288d403e0dd210afc8b4eec7699/basic.ics
                        2023-07-02 21:30:20.838  - info: ical.0 (9577) processing URL: Google https://calendar.google.com/calendar/ical/d.mueller3005%40googlemail.com/private-068d61660f2427d2f71024c407325b7c/basic.ics
                        2023-07-02 21:30:21.947  - info: dwd.0 (9518) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                        2023-07-02 21:30:22.509  - info: host.iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                        2023-07-02 21:30:27.412  - info: ical.0 (9577) Terminated (NO_ERROR): Without reason
                        2023-07-02 21:30:28.043  - info: host.iobroker instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                        2023-07-02 21:30:40.345  - info: javascript.0 (601) script.js.Scripte.Geraete.Waschmaschine: Auslöser Waschmaschine
                        2023-07-02 21:30:48.320  - info: javascript.0 (601) script.js.Scripte.Sonstige.Sonne: Auslöser Lichtsensor
                        2023-07-02 21:30:57.418  - info: daswetter.0 (9546) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
                        2023-07-02 21:30:57.943  - info: daswetter.0 (9546) cleaned everything up...
                        2023-07-02 21:30:57.979  - info: host.iobroker instance system.adapter.daswetter.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                        
                        ============ Mark until here for C&P =============
                        
                        iob diag has finished.
                        
                        Press any key for a summary
                        
                        
                        ======================= SUMMARY =======================
                                             v.2023-04-16
                        
                        
                        Operatingsystem:        Debian GNU/Linux 11 (bullseye)
                        Kernel:                 5.10.0-23-amd64
                        Installation:           kvm
                        Timezone:               Europe/Berlin (CEST, +0200)
                        User-ID:                1000
                        X-Server:               false
                        Boot Target:            graphical.target
                        
                        Pending OS-Updates:     3
                        Pending iob updates:    0
                        
                        Nodejs-Installation:    /usr/bin/nodejs         v18.16.1
                                                /usr/bin/node           v18.16.1
                                                /usr/bin/npm            9.5.1
                                                /usr/bin/npx            9.5.1
                        
                        Recommended versions are nodejs 18.x.y and npm 9.x.y
                        Your nodejs installation is correct
                        
                        MEMORY:
                                       total        used        free      shared  buff/cache   available
                        Mem:            5.9G        4.7G        346M        0.0K        857M        950M
                        Swap:           974M          0B        974M
                        Total:          6.9G        4.7G        1.3G
                        
                        Active iob-Instances:   52
                        Active repo(s): stable
                        
                        ioBroker Core:          js-controller           4.0.24
                                                admin                   6.3.5
                        
                        ioBroker Status:        iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Status admin and web instance:
                        + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        
                        Objects:                23378
                        States:                 19280
                        
                        Size of iob-Database:
                        
                        40M     /opt/iobroker/iobroker-data/objects.jsonl
                        23M     /opt/iobroker/iobroker-data/states.jsonl
                        
                        
                        
                        =================== END OF SUMMARY ====================
                        

                        Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                        Danke.
                        gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                        ScreenToGif :https://www.screentogif.com/downloads.html

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          Könnten die Docker-User das skript mal wieder beta-testen?
                          (Andere natürlich auch...)

                          Hab noch mal was geändert und umgestellt.

                          Danke schön!

                          NegaleinN Offline
                          NegaleinN Offline
                          Negalein
                          Global Moderator
                          schrieb am zuletzt editiert von
                          #476

                          @thomas-braun sagte in iob diag - Skript:

                          (Andere natürlich auch...)

                          LXC

                          PS: ich weiß schon, was du mir gleich sagen wirst. 106 ;)

                          ======================= SUMMARY =======================
                                               v.2023-06-20
                          
                          
                           Static hostname: ioBroker
                                 Icon name: computer-container
                                   Chassis: container
                                Machine ID: b354c482f7cc342776f020ee5ea440c3
                                   Boot ID: 5ae552d81a2a43a78233355847e6e090
                            Virtualization: lxc
                          Operating System: Ubuntu 22.04.2 LTS
                                    Kernel: Linux 5.15.30-2-pve
                              Architecture: x86-64
                          
                          Installation:           lxc
                          Kernel:                 x86_64
                          Userland:               amd64
                          Timezone:               Europe/Vienna (CEST, +0200)
                          User-ID:                1001
                          X-Server:               false
                          Boot Target:            graphical.target
                          
                          Pending OS-Updates:     106
                          Pending iob updates:    2
                          
                          Nodejs-Installation:    /usr/bin/nodejs         v16.19.1
                                                  /usr/bin/node           v16.19.1
                                                  /usr/bin/npm            8.19.3
                                                  /usr/bin/npx            8.19.3
                          
                          Recommended versions are nodejs 18.x.y and npm 9.x.y
                          Your nodejs installation is correct
                          
                          MEMORY:
                                         total        used        free      shared  buff/cache   available
                          Mem:             10G        5.4G        3.5G        0.0K        1.1G        4.6G
                          Swap:           2.0G        1.4G        670M
                          Total:           12G        6.8G        4.2G
                          
                          Active iob-Instances:   59
                          Active repo(s): Beta (latest)
                          
                          ioBroker Core:          js-controller           4.0.24
                                                  admin                   6.5.9
                          
                          ioBroker Status:        iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          Status admin and web instance:
                          + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                          + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          
                          Objects:                57369
                          States:                 51368
                          
                          Size of iob-Database:
                          
                          72M     /opt/iobroker/iobroker-data/objects.jsonl
                          29M     /opt/iobroker/iobroker-data/objects.json.migrated
                          29M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                          0       /opt/iobroker/iobroker-data/objects.json.broken
                          118M    /opt/iobroker/iobroker-data/states.jsonl
                          9.4M    /opt/iobroker/iobroker-data/states.json.migrated
                          9.4M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                          0       /opt/iobroker/iobroker-data/states.json.broken
                          
                          
                          
                          =================== END OF SUMMARY ====================
                          

                          ° Node.js: 20.17.0 NPM: 10.8.2
                          ° Proxmox, Ubuntu 22.04.3 LTS
                          ° Fixer ---> iob fix

                          Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                          0
                          • bahnuhrB bahnuhr

                            @thomas-braun
                            ich kein docker.
                            Aber trotzdem:

                            Skript v.2023-04-16
                            
                            *** BASE SYSTEM ***
                            Architecture    : x86_64
                            Docker          : false
                            Virtualization  : kvm
                            Distributor ID: Debian
                            Description:    Debian GNU/Linux 11 (bullseye)
                            Release:        11
                            Codename:       bullseye
                            
                            PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
                            NAME="Debian GNU/Linux"
                            VERSION_ID="11"
                            VERSION="11 (bullseye)"
                            VERSION_CODENAME=bullseye
                            ID=debian
                            HOME_URL="https://www.debian.org/"
                            SUPPORT_URL="https://www.debian.org/support"
                            BUG_REPORT_URL="https://bugs.debian.org/"
                            
                            Systemuptime and Load:
                             21:29:24 up  3:30,  1 user,  load average: 1.40, 0.97, 1.02
                            CPU threads: 8
                            
                            
                            *** Time and Time Zones ***
                                           Local time: Sun 2023-07-02 21:29:24 CEST
                                       Universal time: Sun 2023-07-02 19:29:24 UTC
                                             RTC time: Sun 2023-07-02 19:29:25
                                            Time zone: Europe/Berlin (CEST, +0200)
                            System clock synchronized: yes
                                          NTP service: active
                                      RTC in local TZ: no
                            
                            *** User and Groups ***
                            dieter
                            /home/dieter
                            dieter cdrom floppy sudo audio dip video plugdev netdev iobroker
                            
                            *** X-Server-Setup ***
                            X-Server:       false
                            Desktop:
                            Terminal:       tty
                            Boot Target:    graphical.target
                            
                            *** MEMORY ***
                                           total        used        free      shared  buff/cache   available
                            Mem:            5.9G        4.6G        476M        0.0K        851M        1.1G
                            Swap:           974M          0B        974M
                            Total:          6.9G        4.6G        1.5G
                            
                                     5928 M total memory
                                     4601 M used memory
                                      330 M active memory
                                     4794 M inactive memory
                                      476 M free memory
                                      107 M buffer memory
                                      743 M swap cache
                                      974 M total swap
                                        0 M used swap
                                      974 M free swap
                            
                            *** FILESYSTEM ***
                            Filesystem                Type      Size  Used Avail Use% Mounted on
                            udev                      devtmpfs  2.9G     0  2.9G   0% /dev
                            tmpfs                     tmpfs     593M  512K  593M   1% /run
                            /dev/sda1                 ext4       31G  7.2G   22G  25% /
                            tmpfs                     tmpfs     2.9G     0  2.9G   0% /dev/shm
                            tmpfs                     tmpfs     5.0M     0  5.0M   0% /run/lock
                            //192.168.243.100/1_Sound cifs      238G  120G  118G  51% /mnt
                            tmpfs                     tmpfs     593M     0  593M   0% /run/user/1000
                            
                            Messages concerning ext4 filesystem in dmesg:
                            [Sun Jul  2 17:58:49 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
                            [Sun Jul  2 17:58:54 2023] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
                            
                            Show mounted filesystems (real ones only):
                            TARGET SOURCE                    FSTYPE OPTIONS
                            /      /dev/sda1                 ext4   rw,relatime,errors=remount-ro
                            `-/mnt //192.168.243.100/1_Sound cifs   rw,relatime,vers=3.1.1,cache=strict,username=dieter,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.243.100,file_mode=0777,dir_mode=0777,soft,nounix,serverino,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1
                            
                            Files in neuralgic directories:
                            
                            /var:
                            869M    /var/
                            371M    /var/cache
                            364M    /var/cache/apt
                            330M    /var/log
                            313M    /var/log/journal/dd59139b4ae040898d227e04f86103f0
                            
                            Hint: You are currently not seeing messages from other users and the system.
                                  Users in groups 'adm', 'systemd-journal' can see all messages.
                                  Pass -q to turn off this notice.
                            Archived and active journals take up 56.0M in the file system.
                            
                            /opt/iobroker/backups:
                            380M    /opt/iobroker/backups/
                            
                            /opt/iobroker/iobroker-data:
                            1020M   /opt/iobroker/iobroker-data/
                            625M    /opt/iobroker/iobroker-data/files
                            298M    /opt/iobroker/iobroker-data/files/vis.0
                            248M    /opt/iobroker/iobroker-data/files/vis.0/wav
                            235M    /opt/iobroker/iobroker-data/sqlite
                            
                            The five largest files in iobroker-data are:
                            235M    /opt/iobroker/iobroker-data/sqlite/sqlite.db
                            154M    /opt/iobroker/iobroker-data/files/vis.0/wav/starker-regen-mit-gewitter-im.wav
                            40M     /opt/iobroker/iobroker-data/objects.jsonl
                            34M     /opt/iobroker/iobroker-data/files/vis.0/wav/hagelschauer-im-sommer.wav
                            20M     /opt/iobroker/iobroker-data/states.jsonl
                            
                            *** NodeJS-Installation ***
                            
                            /usr/bin/nodejs         v18.16.1
                            /usr/bin/node           v18.16.1
                            /usr/bin/npm            9.5.1
                            /usr/bin/npx            9.5.1
                            
                            
                            nodejs:
                              Installed: 18.16.1-deb-1nodesource1
                              Candidate: 18.16.1-deb-1nodesource1
                              Version table:
                             *** 18.16.1-deb-1nodesource1 500
                                    500 https://deb.nodesource.com/node_18.x bullseye/main amd64 Packages
                                    100 /var/lib/dpkg/status
                                 12.22.12~dfsg-1~deb11u4 500
                                    500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                                 12.22.12~dfsg-1~deb11u3 500
                                    500 http://deb.debian.org/debian bullseye/main amd64 Packages
                            
                            Temp directories causing npm8 problem: 0
                            No problems detected
                            
                            *** ioBroker-Installation ***
                            
                            ioBroker Status
                            iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: jsonl
                            
                            MULTIHOSTSERVICE/enabled: false
                            
                            Core adapters versions
                            js-controller:  4.0.24
                            admin:          6.3.5
                            javascript:     7.0.3
                            
                            Adapters from github:   12
                            
                            Adapter State
                            + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                              system.adapter.alias-manager.0          : alias-manager         : iobroker                                 - disabled
                            + system.adapter.asterisk.0               : asterisk              : iobroker                                 -  enabled, port: 5038
                            + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                            + system.adapter.bmw.0                    : bmw                   : iobroker                                 -  enabled
                              system.adapter.bosch-ebike.0            : bosch-ebike           : iobroker                                 - disabled
                            + system.adapter.cloud.0                  : cloud                 : iobroker                                 -  enabled
                            + system.adapter.contact.0                : contact               : iobroker                                 -  enabled, port: 8096
                              system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled
                              system.adapter.doorio.0                 : doorio                : iobroker                                 - disabled, port: 4444
                              system.adapter.dwd.0                    : dwd                   : iobroker                                 -  enabled
                            + system.adapter.email.0                  : email                 : iobroker                                 -  enabled
                              system.adapter.feiertage.0              : feiertage             : iobroker                                 -  enabled
                              system.adapter.flot.0                   : flot                  : iobroker                                 - disabled
                            + system.adapter.fritzbox.0               : fritzbox              : iobroker                                 -  enabled
                            + system.adapter.fritzdect.0              : fritzdect             : iobroker                                 -  enabled
                            + system.adapter.hm-rega.0                : hm-rega               : iobroker                                 -  enabled
                            + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                            + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                            + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                              system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                              system.adapter.icons-material-png.0     : icons-material-png    : iobroker                                 - disabled
                              system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 - disabled
                              system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: iobroker                                 - disabled
                            + system.adapter.imap.0                   : imap                  : iobroker                                 -  enabled
                            + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                            + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                            + system.adapter.javascript.1             : javascript            : iobroker                                 -  enabled
                            + system.adapter.komoot.0                 : komoot                : iobroker                                 -  enabled
                            + system.adapter.libre.0                  : libre                 : iobroker                                 -  enabled
                              system.adapter.linux-control.0          : linux-control         : iobroker                                 - disabled
                            + system.adapter.logparser.0              : logparser             : iobroker                                 -  enabled
                            + system.adapter.mbus.0                   : mbus                  : Pi-Strom-Wasser                          -  enabled, port: 3493
                            + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobroker                                 -  enabled, port: 54321
                              system.adapter.mihome.0                 : mihome                : iobroker                                 - disabled, port: 9898, bind: 192.168.243.12
                            + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
                            + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                            + system.adapter.mqtt.2                   : mqtt                  : iobroker                                 -  enabled, port: 1885, bind: 0.0.0.0
                            + system.adapter.musiccast.0              : musiccast             : iobroker                                 -  enabled
                            + system.adapter.octoprint.0              : octoprint             : iobroker                                 -  enabled
                              system.adapter.openligadb.0             : openligadb            : iobroker                                 - disabled
                            + system.adapter.parser.0                 : parser                : iobroker                                 -  enabled
                            + system.adapter.ping.0                   : ping                  : iobroker                                 -  enabled
                            + system.adapter.pollenflug.0             : pollenflug            : iobroker                                 -  enabled
                            + system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port: 8006
                              system.adapter.rest-api.0               : rest-api              : iobroker                                 - disabled, port: 8093, bind: 0.0.0.0, run as: admin
                            + system.adapter.rssfeed.0                : rssfeed               : iobroker                                 -  enabled
                            + system.adapter.sayit.2                  : sayit                 : iobroker                                 -  enabled
                            + system.adapter.sayit.3                  : sayit                 : iobroker                                 -  enabled
                            + system.adapter.sayit.4                  : sayit                 : iobroker                                 -  enabled
                              system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
                            + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                            + system.adapter.smartmeter.0             : smartmeter            : Pi-Strom-Wasser                          -  enabled
                            + system.adapter.smartmeter.1             : smartmeter            : Pi-Strom-Wasser                          -  enabled
                              system.adapter.sourceanalytix.0         : sourceanalytix        : iobroker                                 - disabled
                            + system.adapter.sql.0                    : sql                   : iobroker                                 -  enabled, port: 3306
                            + system.adapter.sql.1                    : sql                   : iobroker                                 -  enabled
                            + system.adapter.tankerkoenig.0           : tankerkoenig          : iobroker                                 -  enabled
                            + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                            + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                            + system.adapter.tr-064.0                 : tr-064                : iobroker                                 -  enabled
                            + system.adapter.tuya.0                   : tuya                  : iobroker                                 -  enabled
                            + system.adapter.viessmann.0              : viessmann             : iobroker                                 -  enabled, port: 3002
                              system.adapter.vis-bars.0               : vis-bars              : iobroker                                 -  enabled
                              system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker                                 -  enabled
                              system.adapter.vis-colorpicker.0        : vis-colorpicker       : iobroker                                 -  enabled
                              system.adapter.vis-google-fonts.0       : vis-google-fonts      : iobroker                                 -  enabled
                              system.adapter.vis-history.0            : vis-history           : iobroker                                 -  enabled
                              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                            + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled
                              system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 -  enabled
                              system.adapter.vis-justgage.0           : vis-justgage          : iobroker                                 -  enabled
                              system.adapter.vis-map.0                : vis-map               : iobroker                                 -  enabled
                              system.adapter.vis-metro.0              : vis-metro             : iobroker                                 -  enabled
                              system.adapter.vis-players.0            : vis-players           : iobroker                                 -  enabled
                              system.adapter.vis-plumb.0              : vis-plumb             : iobroker                                 -  enabled
                              system.adapter.vis-rgraph.0             : vis-rgraph            : iobroker                                 -  enabled
                              system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 -  enabled
                              system.adapter.vis-weather.0            : vis-weather           : iobroker                                 -  enabled
                              system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                            + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                              system.adapter.wiobrowser.0             : wiobrowser            : iobroker                                 - disabled, port: 5000
                            + system.adapter.ws.0                     : ws                    : iobroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                            + system.adapter.yamaha.0                 : yamaha                : iobroker                                 -  enabled
                            + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.243.114:6638
                            
                            + instance is alive
                            
                            Enabled adapters with bindings
                            + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            + system.adapter.asterisk.0               : asterisk              : iobroker                                 -  enabled, port: 5038
                            + system.adapter.contact.0                : contact               : iobroker                                 -  enabled, port: 8096
                            + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                            + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                            + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                            + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                            + system.adapter.mbus.0                   : mbus                  : Pi-Strom-Wasser                          -  enabled, port: 3493
                            + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobroker                                 -  enabled, port: 54321
                            + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                            + system.adapter.mqtt.2                   : mqtt                  : iobroker                                 -  enabled, port: 1885, bind: 0.0.0.0
                            + system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port: 8006
                            + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                            + system.adapter.sql.0                    : sql                   : iobroker                                 -  enabled, port: 3306
                            + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                            + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                            + system.adapter.viessmann.0              : viessmann             : iobroker                                 -  enabled, port: 3002
                            + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            + system.adapter.ws.0                     : ws                    : iobroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                            + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.243.114:6638
                            
                            ioBroker-Repositories
                            stable        : http://download.iobroker.net/sources-dist.json
                            beta          : http://download.iobroker.net/sources-dist-latest.json
                            
                            Active repo(s): stable
                            
                            Installed ioBroker-Instances
                            Used repository: stable
                            Adapter    "admin"        : 6.3.5    , installed 6.3.5
                            Adapter    "alias-manager": 1.2.4    , installed 1.2.4
                            Adapter    "asterisk"     : 1.0.6    , installed 1.0.6
                            Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                            Adapter    "bmw"          : 2.5.7    , installed 2.6.0
                            Adapter    "bosch-ebike"  : 0.0.3    , installed 0.0.3
                            Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                            Adapter    "daswetter"    : 3.1.8    , installed 3.1.8
                            Adapter    "doorio"       : 2.1.4    , installed 2.1.4
                            Adapter    "dwd"          : 2.8.3    , installed 2.8.5
                            Adapter    "email"        : 1.2.0    , installed 1.2.0
                            Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
                            Adapter    "flot"         : 1.12.0   , installed 1.12.0
                            Adapter    "fritzbox"     : 0.2.1    , installed 0.2.1
                            Adapter    "fritzdect"    : 2.3.1    , installed 2.3.1
                            Adapter    "hm-rega"      : 3.0.46   , installed 3.0.46
                            Adapter    "hm-rpc"       : 1.15.18  , installed 1.15.18
                            Adapter    "ical"         : 1.13.3   , installed 1.13.3
                            Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                            Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                            Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                            Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                            Adapter    "javascript"   : 7.0.3    , installed 7.0.3
                            Controller "js-controller": 4.0.24   , installed 4.0.24
                            Adapter    "libre"        : 0.0.4    , installed 0.0.5
                            Adapter    "linux-control": 1.1.3    , installed 1.1.3
                            Adapter    "logparser"    : 2.2.0    , installed 2.2.0
                            Adapter    "mihome"       : 1.4.0    , installed 1.4.0
                            Adapter    "mihome-vacuum": 3.11.0   , installed 3.11.0
                            Adapter    "modbus"       : 5.0.11   , installed 5.0.11
                            Adapter    "mqtt"         : 4.1.1    , installed 4.1.1
                            Adapter    "musiccast"    : 1.1.0    , installed 1.1.2
                            Adapter    "octoprint"    : 4.0.0    , installed 4.0.0
                            Adapter    "openligadb"   : 1.2.4    , installed 1.2.4
                            Adapter    "parser"       : 1.3.2    , installed 1.3.2
                            Adapter    "ping"         : 1.5.3    , installed 1.5.3
                            Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                            Adapter    "proxmox"      : 1.3.5    , installed 1.3.5
                            Adapter    "rest-api"     : 1.1.0    , installed 1.1.0
                            Adapter    "rssfeed"      : 2.6.1    , installed 2.6.1
                            Adapter    "sayit"        : 3.0.5    , installed 3.0.5
                            Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                            Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                            Adapter    "socketio"     : 4.2.0    , installed 6.3.5
                            Adapter    "sql"          : 2.2.0    , installed 2.2.0
                            Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                            Adapter    "telegram"     : 1.15.6   , installed 1.15.6
                            Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                            Adapter    "tuya"         : 3.14.2   , installed 3.14.2
                            Adapter    "viessmann"    : 1.4.4    , installed 1.4.4
                            Adapter    "vis"          : 1.4.16   , installed 1.4.16
                            Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                            Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                            Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                            Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                            Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                            Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                            Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                            Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                            Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
                            Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                            Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                            Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                            Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                            Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                            Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
                            Adapter    "web"          : 4.3.0    , installed 6.0.1
                            Adapter    "wiobrowser"   : 2.0.1    , installed 2.0.1
                            Adapter    "ws"           : 1.3.0    , installed 2.3.6
                            Adapter    "yamaha"       : 0.5.3    , installed 0.5.3
                            Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                            
                            Objects and States
                            Please stand by - This may take a while
                            Objects:        23378
                            States:         19282
                            
                            *** OS-Repositories and Updates ***
                            Hit:1 http://deb.debian.org/debian bullseye InRelease
                            Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                            Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
                            Hit:4 http://security.debian.org/debian-security bullseye-security InRelease
                            Reading package lists...
                            Pending Updates: 3
                            
                            *** Listening Ports ***
                            Active Internet connections (only servers)
                            Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          1429       428/sshd: /usr/sbin
                            tcp        0      0 192.168.243.15:2010     0.0.0.0:*               LISTEN      1001       14772      735/io.hm-rpc.2
                            tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       16724      830/io.mqtt.0
                            tcp        0      0 0.0.0.0:1885            0.0.0.0:*               LISTEN      1001       15047      841/io.mqtt.2
                            tcp        0      0 192.168.243.15:8701     0.0.0.0:*               LISTEN      1001       10228      716/io.hm-rpc.1
                            tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       14146      409/iobroker.js-con
                            tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       14139      409/iobroker.js-con
                            tcp        0      0 0.0.0.0:5038            0.0.0.0:*               LISTEN      108        1454       406/asterisk
                            tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          11187      1/init
                            tcp        0      0 192.168.243.15:2001     0.0.0.0:*               LISTEN      1001       10230      709/io.hm-rpc.0
                            tcp6       0      0 :::8084                 :::*                    LISTEN      1001       22650      1327/io.ws.0
                            tcp6       0      0 :::22                   :::*                    LISTEN      0          1431       428/sshd: /usr/sbin
                            tcp6       0      0 :::8087                 :::*                    LISTEN      1001       22598      1241/io.simple-api.
                            tcp6       0      0 :::111                  :::*                    LISTEN      0          1147       1/init
                            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       14204      563/io.admin.0
                            tcp6       0      0 :::8082                 :::*                    LISTEN      1001       20758      1321/io.web.0
                            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13155      359/dhclient
                            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          12243      1/init
                            udp        0      0 0.0.0.0:41100           0.0.0.0:*                           1001       20474      1214/io.musiccast.0
                            udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       1891       796/io.mihome-vacuu
                            udp        0      0 0.0.0.0:4569            0.0.0.0:*                           108        1467       406/asterisk
                            udp        0      0 0.0.0.0:5060            0.0.0.0:*                           108        1468       406/asterisk
                            udp        0      0 0.0.0.0:37967           0.0.0.0:*                           108        14127      406/asterisk
                            udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       15848      890/io.tuya.0
                            udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       15849      890/io.tuya.0
                            udp6       0      0 :::53083                :::*                                108        14128      406/asterisk
                            udp6       0      0 :::111                  :::*                                0          9730       1/init
                            
                            *** Log File - Last 25 Lines ***
                            
                            2023-07-02 21:30:00.221  - info: host.iobroker instance system.adapter.dwd.0 started with pid 9518
                            2023-07-02 21:30:00.253  - info: javascript.0 (601) script.js.Scripte.System.View_wechseln: View auf 'Temperatur' gewechselt.
                            2023-07-02 21:30:00.266  - info: javascript.0 (601) script.js.Scripte.Geraete.Tablet: Tablet Surface: aktuelle Lautstärke ist: 86 %.
                            2023-07-02 21:30:00.295  - info: javascript.0 (601) script.js.Scripte.Geraete.Tablet: Tablet Surface: aktuelle Helligkeit ist: 100 %.
                            2023-07-02 21:30:00.356  - info: javascript.0 (601) script.js.Scripte.Geraete.Tablet: Tablet Chuwi: aktuelle Lautstärke ist: 70 %.
                            2023-07-02 21:30:00.374  - info: javascript.0 (601) script.js.Scripte.Geraete.Tablet: Tablet Chuwi: aktuelle Helligkeit ist: 100 %.
                            2023-07-02 21:30:00.482  - info: javascript.0 (601) script.js.Scripte.Geraete.Tablet: Tablet Chuwi: aktueller Akkustand ist: 36 %.
                            2023-07-02 21:30:00.504  - info: javascript.0 (601) script.js.Scripte.Geraete.Tablet: Tablet Surface: aktueller Akkustand ist: 100 %.
                            2023-07-02 21:30:04.593  - info: host.iobroker instance system.adapter.daswetter.0 started with pid 9546
                            2023-07-02 21:30:10.407  - info: host.iobroker instance system.adapter.ical.0 started with pid 9577
                            2023-07-02 21:30:12.395  - info: dwd.0 (9518) starting. Version 2.8.5 (non-npm: ioBroker/ioBroker.dwd) in /opt/iobroker/node_modules/iobroker.dwd, node: v18.16.1, js-controller: 4.0.24
                            2023-07-02 21:30:14.139  - info: daswetter.0 (9546) starting. Version 3.1.8 in /opt/iobroker/node_modules/iobroker.daswetter, node: v18.16.1, js-controller: 4.0.24
                            2023-07-02 21:30:17.501  - info: ical.0 (9577) starting. Version 1.13.3 in /opt/iobroker/node_modules/iobroker.ical, node: v18.16.1, js-controller: 4.0.24
                            2023-07-02 21:30:18.890  - info: ical.0 (9577) processing URL: Märkte https://calendar.google.com/calendar/ical/mn7fmslmdftdee289a43jfk2p4%40group.calendar.google.com/private-a1b9d16955e1b026c97c9163f08d34a9/basic.ics
                            2023-07-02 21:30:19.637  - info: ical.0 (9577) processing URL: Müll https://calendar.google.com/calendar/ical/4v99ckgc7cn8ds7lifi58gq97o%40group.calendar.google.com/private-3fcd3288d403e0dd210afc8b4eec7699/basic.ics
                            2023-07-02 21:30:20.838  - info: ical.0 (9577) processing URL: Google https://calendar.google.com/calendar/ical/d.mueller3005%40googlemail.com/private-068d61660f2427d2f71024c407325b7c/basic.ics
                            2023-07-02 21:30:21.947  - info: dwd.0 (9518) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            2023-07-02 21:30:22.509  - info: host.iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            2023-07-02 21:30:27.412  - info: ical.0 (9577) Terminated (NO_ERROR): Without reason
                            2023-07-02 21:30:28.043  - info: host.iobroker instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                            2023-07-02 21:30:40.345  - info: javascript.0 (601) script.js.Scripte.Geraete.Waschmaschine: Auslöser Waschmaschine
                            2023-07-02 21:30:48.320  - info: javascript.0 (601) script.js.Scripte.Sonstige.Sonne: Auslöser Lichtsensor
                            2023-07-02 21:30:57.418  - info: daswetter.0 (9546) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
                            2023-07-02 21:30:57.943  - info: daswetter.0 (9546) cleaned everything up...
                            2023-07-02 21:30:57.979  - info: host.iobroker instance system.adapter.daswetter.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            
                            ============ Mark until here for C&P =============
                            
                            iob diag has finished.
                            
                            Press any key for a summary
                            
                            
                            ======================= SUMMARY =======================
                                                 v.2023-04-16
                            
                            
                            Operatingsystem:        Debian GNU/Linux 11 (bullseye)
                            Kernel:                 5.10.0-23-amd64
                            Installation:           kvm
                            Timezone:               Europe/Berlin (CEST, +0200)
                            User-ID:                1000
                            X-Server:               false
                            Boot Target:            graphical.target
                            
                            Pending OS-Updates:     3
                            Pending iob updates:    0
                            
                            Nodejs-Installation:    /usr/bin/nodejs         v18.16.1
                                                    /usr/bin/node           v18.16.1
                                                    /usr/bin/npm            9.5.1
                                                    /usr/bin/npx            9.5.1
                            
                            Recommended versions are nodejs 18.x.y and npm 9.x.y
                            Your nodejs installation is correct
                            
                            MEMORY:
                                           total        used        free      shared  buff/cache   available
                            Mem:            5.9G        4.7G        346M        0.0K        857M        950M
                            Swap:           974M          0B        974M
                            Total:          6.9G        4.7G        1.3G
                            
                            Active iob-Instances:   52
                            Active repo(s): stable
                            
                            ioBroker Core:          js-controller           4.0.24
                                                    admin                   6.3.5
                            
                            ioBroker Status:        iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: jsonl
                            
                            Status admin and web instance:
                            + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            
                            Objects:                23378
                            States:                 19280
                            
                            Size of iob-Database:
                            
                            40M     /opt/iobroker/iobroker-data/objects.jsonl
                            23M     /opt/iobroker/iobroker-data/states.jsonl
                            
                            
                            
                            =================== END OF SUMMARY ====================
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #477

                            @bahnuhr

                            Danke. Aber das skript wie im ersten Posting als Beta von github aus ausführen.
                            Du hast die im ioBroker eingepackte Version genommen.

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            1 Antwort Letzte Antwort
                            0
                            • NegaleinN Negalein

                              @thomas-braun sagte in iob diag - Skript:

                              (Andere natürlich auch...)

                              LXC

                              PS: ich weiß schon, was du mir gleich sagen wirst. 106 ;)

                              ======================= SUMMARY =======================
                                                   v.2023-06-20
                              
                              
                               Static hostname: ioBroker
                                     Icon name: computer-container
                                       Chassis: container
                                    Machine ID: b354c482f7cc342776f020ee5ea440c3
                                       Boot ID: 5ae552d81a2a43a78233355847e6e090
                                Virtualization: lxc
                              Operating System: Ubuntu 22.04.2 LTS
                                        Kernel: Linux 5.15.30-2-pve
                                  Architecture: x86-64
                              
                              Installation:           lxc
                              Kernel:                 x86_64
                              Userland:               amd64
                              Timezone:               Europe/Vienna (CEST, +0200)
                              User-ID:                1001
                              X-Server:               false
                              Boot Target:            graphical.target
                              
                              Pending OS-Updates:     106
                              Pending iob updates:    2
                              
                              Nodejs-Installation:    /usr/bin/nodejs         v16.19.1
                                                      /usr/bin/node           v16.19.1
                                                      /usr/bin/npm            8.19.3
                                                      /usr/bin/npx            8.19.3
                              
                              Recommended versions are nodejs 18.x.y and npm 9.x.y
                              Your nodejs installation is correct
                              
                              MEMORY:
                                             total        used        free      shared  buff/cache   available
                              Mem:             10G        5.4G        3.5G        0.0K        1.1G        4.6G
                              Swap:           2.0G        1.4G        670M
                              Total:           12G        6.8G        4.2G
                              
                              Active iob-Instances:   59
                              Active repo(s): Beta (latest)
                              
                              ioBroker Core:          js-controller           4.0.24
                                                      admin                   6.5.9
                              
                              ioBroker Status:        iobroker is running on this host.
                              
                              
                              Objects type: jsonl
                              States  type: jsonl
                              
                              Status admin and web instance:
                              + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                              + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                              
                              Objects:                57369
                              States:                 51368
                              
                              Size of iob-Database:
                              
                              72M     /opt/iobroker/iobroker-data/objects.jsonl
                              29M     /opt/iobroker/iobroker-data/objects.json.migrated
                              29M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                              0       /opt/iobroker/iobroker-data/objects.json.broken
                              118M    /opt/iobroker/iobroker-data/states.jsonl
                              9.4M    /opt/iobroker/iobroker-data/states.json.migrated
                              9.4M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                              0       /opt/iobroker/iobroker-data/states.json.broken
                              
                              
                              
                              =================== END OF SUMMARY ====================
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #478

                              @negalein sagte in iob diag - Skript:

                              PS: ich weiß schon, was du mir gleich sagen wirst.

                              Danke.
                              Aber dann brauch ich ja gar nichts mehr sagen und du hältst die Kiste jetzt einfach selbständig auf aktuellem Stand?

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              NegaleinN 2 Antworten Letzte Antwort
                              0
                              • NegaleinN Negalein

                                @thomas-braun sagte in iob diag - Skript:

                                (Andere natürlich auch...)

                                LXC

                                PS: ich weiß schon, was du mir gleich sagen wirst. 106 ;)

                                ======================= SUMMARY =======================
                                                     v.2023-06-20
                                
                                
                                 Static hostname: ioBroker
                                       Icon name: computer-container
                                         Chassis: container
                                      Machine ID: b354c482f7cc342776f020ee5ea440c3
                                         Boot ID: 5ae552d81a2a43a78233355847e6e090
                                  Virtualization: lxc
                                Operating System: Ubuntu 22.04.2 LTS
                                          Kernel: Linux 5.15.30-2-pve
                                    Architecture: x86-64
                                
                                Installation:           lxc
                                Kernel:                 x86_64
                                Userland:               amd64
                                Timezone:               Europe/Vienna (CEST, +0200)
                                User-ID:                1001
                                X-Server:               false
                                Boot Target:            graphical.target
                                
                                Pending OS-Updates:     106
                                Pending iob updates:    2
                                
                                Nodejs-Installation:    /usr/bin/nodejs         v16.19.1
                                                        /usr/bin/node           v16.19.1
                                                        /usr/bin/npm            8.19.3
                                                        /usr/bin/npx            8.19.3
                                
                                Recommended versions are nodejs 18.x.y and npm 9.x.y
                                Your nodejs installation is correct
                                
                                MEMORY:
                                               total        used        free      shared  buff/cache   available
                                Mem:             10G        5.4G        3.5G        0.0K        1.1G        4.6G
                                Swap:           2.0G        1.4G        670M
                                Total:           12G        6.8G        4.2G
                                
                                Active iob-Instances:   59
                                Active repo(s): Beta (latest)
                                
                                ioBroker Core:          js-controller           4.0.24
                                                        admin                   6.5.9
                                
                                ioBroker Status:        iobroker is running on this host.
                                
                                
                                Objects type: jsonl
                                States  type: jsonl
                                
                                Status admin and web instance:
                                + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                
                                Objects:                57369
                                States:                 51368
                                
                                Size of iob-Database:
                                
                                72M     /opt/iobroker/iobroker-data/objects.jsonl
                                29M     /opt/iobroker/iobroker-data/objects.json.migrated
                                29M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                                0       /opt/iobroker/iobroker-data/objects.json.broken
                                118M    /opt/iobroker/iobroker-data/states.jsonl
                                9.4M    /opt/iobroker/iobroker-data/states.json.migrated
                                9.4M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                                0       /opt/iobroker/iobroker-data/states.json.broken
                                
                                
                                
                                =================== END OF SUMMARY ====================
                                
                                HomoranH Nicht stören
                                HomoranH Nicht stören
                                Homoran
                                Global Moderator Administrators
                                schrieb am zuletzt editiert von
                                #479

                                @negalein sagte in iob diag - Skript:

                                was du mir gleich sagen wirst. 106

                                nö 108 :joy:

                                kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                1 Antwort Letzte Antwort
                                1
                                • Thomas BraunT Thomas Braun

                                  @negalein sagte in iob diag - Skript:

                                  PS: ich weiß schon, was du mir gleich sagen wirst.

                                  Danke.
                                  Aber dann brauch ich ja gar nichts mehr sagen und du hältst die Kiste jetzt einfach selbständig auf aktuellem Stand?

                                  NegaleinN Offline
                                  NegaleinN Offline
                                  Negalein
                                  Global Moderator
                                  schrieb am zuletzt editiert von
                                  #480

                                  @thomas-braun sagte in iob diag - Skript:

                                  Aber dann brauch ich ja gar nichts mehr sagen und du hältst die Kiste jetzt einfach selbständig auf aktuellem Stand?

                                  bin schon dabei.
                                  Gleich fertig. :)

                                  ° Node.js: 20.17.0 NPM: 10.8.2
                                  ° Proxmox, Ubuntu 22.04.3 LTS
                                  ° Fixer ---> iob fix

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • NegaleinN Negalein

                                    @thomas-braun sagte in iob diag - Skript:

                                    Aber dann brauch ich ja gar nichts mehr sagen und du hältst die Kiste jetzt einfach selbständig auf aktuellem Stand?

                                    bin schon dabei.
                                    Gleich fertig. :)

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #481

                                    @negalein

                                    Dann bitte nochmal das Skript testen, hab gerade noch was bei github hochgeschoben.

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    NegaleinN 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @negalein sagte in iob diag - Skript:

                                      PS: ich weiß schon, was du mir gleich sagen wirst.

                                      Danke.
                                      Aber dann brauch ich ja gar nichts mehr sagen und du hältst die Kiste jetzt einfach selbständig auf aktuellem Stand?

                                      NegaleinN Offline
                                      NegaleinN Offline
                                      Negalein
                                      Global Moderator
                                      schrieb am zuletzt editiert von
                                      #482

                                      @thomas-braun sagte in iob diag - Skript:

                                      und du hältst die Kiste jetzt einfach selbständig auf aktuellem Stand?

                                      PS: was mach ich hier?

                                      nega@ioBroker:/$ do-release-upgrade
                                      Checking for a new Ubuntu release
                                      There is no development version of an LTS available.
                                      To upgrade to the latest non-LTS development release
                                      set Prompt=normal in /etc/update-manager/release-upgrades.
                                      nega@ioBroker:/$
                                      

                                      ° Node.js: 20.17.0 NPM: 10.8.2
                                      ° Proxmox, Ubuntu 22.04.3 LTS
                                      ° Fixer ---> iob fix

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @negalein

                                        Dann bitte nochmal das Skript testen, hab gerade noch was bei github hochgeschoben.

                                        NegaleinN Offline
                                        NegaleinN Offline
                                        Negalein
                                        Global Moderator
                                        schrieb am zuletzt editiert von
                                        #483

                                        @thomas-braun sagte in iob diag - Skript:

                                        Dann bitte nochmal das Skript testen, hab gerade noch was bei github hochgeschoben.

                                        ======================= SUMMARY =======================
                                                             v.2023-06-21
                                        
                                        
                                         Static hostname: ioBroker
                                               Icon name: computer-container
                                                 Chassis: container
                                              Machine ID: b354c482f7cc342776f020ee5ea440c3
                                                 Boot ID: eb405d983fe44b89bb3c508347189c13
                                          Virtualization: lxc
                                        Operating System: Ubuntu 22.04.2 LTS
                                                  Kernel: Linux 5.15.30-2-pve
                                            Architecture: x86-64
                                        
                                        Installation:           lxc
                                        Kernel:                 x86_64
                                        Userland:               amd64
                                        Timezone:               Europe/Vienna (CEST, +0200)
                                        User-ID:                1001
                                        X-Server:               false
                                        Boot Target:            graphical.target
                                        
                                        Pending OS-Updates:     0
                                        Pending iob updates:    2
                                        
                                        Nodejs-Installation:    /usr/bin/nodejs         v16.20.1
                                                                /usr/bin/node           v16.20.1
                                                                /usr/bin/npm            8.19.4
                                                                /usr/bin/npx            8.19.4
                                        
                                        Recommended versions are nodejs 18.16.1 and npm 9.5.1
                                        Your nodejs installation is correct
                                        
                                        MEMORY:
                                                       total        used        free      shared  buff/cache   available
                                        Mem:             10G        4.0G        5.0G        0.0K        1.1G        6.0G
                                        Swap:           2.0G          0B        2.0G
                                        Total:           12G        4.0G        7.0G
                                        
                                        Active iob-Instances:   58
                                        Active repo(s): Beta (latest)
                                        
                                        ioBroker Core:          js-controller           4.0.24
                                                                admin                   6.5.9
                                        
                                        ioBroker Status:        iobroker is running on this host.
                                        
                                        
                                        Objects type: jsonl
                                        States  type: jsonl
                                        
                                        Status admin and web instance:
                                        + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                        + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        
                                        Objects:                55445
                                        States:                 50135
                                        
                                        Size of iob-Database:
                                        
                                        49M     /opt/iobroker/iobroker-data/objects.jsonl
                                        29M     /opt/iobroker/iobroker-data/objects.json.migrated
                                        29M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                                        0       /opt/iobroker/iobroker-data/objects.json.broken
                                        154M    /opt/iobroker/iobroker-data/states.jsonl
                                        9.4M    /opt/iobroker/iobroker-data/states.json.migrated
                                        9.4M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                                        0       /opt/iobroker/iobroker-data/states.json.broken
                                        
                                        
                                        
                                        =================== END OF SUMMARY ====================
                                        

                                        ° Node.js: 20.17.0 NPM: 10.8.2
                                        ° Proxmox, Ubuntu 22.04.3 LTS
                                        ° Fixer ---> iob fix

                                        1 Antwort Letzte Antwort
                                        0
                                        • NegaleinN Negalein

                                          @thomas-braun sagte in iob diag - Skript:

                                          und du hältst die Kiste jetzt einfach selbständig auf aktuellem Stand?

                                          PS: was mach ich hier?

                                          nega@ioBroker:/$ do-release-upgrade
                                          Checking for a new Ubuntu release
                                          There is no development version of an LTS available.
                                          To upgrade to the latest non-LTS development release
                                          set Prompt=normal in /etc/update-manager/release-upgrades.
                                          nega@ioBroker:/$
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #484

                                          @negalein sagte in iob diag - Skript:

                                          PS: was mach ich hier?

                                          Nix! Du willst kein release upgrade machen.

                                          Linux-Werkzeugkasten:
                                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                          NodeJS Fixer Skript:
                                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                          NegaleinN 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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          979

                                          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