Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Installation
    5. kann keinen Adapter mehr updaten

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    kann keinen Adapter mehr updaten

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

      Hallo,

      könnt ihr mir ein bisschen weiterhelfen?
      Ich kann keine Adapter mehr updaten, ich vermute der Grund war das hochziehen meines lxc-container.
      Wenn ich einen Adapter Updaten möchte bekomme ich folgende Meldung:

      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Aborting install because the npm version could not be checked!Please check that npm is installed correctly.Use "npm install -g npm@8" or "npm install -g npm@latest" to install a supported version.You need to make sure to repeat this step after installing an update to NodeJS and/or npm!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      
      ERROR: Process exited with code 30
      

      die Befehle bringen folgendes ans Tageslicht:

      npm install -g npm@8
      install: missing file operand
      Try 'install --help' for more information.
      
      npm install -g npm@latest
      install: missing file operand
      Try 'install --help' for more information.
      

      ich sehe mich gerade überhaupt nicht raus, und hoffe mir kann wer helfen.

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

        @maximal1981 npm niemals mit der Hand anfassen!

        Stattdessen mal in den angepinnten Ankündigungen lesen

        maximal1981 1 Reply Last reply Reply Quote 1
        • maximal1981
          maximal1981 @Homoran last edited by

          @homoran

          root@iobroker:/opt/iobroker# apt policy nodejs
          nodejs:
            Installed: 18.19.0+dfsg-6~deb12u1
            Candidate: 18.19.0+dfsg-6~deb12u1
            Version table:
           *** 18.19.0+dfsg-6~deb12u1 500
                  500 http://security.debian.org bookworm-security/main amd64 Packages
                  100 /var/lib/dpkg/status
               18.17.1-deb-1nodesource1 500
                  500 https://deb.nodesource.com/node_18.x bookworm/main amd64 Packages
               18.13.0+dfsg1-1 500
                  500 http://deb.debian.org/debian bookworm/main amd64 Packages
          root@iobroker:/opt/iobroker# echo -e "Package: nodejs\nPin: origin deb.nodesource.com\nPin-Priority: 1001" | sudo tee /etc/apt/preferences.d/nodejs.pref
          Package: nodejs
          Pin: origin deb.nodesource.com
          Pin-Priority: 1001
          root@iobroker:/opt/iobroker# sudo apt update
          Hit:1 http://security.debian.org 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 bookworm InRelease
          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          All packages are up to date.
          root@iobroker:/opt/iobroker# sudo apt install nodejs=18.19.0-1nodesource1
          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          Package nodejs is not available, but is referred to by another package.
          This may mean that the package is missing, has been obsoleted, or
          is only available from another source
          However the following packages replace it:
            nodejs-doc
          
          E: Version '18.19.0-1nodesource1' for 'nodejs' was not found
          

          und jetzt?

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

            @maximal1981 sagte in kann keinen Adapter mehr updaten:

            und jetzt

            weiterlesen!

            Lösung steht direkt darunter

            EDIT
            hast du ja schon.

            dann wird es daran liegen, dass du npm verbogen hast

            1 Reply Last reply Reply Quote 0
            • maximal1981
              maximal1981 last edited by

              ich hab nichts verbogen

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

                @maximal1981 sagte in kann keinen Adapter mehr updaten:

                ich hab nichts verbogen

                du bist als root unterwegs und hast mit

                @maximal1981 sagte in kann keinen Adapter mehr updaten:

                npm install -g npm@8

                den Zusammenhalt von nodejs mit der npm Version unterbrochen

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

                  @maximal1981

                  Und wie IMMER: NICHT ALS ROOT HERUMKASPERN!!!!

                  Als user probieren:

                  iob nodejs-update 18
                  
                  maximal1981 1 Reply Last reply Reply Quote 1
                  • maximal1981
                    maximal1981 @Thomas Braun last edited by

                    @thomas-braun sagte in kann keinen Adapter mehr updaten:

                    iob nodejs-update 18

                    ioBroker nodejs updater 2023-10-13
                    You requested to intall latest version from nodejs v18 tree.
                    
                    Your current setup is:
                    /usr/bin/nodejs         v18.19.0
                    /usr/bin/node           v18.19.0
                    /home/iobroker/.nodejs-update.sh: line 130: npm: command not found
                     
                    /home/iobroker/.nodejs-update.sh: line 131: npx: command not found
                     
                    /home/iobroker/.nodejs-update.sh: line 147: npm: command not found
                    /home/iobroker/.nodejs-update.sh: line 148: npx: command not found
                    
                    *** nodejs is NOT correctly installed ***
                    We found these nodejs versions available for installation:
                    
                    nodejs:
                      Installed: 18.19.0+dfsg-6~deb12u1
                      Candidate: 18.19.0-1nodesource1
                      Version table:
                     *** 18.19.0+dfsg-6~deb12u1 500
                            500 http://security.debian.org bookworm-security/main amd64 Packages
                            100 /var/lib/dpkg/status
                         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
                    
                    
                    
                    Your nodejs-Installation seems to be faulty. Shall we try to fix it?
                    Press <y> to continue or any other key to quit
                    
                    Fixing your nodejs setup
                    *** Deleting  ***
                    rm: cannot remove '': No such file or directory
                    *** Deleting  ***
                    rm: cannot remove '': No such file or directory
                    
                    Wrong paths have been fixed. Run 'iob diag' or 'iob nodejs-update' again to check if your installation is fine now
                    
                    You are running nodejs v18.19.0. Do you want to install latest version from nodejs v.18 tree? 
                    
                    Press <y> to continue or any other key to quit
                    Trying to update your installation now. Please be patient.
                    
                    Virtualization: lxc
                    Waiting for ioBroker to shut down - Give me a minute...
                    ############################################################
                    
                    *** These repos are active on your system:
                    Hit:1 http://deb.debian.org/debian bookworm InRelease
                    Hit:2 http://security.debian.org bookworm-security InRelease
                    Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                    Reading package lists... Done
                    
                    *** Installing ca-certificates, curl and gnupg, just in case they are missing.
                    
                    *** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source
                    
                    deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main
                    Package: nodejs
                    Pin: origin deb.nodesource.com
                    Pin-Priority: 1001
                    
                    *** These repos are active after the adjustments:
                    Hit:1 http://security.debian.org bookworm-security InRelease
                    Hit:2 http://deb.debian.org/debian bookworm InRelease
                    Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                    Get:4 https://deb.nodesource.com/node_18.x nodistro InRelease [12.1 kB]
                    Get:5 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages [6634 B]
                    Fetched 18.8 kB in 0s (48.2 kB/s) 
                    Reading package lists... Done
                    
                    Installing the recommended nodejs version now!
                    
                    Installing the recommended nodejs version!
                    E: Broken packages
                    
                    *** You need to manually restart your container/virtual machine now! *** 
                    
                    We tried our best to update or fix your nodejs. Please run 'iob diag' again to verify.
                    

                    reboot

                    ======================= SUMMARY =======================
                                            v.2023-10-10
                    
                    
                     Static hostname: iobroker
                           Icon name: computer-container
                             Chassis: container ☐
                      Virtualization: lxc
                    Operating System: Debian GNU/Linux 12 (bookworm)
                              Kernel: Linux 6.2.16-3-pve
                        Architecture: x86-64
                    
                    Installation:           lxc
                    Kernel:                 x86_64
                    Userland:               amd64
                    Timezone:               Europe/Vienna (CET, +0100)
                    User-ID:                1000
                    X-Server:               false
                    Boot Target:            graphical.target
                    
                    Pending OS-Updates:     0
                    Pending iob updates:    7
                    
                    Nodejs-Installation:    /usr/bin/nodejs         v18.19.0
                                            /usr/bin/node           v18.19.0
                    /home/iobroker/.diag.sh: line 488: npm: command not found
                                             
                    /home/iobroker/.diag.sh: line 489: npx: command not found
                                             
                    /home/iobroker/.diag.sh: line 490: corepack: command not found
                                             
                    
                    Recommended versions are nodejs 18.19.0 and npm 10.2.3
                    *** nodejs is NOT correctly installed ***
                    Wrong installation path detected. This needs to be fixed.
                    
                    Please check
                    https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian
                    for more information on how to fix these errors.
                    
                    MEMORY: 
                                   total        used        free      shared  buff/cache   available
                    Mem:            6.4G        1.7G        4.3G        118K        485M        4.8G
                    Swap:           1.1G          0B        1.1G
                    Total:          7.5G        1.7G        5.4G
                    
                    Active iob-Instances:   20
                    Active repo(s): stable
                    
                    ioBroker Core:          js-controller           5.0.12
                                            admin                   6.12.0
                    
                    ioBroker Status:        iobroker is running on this host.
                    
                    
                    Objects type: jsonl
                    States  type: jsonl
                    
                    Status admin and web instance:
                    + system.adapter.admin.1                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                      system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                    
                    Objects:                26635
                    States:                 22791
                    
                    Size of iob-Database:
                    
                    39M     /opt/iobroker/iobroker-data/objects.jsonl
                    26M     /opt/iobroker/iobroker-data/states.jsonl
                    
                    
                    
                    =================== END OF SUMMARY ====================
                    
                    Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @maximal1981 last edited by

                      @maximal1981 ist das vollständig?
                      wieso sehe ich die Eingabezeilen nie?

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

                        @maximal1981

                        apt policy nodejs
                        sudo apt install nodejs=18.19.0-1nodesource1
                        
                        maximal1981 1 Reply Last reply Reply Quote 0
                        • maximal1981
                          maximal1981 @Thomas Braun last edited by maximal1981

                          @thomas-braun weil ich dann auch nicht mehr sehe. Das ist was ich nach den aufrufen bekomme.

                          ioBroker nodejs updater 2023-10-13
                          You requested to intall latest version from nodejs v18 tree.
                          
                          Your current setup is:
                          /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
                          
                          We found these nodejs versions available for installation:
                          
                          nodejs:
                            Installed: 18.19.0-1nodesource1
                            Candidate: 18.19.0-1nodesource1
                            Version table:
                               18.19.0+dfsg-6~deb12u1 500
                                  500 http://security.debian.org 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
                          
                          
                          
                          Nothing to do - Your installation is using the correct paths.
                          
                          You are running nodejs v18.19.0. Do you want to install latest version from nodejs v.18 tree? 
                          
                          Press <y> to continue or any other key to quit
                          Trying to update your installation now. Please be patient.
                          
                          
                          
                          Virtualization: lxc
                          
                          Waiting for ioBroker to shut down - Give me a minute...
                          ############################################################
                          
                          *** These repos are active on your system:
                          Hit:1 http://security.debian.org bookworm-security InRelease
                          Hit:2 http://deb.debian.org/debian bookworm InRelease
                          Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                          Reading package lists... Done
                          
                          *** Installing ca-certificates, curl and gnupg, just in case they are missing.
                          
                          *** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source
                          
                          deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main
                          Package: nodejs
                          Pin: origin deb.nodesource.com
                          Pin-Priority: 1001
                          
                          *** These repos are active after the adjustments:
                          Hit:1 http://deb.debian.org/debian bookworm InRelease
                          Hit:2 http://security.debian.org bookworm-security InRelease            
                          Hit:3 http://deb.debian.org/debian bookworm-updates InRelease           
                          Get:4 https://deb.nodesource.com/node_18.x nodistro InRelease [12.1 kB] 
                          Get:5 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages [6634 B]
                          Fetched 18.8 kB in 0s (50.6 kB/s)  
                          Reading package lists... Done
                          
                          Installing the recommended nodejs version now!
                          
                          Installing the recommended nodejs version!
                          
                          *** You need to manually restart your container/virtual machine now! *** 
                          
                          We tried our best to update or fix your nodejs. Please run 'iob diag' again to verify.
                          
                          Skript v.2023-10-10
                          
                          *** BASE SYSTEM ***
                           Static hostname: iobroker
                                 Icon name: computer-container
                                   Chassis: container ☐
                            Virtualization: lxc
                          Operating System: Debian GNU/Linux 12 (bookworm)
                                    Kernel: Linux 6.2.16-3-pve
                              Architecture: x86-64
                          
                          model name      : AMD Ryzen 5 5600U with Radeon Graphics
                          Docker          : false
                          Virtualization  : lxc
                          Kernel          : x86_64
                          Userland        : amd64
                          
                          Systemuptime and Load:
                           19:20:05 up 0 min,  2 users,  load average: 1.36, 1.07, 1.02
                          CPU threads: 12
                          
                          
                          *** Time and Time Zones ***
                                         Local time: Fri 2024-01-12 19:20:05 CET
                                     Universal time: Fri 2024-01-12 18:20:05 UTC
                                           RTC time: n/a
                                          Time zone: Europe/Vienna (CET, +0100)
                          System clock synchronized: yes
                                        NTP service: inactive
                                    RTC in local TZ: no
                          
                          *** User and Groups ***
                          maximal1981
                          /home/maximal1981
                          maximal1981 sudo users iobroker
                          
                          *** X-Server-Setup ***
                          X-Server:       false
                          Desktop: 
                          Terminal: 
                          Boot Target:    graphical.target
                          
                          *** MEMORY ***
                                         total        used        free      shared  buff/cache   available
                          Mem:            6.4G        1.1G        5.0G        118K        298M        5.3G
                          Swap:           1.1G          0B        1.1G
                          Total:          7.5G        1.1G        6.1G
                          
                                   6144 M total memory
                                   1071 M used memory
                                    123 M active memory
                                   1172 M inactive memory
                                   4787 M free memory
                                      0 M buffer memory
                                    284 M swap cache
                                   1024 M total swap
                                      0 M used swap
                                   1024 M free swap
                          
                          *** 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--101--disk--0 ext4      7.8G  5.0G  2.4G  68% /
                          none                             tmpfs     492K  4.0K  488K   1% /dev
                          udev                             devtmpfs  7.5G     0  7.5G   0% /dev/tty
                          tmpfs                            tmpfs     7.6G     0  7.6G   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 \(real ones only\):
                          TARGET SOURCE                           FSTYPE OPTIONS
                          /      /dev/mapper/pve-vm--101--disk--0 ext4   rw,relatime,stripe=16
                          
                          Files in neuralgic directories:
                          
                          /var:
                          862M    /var/
                          470M    /var/log
                          469M    /var/log/journal/fdf5cd495bb345a58900f9d60cd51d5c
                          469M    /var/log/journal
                          246M    /var/cache
                          
                          Hint: You are currently not seeing messages from other users and the system.
                                Users in groups 'adm', 'systemd-journal' can see all messages.
                                Pass -q to turn off this notice.
                          Archived and active journals take up 10.9M in the file system.
                          
                          /opt/iobroker/backups:
                          453M    /opt/iobroker/backups/
                          
                          /opt/iobroker/iobroker-data:
                          548M    /opt/iobroker/iobroker-data/
                          342M    /opt/iobroker/iobroker-data/files
                          136M    /opt/iobroker/iobroker-data/backup-objects
                          78M     /opt/iobroker/iobroker-data/files/icons-open-icon-library-png
                          67M     /opt/iobroker/iobroker-data/files/javascript.admin
                          
                          The five largest files in iobroker-data are:
                          39M     /opt/iobroker/iobroker-data/states.jsonl
                          30M     /opt/iobroker/iobroker-data/objects.jsonl
                          21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.aaea95f8.js.map
                          21M     /opt/iobroker/iobroker-data/files/0_userdata.0/iobroker_2023_09_02-14_14_06_backupiobroker.tar.gz
                          9.2M    /opt/iobroker/iobroker-data/files/vis.0/main/vis-views.json
                          
                          USB-Devices by-id:
                          USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                          
                          find: '/dev/serial/by-id/': No such file or directory
                          
                          *** 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.19.0-1nodesource1
                            Version table:
                               18.19.0+dfsg-6~deb12u1 500
                                  500 http://security.debian.org 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.12
                          admin:          6.12.0
                          javascript:     7.1.6
                          
                          Adapters from github:   4
                          
                          Adapter State
                          + system.adapter.admin.1                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                            system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled
                            system.adapter.alias-manager.0          : alias-manager         : iobroker                                 -  enabled
                            system.adapter.awattar.0                : awattar               : iobroker                                 -  enabled
                            system.adapter.awtrix-light.0           : awtrix-light          : iobroker                                 -  enabled
                            system.adapter.awtrix-light.1           : awtrix-light          : iobroker                                 -  enabled
                            system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                            system.adapter.daikin-cloud.0           : daikin-cloud          : iobroker                                 - disabled
                          + system.adapter.daikin.0                 : daikin                : iobroker                                 -  enabled
                          + system.adapter.daikin.1                 : daikin                : iobroker                                 -  enabled
                          + system.adapter.daikin.2                 : daikin                : iobroker                                 -  enabled
                            system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled
                            system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                          + system.adapter.email.0                  : email                 : iobroker                                 -  enabled
                            system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: iobroker                                 -  enabled
                            system.adapter.energiefluss.0           : energiefluss          : iobroker                                 -  enabled
                            system.adapter.energiefluss.1           : energiefluss          : iobroker                                 -  enabled
                            system.adapter.fakeroku.0               : fakeroku              : iobroker                                 - disabled
                            system.adapter.feiertage.0              : feiertage             : iobroker                                 -  enabled
                            system.adapter.followthesun.0           : followthesun          : iobroker                                 -  enabled
                            system.adapter.fronius-wattpilot.0      : fronius-wattpilot     : iobroker                                 -  enabled
                            system.adapter.fronius.0                : fronius               : iobroker                                 -  enabled
                            system.adapter.fuelpricemonitor.0       : fuelpricemonitor      : iobroker                                 -  enabled
                            system.adapter.harmony.0                : harmony               : iobroker                                 -  enabled
                            system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                            system.adapter.ical.1                   : ical                  : iobroker                                 -  enabled
                            system.adapter.iceroad.0                : iceroad               : iobroker                                 -  enabled
                            system.adapter.icons-icons8.0           : icons-icons8          : iobroker                                 -  enabled
                            system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 -  enabled
                            system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 -  enabled
                            system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: iobroker                                 -  enabled
                          + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                            system.adapter.info.0                   : info                  : iobroker                                 -  enabled
                          + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                            system.adapter.logparser.0              : logparser             : iobroker                                 -  enabled
                          + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                            system.adapter.netatmo.0                : netatmo               : iobroker                                 -  enabled
                            system.adapter.parser.0                 : parser                : iobroker                                 -  enabled
                            system.adapter.pollenflug.0             : pollenflug            : iobroker                                 -  enabled
                            system.adapter.pvforecast.0             : pvforecast            : iobroker                                 -  enabled
                            system.adapter.roomba.0                 : roomba                : iobroker                                 -  enabled
                            system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                            system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                            system.adapter.sonos.0                  : sonos                 : iobroker                                 -  enabled
                            system.adapter.tado.0                   : tado                  : iobroker                                 -  enabled
                            system.adapter.telegram.0               : telegram              : iobroker                                 - disabled, port: 8443, bind: 0.0.0.0
                            system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled
                            system.adapter.trashschedule.1          : trashschedule         : iobroker                                 -  enabled
                            system.adapter.tvspielfilm.0            : tvspielfilm           : iobroker                                 -  enabled
                            system.adapter.unifi-protect.0          : unifi-protect         : iobroker                                 -  enabled
                            system.adapter.unifi.0                  : unifi                 : iobroker                                 -  enabled
                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                            system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker                                 -  enabled
                            system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled
                            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 -  enabled
                            system.adapter.vis-map.0                : vis-map               : iobroker                                 -  enabled
                            system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobroker                                 -  enabled
                            system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 -  enabled
                            system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                            system.adapter.vw-connect.0             : vw-connect            : iobroker                                 -  enabled
                            system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            system.adapter.ws.0                     : ws                    : iobroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                          
                          + instance is alive
                          
                          Enabled adapters with bindings
                          + system.adapter.admin.1                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                          + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                          + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                          + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                            system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                            system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            system.adapter.ws.0                     : ws                    : iobroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                          
                          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.12.0   , installed 6.12.0
                          Adapter    "alexa2"       : 3.26.3   , installed 3.26.3
                          Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                          Adapter    "awattar"      : 1.0.6    , installed 1.0.6
                          Adapter    "awtrix-light" : 0.10.0   , installed 0.10.0
                          Adapter    "backitup"     : 2.9.8    , installed 2.9.8
                          Adapter    "daikin"       : 1.4.2    , installed 1.4.2
                          Adapter    "daswetter"    : 3.1.11   , installed 3.1.11
                          Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                          Adapter    "email"        : 1.2.1    , installed 1.2.1
                          Adapter    "fakeroku"     : 0.2.2    , installed 0.2.2
                          Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
                          Adapter    "followthesun" : 0.5.0    , installed 0.5.0
                          Adapter    "fronius"      : 2.0.2    , installed 2.0.2
                          Adapter    "fronius-wattpilot": 4.6.3, installed 4.6.2  [Updatable]
                          Adapter    "fuelpricemonitor": 0.4.0 , installed 0.4.0
                          Adapter    "harmony"      : 1.3.0    , installed 1.3.0
                          Adapter    "ical"         : 1.13.3   , installed 1.13.3
                          Adapter    "iceroad"      : 1.2.1    , installed 1.2.1
                          Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                          Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                          Adapter    "icons-mfd-svg": 1.2.0    , installed 1.1.0  [Updatable]
                          Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                          Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                          Adapter    "info"         : 2.0.0    , installed 2.0.0
                          Adapter    "javascript"   : 7.1.6    , installed 7.1.6
                          Controller "js-controller": 5.0.17   , installed 5.0.12 [Updatable]
                          Adapter    "logparser"    : 2.2.1    , installed 2.2.0  [Updatable]
                          Adapter    "mqtt"         : 5.1.0    , installed 5.1.0
                          Adapter    "netatmo"      : 3.1.0    , installed 3.1.0
                          Adapter    "parser"       : 2.0.7    , installed 2.0.7
                          Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                          Adapter    "pvforecast"   : 2.9.1    , installed 2.9.0  [Updatable]
                          Adapter    "roomba"       : 1.2.2    , installed 1.2.2
                          Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                          Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                          Adapter    "sonos"        : 3.0.0    , installed 3.0.0
                          Adapter    "tado"         : 0.5.1    , installed 0.4.12 [Updatable]
                          Adapter    "telegram"     : 3.0.1    , installed 3.0.1
                          Adapter    "trashschedule": 2.3.0    , installed 2.3.0
                          Adapter    "tvspielfilm"  : 2.0.5    , installed 2.0.5
                          Adapter    "unifi"        : 0.6.7    , installed 0.6.7
                          Adapter    "vis"          : 1.5.4    , installed 1.5.4
                          Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                          Adapter    "vis-icontwo"  : 1.3.0    , installed 1.0.0  [Updatable]
                          Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                          Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                          Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                          Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                          Adapter    "vw-connect"   : 0.0.67   , installed 0.5.1
                          Adapter    "web"          : 6.1.10   , installed 6.1.10
                          Adapter    "ws"           : 2.5.8    , installed 2.5.8
                          
                          Objects and States
                          Please stand by - This may take a while
                          Objects:        26635
                          States:         22792
                          
                          *** OS-Repositories and Updates ***
                          Hit:1 https://deb.nodesource.com/node_18.x nodistro InRelease
                          Hit:2 http://deb.debian.org/debian bookworm InRelease
                          Hit:3 http://security.debian.org bookworm-security InRelease
                          Hit:4 http://deb.debian.org/debian bookworm-updates 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          165612264  307/master          
                          tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          165607810  1/init              
                          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       165597793  147/iobroker.js-con 
                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       165597786  147/iobroker.js-con 
                          tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       165621427  859/io.mqtt.0       
                          tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       165615581  959/io.shelly.1     
                          tcp6       0      0 ::1:25                  :::*                    LISTEN      0          165612265  307/master          
                          tcp6       0      0 :::3500                 :::*                    LISTEN      1001       165597982  986/io.sonos.0      
                          tcp6       0      0 :::111                  :::*                    LISTEN      0          165607812  1/init              
                          tcp6       0      0 :::22                   :::*                    LISTEN      0          165614151  1/init              
                          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       165614262  329/io.admin.1      
                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          165615976  90/dhclient         
                          udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          165607811  1/init              
                          udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       165620241  908/io.shelly.0     
                          udp6       0      0 :::111                  :::*                                0          165607813  1/init              
                          
                          *** Log File - Last 25 Lines ***
                          
                          2024-01-12 19:20:20.257  - info: shelly.1 (959) starting. Version 6.6.1 in /opt/iobroker/node_modules/iobroker.shelly, node: v18.19.0, js-controller: 5.0.12
                          2024-01-12 19:20:20.400  - info: shelly.1 (959) Starting in MQTT mode. Listening on 0.0.0.0:1882 (QoS 0)
                          2024-01-12 19:20:20.682  - info: shelly.0 (908) [CoAP] Device 192.168.98.26 (shellygas / shellygas-10521CF345C0 / SHGS-1#10521CF345C0#1) connected! Polltime set to 3600 sec.
                          2024-01-12 19:20:21.784  - info: shelly.0 (908) [CoAP] Device 192.168.98.21 (shellyplug-s / shellyplug-s-C70598 / SHPLG-S#C70598#1) connected! Polltime set to 15 sec.
                          2024-01-12 19:20:22.109  - info: shelly.0 (908) [CoAP] Device 192.168.99.45 (shellyswitch25 / shellyswitch25-BCDDC277B11B / SHSW-25#BCDDC277B11B#1) connected! Polltime set to 15 sec.
                          2024-01-12 19:20:22.445  - info: shelly.0 (908) [CoAP] Device 192.168.98.24 (shelly1pm / shelly1pm-E09806A9E0B6 / SHSW-PM#E09806A9E0B6#1) connected! Polltime set to 15 sec.
                          2024-01-12 19:20:22.490  - info: shelly.0 (908) [CoAP] Device 192.168.99.21 (shelly1pm / shelly1pm-68C63AFAE21E / SHSW-PM#68C63AFAE21E#1) connected! Polltime set to 15 sec.
                          2024-01-12 19:20:23.224  - info: host.iobroker instance system.adapter.sonos.0 started with pid 986
                          2024-01-12 19:20:23.725  - info: sonos.0 (986) starting. Version 3.0.0 in /opt/iobroker/node_modules/iobroker.sonos, node: v18.19.0, js-controller: 5.0.12
                          2024-01-12 19:20:23.793  - info: shelly.0 (908) [CoAP] Device 192.168.99.22 (shelly1 / shelly1-C45BBE775B7A / SHSW-1#C45BBE775B7A#1) connected! Polltime set to 15 sec.
                          2024-01-12 19:20:24.652  - warn: sonos.0 (986) State "sonos.0.root.192_168_99_32.favorites_list_html" has no existing object, this might lead to an error in future versions
                          2024-01-12 19:20:24.652  - info: shelly.0 (908) [CoAP] Device 192.168.99.41 (shellyplug-s / shellyplug-s-B5085F / SHPLG-S#B5085F#1) connected! Polltime set to 15 sec.
                          2024-01-12 19:20:24.652  - warn: sonos.0 (986) State "sonos.0.root.192_168_99_47.favorites_list_html" has no existing object, this might lead to an error in future versions
                          2024-01-12 19:20:24.652  - warn: sonos.0 (986) State "sonos.0.root.192_168_99_32.favorites_list_html" has no existing object, this might lead to an error in future versions
                          2024-01-12 19:20:24.653  - warn: sonos.0 (986) State "sonos.0.root.192_168_99_47.favorites_list_html" has no existing object, this might lead to an error in future versions
                          2024-01-12 19:20:24.756  - info: shelly.0 (908) [CoAP] Device 192.168.98.30 (shellyplug-s / shellyplug-s-C38343 / SHPLG-S#C38343#1) connected! Polltime set to 15 sec.
                          2024-01-12 19:20:25.400  - info: shelly.0 (908) [CoAP] Device 192.168.98.27 (shelly1pm / shelly1pm-E09806A9E311 / SHSW-PM#E09806A9E311#1) connected! Polltime set to 15 sec.
                          2024-01-12 19:20:26.407  - info: shelly.0 (908) [CoAP] Device 192.168.99.17 (shelly1 / shelly1-C49979 / SHSW-1#C49979#1) connected! Polltime set to 15 sec.
                          2024-01-12 19:20:26.697  - info: shelly.0 (908) [CoAP] Device 192.168.99.30 (shelly1 / shelly1-B8E736 / SHSW-1#B8E736#1) connected! Polltime set to 15 sec.
                          2024-01-12 19:20:26.716  - info: shelly.0 (908) [CoAP] Device 192.168.99.40 (shellyswitch25 / shellyswitch25-E098068D445E / SHSW-25#E098068D445E#1) connected! Polltime set to 15 sec.
                          2024-01-12 19:20:26.791  - info: shelly.0 (908) [CoAP] Device 192.168.99.35 (shellyswitch25 / shellyswitch25-C45BBE6AB3A2 / SHSW-25#C45BBE6AB3A2#1) connected! Polltime set to 15 sec.
                          2024-01-12 19:20:27.221  - info: host.iobroker instance scheduled system.adapter.tvspielfilm.0 */5 * * * *
                          2024-01-12 19:20:27.228  - info: host.iobroker instance system.adapter.tvspielfilm.0 started with pid 1571
                          2024-01-12 19:20:27.781  - info: shelly.0 (908) [CoAP] Device 192.168.98.214 (shellyplug-s / shellyplug-s-083A8DC3528C / SHPLG-S#083A8DC3528C#1) connected! Polltime set to 15 sec.
                          2024-01-12 19:20:27.820  - info: tvspielfilm.0 (1571) starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.tvspielfilm, node: v18.19.0, js-controller: 5.0.12
                          

                          scheint wieder alles normal zu laufen.
                          habe aber meines Wissens nichts angegriffen außer eben ein upgrade in linux.

                          aber danke für die Hilfe, bist ein Schatz.

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

                            @maximal1981 sagte in kann keinen Adapter mehr updaten:

                            weil ich dann auch nicht mehr sehe.

                            ???

                            Für die Zukunft: NIE als root, NIE npm manuell anpacken.
                            Hintergründe zu deinem 'Problem':

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

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

                              @thomas-braun ich habe npm seit der Einrichtung nicht mehr angefasst.
                              war das letzte mal auf der cli für ein apt upgrade. Hatte aber hier noch nie Probleme mit npm.

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

                                @maximal1981 sagte in kann keinen Adapter mehr updaten:

                                Hatte aber hier noch nie Probleme mit npm.

                                Das kam durch das Update von debian.
                                ist ein Kollateralschaden.

                                @maximal1981 sagte in kann keinen Adapter mehr updaten:

                                ich habe npm seit der Einrichtung nicht mehr angefasst.

                                und was war das

                                @maximal1981 sagte in kann keinen Adapter mehr updaten:

                                npm install -g npm@8

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

                                  @homoran das schlug mir die Adapterinstallation vor, da ging aber schon nichts mehr.

                                  aber vermutlich wie du als erstes schreibst, kommt es von dem Update vom OS.
                                  Aber das hatte ich nie, soll das jetzt nicht umgesetzt werden?

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

                                    @maximal1981

                                    Im weiteren:

                                    Boot Target: graphical.target

                                    sudo systemctl set-default multi-host.target
                                    

                                    Hint: You are currently not seeing messages from other users and the system.

                                    sudo useradd -a -G adm maximal1981
                                    

                                    Und schaufel die diversen Adapter-Updates auf die Kiste.

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

                                      @maximal1981 sagte in kann keinen Adapter mehr updaten:

                                      ging aber schon nichts mehr.

                                      klar, npm war ja weg, wie gerade erklärt

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

                                        @maximal1981 sagte in kann keinen Adapter mehr updaten:

                                        Aber das hatte ich nie, soll das jetzt nicht umgesetzt werden?

                                        Doch, du sollst natürlich weiterhin Updates fahren. Allerdings war bei dir das nodesource-Repository noch nicht auf die aktuellste Version mit dem richtigen Pinning umgestellt. Weswegen dir der Paketmanager die aktuellste Version von nodejs eingespielt hat, die aber nicht zum ioBroker passt.

                                        Das ist aber jetzt alles wieder richtig, kannst also nun wieder wie gewohnt deine Updates einspielen.

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

                                        Support us

                                        ioBroker
                                        Community Adapters
                                        Donate

                                        852
                                        Online

                                        32.0k
                                        Users

                                        80.4k
                                        Topics

                                        1.3m
                                        Posts

                                        3
                                        18
                                        651
                                        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