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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. IOBroker Restore History Daten Problem

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

IOBroker Restore History Daten Problem

Geplant Angeheftet Gesperrt Verschoben Einsteigerfragen
29 Beiträge 5 Kommentatoren 1.6k Aufrufe 4 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.
  • ? Ein ehemaliger Benutzer

    @cappy_451

    was machst du da.. NIEMALS als root einloggen, das verbiegt dir alle Rechte .. :(
    Leg einen user an, gib ihm root rechte, und dann stimmt das, man arbeitet dann mit sudo und gut ist..

    C Offline
    C Offline
    cappy_451
    schrieb am zuletzt editiert von cappy_451
    #8

    Hallo,

    ich habe nun einen user mit root rechten angelegt und mich mit dem eingelogt.

    nach

    sudo chmod 775 /opt/iobroker/iobroker-data/history sieht das mit den Rechten so aus

    drwxrwxr-x+ 3 iobroker iobroker 4096 Jul 15 22:00 history

    Dann versucht das Backup (Historische Daten) zurückzuspielen, dann sieht es so aus.

    drw-r--r--+ 3 iobroker iobroker 4096 Jul 15 22:00 history

    Da sind die Schreibrechte nicht mehr da. Restore hat auch wieder mit Fehler abgebrochen.

    Thomas BraunT 2 Antworten Letzte Antwort
    0
    • C cappy_451

      Hallo,

      ich habe nun einen user mit root rechten angelegt und mich mit dem eingelogt.

      nach

      sudo chmod 775 /opt/iobroker/iobroker-data/history sieht das mit den Rechten so aus

      drwxrwxr-x+ 3 iobroker iobroker 4096 Jul 15 22:00 history

      Dann versucht das Backup (Historische Daten) zurückzuspielen, dann sieht es so aus.

      drw-r--r--+ 3 iobroker iobroker 4096 Jul 15 22:00 history

      Da sind die Schreibrechte nicht mehr da. Restore hat auch wieder mit Fehler abgebrochen.

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

      @cappy_451 sagte in IOBroker Restore History Daten Problem:

      Da sind die Schreibrechte nicht mehr da.

      Da liegen ACLs drauf. Die Rechte kannst du da nicht mit ls -l ablesen.

      getfacl  /opt/iobroker/iobroker-data/history
      

      Wo/wie kommt die Windows auf das System? Gemountete Freigabe? Von Hand irgendwie herüber kopiert?

      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
      • C cappy_451

        Hallo,

        ich habe nun einen user mit root rechten angelegt und mich mit dem eingelogt.

        nach

        sudo chmod 775 /opt/iobroker/iobroker-data/history sieht das mit den Rechten so aus

        drwxrwxr-x+ 3 iobroker iobroker 4096 Jul 15 22:00 history

        Dann versucht das Backup (Historische Daten) zurückzuspielen, dann sieht es so aus.

        drw-r--r--+ 3 iobroker iobroker 4096 Jul 15 22:00 history

        Da sind die Schreibrechte nicht mehr da. Restore hat auch wieder mit Fehler abgebrochen.

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

        @cappy_451 sagte in IOBroker Restore History Daten Problem:

        ich habe nun einen user mit root rechten angelegt und mich mit dem eingelogt.

        Und in welchen Gruppen ist der nun drin?

        Gib mal die Langfassung von

        iob diag
        

        bekannt, damit man mal einen Überblick über dein System bekommt.

        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

        C 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @cappy_451 sagte in IOBroker Restore History Daten Problem:

          ich habe nun einen user mit root rechten angelegt und mich mit dem eingelogt.

          Und in welchen Gruppen ist der nun drin?

          Gib mal die Langfassung von

          iob diag
          

          bekannt, damit man mal einen Überblick über dein System bekommt.

          C Offline
          C Offline
          cappy_451
          schrieb am zuletzt editiert von Homoran
          #11

          Nur noch mal zur Info, ich benutze seit zwei Jahren IOBroker auf einem Windows Rechner und möchte dies nun umziehen auf ein Linux System welches unter Proxmox läuft.

          Von meinem Windows Iobroker habe ich mit dem Backup Adapter ein Backup gemacht, Konfiguration und auch Historische Daten.

          Der "Linux" Iobroker ist installiert und läuft auch, Die Konfiguration habe ich mit dem backup Adapter wiederhergestellt, nun scheitere ich beim wiederherstellend er historischen Daten.

          Hier die Diagnose Daten vom System

          Skript v.2024-05-22
          
          *** BASE SYSTEM ***
           Static hostname: Iobroker
                 Icon name: computer-container
                   Chassis: container
            Virtualization: lxc
          Operating System: Ubuntu 22.04.4 LTS
                    Kernel: Linux 6.5.11-8-pve
              Architecture: x86-64
          
          model name      : Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz
          Docker          : false
          Virtualization  : lxc
          Kernel          : x86_64
          Userland        : 64 bit
          
          Systemuptime and Load:
           09:30:15 up 15 min,  3 users,  load average: 0.12, 0.09, 0.24
          CPU threads: 2
          
          
          *** Time and Time Zones ***
                         Local time: Wed 2024-07-17 09:30:15 UTC
                     Universal time: Wed 2024-07-17 09:30:15 UTC
                           RTC time: n/a
                          Time zone: Etc/UTC (UTC, +0000)
          System clock synchronized: yes
                        NTP service: inactive
                    RTC in local TZ: no
          
          *** Users and Groups ***
          User that called 'iob diag':
          root
          HOME=/root
          GROUPS=root
          
          User that is running 'js-controller':
          iobroker
          HOME=/home/iobroker
          GROUPS=iobroker tty dialout audio video plugdev
          
          *** Display-Server-Setup ***
          Display-Server: false
          Desktop: 
          Terminal: 
          Boot Target:    graphical.target
          
          *** MEMORY ***
                         total        used        free      shared  buff/cache   available
          Mem:            4.1G        536M        3.3G        0.0K        223M        3.6G
          Swap:           4.1G          0B        4.1G
          Total:          8.2G        536M        7.4G
          
          Active iob-Instances:   6
          
                   4096 M total memory
                    536 M used memory
                    609 M active memory
                    107 M inactive memory
                   3336 M free memory
                      0 M buffer memory
                    223 M swap cache
                   4096 M total swap
                      0 M used swap
                   4096 M free swap
          
          *** top - Table Of Processes  ***
          top - 09:30:15 up 15 min,  3 users,  load average: 0.12, 0.09, 0.24
          Tasks:  35 total,   1 running,  34 sleeping,   0 stopped,   0 zombie
          %Cpu(s):  0.0 us,  3.2 sy,  0.0 ni, 96.8 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
          MiB Mem :   4096.0 total,   3335.9 free,    536.5 used,    223.7 buff/cache
          MiB Swap:   4096.0 total,   4096.0 free,      0.0 used.   3559.5 avail Mem 
          
          *** FAILED SERVICES ***
          
            UNIT                 LOAD   ACTIVE SUB    DESCRIPTION
          * run-rpc_pipefs.mount loaded failed failed RPC Pipe File System
          
          LOAD   = Reflects whether the unit definition was properly loaded.
          ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
          SUB    = The low-level unit activation state, values depend on unit type.
          1 loaded units listed.
          
          *** FILESYSTEM ***
          Filesystem                       Type      Size  Used Avail Use% Mounted on
          /dev/mapper/pve-vm--245--disk--0 ext4       30G  4.3G   24G  16% /
          none                             tmpfs     492K  4.0K  488K   1% /dev
          efivarfs                         efivarfs  128K  125K     0 100% /sys/firmware/efi/efivars
          tmpfs                            tmpfs     7.8G     0  7.8G   0% /dev/shm
          tmpfs                            tmpfs     3.1G  112K  3.1G   1% /run
          tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
          
          Messages concerning ext4 filesystem in dmesg:
          dmesg: read kernel buffer failed: Operation not permitted
          
          Show mounted filesystems:
          TARGET                                        SOURCE                           FSTYPE      OPTIONS
          /                                             /dev/mapper/pve-vm--245--disk--0 ext4        rw,relatime,stripe=16
          |-/run                                        tmpfs                            tmpfs       rw,nosuid,nodev,size=3249876k,nr_inodes=819200,mode=755,uid=100000,gid=100000,inode64
          | |-/run/lock                                 tmpfs                            tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k,uid=100000,gid=100000,inode64
          | `-/run/credentials/systemd-sysusers.service ramfs                            ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
          |-/dev                                        none                             tmpfs       rw,relatime,size=492k,mode=755,uid=100000,gid=100000,inode64
          | |-/dev/shm                                  tmpfs                            tmpfs       rw,nosuid,nodev,uid=100000,gid=100000,inode64
          | |-/dev/mqueue                               mqueue                           mqueue      rw,relatime
          | |-/dev/.lxc/proc                            proc                             proc        rw,relatime
          | |-/dev/.lxc/sys                             sys                              sysfs       rw,relatime
          | |-/dev/full                                 udev[/full]                      devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
          | |-/dev/null                                 udev[/null]                      devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
          | |-/dev/random                               udev[/random]                    devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
          | |-/dev/tty                                  udev[/tty]                       devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
          | |-/dev/urandom                              udev[/urandom]                   devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
          | |-/dev/zero                                 udev[/zero]                      devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
          | |-/dev/pts                                  devpts                           devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
          | |-/dev/ptmx                                 devpts[/ptmx]                    devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
          | |-/dev/console                              devpts[/0]                       devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
          | |-/dev/tty1                                 devpts[/1]                       devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
          | `-/dev/tty2                                 devpts[/2]                       devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
          |-/proc                                       proc                             proc        rw,nosuid,nodev,noexec,relatime
          | |-/proc/sys                                 proc[/sys]                       proc        ro,relatime
          | | |-/proc/sys/net                           proc[/sys/net]                   proc        rw,nosuid,nodev,noexec,relatime
          | | |-/proc/sys/fs/binfmt_misc                binfmt_misc                      binfmt_misc rw,nosuid,nodev,noexec,relatime
          | | `-/proc/sys/kernel/random/boot_id         none[/.lxc-boot-id]              tmpfs       ro,nosuid,nodev,noexec,relatime,size=492k,mode=755,uid=100000,gid=100000,inode64
          | |-/proc/sysrq-trigger                       proc[/sysrq-trigger]             proc        ro,relatime
          | |-/proc/cpuinfo                             lxcfs[/proc/cpuinfo]             fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
          | |-/proc/diskstats                           lxcfs[/proc/diskstats]           fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
          | |-/proc/loadavg                             lxcfs[/proc/loadavg]             fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
          | |-/proc/meminfo                             lxcfs[/proc/meminfo]             fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
          | |-/proc/slabinfo                            lxcfs[/proc/slabinfo]            fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
          | |-/proc/stat                                lxcfs[/proc/stat]                fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
          | |-/proc/swaps                               lxcfs[/proc/swaps]               fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
          | `-/proc/uptime                              lxcfs[/proc/uptime]              fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
          `-/sys                                        sysfs                            sysfs       ro,nosuid,nodev,noexec,relatime
            |-/sys/fs/fuse/connections                  fusectl                          fusectl     rw,nosuid,nodev,noexec,relatime
            |-/sys/devices/virtual/net                  sysfs[/devices/virtual/net]      sysfs       rw,nosuid,nodev,noexec,relatime
            |-/sys/kernel/debug                         debugfs                          debugfs     rw,nosuid,nodev,noexec,relatime
            |-/sys/kernel/security                      securityfs                       securityfs  rw,nosuid,nodev,noexec,relatime
            |-/sys/fs/pstore                            pstore                           pstore      rw,nosuid,nodev,noexec,relatime
            |-/sys/firmware/efi/efivars                 efivarfs                         efivarfs    rw,nosuid,nodev,noexec,relatime
            |-/sys/fs/cgroup                            none                             cgroup2     rw,nosuid,nodev,noexec,relatime
            `-/sys/devices/system/cpu                   lxcfs[/sys/devices/system/cpu]   fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
          
          Files in neuralgic directories:
          
          /var:
          699M    /var/
          365M    /var/cache
          359M    /var/cache/apt
          284M    /var/lib
          260M    /var/cache/apt/archives
          
          Archived and active journals take up 48.0M in the file system.
          
          /opt/iobroker/backups:
          397M    /opt/iobroker/backups/
          
          /opt/iobroker/iobroker-data:
          593M    /opt/iobroker/iobroker-data/
          468M    /opt/iobroker/iobroker-data/files
          142M    /opt/iobroker/iobroker-data/files/vis-2
          89M     /opt/iobroker/iobroker-data/files/echarts.admin
          87M     /opt/iobroker/iobroker-data/backup-objects
          
          The five largest files in iobroker-data are:
          34M     /opt/iobroker/iobroker-data/objects.jsonl
          24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
          24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
          24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
          23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.245b61c0.js.map
          
          USB-Devices by-id:
          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
          
          No Devices found 'by-id'
          
          
          
          
          *** NodeJS-Installation ***
          
          /usr/bin/nodejs         v18.20.4
          /usr/bin/node           v18.20.4
          /usr/bin/npm            10.7.0
          /usr/bin/npx            10.7.0
          /usr/bin/corepack       0.28.0
          
          
          nodejs:
            Installed: 18.20.4-1nodesource1
            Candidate: 18.20.4-1nodesource1
            Version table:
           *** 18.20.4-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                  100 /var/lib/dpkg/status
               18.20.3-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.20.2-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.20.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.20.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.19.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.19.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.18.2-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.18.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.18.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.17.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.17.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.16.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.16.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.15.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.14.2-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.14.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.14.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.13.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.12.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.11.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.10.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.9.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.9.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.8.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.7.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.6.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.5.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.4.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.3.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.2.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.1.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.0.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               12.22.9~dfsg-1ubuntu3.6 500
                  500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                  500 http://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
               12.22.9~dfsg-1ubuntu3 500
                  500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
          
          Temp directories causing npm8 problem: 0
          No problems detected
          
          Errors in npm tree:
          
          *** ioBroker-Installation ***
          
          ioBroker Status
          iobroker is running on this host.
          
          
          Objects type: jsonl
          States  type: jsonl
          
          Core adapters versions
          js-controller:  5.0.19
          admin:          6.13.16
          javascript:     7.1.6
          
          nodejs modules from github:     2
          | +-- syno@3.0.0 (git+https://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
          +-- iobroker.vr200@1.1.0 (git+ssh://git@github.com/Eisbaeeer/ioBroker.vr200.git#e55ff645b6a6d6b12e23535b15b81a0de68ee676)
          
          Adapter State
          + system.adapter.admin.0                  : admin                 : Iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
          + system.adapter.backitup.0               : backitup              : Iobroker                                 -  enabled
            system.adapter.discovery.0              : discovery             : Iobroker                                 - disabled
            system.adapter.dwd.0                    : dwd                   : Iobroker                                 -  enabled
          + system.adapter.echarts.0                : echarts               : Iobroker                                 -  enabled
            system.adapter.email.0                  : email                 : Iobroker                                 - disabled
            system.adapter.fb-checkpresence.0       : fb-checkpresence      : Iobroker                                 - disabled
            system.adapter.flot.0                   : flot                  : Iobroker                                 - disabled
            system.adapter.fritzdect.1              : fritzdect             : Iobroker                                 - disabled
            system.adapter.history.0                : history               : Iobroker                                 - disabled
            system.adapter.hm-rega.0                : hm-rega               : Iobroker                                 - disabled
            system.adapter.hm-rega.1                : hm-rega               : Iobroker                                 - disabled
            system.adapter.hm-rpc.0                 : hm-rpc                : Iobroker                                 - disabled, port: 0
            system.adapter.hm-rpc.1                 : hm-rpc                : Iobroker                                 - disabled, port: 0
            system.adapter.hm-rpc.2                 : hm-rpc                : Iobroker                                 - disabled, port: 0
            system.adapter.homeconnect.0            : homeconnect           : Iobroker                                 - disabled
            system.adapter.hue.0                    : hue                   : Iobroker                                 - disabled, port: 443
            system.adapter.info.0                   : info                  : Iobroker                                 - disabled
            system.adapter.javascript.0             : javascript            : Iobroker                                 - disabled
          + system.adapter.modbus.0                 : modbus                : Iobroker                                 -  enabled
            system.adapter.modbus.1                 : modbus                : Iobroker                                 - disabled
            system.adapter.mqtt.0                   : mqtt                  : Iobroker                                 - disabled, port: 1883, bind: 192.168.178.65
            system.adapter.netatmo-crawler.0        : netatmo-crawler       : Iobroker                                 - disabled
            system.adapter.nut.0                    : nut                   : Iobroker                                 - disabled
            system.adapter.ping.0                   : ping                  : Iobroker                                 - disabled
            system.adapter.shelly.0                 : shelly                : Iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
            system.adapter.sonos.0                  : sonos                 : Iobroker                                 - disabled
            system.adapter.statistics.0             : statistics            : Iobroker                                 - disabled
            system.adapter.stiebel-isg.0            : stiebel-isg           : Iobroker                                 - disabled
            system.adapter.synology.0               : synology              : Iobroker                                 - disabled, port: 5000
            system.adapter.tr-064.0                 : tr-064                : Iobroker                                 - disabled
            system.adapter.vis-2.0                  : vis-2                 : Iobroker                                 - disabled
            system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : Iobroker                                 - disabled
            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : Iobroker                                 - disabled
            system.adapter.vis-justgage.0           : vis-justgage          : Iobroker                                 - disabled
            system.adapter.vis-timeandweather.0     : vis-timeandweather    : Iobroker                                 - disabled
            system.adapter.vis.0                    : vis                   : Iobroker                                 -  enabled
            system.adapter.vr200.0                  : vr200                 : Iobroker                                 - disabled
            system.adapter.weather-warnings.0       : weather-warnings      : Iobroker                                 - disabled
          + system.adapter.web.0                    : web                   : Iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          
          + 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.web.0                    : web                   : Iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          
          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.17.14  , installed 6.13.16 [Updatable]
          Adapter    "backitup"     : 2.11.0   , installed 2.11.0
          Adapter    "discovery"    : 4.5.0    , installed 4.5.0
          Adapter    "dwd"          : 2.8.5    , installed 2.8.5
          Adapter    "echarts"      : 1.7.2    , installed 1.7.2
          Adapter    "email"        : 1.3.1    , installed 1.3.1
          Adapter    "fb-checkpresence": 1.2.4 , installed 1.2.4
          Adapter    "flot"         : 1.12.0   , installed 1.12.0
          Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
          Adapter    "history"      : 3.0.1    , installed 3.0.1
          Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
          Adapter    "hm-rpc"       : 1.17.0   , installed 1.16.0 [Updatable]
          Adapter    "homeconnect"  : 1.4.0    , installed 1.4.0
          Adapter    "hue"          : 3.11.0   , installed 3.11.0
          Adapter    "javascript"   : 8.3.1    , installed 7.1.6  [Updatable]
          Controller "js-controller": 5.0.19   , installed 5.0.19
          Adapter    "modbus"       : 6.2.3    , installed 6.2.3
          Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
          Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
          Adapter    "nut"          : 1.6.0    , installed 1.6.0
          Adapter    "ping"         : 1.6.2    , installed 1.6.2
          Adapter    "shelly"       : 7.0.0    , installed 7.0.0
          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
          Adapter    "socketio"     : 6.7.0    , installed 6.7.0
          Adapter    "sonos"        : 3.0.0    , installed 3.0.0
          Adapter    "statistics"   : 2.4.0    , installed 2.4.0
          Adapter    "stiebel-isg"  : 1.7.7    , installed 1.7.7
          Adapter    "synology"     : 3.1.0    , installed 3.1.0
          Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
          Adapter    "vis"          : 1.5.6    , installed 1.5.6
          Adapter    "vis-2"        : 2.9.32   , installed 2.9.32
          Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
          Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
          Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
          Adapter    "vr200"        : 1.0.0    , installed 1.1.0
          Adapter    "weather-warnings": 0.6.7 , installed 0.6.7
          Adapter    "web"          : 6.2.5    , installed 6.2.5
          Adapter    "ws"           : 2.6.1    , installed 2.6.1
          
          Objects and States
          Please stand by - This may take a while
          Objects:        5810
          States:         4883
          
          *** OS-Repositories and Updates ***
          Hit:1 https://deb.nodesource.com/node_18.x nodistro InRelease
          Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
          Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
          Hit:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease
          Reading package lists...
          Pending Updates: 0
          
          *** 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 127.0.0.1:25            0.0.0.0:*               LISTEN      0          121511600  287/master          
          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       121511504  112/iobroker.js-con 
          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       121511747  112/iobroker.js-con 
          tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          121509869  1/init              
          tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      106        121511341  109/systemd-resolve 
          tcp6       0      0 ::1:25                  :::*                    LISTEN      0          121511601  287/master          
          tcp6       0      0 :::111                  :::*                    LISTEN      0          121509871  1/init              
          tcp6       0      0 :::22                   :::*                    LISTEN      0          121510252  1/init              
          tcp6       0      0 :::21                   :::*                    LISTEN      0          121510369  119/vsftpd          
          tcp6       0      0 :::8082                 :::*                    LISTEN      1000       121510908  452/io.web.0        
          tcp6       0      0 :::8081                 :::*                    LISTEN      1000       121511886  314/io.admin.0      
          udp        0      0 127.0.0.53:53           0.0.0.0:*                           106        121511340  109/systemd-resolve 
          udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          121509870  1/init              
          udp6       0      0 :::111                  :::*                                0          121509872  1/init              
          
          *** Log File - Last 25 Lines ***
          
          2024-07-17 09:14:56.295  - info: host.Iobroker instance system.adapter.echarts.0 started with pid 407
          2024-07-17 09:14:57.057  - info: echarts.0 (407) starting. Version 1.7.2 in /opt/iobroker/node_modules/iobroker.echarts, node: v18.20.4, js-controller: 5.0.19
          2024-07-17 09:15:00.016  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 422
          2024-07-17 09:15:01.062  - info: dwd.0 (422) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
          2024-07-17 09:15:01.117  - info: vis.0 (429) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.vis, node: v18.20.4, js-controller: 5.0.19
          2024-07-17 09:15:01.881  - info: vis.0 (429) Terminated (NO_ERROR): Without reason
          2024-07-17 09:15:02.393  - info: dwd.0 (422) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
          2024-07-17 09:15:02.418  - info: host.Iobroker instance system.adapter.vis.0 terminated while should be started once
          2024-07-17 09:15:02.913  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
          2024-07-17 09:15:04.369  - info: host.Iobroker instance system.adapter.web.0 started with pid 452
          2024-07-17 09:15:05.317  - info: web.0 (452) starting. Version 6.2.5 in /opt/iobroker/node_modules/iobroker.web, node: v18.20.4, js-controller: 5.0.19
          2024-07-17 09:15:05.459  - info: web.0 (452) socket.io server listening on port 8082
          2024-07-17 09:15:05.462  - info: web.0 (452) http server listening on port 8082
          2024-07-17 09:20:00.013  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 482
          2024-07-17 09:20:00.862  - info: dwd.0 (482) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
          2024-07-17 09:20:02.293  - info: dwd.0 (482) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
          2024-07-17 09:20:02.815  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
          2024-07-17 09:25:00.013  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 497
          2024-07-17 09:25:00.853  - info: dwd.0 (497) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
          2024-07-17 09:25:01.955  - info: dwd.0 (497) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
          2024-07-17 09:25:02.479  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
          2024-07-17 09:30:00.013  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 585
          2024-07-17 09:30:00.868  - info: dwd.0 (585) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
          2024-07-17 09:30:02.374  - info: dwd.0 (585) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
          2024-07-17 09:30:02.894  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
          
          

          ============ Mark until here for C&P =============

          iob diag has finished.

          Skript v.2024-05-22
          
          *** BASE SYSTEM ***
           Static hostname: Iobroker
                 Icon name: computer-container
                   Chassis: container
            Virtualization: lxc
          Operating System: Ubuntu 22.04.4 LTS
                    Kernel: Linux 6.5.11-8-pve
              Architecture: x86-64
          
          model name      : Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz
          Docker          : false
          Virtualization  : lxc
          Kernel          : x86_64
          Userland        : 64 bit
          
          Systemuptime and Load:
           09:30:15 up 15 min,  3 users,  load average: 0.12, 0.09, 0.24
          CPU threads: 2
          
          
          *** Time and Time Zones ***
                         Local time: Wed 2024-07-17 09:30:15 UTC
                     Universal time: Wed 2024-07-17 09:30:15 UTC
                           RTC time: n/a
                          Time zone: Etc/UTC (UTC, +0000)
          System clock synchronized: yes
                        NTP service: inactive
                    RTC in local TZ: no
          
          *** Users and Groups ***
          User that called 'iob diag':
          root
          HOME=/root
          GROUPS=root
          
          User that is running 'js-controller':
          iobroker
          HOME=/home/iobroker
          GROUPS=iobroker tty dialout audio video plugdev
          
          *** Display-Server-Setup ***
          Display-Server: false
          Desktop: 
          Terminal: 
          Boot Target:    graphical.target
          
          *** MEMORY ***
                         total        used        free      shared  buff/cache   available
          Mem:            4.1G        536M        3.3G        0.0K        223M        3.6G
          Swap:           4.1G          0B        4.1G
          Total:          8.2G        536M        7.4G
          
          Active iob-Instances:   6
          
                   4096 M total memory
                    536 M used memory
                    609 M active memory
                    107 M inactive memory
                   3336 M free memory
                      0 M buffer memory
                    223 M swap cache
                   4096 M total swap
                      0 M used swap
                   4096 M free swap
          
          *** top - Table Of Processes  ***
          top - 09:30:15 up 15 min,  3 users,  load average: 0.12, 0.09, 0.24
          Tasks:  35 total,   1 running,  34 sleeping,   0 stopped,   0 zombie
          %Cpu(s):  0.0 us,  3.2 sy,  0.0 ni, 96.8 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
          MiB Mem :   4096.0 total,   3335.9 free,    536.5 used,    223.7 buff/cache
          MiB Swap:   4096.0 total,   4096.0 free,      0.0 used.   3559.5 avail Mem 
          
          *** FAILED SERVICES ***
          
            UNIT                 LOAD   ACTIVE SUB    DESCRIPTION
          * run-rpc_pipefs.mount loaded failed failed RPC Pipe File System
          
          LOAD   = Reflects whether the unit definition was properly loaded.
          ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
          SUB    = The low-level unit activation state, values depend on unit type.
          1 loaded units listed.
          
          *** FILESYSTEM ***
          Filesystem                       Type      Size  Used Avail Use% Mounted on
          /dev/mapper/pve-vm--245--disk--0 ext4       30G  4.3G   24G  16% /
          none                             tmpfs     492K  4.0K  488K   1% /dev
          efivarfs                         efivarfs  128K  125K     0 100% /sys/firmware/efi/efivars
          tmpfs                            tmpfs     7.8G     0  7.8G   0% /dev/shm
          tmpfs                            tmpfs     3.1G  112K  3.1G   1% /run
          tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
          
          Messages concerning ext4 filesystem in dmesg:
          dmesg: read kernel buffer failed: Operation not permitted
          
          Show mounted filesystems:
          TARGET                                        SOURCE                           FSTYPE      OPTIONS
          /                                             /dev/mapper/pve-vm--245--disk--0 ext4        rw,relatime,stripe=16
          |-/run                                        tmpfs                            tmpfs       rw,nosuid,nodev,size=3249876k,nr_inodes=819200,mode=755,uid=100000,gid=100000,inode64
          | |-/run/lock                                 tmpfs                            tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k,uid=100000,gid=100000,inode64
          | `-/run/credentials/systemd-sysusers.service ramfs                            ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
          |-/dev                                        none                             tmpfs       rw,relatime,size=492k,mode=755,uid=100000,gid=100000,inode64
          | |-/dev/shm                                  tmpfs                            tmpfs       rw,nosuid,nodev,uid=100000,gid=100000,inode64
          | |-/dev/mqueue                               mqueue                           mqueue      rw,relatime
          | |-/dev/.lxc/proc                            proc                             proc        rw,relatime
          | |-/dev/.lxc/sys                             sys                              sysfs       rw,relatime
          | |-/dev/full                                 udev[/full]                      devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
          | |-/dev/null                                 udev[/null]                      devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
          | |-/dev/random                               udev[/random]                    devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
          | |-/dev/tty                                  udev[/tty]                       devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
          | |-/dev/urandom                              udev[/urandom]                   devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
          | |-/dev/zero                                 udev[/zero]                      devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
          | |-/dev/pts                                  devpts                           devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
          | |-/dev/ptmx                                 devpts[/ptmx]                    devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
          | |-/dev/console                              devpts[/0]                       devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
          | |-/dev/tty1                                 devpts[/1]                       devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
          | `-/dev/tty2                                 devpts[/2]                       devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
          |-/proc                                       proc                             proc        rw,nosuid,nodev,noexec,relatime
          | |-/proc/sys                                 proc[/sys]                       proc        ro,relatime
          | | |-/proc/sys/net                           proc[/sys/net]                   proc        rw,nosuid,nodev,noexec,relatime
          | | |-/proc/sys/fs/binfmt_misc                binfmt_misc                      binfmt_misc rw,nosuid,nodev,noexec,relatime
          | | `-/proc/sys/kernel/random/boot_id         none[/.lxc-boot-id]              tmpfs       ro,nosuid,nodev,noexec,relatime,size=492k,mode=755,uid=100000,gid=100000,inode64
          | |-/proc/sysrq-trigger                       proc[/sysrq-trigger]             proc        ro,relatime
          | |-/proc/cpuinfo                             lxcfs[/proc/cpuinfo]             fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
          | |-/proc/diskstats                           lxcfs[/proc/diskstats]           fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
          | |-/proc/loadavg                             lxcfs[/proc/loadavg]             fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
          | |-/proc/meminfo                             lxcfs[/proc/meminfo]             fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
          | |-/proc/slabinfo                            lxcfs[/proc/slabinfo]            fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
          | |-/proc/stat                                lxcfs[/proc/stat]                fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
          | |-/proc/swaps                               lxcfs[/proc/swaps]               fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
          | `-/proc/uptime                              lxcfs[/proc/uptime]              fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
          `-/sys                                        sysfs                            sysfs       ro,nosuid,nodev,noexec,relatime
            |-/sys/fs/fuse/connections                  fusectl                          fusectl     rw,nosuid,nodev,noexec,relatime
            |-/sys/devices/virtual/net                  sysfs[/devices/virtual/net]      sysfs       rw,nosuid,nodev,noexec,relatime
            |-/sys/kernel/debug                         debugfs                          debugfs     rw,nosuid,nodev,noexec,relatime
            |-/sys/kernel/security                      securityfs                       securityfs  rw,nosuid,nodev,noexec,relatime
            |-/sys/fs/pstore                            pstore                           pstore      rw,nosuid,nodev,noexec,relatime
            |-/sys/firmware/efi/efivars                 efivarfs                         efivarfs    rw,nosuid,nodev,noexec,relatime
            |-/sys/fs/cgroup                            none                             cgroup2     rw,nosuid,nodev,noexec,relatime
            `-/sys/devices/system/cpu                   lxcfs[/sys/devices/system/cpu]   fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
          
          Files in neuralgic directories:
          
          /var:
          699M    /var/
          365M    /var/cache
          359M    /var/cache/apt
          284M    /var/lib
          260M    /var/cache/apt/archives
          
          Archived and active journals take up 48.0M in the file system.
          
          /opt/iobroker/backups:
          397M    /opt/iobroker/backups/
          
          /opt/iobroker/iobroker-data:
          593M    /opt/iobroker/iobroker-data/
          468M    /opt/iobroker/iobroker-data/files
          142M    /opt/iobroker/iobroker-data/files/vis-2
          89M     /opt/iobroker/iobroker-data/files/echarts.admin
          87M     /opt/iobroker/iobroker-data/backup-objects
          
          The five largest files in iobroker-data are:
          34M     /opt/iobroker/iobroker-data/objects.jsonl
          24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
          24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
          24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
          23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.245b61c0.js.map
          
          USB-Devices by-id:
          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
          
          No Devices found 'by-id'
          
          
          
          
          *** NodeJS-Installation ***
          
          /usr/bin/nodejs         v18.20.4
          /usr/bin/node           v18.20.4
          /usr/bin/npm            10.7.0
          /usr/bin/npx            10.7.0
          /usr/bin/corepack       0.28.0
          
          
          nodejs:
            Installed: 18.20.4-1nodesource1
            Candidate: 18.20.4-1nodesource1
            Version table:
           *** 18.20.4-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                  100 /var/lib/dpkg/status
               18.20.3-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.20.2-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.20.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.20.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.19.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.19.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.18.2-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.18.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.18.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.17.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.17.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.16.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.16.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.15.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.14.2-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.14.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.14.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.13.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.12.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.11.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.10.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.9.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.9.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.8.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.7.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.6.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.5.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.4.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.3.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.2.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.1.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.0.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               12.22.9~dfsg-1ubuntu3.6 500
                  500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                  500 http://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
               12.22.9~dfsg-1ubuntu3 500
                  500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
          
          Temp directories causing npm8 problem: 0
          No problems detected
          
          Errors in npm tree:
          
          *** ioBroker-Installation ***
          
          ioBroker Status
          iobroker is running on this host.
          
          
          Objects type: jsonl
          States  type: jsonl
          
          Core adapters versions
          js-controller:  5.0.19
          admin:          6.13.16
          javascript:     7.1.6
          
          nodejs modules from github:     2
          | +-- syno@3.0.0 (git+https://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
          +-- iobroker.vr200@1.1.0 (git+ssh://git@github.com/Eisbaeeer/ioBroker.vr200.git#e55ff645b6a6d6b12e23535b15b81a0de68ee676)
          
          Adapter State
          + system.adapter.admin.0                  : admin                 : Iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
          + system.adapter.backitup.0               : backitup              : Iobroker                                 -  enabled
            system.adapter.discovery.0              : discovery             : Iobroker                                 - disabled
            system.adapter.dwd.0                    : dwd                   : Iobroker                                 -  enabled
          + system.adapter.echarts.0                : echarts               : Iobroker                                 -  enabled
            system.adapter.email.0                  : email                 : Iobroker                                 - disabled
            system.adapter.fb-checkpresence.0       : fb-checkpresence      : Iobroker                                 - disabled
            system.adapter.flot.0                   : flot                  : Iobroker                                 - disabled
            system.adapter.fritzdect.1              : fritzdect             : Iobroker                                 - disabled
            system.adapter.history.0                : history               : Iobroker                                 - disabled
            system.adapter.hm-rega.0                : hm-rega               : Iobroker                                 - disabled
            system.adapter.hm-rega.1                : hm-rega               : Iobroker                                 - disabled
            system.adapter.hm-rpc.0                 : hm-rpc                : Iobroker                                 - disabled, port: 0
            system.adapter.hm-rpc.1                 : hm-rpc                : Iobroker                                 - disabled, port: 0
            system.adapter.hm-rpc.2                 : hm-rpc                : Iobroker                                 - disabled, port: 0
            system.adapter.homeconnect.0            : homeconnect           : Iobroker                                 - disabled
            system.adapter.hue.0                    : hue                   : Iobroker                                 - disabled, port: 443
            system.adapter.info.0                   : info                  : Iobroker                                 - disabled
            system.adapter.javascript.0             : javascript            : Iobroker                                 - disabled
          + system.adapter.modbus.0                 : modbus                : Iobroker                                 -  enabled
            system.adapter.modbus.1                 : modbus                : Iobroker                                 - disabled
            system.adapter.mqtt.0                   : mqtt                  : Iobroker                                 - disabled, port: 1883, bind: 192.168.178.65
            system.adapter.netatmo-crawler.0        : netatmo-crawler       : Iobroker                                 - disabled
            system.adapter.nut.0                    : nut                   : Iobroker                                 - disabled
            system.adapter.ping.0                   : ping                  : Iobroker                                 - disabled
            system.adapter.shelly.0                 : shelly                : Iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
            system.adapter.sonos.0                  : sonos                 : Iobroker                                 - disabled
            system.adapter.statistics.0             : statistics            : Iobroker                                 - disabled
            system.adapter.stiebel-isg.0            : stiebel-isg           : Iobroker                                 - disabled
            system.adapter.synology.0               : synology              : Iobroker                                 - disabled, port: 5000
            system.adapter.tr-064.0                 : tr-064                : Iobroker                                 - disabled
            system.adapter.vis-2.0                  : vis-2                 : Iobroker                                 - disabled
            system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : Iobroker                                 - disabled
            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : Iobroker                                 - disabled
            system.adapter.vis-justgage.0           : vis-justgage          : Iobroker                                 - disabled
            system.adapter.vis-timeandweather.0     : vis-timeandweather    : Iobroker                                 - disabled
            system.adapter.vis.0                    : vis                   : Iobroker                                 -  enabled
            system.adapter.vr200.0                  : vr200                 : Iobroker                                 - disabled
            system.adapter.weather-warnings.0       : weather-warnings      : Iobroker                                 - disabled
          + system.adapter.web.0                    : web                   : Iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          
          + 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.web.0                    : web                   : Iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          
          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.17.14  , installed 6.13.16 [Updatable]
          Adapter    "backitup"     : 2.11.0   , installed 2.11.0
          Adapter    "discovery"    : 4.5.0    , installed 4.5.0
          Adapter    "dwd"          : 2.8.5    , installed 2.8.5
          Adapter    "echarts"      : 1.7.2    , installed 1.7.2
          Adapter    "email"        : 1.3.1    , installed 1.3.1
          Adapter    "fb-checkpresence": 1.2.4 , installed 1.2.4
          Adapter    "flot"         : 1.12.0   , installed 1.12.0
          Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
          Adapter    "history"      : 3.0.1    , installed 3.0.1
          Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
          Adapter    "hm-rpc"       : 1.17.0   , installed 1.16.0 [Updatable]
          Adapter    "homeconnect"  : 1.4.0    , installed 1.4.0
          Adapter    "hue"          : 3.11.0   , installed 3.11.0
          Adapter    "javascript"   : 8.3.1    , installed 7.1.6  [Updatable]
          Controller "js-controller": 5.0.19   , installed 5.0.19
          Adapter    "modbus"       : 6.2.3    , installed 6.2.3
          Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
          Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
          Adapter    "nut"          : 1.6.0    , installed 1.6.0
          Adapter    "ping"         : 1.6.2    , installed 1.6.2
          Adapter    "shelly"       : 7.0.0    , installed 7.0.0
          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
          Adapter    "socketio"     : 6.7.0    , installed 6.7.0
          Adapter    "sonos"        : 3.0.0    , installed 3.0.0
          Adapter    "statistics"   : 2.4.0    , installed 2.4.0
          Adapter    "stiebel-isg"  : 1.7.7    , installed 1.7.7
          Adapter    "synology"     : 3.1.0    , installed 3.1.0
          Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
          Adapter    "vis"          : 1.5.6    , installed 1.5.6
          Adapter    "vis-2"        : 2.9.32   , installed 2.9.32
          Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
          Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
          Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
          Adapter    "vr200"        : 1.0.0    , installed 1.1.0
          Adapter    "weather-warnings": 0.6.7 , installed 0.6.7
          Adapter    "web"          : 6.2.5    , installed 6.2.5
          Adapter    "ws"           : 2.6.1    , installed 2.6.1
          
          Objects and States
          Please stand by - This may take a while
          Objects:        5810
          States:         4883
          
          *** OS-Repositories and Updates ***
          Hit:1 https://deb.nodesource.com/node_18.x nodistro InRelease
          Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
          Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
          Hit:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease
          Reading package lists...
          Pending Updates: 0
          
          *** 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 127.0.0.1:25            0.0.0.0:*               LISTEN      0          121511600  287/master          
          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       121511504  112/iobroker.js-con 
          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       121511747  112/iobroker.js-con 
          tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          121509869  1/init              
          tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      106        121511341  109/systemd-resolve 
          tcp6       0      0 ::1:25                  :::*                    LISTEN      0          121511601  287/master          
          tcp6       0      0 :::111                  :::*                    LISTEN      0          121509871  1/init              
          tcp6       0      0 :::22                   :::*                    LISTEN      0          121510252  1/init              
          tcp6       0      0 :::21                   :::*                    LISTEN      0          121510369  119/vsftpd          
          tcp6       0      0 :::8082                 :::*                    LISTEN      1000       121510908  452/io.web.0        
          tcp6       0      0 :::8081                 :::*                    LISTEN      1000       121511886  314/io.admin.0      
          udp        0      0 127.0.0.53:53           0.0.0.0:*                           106        121511340  109/systemd-resolve 
          udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          121509870  1/init              
          udp6       0      0 :::111                  :::*                                0          121509872  1/init              
          
          *** Log File - Last 25 Lines ***
          
          2024-07-17 09:14:56.295  - info: host.Iobroker instance system.adapter.echarts.0 started with pid 407
          2024-07-17 09:14:57.057  - info: echarts.0 (407) starting. Version 1.7.2 in /opt/iobroker/node_modules/iobroker.echarts, node: v18.20.4, js-controller: 5.0.19
          2024-07-17 09:15:00.016  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 422
          2024-07-17 09:15:01.062  - info: dwd.0 (422) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
          2024-07-17 09:15:01.117  - info: vis.0 (429) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.vis, node: v18.20.4, js-controller: 5.0.19
          2024-07-17 09:15:01.881  - info: vis.0 (429) Terminated (NO_ERROR): Without reason
          2024-07-17 09:15:02.393  - info: dwd.0 (422) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
          2024-07-17 09:15:02.418  - info: host.Iobroker instance system.adapter.vis.0 terminated while should be started once
          2024-07-17 09:15:02.913  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
          2024-07-17 09:15:04.369  - info: host.Iobroker instance system.adapter.web.0 started with pid 452
          2024-07-17 09:15:05.317  - info: web.0 (452) starting. Version 6.2.5 in /opt/iobroker/node_modules/iobroker.web, node: v18.20.4, js-controller: 5.0.19
          2024-07-17 09:15:05.459  - info: web.0 (452) socket.io server listening on port 8082
          2024-07-17 09:15:05.462  - info: web.0 (452) http server listening on port 8082
          2024-07-17 09:20:00.013  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 482
          2024-07-17 09:20:00.862  - info: dwd.0 (482) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
          2024-07-17 09:20:02.293  - info: dwd.0 (482) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
          2024-07-17 09:20:02.815  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
          2024-07-17 09:25:00.013  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 497
          2024-07-17 09:25:00.853  - info: dwd.0 (497) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
          2024-07-17 09:25:01.955  - info: dwd.0 (497) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
          2024-07-17 09:25:02.479  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
          2024-07-17 09:30:00.013  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 585
          2024-07-17 09:30:00.868  - info: dwd.0 (585) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
          2024-07-17 09:30:02.374  - info: dwd.0 (585) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
          2024-07-17 09:30:02.894  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
          
          

          ============ Mark until here for C&P =============

          iob diag has finished.

          MOD-EDIT: Code in code-tags gesetzt!

          HomoranH Thomas BraunT 2 Antworten Letzte Antwort
          0
          • C cappy_451

            Nur noch mal zur Info, ich benutze seit zwei Jahren IOBroker auf einem Windows Rechner und möchte dies nun umziehen auf ein Linux System welches unter Proxmox läuft.

            Von meinem Windows Iobroker habe ich mit dem Backup Adapter ein Backup gemacht, Konfiguration und auch Historische Daten.

            Der "Linux" Iobroker ist installiert und läuft auch, Die Konfiguration habe ich mit dem backup Adapter wiederhergestellt, nun scheitere ich beim wiederherstellend er historischen Daten.

            Hier die Diagnose Daten vom System

            Skript v.2024-05-22
            
            *** BASE SYSTEM ***
             Static hostname: Iobroker
                   Icon name: computer-container
                     Chassis: container
              Virtualization: lxc
            Operating System: Ubuntu 22.04.4 LTS
                      Kernel: Linux 6.5.11-8-pve
                Architecture: x86-64
            
            model name      : Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz
            Docker          : false
            Virtualization  : lxc
            Kernel          : x86_64
            Userland        : 64 bit
            
            Systemuptime and Load:
             09:30:15 up 15 min,  3 users,  load average: 0.12, 0.09, 0.24
            CPU threads: 2
            
            
            *** Time and Time Zones ***
                           Local time: Wed 2024-07-17 09:30:15 UTC
                       Universal time: Wed 2024-07-17 09:30:15 UTC
                             RTC time: n/a
                            Time zone: Etc/UTC (UTC, +0000)
            System clock synchronized: yes
                          NTP service: inactive
                      RTC in local TZ: no
            
            *** Users and Groups ***
            User that called 'iob diag':
            root
            HOME=/root
            GROUPS=root
            
            User that is running 'js-controller':
            iobroker
            HOME=/home/iobroker
            GROUPS=iobroker tty dialout audio video plugdev
            
            *** Display-Server-Setup ***
            Display-Server: false
            Desktop: 
            Terminal: 
            Boot Target:    graphical.target
            
            *** MEMORY ***
                           total        used        free      shared  buff/cache   available
            Mem:            4.1G        536M        3.3G        0.0K        223M        3.6G
            Swap:           4.1G          0B        4.1G
            Total:          8.2G        536M        7.4G
            
            Active iob-Instances:   6
            
                     4096 M total memory
                      536 M used memory
                      609 M active memory
                      107 M inactive memory
                     3336 M free memory
                        0 M buffer memory
                      223 M swap cache
                     4096 M total swap
                        0 M used swap
                     4096 M free swap
            
            *** top - Table Of Processes  ***
            top - 09:30:15 up 15 min,  3 users,  load average: 0.12, 0.09, 0.24
            Tasks:  35 total,   1 running,  34 sleeping,   0 stopped,   0 zombie
            %Cpu(s):  0.0 us,  3.2 sy,  0.0 ni, 96.8 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
            MiB Mem :   4096.0 total,   3335.9 free,    536.5 used,    223.7 buff/cache
            MiB Swap:   4096.0 total,   4096.0 free,      0.0 used.   3559.5 avail Mem 
            
            *** FAILED SERVICES ***
            
              UNIT                 LOAD   ACTIVE SUB    DESCRIPTION
            * run-rpc_pipefs.mount loaded failed failed RPC Pipe File System
            
            LOAD   = Reflects whether the unit definition was properly loaded.
            ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
            SUB    = The low-level unit activation state, values depend on unit type.
            1 loaded units listed.
            
            *** FILESYSTEM ***
            Filesystem                       Type      Size  Used Avail Use% Mounted on
            /dev/mapper/pve-vm--245--disk--0 ext4       30G  4.3G   24G  16% /
            none                             tmpfs     492K  4.0K  488K   1% /dev
            efivarfs                         efivarfs  128K  125K     0 100% /sys/firmware/efi/efivars
            tmpfs                            tmpfs     7.8G     0  7.8G   0% /dev/shm
            tmpfs                            tmpfs     3.1G  112K  3.1G   1% /run
            tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
            
            Messages concerning ext4 filesystem in dmesg:
            dmesg: read kernel buffer failed: Operation not permitted
            
            Show mounted filesystems:
            TARGET                                        SOURCE                           FSTYPE      OPTIONS
            /                                             /dev/mapper/pve-vm--245--disk--0 ext4        rw,relatime,stripe=16
            |-/run                                        tmpfs                            tmpfs       rw,nosuid,nodev,size=3249876k,nr_inodes=819200,mode=755,uid=100000,gid=100000,inode64
            | |-/run/lock                                 tmpfs                            tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k,uid=100000,gid=100000,inode64
            | `-/run/credentials/systemd-sysusers.service ramfs                            ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
            |-/dev                                        none                             tmpfs       rw,relatime,size=492k,mode=755,uid=100000,gid=100000,inode64
            | |-/dev/shm                                  tmpfs                            tmpfs       rw,nosuid,nodev,uid=100000,gid=100000,inode64
            | |-/dev/mqueue                               mqueue                           mqueue      rw,relatime
            | |-/dev/.lxc/proc                            proc                             proc        rw,relatime
            | |-/dev/.lxc/sys                             sys                              sysfs       rw,relatime
            | |-/dev/full                                 udev[/full]                      devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
            | |-/dev/null                                 udev[/null]                      devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
            | |-/dev/random                               udev[/random]                    devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
            | |-/dev/tty                                  udev[/tty]                       devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
            | |-/dev/urandom                              udev[/urandom]                   devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
            | |-/dev/zero                                 udev[/zero]                      devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
            | |-/dev/pts                                  devpts                           devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
            | |-/dev/ptmx                                 devpts[/ptmx]                    devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
            | |-/dev/console                              devpts[/0]                       devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
            | |-/dev/tty1                                 devpts[/1]                       devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
            | `-/dev/tty2                                 devpts[/2]                       devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
            |-/proc                                       proc                             proc        rw,nosuid,nodev,noexec,relatime
            | |-/proc/sys                                 proc[/sys]                       proc        ro,relatime
            | | |-/proc/sys/net                           proc[/sys/net]                   proc        rw,nosuid,nodev,noexec,relatime
            | | |-/proc/sys/fs/binfmt_misc                binfmt_misc                      binfmt_misc rw,nosuid,nodev,noexec,relatime
            | | `-/proc/sys/kernel/random/boot_id         none[/.lxc-boot-id]              tmpfs       ro,nosuid,nodev,noexec,relatime,size=492k,mode=755,uid=100000,gid=100000,inode64
            | |-/proc/sysrq-trigger                       proc[/sysrq-trigger]             proc        ro,relatime
            | |-/proc/cpuinfo                             lxcfs[/proc/cpuinfo]             fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
            | |-/proc/diskstats                           lxcfs[/proc/diskstats]           fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
            | |-/proc/loadavg                             lxcfs[/proc/loadavg]             fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
            | |-/proc/meminfo                             lxcfs[/proc/meminfo]             fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
            | |-/proc/slabinfo                            lxcfs[/proc/slabinfo]            fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
            | |-/proc/stat                                lxcfs[/proc/stat]                fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
            | |-/proc/swaps                               lxcfs[/proc/swaps]               fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
            | `-/proc/uptime                              lxcfs[/proc/uptime]              fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
            `-/sys                                        sysfs                            sysfs       ro,nosuid,nodev,noexec,relatime
              |-/sys/fs/fuse/connections                  fusectl                          fusectl     rw,nosuid,nodev,noexec,relatime
              |-/sys/devices/virtual/net                  sysfs[/devices/virtual/net]      sysfs       rw,nosuid,nodev,noexec,relatime
              |-/sys/kernel/debug                         debugfs                          debugfs     rw,nosuid,nodev,noexec,relatime
              |-/sys/kernel/security                      securityfs                       securityfs  rw,nosuid,nodev,noexec,relatime
              |-/sys/fs/pstore                            pstore                           pstore      rw,nosuid,nodev,noexec,relatime
              |-/sys/firmware/efi/efivars                 efivarfs                         efivarfs    rw,nosuid,nodev,noexec,relatime
              |-/sys/fs/cgroup                            none                             cgroup2     rw,nosuid,nodev,noexec,relatime
              `-/sys/devices/system/cpu                   lxcfs[/sys/devices/system/cpu]   fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
            
            Files in neuralgic directories:
            
            /var:
            699M    /var/
            365M    /var/cache
            359M    /var/cache/apt
            284M    /var/lib
            260M    /var/cache/apt/archives
            
            Archived and active journals take up 48.0M in the file system.
            
            /opt/iobroker/backups:
            397M    /opt/iobroker/backups/
            
            /opt/iobroker/iobroker-data:
            593M    /opt/iobroker/iobroker-data/
            468M    /opt/iobroker/iobroker-data/files
            142M    /opt/iobroker/iobroker-data/files/vis-2
            89M     /opt/iobroker/iobroker-data/files/echarts.admin
            87M     /opt/iobroker/iobroker-data/backup-objects
            
            The five largest files in iobroker-data are:
            34M     /opt/iobroker/iobroker-data/objects.jsonl
            24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
            24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
            24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
            23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.245b61c0.js.map
            
            USB-Devices by-id:
            USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
            
            No Devices found 'by-id'
            
            
            
            
            *** NodeJS-Installation ***
            
            /usr/bin/nodejs         v18.20.4
            /usr/bin/node           v18.20.4
            /usr/bin/npm            10.7.0
            /usr/bin/npx            10.7.0
            /usr/bin/corepack       0.28.0
            
            
            nodejs:
              Installed: 18.20.4-1nodesource1
              Candidate: 18.20.4-1nodesource1
              Version table:
             *** 18.20.4-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                    100 /var/lib/dpkg/status
                 18.20.3-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.20.2-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.20.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.20.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.19.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.19.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.18.2-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.18.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.18.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.17.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.17.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.16.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.16.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.15.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.14.2-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.14.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.14.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.13.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.12.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.11.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.10.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.9.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.9.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.8.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.7.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.6.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.5.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.4.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.3.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.2.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.1.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.0.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 12.22.9~dfsg-1ubuntu3.6 500
                    500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                    500 http://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
                 12.22.9~dfsg-1ubuntu3 500
                    500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
            
            Temp directories causing npm8 problem: 0
            No problems detected
            
            Errors in npm tree:
            
            *** ioBroker-Installation ***
            
            ioBroker Status
            iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            Core adapters versions
            js-controller:  5.0.19
            admin:          6.13.16
            javascript:     7.1.6
            
            nodejs modules from github:     2
            | +-- syno@3.0.0 (git+https://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
            +-- iobroker.vr200@1.1.0 (git+ssh://git@github.com/Eisbaeeer/ioBroker.vr200.git#e55ff645b6a6d6b12e23535b15b81a0de68ee676)
            
            Adapter State
            + system.adapter.admin.0                  : admin                 : Iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            + system.adapter.backitup.0               : backitup              : Iobroker                                 -  enabled
              system.adapter.discovery.0              : discovery             : Iobroker                                 - disabled
              system.adapter.dwd.0                    : dwd                   : Iobroker                                 -  enabled
            + system.adapter.echarts.0                : echarts               : Iobroker                                 -  enabled
              system.adapter.email.0                  : email                 : Iobroker                                 - disabled
              system.adapter.fb-checkpresence.0       : fb-checkpresence      : Iobroker                                 - disabled
              system.adapter.flot.0                   : flot                  : Iobroker                                 - disabled
              system.adapter.fritzdect.1              : fritzdect             : Iobroker                                 - disabled
              system.adapter.history.0                : history               : Iobroker                                 - disabled
              system.adapter.hm-rega.0                : hm-rega               : Iobroker                                 - disabled
              system.adapter.hm-rega.1                : hm-rega               : Iobroker                                 - disabled
              system.adapter.hm-rpc.0                 : hm-rpc                : Iobroker                                 - disabled, port: 0
              system.adapter.hm-rpc.1                 : hm-rpc                : Iobroker                                 - disabled, port: 0
              system.adapter.hm-rpc.2                 : hm-rpc                : Iobroker                                 - disabled, port: 0
              system.adapter.homeconnect.0            : homeconnect           : Iobroker                                 - disabled
              system.adapter.hue.0                    : hue                   : Iobroker                                 - disabled, port: 443
              system.adapter.info.0                   : info                  : Iobroker                                 - disabled
              system.adapter.javascript.0             : javascript            : Iobroker                                 - disabled
            + system.adapter.modbus.0                 : modbus                : Iobroker                                 -  enabled
              system.adapter.modbus.1                 : modbus                : Iobroker                                 - disabled
              system.adapter.mqtt.0                   : mqtt                  : Iobroker                                 - disabled, port: 1883, bind: 192.168.178.65
              system.adapter.netatmo-crawler.0        : netatmo-crawler       : Iobroker                                 - disabled
              system.adapter.nut.0                    : nut                   : Iobroker                                 - disabled
              system.adapter.ping.0                   : ping                  : Iobroker                                 - disabled
              system.adapter.shelly.0                 : shelly                : Iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
              system.adapter.sonos.0                  : sonos                 : Iobroker                                 - disabled
              system.adapter.statistics.0             : statistics            : Iobroker                                 - disabled
              system.adapter.stiebel-isg.0            : stiebel-isg           : Iobroker                                 - disabled
              system.adapter.synology.0               : synology              : Iobroker                                 - disabled, port: 5000
              system.adapter.tr-064.0                 : tr-064                : Iobroker                                 - disabled
              system.adapter.vis-2.0                  : vis-2                 : Iobroker                                 - disabled
              system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : Iobroker                                 - disabled
              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : Iobroker                                 - disabled
              system.adapter.vis-justgage.0           : vis-justgage          : Iobroker                                 - disabled
              system.adapter.vis-timeandweather.0     : vis-timeandweather    : Iobroker                                 - disabled
              system.adapter.vis.0                    : vis                   : Iobroker                                 -  enabled
              system.adapter.vr200.0                  : vr200                 : Iobroker                                 - disabled
              system.adapter.weather-warnings.0       : weather-warnings      : Iobroker                                 - disabled
            + system.adapter.web.0                    : web                   : Iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            
            + 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.web.0                    : web                   : Iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            
            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.17.14  , installed 6.13.16 [Updatable]
            Adapter    "backitup"     : 2.11.0   , installed 2.11.0
            Adapter    "discovery"    : 4.5.0    , installed 4.5.0
            Adapter    "dwd"          : 2.8.5    , installed 2.8.5
            Adapter    "echarts"      : 1.7.2    , installed 1.7.2
            Adapter    "email"        : 1.3.1    , installed 1.3.1
            Adapter    "fb-checkpresence": 1.2.4 , installed 1.2.4
            Adapter    "flot"         : 1.12.0   , installed 1.12.0
            Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
            Adapter    "history"      : 3.0.1    , installed 3.0.1
            Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
            Adapter    "hm-rpc"       : 1.17.0   , installed 1.16.0 [Updatable]
            Adapter    "homeconnect"  : 1.4.0    , installed 1.4.0
            Adapter    "hue"          : 3.11.0   , installed 3.11.0
            Adapter    "javascript"   : 8.3.1    , installed 7.1.6  [Updatable]
            Controller "js-controller": 5.0.19   , installed 5.0.19
            Adapter    "modbus"       : 6.2.3    , installed 6.2.3
            Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
            Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
            Adapter    "nut"          : 1.6.0    , installed 1.6.0
            Adapter    "ping"         : 1.6.2    , installed 1.6.2
            Adapter    "shelly"       : 7.0.0    , installed 7.0.0
            Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
            Adapter    "socketio"     : 6.7.0    , installed 6.7.0
            Adapter    "sonos"        : 3.0.0    , installed 3.0.0
            Adapter    "statistics"   : 2.4.0    , installed 2.4.0
            Adapter    "stiebel-isg"  : 1.7.7    , installed 1.7.7
            Adapter    "synology"     : 3.1.0    , installed 3.1.0
            Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
            Adapter    "vis"          : 1.5.6    , installed 1.5.6
            Adapter    "vis-2"        : 2.9.32   , installed 2.9.32
            Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
            Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
            Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
            Adapter    "vr200"        : 1.0.0    , installed 1.1.0
            Adapter    "weather-warnings": 0.6.7 , installed 0.6.7
            Adapter    "web"          : 6.2.5    , installed 6.2.5
            Adapter    "ws"           : 2.6.1    , installed 2.6.1
            
            Objects and States
            Please stand by - This may take a while
            Objects:        5810
            States:         4883
            
            *** OS-Repositories and Updates ***
            Hit:1 https://deb.nodesource.com/node_18.x nodistro InRelease
            Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
            Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
            Hit:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease
            Reading package lists...
            Pending Updates: 0
            
            *** 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 127.0.0.1:25            0.0.0.0:*               LISTEN      0          121511600  287/master          
            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       121511504  112/iobroker.js-con 
            tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       121511747  112/iobroker.js-con 
            tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          121509869  1/init              
            tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      106        121511341  109/systemd-resolve 
            tcp6       0      0 ::1:25                  :::*                    LISTEN      0          121511601  287/master          
            tcp6       0      0 :::111                  :::*                    LISTEN      0          121509871  1/init              
            tcp6       0      0 :::22                   :::*                    LISTEN      0          121510252  1/init              
            tcp6       0      0 :::21                   :::*                    LISTEN      0          121510369  119/vsftpd          
            tcp6       0      0 :::8082                 :::*                    LISTEN      1000       121510908  452/io.web.0        
            tcp6       0      0 :::8081                 :::*                    LISTEN      1000       121511886  314/io.admin.0      
            udp        0      0 127.0.0.53:53           0.0.0.0:*                           106        121511340  109/systemd-resolve 
            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          121509870  1/init              
            udp6       0      0 :::111                  :::*                                0          121509872  1/init              
            
            *** Log File - Last 25 Lines ***
            
            2024-07-17 09:14:56.295  - info: host.Iobroker instance system.adapter.echarts.0 started with pid 407
            2024-07-17 09:14:57.057  - info: echarts.0 (407) starting. Version 1.7.2 in /opt/iobroker/node_modules/iobroker.echarts, node: v18.20.4, js-controller: 5.0.19
            2024-07-17 09:15:00.016  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 422
            2024-07-17 09:15:01.062  - info: dwd.0 (422) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
            2024-07-17 09:15:01.117  - info: vis.0 (429) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.vis, node: v18.20.4, js-controller: 5.0.19
            2024-07-17 09:15:01.881  - info: vis.0 (429) Terminated (NO_ERROR): Without reason
            2024-07-17 09:15:02.393  - info: dwd.0 (422) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            2024-07-17 09:15:02.418  - info: host.Iobroker instance system.adapter.vis.0 terminated while should be started once
            2024-07-17 09:15:02.913  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
            2024-07-17 09:15:04.369  - info: host.Iobroker instance system.adapter.web.0 started with pid 452
            2024-07-17 09:15:05.317  - info: web.0 (452) starting. Version 6.2.5 in /opt/iobroker/node_modules/iobroker.web, node: v18.20.4, js-controller: 5.0.19
            2024-07-17 09:15:05.459  - info: web.0 (452) socket.io server listening on port 8082
            2024-07-17 09:15:05.462  - info: web.0 (452) http server listening on port 8082
            2024-07-17 09:20:00.013  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 482
            2024-07-17 09:20:00.862  - info: dwd.0 (482) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
            2024-07-17 09:20:02.293  - info: dwd.0 (482) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            2024-07-17 09:20:02.815  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
            2024-07-17 09:25:00.013  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 497
            2024-07-17 09:25:00.853  - info: dwd.0 (497) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
            2024-07-17 09:25:01.955  - info: dwd.0 (497) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            2024-07-17 09:25:02.479  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
            2024-07-17 09:30:00.013  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 585
            2024-07-17 09:30:00.868  - info: dwd.0 (585) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
            2024-07-17 09:30:02.374  - info: dwd.0 (585) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            2024-07-17 09:30:02.894  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
            
            

            ============ Mark until here for C&P =============

            iob diag has finished.

            Skript v.2024-05-22
            
            *** BASE SYSTEM ***
             Static hostname: Iobroker
                   Icon name: computer-container
                     Chassis: container
              Virtualization: lxc
            Operating System: Ubuntu 22.04.4 LTS
                      Kernel: Linux 6.5.11-8-pve
                Architecture: x86-64
            
            model name      : Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz
            Docker          : false
            Virtualization  : lxc
            Kernel          : x86_64
            Userland        : 64 bit
            
            Systemuptime and Load:
             09:30:15 up 15 min,  3 users,  load average: 0.12, 0.09, 0.24
            CPU threads: 2
            
            
            *** Time and Time Zones ***
                           Local time: Wed 2024-07-17 09:30:15 UTC
                       Universal time: Wed 2024-07-17 09:30:15 UTC
                             RTC time: n/a
                            Time zone: Etc/UTC (UTC, +0000)
            System clock synchronized: yes
                          NTP service: inactive
                      RTC in local TZ: no
            
            *** Users and Groups ***
            User that called 'iob diag':
            root
            HOME=/root
            GROUPS=root
            
            User that is running 'js-controller':
            iobroker
            HOME=/home/iobroker
            GROUPS=iobroker tty dialout audio video plugdev
            
            *** Display-Server-Setup ***
            Display-Server: false
            Desktop: 
            Terminal: 
            Boot Target:    graphical.target
            
            *** MEMORY ***
                           total        used        free      shared  buff/cache   available
            Mem:            4.1G        536M        3.3G        0.0K        223M        3.6G
            Swap:           4.1G          0B        4.1G
            Total:          8.2G        536M        7.4G
            
            Active iob-Instances:   6
            
                     4096 M total memory
                      536 M used memory
                      609 M active memory
                      107 M inactive memory
                     3336 M free memory
                        0 M buffer memory
                      223 M swap cache
                     4096 M total swap
                        0 M used swap
                     4096 M free swap
            
            *** top - Table Of Processes  ***
            top - 09:30:15 up 15 min,  3 users,  load average: 0.12, 0.09, 0.24
            Tasks:  35 total,   1 running,  34 sleeping,   0 stopped,   0 zombie
            %Cpu(s):  0.0 us,  3.2 sy,  0.0 ni, 96.8 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
            MiB Mem :   4096.0 total,   3335.9 free,    536.5 used,    223.7 buff/cache
            MiB Swap:   4096.0 total,   4096.0 free,      0.0 used.   3559.5 avail Mem 
            
            *** FAILED SERVICES ***
            
              UNIT                 LOAD   ACTIVE SUB    DESCRIPTION
            * run-rpc_pipefs.mount loaded failed failed RPC Pipe File System
            
            LOAD   = Reflects whether the unit definition was properly loaded.
            ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
            SUB    = The low-level unit activation state, values depend on unit type.
            1 loaded units listed.
            
            *** FILESYSTEM ***
            Filesystem                       Type      Size  Used Avail Use% Mounted on
            /dev/mapper/pve-vm--245--disk--0 ext4       30G  4.3G   24G  16% /
            none                             tmpfs     492K  4.0K  488K   1% /dev
            efivarfs                         efivarfs  128K  125K     0 100% /sys/firmware/efi/efivars
            tmpfs                            tmpfs     7.8G     0  7.8G   0% /dev/shm
            tmpfs                            tmpfs     3.1G  112K  3.1G   1% /run
            tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
            
            Messages concerning ext4 filesystem in dmesg:
            dmesg: read kernel buffer failed: Operation not permitted
            
            Show mounted filesystems:
            TARGET                                        SOURCE                           FSTYPE      OPTIONS
            /                                             /dev/mapper/pve-vm--245--disk--0 ext4        rw,relatime,stripe=16
            |-/run                                        tmpfs                            tmpfs       rw,nosuid,nodev,size=3249876k,nr_inodes=819200,mode=755,uid=100000,gid=100000,inode64
            | |-/run/lock                                 tmpfs                            tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k,uid=100000,gid=100000,inode64
            | `-/run/credentials/systemd-sysusers.service ramfs                            ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
            |-/dev                                        none                             tmpfs       rw,relatime,size=492k,mode=755,uid=100000,gid=100000,inode64
            | |-/dev/shm                                  tmpfs                            tmpfs       rw,nosuid,nodev,uid=100000,gid=100000,inode64
            | |-/dev/mqueue                               mqueue                           mqueue      rw,relatime
            | |-/dev/.lxc/proc                            proc                             proc        rw,relatime
            | |-/dev/.lxc/sys                             sys                              sysfs       rw,relatime
            | |-/dev/full                                 udev[/full]                      devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
            | |-/dev/null                                 udev[/null]                      devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
            | |-/dev/random                               udev[/random]                    devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
            | |-/dev/tty                                  udev[/tty]                       devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
            | |-/dev/urandom                              udev[/urandom]                   devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
            | |-/dev/zero                                 udev[/zero]                      devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
            | |-/dev/pts                                  devpts                           devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
            | |-/dev/ptmx                                 devpts[/ptmx]                    devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
            | |-/dev/console                              devpts[/0]                       devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
            | |-/dev/tty1                                 devpts[/1]                       devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
            | `-/dev/tty2                                 devpts[/2]                       devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
            |-/proc                                       proc                             proc        rw,nosuid,nodev,noexec,relatime
            | |-/proc/sys                                 proc[/sys]                       proc        ro,relatime
            | | |-/proc/sys/net                           proc[/sys/net]                   proc        rw,nosuid,nodev,noexec,relatime
            | | |-/proc/sys/fs/binfmt_misc                binfmt_misc                      binfmt_misc rw,nosuid,nodev,noexec,relatime
            | | `-/proc/sys/kernel/random/boot_id         none[/.lxc-boot-id]              tmpfs       ro,nosuid,nodev,noexec,relatime,size=492k,mode=755,uid=100000,gid=100000,inode64
            | |-/proc/sysrq-trigger                       proc[/sysrq-trigger]             proc        ro,relatime
            | |-/proc/cpuinfo                             lxcfs[/proc/cpuinfo]             fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
            | |-/proc/diskstats                           lxcfs[/proc/diskstats]           fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
            | |-/proc/loadavg                             lxcfs[/proc/loadavg]             fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
            | |-/proc/meminfo                             lxcfs[/proc/meminfo]             fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
            | |-/proc/slabinfo                            lxcfs[/proc/slabinfo]            fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
            | |-/proc/stat                                lxcfs[/proc/stat]                fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
            | |-/proc/swaps                               lxcfs[/proc/swaps]               fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
            | `-/proc/uptime                              lxcfs[/proc/uptime]              fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
            `-/sys                                        sysfs                            sysfs       ro,nosuid,nodev,noexec,relatime
              |-/sys/fs/fuse/connections                  fusectl                          fusectl     rw,nosuid,nodev,noexec,relatime
              |-/sys/devices/virtual/net                  sysfs[/devices/virtual/net]      sysfs       rw,nosuid,nodev,noexec,relatime
              |-/sys/kernel/debug                         debugfs                          debugfs     rw,nosuid,nodev,noexec,relatime
              |-/sys/kernel/security                      securityfs                       securityfs  rw,nosuid,nodev,noexec,relatime
              |-/sys/fs/pstore                            pstore                           pstore      rw,nosuid,nodev,noexec,relatime
              |-/sys/firmware/efi/efivars                 efivarfs                         efivarfs    rw,nosuid,nodev,noexec,relatime
              |-/sys/fs/cgroup                            none                             cgroup2     rw,nosuid,nodev,noexec,relatime
              `-/sys/devices/system/cpu                   lxcfs[/sys/devices/system/cpu]   fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
            
            Files in neuralgic directories:
            
            /var:
            699M    /var/
            365M    /var/cache
            359M    /var/cache/apt
            284M    /var/lib
            260M    /var/cache/apt/archives
            
            Archived and active journals take up 48.0M in the file system.
            
            /opt/iobroker/backups:
            397M    /opt/iobroker/backups/
            
            /opt/iobroker/iobroker-data:
            593M    /opt/iobroker/iobroker-data/
            468M    /opt/iobroker/iobroker-data/files
            142M    /opt/iobroker/iobroker-data/files/vis-2
            89M     /opt/iobroker/iobroker-data/files/echarts.admin
            87M     /opt/iobroker/iobroker-data/backup-objects
            
            The five largest files in iobroker-data are:
            34M     /opt/iobroker/iobroker-data/objects.jsonl
            24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
            24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
            24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
            23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.245b61c0.js.map
            
            USB-Devices by-id:
            USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
            
            No Devices found 'by-id'
            
            
            
            
            *** NodeJS-Installation ***
            
            /usr/bin/nodejs         v18.20.4
            /usr/bin/node           v18.20.4
            /usr/bin/npm            10.7.0
            /usr/bin/npx            10.7.0
            /usr/bin/corepack       0.28.0
            
            
            nodejs:
              Installed: 18.20.4-1nodesource1
              Candidate: 18.20.4-1nodesource1
              Version table:
             *** 18.20.4-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                    100 /var/lib/dpkg/status
                 18.20.3-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.20.2-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.20.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.20.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.19.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.19.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.18.2-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.18.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.18.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.17.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.17.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.16.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.16.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.15.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.14.2-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.14.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.14.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.13.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.12.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.11.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.10.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.9.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.9.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.8.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.7.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.6.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.5.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.4.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.3.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.2.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.1.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.0.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 12.22.9~dfsg-1ubuntu3.6 500
                    500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                    500 http://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
                 12.22.9~dfsg-1ubuntu3 500
                    500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
            
            Temp directories causing npm8 problem: 0
            No problems detected
            
            Errors in npm tree:
            
            *** ioBroker-Installation ***
            
            ioBroker Status
            iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            Core adapters versions
            js-controller:  5.0.19
            admin:          6.13.16
            javascript:     7.1.6
            
            nodejs modules from github:     2
            | +-- syno@3.0.0 (git+https://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
            +-- iobroker.vr200@1.1.0 (git+ssh://git@github.com/Eisbaeeer/ioBroker.vr200.git#e55ff645b6a6d6b12e23535b15b81a0de68ee676)
            
            Adapter State
            + system.adapter.admin.0                  : admin                 : Iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            + system.adapter.backitup.0               : backitup              : Iobroker                                 -  enabled
              system.adapter.discovery.0              : discovery             : Iobroker                                 - disabled
              system.adapter.dwd.0                    : dwd                   : Iobroker                                 -  enabled
            + system.adapter.echarts.0                : echarts               : Iobroker                                 -  enabled
              system.adapter.email.0                  : email                 : Iobroker                                 - disabled
              system.adapter.fb-checkpresence.0       : fb-checkpresence      : Iobroker                                 - disabled
              system.adapter.flot.0                   : flot                  : Iobroker                                 - disabled
              system.adapter.fritzdect.1              : fritzdect             : Iobroker                                 - disabled
              system.adapter.history.0                : history               : Iobroker                                 - disabled
              system.adapter.hm-rega.0                : hm-rega               : Iobroker                                 - disabled
              system.adapter.hm-rega.1                : hm-rega               : Iobroker                                 - disabled
              system.adapter.hm-rpc.0                 : hm-rpc                : Iobroker                                 - disabled, port: 0
              system.adapter.hm-rpc.1                 : hm-rpc                : Iobroker                                 - disabled, port: 0
              system.adapter.hm-rpc.2                 : hm-rpc                : Iobroker                                 - disabled, port: 0
              system.adapter.homeconnect.0            : homeconnect           : Iobroker                                 - disabled
              system.adapter.hue.0                    : hue                   : Iobroker                                 - disabled, port: 443
              system.adapter.info.0                   : info                  : Iobroker                                 - disabled
              system.adapter.javascript.0             : javascript            : Iobroker                                 - disabled
            + system.adapter.modbus.0                 : modbus                : Iobroker                                 -  enabled
              system.adapter.modbus.1                 : modbus                : Iobroker                                 - disabled
              system.adapter.mqtt.0                   : mqtt                  : Iobroker                                 - disabled, port: 1883, bind: 192.168.178.65
              system.adapter.netatmo-crawler.0        : netatmo-crawler       : Iobroker                                 - disabled
              system.adapter.nut.0                    : nut                   : Iobroker                                 - disabled
              system.adapter.ping.0                   : ping                  : Iobroker                                 - disabled
              system.adapter.shelly.0                 : shelly                : Iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
              system.adapter.sonos.0                  : sonos                 : Iobroker                                 - disabled
              system.adapter.statistics.0             : statistics            : Iobroker                                 - disabled
              system.adapter.stiebel-isg.0            : stiebel-isg           : Iobroker                                 - disabled
              system.adapter.synology.0               : synology              : Iobroker                                 - disabled, port: 5000
              system.adapter.tr-064.0                 : tr-064                : Iobroker                                 - disabled
              system.adapter.vis-2.0                  : vis-2                 : Iobroker                                 - disabled
              system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : Iobroker                                 - disabled
              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : Iobroker                                 - disabled
              system.adapter.vis-justgage.0           : vis-justgage          : Iobroker                                 - disabled
              system.adapter.vis-timeandweather.0     : vis-timeandweather    : Iobroker                                 - disabled
              system.adapter.vis.0                    : vis                   : Iobroker                                 -  enabled
              system.adapter.vr200.0                  : vr200                 : Iobroker                                 - disabled
              system.adapter.weather-warnings.0       : weather-warnings      : Iobroker                                 - disabled
            + system.adapter.web.0                    : web                   : Iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            
            + 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.web.0                    : web                   : Iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            
            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.17.14  , installed 6.13.16 [Updatable]
            Adapter    "backitup"     : 2.11.0   , installed 2.11.0
            Adapter    "discovery"    : 4.5.0    , installed 4.5.0
            Adapter    "dwd"          : 2.8.5    , installed 2.8.5
            Adapter    "echarts"      : 1.7.2    , installed 1.7.2
            Adapter    "email"        : 1.3.1    , installed 1.3.1
            Adapter    "fb-checkpresence": 1.2.4 , installed 1.2.4
            Adapter    "flot"         : 1.12.0   , installed 1.12.0
            Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
            Adapter    "history"      : 3.0.1    , installed 3.0.1
            Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
            Adapter    "hm-rpc"       : 1.17.0   , installed 1.16.0 [Updatable]
            Adapter    "homeconnect"  : 1.4.0    , installed 1.4.0
            Adapter    "hue"          : 3.11.0   , installed 3.11.0
            Adapter    "javascript"   : 8.3.1    , installed 7.1.6  [Updatable]
            Controller "js-controller": 5.0.19   , installed 5.0.19
            Adapter    "modbus"       : 6.2.3    , installed 6.2.3
            Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
            Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
            Adapter    "nut"          : 1.6.0    , installed 1.6.0
            Adapter    "ping"         : 1.6.2    , installed 1.6.2
            Adapter    "shelly"       : 7.0.0    , installed 7.0.0
            Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
            Adapter    "socketio"     : 6.7.0    , installed 6.7.0
            Adapter    "sonos"        : 3.0.0    , installed 3.0.0
            Adapter    "statistics"   : 2.4.0    , installed 2.4.0
            Adapter    "stiebel-isg"  : 1.7.7    , installed 1.7.7
            Adapter    "synology"     : 3.1.0    , installed 3.1.0
            Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
            Adapter    "vis"          : 1.5.6    , installed 1.5.6
            Adapter    "vis-2"        : 2.9.32   , installed 2.9.32
            Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
            Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
            Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
            Adapter    "vr200"        : 1.0.0    , installed 1.1.0
            Adapter    "weather-warnings": 0.6.7 , installed 0.6.7
            Adapter    "web"          : 6.2.5    , installed 6.2.5
            Adapter    "ws"           : 2.6.1    , installed 2.6.1
            
            Objects and States
            Please stand by - This may take a while
            Objects:        5810
            States:         4883
            
            *** OS-Repositories and Updates ***
            Hit:1 https://deb.nodesource.com/node_18.x nodistro InRelease
            Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
            Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
            Hit:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease
            Reading package lists...
            Pending Updates: 0
            
            *** 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 127.0.0.1:25            0.0.0.0:*               LISTEN      0          121511600  287/master          
            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       121511504  112/iobroker.js-con 
            tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       121511747  112/iobroker.js-con 
            tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          121509869  1/init              
            tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      106        121511341  109/systemd-resolve 
            tcp6       0      0 ::1:25                  :::*                    LISTEN      0          121511601  287/master          
            tcp6       0      0 :::111                  :::*                    LISTEN      0          121509871  1/init              
            tcp6       0      0 :::22                   :::*                    LISTEN      0          121510252  1/init              
            tcp6       0      0 :::21                   :::*                    LISTEN      0          121510369  119/vsftpd          
            tcp6       0      0 :::8082                 :::*                    LISTEN      1000       121510908  452/io.web.0        
            tcp6       0      0 :::8081                 :::*                    LISTEN      1000       121511886  314/io.admin.0      
            udp        0      0 127.0.0.53:53           0.0.0.0:*                           106        121511340  109/systemd-resolve 
            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          121509870  1/init              
            udp6       0      0 :::111                  :::*                                0          121509872  1/init              
            
            *** Log File - Last 25 Lines ***
            
            2024-07-17 09:14:56.295  - info: host.Iobroker instance system.adapter.echarts.0 started with pid 407
            2024-07-17 09:14:57.057  - info: echarts.0 (407) starting. Version 1.7.2 in /opt/iobroker/node_modules/iobroker.echarts, node: v18.20.4, js-controller: 5.0.19
            2024-07-17 09:15:00.016  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 422
            2024-07-17 09:15:01.062  - info: dwd.0 (422) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
            2024-07-17 09:15:01.117  - info: vis.0 (429) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.vis, node: v18.20.4, js-controller: 5.0.19
            2024-07-17 09:15:01.881  - info: vis.0 (429) Terminated (NO_ERROR): Without reason
            2024-07-17 09:15:02.393  - info: dwd.0 (422) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            2024-07-17 09:15:02.418  - info: host.Iobroker instance system.adapter.vis.0 terminated while should be started once
            2024-07-17 09:15:02.913  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
            2024-07-17 09:15:04.369  - info: host.Iobroker instance system.adapter.web.0 started with pid 452
            2024-07-17 09:15:05.317  - info: web.0 (452) starting. Version 6.2.5 in /opt/iobroker/node_modules/iobroker.web, node: v18.20.4, js-controller: 5.0.19
            2024-07-17 09:15:05.459  - info: web.0 (452) socket.io server listening on port 8082
            2024-07-17 09:15:05.462  - info: web.0 (452) http server listening on port 8082
            2024-07-17 09:20:00.013  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 482
            2024-07-17 09:20:00.862  - info: dwd.0 (482) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
            2024-07-17 09:20:02.293  - info: dwd.0 (482) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            2024-07-17 09:20:02.815  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
            2024-07-17 09:25:00.013  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 497
            2024-07-17 09:25:00.853  - info: dwd.0 (497) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
            2024-07-17 09:25:01.955  - info: dwd.0 (497) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            2024-07-17 09:25:02.479  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
            2024-07-17 09:30:00.013  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 585
            2024-07-17 09:30:00.868  - info: dwd.0 (585) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
            2024-07-17 09:30:02.374  - info: dwd.0 (585) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            2024-07-17 09:30:02.894  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
            
            

            ============ Mark until here for C&P =============

            iob diag has finished.

            MOD-EDIT: Code in code-tags gesetzt!

            HomoranH Nicht stören
            HomoranH Nicht stören
            Homoran
            Global Moderator Administrators
            schrieb am zuletzt editiert von
            #12

            @cappy_451 sagte in IOBroker Restore History Daten Problem:

            nun scheitere ich beim wiederherstellend er historischen Daten.

            wie willst du das durchführen?

            Wenn du
            @cappy_451 sagte in IOBroker Restore History Daten Problem:

            Die Konfiguration habe ich mit dem backup Adapter wiederhergestellt,

            sollte auch die History mit hergestellt werden, wenn du diese ebenfalls mit Backitup gesichert hattest.

            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 -

            C 1 Antwort Letzte Antwort
            0
            • C cappy_451

              Nur noch mal zur Info, ich benutze seit zwei Jahren IOBroker auf einem Windows Rechner und möchte dies nun umziehen auf ein Linux System welches unter Proxmox läuft.

              Von meinem Windows Iobroker habe ich mit dem Backup Adapter ein Backup gemacht, Konfiguration und auch Historische Daten.

              Der "Linux" Iobroker ist installiert und läuft auch, Die Konfiguration habe ich mit dem backup Adapter wiederhergestellt, nun scheitere ich beim wiederherstellend er historischen Daten.

              Hier die Diagnose Daten vom System

              Skript v.2024-05-22
              
              *** BASE SYSTEM ***
               Static hostname: Iobroker
                     Icon name: computer-container
                       Chassis: container
                Virtualization: lxc
              Operating System: Ubuntu 22.04.4 LTS
                        Kernel: Linux 6.5.11-8-pve
                  Architecture: x86-64
              
              model name      : Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz
              Docker          : false
              Virtualization  : lxc
              Kernel          : x86_64
              Userland        : 64 bit
              
              Systemuptime and Load:
               09:30:15 up 15 min,  3 users,  load average: 0.12, 0.09, 0.24
              CPU threads: 2
              
              
              *** Time and Time Zones ***
                             Local time: Wed 2024-07-17 09:30:15 UTC
                         Universal time: Wed 2024-07-17 09:30:15 UTC
                               RTC time: n/a
                              Time zone: Etc/UTC (UTC, +0000)
              System clock synchronized: yes
                            NTP service: inactive
                        RTC in local TZ: no
              
              *** Users and Groups ***
              User that called 'iob diag':
              root
              HOME=/root
              GROUPS=root
              
              User that is running 'js-controller':
              iobroker
              HOME=/home/iobroker
              GROUPS=iobroker tty dialout audio video plugdev
              
              *** Display-Server-Setup ***
              Display-Server: false
              Desktop: 
              Terminal: 
              Boot Target:    graphical.target
              
              *** MEMORY ***
                             total        used        free      shared  buff/cache   available
              Mem:            4.1G        536M        3.3G        0.0K        223M        3.6G
              Swap:           4.1G          0B        4.1G
              Total:          8.2G        536M        7.4G
              
              Active iob-Instances:   6
              
                       4096 M total memory
                        536 M used memory
                        609 M active memory
                        107 M inactive memory
                       3336 M free memory
                          0 M buffer memory
                        223 M swap cache
                       4096 M total swap
                          0 M used swap
                       4096 M free swap
              
              *** top - Table Of Processes  ***
              top - 09:30:15 up 15 min,  3 users,  load average: 0.12, 0.09, 0.24
              Tasks:  35 total,   1 running,  34 sleeping,   0 stopped,   0 zombie
              %Cpu(s):  0.0 us,  3.2 sy,  0.0 ni, 96.8 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
              MiB Mem :   4096.0 total,   3335.9 free,    536.5 used,    223.7 buff/cache
              MiB Swap:   4096.0 total,   4096.0 free,      0.0 used.   3559.5 avail Mem 
              
              *** FAILED SERVICES ***
              
                UNIT                 LOAD   ACTIVE SUB    DESCRIPTION
              * run-rpc_pipefs.mount loaded failed failed RPC Pipe File System
              
              LOAD   = Reflects whether the unit definition was properly loaded.
              ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
              SUB    = The low-level unit activation state, values depend on unit type.
              1 loaded units listed.
              
              *** FILESYSTEM ***
              Filesystem                       Type      Size  Used Avail Use% Mounted on
              /dev/mapper/pve-vm--245--disk--0 ext4       30G  4.3G   24G  16% /
              none                             tmpfs     492K  4.0K  488K   1% /dev
              efivarfs                         efivarfs  128K  125K     0 100% /sys/firmware/efi/efivars
              tmpfs                            tmpfs     7.8G     0  7.8G   0% /dev/shm
              tmpfs                            tmpfs     3.1G  112K  3.1G   1% /run
              tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
              
              Messages concerning ext4 filesystem in dmesg:
              dmesg: read kernel buffer failed: Operation not permitted
              
              Show mounted filesystems:
              TARGET                                        SOURCE                           FSTYPE      OPTIONS
              /                                             /dev/mapper/pve-vm--245--disk--0 ext4        rw,relatime,stripe=16
              |-/run                                        tmpfs                            tmpfs       rw,nosuid,nodev,size=3249876k,nr_inodes=819200,mode=755,uid=100000,gid=100000,inode64
              | |-/run/lock                                 tmpfs                            tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k,uid=100000,gid=100000,inode64
              | `-/run/credentials/systemd-sysusers.service ramfs                            ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
              |-/dev                                        none                             tmpfs       rw,relatime,size=492k,mode=755,uid=100000,gid=100000,inode64
              | |-/dev/shm                                  tmpfs                            tmpfs       rw,nosuid,nodev,uid=100000,gid=100000,inode64
              | |-/dev/mqueue                               mqueue                           mqueue      rw,relatime
              | |-/dev/.lxc/proc                            proc                             proc        rw,relatime
              | |-/dev/.lxc/sys                             sys                              sysfs       rw,relatime
              | |-/dev/full                                 udev[/full]                      devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
              | |-/dev/null                                 udev[/null]                      devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
              | |-/dev/random                               udev[/random]                    devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
              | |-/dev/tty                                  udev[/tty]                       devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
              | |-/dev/urandom                              udev[/urandom]                   devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
              | |-/dev/zero                                 udev[/zero]                      devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
              | |-/dev/pts                                  devpts                           devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
              | |-/dev/ptmx                                 devpts[/ptmx]                    devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
              | |-/dev/console                              devpts[/0]                       devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
              | |-/dev/tty1                                 devpts[/1]                       devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
              | `-/dev/tty2                                 devpts[/2]                       devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
              |-/proc                                       proc                             proc        rw,nosuid,nodev,noexec,relatime
              | |-/proc/sys                                 proc[/sys]                       proc        ro,relatime
              | | |-/proc/sys/net                           proc[/sys/net]                   proc        rw,nosuid,nodev,noexec,relatime
              | | |-/proc/sys/fs/binfmt_misc                binfmt_misc                      binfmt_misc rw,nosuid,nodev,noexec,relatime
              | | `-/proc/sys/kernel/random/boot_id         none[/.lxc-boot-id]              tmpfs       ro,nosuid,nodev,noexec,relatime,size=492k,mode=755,uid=100000,gid=100000,inode64
              | |-/proc/sysrq-trigger                       proc[/sysrq-trigger]             proc        ro,relatime
              | |-/proc/cpuinfo                             lxcfs[/proc/cpuinfo]             fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              | |-/proc/diskstats                           lxcfs[/proc/diskstats]           fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              | |-/proc/loadavg                             lxcfs[/proc/loadavg]             fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              | |-/proc/meminfo                             lxcfs[/proc/meminfo]             fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              | |-/proc/slabinfo                            lxcfs[/proc/slabinfo]            fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              | |-/proc/stat                                lxcfs[/proc/stat]                fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              | |-/proc/swaps                               lxcfs[/proc/swaps]               fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              | `-/proc/uptime                              lxcfs[/proc/uptime]              fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              `-/sys                                        sysfs                            sysfs       ro,nosuid,nodev,noexec,relatime
                |-/sys/fs/fuse/connections                  fusectl                          fusectl     rw,nosuid,nodev,noexec,relatime
                |-/sys/devices/virtual/net                  sysfs[/devices/virtual/net]      sysfs       rw,nosuid,nodev,noexec,relatime
                |-/sys/kernel/debug                         debugfs                          debugfs     rw,nosuid,nodev,noexec,relatime
                |-/sys/kernel/security                      securityfs                       securityfs  rw,nosuid,nodev,noexec,relatime
                |-/sys/fs/pstore                            pstore                           pstore      rw,nosuid,nodev,noexec,relatime
                |-/sys/firmware/efi/efivars                 efivarfs                         efivarfs    rw,nosuid,nodev,noexec,relatime
                |-/sys/fs/cgroup                            none                             cgroup2     rw,nosuid,nodev,noexec,relatime
                `-/sys/devices/system/cpu                   lxcfs[/sys/devices/system/cpu]   fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              
              Files in neuralgic directories:
              
              /var:
              699M    /var/
              365M    /var/cache
              359M    /var/cache/apt
              284M    /var/lib
              260M    /var/cache/apt/archives
              
              Archived and active journals take up 48.0M in the file system.
              
              /opt/iobroker/backups:
              397M    /opt/iobroker/backups/
              
              /opt/iobroker/iobroker-data:
              593M    /opt/iobroker/iobroker-data/
              468M    /opt/iobroker/iobroker-data/files
              142M    /opt/iobroker/iobroker-data/files/vis-2
              89M     /opt/iobroker/iobroker-data/files/echarts.admin
              87M     /opt/iobroker/iobroker-data/backup-objects
              
              The five largest files in iobroker-data are:
              34M     /opt/iobroker/iobroker-data/objects.jsonl
              24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
              24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
              24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
              23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.245b61c0.js.map
              
              USB-Devices by-id:
              USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
              
              No Devices found 'by-id'
              
              
              
              
              *** NodeJS-Installation ***
              
              /usr/bin/nodejs         v18.20.4
              /usr/bin/node           v18.20.4
              /usr/bin/npm            10.7.0
              /usr/bin/npx            10.7.0
              /usr/bin/corepack       0.28.0
              
              
              nodejs:
                Installed: 18.20.4-1nodesource1
                Candidate: 18.20.4-1nodesource1
                Version table:
               *** 18.20.4-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                      100 /var/lib/dpkg/status
                   18.20.3-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.20.2-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.20.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.20.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.19.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.19.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.18.2-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.18.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.18.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.17.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.17.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.16.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.16.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.15.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.14.2-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.14.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.14.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.13.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.12.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.11.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.10.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.9.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.9.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.8.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.7.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.6.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.5.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.4.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.3.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.2.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.1.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.0.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   12.22.9~dfsg-1ubuntu3.6 500
                      500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                      500 http://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
                   12.22.9~dfsg-1ubuntu3 500
                      500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
              
              Temp directories causing npm8 problem: 0
              No problems detected
              
              Errors in npm tree:
              
              *** ioBroker-Installation ***
              
              ioBroker Status
              iobroker is running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              Core adapters versions
              js-controller:  5.0.19
              admin:          6.13.16
              javascript:     7.1.6
              
              nodejs modules from github:     2
              | +-- syno@3.0.0 (git+https://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
              +-- iobroker.vr200@1.1.0 (git+ssh://git@github.com/Eisbaeeer/ioBroker.vr200.git#e55ff645b6a6d6b12e23535b15b81a0de68ee676)
              
              Adapter State
              + system.adapter.admin.0                  : admin                 : Iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              + system.adapter.backitup.0               : backitup              : Iobroker                                 -  enabled
                system.adapter.discovery.0              : discovery             : Iobroker                                 - disabled
                system.adapter.dwd.0                    : dwd                   : Iobroker                                 -  enabled
              + system.adapter.echarts.0                : echarts               : Iobroker                                 -  enabled
                system.adapter.email.0                  : email                 : Iobroker                                 - disabled
                system.adapter.fb-checkpresence.0       : fb-checkpresence      : Iobroker                                 - disabled
                system.adapter.flot.0                   : flot                  : Iobroker                                 - disabled
                system.adapter.fritzdect.1              : fritzdect             : Iobroker                                 - disabled
                system.adapter.history.0                : history               : Iobroker                                 - disabled
                system.adapter.hm-rega.0                : hm-rega               : Iobroker                                 - disabled
                system.adapter.hm-rega.1                : hm-rega               : Iobroker                                 - disabled
                system.adapter.hm-rpc.0                 : hm-rpc                : Iobroker                                 - disabled, port: 0
                system.adapter.hm-rpc.1                 : hm-rpc                : Iobroker                                 - disabled, port: 0
                system.adapter.hm-rpc.2                 : hm-rpc                : Iobroker                                 - disabled, port: 0
                system.adapter.homeconnect.0            : homeconnect           : Iobroker                                 - disabled
                system.adapter.hue.0                    : hue                   : Iobroker                                 - disabled, port: 443
                system.adapter.info.0                   : info                  : Iobroker                                 - disabled
                system.adapter.javascript.0             : javascript            : Iobroker                                 - disabled
              + system.adapter.modbus.0                 : modbus                : Iobroker                                 -  enabled
                system.adapter.modbus.1                 : modbus                : Iobroker                                 - disabled
                system.adapter.mqtt.0                   : mqtt                  : Iobroker                                 - disabled, port: 1883, bind: 192.168.178.65
                system.adapter.netatmo-crawler.0        : netatmo-crawler       : Iobroker                                 - disabled
                system.adapter.nut.0                    : nut                   : Iobroker                                 - disabled
                system.adapter.ping.0                   : ping                  : Iobroker                                 - disabled
                system.adapter.shelly.0                 : shelly                : Iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
                system.adapter.sonos.0                  : sonos                 : Iobroker                                 - disabled
                system.adapter.statistics.0             : statistics            : Iobroker                                 - disabled
                system.adapter.stiebel-isg.0            : stiebel-isg           : Iobroker                                 - disabled
                system.adapter.synology.0               : synology              : Iobroker                                 - disabled, port: 5000
                system.adapter.tr-064.0                 : tr-064                : Iobroker                                 - disabled
                system.adapter.vis-2.0                  : vis-2                 : Iobroker                                 - disabled
                system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : Iobroker                                 - disabled
                system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : Iobroker                                 - disabled
                system.adapter.vis-justgage.0           : vis-justgage          : Iobroker                                 - disabled
                system.adapter.vis-timeandweather.0     : vis-timeandweather    : Iobroker                                 - disabled
                system.adapter.vis.0                    : vis                   : Iobroker                                 -  enabled
                system.adapter.vr200.0                  : vr200                 : Iobroker                                 - disabled
                system.adapter.weather-warnings.0       : weather-warnings      : Iobroker                                 - disabled
              + system.adapter.web.0                    : web                   : Iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              
              + 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.web.0                    : web                   : Iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              
              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.17.14  , installed 6.13.16 [Updatable]
              Adapter    "backitup"     : 2.11.0   , installed 2.11.0
              Adapter    "discovery"    : 4.5.0    , installed 4.5.0
              Adapter    "dwd"          : 2.8.5    , installed 2.8.5
              Adapter    "echarts"      : 1.7.2    , installed 1.7.2
              Adapter    "email"        : 1.3.1    , installed 1.3.1
              Adapter    "fb-checkpresence": 1.2.4 , installed 1.2.4
              Adapter    "flot"         : 1.12.0   , installed 1.12.0
              Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
              Adapter    "history"      : 3.0.1    , installed 3.0.1
              Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
              Adapter    "hm-rpc"       : 1.17.0   , installed 1.16.0 [Updatable]
              Adapter    "homeconnect"  : 1.4.0    , installed 1.4.0
              Adapter    "hue"          : 3.11.0   , installed 3.11.0
              Adapter    "javascript"   : 8.3.1    , installed 7.1.6  [Updatable]
              Controller "js-controller": 5.0.19   , installed 5.0.19
              Adapter    "modbus"       : 6.2.3    , installed 6.2.3
              Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
              Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
              Adapter    "nut"          : 1.6.0    , installed 1.6.0
              Adapter    "ping"         : 1.6.2    , installed 1.6.2
              Adapter    "shelly"       : 7.0.0    , installed 7.0.0
              Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
              Adapter    "socketio"     : 6.7.0    , installed 6.7.0
              Adapter    "sonos"        : 3.0.0    , installed 3.0.0
              Adapter    "statistics"   : 2.4.0    , installed 2.4.0
              Adapter    "stiebel-isg"  : 1.7.7    , installed 1.7.7
              Adapter    "synology"     : 3.1.0    , installed 3.1.0
              Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
              Adapter    "vis"          : 1.5.6    , installed 1.5.6
              Adapter    "vis-2"        : 2.9.32   , installed 2.9.32
              Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
              Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
              Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
              Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
              Adapter    "vr200"        : 1.0.0    , installed 1.1.0
              Adapter    "weather-warnings": 0.6.7 , installed 0.6.7
              Adapter    "web"          : 6.2.5    , installed 6.2.5
              Adapter    "ws"           : 2.6.1    , installed 2.6.1
              
              Objects and States
              Please stand by - This may take a while
              Objects:        5810
              States:         4883
              
              *** OS-Repositories and Updates ***
              Hit:1 https://deb.nodesource.com/node_18.x nodistro InRelease
              Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
              Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
              Hit:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease
              Reading package lists...
              Pending Updates: 0
              
              *** 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 127.0.0.1:25            0.0.0.0:*               LISTEN      0          121511600  287/master          
              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       121511504  112/iobroker.js-con 
              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       121511747  112/iobroker.js-con 
              tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          121509869  1/init              
              tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      106        121511341  109/systemd-resolve 
              tcp6       0      0 ::1:25                  :::*                    LISTEN      0          121511601  287/master          
              tcp6       0      0 :::111                  :::*                    LISTEN      0          121509871  1/init              
              tcp6       0      0 :::22                   :::*                    LISTEN      0          121510252  1/init              
              tcp6       0      0 :::21                   :::*                    LISTEN      0          121510369  119/vsftpd          
              tcp6       0      0 :::8082                 :::*                    LISTEN      1000       121510908  452/io.web.0        
              tcp6       0      0 :::8081                 :::*                    LISTEN      1000       121511886  314/io.admin.0      
              udp        0      0 127.0.0.53:53           0.0.0.0:*                           106        121511340  109/systemd-resolve 
              udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          121509870  1/init              
              udp6       0      0 :::111                  :::*                                0          121509872  1/init              
              
              *** Log File - Last 25 Lines ***
              
              2024-07-17 09:14:56.295  - info: host.Iobroker instance system.adapter.echarts.0 started with pid 407
              2024-07-17 09:14:57.057  - info: echarts.0 (407) starting. Version 1.7.2 in /opt/iobroker/node_modules/iobroker.echarts, node: v18.20.4, js-controller: 5.0.19
              2024-07-17 09:15:00.016  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 422
              2024-07-17 09:15:01.062  - info: dwd.0 (422) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
              2024-07-17 09:15:01.117  - info: vis.0 (429) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.vis, node: v18.20.4, js-controller: 5.0.19
              2024-07-17 09:15:01.881  - info: vis.0 (429) Terminated (NO_ERROR): Without reason
              2024-07-17 09:15:02.393  - info: dwd.0 (422) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              2024-07-17 09:15:02.418  - info: host.Iobroker instance system.adapter.vis.0 terminated while should be started once
              2024-07-17 09:15:02.913  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              2024-07-17 09:15:04.369  - info: host.Iobroker instance system.adapter.web.0 started with pid 452
              2024-07-17 09:15:05.317  - info: web.0 (452) starting. Version 6.2.5 in /opt/iobroker/node_modules/iobroker.web, node: v18.20.4, js-controller: 5.0.19
              2024-07-17 09:15:05.459  - info: web.0 (452) socket.io server listening on port 8082
              2024-07-17 09:15:05.462  - info: web.0 (452) http server listening on port 8082
              2024-07-17 09:20:00.013  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 482
              2024-07-17 09:20:00.862  - info: dwd.0 (482) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
              2024-07-17 09:20:02.293  - info: dwd.0 (482) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              2024-07-17 09:20:02.815  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              2024-07-17 09:25:00.013  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 497
              2024-07-17 09:25:00.853  - info: dwd.0 (497) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
              2024-07-17 09:25:01.955  - info: dwd.0 (497) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              2024-07-17 09:25:02.479  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              2024-07-17 09:30:00.013  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 585
              2024-07-17 09:30:00.868  - info: dwd.0 (585) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
              2024-07-17 09:30:02.374  - info: dwd.0 (585) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              2024-07-17 09:30:02.894  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              
              

              ============ Mark until here for C&P =============

              iob diag has finished.

              Skript v.2024-05-22
              
              *** BASE SYSTEM ***
               Static hostname: Iobroker
                     Icon name: computer-container
                       Chassis: container
                Virtualization: lxc
              Operating System: Ubuntu 22.04.4 LTS
                        Kernel: Linux 6.5.11-8-pve
                  Architecture: x86-64
              
              model name      : Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz
              Docker          : false
              Virtualization  : lxc
              Kernel          : x86_64
              Userland        : 64 bit
              
              Systemuptime and Load:
               09:30:15 up 15 min,  3 users,  load average: 0.12, 0.09, 0.24
              CPU threads: 2
              
              
              *** Time and Time Zones ***
                             Local time: Wed 2024-07-17 09:30:15 UTC
                         Universal time: Wed 2024-07-17 09:30:15 UTC
                               RTC time: n/a
                              Time zone: Etc/UTC (UTC, +0000)
              System clock synchronized: yes
                            NTP service: inactive
                        RTC in local TZ: no
              
              *** Users and Groups ***
              User that called 'iob diag':
              root
              HOME=/root
              GROUPS=root
              
              User that is running 'js-controller':
              iobroker
              HOME=/home/iobroker
              GROUPS=iobroker tty dialout audio video plugdev
              
              *** Display-Server-Setup ***
              Display-Server: false
              Desktop: 
              Terminal: 
              Boot Target:    graphical.target
              
              *** MEMORY ***
                             total        used        free      shared  buff/cache   available
              Mem:            4.1G        536M        3.3G        0.0K        223M        3.6G
              Swap:           4.1G          0B        4.1G
              Total:          8.2G        536M        7.4G
              
              Active iob-Instances:   6
              
                       4096 M total memory
                        536 M used memory
                        609 M active memory
                        107 M inactive memory
                       3336 M free memory
                          0 M buffer memory
                        223 M swap cache
                       4096 M total swap
                          0 M used swap
                       4096 M free swap
              
              *** top - Table Of Processes  ***
              top - 09:30:15 up 15 min,  3 users,  load average: 0.12, 0.09, 0.24
              Tasks:  35 total,   1 running,  34 sleeping,   0 stopped,   0 zombie
              %Cpu(s):  0.0 us,  3.2 sy,  0.0 ni, 96.8 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
              MiB Mem :   4096.0 total,   3335.9 free,    536.5 used,    223.7 buff/cache
              MiB Swap:   4096.0 total,   4096.0 free,      0.0 used.   3559.5 avail Mem 
              
              *** FAILED SERVICES ***
              
                UNIT                 LOAD   ACTIVE SUB    DESCRIPTION
              * run-rpc_pipefs.mount loaded failed failed RPC Pipe File System
              
              LOAD   = Reflects whether the unit definition was properly loaded.
              ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
              SUB    = The low-level unit activation state, values depend on unit type.
              1 loaded units listed.
              
              *** FILESYSTEM ***
              Filesystem                       Type      Size  Used Avail Use% Mounted on
              /dev/mapper/pve-vm--245--disk--0 ext4       30G  4.3G   24G  16% /
              none                             tmpfs     492K  4.0K  488K   1% /dev
              efivarfs                         efivarfs  128K  125K     0 100% /sys/firmware/efi/efivars
              tmpfs                            tmpfs     7.8G     0  7.8G   0% /dev/shm
              tmpfs                            tmpfs     3.1G  112K  3.1G   1% /run
              tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
              
              Messages concerning ext4 filesystem in dmesg:
              dmesg: read kernel buffer failed: Operation not permitted
              
              Show mounted filesystems:
              TARGET                                        SOURCE                           FSTYPE      OPTIONS
              /                                             /dev/mapper/pve-vm--245--disk--0 ext4        rw,relatime,stripe=16
              |-/run                                        tmpfs                            tmpfs       rw,nosuid,nodev,size=3249876k,nr_inodes=819200,mode=755,uid=100000,gid=100000,inode64
              | |-/run/lock                                 tmpfs                            tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k,uid=100000,gid=100000,inode64
              | `-/run/credentials/systemd-sysusers.service ramfs                            ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
              |-/dev                                        none                             tmpfs       rw,relatime,size=492k,mode=755,uid=100000,gid=100000,inode64
              | |-/dev/shm                                  tmpfs                            tmpfs       rw,nosuid,nodev,uid=100000,gid=100000,inode64
              | |-/dev/mqueue                               mqueue                           mqueue      rw,relatime
              | |-/dev/.lxc/proc                            proc                             proc        rw,relatime
              | |-/dev/.lxc/sys                             sys                              sysfs       rw,relatime
              | |-/dev/full                                 udev[/full]                      devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
              | |-/dev/null                                 udev[/null]                      devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
              | |-/dev/random                               udev[/random]                    devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
              | |-/dev/tty                                  udev[/tty]                       devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
              | |-/dev/urandom                              udev[/urandom]                   devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
              | |-/dev/zero                                 udev[/zero]                      devtmpfs    rw,nosuid,relatime,size=8091020k,nr_inodes=2022755,mode=755,inode64
              | |-/dev/pts                                  devpts                           devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
              | |-/dev/ptmx                                 devpts[/ptmx]                    devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
              | |-/dev/console                              devpts[/0]                       devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
              | |-/dev/tty1                                 devpts[/1]                       devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
              | `-/dev/tty2                                 devpts[/2]                       devpts      rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
              |-/proc                                       proc                             proc        rw,nosuid,nodev,noexec,relatime
              | |-/proc/sys                                 proc[/sys]                       proc        ro,relatime
              | | |-/proc/sys/net                           proc[/sys/net]                   proc        rw,nosuid,nodev,noexec,relatime
              | | |-/proc/sys/fs/binfmt_misc                binfmt_misc                      binfmt_misc rw,nosuid,nodev,noexec,relatime
              | | `-/proc/sys/kernel/random/boot_id         none[/.lxc-boot-id]              tmpfs       ro,nosuid,nodev,noexec,relatime,size=492k,mode=755,uid=100000,gid=100000,inode64
              | |-/proc/sysrq-trigger                       proc[/sysrq-trigger]             proc        ro,relatime
              | |-/proc/cpuinfo                             lxcfs[/proc/cpuinfo]             fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              | |-/proc/diskstats                           lxcfs[/proc/diskstats]           fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              | |-/proc/loadavg                             lxcfs[/proc/loadavg]             fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              | |-/proc/meminfo                             lxcfs[/proc/meminfo]             fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              | |-/proc/slabinfo                            lxcfs[/proc/slabinfo]            fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              | |-/proc/stat                                lxcfs[/proc/stat]                fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              | |-/proc/swaps                               lxcfs[/proc/swaps]               fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              | `-/proc/uptime                              lxcfs[/proc/uptime]              fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              `-/sys                                        sysfs                            sysfs       ro,nosuid,nodev,noexec,relatime
                |-/sys/fs/fuse/connections                  fusectl                          fusectl     rw,nosuid,nodev,noexec,relatime
                |-/sys/devices/virtual/net                  sysfs[/devices/virtual/net]      sysfs       rw,nosuid,nodev,noexec,relatime
                |-/sys/kernel/debug                         debugfs                          debugfs     rw,nosuid,nodev,noexec,relatime
                |-/sys/kernel/security                      securityfs                       securityfs  rw,nosuid,nodev,noexec,relatime
                |-/sys/fs/pstore                            pstore                           pstore      rw,nosuid,nodev,noexec,relatime
                |-/sys/firmware/efi/efivars                 efivarfs                         efivarfs    rw,nosuid,nodev,noexec,relatime
                |-/sys/fs/cgroup                            none                             cgroup2     rw,nosuid,nodev,noexec,relatime
                `-/sys/devices/system/cpu                   lxcfs[/sys/devices/system/cpu]   fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              
              Files in neuralgic directories:
              
              /var:
              699M    /var/
              365M    /var/cache
              359M    /var/cache/apt
              284M    /var/lib
              260M    /var/cache/apt/archives
              
              Archived and active journals take up 48.0M in the file system.
              
              /opt/iobroker/backups:
              397M    /opt/iobroker/backups/
              
              /opt/iobroker/iobroker-data:
              593M    /opt/iobroker/iobroker-data/
              468M    /opt/iobroker/iobroker-data/files
              142M    /opt/iobroker/iobroker-data/files/vis-2
              89M     /opt/iobroker/iobroker-data/files/echarts.admin
              87M     /opt/iobroker/iobroker-data/backup-objects
              
              The five largest files in iobroker-data are:
              34M     /opt/iobroker/iobroker-data/objects.jsonl
              24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
              24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
              24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
              23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.245b61c0.js.map
              
              USB-Devices by-id:
              USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
              
              No Devices found 'by-id'
              
              
              
              
              *** NodeJS-Installation ***
              
              /usr/bin/nodejs         v18.20.4
              /usr/bin/node           v18.20.4
              /usr/bin/npm            10.7.0
              /usr/bin/npx            10.7.0
              /usr/bin/corepack       0.28.0
              
              
              nodejs:
                Installed: 18.20.4-1nodesource1
                Candidate: 18.20.4-1nodesource1
                Version table:
               *** 18.20.4-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                      100 /var/lib/dpkg/status
                   18.20.3-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.20.2-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.20.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.20.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.19.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.19.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.18.2-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.18.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.18.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.17.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.17.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.16.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.16.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.15.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.14.2-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.14.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.14.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.13.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.12.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.11.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.10.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.9.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.9.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.8.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.7.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.6.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.5.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.4.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.3.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.2.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.1.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.0.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   12.22.9~dfsg-1ubuntu3.6 500
                      500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                      500 http://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
                   12.22.9~dfsg-1ubuntu3 500
                      500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
              
              Temp directories causing npm8 problem: 0
              No problems detected
              
              Errors in npm tree:
              
              *** ioBroker-Installation ***
              
              ioBroker Status
              iobroker is running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              Core adapters versions
              js-controller:  5.0.19
              admin:          6.13.16
              javascript:     7.1.6
              
              nodejs modules from github:     2
              | +-- syno@3.0.0 (git+https://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
              +-- iobroker.vr200@1.1.0 (git+ssh://git@github.com/Eisbaeeer/ioBroker.vr200.git#e55ff645b6a6d6b12e23535b15b81a0de68ee676)
              
              Adapter State
              + system.adapter.admin.0                  : admin                 : Iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              + system.adapter.backitup.0               : backitup              : Iobroker                                 -  enabled
                system.adapter.discovery.0              : discovery             : Iobroker                                 - disabled
                system.adapter.dwd.0                    : dwd                   : Iobroker                                 -  enabled
              + system.adapter.echarts.0                : echarts               : Iobroker                                 -  enabled
                system.adapter.email.0                  : email                 : Iobroker                                 - disabled
                system.adapter.fb-checkpresence.0       : fb-checkpresence      : Iobroker                                 - disabled
                system.adapter.flot.0                   : flot                  : Iobroker                                 - disabled
                system.adapter.fritzdect.1              : fritzdect             : Iobroker                                 - disabled
                system.adapter.history.0                : history               : Iobroker                                 - disabled
                system.adapter.hm-rega.0                : hm-rega               : Iobroker                                 - disabled
                system.adapter.hm-rega.1                : hm-rega               : Iobroker                                 - disabled
                system.adapter.hm-rpc.0                 : hm-rpc                : Iobroker                                 - disabled, port: 0
                system.adapter.hm-rpc.1                 : hm-rpc                : Iobroker                                 - disabled, port: 0
                system.adapter.hm-rpc.2                 : hm-rpc                : Iobroker                                 - disabled, port: 0
                system.adapter.homeconnect.0            : homeconnect           : Iobroker                                 - disabled
                system.adapter.hue.0                    : hue                   : Iobroker                                 - disabled, port: 443
                system.adapter.info.0                   : info                  : Iobroker                                 - disabled
                system.adapter.javascript.0             : javascript            : Iobroker                                 - disabled
              + system.adapter.modbus.0                 : modbus                : Iobroker                                 -  enabled
                system.adapter.modbus.1                 : modbus                : Iobroker                                 - disabled
                system.adapter.mqtt.0                   : mqtt                  : Iobroker                                 - disabled, port: 1883, bind: 192.168.178.65
                system.adapter.netatmo-crawler.0        : netatmo-crawler       : Iobroker                                 - disabled
                system.adapter.nut.0                    : nut                   : Iobroker                                 - disabled
                system.adapter.ping.0                   : ping                  : Iobroker                                 - disabled
                system.adapter.shelly.0                 : shelly                : Iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
                system.adapter.sonos.0                  : sonos                 : Iobroker                                 - disabled
                system.adapter.statistics.0             : statistics            : Iobroker                                 - disabled
                system.adapter.stiebel-isg.0            : stiebel-isg           : Iobroker                                 - disabled
                system.adapter.synology.0               : synology              : Iobroker                                 - disabled, port: 5000
                system.adapter.tr-064.0                 : tr-064                : Iobroker                                 - disabled
                system.adapter.vis-2.0                  : vis-2                 : Iobroker                                 - disabled
                system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : Iobroker                                 - disabled
                system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : Iobroker                                 - disabled
                system.adapter.vis-justgage.0           : vis-justgage          : Iobroker                                 - disabled
                system.adapter.vis-timeandweather.0     : vis-timeandweather    : Iobroker                                 - disabled
                system.adapter.vis.0                    : vis                   : Iobroker                                 -  enabled
                system.adapter.vr200.0                  : vr200                 : Iobroker                                 - disabled
                system.adapter.weather-warnings.0       : weather-warnings      : Iobroker                                 - disabled
              + system.adapter.web.0                    : web                   : Iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              
              + 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.web.0                    : web                   : Iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              
              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.17.14  , installed 6.13.16 [Updatable]
              Adapter    "backitup"     : 2.11.0   , installed 2.11.0
              Adapter    "discovery"    : 4.5.0    , installed 4.5.0
              Adapter    "dwd"          : 2.8.5    , installed 2.8.5
              Adapter    "echarts"      : 1.7.2    , installed 1.7.2
              Adapter    "email"        : 1.3.1    , installed 1.3.1
              Adapter    "fb-checkpresence": 1.2.4 , installed 1.2.4
              Adapter    "flot"         : 1.12.0   , installed 1.12.0
              Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
              Adapter    "history"      : 3.0.1    , installed 3.0.1
              Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
              Adapter    "hm-rpc"       : 1.17.0   , installed 1.16.0 [Updatable]
              Adapter    "homeconnect"  : 1.4.0    , installed 1.4.0
              Adapter    "hue"          : 3.11.0   , installed 3.11.0
              Adapter    "javascript"   : 8.3.1    , installed 7.1.6  [Updatable]
              Controller "js-controller": 5.0.19   , installed 5.0.19
              Adapter    "modbus"       : 6.2.3    , installed 6.2.3
              Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
              Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
              Adapter    "nut"          : 1.6.0    , installed 1.6.0
              Adapter    "ping"         : 1.6.2    , installed 1.6.2
              Adapter    "shelly"       : 7.0.0    , installed 7.0.0
              Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
              Adapter    "socketio"     : 6.7.0    , installed 6.7.0
              Adapter    "sonos"        : 3.0.0    , installed 3.0.0
              Adapter    "statistics"   : 2.4.0    , installed 2.4.0
              Adapter    "stiebel-isg"  : 1.7.7    , installed 1.7.7
              Adapter    "synology"     : 3.1.0    , installed 3.1.0
              Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
              Adapter    "vis"          : 1.5.6    , installed 1.5.6
              Adapter    "vis-2"        : 2.9.32   , installed 2.9.32
              Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
              Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
              Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
              Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
              Adapter    "vr200"        : 1.0.0    , installed 1.1.0
              Adapter    "weather-warnings": 0.6.7 , installed 0.6.7
              Adapter    "web"          : 6.2.5    , installed 6.2.5
              Adapter    "ws"           : 2.6.1    , installed 2.6.1
              
              Objects and States
              Please stand by - This may take a while
              Objects:        5810
              States:         4883
              
              *** OS-Repositories and Updates ***
              Hit:1 https://deb.nodesource.com/node_18.x nodistro InRelease
              Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
              Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
              Hit:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease
              Reading package lists...
              Pending Updates: 0
              
              *** 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 127.0.0.1:25            0.0.0.0:*               LISTEN      0          121511600  287/master          
              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       121511504  112/iobroker.js-con 
              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       121511747  112/iobroker.js-con 
              tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          121509869  1/init              
              tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      106        121511341  109/systemd-resolve 
              tcp6       0      0 ::1:25                  :::*                    LISTEN      0          121511601  287/master          
              tcp6       0      0 :::111                  :::*                    LISTEN      0          121509871  1/init              
              tcp6       0      0 :::22                   :::*                    LISTEN      0          121510252  1/init              
              tcp6       0      0 :::21                   :::*                    LISTEN      0          121510369  119/vsftpd          
              tcp6       0      0 :::8082                 :::*                    LISTEN      1000       121510908  452/io.web.0        
              tcp6       0      0 :::8081                 :::*                    LISTEN      1000       121511886  314/io.admin.0      
              udp        0      0 127.0.0.53:53           0.0.0.0:*                           106        121511340  109/systemd-resolve 
              udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          121509870  1/init              
              udp6       0      0 :::111                  :::*                                0          121509872  1/init              
              
              *** Log File - Last 25 Lines ***
              
              2024-07-17 09:14:56.295  - info: host.Iobroker instance system.adapter.echarts.0 started with pid 407
              2024-07-17 09:14:57.057  - info: echarts.0 (407) starting. Version 1.7.2 in /opt/iobroker/node_modules/iobroker.echarts, node: v18.20.4, js-controller: 5.0.19
              2024-07-17 09:15:00.016  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 422
              2024-07-17 09:15:01.062  - info: dwd.0 (422) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
              2024-07-17 09:15:01.117  - info: vis.0 (429) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.vis, node: v18.20.4, js-controller: 5.0.19
              2024-07-17 09:15:01.881  - info: vis.0 (429) Terminated (NO_ERROR): Without reason
              2024-07-17 09:15:02.393  - info: dwd.0 (422) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              2024-07-17 09:15:02.418  - info: host.Iobroker instance system.adapter.vis.0 terminated while should be started once
              2024-07-17 09:15:02.913  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              2024-07-17 09:15:04.369  - info: host.Iobroker instance system.adapter.web.0 started with pid 452
              2024-07-17 09:15:05.317  - info: web.0 (452) starting. Version 6.2.5 in /opt/iobroker/node_modules/iobroker.web, node: v18.20.4, js-controller: 5.0.19
              2024-07-17 09:15:05.459  - info: web.0 (452) socket.io server listening on port 8082
              2024-07-17 09:15:05.462  - info: web.0 (452) http server listening on port 8082
              2024-07-17 09:20:00.013  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 482
              2024-07-17 09:20:00.862  - info: dwd.0 (482) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
              2024-07-17 09:20:02.293  - info: dwd.0 (482) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              2024-07-17 09:20:02.815  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              2024-07-17 09:25:00.013  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 497
              2024-07-17 09:25:00.853  - info: dwd.0 (497) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
              2024-07-17 09:25:01.955  - info: dwd.0 (497) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              2024-07-17 09:25:02.479  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              2024-07-17 09:30:00.013  - info: host.Iobroker instance system.adapter.dwd.0 started with pid 585
              2024-07-17 09:30:00.868  - info: dwd.0 (585) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.20.4, js-controller: 5.0.19
              2024-07-17 09:30:02.374  - info: dwd.0 (585) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              2024-07-17 09:30:02.894  - info: host.Iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              
              

              ============ Mark until here for C&P =============

              iob diag has finished.

              MOD-EDIT: Code in code-tags gesetzt!

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

              @cappy_451 sagte in IOBroker Restore History Daten Problem:

                         Local time: Wed 2024-07-17 09:30:15 UTC
                     Universal time: Wed 2024-07-17 09:30:15 UTC
              

              Setz die Zeitzone schon mal richtig.

              root
              HOME=/root
              GROUPS=root

              Hampel nicht als root durch den Container. User anlegen.

              Boot Target: graphical.target

              boot target multi-user 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
              • HomoranH Homoran

                @cappy_451 sagte in IOBroker Restore History Daten Problem:

                nun scheitere ich beim wiederherstellend er historischen Daten.

                wie willst du das durchführen?

                Wenn du
                @cappy_451 sagte in IOBroker Restore History Daten Problem:

                Die Konfiguration habe ich mit dem backup Adapter wiederhergestellt,

                sollte auch die History mit hergestellt werden, wenn du diese ebenfalls mit Backitup gesichert hattest.

                C Offline
                C Offline
                cappy_451
                schrieb am zuletzt editiert von
                #14

                @homoran
                der History Adapter wird ja auch wiederhergestellt, nur beim wiederherstellen der geloggten Daten kommt es immer wider zum Abbruch des Restore.

                backitup.0 2024-07-16 09:57:29.691 error [historyDB] Error: EACCES: permission denied, stat '/opt/iobroker/iobroker-data/history/20221102'

                HomoranH 1 Antwort Letzte Antwort
                0
                • C cappy_451

                  @homoran
                  der History Adapter wird ja auch wiederhergestellt, nur beim wiederherstellen der geloggten Daten kommt es immer wider zum Abbruch des Restore.

                  backitup.0 2024-07-16 09:57:29.691 error [historyDB] Error: EACCES: permission denied, stat '/opt/iobroker/iobroker-data/history/20221102'

                  HomoranH Nicht stören
                  HomoranH Nicht stören
                  Homoran
                  Global Moderator Administrators
                  schrieb am zuletzt editiert von
                  #15

                  @cappy_451 sagte in IOBroker Restore History Daten Problem:

                  20221102

                  ist das der älteste Eintrag?

                  befinden sich trotzdem schon Daten unter /opt/iobroker/iobroker-data/history?

                  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 -

                  C 1 Antwort Letzte Antwort
                  0
                  • HomoranH Homoran

                    @cappy_451 sagte in IOBroker Restore History Daten Problem:

                    20221102

                    ist das der älteste Eintrag?

                    befinden sich trotzdem schon Daten unter /opt/iobroker/iobroker-data/history?

                    C Offline
                    C Offline
                    cappy_451
                    schrieb am zuletzt editiert von
                    #16

                    Hallo,
                    ich bin jetzt noch einmal her gegangen und habe das ganze System unter Proxmox komplett neu aufgesetzt, anschließend
                    die Konfiguration zurückgespielt und den History Adapter gestartet

                    Die Daten werden ganz normal in History Ordner in dem entsprechenden Unterordner für den Tag abgelegt.

                    So sehen die Rechte für den Ordner aus.

                    drwxrwxr-x+ 3 iobroker iobroker 4096 Jul 17 10:59 history

                    Dann bin ich her gegangen und habe ein Backup der aktuellen History Daten gemacht und anschließen wieder zurück gespielt.
                    Hat alles funktionier ohne Fehler.

                    So sehen die Rechte für den Ordner aus.

                    drwxr-xr-x+ 3 iobroker iobroker 4096 Jul 17 10:59 history

                    Jetzt kommt es, ich habe nun das Backup der historischen daten genommen welches ich von dem Iobroker welches unter Windows läuft
                    gemacht habe und dies zurück gespielt. Dies bricht natürlich wie die ganze Zeit mit Fehler ab und nun sehen die Rechte vom History Ordner so aus.

                    drw-r--r--+ 3 iobroker iobroker 4096 Jul 16 22:00 history

                    Hat jemand eine Erklärung dafür, was dort passiert?? Warum werden die Rechte bei diesem Backup verändert?????????

                    Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                    0
                    • C cappy_451

                      Hallo,
                      ich bin jetzt noch einmal her gegangen und habe das ganze System unter Proxmox komplett neu aufgesetzt, anschließend
                      die Konfiguration zurückgespielt und den History Adapter gestartet

                      Die Daten werden ganz normal in History Ordner in dem entsprechenden Unterordner für den Tag abgelegt.

                      So sehen die Rechte für den Ordner aus.

                      drwxrwxr-x+ 3 iobroker iobroker 4096 Jul 17 10:59 history

                      Dann bin ich her gegangen und habe ein Backup der aktuellen History Daten gemacht und anschließen wieder zurück gespielt.
                      Hat alles funktionier ohne Fehler.

                      So sehen die Rechte für den Ordner aus.

                      drwxr-xr-x+ 3 iobroker iobroker 4096 Jul 17 10:59 history

                      Jetzt kommt es, ich habe nun das Backup der historischen daten genommen welches ich von dem Iobroker welches unter Windows läuft
                      gemacht habe und dies zurück gespielt. Dies bricht natürlich wie die ganze Zeit mit Fehler ab und nun sehen die Rechte vom History Ordner so aus.

                      drw-r--r--+ 3 iobroker iobroker 4096 Jul 16 22:00 history

                      Hat jemand eine Erklärung dafür, was dort passiert?? Warum werden die Rechte bei diesem Backup verändert?????????

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

                      @cappy_451 sagte in IOBroker Restore History Daten Problem:

                      Hat jemand eine Erklärung dafür, was dort passiert?? Warum werden die Rechte bei diesem Backup verändert?????????

                      Ich hab oben schon mal gefragt, wo und wie die Backupdatei herkommt.

                      Wo/wie kommt die Windows auf das System? Gemountete Freigabe? Von Hand irgendwie herüber kopiert?

                      Je nach Konstellation schleppst du da die falschen Rechte ein.

                      Und die Rechte bei ACLs kannst du nicht per Bits auslesen, das geht nur per

                      getfacl /pfad/zur/datei
                      

                      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

                      C 1 Antwort Letzte Antwort
                      0
                      • C cappy_451

                        Hallo,
                        ich bin jetzt noch einmal her gegangen und habe das ganze System unter Proxmox komplett neu aufgesetzt, anschließend
                        die Konfiguration zurückgespielt und den History Adapter gestartet

                        Die Daten werden ganz normal in History Ordner in dem entsprechenden Unterordner für den Tag abgelegt.

                        So sehen die Rechte für den Ordner aus.

                        drwxrwxr-x+ 3 iobroker iobroker 4096 Jul 17 10:59 history

                        Dann bin ich her gegangen und habe ein Backup der aktuellen History Daten gemacht und anschließen wieder zurück gespielt.
                        Hat alles funktionier ohne Fehler.

                        So sehen die Rechte für den Ordner aus.

                        drwxr-xr-x+ 3 iobroker iobroker 4096 Jul 17 10:59 history

                        Jetzt kommt es, ich habe nun das Backup der historischen daten genommen welches ich von dem Iobroker welches unter Windows läuft
                        gemacht habe und dies zurück gespielt. Dies bricht natürlich wie die ganze Zeit mit Fehler ab und nun sehen die Rechte vom History Ordner so aus.

                        drw-r--r--+ 3 iobroker iobroker 4096 Jul 16 22:00 history

                        Hat jemand eine Erklärung dafür, was dort passiert?? Warum werden die Rechte bei diesem Backup verändert?????????

                        HomoranH Nicht stören
                        HomoranH Nicht stören
                        Homoran
                        Global Moderator Administrators
                        schrieb am zuletzt editiert von
                        #18

                        @cappy_451 sagte in IOBroker Restore History Daten Problem:

                        komplett neu aufgesetzt

                        wie???
                        wieder als root?

                        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 -

                        C 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @cappy_451 sagte in IOBroker Restore History Daten Problem:

                          Hat jemand eine Erklärung dafür, was dort passiert?? Warum werden die Rechte bei diesem Backup verändert?????????

                          Ich hab oben schon mal gefragt, wo und wie die Backupdatei herkommt.

                          Wo/wie kommt die Windows auf das System? Gemountete Freigabe? Von Hand irgendwie herüber kopiert?

                          Je nach Konstellation schleppst du da die falschen Rechte ein.

                          Und die Rechte bei ACLs kannst du nicht per Bits auslesen, das geht nur per

                          getfacl /pfad/zur/datei
                          
                          C Offline
                          C Offline
                          cappy_451
                          schrieb am zuletzt editiert von cappy_451
                          #19

                          @thomas-braun
                          Ich sichere die Dateien per FTP auf ein NAS und greife dann per FTP für das Restore auf die Datei zu.

                          Sind den in dem Backup Rechte mit drin? Ich dachte bis her, dass die Daten einfach nur gepackt würden.

                          Das könnte da Ganze natürlich erklären mit den Rechten, würde aber auch heißen, dass man diese daten dann so nicht zurückspielen kann, oder gibt es da eine Möglichkeit das Rechte Problem zu umgehen?

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • HomoranH Homoran

                            @cappy_451 sagte in IOBroker Restore History Daten Problem:

                            komplett neu aufgesetzt

                            wie???
                            wieder als root?

                            C Offline
                            C Offline
                            cappy_451
                            schrieb am zuletzt editiert von
                            #20

                            @homoran
                            Ich habe diese Anleitung genommen:
                            https://www.iobroker.net/docu/index-20.htm?page_id=5358&lang=de und dan diese
                            https://www.iobroker.net/#de/documentation/install/linux.md

                            Dort wird immer als root installiert oder nicht?

                            Gibt es eine Anleitung wo man das nicht als root macht?

                            1 Antwort Letzte Antwort
                            0
                            • HomoranH Nicht stören
                              HomoranH Nicht stören
                              Homoran
                              Global Moderator Administrators
                              schrieb am zuletzt editiert von
                              #21

                              @cappy_451 sagte in IOBroker Restore History Daten Problem:

                              Dort wird immer als root installiert oder nicht?

                              die erste Doku stammt aus 2014-18 und ist vollkommen veraltet. Damals gab es noch keine Rechteverwaltung, die prüfe ich jetzt nicht

                              in der zweiten (aktuellen) Doku steht gaaaanz oben

                              KEINE Installation von ioBroker als root User!

                              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 -

                              C 1 Antwort Letzte Antwort
                              0
                              • HomoranH Homoran

                                @cappy_451 sagte in IOBroker Restore History Daten Problem:

                                Dort wird immer als root installiert oder nicht?

                                die erste Doku stammt aus 2014-18 und ist vollkommen veraltet. Damals gab es noch keine Rechteverwaltung, die prüfe ich jetzt nicht

                                in der zweiten (aktuellen) Doku steht gaaaanz oben

                                KEINE Installation von ioBroker als root User!

                                C Offline
                                C Offline
                                cappy_451
                                schrieb am zuletzt editiert von
                                #22

                                @homoran
                                Ups, den Teil hab ich mal ausgelassen beim lesen, bin gleich zum curl Aufruf gesprungen.

                                Installiere gleich noch mal eine neun Maschine geht ja fix.
                                Danke.

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • C cappy_451

                                  @homoran
                                  Ups, den Teil hab ich mal ausgelassen beim lesen, bin gleich zum curl Aufruf gesprungen.

                                  Installiere gleich noch mal eine neun Maschine geht ja fix.
                                  Danke.

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

                                  @cappy_451

                                  Ergänzend noch:

                                  https://www.iobroker.net/#de/documentation/install/proxmox.md

                                  Auch da steht drin, wie man einen user anlegt.

                                  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

                                  C 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @cappy_451

                                    Ergänzend noch:

                                    https://www.iobroker.net/#de/documentation/install/proxmox.md

                                    Auch da steht drin, wie man einen user anlegt.

                                    C Offline
                                    C Offline
                                    cappy_451
                                    schrieb am zuletzt editiert von
                                    #24

                                    @thomas-braun

                                    Danke für die Anleitung.
                                    Ich habe danach noch einmal neu installiert, nun auch nicht mit den root als user, jedoch bleibt das Problem bestehen, wenn ich die Historischen Daten aus dem Backup einspiele werden wohl die Rechte des History Ordners durcheinander gebracht und der Restore bricht ab.

                                    Gibt es eine andere Lösung, wie ich meine alten Daten dort hinein bekomme?

                                    HomoranH 1 Antwort Letzte Antwort
                                    0
                                    • C cappy_451

                                      @thomas-braun

                                      Danke für die Anleitung.
                                      Ich habe danach noch einmal neu installiert, nun auch nicht mit den root als user, jedoch bleibt das Problem bestehen, wenn ich die Historischen Daten aus dem Backup einspiele werden wohl die Rechte des History Ordners durcheinander gebracht und der Restore bricht ab.

                                      Gibt es eine andere Lösung, wie ich meine alten Daten dort hinein bekomme?

                                      HomoranH Nicht stören
                                      HomoranH Nicht stören
                                      Homoran
                                      Global Moderator Administrators
                                      schrieb am zuletzt editiert von
                                      #25

                                      @cappy_451 wie waren denn die Rechte in der alten Installation?

                                      und bitte noch beantworten:

                                      @homoran sagte in IOBroker Restore History Daten Problem:

                                      @cappy_451 sagte in IOBroker Restore History Daten Problem:

                                      20221102

                                      ist das der älteste Eintrag?

                                      befinden sich trotzdem schon Daten unter /opt/iobroker/iobroker-data/history?

                                      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 -

                                      C 1 Antwort Letzte Antwort
                                      0
                                      • C cappy_451

                                        @thomas-braun
                                        Ich sichere die Dateien per FTP auf ein NAS und greife dann per FTP für das Restore auf die Datei zu.

                                        Sind den in dem Backup Rechte mit drin? Ich dachte bis her, dass die Daten einfach nur gepackt würden.

                                        Das könnte da Ganze natürlich erklären mit den Rechten, würde aber auch heißen, dass man diese daten dann so nicht zurückspielen kann, oder gibt es da eine Möglichkeit das Rechte Problem zu umgehen?

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

                                        @cappy_451 sagte in IOBroker Restore History Daten Problem:

                                        Ich sichere die Dateien per FTP auf ein NAS und greife dann per FTP für das Restore auf die Datei zu.

                                        Ich würde das ja auch per NFS oder CIFS machen, da werden die Rechte auch richtig beim mounten übergeben. Bei CIFS per forceuid / forcegid.

                                        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
                                        • HomoranH Homoran

                                          @cappy_451 wie waren denn die Rechte in der alten Installation?

                                          und bitte noch beantworten:

                                          @homoran sagte in IOBroker Restore History Daten Problem:

                                          @cappy_451 sagte in IOBroker Restore History Daten Problem:

                                          20221102

                                          ist das der älteste Eintrag?

                                          befinden sich trotzdem schon Daten unter /opt/iobroker/iobroker-data/history?

                                          C Offline
                                          C Offline
                                          cappy_451
                                          schrieb am zuletzt editiert von
                                          #27

                                          @homoran

                                          Die "alte" Installation da läuft IOBroker unter Windows, da gibt es doch nicht solche rechte wie beim Linux. Oder?

                                          Das Verzeichniss ist der älteste Eintrag.

                                          Wenn ich das richtig beobachtet habe, lösch der Restore Vorgang das History Verzeicihniss, weil alles was vorher drin war ist nicht mehr da, und erstellt es neu mia anderen rechten, so dass dann aber nicht mehr auf das Verzeichniss zugegriffen werden kann.

                                          Wäre schön gewsen, wenn ich die Daten in die neu Installation hätte übernehmen können, ist aber auch nicht so schlimm wenn sie nicht da sind.

                                          Ich danke erstmal allen für Ihr Hilfe. Vielen Dank

                                          Gruß
                                          Cappy

                                          Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          938

                                          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