Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. npm fehlt nach node.js update

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    npm fehlt nach node.js update

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

      @alphasierra sagte in npm fehlt nach node.js update:

      Hat jemand ein Tip

      Zu erst bitte die Ausgabe von iob diag in Codetags posten, nicht als Datei.

      Dann bist Du als ROOT unterwegs - warum ?

      Zusätzlich hast Du Dir eine DFSG Version eingehandelt welche per

      https://forum.iobroker.net/topic/71461/dfsg-nodejs-eingehandelt-hier-die-korrektur/

      korrigiert wird.

      A 1 Reply Last reply Reply Quote 1
      • Thomas Braun
        Thomas Braun Most Active @AlphaSierra last edited by

        @alphasierra

        Halt nicht als root herumhampeln...
        Wie oft muss man das eigentlich noch predigen...

        Als entsprechender USER:

        iob stop
        sudo apt update
        sudo apt full-upgrade
        

        VM dann neustarten.

        1 Reply Last reply Reply Quote 1
        • A
          AlphaSierra @DJMarc75 last edited by

          @djmarc75
          Vielen Dank, das hat funktioniert 🤝 💋

          Wegen root, ich mußte vorher bei den updates gefühlt 100x mein Passwort eingeben, das war etwas mühsam.
          Eben kam dann auch direkt "Sorry, user andy is not allowed to execute '/usr/bin/tee /etc/apt/preferences.d/nodejs.pref' as root on ioBroker." Mit "su" hat's dann funktioniert, ob das nun richtig war oder nicht...

          Danke nochmal 🤗
          /Andy

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

            @alphasierra sagte in npm fehlt nach node.js update:

            Wegen root, ich mußte vorher bei den updates gefühlt 100x mein Passwort eingeben, das war etwas mühsam.

            Das ist kein Grund. Bei der sudo gibt es eine 'grace time', für die das Passwort nicht wieder eingegeben werden muss. Und für die paar Mal die dann noch übrigbleiben gibt man das PW halt noch mal ein.

            ob das nun richtig war oder nicht...

            NEIN, komplett falsch. Du bist dabei (bzw. hast schon) das Rechtegefüge zu zerdeppern.
            Pack den user 'andy' in die Gruppe 'sudo' rein, der dürfte da fehlen. Dann musst du auch nicht als root herumkaspern.

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

              @thomas-braun
              Du hast ja recht, aber es hatte nunmal nicht funktioniert und ich kenne mich damit nicht aus, irgendwas stimmt mit Hasi, äh Andy nicht.

              login as: andy
              andy@192.168.2.108's password:
              Linux ioBroker 6.1.0-20-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.85-1 (2024-04-11                                                                                              ) x86_64
              
              The programs included with the Debian GNU/Linux system are free software;
              the exact distribution terms for each program are described in the
              individual files in /usr/share/doc/*/copyright.
              
              Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
              permitted by applicable law.
              Last login: Tue May 21 23:37:28 2024 from 192.168.2.23
              -bash: /home/andy/.iobroker/iobroker_completions: Datei oder Verzeichnis nicht g                                                                                              efunden
              -bash: /home/andy/.iobroker/npm_command_fix: Datei oder Verzeichnis nicht gefund                                                                                              en
              -bash: /home/andy/.iobroker/iobroker_completions: Datei oder Verzeichnis nicht g                                                                                              efunden
              -bash: /home/andy/.iobroker/npm_command_fix: Datei oder Verzeichnis nicht gefund                                                                                              en
              -bash: /home/andy/.iobroker/iobroker_completions: Datei oder Verzeichnis nicht g                                                                                              efunden
              -bash: /home/andy/.iobroker/npm_command_fix: Datei oder Verzeichnis nicht gefund                                                                                              en
              -bash: /home/andy/.iobroker/iobroker_completions: Datei oder Verzeichnis nicht g                                                                                              efunden
              -bash: /home/andy/.iobroker/npm_command_fix: Datei oder Verzeichnis nicht gefund                                                                                              en
              -bash: /home/andy/.iobroker/iobroker_completions: Datei oder Verzeichnis nicht g                                                                                              efunden
              -bash: /home/andy/.iobroker/npm_command_fix: Datei oder Verzeichnis nicht gefund                                                                                              en
              andy@ioBroker:~$
              

              Gruß,
              Andy

              Edit:
              hoffe das war so richtig:

              sudo usermod -aG sudo andy
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @AlphaSierra last edited by

                @alphasierra sagte in npm fehlt nach node.js update:

                irgendwas stimmt mit Hasi, äh Andy nicht.

                q.e.d.
                Ich sag ja, du bist da vollkommen krumm und schief unterwegs...

                aber es hatte nunmal nicht funktioniert und ich kenne mich damit nicht aus

                Und genau wenn man 'sich damit nicht auskennt' verbietet sich ein root login noch mehr als ohnehin schon.

                groups
                

                als andy sagt?

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

                  @thomas-braun
                  das sieht nun so aus:

                  andy@ioBroker:~$ groups
                  andy cdrom floppy sudo audio dip video plugdev netdev
                  andy@ioBroker:~$
                  
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @AlphaSierra last edited by

                    @alphasierra

                    sudo usermod -aG iobroker,adm,dialout andy
                    exit
                    

                    Dann wieder mit dem andy einloggen und

                    groups
                    

                    nochmal anschauen, ob die jetzt alle drin sind.

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

                      @thomas-braun

                      OK:

                      andy@ioBroker:~$ groups
                      andy adm dialout cdrom floppy sudo audio dip video plugdev netdev iobroker
                      andy@ioBroker:~$
                      
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @AlphaSierra last edited by

                        @alphasierra
                        Dann

                        iob stop
                        iob fix
                        iob start
                        

                        Und wenn der ioBroker rennt nochmal die Langfassung von

                        iob diag
                        

                        Und nie mehr direkt als root anmelden.

                        A 1 Reply Last reply Reply Quote 1
                        • A
                          AlphaSierra @Thomas Braun last edited by AlphaSierra

                          @thomas-braun
                          Danke!

                          Skript v.2024-04-21
                          
                          *** BASE SYSTEM ***
                           Static hostname: ioBroker
                                 Icon name: computer-vm
                                   Chassis: vm 🖴
                            Virtualization: kvm
                          Operating System: Debian GNU/Linux 12 (bookworm)
                                    Kernel: Linux 6.1.0-20-amd64
                              Architecture: x86-64
                           Hardware Vendor: QEMU
                            Hardware Model: Standard PC _i440FX + PIIX, 1996_
                          Firmware Version: rel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org
                          
                          model name      : Common KVM processor
                          Docker          : false
                          Virtualization  : kvm
                          Kernel          : x86_64
                          Userland        : 64 bit
                          
                          Systemuptime and Load:
                           00:29:05 up  2:06,  2 users,  load average: 4.49, 1.45, 0.70
                          CPU threads: 4
                          
                          
                          *** Time and Time Zones ***
                                         Local time: Wed 2024-05-22 00:29:06 CEST
                                     Universal time: Tue 2024-05-21 22:29:06 UTC
                                           RTC time: Tue 2024-05-21 22:29:06
                                          Time zone: Europe/Berlin (CEST, +0200)
                          System clock synchronized: yes
                                        NTP service: active
                                    RTC in local TZ: no
                          
                          *** Users and Groups ***
                          User that called 'iob diag':
                          andy
                          HOME=/home/andy
                          GROUPS=andy adm dialout cdrom floppy sudo audio dip video plugdev netdev iobroker
                          
                          User that is running 'js-controller':
                          iobroker
                          HOME=/home/iobroker
                          GROUPS=iobroker tty dialout audio video plugdev
                          
                          *** Display-Server-Setup ***
                          pgrep: pattern that searches for process name longer than 15 characters will result in zero matches
                          Try `pgrep -f' option to match against the complete command line.
                          Display-Server: false
                          Desktop:
                          Terminal:       tty
                          Boot Target:    graphical.target
                          
                          *** MEMORY ***
                                         total        used        free      shared  buff/cache   available
                          Mem:            4.1G        1.0G        2.0G        512K        1.4G        3.1G
                          Swap:           3.2G          0B        3.2G
                          Total:          7.3G        1.0G        5.2G
                          
                          Active iob-Instances:   8
                          
                                   3915 M total memory
                                    957 M used memory
                                    478 M active memory
                                   1176 M inactive memory
                                   1927 M free memory
                                    210 M buffer memory
                                   1102 M swap cache
                                   3069 M total swap
                                      0 M used swap
                                   3069 M free swap
                          
                          *** top - Table Of Processes  ***
                          top - 00:29:06 up  2:06,  2 users,  load average: 4.49, 1.45, 0.70
                          Tasks: 101 total,   8 running,  93 sleeping,   0 stopped,   0 zombie
                          %Cpu(s):  0.0 us, 40.0 sy,  0.0 ni,  0.0 id,  0.0 wa,  0.0 hi,  0.0 si, 60.0 st
                          MiB Mem :   3915.2 total,   1926.4 free,    958.8 used,   1312.8 buff/cache
                          MiB Swap:   3070.0 total,   3070.0 free,      0.0 used.   2956.4 avail Mem
                          
                          *** FAILED SERVICES ***
                          
                            UNIT LOAD ACTIVE SUB DESCRIPTION
                          0 loaded units listed.
                          
                          *** FILESYSTEM ***
                          Filesystem     Type      Size  Used Avail Use% Mounted on
                          udev           devtmpfs  1.9G     0  1.9G   0% /dev
                          tmpfs          tmpfs     392M  500K  392M   1% /run
                          /dev/sda1      ext4       29G  8.1G   19G  30% /
                          tmpfs          tmpfs     2.0G     0  2.0G   0% /dev/shm
                          tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                          tmpfs          tmpfs     392M     0  392M   0% /run/user/1000
                          
                          Messages concerning ext4 filesystem in dmesg:
                          [Tue May 21 22:22:56 2024] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                          [Tue May 21 22:22:58 2024] EXT4-fs (sda1): re-mounted. Quota mode: none.
                          
                          Show mounted filesystems:
                          TARGET                                                  SOURCE      FSTYPE      OPTIONS
                          /                                                       /dev/sda1   ext4        rw,relatime,errors=remount-ro
                          |-/sys                                                  sysfs       sysfs       rw,nosuid,nodev,noexec,relatime
                          | |-/sys/kernel/security                                securityfs  securityfs  rw,nosuid,nodev,noexec,relatime
                          | |-/sys/fs/cgroup                                      cgroup2     cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                          | |-/sys/fs/pstore                                      pstore      pstore      rw,nosuid,nodev,noexec,relatime
                          | |-/sys/fs/bpf                                         bpf         bpf         rw,nosuid,nodev,noexec,relatime,mode=700
                          | |-/sys/kernel/debug                                   debugfs     debugfs     rw,nosuid,nodev,noexec,relatime
                          | |-/sys/kernel/config                                  configfs    configfs    rw,nosuid,nodev,noexec,relatime
                          | |-/sys/kernel/tracing                                 tracefs     tracefs     rw,nosuid,nodev,noexec,relatime
                          | `-/sys/fs/fuse/connections                            fusectl     fusectl     rw,nosuid,nodev,noexec,relatime
                          |-/proc                                                 proc        proc        rw,nosuid,nodev,noexec,relatime
                          | `-/proc/sys/fs/binfmt_misc                            systemd-1   autofs      rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_in                                                                                                                                                                      o=12271
                          |   `-/proc/sys/fs/binfmt_misc                          binfmt_misc binfmt_misc rw,nosuid,nodev,noexec,relatime
                          |-/dev                                                  udev        devtmpfs    rw,nosuid,relatime,size=1985500k,nr_inodes=496375,mode=755,inode64
                          | |-/dev/pts                                            devpts      devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                          | |-/dev/shm                                            tmpfs       tmpfs       rw,nosuid,nodev,inode64
                          | |-/dev/hugepages                                      hugetlbfs   hugetlbfs   rw,relatime,pagesize=2M
                          | `-/dev/mqueue                                         mqueue      mqueue      rw,nosuid,nodev,noexec,relatime
                          `-/run                                                  tmpfs       tmpfs       rw,nosuid,nodev,noexec,relatime,size=400920k,mode=755,inode64
                            |-/run/lock                                           tmpfs       tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k,inode64
                            |-/run/credentials/systemd-sysctl.service             ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                            |-/run/credentials/systemd-tmpfiles-setup-dev.service ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                            |-/run/credentials/systemd-sysusers.service           ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                            |-/run/credentials/systemd-tmpfiles-setup.service     ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                            |-/run/rpc_pipefs                                     sunrpc      rpc_pipefs  rw,relatime
                            `-/run/user/1000                                      tmpfs       tmpfs       rw,nosuid,nodev,relatime,size=400916k,nr_inodes=100229,mode=700,uid=100                                                                                                                                                                      0,gid=1000,inode64
                          
                          Files in neuralgic directories:
                          
                          /var:
                          981M    /var/
                          558M    /var/cache
                          550M    /var/cache/apt
                          472M    /var/cache/apt/archives
                          295M    /var/log
                          
                          Archived and active journals take up 239.1M in the file system.
                          
                          /opt/iobroker/backups:
                          70M     /opt/iobroker/backups/
                          
                          /opt/iobroker/iobroker-data:
                          1.1G    /opt/iobroker/iobroker-data/
                          686M    /opt/iobroker/iobroker-data/history
                          215M    /opt/iobroker/iobroker-data/files
                          113M    /opt/iobroker/iobroker-data/backup-objects
                          57M     /opt/iobroker/iobroker-data/files/javascript.admin
                          
                          The five largest files in iobroker-data are:
                          38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.3d563dc9.js.map
                          24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                          19M     /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.02fc3820.js.map
                          12M     /opt/iobroker/iobroker-data/objects.jsonl
                          8.8M    /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.3d563dc9.js
                          
                          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.19.0
                          /usr/bin/node           v18.19.0
                          /usr/bin/npm            10.2.3
                          /usr/bin/npx            10.2.3
                          /usr/bin/corepack       0.22.0
                          
                          
                          nodejs:
                            Installed: 18.19.0-1nodesource1
                            Candidate: 18.20.3-1nodesource1
                            Version table:
                               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+dfsg-6~deb12u1 500
                                  500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
                           *** 18.19.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                  100 /var/lib/dpkg/status
                               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+dfsg1-1 500
                                  500 http://deb.debian.org/debian bookworm/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
                          
                          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.8.0
                          
                          nodejs modules from github:     1
                          +-- iobroker.sourceanalytix@0.4.14 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.sourceanalytix.git#9c4635239c7b9321601dcf0fcdd8677a55                                                                                                                                                                      a8b13f)
                          
                          Adapter State
                            system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run                                                                                                                                                                       as: admin
                          + system.adapter.alexa2.0                 : alexa2                : ioBroker                                 -  enabled
                            system.adapter.awtrix-light.0           : awtrix-light          : ioBroker                                 - disabled
                            system.adapter.backitup.0               : backitup              : ioBroker                                 - disabled
                          + system.adapter.discovery.0              : discovery             : ioBroker                                 -  enabled
                            system.adapter.flot.0                   : flot                  : ioBroker                                 -  enabled
                            system.adapter.history.0                : history               : ioBroker                                 -  enabled
                            system.adapter.hm-rega.0                : hm-rega               : ioBroker                                 -  enabled
                            system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker                                 -  enabled, port: 18701
                          + system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
                            system.adapter.hm-rpc.2                 : hm-rpc                : ioBroker                                 - disabled, port: 18701
                            system.adapter.hm-rpc.3                 : hm-rpc                : ioBroker                                 - disabled, port: 12001
                            system.adapter.hm-rpc.4                 : hm-rpc                : ioBroker                                 - disabled, port: 12010
                          + system.adapter.info.0                   : info                  : ioBroker                                 -  enabled
                          + system.adapter.iot.0                    : iot                   : ioBroker                                 -  enabled
                            system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
                            system.adapter.pushover.0               : pushover              : ioBroker                                 - disabled
                            system.adapter.shelly.0                 : shelly                : ioBroker                                 - disabled, port: 1882, bind: 0.0.0.0
                            system.adapter.sonoff.0                 : sonoff                : ioBroker                                 - disabled, port: 1883, bind: 0.0.0.0
                            system.adapter.sourceanalytix.0         : sourceanalytix        : ioBroker                                 - disabled
                          + system.adapter.text2command.0           : text2command          : ioBroker                                 -  enabled
                            system.adapter.vis.0                    : vis                   : ioBroker                                 - disabled
                          + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run                                                                                                                                                                       as: admin
                            system.adapter.weishaupt-wem.0          : weishaupt-wem         : ioBroker                                 - disabled
                          
                          + 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.hm-rpc.0                 : hm-rpc                : ioBroker                                 -  enabled, port: 18701
                          + system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
                          + 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.13.16  , installed 6.13.16
                          Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                          Adapter    "awtrix-light" : 0.16.0   , installed 0.16.0
                          Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                          Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                          Adapter    "daikin-cloud" : 0.3.0    , installed 0.3.0
                          Adapter    "deconz"       : 1.4.0    , installed 1.4.0
                          Adapter    "discovery"    : 4.4.0    , installed 4.4.0
                          Adapter    "flot"         : 1.12.0   , installed 1.12.0
                          Adapter    "harmony"      : 1.4.0    , installed 1.4.0
                          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.17.0
                          Adapter    "hue"          : 3.11.0   , installed 3.11.0
                          Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                          Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                          Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                          Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                          Adapter    "iot"          : 3.2.2    , installed 3.2.2
                          Adapter    "javascript"   : 7.8.0    , installed 7.8.0
                          Controller "js-controller": 5.0.19   , installed 5.0.19
                          Adapter    "pushover"     : 3.0.6    , installed 3.0.6
                          Adapter    "shelly"       : 6.9.0    , installed 6.9.0
                          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                          Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                          Adapter    "sonoff"       : 3.0.3    , installed 3.0.3
                          Adapter    "text2command" : 3.0.3    , installed 3.0.3
                          Adapter    "vis"          : 1.5.4    , installed 1.5.4
                          Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                          Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.4
                          Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                          Adapter    "web"          : 6.2.5    , installed 6.2.5
                          Adapter    "weishaupt-wem": 0.0.15   , installed 0.0.15
                          Adapter    "wiffi-wz"     : 2.2.1    , installed 2.2.1
                          Adapter    "ws"           : 2.6.1    , installed 2.6.1
                          
                          Objects and States
                          Please stand by - This may take a while
                          Objects:        9587
                          States:         9449
                          
                          *** OS-Repositories and Updates ***
                          Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
                          Hit:2 http://deb.debian.org/debian bookworm InRelease
                          Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                          Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                          Reading package lists...
                          Pending Updates: 8
                          
                          *** 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 192.168.2.108:18701     0.0.0.0:*               LISTEN      1001       43762      6702/io.hm-rpc.0
                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       41655      6449/iobroker.js-co
                          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       41659      6449/iobroker.js-co
                          tcp        0      0 192.168.2.108:2010      0.0.0.0:*               LISTEN      1001       44705      6863/io.hm-rpc.1
                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13808      449/sshd: /usr/sbin
                          tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          12817      1/init
                          tcp6       0      0 :::8082                 :::*                    LISTEN      1001       45068      7049/io.web.0
                          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       44503      6635/io.admin.0
                          tcp6       0      0 :::22                   :::*                    LISTEN      0          13810      449/sshd: /usr/sbin
                          tcp6       0      0 :::111                  :::*                    LISTEN      0          12280      1/init
                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13659      365/dhclient
                          udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          12818      1/init
                          udp6       0      0 :::111                  :::*                                0          12821      1/init
                          
                          *** Log File - Last 25 Lines ***
                          
                          2024-05-22 00:30:31.524  - warn: text2command.0 (7027) slow connection to states DB. Still waiting ...
                          2024-05-22 00:30:32.908  - info: hm-rega.0 (6675) time difference local-ccu 1s
                          2024-05-22 00:30:33.502  - info: javascript.0 (6674) Start javascript script.js.eigen.fenster_status_script
                          2024-05-22 00:30:33.729  - info: javascript.0 (6674) script.js.eigen.fenster_status_script: registered 1 subscription, 0 schedules, 0 messages, 0 logs                                                                                                                                                                       and 0 file subscriptions
                          2024-05-22 00:30:33.730  - info: javascript.0 (6674) Start javascript script.js.wol_whs
                          2024-05-22 00:30:33.745  - info: javascript.0 (6674) script.js.wol_whs: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscript                                                                                                                                                                      ions
                          2024-05-22 00:30:34.266  - info: discovery.0 (6919) starting. Version 4.4.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v18.19.0, js-contro                                                                                                                                                                      ller: 5.0.19
                          2024-05-22 00:30:42.517  - info: text2command.0 (7027) starting. Version 3.0.3 in /opt/iobroker/node_modules/iobroker.text2command, node: v18.19.0, js-                                                                                                                                                                      controller: 5.0.19
                          2024-05-22 00:30:43.278  - info: web.0 (7049) starting. Version 6.2.5 in /opt/iobroker/node_modules/iobroker.web, node: v18.19.0, js-controller: 5.0.19
                          2024-05-22 00:30:45.115  - info: iot.0 (6968) starting. Version 3.2.2 in /opt/iobroker/node_modules/iobroker.iot, node: v18.19.0, js-controller: 5.0.19
                          2024-05-22 00:30:45.657  - info: web.0 (7049) socket.io server listening on port 8082
                          2024-05-22 00:30:45.691  - info: iot.0 (6968) Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com
                          2024-05-22 00:30:45.733  - info: web.0 (7049) http server listening on port 8082
                          2024-05-22 00:30:49.212  - info: iot.0 (6968) Connection changed: connect "andyxxxxxx"
                          2024-05-22 00:30:50.981  - info: admin.0 (6635) Repository received successfully.
                          2024-05-22 00:31:00.366  - info: info.0 (7028) starting. Version 2.0.0 in /opt/iobroker/node_modules/iobroker.info, node: v18.19.0, js-controller: 5.0.                                                                                                                                                                      19
                          2024-05-22 00:31:01.845  - info: info.0 (7028) Reading/updating systemdata.
                          2024-05-22 00:31:07.657  - info: info.0 (7028) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number                                                                                                                                                                      "
                          2024-05-22 00:31:09.927  - info: info.0 (7028) cpu Temp res = {"main":null,"cores":[],"max":null,"socket":[],"chipset":null}
                          2024-05-22 00:31:14.543  - info: hm-rega.0 (6675) request state values
                          2024-05-22 00:31:38.922  - info: hm-rega.0 (6675) Updated all datapoints
                          2024-05-22 00:31:39.207  - info: hm-rega.0 (6675) got 24 variables
                          2024-05-22 00:31:40.400  - info: hm-rega.0 (6675) added/updated 24 variables
                          2024-05-22 00:31:40.401  - info: hm-rega.0 (6675) deleted 0 variables
                          2024-05-22 00:31:40.464  - info: hm-rega.0 (6675) got 32 programs
                          
                          

                          /Andy

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

                            @alphasierra sagte in npm fehlt nach node.js update:

                            ...das Code einfügen sah nun irgendwie komisch aus...

                            Brauchst du nicht, die CodeTags sind im Output von iob diag schon enthalten. Du kannst die jetzt überzähligen oben und unten entfernen, dann sieht es wieder schön aus.

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

                              @thomas-braun
                              Danke, kaum macht man's richtig, schon sieht's besser aus.

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

                                @alphasierra sagte in npm fehlt nach node.js update:

                                Boot Target: graphical.target

                                Setz das auf multi-user.target

                                sudo systemctl set-default multi-user.target
                                

                                Pending Updates: 8

                                sudo apt update
                                iob stop
                                sudo apt full-upgrade
                                iob start
                                
                                A 1 Reply Last reply Reply Quote 0
                                • A
                                  AlphaSierra @Thomas Braun last edited by AlphaSierra

                                  @thomas-braun

                                  Skript v.2024-04-21
                                  
                                  *** BASE SYSTEM ***
                                   Static hostname: ioBroker
                                         Icon name: computer-vm
                                           Chassis: vm 🖴
                                    Virtualization: kvm
                                  Operating System: Debian GNU/Linux 12 (bookworm)
                                            Kernel: Linux 6.1.0-20-amd64
                                      Architecture: x86-64
                                   Hardware Vendor: QEMU
                                    Hardware Model: Standard PC _i440FX + PIIX, 1996_
                                  Firmware Version: rel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org
                                  
                                  model name      : Common KVM processor
                                  Docker          : false
                                  Virtualization  : kvm
                                  Kernel          : x86_64
                                  Userland        : 64 bit
                                  
                                  Systemuptime and Load:
                                   00:52:45 up  2:29,  2 users,  load average: 4.37, 2.45, 1.55
                                  CPU threads: 4
                                  
                                  
                                  *** Time and Time Zones ***
                                                 Local time: Wed 2024-05-22 00:52:46 CEST
                                             Universal time: Tue 2024-05-21 22:52:46 UTC
                                                   RTC time: Tue 2024-05-21 22:52:46
                                                  Time zone: Europe/Berlin (CEST, +0200)
                                  System clock synchronized: yes
                                                NTP service: active
                                            RTC in local TZ: no
                                  
                                  *** Users and Groups ***
                                  User that called 'iob diag':
                                  andy
                                  HOME=/home/andy
                                  GROUPS=andy adm dialout cdrom floppy sudo audio dip video plugdev netdev iobroker
                                  
                                  User that is running 'js-controller':
                                  iobroker
                                  HOME=/home/iobroker
                                  GROUPS=iobroker tty dialout audio video plugdev
                                  
                                  *** Display-Server-Setup ***
                                  pgrep: pattern that searches for process name longer than 15 characters will result in zero matches
                                  Try `pgrep -f' option to match against the complete command line.
                                  Display-Server: false
                                  Desktop:
                                  Terminal:       tty
                                  Boot Target:    multi-user.target
                                  
                                  *** MEMORY ***
                                                 total        used        free      shared  buff/cache   available
                                  Mem:            4.1G        1.6G        1.1G        507K        1.7G        2.5G
                                  Swap:           3.2G          0B        3.2G
                                  Total:          7.3G        1.6G        4.4G
                                  
                                  Active iob-Instances:   13
                                  
                                           3915 M total memory
                                           1498 M used memory
                                            423 M active memory
                                           2028 M inactive memory
                                           1089 M free memory
                                             10 M buffer memory
                                           1599 M swap cache
                                           3069 M total swap
                                              0 M used swap
                                           3069 M free swap
                                  
                                  *** top - Table Of Processes  ***
                                  top - 00:52:46 up  2:29,  2 users,  load average: 4.37, 2.45, 1.55
                                  Tasks: 102 total,   2 running, 100 sleeping,   0 stopped,   0 zombie
                                  %Cpu(s): 25.0 us, 25.0 sy,  0.0 ni,  0.0 id,  0.0 wa,  0.0 hi,  0.0 si, 50.0 st
                                  MiB Mem :   3915.2 total,   1089.0 free,   1499.0 used,   1610.1 buff/cache
                                  MiB Swap:   3070.0 total,   3070.0 free,      0.0 used.   2416.2 avail Mem
                                  
                                  *** FAILED SERVICES ***
                                  
                                    UNIT LOAD ACTIVE SUB DESCRIPTION
                                  0 loaded units listed.
                                  
                                  *** FILESYSTEM ***
                                  Filesystem     Type      Size  Used Avail Use% Mounted on
                                  udev           devtmpfs  1.9G     0  1.9G   0% /dev
                                  tmpfs          tmpfs     392M  500K  392M   1% /run
                                  /dev/sda1      ext4       29G  8.2G   19G  31% /
                                  tmpfs          tmpfs     2.0G     0  2.0G   0% /dev/shm
                                  tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                  tmpfs          tmpfs     392M     0  392M   0% /run/user/1000
                                  
                                  Messages concerning ext4 filesystem in dmesg:
                                  [Tue May 21 22:22:56 2024] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                                  [Tue May 21 22:22:58 2024] EXT4-fs (sda1): re-mounted. Quota mode: none.
                                  
                                  Show mounted filesystems:
                                  TARGET                                                  SOURCE      FSTYPE      OPTIONS
                                  /                                                       /dev/sda1   ext4        rw,relatime,errors=remount-ro
                                  |-/sys                                                  sysfs       sysfs       rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/kernel/security                                securityfs  securityfs  rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/fs/cgroup                                      cgroup2     cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                                  | |-/sys/fs/pstore                                      pstore      pstore      rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/fs/bpf                                         bpf         bpf         rw,nosuid,nodev,noexec,relatime,mode=700
                                  | |-/sys/kernel/debug                                   debugfs     debugfs     rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/kernel/config                                  configfs    configfs    rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/kernel/tracing                                 tracefs     tracefs     rw,nosuid,nodev,noexec,relatime
                                  | `-/sys/fs/fuse/connections                            fusectl     fusectl     rw,nosuid,nodev,noexec,relatime
                                  |-/proc                                                 proc        proc        rw,nosuid,nodev,noexec,relatime
                                  | `-/proc/sys/fs/binfmt_misc                            systemd-1   autofs      rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12271
                                  |   `-/proc/sys/fs/binfmt_misc                          binfmt_misc binfmt_misc rw,nosuid,nodev,noexec,relatime
                                  |-/dev                                                  udev        devtmpfs    rw,nosuid,relatime,size=1985500k,nr_inodes=496375,mode=755,inode64
                                  | |-/dev/pts                                            devpts      devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                                  | |-/dev/shm                                            tmpfs       tmpfs       rw,nosuid,nodev,inode64
                                  | |-/dev/hugepages                                      hugetlbfs   hugetlbfs   rw,relatime,pagesize=2M
                                  | `-/dev/mqueue                                         mqueue      mqueue      rw,nosuid,nodev,noexec,relatime
                                  `-/run                                                  tmpfs       tmpfs       rw,nosuid,nodev,noexec,relatime,size=400920k,mode=755,inode64
                                    |-/run/lock                                           tmpfs       tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k,inode64
                                    |-/run/credentials/systemd-sysctl.service             ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                    |-/run/credentials/systemd-tmpfiles-setup-dev.service ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                    |-/run/credentials/systemd-sysusers.service           ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                    |-/run/credentials/systemd-tmpfiles-setup.service     ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                    |-/run/rpc_pipefs                                     sunrpc      rpc_pipefs  rw,relatime
                                    `-/run/user/1000                                      tmpfs       tmpfs       rw,nosuid,nodev,relatime,size=400916k,nr_inodes=100229,mode=700,uid=1000,gid=1000,inode64
                                  
                                  Files in neuralgic directories:
                                  
                                  /var:
                                  981M    /var/
                                  558M    /var/cache
                                  550M    /var/cache/apt
                                  472M    /var/cache/apt/archives
                                  295M    /var/log
                                  
                                  Archived and active journals take up 239.1M in the file system.
                                  
                                  /opt/iobroker/backups:
                                  70M     /opt/iobroker/backups/
                                  
                                  /opt/iobroker/iobroker-data:
                                  1.1G    /opt/iobroker/iobroker-data/
                                  685M    /opt/iobroker/iobroker-data/history
                                  215M    /opt/iobroker/iobroker-data/files
                                  113M    /opt/iobroker/iobroker-data/backup-objects
                                  57M     /opt/iobroker/iobroker-data/files/javascript.admin
                                  
                                  The five largest files in iobroker-data are:
                                  38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.3d563dc9.js.map
                                  24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                  19M     /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.02fc3820.js.map
                                  15M     /opt/iobroker/iobroker-data/objects.jsonl
                                  8.8M    /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.3d563dc9.js
                                  
                                  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.3
                                  /usr/bin/node           v18.20.3
                                  /usr/bin/npm            10.7.0
                                  /usr/bin/npx            10.7.0
                                  /usr/bin/corepack       0.28.0
                                  
                                  
                                  nodejs:
                                    Installed: 18.20.3-1nodesource1
                                    Candidate: 18.20.3-1nodesource1
                                    Version table:
                                   *** 18.20.3-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          100 /var/lib/dpkg/status
                                       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+dfsg-6~deb12u1 500
                                          500 http://security.debian.org/debian-security bookworm-security/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+dfsg1-1 500
                                          500 http://deb.debian.org/debian bookworm/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
                                  
                                  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.8.0
                                  
                                  nodejs modules from github:     1
                                  +-- iobroker.sourceanalytix@0.4.14 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.sourceanalytix.git#9c4635239c7b9321601dcf0fcdd8677a55a8b13f)
                                  
                                  Adapter State
                                  + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.alexa2.0                 : alexa2                : ioBroker                                 -  enabled
                                    system.adapter.awtrix-light.0           : awtrix-light          : ioBroker                                 - disabled
                                    system.adapter.backitup.0               : backitup              : ioBroker                                 - disabled
                                  + system.adapter.discovery.0              : discovery             : ioBroker                                 -  enabled
                                    system.adapter.flot.0                   : flot                  : ioBroker                                 -  enabled
                                  + system.adapter.history.0                : history               : ioBroker                                 -  enabled
                                  + system.adapter.hm-rega.0                : hm-rega               : ioBroker                                 -  enabled
                                  + system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker                                 -  enabled, port: 18701
                                  + system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
                                    system.adapter.hm-rpc.2                 : hm-rpc                : ioBroker                                 - disabled, port: 18701
                                    system.adapter.hm-rpc.3                 : hm-rpc                : ioBroker                                 - disabled, port: 12001
                                    system.adapter.hm-rpc.4                 : hm-rpc                : ioBroker                                 - disabled, port: 12010
                                  + system.adapter.info.0                   : info                  : ioBroker                                 -  enabled
                                  + system.adapter.iot.0                    : iot                   : ioBroker                                 -  enabled
                                  + system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
                                    system.adapter.pushover.0               : pushover              : ioBroker                                 - disabled
                                    system.adapter.shelly.0                 : shelly                : ioBroker                                 - disabled, port: 1882, bind: 0.0.0.0
                                    system.adapter.sonoff.0                 : sonoff                : ioBroker                                 - disabled, port: 1883, bind: 0.0.0.0
                                    system.adapter.sourceanalytix.0         : sourceanalytix        : ioBroker                                 - disabled
                                  + system.adapter.text2command.0           : text2command          : ioBroker                                 -  enabled
                                    system.adapter.vis.0                    : vis                   : ioBroker                                 - disabled
                                  + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    system.adapter.weishaupt-wem.0          : weishaupt-wem         : ioBroker                                 - disabled
                                  
                                  + 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.hm-rpc.0                 : hm-rpc                : ioBroker                                 -  enabled, port: 18701
                                  + system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
                                  + 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.13.16  , installed 6.13.16
                                  Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                                  Adapter    "awtrix-light" : 0.16.0   , installed 0.16.0
                                  Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                                  Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                  Adapter    "daikin-cloud" : 0.3.0    , installed 0.3.0
                                  Adapter    "deconz"       : 1.4.0    , installed 1.4.0
                                  Adapter    "discovery"    : 4.4.0    , installed 4.4.0
                                  Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                  Adapter    "harmony"      : 1.4.0    , installed 1.4.0
                                  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.17.0
                                  Adapter    "hue"          : 3.11.0   , installed 3.11.0
                                  Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                                  Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                                  Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                                  Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                                  Adapter    "iot"          : 3.2.2    , installed 3.2.2
                                  Adapter    "javascript"   : 7.8.0    , installed 7.8.0
                                  Controller "js-controller": 5.0.19   , installed 5.0.19
                                  Adapter    "pushover"     : 3.0.6    , installed 3.0.6
                                  Adapter    "shelly"       : 6.9.0    , installed 6.9.0
                                  Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                  Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                                  Adapter    "sonoff"       : 3.0.3    , installed 3.0.3
                                  Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                  Adapter    "vis"          : 1.5.4    , installed 1.5.4
                                  Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                  Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.4
                                  Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                                  Adapter    "web"          : 6.2.5    , installed 6.2.5
                                  Adapter    "weishaupt-wem": 0.0.15   , installed 0.0.15
                                  Adapter    "wiffi-wz"     : 2.2.1    , installed 2.2.1
                                  Adapter    "ws"           : 2.6.1    , installed 2.6.1
                                  
                                  Objects and States
                                  Please stand by - This may take a while
                                  Objects:        9587
                                  States:         9449
                                  
                                  *** OS-Repositories and Updates ***
                                  Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
                                  Hit:2 http://deb.debian.org/debian bookworm InRelease
                                  Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                                  Hit:4 https://deb.nodesource.com/node_18.x nodistro 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 192.168.2.108:18701     0.0.0.0:*               LISTEN      1001       55247      13813/io.hm-rpc.0
                                  tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       54949      13733/iobroker.js-c
                                  tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       54955      13733/iobroker.js-c
                                  tcp        0      0 192.168.2.108:2010      0.0.0.0:*               LISTEN      1001       56322      13835/io.hm-rpc.1
                                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13808      449/sshd: /usr/sbin
                                  tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          12817      1/init
                                  tcp6       0      0 :::8082                 :::*                    LISTEN      1001       55530      13902/io.web.0
                                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       54193      13754/io.admin.0
                                  tcp6       0      0 :::22                   :::*                    LISTEN      0          13810      449/sshd: /usr/sbin
                                  tcp6       0      0 :::111                  :::*                    LISTEN      0          12280      1/init
                                  udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13659      365/dhclient
                                  udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          12818      1/init
                                  udp6       0      0 :::111                  :::*                                0          12821      1/init
                                  
                                  *** Log File - Last 25 Lines ***
                                  
                                  2024-05-22 00:51:29.566  - info: web.0 (13902) http server listening on port 8082
                                  2024-05-22 00:51:30.971  - info: iot.0 (13884) starting. Version 3.2.2 in /opt/iobroker/node_modules/iobroker.iot, node: v18.20.3, js-controller: 5.0.19
                                  2024-05-22 00:51:31.989  - info: iot.0 (13884) Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com
                                  2024-05-22 00:51:33.904  - info: info.0 (13857) starting. Version 2.0.0 in /opt/iobroker/node_modules/iobroker.info, node: v18.20.3, js-controller: 5.0.19
                                  2024-05-22 00:51:33.883  - info: alexa2.0 (13828) Initialize all Device states ...
                                  2024-05-22 00:51:35.438  - info: info.0 (13857) Reading/updating systemdata.
                                  2024-05-22 00:51:36.979  - info: iot.0 (13884) Connection changed: connect "andyxxxxxxxx"
                                  2024-05-22 00:51:39.756  - info: info.0 (13857) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number"
                                  2024-05-22 00:51:43.363  - info: info.0 (13857) cpu Temp res = {"main":null,"cores":[],"max":null,"socket":[],"chipset":null}
                                  2024-05-22 00:51:46.905  - info: hm-rega.0 (13799) request state values
                                  2024-05-22 00:51:49.707  - info: admin.0 (13754) <== Disconnect system.user.admin from ::ffff:192.168.2.23 admin
                                  2024-05-22 00:51:49.710  - info: admin.0 (13754) <== Disconnect system.user.admin from ::ffff:192.168.2.23
                                  2024-05-22 00:52:08.465  - info: hm-rega.0 (13799) Updated all datapoints
                                  2024-05-22 00:52:08.587  - info: hm-rega.0 (13799) got 24 variables
                                  2024-05-22 00:52:10.596  - info: hm-rega.0 (13799) added/updated 24 variables
                                  2024-05-22 00:52:10.598  - info: hm-rega.0 (13799) deleted 0 variables
                                  2024-05-22 00:52:10.692  - info: hm-rega.0 (13799) got 32 programs
                                  2024-05-22 00:52:17.015  - info: hm-rega.0 (13799) added/updated 32 programs
                                  2024-05-22 00:52:17.016  - info: hm-rega.0 (13799) deleted 0 programs
                                  2024-05-22 00:52:17.080  - info: hm-rega.0 (13799) update rooms to enum.rooms
                                  2024-05-22 00:52:17.176  - info: hm-rega.0 (13799) update functions to enum.functions
                                  2024-05-22 00:52:17.320  - info: hm-rega.0 (13799) update favorites to enum.favorites
                                  2024-05-22 00:53:58.816  - info: alexa2.0 (13828) Unknown Device, but enabling commands, Try it and report back if commands work.
                                  2024-05-22 00:53:58.817  - info: alexa2.0 (13828) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                                  2024-05-22 00:53:58.818  - info: alexa2.0 (13828)     Device-type:A1VGB7MHSIEYFK - Andreas' Fire TV Cube (AUDIO_PLAYER,FAR_FIELD_WAKE_WORD,TIMERS_ALARMS_NOTIFICATIONS_VOLUME,SUPPORTS_LOCALE,FLASH_BRIEFING,AMAZON_MUSIC,DEEZER,SUPPORTS_SOFTWARE_VERSION,PANDORA,I_HEART_RADIO,TIMERS_AND_ALARMS,PERSISTENT_CONNECTION,SUPPORT_CALENDAR_ALERT,SUPPORTS_CONNECTED_HOME_CLOUD_ONLY,SIRIUSXM,APPLE_MUSIC,SPEECH_RECOGNIZER_USS,ARTHUR_TARGET,AUDIBLE,MUSIC_SKILL,SET_LOCALE,PAIR_BT_SINK,GOLDFISH,DREAM_TRAINING,MICROPHONE,BT_PAIRING_FLOW_V2,SALMON,REMINDERS,VOICE_TRAINING,SUPPORTS_LOCALE_SWITCH,EARCONS,KINDLE_BOOKS,TUNE_IN,SOUND_SETTINGS,VOLUME_SETTING,SLEEP,CHANGE_NAME,TIDAL,ADAPTIVE_LISTENING,CUSTOM_ALARM_TONE,SHARKNADO,MULTI_WAKEWORDS_SUPPORTED,ACTIVE_AFTER_FRO,DIALOG_INTERFACE_VERSION)
                                  
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @AlphaSierra last edited by

                                    @alphasierra

                                    Jetzt dürfte es passen. Wenn du dir mit der root shell nicht noch irgendwas anderes verbogen hast jedenfalls.

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

                                      @thomas-braun

                                      😬 Vielen Dank für die Hilfe und die Zeit!

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

                                      Support us

                                      ioBroker
                                      Community Adapters
                                      Donate
                                      FAQ Cloud / IOT
                                      HowTo: Node.js-Update
                                      HowTo: Backup/Restore
                                      Downloads
                                      BLOG

                                      471
                                      Online

                                      31.9k
                                      Users

                                      80.1k
                                      Topics

                                      1.3m
                                      Posts

                                      3
                                      18
                                      690
                                      Loading More Posts
                                      • Oldest to Newest
                                      • Newest to Oldest
                                      • Most Votes
                                      Reply
                                      • Reply as topic
                                      Log in to reply
                                      Community
                                      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                      The ioBroker Community 2014-2023
                                      logo