Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [GELÖST] Umzug vom Pin64 auf Proxmox schlägt fehl.

    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

    [GELÖST] Umzug vom Pin64 auf Proxmox schlägt fehl.

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators @crunchip last edited by

      @crunchip erledigt!

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

        @thomas-braun @thomas-braun Danke jetzt bin ich wohl ertsmal mit den alten Server fast fertig,
        Mal noch eine Frage, unter Instanzen gibt es alias manager.0 und devices.0 ohne Funktion. Ich habe mal iobroker add devices ausgeführt und bekomme aber folgende Meldung

        INFO: Directory "/opt/iobroker/node_modules/iobroker.devices/www" was not found! Nothing was uploaded or deleted.
        host.pineh64meins error: this adapter does not allow multiple instances
        Ist das korrekt, oder muss ich da noch was machen? Ich bin der Meinung, dass es vor dem Update nicht so war.
        

        t

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

          @kurt_88 sagte in Umzug vom Pin64 auf Proxmox schlägt fehl.:

          Pending OS-Updates: 1

          Da hängt noch was.

          sudo apt update
          sudo apt full-upgrade
          sudo reboot
          

          Wo ist denn die Ausgabe von iob diag nun hin????

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

            @thomas-braun said in Umzug vom Pin64 auf Proxmox schlägt fehl.:

            apt full-upgrade

            Sorry war noch eine alter Auszug, anbei der aktuelle

            ======================= SUMMARY =======================
                                    v.2024-05-22
            
            
               Static hostname: pineh64meins
                     Icon name: computer
              Operating System: Debian GNU/Linux 11 (bullseye)
                        Kernel: Linux 6.6.36-current-sunxi64
                  Architecture: arm64
            
            Installation:           native
            Kernel:                 aarch64
            Userland:               64 bit
            Timezone:               Europe/Berlin (CEST, +0200)
            User-ID:                0
            Display-Server:         true
            Boot Target:            multi-user.target
            
            Pending OS-Updates:     0
            Pending iob updates:    0
            
            Nodejs-Installation:
            /usr/bin/nodejs         v20.16.0
            /usr/bin/node           v20.16.0
            /usr/bin/npm            10.8.1
            /usr/bin/npx            10.8.1
            /usr/bin/corepack       0.28.2
            
            Recommended versions are nodejs 20.16.0 and npm 10.8.1
            Your nodejs installation is correct
            
            MEMORY: 
                           total        used        free      shared  buff/cache   available
            Mem:            2.9G        1.2G        977M        5.0M        795M        1.7G
            Swap:           1.5G          0B        1.5G
            Total:          4.4G        1.2G        2.4G
            
            Active iob-Instances:   16
            Upgrade policy: none
            
            ioBroker Core:          js-controller           6.0.9
                                    admin                   7.0.22
            
            ioBroker Status:        iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            Status admin and web instance:
            + system.adapter.admin.0                  : admin                 : pineh64meins                             -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            + system.adapter.web.0                    : web                   : pineh64meins                             -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            
            Objects:                9007
            States:                 8238
            
            Size of iob-Database:
            
            12M     /opt/iobroker/iobroker-data/objects.jsonl
            13M     /opt/iobroker/iobroker-data/states.jsonl
            
            
            
            =================== END OF SUMMARY ====================
            

            Danke jetzt bin ich wohl ertsmal mit den alten Server fast fertig,
            Mal noch eine Frage, unter Instanzen gibt es alias manager.0 und devices.0 ohne Funktion. Ich habe mal iobroker add devices ausgeführt und bekomme aber folgende Meldung

            INFO: Directory "/opt/iobroker/node_modules/iobroker.devices/www" was not found! Nothing was uploaded or deleted.
            host.pineh64meins error: this adapter does not allow multiple instances
            
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @kurt_88 last edited by

              @kurt_88

              Hampel da nicht als root herum...
              Immer wieder die gleiche Leier...

              Display-Server:         true
              Boot Target:            multi-user.target
              

              sollte eigentlich auch nicht gemeldet werden. Kann aber sein, das das falsch auf der Plattforn erkannt wird.

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

                @homoran Sorry für die Verspätung. Der Pin64 ist mein alter Server mit iobroker und der soll dann auf Proxmox auf ein LXC Container umziehen, aber nur der iobroker.
                Den Pin64 hatte ich mit

                NAME="Debian GNU/Linux"
                VERSION_ID="11"
                VERSION="11 (bullseye)"
                VERSION_CODENAME=bullseye
                ID=debian
                
                

                aufgesetzt, was meinst Du mit welcher Controller ist mit auf dem Pin64?

                Homoran 1 Reply Last reply Reply Quote 0
                • K
                  kurt_88 @Thomas Braun last edited by kurt_88

                  @thomas-braun Danke noch mal, jetzt muss ich mich um den neuen Server kümmern. Da ist npm vermanscht, nodejs funktioniert, aber npm bekomme ich Fehler.

                  npm -v       
                  -bash: eval: -v: invalid option
                  eval: usage: eval [arg ...]
                  
                  npm install -g npm@latest
                  install: missing file operand
                  Try 'install --help' for more information.
                  

                  Mal schauen.

                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @kurt_88 last edited by Homoran

                    @kurt_88 sagte in Umzug vom Pin64 auf Proxmox schlägt fehl.:

                    was meinst Du mit welcher Controller ist mit auf dem Pin64?

                    du willst doch das Backup vom pine64 in der lxc wiederherstellen.
                    da ist es eminent wichtig welche Version des js-controllers in dem Backup drin ist

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

                      @kurt_88 sagte in Umzug vom Pin64 auf Proxmox schlägt fehl.:

                      Da ist npm vermanscht, nodejs funktioniert, aber npm bekomme ich Fehler.

                      Das kann gar nicht sein, weil das so gar nicht installiert wird...
                      Lass einfach die Finger von nodejs. Das kommt a) immer beim ioBroker gleich richtig mit und b) laufen Updates innerhalb einer Major-Version über die übliche Systempflege und c) gibt es für den Wechsel einer Major-Version das tool iob nodejs-update

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

                        @homoran Danke, ja, nach dem update habe ich jetzt die js-controller version 6.0.9
                        Ich muss nur noch das Problem mit npm auf den lxc Container beheben. Das habe ich mir irgendwie bein downgrade vermanscht, zur Not mache ich den LXC Container wieder platt und installiere alles neu.

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

                          @kurt_88 sagte in Umzug vom Pin64 auf Proxmox schlägt fehl.:

                          Ich muss nur noch das Problem mit npm auf den lxc Container beheben.

                          iob diag
                          

                          in der Langfassung?

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

                            @thomas-braun Danke für den Hinweis. Ich hatte das darüber gemacht.

                            curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -
                            
                            apt install -y nodejs
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @kurt_88 last edited by

                              @kurt_88

                              iob diag
                              
                              1 Reply Last reply Reply Quote 0
                              • K
                                kurt_88 @Thomas Braun last edited by

                                @thomas-braun Die Langfassung ...

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

                                Skript v.2024-05-22
                                
                                *** BASE SYSTEM ***
                                 Static hostname: iobroker01
                                       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      : Intel(R) Pentium(R) Silver J5005 CPU @ 1.50GHz
                                Docker          : false
                                Virtualization  : lxc
                                Kernel          : x86_64
                                Userland        : 64 bit
                                
                                Systemuptime and Load:
                                 19:11:15 up  3:38,  2 users,  load average: 0.74, 0.42, 0.16
                                CPU threads: 2
                                
                                
                                *** Time and Time Zones ***
                                               Local time: Wed 2024-08-07 19:11:15 UTC
                                           Universal time: Wed 2024-08-07 19:11:15 UTC
                                                 RTC time: n/a
                                                Time zone: Etc/UTC (UTC, +0000)
                                System clock synchronized: yes
                                              NTP service: inactive
                                          RTC in local TZ: no
                                
                                *** Users and Groups ***
                                User that called 'iob diag':
                                root
                                HOME=/root
                                GROUPS=root
                                
                                User that is running 'js-controller':
                                iobroker
                                HOME=/home/iobroker
                                GROUPS=iobroker tty dialout audio video plugdev
                                
                                *** Display-Server-Setup ***
                                Display-Server: false
                                Desktop: 
                                Terminal: 
                                Boot Target:    graphical.target
                                
                                *** MEMORY ***
                                               total        used        free      shared  buff/cache   available
                                Mem:            4.3G        240M        3.6G        118K        414M        4.1G
                                Swap:           1.1G          0B        1.1G
                                Total:          5.4G        240M        4.7G
                                
                                Active iob-Instances:   2
                                
                                         4096 M total memory
                                          230 M used memory
                                          217 M active memory
                                          368 M inactive memory
                                         3470 M free memory
                                            0 M buffer memory
                                          395 M swap cache
                                         1024 M total swap
                                            0 M used swap
                                         1024 M free swap
                                
                                *** top - Table Of Processes  ***
                                top - 19:11:15 up  3:38,  2 users,  load average: 0.74, 0.42, 0.16
                                Tasks:  27 total,   1 running,  26 sleeping,   0 stopped,   0 zombie
                                %Cpu(s):  0.0 us,100.0 sy,  0.0 ni,  0.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                                MiB Mem :   4096.0 total,   3468.8 free,    231.6 used,    395.6 buff/cache     
                                MiB Swap:   1024.0 total,   1024.0 free,      0.0 used.   3864.4 avail Mem 
                                
                                *** FAILED SERVICES ***
                                
                                  UNIT                    LOAD   ACTIVE SUB    DESCRIPTION
                                * run-rpc_pipefs.mount    loaded failed failed RPC Pipe File System
                                * sys-kernel-config.mount loaded failed failed Kernel Configuration 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.
                                2 loaded units listed.
                                
                                *** FILESYSTEM ***
                                Filesystem                       Type      Size  Used Avail Use% Mounted on
                                /dev/mapper/pve-vm--100--disk--0 ext4       44G  4.5G   38G  11% /
                                none                             tmpfs     492K  4.0K  488K   1% /dev
                                udev                             devtmpfs  3.8G     0  3.8G   0% /dev/tty
                                tmpfs                            tmpfs     3.8G     0  3.8G   0% /dev/shm
                                tmpfs                            tmpfs     1.6G  112K  1.6G   1% /run
                                tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
                                
                                Messages concerning ext4 filesystem in dmesg:
                                dmesg: read kernel buffer failed: Operation not permitted
                                
                                Show mounted filesystems:
                                TARGET                                                  SOURCE                           FSTYPE     OPTIONS
                                /                                                       /dev/mapper/pve-vm--100--disk--0 ext4       rw,relatime,stripe=16
                                |-/run                                                  tmpfs                            tmpfs      rw,nosuid,nodev,size=1588148k,nr_inodes=819200,mode=755,uid=100000,gid=100000,inode64
                                | |-/run/lock                                           tmpfs                            tmpfs      rw,nosuid,nodev,noexec,relatime,size=5120k,uid=100000,gid=100000,inode64
                                | |-/run/credentials/systemd-tmpfiles-setup-dev.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/credentials/systemd-sysusers.service           ramfs                            ramfs      ro,nosuid,nodev,noexec,relatime,mode=700
                                | `-/run/credentials/systemd-sysctl.service             ramfs                            ramfs      ro,nosuid,nodev,noexec,relatime,mode=700
                                |-/dev                                                  none                             tmpfs      rw,relatime,size=492k,mode=755,uid=100000,gid=100000,inode64
                                | |-/dev/shm                                            tmpfs                            tmpfs      rw,nosuid,nodev,uid=100000,gid=100000,inode64
                                | |-/dev/mqueue                                         mqueue                           mqueue     rw,nosuid,nodev,noexec,relatime
                                | |-/dev/ttyUSB0                                        udev[/ttyACM0]                   devtmpfs   rw,nosuid,relatime,size=3935852k,nr_inodes=983963,mode=755,inode64
                                | |-/dev/.lxc/proc                                      proc                             proc       rw,relatime
                                | |-/dev/.lxc/sys                                       sys                              sysfs      rw,relatime
                                | |-/dev/full                                           udev[/full]                      devtmpfs   rw,nosuid,relatime,size=3935852k,nr_inodes=983963,mode=755,inode64
                                | |-/dev/null                                           udev[/null]                      devtmpfs   rw,nosuid,relatime,size=3935852k,nr_inodes=983963,mode=755,inode64
                                | |-/dev/random                                         udev[/random]                    devtmpfs   rw,nosuid,relatime,size=3935852k,nr_inodes=983963,mode=755,inode64
                                | |-/dev/tty                                            udev[/tty]                       devtmpfs   rw,nosuid,relatime,size=3935852k,nr_inodes=983963,mode=755,inode64
                                | |-/dev/urandom                                        udev[/urandom]                   devtmpfs   rw,nosuid,relatime,size=3935852k,nr_inodes=983963,mode=755,inode64
                                | |-/dev/zero                                           udev[/zero]                      devtmpfs   rw,nosuid,relatime,size=3935852k,nr_inodes=983963,mode=755,inode64
                                | |-/dev/pts                                            devpts                           devpts     rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
                                | |-/dev/ptmx                                           devpts[/ptmx]                    devpts     rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
                                | |-/dev/console                                        devpts[/0]                       devpts     rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
                                | |-/dev/tty1                                           devpts[/1]                       devpts     rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
                                | `-/dev/tty2                                           devpts[/2]                       devpts     rw,nosuid,noexec,relatime,gid=100005,mode=620,ptmxmode=666,max=1026
                                |-/proc                                                 proc                             proc       rw,nosuid,nodev,noexec,relatime
                                | |-/proc/sys                                           proc[/sys]                       proc       ro,relatime
                                | | |-/proc/sys/net                                     proc[/sys/net]                   proc       rw,nosuid,nodev,noexec,relatime
                                | | `-/proc/sys/kernel/random/boot_id                   none[/.lxc-boot-id]              tmpfs      ro,nosuid,nodev,noexec,relatime,size=492k,mode=755,uid=100000,gid=100000,inode64
                                | |-/proc/sysrq-trigger                                 proc[/sysrq-trigger]             proc       ro,relatime
                                | |-/proc/cpuinfo                                       lxcfs[/proc/cpuinfo]             fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                | |-/proc/diskstats                                     lxcfs[/proc/diskstats]           fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                | |-/proc/loadavg                                       lxcfs[/proc/loadavg]             fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                | |-/proc/meminfo                                       lxcfs[/proc/meminfo]             fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                | |-/proc/slabinfo                                      lxcfs[/proc/slabinfo]            fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                | |-/proc/stat                                          lxcfs[/proc/stat]                fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                | |-/proc/swaps                                         lxcfs[/proc/swaps]               fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                | `-/proc/uptime                                        lxcfs[/proc/uptime]              fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                `-/sys                                                  sysfs                            sysfs      ro,nosuid,nodev,noexec,relatime
                                  |-/sys/fs/fuse/connections                            fusectl                          fusectl    rw,nosuid,nodev,noexec,relatime
                                  |-/sys/devices/virtual/net                            sysfs[/devices/virtual/net]      sysfs      rw,nosuid,nodev,noexec,relatime
                                  |-/sys/fs/cgroup                                      none                             cgroup2    rw,nosuid,nodev,noexec,relatime
                                  `-/sys/devices/system/cpu                             lxcfs[/sys/devices/system/cpu]   fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                
                                Files in neuralgic directories:
                                
                                /var:
                                453M    /var/
                                251M    /var/cache
                                247M    /var/cache/apt
                                171M    /var/cache/apt/archives
                                146M    /var/lib
                                
                                Archived and active journals take up 55.5M in the file system.
                                
                                /opt/iobroker/backups:
                                3.9M    /opt/iobroker/backups/
                                
                                /opt/iobroker/iobroker-data:
                                299M    /opt/iobroker/iobroker-data/
                                269M    /opt/iobroker/iobroker-data/files
                                52M     /opt/iobroker/iobroker-data/files/backitup.admin
                                51M     /opt/iobroker/iobroker-data/files/javascript.admin
                                48M     /opt/iobroker/iobroker-data/files/telegram.admin
                                
                                The five largest files in iobroker-data are:
                                35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                27M     /opt/iobroker/iobroker-data/files/backitup.admin/static/js/main.ce422ec2.js.map
                                24M     /opt/iobroker/iobroker-data/objects.jsonl
                                15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
                                8.6M    /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.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'
                                
                                HINT:
                                Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                                /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20220812141627-if00
                                
                                
                                
                                *** NodeJS-Installation ***
                                
                                /usr/bin/nodejs         v20.16.0
                                /usr/bin/node           v20.16.0
                                npm:                    N/A
                                npx:                    N/A
                                /usr/bin/corepack       0.28.2
                                *** nodejs is NOT correctly installed ***
                                
                                nodejs:
                                  Installed: 20.16.0-1nodesource1
                                  Candidate: 20.16.0-1nodesource1
                                  Version table:
                                 *** 20.16.0-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                        100 /var/lib/dpkg/status
                                     20.15.1-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.15.0-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.14.0-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.13.1-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.13.0-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.12.2-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.12.1-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.12.0-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.11.1-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.11.0-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.10.0-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.9.0-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.8.1-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.8.0-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.7.0-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.6.1-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.6.0-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.5.1-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.5.0-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.4.0-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.3.1-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.3.0-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.2.0-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.1.0-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.0.0-1nodesource1 600
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     18.19.0+dfsg-6~deb12u2 500
                                        500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                     18.19.0+dfsg-6~deb12u1 500
                                        500 http://security.debian.org bookworm-security/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:  6.0.9
                                admin:          6.3.5
                                javascript:     6.1.4
                                
                                nodejs modules from github:     0
                                
                                Adapter State
                                  system.adapter.admin.0                  : admin                 : iobroker01                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  system.adapter.alexa2.0                 : alexa2                : iobroker01                               - disabled
                                  system.adapter.alias-manager.0          : alias-manager         : iobroker01                               - disabled
                                + system.adapter.backitup.0               : backitup              : iobroker01                               -  enabled
                                  system.adapter.daswetter.0              : daswetter             : iobroker01                               - disabled
                                  system.adapter.devices.0                : devices               : iobroker01                               - disabled
                                  system.adapter.discovery.0              : discovery             : iobroker01                               - disabled
                                  system.adapter.history.0                : history               : iobroker01                               - disabled
                                  system.adapter.ical.0                   : ical                  : iobroker01                               - disabled
                                  system.adapter.jarvis.0                 : jarvis                : iobroker01                               - disabled
                                  system.adapter.javascript.0             : javascript            : iobroker01                               - disabled
                                  system.adapter.mqtt.0                   : mqtt                  : iobroker01                               - disabled, port: 1883, bind: 0.0.0.0
                                  system.adapter.net-tools.0              : net-tools             : iobroker01                               - disabled
                                  system.adapter.ping.0                   : ping                  : iobroker01                               - disabled
                                  system.adapter.sonoff.0                 : sonoff                : iobroker01                               - disabled, port: 1888, bind: 0.0.0.0
                                  system.adapter.telegram.0               : telegram              : iobroker01                               - disabled, port: 8443, bind: 0.0.0.0
                                  system.adapter.tr-064.0                 : tr-064                : iobroker01                               - disabled
                                  system.adapter.trashschedule.0          : trashschedule         : iobroker01                               - disabled
                                  system.adapter.tuya.0                   : tuya                  : iobroker01                               - disabled
                                  system.adapter.web.0                    : web                   : iobroker01                               - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  system.adapter.zigbee.0                 : zigbee                : iobroker01                               - disabled, port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20220812141627-if00
                                
                                + instance is alive
                                
                                Enabled adapters with bindings
                                  system.adapter.admin.0                  : admin                 : iobroker01                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                
                                ioBroker-Repositories
                                ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                │ (index) │ name     │ url                                                     │ auto upgrade │
                                ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                
                                Active repo(s): stable
                                Upgrade policy: none
                                
                                Installed ioBroker-Instances
                                Used repository: stable
                                Adapter    "admin"        : 7.0.22   , installed 6.3.5  [Updatable]
                                Adapter    "alexa2"       : 3.26.5   , installed 3.23.2 [Updatable]
                                Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                Adapter    "backitup"     : 3.0.16   , installed 2.5.10 [Updatable]
                                Adapter    "daswetter"    : 3.1.15   , installed 3.1.4  [Updatable]
                                Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                Adapter    "discovery"    : 4.5.0    , installed 3.1.0  [Updatable]
                                Adapter    "history"      : 3.0.1    , installed 2.2.4  [Updatable]
                                Adapter    "ical"         : 1.15.0   , installed 1.13.2 [Updatable]
                                Adapter    "jarvis"       : 3.1.8    , installed 3.1.2  [Updatable]
                                Adapter    "javascript"   : 8.7.6    , installed 6.1.4  [Updatable]
                                Controller "js-controller": 6.0.9    , installed 6.0.9
                                Adapter    "mqtt"         : 5.2.0    , installed 4.0.7  [Updatable]
                                Adapter    "net-tools"    : 1.0.11   , installed 0.2.0  [Updatable]
                                Adapter    "ping"         : 1.6.2    , installed 1.5.3  [Updatable]
                                Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                Adapter    "socketio"     : 6.7.1    , installed 4.2.0  [Updatable]
                                Adapter    "sonoff"       : 3.1.0    , installed 2.5.1  [Updatable]
                                Adapter    "telegram"     : 3.3.2    , installed 1.15.2 [Updatable]
                                Adapter    "tr-064"       : 4.3.0    , installed 4.2.17 [Updatable]
                                Adapter    "trashschedule": 3.3.0    , installed 2.0.3  [Updatable]
                                Adapter    "tuya"         : 3.15.0   , installed 3.12.1 [Updatable]
                                Adapter    "web"          : 6.2.5    , installed 4.3.0  [Updatable]
                                Adapter    "ws"           : 2.6.2    , installed 1.3.0  [Updatable]
                                Adapter    "zigbee"       : 1.10.3   , installed 1.8.10 [Updatable]
                                
                                Objects and States
                                Please stand by - This may take a while
                                Objects:        8926
                                States:         8169
                                
                                *** OS-Repositories and Updates ***
                                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_20.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 0.0.0.0:111             0.0.0.0:*               LISTEN      0          499376     1/init              
                                tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          499841     315/master          
                                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       838771     33332/iobroker.js-c 
                                tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       836556     33332/iobroker.js-c 
                                tcp6       0      0 :::22                   :::*                    LISTEN      0          496489     1/init              
                                tcp6       0      0 :::111                  :::*                    LISTEN      0          499378     1/init              
                                tcp6       0      0 ::1:25                  :::*                    LISTEN      0          499842     315/master          
                                udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          496522     95/dhclient         
                                udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          499377     1/init              
                                udp6       0      0 :::111                  :::*                                0          499379     1/init              
                                
                                *** Log File - Last 25 Lines ***
                                
                                2024-08-07 19:09:19.252  - info: host.iobroker01 Successfully updated capabilities "cap_net_admin, cap_net_bind_service, cap_net_raw" for /usr/bin/node
                                2024-08-07 19:09:19.604  - info: host.iobroker01 21 instances found
                                2024-08-07 19:09:19.619  - info: host.iobroker01 starting 2 instances
                                2024-08-07 19:09:19.863  - info: host.iobroker01 Delete state "system.host.iobroker01.versions.nodeCurrent"
                                2024-08-07 19:09:19.883  - info: host.iobroker01 instance system.adapter.admin.0 in version "6.3.5" started with pid 33353
                                2024-08-07 19:09:19.915  - info: host.iobroker01 Delete state "system.host.iobroker01.versions.nodeNewest"
                                2024-08-07 19:09:19.918  - info: host.iobroker01 Delete state "system.host.iobroker01.versions.nodeNewestNext"
                                2024-08-07 19:09:19.921  - info: host.iobroker01 Delete state "system.host.iobroker01.versions.npmCurrent"
                                2024-08-07 19:09:19.923  - info: host.iobroker01 Delete state "system.host.iobroker01.versions.npmNewest"
                                2024-08-07 19:09:19.925  - info: host.iobroker01 Delete state "system.host.iobroker01.versions.npmNewestNext"
                                2024-08-07 19:09:19.928  - info: host.iobroker01 Some obsolete host states deleted.
                                2024-08-07 19:09:21.340  - info: admin.0 (33353) starting. Version 6.3.5 in /opt/iobroker/node_modules/iobroker.admin, node: v20.16.0, js-controller: 6.0.9
                                2024-08-07 19:09:21.360  - info: admin.0 (33353) requesting all states
                                2024-08-07 19:09:21.361  - info: admin.0 (33353) requesting all objects
                                2024-08-07 19:09:21.674  - warn: admin.0 (33353) Cannot get current npm version: Cannot find npm version
                                2024-08-07 19:09:22.251  - info: admin.0 (33353) received all objects
                                2024-08-07 19:09:22.326  - error: admin.0 (33353) Cannot create web-server: TypeError: Cannot read properties of undefined (reading 'createServerAsync')
                                2024-08-07 19:09:22.327  - info: admin.0 (33353) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                2024-08-07 19:09:22.700  - error: admin.0 (33353) Cannot update news: TypeError: newNews.forEach is not a function
                                2024-08-07 19:09:22.861  - info: admin.0 (33353) terminating http server on port 8081
                                2024-08-07 19:09:22.904  - info: host.iobroker01 instance system.adapter.admin.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
                                2024-08-07 19:09:22.905  - info: host.iobroker01 Do not restart adapter system.adapter.admin.0 because desired by instance
                                2024-08-07 19:09:23.838  - info: host.iobroker01 instance system.adapter.backitup.0 in version "2.5.10" started with pid 33371
                                2024-08-07 19:09:25.051  - info: backitup.0 (33371) starting. Version 2.5.10 in /opt/iobroker/node_modules/iobroker.backitup, node: v20.16.0, js-controller: 6.0.9
                                2024-08-07 19:09:25.085  - info: backitup.0 (33371) [iobroker] backup was activated at 02:40 every 1 day(s)
                                
                                
                                ============ Mark until here for C&P =============
                                
                                iob diag has finished.
                                
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @kurt_88 last edited by

                                  @kurt_88 sagte in Umzug vom Pin64 auf Proxmox schlägt fehl.:

                                  root

                                  Kerl...

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

                                    @thomas-braun Bin noch dabei, sofern etwas Luft ist lege ich einen eigenen Nutzer an, versprochen 🙂

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

                                      @kurt_88 sagte in Umzug vom Pin64 auf Proxmox schlägt fehl.:

                                      sofern etwas Luft ist lege ich einen eigenen Nutzer an

                                      NEIN! Das ist dass ALLERERSTE (UND DAS ALLEREINZIGSTE!!!) WAS MAN ALS ROOT TUT.
                                      Danach NUR NOCH ALS USER!!!!!!!!!!!!!

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

                                        @thomas-braun Ja, ist schon erledigt.

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

                                          @kurt_88

                                          iob diag
                                          
                                          K 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @kurt_88 last edited by

                                            @kurt_88

                                            npm haste dir über den root verhunzt. Als user kannst du die Datei gar nicht löschen:

                                            echad@chet:~ $ rm /usr/bin/npm
                                            rm: cannot remove '/usr/bin/npm': Permission denied
                                            echad@chet:~ $ 
                                            

                                            Und deswegen halt NIE, NIE, NIE als root herumhampeln.

                                            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

                                            750
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            49
                                            2281
                                            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