Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Pflege des Betriebssystems
    5. Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie'

    NEWS

    • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie'

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Cumulus 0 last edited by

      @cumulus-0

      Da stimmt was mit der boot_partition nicht.
      Was war das Ausgangssystem? Debian12?

      mount | sort
      

      sagt?

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

        @thomas-braun said in Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie':

        mount | sort

        Ja, im Juni neu installiert.

         mount | sort
        //192.168.xxx/fritz.nas/rout_bak/RaspSys on /media/nas type cifs (rw,relatime,vers=3.1.1,sec=ntlmv2,cache=strict,upcall_target=app,username=,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.,file_mode=0755,dir_mode=0755,soft,nounix,mapposix,reparse=nfs,rsize=1048576,wsize=1048576,bsize=1048576,retrans=1,echo_interval=60,actimeo=1,closetimeo=1,user=xxx)
        binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
        bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
        cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
        configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
        debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
        /dev/mmcblk0p2 on / type ext4 (rw,noatime)
        devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
        fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
        mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
        proc on /proc type proc (rw,relatime)
        pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
        ramfs on /run/credentials/systemd-sysctl.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
        ramfs on /run/credentials/systemd-sysusers.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
        ramfs on /run/credentials/systemd-tmpfiles-setup-dev.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
        ramfs on /run/credentials/systemd-tmpfiles-setup.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
        securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
        sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
        sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
        systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=3534)
        tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
        tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
        tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=800856k,mode=755)
        tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=800852k,nr_inodes=200213,mode=700,uid=1000,gid=1000)
        tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
        udev on /dev type devtmpfs (rw,nosuid,relatime,size=3736304k,nr_inodes=934076,mode=755)
        
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Cumulus 0 last edited by

          @cumulus-0

          Da fehlt tatsächlich der mount von
          /dev/mmcblk0p2 auf /boot/firmware

          Wie bootest du das Ding denn??

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

            @thomas-braun

             sudo parted -l
            Model: SD Y032V (sd/mmc)
            Disk /dev/mmcblk0: 31.0GB
            Sector size (logical/physical): 512B/512B
            Partition Table: msdos
            Disk Flags:
            
            Number  Start   End     Size    Type     File system  Flags
             1      8389kB  545MB   537MB   primary  fat32        lba
             2      545MB   31.0GB  30.5GB  primary  ext4
            
            

            Das hat bisher nie gestört. Vermutlich ist das nicht das einzige Problem.
            Ist eine Neuinstallation evtl. besser? Im Juni von Debian 11 auf 12. Dann hab ich noch 2-3 Jahre Zeit, oder?

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

              @cumulus-0 sagte in Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie':

              Im Juni von Debian 11 auf 12.

              Joh, und dabei geht das System an genau der Stelle kaputt.
              Das funktioniert nämlich nicht sauber. Installier es neu. Und zwar nicht in zwei Jahren sondern in zwei Wochen.

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

                @thomas-braun said in Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie':

                @cumulus-0 sagte in Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie':

                Im Juni von Debian 11 auf 12.

                Joh, und dabei geht das System an genau der Stelle kaputt.
                Das funktioniert nämlich nicht sauber. Installier es neu. Und zwar nicht in zwei Jahren sondern in zwei Wochen.

                Super! Das war aber eine Neuinstallation auf neuer Karte.
                Dann werde ich wohl den einfachen Weg gehen müssen. Ein paar Systemanwendungen wie email, open SSH mit Root und Backup sind dann wieder ein Problem.
                Aber erstmal vielen Dank für die schnelle und tolle Hilfe!

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

                  @cumulus-0 sagte in Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie':

                  open SSH mit Root

                  Macht man NICHT.

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

                    @thomas-braun
                    Ist aber sehr praktisch, wenn man das braucht. Aber ich räume ein, root hab ich noch nie gebraucht. Aber ich habe immer ein schlechtes Gefühl, wenn ich irgendwo ausgesperrt bin.
                    Aber mein Vollbackup war gestern sehr praktisch. Das hatte ich vorher gezogen. Nach missglücktem Versuch einfach die Karte wechseln, und alles läuft wieder. Licht im Haus, Auto laden, PV und die ganzen Erfassungen dazu sind schon praktisch.
                    Also nochmals vielen Dank an Thomas!

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

                      @cumulus-0 sagte in Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie':

                      wenn man das braucht.

                      Man braucht es ja eben NIE. Meld dich mit dem default user an und verwende dann innerhalb des Systems sudo.

                      1 Reply Last reply Reply Quote 2
                      • Siggi0904
                        Siggi0904 @Codierknecht last edited by Siggi0904

                        @codierknecht ich lauf bei meiner Synology seit dem Upgrade auf Trixie in den gleichen Fehler.
                        Wo finde ich denn die mysqldump.cnf ?

                        Dank dir.

                        Edit: gefunden, Datei liegt in /etc/mysql/conf.d

                        Danke für den super Hinweis, ich hatte nämlich keine Meldung erhalten, die erschien nur nach dem Neustart heute beim node-js update.

                        1 Reply Last reply Reply Quote 0
                        • David G.
                          David G. @Thomas Braun last edited by

                          @thomas-braun

                          Ich habe mal eine Frage zu den gepinnten Paketen.
                          Warum aktualisiert man diese nicht vor dem Update auf Trixie sondern erst während dessen?

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @David G. last edited by

                            @david-g sagte in Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie':

                            Warum aktualisiert man diese nicht vor dem Update auf Trixie sondern erst während dessen?

                            Weil es keinen Unterschied macht. Du lässt die ja wieder freilaufen beim Upgrade. Sollten ja auch nicht viele sein.

                            David G. 1 Reply Last reply Reply Quote 0
                            • David G.
                              David G. @Thomas Braun last edited by

                              @thomas-braun

                              Danke.
                              Hatte bisher nie welche.
                              Hab mittlerweile alle Rechner upgedatet.

                              Auf der Arbeit habe ich noch einige.
                              Dafür hab ich mir grad ein kleines Script geschrieben, dabei hab ich mir die Frage grad gestellt.

                              1 Reply Last reply Reply Quote 0
                              • G
                                guitardoc last edited by guitardoc

                                Ich habe jetzt auch den Schritt gewagt und auf Trixie aufgesprungen. Und wie viele andere auch habe ich die Warnung drin:

                                mn@iobroker:~$ sudo apt update --audit
                                Hit:1 http://deb.debian.org/debian trixie InRelease
                                Hit:2 http://deb.debian.org/debian trixie-updates InRelease                         
                                Hit:3 http://security.debian.org trixie-security InRelease                          
                                Hit:4 https://deb.nodesource.com/node_22.x nodistro InRelease                       
                                All packages are up to date.    
                                Warning: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
                                Audit: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Sub-process /usr/bin/sqv returned an error code (1), error message is:
                                   Signing key on 6F71F525282841EEDAF851B42F59B5F99B1BE0B4 is not bound:
                                              No binding signature at time 2025-10-28T19:21:53Z
                                     because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance
                                     because: SHA1 is not considered secure since 2026-02-01T00:00:00Z
                                mn@iobroker:~$ 
                                
                                

                                Interessanterweise ist die oben mal angeführte /etc/apt/sources.list.d/raspi.sources bei mir leer. Der Keyring scheint auch nicht installiert zu sein:

                                mn@iobroker:~$ apt policy raspberrypi-archive-keyring
                                Notice: Unable to locate package raspberrypi-archive-keyring
                                mn@iobroker:~$ 
                                

                                Die Ausgabe von iob diag liefert:

                                ========== Start marking the full check here ===========
                                
                                ```bash
                                Script v.2025-08-09
                                
                                *** BASE SYSTEM ***
                                Operating System: Debian GNU/Linux 13 (trixie)
                                 Static hostname: iobroker
                                       Icon name: computer-container
                                         Chassis: container ☐
                                  Virtualization: lxc
                                          Kernel: Linux 6.14.11-4-pve
                                    Architecture: x86-64
                                OS is similar to: 
                                
                                model name	: Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz
                                Docker          : false
                                Virtualization  : lxc
                                Kernel          : x86_64
                                Userland        : 64 bit
                                
                                Systemuptime and Load:
                                 16:07:46 up 25 min,  1 user,  load average: 0.60, 0.75, 1.01
                                CPU threads: 2
                                
                                
                                *** LIFE CYCLE STATUS ***
                                Operating System is the current Debian stable version codenamed 'trixie'!
                                
                                *** TIME AND TIMEZONES ***
                                               Local time: Wed 2025-10-29 16:07:47 CET
                                           Universal time: Wed 2025-10-29 15:07:47 UTC
                                                 RTC time: n/a
                                                Time zone: Europe/Berlin (CET, +0100)
                                System clock synchronized: yes
                                              NTP service: inactive
                                          RTC in local TZ: no
                                
                                *** Users and Groups ***
                                User that called 'iob diag':
                                mn
                                HOME=/home/mn
                                GROUPS=mn adm dialout sudo users iobroker
                                
                                User that is running 'js-controller':
                                iobroker
                                HOME=/home/iobroker
                                SUDO_HOME=/home/mn
                                GROUPS=iobroker tty dialout audio video plugdev
                                
                                *** DISPLAY-SERVER SETUP ***
                                Display-Server: 	false
                                Unit display-manager.service could not be found.
                                Display-Manager: 	
                                Desktop: 		
                                Session: 		tty
                                
                                *** MEMORY ***
                                               total        used        free      shared  buff/cache   available
                                Mem:             12G        3.6G        8.4G        573K        897M        9.3G
                                Swap:           536M          0B        536M
                                Total:           13G        3.6G        8.9G
                                
                                Active iob-Instances: 	33
                                
                                        12288 M total memory
                                         3466 M used memory
                                         3530 M active memory
                                          635 M inactive memory
                                         7965 M free memory
                                            0 M buffer memory
                                          856 M swap cache
                                          512 M total swap
                                            0 M used swap
                                          512 M free swap
                                
                                *** top - Table Of Processes  ***
                                top - 16:07:47 up 25 min,  1 user,  load average: 0.60, 0.75, 1.01
                                Tasks:  65 total,   1 running,  64 sleeping,   0 stopped,   0 zombie
                                %Cpu(s):  5.0 us,  0.0 sy,  0.0 ni, 95.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                                MiB Mem :  12288.0 total,   7965.6 free,   3466.5 used,    856.3 buff/cache     
                                MiB Swap:    512.0 total,    512.0 free,      0.0 used.   8821.5 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
                                
                                Legend: 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.
                                
                                
                                *** DMESG CRITICAL ERRORS ***
                                dmesg: read kernel buffer failed: Operation not permitted
                                No critical errors detected
                                
                                *** FILESYSTEM ***
                                Filesystem                       Type      Size  Used Avail Use% Mounted on
                                /dev/mapper/pve-vm--100--disk--0 ext4       63G   25G   36G  41% /
                                none                             tmpfs     492K  4.0K  488K   1% /dev
                                /dev/mapper/pve-root             ext4       94G   14G   76G  16% /dev/ttyACM0
                                udev                             devtmpfs   32G     0   32G   0% /dev/tty
                                tmpfs                            tmpfs      32G     0   32G   0% /dev/shm
                                tmpfs                            tmpfs      13G  136K   13G   1% /run
                                tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
                                tmpfs                            tmpfs      32G  412K   32G   1% /tmp
                                tmpfs                            tmpfs     6.3G  8.0K  6.3G   1% /run/user/1001
                                
                                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
                                `-/dev/ttyACM0 /dev/mapper/pve-root[/var/lib/lxc/101/devices/ttyACM0] ext4   rw,relatime,errors=remount-ro
                                
                                Files in neuralgic directories:
                                
                                /var:
                                8.3G	/var/
                                7.2G	/var/lib
                                7.0G	/var/lib/mysql
                                6.9G	/var/lib/mysql/DBioBroker
                                935M	/var/log
                                
                                Archived and active journals take up 932M in the file system.
                                
                                /opt/iobroker/backups:
                                8.6G	/opt/iobroker/backups/
                                
                                /opt/iobroker/iobroker-data:
                                785M	/opt/iobroker/iobroker-data/
                                498M	/opt/iobroker/iobroker-data/files
                                152M	/opt/iobroker/iobroker-data/backup-objects
                                92M	/opt/iobroker/iobroker-data/files/vis-2
                                67M	/opt/iobroker/iobroker-data/files/echarts.admin
                                
                                The five largest files in iobroker-data are:
                                114M	/opt/iobroker/iobroker-data/objects.jsonl
                                30M	/opt/iobroker/iobroker-data/files/notification-manager.admin/build/index.js.map
                                26M	/opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                                26M	/opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.41cee985.js.map
                                24M	/opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js.map
                                
                                USB-Devices by-id:
                                USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                
                                /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2285504-if00
                                
                                *** ZigBee Settings ***
                                
                                HINT:
                                Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                                /dev/ttyACM0
                                Zigbee Network Settings on your coordinator/in nvbackup are:
                                
                                zigbee.X
                                Extended Pan ID:
                                *** MASKED ***
                                Pan ID:
                                *** MASKED ***
                                Channel:
                                *** MASKED ***
                                Network Key:
                                *** MASKED ***
                                
                                To unmask the settings run 'iob diag --unmask'
                                
                                
                                *** NodeJS-Installation ***
                                
                                /usr/bin/nodejs 	v22.21.1
                                /usr/bin/node 		v22.21.1
                                /usr/bin/npm 		10.9.4
                                /usr/bin/npx 		10.9.4
                                /usr/bin/corepack 	0.34.0
                                
                                nodejs:
                                  Installed: 22.21.1-1nodesource1
                                  Candidate: 22.21.1-1nodesource1
                                  Version table:
                                 *** 22.21.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                        100 /var/lib/dpkg/status
                                     22.21.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.20.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.19.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.18.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.17.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.17.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.16.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.15.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.15.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.14.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.13.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.13.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.12.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.11.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.10.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.9.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.8.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.7.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.6.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.5.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.5.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.4.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.4.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.3.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.2.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.1.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     22.0.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                     20.19.2+dfsg-1 500
                                        500 http://deb.debian.org/debian trixie/main amd64 Packages
                                
                                Temp directories causing deletion problem: 0
                                No problems detected
                                
                                Errors in npm tree: 0
                                No problems detected
                                
                                Checking for nodejs vulnerability:
                                
                                
                                 █████  ██      ██           ██████   ██████   ██████  ██████         ██
                                ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
                                ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
                                ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
                                ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
                                
                                
                                
                                *** ioBroker-Installation ***
                                
                                ioBroker Status
                                iobroker is running on this host.
                                
                                
                                Objects type: jsonl
                                States  type: jsonl
                                
                                Hosts:
                                iobroker            iobroker (version: 7.0.7, hostname: iobroker      , alive, uptime: 1560)
                                
                                Core adapters versions
                                js-controller: 	7.0.7
                                admin: 		7.7.2
                                javascript: 	8.9.2
                                
                                nodejs modules from github: 	0
                                
                                Adapter State
                                + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  system.adapter.alias-manager.0          : alias-manager         : iobroker                                 -  enabled
                                + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                + system.adapter.cloud.0                  : cloud                 : iobroker                                 -  enabled
                                + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                                + system.adapter.echarts.0                : echarts               : iobroker                                 -  enabled
                                + system.adapter.eusec.0                  : eusec                 : iobroker                                 -  enabled
                                  system.adapter.feiertage.0              : feiertage             : iobroker                                 -  enabled
                                + system.adapter.followthesun.0           : followthesun          : iobroker                                 -  enabled
                                + system.adapter.homeconnect.0            : homeconnect           : iobroker                                 -  enabled
                                + system.adapter.hydrawise.0              : hydrawise             : iobroker                                 -  enabled
                                + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                + system.adapter.javascript.1             : javascript            : iobroker                                 -  enabled
                                + system.adapter.logparser.0              : logparser             : iobroker                                 -  enabled
                                + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
                                + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1886, bind: 0.0.0.0
                                + system.adapter.nanoleaf-lightpanels.0   : nanoleaf-lightpanels  : iobroker                                 -  enabled, port: 16021
                                + system.adapter.notification-manager.0   : notification-manager  : iobroker                                 -  enabled
                                + system.adapter.pvforecast.0             : pvforecast            : iobroker                                 -  enabled
                                + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                + system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                + system.adapter.shuttercontrol.0         : shuttercontrol        : iobroker                                 -  enabled
                                + system.adapter.shuttercontrol.1         : shuttercontrol        : iobroker                                 -  enabled
                                + system.adapter.shuttercontrol.2         : shuttercontrol        : iobroker                                 -  enabled
                                  system.adapter.solaredge.0              : solaredge             : iobroker                                 -  enabled
                                + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1888, bind: 0.0.0.0
                                + system.adapter.sql.0                    : sql                   : iobroker                                 -  enabled, port: 3306
                                + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.tuya.0                   : tuya                  : iobroker                                 -  enabled
                                  system.adapter.uv-protect.0             : uv-protect            : iobroker                                 -  enabled
                                + system.adapter.viessmannapi.0           : viessmannapi          : iobroker                                 -  enabled
                                  system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: iobroker                                 -  enabled
                                + system.adapter.vis-2.0                  : vis-2                 : iobroker                                 -  enabled
                                  system.adapter.vis-map.0                : vis-map               : iobroker                                 - disabled
                                  system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobroker                                 - disabled
                                  system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                                + system.adapter.vw-connect.0             : vw-connect            : iobroker                                 -  enabled
                                  system.adapter.weatherunderground.0     : weatherunderground    : iobroker                                 -  enabled
                                + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                + system.adapter.yahka.0                  : yahka                 : iobroker                                 -  enabled
                                + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/ttyACM0
                                
                                + instance is alive
                                
                                Enabled adapters with bindings
                                + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1886, bind: 0.0.0.0
                                + system.adapter.nanoleaf-lightpanels.0   : nanoleaf-lightpanels  : iobroker                                 -  enabled, port: 16021
                                + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                + system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1888, bind: 0.0.0.0
                                + system.adapter.sql.0                    : sql                   : iobroker                                 -  enabled, port: 3306
                                + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/ttyACM0
                                
                                ioBroker-Repositories
                                ┌─────────┬───────────────┬──────────────────────────────────────────────────────────┬──────────────┐
                                │ (index) │ name          │ url                                                      │ auto upgrade │
                                ├─────────┼───────────────┼──────────────────────────────────────────────────────────┼──────────────┤
                                │ 0       │ 'stable'      │ 'https://download.iobroker.net/sources-dist.json'        │ false        │
                                │ 1       │ 'beta'        │ 'https://download.iobroker.net/sources-dist-latest.json' │ false        │
                                │ 2       │ 'live-stable' │ 'http://iobroker.live/repo/sources-dist.json'            │ false        │
                                │ 3       │ 'live-beta'   │ 'http://iobroker.live/repo/sources-dist-latest.json'     │ false        │
                                └─────────┴───────────────┴──────────────────────────────────────────────────────────┴──────────────┘
                                
                                Active repo(s): stable
                                Upgrade policy: none
                                
                                Installed ioBroker-Adapters
                                Used repository: stable
                                Adapter    "admin"        : 7.7.2    , installed 7.7.2
                                Adapter    "alias-manager": 2.0.0    , installed 2.0.0
                                Adapter    "backitup"     : 3.3.5    , installed 3.3.5
                                Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                                Adapter    "eusec"        : 1.3.3    , installed 2.0.3
                                Adapter    "feiertage"    : 1.2.1    , installed 1.2.1
                                Adapter    "followthesun" : 0.5.2    , installed 0.5.2
                                Adapter    "homeconnect"  : 1.4.3    , installed 1.4.3
                                Adapter    "hydrawise"    : 1.0.2    , installed 1.0.2
                                Adapter    "javascript"   : 8.9.2    , installed 8.9.2
                                Controller "js-controller": 7.0.7    , installed 7.0.7
                                Adapter    "logparser"    : 2.4.0    , installed 2.4.0
                                Adapter    "modbus"       : 6.3.2    , installed 6.3.2
                                Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
                                Adapter    "nanoleaf-lightpanels": 1.4.0, installed 1.4.0
                                Adapter    "notification-manager": 1.3.0, installed 1.3.0
                                Adapter    "pvforecast"   : 5.0.0    , installed 5.0.0
                                Adapter    "shelly"       : 10.2.0   , installed 10.2.0
                                Adapter    "shuttercontrol": 2.0.5   , installed 2.0.5
                                Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                Adapter    "solaredge"    : 1.4.1    , installed 1.4.1
                                Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
                                Adapter    "sql"          : 3.0.1    , installed 3.0.1
                                Adapter    "telegram"     : 4.1.0    , installed 4.1.0
                                Adapter    "tuya"         : 3.16.0   , installed 3.16.0
                                Adapter    "uv-protect"   : 0.6.8    , installed 0.6.8
                                Adapter    "viessmannapi" : 2.3.0    , installed 2.4.3
                                Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                Adapter    "vis-2"        : 2.13.4   , installed 2.13.4
                                Adapter    "vis-2-widgets-material": 1.4.10, installed 1.4.10
                                Adapter    "vis-map"      : 1.1.2    , installed 1.1.2
                                Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                                Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                                Adapter    "web"          : 7.0.8    , installed 7.0.8
                                Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                Adapter    "yahka"        : 1.1.5    , installed 1.1.5
                                Adapter    "zigbee"       : 3.1.5    , installed 3.1.5
                                
                                Objects and States
                                Please stand by - This may take a while
                                Objects: 	68545
                                States: 	55952
                                
                                *** OS-Repositories and Updates ***
                                W: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
                                Hit:1 http://deb.debian.org/debian trixie InRelease
                                Hit:2 http://security.debian.org trixie-security InRelease
                                Hit:3 http://deb.debian.org/debian trixie-updates InRelease
                                Hit:4 https://deb.nodesource.com/node_22.x nodistro InRelease
                                Reading package lists...
                                W: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
                                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:1883            0.0.0.0:*               LISTEN      1000       115012421  666/io.shelly.1     
                                tcp        0      0 0.0.0.0:1887            0.0.0.0:*               LISTEN      1000       115012240  624/io.mqtt.0       
                                tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1000       115012239  624/io.mqtt.0       
                                tcp        0      0 0.0.0.0:1888            0.0.0.0:*               LISTEN      1000       115018118  767/io.sonoff.0     
                                tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          115007612  1/init              
                                tcp        0      0 127.0.0.1:39081         0.0.0.0:*               LISTEN      1000       115017176  736/io.yahka.0      
                                tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          115009868  349/master          
                                tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      105        115007110  236/mariadbd        
                                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       115010141  141/iobroker.js-con 
                                tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       115010146  141/iobroker.js-con 
                                tcp6       0      0 ::1:25                  :::*                    LISTEN      0          115009869  349/master          
                                tcp6       0      0 :::1984                 :::*                    LISTEN      1000       115023888  982/go2rtc          
                                tcp6       0      0 :::22                   :::*                    LISTEN      0          115007940  1/init              
                                tcp6       0      0 :::111                  :::*                    LISTEN      0          115007614  1/init              
                                tcp6       0      0 :::33743                :::*                    LISTEN      1000       115017158  736/io.yahka.0      
                                tcp6       0      0 :::8082                 :::*                    LISTEN      1000       115022041  861/io.web.0        
                                tcp6       0      0 :::8081                 :::*                    LISTEN      1000       115010488  435/io.admin.0      
                                tcp6       0      0 :::8555                 :::*                    LISTEN      1000       115023882  982/go2rtc          
                                tcp6       0      0 :::8554                 :::*                    LISTEN      1000       115023880  982/go2rtc          
                                udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          115007613  1/init              
                                udp        0      0 0.0.0.0:34140           0.0.0.0:*                           1000       115022091  802/io.eusec.0      
                                udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       115022502  1029/io.nanoleaf-li 
                                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       115017163  736/io.yahka.0      
                                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       115017162  736/io.yahka.0      
                                udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1000       115016741  655/io.shelly.0     
                                udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1000       115018462  712/io.tuya.0       
                                udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1000       115018463  712/io.tuya.0       
                                udp        0      0 0.0.0.0:49656           0.0.0.0:*                           1000       115022096  802/io.eusec.0      
                                udp6       0      0 :::111                  :::*                                0          115007615  1/init              
                                udp6       0      0 :::8555                 :::*                                1000       115023883  982/go2rtc          
                                
                                *** Log File - Last 25 Lines ***
                                
                                2025-10-29 15:45:05.269  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus1pm-78ee4cc4e244"
                                2025-10-29 15:45:05.269  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus1pm-78ee4cc4e604"
                                2025-10-29 15:45:05.269  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus2pm-2cbcbb3e9980"
                                2025-10-29 15:45:05.269  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus1pm-c82e189590d4"
                                2025-10-29 15:45:05.269  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus1pm-345f4520313c"
                                2025-10-29 15:45:05.273  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus2pm-a0dd6c4821e4"
                                2025-10-29 15:45:05.274  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus2pm-ccdba7d035a4"
                                2025-10-29 15:45:05.281  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus1pm-c82e189590d4"
                                2025-10-29 15:45:05.281  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus1-30c9224c881c"
                                2025-10-29 15:45:05.281  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus1pm-a0dd6c312c40"
                                2025-10-29 15:45:05.285  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus2pm-a0dd6c27921c"
                                2025-10-29 15:45:05.285  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus2pm-c049ef89564c"
                                2025-10-29 15:45:05.285  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus2pm-c049ef8b45c0"
                                2025-10-29 15:45:05.285  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus2pm-b8d61a898d30"
                                2025-10-29 15:45:05.285  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus2pm-a0dd6c49bba4"
                                2025-10-29 15:45:05.285  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus2pm-a0dd6c27921c"
                                2025-10-29 15:45:05.285  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus2pm-ccdba7d035a4"
                                2025-10-29 15:45:05.286  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus1pm-10061ccac808"
                                2025-10-29 15:45:05.286  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus1-b0a7324d7b7c"
                                2025-10-29 15:45:05.286  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus2pm-2cbcbb3e7f48"
                                2025-10-29 15:45:05.286  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus2pm-c049ef8b45c0"
                                2025-10-29 15:45:05.289  - error: shelly.1 (666) [MQTT] Unable to get mqttprefix of client with id "shellyplus1pm-78ee4cc4e604"
                                2025-10-29 15:45:36.488  - info: cloud.0 (576) Trying to connect as system.user.admin to cloud
                                2025-10-29 15:45:36.606  - info: cloud.0 (576) Connection changed: connect
                                2025-10-29 16:06:05.901  - error: sql.0 (518) Cannot insert INSERT INTO `DBioBroker`.ts_number (id, ts, val, ack, _from, q) VALUES (41, 1761750365856, 0.5776, 1, 7, 0);: Error: Duplicate entry '41-1761750365856' for key 'PRIMARY' (id: alias.0.Solaranlage.DC-Leistungswert)
                                
                                

                                Der ioBroker scheint aber richtig zu laufen, zumindest sind alle Instanzen grün und unerwartete Fehlermeldungen hab ich bisher auch nicht entdecken können. Muss ich mir da irgendwie Gedanken machen oder geht das von "allein" irgendwie weg?

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

                                  @guitardoc

                                  Die erste Meldung bezieht sich auf den Schlüssel von nodesource, der ist noch in einem alten Format.
                                  Die Meldung geht weg, wenn du den irgendwann veröffentlichten Schlüssel einspielst.

                                  Interessanterweise ist die oben mal angeführte /etc/apt/sources.list.d/raspi.sources bei mir leer.

                                  Die ist solange leer bzw. gar nicht vorhanden, bis du da aktiv auf das jetzt neue Format umstellst. Kannste machen, musste aber noch nicht. Es sollte aber die Vorgängerdatei 'raspi.list' geben.

                                  Edit: Du hast doch gar kein RaspberryOS da am Start...
                                  Dann gibt es natürlich auch diese Distro-spezifischen Quellen nicht.

                                  G 1 Reply Last reply Reply Quote 1
                                  • G
                                    guitardoc @Thomas Braun last edited by guitardoc

                                    @thomas-braun Ahhh - die Anleitung war nur für Raspi-OS... Ich hab den ioB in einem LXC auf einem Proxmox laufen. Hmm, was mache ich denn da nun wegen der Fehlermeldung?

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

                                      @guitardoc

                                      Nein, die 'Anleitung' ist generell für ein Inline-Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie'.
                                      RaspberryOS setzt jeweils zu weiten Teilen auf dieser Basis auf, sodass die generelle Vorgehensweise da zu 99% gleich ist.

                                      Wegen der 'Fehlermeldung': Abwarten, bis nodesource endlich mal einen aktuellen Schlüssel veröffentlicht, den dann einbinden und die 'Fehlermeldung' ist weg.

                                      G 1 Reply Last reply Reply Quote 2
                                      • G
                                        guitardoc @Thomas Braun last edited by

                                        @thomas-braun Ahh, danke für die Info. Kommt dieser Schlüssel bei Veröffentlichung irgendwie per apt auf das System oder muss ich selbst aktiv auf die Suche gehen, wann der wo veröffentlicht wird? Weißt du das?

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

                                          @guitardoc

                                          Das kommt darauf an, in welcher Form der veröffentlich wird. Vermutlich wird es ausreichen, den neuen Key an die gleiche Stelle zu legen wie der bisherige Schlüssel auch. Auf meinem System ist das /etc/apt/keyrings/nodesource.gpg

                                          G 1 Reply Last reply Reply Quote 2
                                          • G
                                            guitardoc @Thomas Braun last edited by

                                            @thomas-braun said in Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie':

                                            /etc/apt/keyrings/nodesource.gpg

                                            Alles klar, danke!

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.4k
                                            Online

                                            32.3k
                                            Users

                                            81.2k
                                            Topics

                                            1.3m
                                            Posts

                                            39
                                            199
                                            27950
                                            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