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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community 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 ?
    apollon77A
    apollon77
    48
    3
    8.2k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

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

Geplant Angeheftet Gesperrt Verschoben Pflege des Betriebssystems
214 Beiträge 41 Kommentatoren 32.2k Aufrufe 46 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • C Cumulus 0

    @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 BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #182

    @cumulus-0

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

    Wie bootest du das Ding denn??

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    C 1 Antwort Letzte Antwort
    1
    • Thomas BraunT Thomas Braun

      @cumulus-0

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

      Wie bootest du das Ding denn??

      C Offline
      C Offline
      Cumulus 0
      schrieb am zuletzt editiert von Cumulus 0
      #183

      @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 BraunT 1 Antwort Letzte Antwort
      0
      • C 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 BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #184

        @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.

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        C 1 Antwort Letzte Antwort
        1
        • Thomas BraunT Thomas Braun

          @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 Offline
          C Offline
          Cumulus 0
          schrieb am zuletzt editiert von
          #185

          @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 BraunT 1 Antwort Letzte Antwort
          0
          • C Cumulus 0

            @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 BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #186

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

            open SSH mit Root

            Macht man NICHT.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            C 1 Antwort Letzte Antwort
            1
            • Thomas BraunT Thomas Braun

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

              open SSH mit Root

              Macht man NICHT.

              C Offline
              C Offline
              Cumulus 0
              schrieb am zuletzt editiert von
              #187

              @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 BraunT 1 Antwort Letzte Antwort
              0
              • C Cumulus 0

                @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 BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #188

                @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.

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                1 Antwort Letzte Antwort
                2
                • CodierknechtC Codierknecht

                  @codierknecht sagte in Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie':

                  Die mysqldump.cnf sieht wie folgt aus:

                  Ich hab's hinbekommen 😄

                  Die config muss (auf der ioBroker-Seite) so aussehen:

                  [mysqldump]
                  quick
                  quote-names
                  max_allowed_packet = 16M
                  ssl = 0
                  
                  Siggi0904S Offline
                  Siggi0904S Offline
                  Siggi0904
                  schrieb am zuletzt editiert von Siggi0904
                  #189

                  @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 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    Debian 13 'Trixie' ist am 09.08.2025 in einer stabilen Version veröffentlicht worden!

                    Upgrades sind nur von der direkten Vorversion und nur von der gleichen CPU-Architektur aus möglich.
                    Also Debian 12 'Bookworm' und z.B. arch64. CrossUpgrades von 32Bit 'armhf' auf 'arm64' sind nicht möglich (nur für echte Pinguine!) und bedingen eine Neuinstallation.

                    Hier hat es folgendermaßen auf einem Raspberry 4 funktioniert.
                    Natürlich ohne Desktop oder sowas, nur per SSH direkt mit einem Terminal verbunden. Mit laufender GUI und aus einer lokalen Konsole heraus ist das alles komplizierter, weil es passieren kann, dass die Verbindung abreißt und das ganze schwer in die Hose geht. Aber wir betreiben ja Server alle immer grundsätzlich ohne graphische Oberfläche...

                    Das bisherige System muss auf dem allerletzten Stand sein.
                    Also per

                    sudo apt update
                    sudo apt full-upgrade
                    sudo reboot
                    

                    zunächst mal sicherstellen, das man auf dem neusten PointRelease agiert. Stand 09. August 2025 ist das:

                    echad@chet:~ $ cat /etc/debian_version
                    12.11
                    echad@chet:~ $
                    

                    APT pinning:
                    Schauen, ob in einer Datei wie /etc/apt/preferences oder im Verzeichnis /etc/apt/preferences.d Pakete (außer nodejs / nodesource) gepinnt wurden. Diese müssen entfernt werden.

                    Mit

                    apt-mark showhold
                    

                    schaut man noch, ob Paket auf halten gesetzt wurden. Auch dies muss möglichst Rückgängig gemacht werden.
                    Geht dann per

                    sudo apt-mark unhold PAKETNAME
                    

                    ODER in Bausch und Bogen
                    per

                    sudo apt-mark unhold `apt-mark showhold`
                    

                    Jetzt wird geschaut, ob die Ausganglage sauber ist. Sollte ungefähr so aussehen:

                    echad@chet:~ $ sudo apt update
                    Hit:1 http://deb.debian.org/debian bookworm InRelease
                    Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                    Hit:3 https://repos.influxdata.com/debian stable InRelease
                    Hit:4 http://archive.raspberrypi.com/debian bookworm InRelease
                    Hit:5 http://deb.debian.org/debian bookworm-updates InRelease
                    Hit:6 http://phoscon.de/apt/deconz bookworm InRelease
                    Hit:7 http://phoscon.de/apt/deconz bookworm-beta InRelease
                    Hit:8 https://apt.grafana.com stable InRelease
                    Hit:9 https://cli.github.com/packages stable InRelease
                    Hit:10 https://deb.nodesource.com/node_20.x nodistro InRelease
                    Hit:11 https://repo.mosquitto.org/debian bookworm InRelease
                    Hit:12 https://packages.redis.io/deb bookworm InRelease
                    Get:13 https://pkgs.tailscale.com/stable/debian bookworm InRelease
                    Hit:14 https://packagecloud.io/ookla/speedtest-cli/debian bookworm InRelease
                    Fetched 6,581 B in 3s (1,994 B/s)
                    Reading package lists... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    All packages are up to date.
                    echad@chet:~ $
                    

                    Also alle bisherigen Quellen sind erreichbar und deren Schlüssel liegen sauber an Ort und Stelle und es werden auch keine sonstigen Fehler gemeldet.

                    Jetzt kann man hingehen, und das Ruder in Richtung Debian 13 'Trixie' drehen:

                    sudo sed -i 's/bookworm/trixie/g' /etc/apt/sources.list
                    sudo sed -i 's/bookworm/trixie/g' /etc/apt/sources.list.d/*
                    

                    Mit

                    sudo apt update
                    

                    ziehen wir die neuen Quellen heran. Sollte dann wie zuvor aussehen, nur das nur statt wie bisher bookworm halt der neue Releasename trixie auftaucht:

                    echad@chet:~ $ sudo apt update
                    Hit:1 http://deb.debian.org/debian trixie InRelease
                    Hit:2 http://deb.debian.org/debian-security trixie-security InRelease
                    Hit:3 https://cli.github.com/packages stable InRelease
                    Hit:4 http://deb.debian.org/debian trixie-updates InRelease
                    Hit:5 https://apt.grafana.com stable InRelease
                    Hit:6 https://repos.influxdata.com/debian stable InRelease
                    Hit:7 https://deb.nodesource.com/node_20.x nodistro InRelease
                    Hit:8 http://archive.raspberrypi.com/debian trixie InRelease
                    Get:9 https://pkgs.tailscale.com/stable/debian trixie InRelease
                    Hit:10 https://packagecloud.io/ookla/speedtest-cli/debian trixie InRelease
                    Fetched 6,579 B in 2s (2,850 B/s)
                    Reading package lists... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    721 packages can be upgraded. Run 'apt list --upgradable' to see them.
                    

                    (Einige Quellen von Dritten waren noch nicht auf trixie umgestellt, weswegen ich diese für dieses HowTo 'auf Eis gelegt' habe. Das sollte aber bis zum offiziellen Release im Sommer 2025 auch für diese Repos erfolgt sein)

                    Wenn da noch was anderes als 'trixie', 'stable' oder im Fall von nodesource 'nodistro' auftaucht muss man diese Quelle noch anpassen oder auch deaktivieren. Die zugehörige .list-Datei wird im Verzeichnis /etc/apt/sources.list.d/ liegen.

                    Nach dem erfolgten Update kann eine Meldung wie
                    Warning: https://deb.nodesource.com/node_20.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details auftauchen. Die kann momentan ignoriert werden.

                    Mit

                    sudo apt -o APT::Get::Trivial-Only=true full-upgrade
                    

                    macht man einen Trockenlauf und schaut, wie viel Platz das neue System zusätzlich braucht und ob auf dem Datenträger noch genügend vorhanden ist. Bei mir ist alles in Ordnung:

                    721 upgraded, 173 newly installed, 56 to remove and 0 not upgraded.
                    Need to get 757 MB of archives.
                    After this operation, 770 MB of additional disk space will be used.
                    

                    Wenn zu wenig Platz vorhanden ist meldet sich das System:

                    E: You don't have enough free space in /var/cache/apt/archives/.
                    

                    Zuvor ist es eine gute Idee, alles unnötige zu beenden. Den ioBroker würde ich also schon mal per

                    iob stop
                    

                    aus dem Verkehr ziehen. Gleiches gilt auch unbedingt für mariadb. Auch stoppen!

                    sudo service mariadb stop
                    

                    Das Update macht man in zwei Schritten. Zunächst nur die bereits installierten Pakete:

                    sudo apt upgrade --without-new-pkgs
                    

                    Wenn das durchgelaufen ist zieht man den Rest dann per

                    sudo apt full-upgrade
                    

                    nach.

                    Irgendwann wird eine ChangeList erscheinen, die kann man mit q verlassen.
                    Die darauf folgende Frage, ob Services ungefragt neugestartet werden sollen beantworte ich auf meinem System mit <YES>

                    Wenn in der Folge config-Dateien angezeigt werden, die nun in der neuen Version andere Einträge haben, dann bitte anschauen und überlegen, ob da nicht die eigenen Einträge bebeihalten werden. War auf meinem System bei dem nut-Server der Fall. Da habe ich natürlich die Einstellungen für meine USV z. B. beibehalten.

                    Das Spiel mit

                    sudo apt update
                    sudo apt full-upgrade

                    wiederholt man solange, bis gemeldet wird:
                    All packages are up to date.

                    Dann einmal das ganze Spiel neustarten:

                    sudo reboot
                    

                    und man sollte dann z. B. in

                    iob diag
                    

                    sehen, das man nun auf Debian 13 'Trixie' herumturnt:

                    *** BASE SYSTEM ***
                     Static hostname: chet
                           Icon name: computer
                    Operating System: Debian GNU/Linux 13 (trixie)
                              Kernel: Linux 6.12.25+rpt-rpi-v8
                        Architecture: arm64
                    OS is similar to:
                    
                    Model           : Raspberry Pi 4 Model B Rev 1.4
                    Docker          : false
                    Virtualization  : none
                    Kernel          : aarch64
                    Userland        : 64 bit
                    
                    Systemuptime and Load:
                     21:55:13 up 15 min,  1 user,  load average: 1.66, 1.17, 1.04
                    CPU threads: 4
                    
                    
                    *** LIFE CYCLE STATUS ***
                    Operating System codenamed 'trixie' is a testing release! Please use it only for testing purposes!
                    

                    Nachbereitung:
                    Mit

                    apt list '~c'
                    

                    kann man schauen, ob es noch Überreste von alten Paketen gibt, die im Zuge des Upgrades entfernt wurden.
                    Diese kann man per

                    sudo apt purge '~c'
                    

                    noch runterwerfen.

                    Ähnliches macht man mit veralteten und lokal erzeugten Pakten nach Möglichkeit.

                    apt list '~o'
                    sudo apt purge '~o'
                    sudo apt --purge autoremove
                    sudo apt autoclean
                    

                    Zur Zeit noch optional ist die Umstellung auf das neue Format für die Paketquellen:

                    sudo apt modernize-sources
                    

                    Falls Quellen aus dritter Hand verwendet werden manche davon umgestellt werden können, bei anderen wird Handarbeit angesagt sein. Die Umstellung kann durch die Eingabe von N simuliert werden.

                    Bei der Umstellung wird die ursprüngliche sources.list in das neue Format unter sources.list.d überführt. Die dort liegenden Dateien enden nicht mehr auf .list, sondern auf .sources.

                    Noch viel mehr Informationen finden sich hier:
                    https://www.debian.org/releases/trixie/release-notes/upgrading.de.html#

                    Insbesondere bei Fehlern oder einer anderen Ausgangslage finden sich dort wichtige Hinweise zum Upgrade.

                    David G.D Online
                    David G.D Online
                    David G.
                    schrieb am zuletzt editiert von
                    #190

                    @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?

                    Zeigt eure Lovelace-Visualisierung klick
                    (Auch ideal um sich Anregungen zu holen)

                    Meine Tabellen für eure Visualisierung klick

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • David G.D David G.

                      @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 BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #191

                      @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.

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      David G.D 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @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.D Online
                        David G.D Online
                        David G.
                        schrieb am zuletzt editiert von
                        #192

                        @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.

                        Zeigt eure Lovelace-Visualisierung klick
                        (Auch ideal um sich Anregungen zu holen)

                        Meine Tabellen für eure Visualisierung klick

                        1 Antwort Letzte Antwort
                        0
                        • G Online
                          G Online
                          guitardoc
                          schrieb am zuletzt editiert von guitardoc
                          #193

                          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 BraunT 1 Antwort Letzte Antwort
                          0
                          • G 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 BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #194

                            @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.

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            G 1 Antwort Letzte Antwort
                            1
                            • Thomas BraunT Thomas Braun

                              @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 Online
                              G Online
                              guitardoc
                              schrieb am zuletzt editiert von guitardoc
                              #195

                              @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 BraunT 1 Antwort Letzte Antwort
                              0
                              • G 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 BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #196

                                @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.

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                G 1 Antwort Letzte Antwort
                                2
                                • Thomas BraunT Thomas Braun

                                  @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 Online
                                  G Online
                                  guitardoc
                                  schrieb am zuletzt editiert von
                                  #197

                                  @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 BraunT 1 Antwort Letzte Antwort
                                  0
                                  • G guitardoc

                                    @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 BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #198

                                    @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

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    G 1 Antwort Letzte Antwort
                                    2
                                    • Thomas BraunT Thomas Braun

                                      @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 Online
                                      G Online
                                      guitardoc
                                      schrieb am zuletzt editiert von
                                      #199

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

                                      /etc/apt/keyrings/nodesource.gpg

                                      Alles klar, danke!

                                      K 1 Antwort Letzte Antwort
                                      0
                                      • G guitardoc

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

                                        /etc/apt/keyrings/nodesource.gpg

                                        Alles klar, danke!

                                        K Offline
                                        K Offline
                                        KoMa666
                                        schrieb am zuletzt editiert von
                                        #200

                                        @Thomas-Braun
                                        Nachdem ich auf Trixie aktualisiert habe, läuft alles soweit wie gehabt. Danke für die klasse Anleitung!

                                        2 Punkte habe ich dazu:

                                        Mit dem Vorschlag "apt list '~o' und apt purge '~o'" wäre ich vorsichtig, da damit z.B. auch ein lokal installierter CheckMK Agent wieder runterfliegen würde.
                                        Aber ja, wer sowas macht, sollte da eigentlich ein Auge für haben ... Evtl. oben die Anleitung noch einmal um einen Hinweis erweitern.

                                        Das "modernized" repository in Trixie behakt sich mit dem NodeJS. Wenn ich die Repos "modernisieren" lasse, und dann ein "iob nodejs-update" ausführe, wird neben der "nodesource.source" auch immer wieder eine "nodesource.list" erstellt, was zu Fehlermeldungen (Doppelte Repos) führt.

                                        Ist hier schon eine Anpassung in arbeit bzw. kann ich hier irgendwas auf meinem System machen, damit das NodeJS update auch das "modernized" verwendet?

                                        Besten Dank!

                                        Thomas BraunT 2 Antworten Letzte Antwort
                                        1
                                        • K KoMa666

                                          @Thomas-Braun
                                          Nachdem ich auf Trixie aktualisiert habe, läuft alles soweit wie gehabt. Danke für die klasse Anleitung!

                                          2 Punkte habe ich dazu:

                                          Mit dem Vorschlag "apt list '~o' und apt purge '~o'" wäre ich vorsichtig, da damit z.B. auch ein lokal installierter CheckMK Agent wieder runterfliegen würde.
                                          Aber ja, wer sowas macht, sollte da eigentlich ein Auge für haben ... Evtl. oben die Anleitung noch einmal um einen Hinweis erweitern.

                                          Das "modernized" repository in Trixie behakt sich mit dem NodeJS. Wenn ich die Repos "modernisieren" lasse, und dann ein "iob nodejs-update" ausführe, wird neben der "nodesource.source" auch immer wieder eine "nodesource.list" erstellt, was zu Fehlermeldungen (Doppelte Repos) führt.

                                          Ist hier schon eine Anpassung in arbeit bzw. kann ich hier irgendwas auf meinem System machen, damit das NodeJS update auch das "modernized" verwendet?

                                          Besten Dank!

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

                                          @koma666 sagte in Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie':

                                          Aber ja, wer sowas macht, sollte da eigentlich ein Auge für haben ... Evtl. oben die Anleitung noch einmal um einen Hinweis erweitern.

                                          Nein, werde ich nicht machen. So einen Sonderstrick muss der geneigte Admin selber beherrschen können.

                                          Linux-Werkzeugkasten:
                                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                          NodeJS Fixer Skript:
                                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          748

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe