Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
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.0k

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

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

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

Scheduled Pinned Locked Moved Pflege des Betriebssystems
211 Posts 41 Posters 31.7k Views 46 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • 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.

    fuzzy1955F Offline
    fuzzy1955F Offline
    fuzzy1955
    wrote on last edited by fuzzy1955
    #146

    @thomas-braun
    Hi!

    Danke für die erstklassige Anleitung zum Upgrade auf Debian 13 "Trixie"! Für mich als 2025-Linux-Newbie war das sehr schlüssig nachvollziehbar und das Upgrade hat wunderbar geklappt. Natürlich - ein paar alte MS DOS Kenntnisse aus den 80ern waren hilfreich 😊

    Gruß, hf

    Edit: Das Upgrade bezog sich auf einen produktiven Raspi 5 per SSH via Putty. Auf dem darauf installiertem IOB mit einer mySQL-Datenbank läuft seit einigen Wochen das gesamte Strommanagement meines Hauses (PV, WR, Akku, 2 Wallboxen, Not- und Fremdstrombezug) sowie die Klimatisierungssteuerung (Solarluft, Pelletsofen, WW-Boiler, Kühlung). Und natürlich die Auswertung der relevanten Infos.

    Raspberry PI5 mit Linux Debian 13 (Trixie), IoBroker v 7.7.2, MariaDB (MySQL)
    mehrere Shellies Plus xx, Waveshare Modbus Relay 8 Channels, Waveshare RS485-TO-ETH (Modbus), Smartmeter ET340 (Modbus).
    PV: 10 kWp Module, 2 x Deye WR SUN-10K, 2 x 10 kWh MeritSun LiFe Speicher, KEBA P30 Wallbox, Fronius Wattpilot home 11

    1 Reply Last reply
    1
    • meuteM Online
      meuteM Online
      meute
      wrote on last edited by meute
      #147

      Hallo,

      ich habe nun auch nach der Top-Anleitung das Debian-Upgrade von 12 bookworm zu 13 trixie gemacht. 👍
      Debian läuft in einem LXC-Container auf Proxmox.

      Es hat soweit geklappt.

      Aber ich erhalte bei iob diag einen npm error.
      Wie kann ich den Fehler beheben?

      $ iob diag
      [sudo] Passwort für mf:
      *** iob diag is starting up, please wait ***
      npm error code ELSPROBLEMS
      npm error invalid: buffer@5.7.1 /opt/iobroker/node_modules/buffer
      npm error missing: @csstools/css-parser-algorithms@^3.0.4, required by @asamuzakjp/css-color@3.2.0
      npm error missing: @csstools/css-tokenizer@^3.0.3, required by @asamuzakjp/css-color@3.2.0
      npm error missing: @csstools/css-parser-algorithms@^3.0.5, required by @csstools/css-calc@2.1.4
      npm error missing: @csstools/css-tokenizer@^3.0.4, required by @csstools/css-calc@2.1.4
      npm error missing: @csstools/css-parser-algorithms@^3.0.5, required by @csstools/css-color-parser@3.1.0
      npm error missing: @csstools/css-tokenizer@^3.0.4, required by @csstools/css-color-parser@3.1.0
      npm error A complete log of this run can be found in: /home/mf/.npm/_logs/2025-10-12T09_42_27_454Z-debug-0.log
      
      *** ioBroker Diagnosis ***
      
      Please stretch the window of your terminal programm (puTTY) as wide as possible or switch to full screen
      
      The following checks may give hints to potential malconfigurations or errors, please post them in our forum:
      
      https://forum.iobroker.net
      
      Just copy and paste the Summary Page, including the ``` characters at start and end.
      It helps us to help you!
      
      **************************************************************************
      * Some output is masked. For full results please use 'iob diag --unmask' *
      **************************************************************************
      
      Press any key to continue
      
      ========== Start marking the full check here ===========
      
      Script v.2025-08-09
      
      *** BASE SYSTEM ***
      Operating System: Debian GNU/Linux 13 (trixie)
       Static hostname: iobroker84
             Icon name: computer-container
               Chassis: container ☐
        Virtualization: lxc
                Kernel: Linux 6.14.11-3-pve
          Architecture: x86-64
      OS is similar to:
      
      model name      : Intel(R) Celeron(R) J4105 CPU @ 1.50GHz
      Docker          : false
      Virtualization  : lxc
      Kernel          : x86_64
      Userland        : 64 bit
      
      Systemuptime and Load:
       11:42:36 up 3 min,  1 user,  load average: 0.80, 1.12, 1.01
      CPU threads: 2
      
      
      *** LIFE CYCLE STATUS ***
      Operating System is the current Debian stable version codenamed 'trixie'!
      
      *** TIME AND TIMEZONES ***
                     Local time: Sun 2025-10-12 11:42:36 CEST
                 Universal time: Sun 2025-10-12 09:42:36 UTC
                       RTC time: n/a
                      Time zone: Europe/Berlin (CEST, +0200)
      System clock synchronized: yes
                    NTP service: inactive
                RTC in local TZ: no
      
      *** Users and Groups ***
      User that called 'iob diag':
      mf
      HOME=/home/mf
      GROUPS=mf adm sudo users iobroker lxc_shares
      
      User that is running 'js-controller':
      iobroker
      HOME=/home/iobroker
      SUDO_HOME=/home/mf
      GROUPS=iobroker tty dialout audio video plugdev lxc_shares
      
      *** 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:            4.3G        1.3G        2.6G        3.9M        470M        3.0G
      Swap:           536M          0B        536M
      Total:          4.8G        1.3G        3.1G
      
      Active iob-Instances:   15
      
               4096 M total memory
               1203 M used memory
               1449 M active memory
                127 M inactive memory
               2446 M free memory
                  0 M buffer memory
                449 M swap cache
                512 M total swap
                  0 M used swap
                512 M free swap
      
      *** top - Table Of Processes  ***
      top - 11:42:37 up 3 min,  1 user,  load average: 0.80, 1.12, 1.01
      Tasks:  52 total,   1 running,  51 sleeping,   0 stopped,   0 zombie
      %Cpu(s):  4.0 us,  4.0 sy,  0.0 ni, 88.0 id,  4.0 wa,  0.0 hi,  0.0 si,  0.0 st
      MiB Mem :   4096.0 total,   2445.0 free,   1205.2 used,    449.4 buff/cache
      MiB Swap:    512.0 total,    512.0 free,      0.0 used.   2890.8 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       12G  7.7G  3.5G  70% /
      //192.168.23.8/FRITZ.NAS/CT500MX5-00SSD1-01 cifs      467G   51G  416G  11% /mnt/nas8
      none                                        tmpfs     492K  4.0K  488K   1% /dev
      udev                                        devtmpfs  9.7G     0  9.7G   0% /dev/tty
      tmpfs                                       tmpfs     9.7G     0  9.7G   0% /dev/shm
      tmpfs                                       tmpfs     3.9G  3.3M  3.9G   1% /run
      tmpfs                                       tmpfs     5.0M     0  5.0M   0% /run/lock
      tmpfs                                       tmpfs     9.7G  460K  9.7G   1% /tmp
      tmpfs                                       tmpfs     2.0G  8.0K  2.0G   1% /run/user/1000
      
      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
      `-/mnt/nas8 //192.168.23.8/FRITZ.NAS/CT500MX5-00SSD1-01 cifs   rw,relatime,vers=3.0,cache=strict,upcall_target=app,username=fritznas,uid=100000,forceuid,gid=110000,forcegid,addr=192.168.23.8,file_mode=0770,dir_mode=0770,soft,nounix,mapposix,reparse=nfs,nativesocket,symlink=native,rsize=1048576,wsize=1048576,bsize=1048576,retrans=1,echo_interval=60,actimeo=1,closetimeo=1
      
      Files in neuralgic directories:
      
      /var:
      2.7G    /var/
      1.3G    /var/log/journal
      1.3G    /var/log
      1.2G    /var/cache/apt
      1.2G    /var/cache
      
      Archived and active journals take up 1G in the file system.
      
      /opt/iobroker/backups:
      69M     /opt/iobroker/backups/
      
      /opt/iobroker/iobroker-data:
      369M    /opt/iobroker/iobroker-data/
      300M    /opt/iobroker/iobroker-data/files
      67M     /opt/iobroker/iobroker-data/files/echarts.admin
      61M     /opt/iobroker/iobroker-data/files/echarts
      53M     /opt/iobroker/iobroker-data/backup-objects
      
      The five largest files in iobroker-data are:
      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
      24M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.70a15e1f.js.map
      18M     /opt/iobroker/iobroker-data/files/echarts/preview/static/js/main.5fe9c7da.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':
      
      No Devices found 'by-id'
      
      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.20.0
      /usr/bin/node           v22.20.0
      /usr/bin/npm            11.6.2
      /usr/bin/npx            11.6.2
      /usr/bin/corepack       0.34.0
      
      nodejs:
        Installed: 22.20.0-1nodesource1
        Candidate: 22.20.0-1nodesource1
        Version table:
       *** 22.20.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
              100 /var/lib/dpkg/status
           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:
      iobroker84          iobroker84 (version: 7.0.7, hostname: iobroker84    , alive, uptime: 183)
      
      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                 : iobroker84                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        system.adapter.alias-manager.0          : alias-manager         : iobroker84                               - disabled
      + system.adapter.backitup.0               : backitup              : iobroker84                               -  enabled
      + system.adapter.discovery.0              : discovery             : iobroker84                               -  enabled
      + system.adapter.echarts.0                : echarts               : iobroker84                               -  enabled
        system.adapter.ical.0                   : ical                  : iobroker84                               -  enabled
      + system.adapter.influxdb.0               : influxdb              : iobroker84                               -  enabled, port: 8086
      + system.adapter.iqontrol.0               : iqontrol              : iobroker84                               -  enabled
      + system.adapter.javascript.0             : javascript            : iobroker84                               -  enabled
      + system.adapter.modbus.0                 : modbus                : iobroker84                               -  enabled
        system.adapter.ping.0                   : ping                  : iobroker84                               - disabled
      + system.adapter.shelly.0                 : shelly                : iobroker84                               -  enabled, port: 1882, bind: 0.0.0.0
      + system.adapter.sonoff.0                 : sonoff                : iobroker84                               -  enabled, port: 1885, bind: 0.0.0.0
      + system.adapter.tr-064.0                 : tr-064                : iobroker84                               -  enabled
      + system.adapter.trashschedule.0          : trashschedule         : iobroker84                               -  enabled
      + system.adapter.web.0                    : web                   : iobroker84                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
      + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : iobroker84                               -  enabled
      
      + instance is alive
      
      Enabled adapters with bindings
      + system.adapter.admin.0                  : admin                 : iobroker84                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
      + system.adapter.influxdb.0               : influxdb              : iobroker84                               -  enabled, port: 8086
      + system.adapter.shelly.0                 : shelly                : iobroker84                               -  enabled, port: 1882, bind: 0.0.0.0
      + system.adapter.sonoff.0                 : sonoff                : iobroker84                               -  enabled, port: 1885, bind: 0.0.0.0
      + system.adapter.web.0                    : web                   : iobroker84                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
      
      ioBroker-Repositories
      ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
      │ (index) │ name     │ url                                                     │ auto upgrade │
      ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
      │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
      │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
      └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
      
      Active repo(s): stable
      Upgrade policy: none
      
      Installed ioBroker-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    "discovery"    : 5.0.0    , installed 5.0.0
      Adapter    "echarts"      : 1.9.2    , installed 1.9.2
      Adapter    "ical"         : 1.17.0   , installed 1.17.0
      Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
      Adapter    "iqontrol"     : 3.0.0    , installed 3.0.0
      Adapter    "javascript"   : 8.9.2    , installed 8.9.2
      Controller "js-controller": 7.0.7    , installed 7.0.7
      Adapter    "modbus"       : 6.3.2    , installed 6.3.2
      Adapter    "ping"         : 1.6.2    , installed 1.6.2
      Adapter    "shelly"       : 10.2.0   , installed 10.2.0
      Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
      Adapter    "socketio"     : 6.7.1    , installed 6.7.1
      Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
      Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
      Adapter    "trashschedule": 3.3.0    , installed 3.3.0
      Adapter    "web"          : 7.0.8    , installed 7.0.8
      Adapter    "whatsapp-cmb" : 0.3.0    , installed 0.3.0
      Adapter    "ws"           : 2.6.2    , installed 2.6.2
      
      Objects and States
      Please stand by - This may take a while
      Objects:        1346
      States:         1056
      
      *** 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://deb.debian.org/debian trixie-updates InRelease
      Hit:3 http://security.debian.org trixie-security InRelease
      Hit:4 https://repos.influxdata.com/debian stable InRelease
      Hit:5 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 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       30392745   277/iobroker.js-con
      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       30392287   277/iobroker.js-con
      tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          30392581   264/smbd
      tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          30390652   1/init
      tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          30392580   264/smbd
      tcp        0      0 0.0.0.0:1885            0.0.0.0:*               LISTEN      1001       30393200   450/io.sonoff.0
      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       30392832   313/io.admin.0
      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       30396478   525/io.web.0
      tcp6       0      0 :::8086                 :::*                    LISTEN      999        30392118   192/influxd
      tcp6       0      0 :::139                  :::*                    LISTEN      0          30392579   264/smbd
      tcp6       0      0 :::111                  :::*                    LISTEN      0          30390654   1/init
      tcp6       0      0 :::22                   :::*                    LISTEN      0          30391102   1/init
      tcp6       0      0 :::445                  :::*                    LISTEN      0          30392578   264/smbd
      udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          30390653   1/init
      udp        0      0 192.168.23.255:137      0.0.0.0:*                           0          30392381   222/nmbd
      udp        0      0 192.168.23.84:137       0.0.0.0:*                           0          30392380   222/nmbd
      udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          30392368   222/nmbd
      udp        0      0 192.168.23.255:138      0.0.0.0:*                           0          30392383   222/nmbd
      udp        0      0 192.168.23.84:138       0.0.0.0:*                           0          30392382   222/nmbd
      udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          30392369   222/nmbd
      udp        0      0 192.168.23.84:5353      0.0.0.0:*                           1001       30396440   495/io.tr-064.0
      udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       30393134   430/io.shelly.0
      udp6       0      0 :::111                  :::*                                0          30390655   1/init
      
      *** Log File - Last 25 Lines ***
      
      2025-10-12 11:40:23.767  - info: host.iobroker84 instance system.adapter.web.0 in version "7.0.8" started with pid 525
      2025-10-12 11:40:25.537  - info: web.0 (525) starting. Version 7.0.8 in /opt/iobroker/node_modules/iobroker.web, node: v22.20.0, js-controller: 7.0.7
      2025-10-12 11:40:25.795  - info: web.0 (525) socket.io server listening on port 8082
      2025-10-12 11:40:25.799  - info: web.0 (525) http server listening on port 8082
      2025-10-12 11:40:27.762  - info: host.iobroker84 instance system.adapter.iqontrol.0 in version "3.0.0" started with pid 540
      2025-10-12 11:40:29.125  - info: iqontrol.0 (540) starting. Version 3.0.0 in /opt/iobroker/node_modules/iobroker.iqontrol, node: v22.20.0, js-controller: 7.0.7
      2025-10-12 11:40:29.169  - info: iqontrol.0 (540) systemLanguage = de
      2025-10-12 11:40:29.170  - info: iqontrol.0 (540) Creating Passphrase...
      2025-10-12 11:40:29.217  - info: iqontrol.0 (540) Creating Popup States...
      2025-10-12 11:40:29.290  - info: iqontrol.0 (540) Creating Widget States...
      2025-10-12 11:40:29.291  - info: iqontrol.0 (540) Lists deactivated.
      2025-10-12 11:40:29.292  - info: iqontrol.0 (540) Deleting unused Objects...
      2025-10-12 11:40:29.292  - info: iqontrol.0 (540) Subscribing to states...
      2025-10-12 11:40:29.294  - info: iqontrol.0 (540) iQontrol ready.
      2025-10-12 11:40:31.715  - info: host.iobroker84 instance system.adapter.trashschedule.0 in version "3.3.0" started with pid 555
      2025-10-12 11:40:33.165  - info: trashschedule.0 (555) starting. Version 3.3.0 in /opt/iobroker/node_modules/iobroker.trashschedule, node: v22.20.0, js-controller: 7.0.7
      2025-10-12 11:40:33.243  - info: trashschedule.0 (555) [onReady] starting with source "ical" -> ical
      2025-10-12 11:40:33.249  - info: trashschedule.0 (555) [ical] configured ical preview is 45 days (until 26.11.2025) - increase this value to find more events in the future
      2025-10-12 11:40:35.666  - info: host.iobroker84 instance system.adapter.echarts.0 in version "1.9.2" started with pid 570
      2025-10-12 11:40:36.881  - info: echarts.0 (570) starting. Version 1.9.2 in /opt/iobroker/node_modules/iobroker.echarts, node: v22.20.0, js-controller: 7.0.7
      2025-10-12 11:40:52.818  - info: sonoff.0 (450) Client [Steckdose01] connected with secret 1760262052812_6539
      2025-10-12 11:40:52.978  - info: sonoff.0 (450) Client [Steckdose02] connected with secret 1760262052977_7832
      2025-10-12 11:40:53.209  - info: sonoff.0 (450) Client [Stromzaehler] connected with secret 1760262053207_304
      2025-10-12 11:41:20.278  - info: admin.0 (313) ==> Connected system.user.admin from ::ffff:192.168.23.27
      2025-10-12 11:41:35.334  - info: admin.0 (313) <== Disconnect system.user.admin from ::ffff:192.168.23.27 admin
      
      

      ============ Mark until here for C&P =============

      iob diag has finished.

      EDIT:
      Hier der Inhalt vom npm-Log /home/mf/.npm/_logs/2025-10-12T09_42_27_454Z-debug-0.log

      $ cat /home/mf/.npm/_logs/2025-10-12T09_42_27_454Z-debug-0.log
      0 verbose cli /usr/bin/node /usr/bin/npm
      1 info using npm@11.6.2
      2 info using node@v22.20.0
      3 silly config load:file:/usr/lib/node_modules/npm/npmrc
      4 silly config load:file:/opt/iobroker/.npmrc
      5 silly config load:file:/home/mf/.npmrc
      6 silly config load:file:/usr/etc/npmrc
      7 verbose title npm ls
      8 verbose argv "ls" "--all"
      9 verbose logfile logs-max:10 dir:/home/mf/.npm/_logs/2025-10-12T09_42_27_454Z-
      10 verbose logfile /home/mf/.npm/_logs/2025-10-12T09_42_27_454Z-debug-0.log
      11 silly logfile start cleaning logs, removing 1 files
      12 silly packumentCache heap:2197815296 maxSize:549453824 maxEntrySize:274726912
      13 silly logfile done cleaning log files
      14 verbose shrinkwrap failed to load node_modules/.package-lock.json out of date, updated: node_modules/iobroker.js-controller
      15 verbose stack Error: invalid: buffer@5.7.1 /opt/iobroker/node_modules/buffer
      15 verbose stack missing: @csstools/css-parser-algorithms@^3.0.4, required by @asamuzakjp/css-color@3.2.0
      15 verbose stack missing: @csstools/css-tokenizer@^3.0.3, required by @asamuzakjp/css-color@3.2.0
      15 verbose stack missing: @csstools/css-parser-algorithms@^3.0.5, required by @csstools/css-calc@2.1.4
      15 verbose stack missing: @csstools/css-tokenizer@^3.0.4, required by @csstools/css-calc@2.1.4
      15 verbose stack missing: @csstools/css-parser-algorithms@^3.0.5, required by @csstools/css-color-parser@3.1.0
      15 verbose stack missing: @csstools/css-tokenizer@^3.0.4, required by @csstools/css-color-parser@3.1.0
      15 verbose stack     at LS.exec (/usr/lib/node_modules/npm/lib/commands/ls.js:206:9)
      15 verbose stack     at async Npm.exec (/usr/lib/node_modules/npm/lib/npm.js:208:9)
      15 verbose stack     at async module.exports (/usr/lib/node_modules/npm/lib/cli/entry.js:67:5)
      16 error code ELSPROBLEMS
      17 error invalid: buffer@5.7.1 /opt/iobroker/node_modules/buffer
      17 error missing: @csstools/css-parser-algorithms@^3.0.4, required by @asamuzakjp/css-color@3.2.0
      17 error missing: @csstools/css-tokenizer@^3.0.3, required by @asamuzakjp/css-color@3.2.0
      17 error missing: @csstools/css-parser-algorithms@^3.0.5, required by @csstools/css-calc@2.1.4
      17 error missing: @csstools/css-tokenizer@^3.0.4, required by @csstools/css-calc@2.1.4
      17 error missing: @csstools/css-parser-algorithms@^3.0.5, required by @csstools/css-color-parser@3.1.0
      17 error missing: @csstools/css-tokenizer@^3.0.4, required by @csstools/css-color-parser@3.1.0
      18 verbose cwd /opt/iobroker
      19 verbose os Linux 6.14.11-3-pve
      20 verbose node v22.20.0
      21 verbose npm  v11.6.2
      22 verbose exit 1
      23 verbose code 1
      24 error A complete log of this run can be found in: /home/mf/.npm/_logs/2025-10-12T09_42_27_454Z-debug-0.log
      

      fraenk for friends Code: MATF103

      un99known99U 1 Reply Last reply
      0
      • meuteM meute

        Hallo,

        ich habe nun auch nach der Top-Anleitung das Debian-Upgrade von 12 bookworm zu 13 trixie gemacht. 👍
        Debian läuft in einem LXC-Container auf Proxmox.

        Es hat soweit geklappt.

        Aber ich erhalte bei iob diag einen npm error.
        Wie kann ich den Fehler beheben?

        $ iob diag
        [sudo] Passwort für mf:
        *** iob diag is starting up, please wait ***
        npm error code ELSPROBLEMS
        npm error invalid: buffer@5.7.1 /opt/iobroker/node_modules/buffer
        npm error missing: @csstools/css-parser-algorithms@^3.0.4, required by @asamuzakjp/css-color@3.2.0
        npm error missing: @csstools/css-tokenizer@^3.0.3, required by @asamuzakjp/css-color@3.2.0
        npm error missing: @csstools/css-parser-algorithms@^3.0.5, required by @csstools/css-calc@2.1.4
        npm error missing: @csstools/css-tokenizer@^3.0.4, required by @csstools/css-calc@2.1.4
        npm error missing: @csstools/css-parser-algorithms@^3.0.5, required by @csstools/css-color-parser@3.1.0
        npm error missing: @csstools/css-tokenizer@^3.0.4, required by @csstools/css-color-parser@3.1.0
        npm error A complete log of this run can be found in: /home/mf/.npm/_logs/2025-10-12T09_42_27_454Z-debug-0.log
        
        *** ioBroker Diagnosis ***
        
        Please stretch the window of your terminal programm (puTTY) as wide as possible or switch to full screen
        
        The following checks may give hints to potential malconfigurations or errors, please post them in our forum:
        
        https://forum.iobroker.net
        
        Just copy and paste the Summary Page, including the ``` characters at start and end.
        It helps us to help you!
        
        **************************************************************************
        * Some output is masked. For full results please use 'iob diag --unmask' *
        **************************************************************************
        
        Press any key to continue
        
        ========== Start marking the full check here ===========
        
        Script v.2025-08-09
        
        *** BASE SYSTEM ***
        Operating System: Debian GNU/Linux 13 (trixie)
         Static hostname: iobroker84
               Icon name: computer-container
                 Chassis: container ☐
          Virtualization: lxc
                  Kernel: Linux 6.14.11-3-pve
            Architecture: x86-64
        OS is similar to:
        
        model name      : Intel(R) Celeron(R) J4105 CPU @ 1.50GHz
        Docker          : false
        Virtualization  : lxc
        Kernel          : x86_64
        Userland        : 64 bit
        
        Systemuptime and Load:
         11:42:36 up 3 min,  1 user,  load average: 0.80, 1.12, 1.01
        CPU threads: 2
        
        
        *** LIFE CYCLE STATUS ***
        Operating System is the current Debian stable version codenamed 'trixie'!
        
        *** TIME AND TIMEZONES ***
                       Local time: Sun 2025-10-12 11:42:36 CEST
                   Universal time: Sun 2025-10-12 09:42:36 UTC
                         RTC time: n/a
                        Time zone: Europe/Berlin (CEST, +0200)
        System clock synchronized: yes
                      NTP service: inactive
                  RTC in local TZ: no
        
        *** Users and Groups ***
        User that called 'iob diag':
        mf
        HOME=/home/mf
        GROUPS=mf adm sudo users iobroker lxc_shares
        
        User that is running 'js-controller':
        iobroker
        HOME=/home/iobroker
        SUDO_HOME=/home/mf
        GROUPS=iobroker tty dialout audio video plugdev lxc_shares
        
        *** 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:            4.3G        1.3G        2.6G        3.9M        470M        3.0G
        Swap:           536M          0B        536M
        Total:          4.8G        1.3G        3.1G
        
        Active iob-Instances:   15
        
                 4096 M total memory
                 1203 M used memory
                 1449 M active memory
                  127 M inactive memory
                 2446 M free memory
                    0 M buffer memory
                  449 M swap cache
                  512 M total swap
                    0 M used swap
                  512 M free swap
        
        *** top - Table Of Processes  ***
        top - 11:42:37 up 3 min,  1 user,  load average: 0.80, 1.12, 1.01
        Tasks:  52 total,   1 running,  51 sleeping,   0 stopped,   0 zombie
        %Cpu(s):  4.0 us,  4.0 sy,  0.0 ni, 88.0 id,  4.0 wa,  0.0 hi,  0.0 si,  0.0 st
        MiB Mem :   4096.0 total,   2445.0 free,   1205.2 used,    449.4 buff/cache
        MiB Swap:    512.0 total,    512.0 free,      0.0 used.   2890.8 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       12G  7.7G  3.5G  70% /
        //192.168.23.8/FRITZ.NAS/CT500MX5-00SSD1-01 cifs      467G   51G  416G  11% /mnt/nas8
        none                                        tmpfs     492K  4.0K  488K   1% /dev
        udev                                        devtmpfs  9.7G     0  9.7G   0% /dev/tty
        tmpfs                                       tmpfs     9.7G     0  9.7G   0% /dev/shm
        tmpfs                                       tmpfs     3.9G  3.3M  3.9G   1% /run
        tmpfs                                       tmpfs     5.0M     0  5.0M   0% /run/lock
        tmpfs                                       tmpfs     9.7G  460K  9.7G   1% /tmp
        tmpfs                                       tmpfs     2.0G  8.0K  2.0G   1% /run/user/1000
        
        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
        `-/mnt/nas8 //192.168.23.8/FRITZ.NAS/CT500MX5-00SSD1-01 cifs   rw,relatime,vers=3.0,cache=strict,upcall_target=app,username=fritznas,uid=100000,forceuid,gid=110000,forcegid,addr=192.168.23.8,file_mode=0770,dir_mode=0770,soft,nounix,mapposix,reparse=nfs,nativesocket,symlink=native,rsize=1048576,wsize=1048576,bsize=1048576,retrans=1,echo_interval=60,actimeo=1,closetimeo=1
        
        Files in neuralgic directories:
        
        /var:
        2.7G    /var/
        1.3G    /var/log/journal
        1.3G    /var/log
        1.2G    /var/cache/apt
        1.2G    /var/cache
        
        Archived and active journals take up 1G in the file system.
        
        /opt/iobroker/backups:
        69M     /opt/iobroker/backups/
        
        /opt/iobroker/iobroker-data:
        369M    /opt/iobroker/iobroker-data/
        300M    /opt/iobroker/iobroker-data/files
        67M     /opt/iobroker/iobroker-data/files/echarts.admin
        61M     /opt/iobroker/iobroker-data/files/echarts
        53M     /opt/iobroker/iobroker-data/backup-objects
        
        The five largest files in iobroker-data are:
        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
        24M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.70a15e1f.js.map
        18M     /opt/iobroker/iobroker-data/files/echarts/preview/static/js/main.5fe9c7da.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':
        
        No Devices found 'by-id'
        
        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.20.0
        /usr/bin/node           v22.20.0
        /usr/bin/npm            11.6.2
        /usr/bin/npx            11.6.2
        /usr/bin/corepack       0.34.0
        
        nodejs:
          Installed: 22.20.0-1nodesource1
          Candidate: 22.20.0-1nodesource1
          Version table:
         *** 22.20.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                100 /var/lib/dpkg/status
             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:
        iobroker84          iobroker84 (version: 7.0.7, hostname: iobroker84    , alive, uptime: 183)
        
        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                 : iobroker84                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
          system.adapter.alias-manager.0          : alias-manager         : iobroker84                               - disabled
        + system.adapter.backitup.0               : backitup              : iobroker84                               -  enabled
        + system.adapter.discovery.0              : discovery             : iobroker84                               -  enabled
        + system.adapter.echarts.0                : echarts               : iobroker84                               -  enabled
          system.adapter.ical.0                   : ical                  : iobroker84                               -  enabled
        + system.adapter.influxdb.0               : influxdb              : iobroker84                               -  enabled, port: 8086
        + system.adapter.iqontrol.0               : iqontrol              : iobroker84                               -  enabled
        + system.adapter.javascript.0             : javascript            : iobroker84                               -  enabled
        + system.adapter.modbus.0                 : modbus                : iobroker84                               -  enabled
          system.adapter.ping.0                   : ping                  : iobroker84                               - disabled
        + system.adapter.shelly.0                 : shelly                : iobroker84                               -  enabled, port: 1882, bind: 0.0.0.0
        + system.adapter.sonoff.0                 : sonoff                : iobroker84                               -  enabled, port: 1885, bind: 0.0.0.0
        + system.adapter.tr-064.0                 : tr-064                : iobroker84                               -  enabled
        + system.adapter.trashschedule.0          : trashschedule         : iobroker84                               -  enabled
        + system.adapter.web.0                    : web                   : iobroker84                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : iobroker84                               -  enabled
        
        + instance is alive
        
        Enabled adapters with bindings
        + system.adapter.admin.0                  : admin                 : iobroker84                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        + system.adapter.influxdb.0               : influxdb              : iobroker84                               -  enabled, port: 8086
        + system.adapter.shelly.0                 : shelly                : iobroker84                               -  enabled, port: 1882, bind: 0.0.0.0
        + system.adapter.sonoff.0                 : sonoff                : iobroker84                               -  enabled, port: 1885, bind: 0.0.0.0
        + system.adapter.web.0                    : web                   : iobroker84                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        
        ioBroker-Repositories
        ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
        │ (index) │ name     │ url                                                     │ auto upgrade │
        ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
        │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
        │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
        └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
        
        Active repo(s): stable
        Upgrade policy: none
        
        Installed ioBroker-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    "discovery"    : 5.0.0    , installed 5.0.0
        Adapter    "echarts"      : 1.9.2    , installed 1.9.2
        Adapter    "ical"         : 1.17.0   , installed 1.17.0
        Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
        Adapter    "iqontrol"     : 3.0.0    , installed 3.0.0
        Adapter    "javascript"   : 8.9.2    , installed 8.9.2
        Controller "js-controller": 7.0.7    , installed 7.0.7
        Adapter    "modbus"       : 6.3.2    , installed 6.3.2
        Adapter    "ping"         : 1.6.2    , installed 1.6.2
        Adapter    "shelly"       : 10.2.0   , installed 10.2.0
        Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
        Adapter    "socketio"     : 6.7.1    , installed 6.7.1
        Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
        Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
        Adapter    "trashschedule": 3.3.0    , installed 3.3.0
        Adapter    "web"          : 7.0.8    , installed 7.0.8
        Adapter    "whatsapp-cmb" : 0.3.0    , installed 0.3.0
        Adapter    "ws"           : 2.6.2    , installed 2.6.2
        
        Objects and States
        Please stand by - This may take a while
        Objects:        1346
        States:         1056
        
        *** 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://deb.debian.org/debian trixie-updates InRelease
        Hit:3 http://security.debian.org trixie-security InRelease
        Hit:4 https://repos.influxdata.com/debian stable InRelease
        Hit:5 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 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       30392745   277/iobroker.js-con
        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       30392287   277/iobroker.js-con
        tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          30392581   264/smbd
        tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          30390652   1/init
        tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          30392580   264/smbd
        tcp        0      0 0.0.0.0:1885            0.0.0.0:*               LISTEN      1001       30393200   450/io.sonoff.0
        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       30392832   313/io.admin.0
        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       30396478   525/io.web.0
        tcp6       0      0 :::8086                 :::*                    LISTEN      999        30392118   192/influxd
        tcp6       0      0 :::139                  :::*                    LISTEN      0          30392579   264/smbd
        tcp6       0      0 :::111                  :::*                    LISTEN      0          30390654   1/init
        tcp6       0      0 :::22                   :::*                    LISTEN      0          30391102   1/init
        tcp6       0      0 :::445                  :::*                    LISTEN      0          30392578   264/smbd
        udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          30390653   1/init
        udp        0      0 192.168.23.255:137      0.0.0.0:*                           0          30392381   222/nmbd
        udp        0      0 192.168.23.84:137       0.0.0.0:*                           0          30392380   222/nmbd
        udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          30392368   222/nmbd
        udp        0      0 192.168.23.255:138      0.0.0.0:*                           0          30392383   222/nmbd
        udp        0      0 192.168.23.84:138       0.0.0.0:*                           0          30392382   222/nmbd
        udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          30392369   222/nmbd
        udp        0      0 192.168.23.84:5353      0.0.0.0:*                           1001       30396440   495/io.tr-064.0
        udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       30393134   430/io.shelly.0
        udp6       0      0 :::111                  :::*                                0          30390655   1/init
        
        *** Log File - Last 25 Lines ***
        
        2025-10-12 11:40:23.767  - info: host.iobroker84 instance system.adapter.web.0 in version "7.0.8" started with pid 525
        2025-10-12 11:40:25.537  - info: web.0 (525) starting. Version 7.0.8 in /opt/iobroker/node_modules/iobroker.web, node: v22.20.0, js-controller: 7.0.7
        2025-10-12 11:40:25.795  - info: web.0 (525) socket.io server listening on port 8082
        2025-10-12 11:40:25.799  - info: web.0 (525) http server listening on port 8082
        2025-10-12 11:40:27.762  - info: host.iobroker84 instance system.adapter.iqontrol.0 in version "3.0.0" started with pid 540
        2025-10-12 11:40:29.125  - info: iqontrol.0 (540) starting. Version 3.0.0 in /opt/iobroker/node_modules/iobroker.iqontrol, node: v22.20.0, js-controller: 7.0.7
        2025-10-12 11:40:29.169  - info: iqontrol.0 (540) systemLanguage = de
        2025-10-12 11:40:29.170  - info: iqontrol.0 (540) Creating Passphrase...
        2025-10-12 11:40:29.217  - info: iqontrol.0 (540) Creating Popup States...
        2025-10-12 11:40:29.290  - info: iqontrol.0 (540) Creating Widget States...
        2025-10-12 11:40:29.291  - info: iqontrol.0 (540) Lists deactivated.
        2025-10-12 11:40:29.292  - info: iqontrol.0 (540) Deleting unused Objects...
        2025-10-12 11:40:29.292  - info: iqontrol.0 (540) Subscribing to states...
        2025-10-12 11:40:29.294  - info: iqontrol.0 (540) iQontrol ready.
        2025-10-12 11:40:31.715  - info: host.iobroker84 instance system.adapter.trashschedule.0 in version "3.3.0" started with pid 555
        2025-10-12 11:40:33.165  - info: trashschedule.0 (555) starting. Version 3.3.0 in /opt/iobroker/node_modules/iobroker.trashschedule, node: v22.20.0, js-controller: 7.0.7
        2025-10-12 11:40:33.243  - info: trashschedule.0 (555) [onReady] starting with source "ical" -> ical
        2025-10-12 11:40:33.249  - info: trashschedule.0 (555) [ical] configured ical preview is 45 days (until 26.11.2025) - increase this value to find more events in the future
        2025-10-12 11:40:35.666  - info: host.iobroker84 instance system.adapter.echarts.0 in version "1.9.2" started with pid 570
        2025-10-12 11:40:36.881  - info: echarts.0 (570) starting. Version 1.9.2 in /opt/iobroker/node_modules/iobroker.echarts, node: v22.20.0, js-controller: 7.0.7
        2025-10-12 11:40:52.818  - info: sonoff.0 (450) Client [Steckdose01] connected with secret 1760262052812_6539
        2025-10-12 11:40:52.978  - info: sonoff.0 (450) Client [Steckdose02] connected with secret 1760262052977_7832
        2025-10-12 11:40:53.209  - info: sonoff.0 (450) Client [Stromzaehler] connected with secret 1760262053207_304
        2025-10-12 11:41:20.278  - info: admin.0 (313) ==> Connected system.user.admin from ::ffff:192.168.23.27
        2025-10-12 11:41:35.334  - info: admin.0 (313) <== Disconnect system.user.admin from ::ffff:192.168.23.27 admin
        
        

        ============ Mark until here for C&P =============

        iob diag has finished.

        EDIT:
        Hier der Inhalt vom npm-Log /home/mf/.npm/_logs/2025-10-12T09_42_27_454Z-debug-0.log

        $ cat /home/mf/.npm/_logs/2025-10-12T09_42_27_454Z-debug-0.log
        0 verbose cli /usr/bin/node /usr/bin/npm
        1 info using npm@11.6.2
        2 info using node@v22.20.0
        3 silly config load:file:/usr/lib/node_modules/npm/npmrc
        4 silly config load:file:/opt/iobroker/.npmrc
        5 silly config load:file:/home/mf/.npmrc
        6 silly config load:file:/usr/etc/npmrc
        7 verbose title npm ls
        8 verbose argv "ls" "--all"
        9 verbose logfile logs-max:10 dir:/home/mf/.npm/_logs/2025-10-12T09_42_27_454Z-
        10 verbose logfile /home/mf/.npm/_logs/2025-10-12T09_42_27_454Z-debug-0.log
        11 silly logfile start cleaning logs, removing 1 files
        12 silly packumentCache heap:2197815296 maxSize:549453824 maxEntrySize:274726912
        13 silly logfile done cleaning log files
        14 verbose shrinkwrap failed to load node_modules/.package-lock.json out of date, updated: node_modules/iobroker.js-controller
        15 verbose stack Error: invalid: buffer@5.7.1 /opt/iobroker/node_modules/buffer
        15 verbose stack missing: @csstools/css-parser-algorithms@^3.0.4, required by @asamuzakjp/css-color@3.2.0
        15 verbose stack missing: @csstools/css-tokenizer@^3.0.3, required by @asamuzakjp/css-color@3.2.0
        15 verbose stack missing: @csstools/css-parser-algorithms@^3.0.5, required by @csstools/css-calc@2.1.4
        15 verbose stack missing: @csstools/css-tokenizer@^3.0.4, required by @csstools/css-calc@2.1.4
        15 verbose stack missing: @csstools/css-parser-algorithms@^3.0.5, required by @csstools/css-color-parser@3.1.0
        15 verbose stack missing: @csstools/css-tokenizer@^3.0.4, required by @csstools/css-color-parser@3.1.0
        15 verbose stack     at LS.exec (/usr/lib/node_modules/npm/lib/commands/ls.js:206:9)
        15 verbose stack     at async Npm.exec (/usr/lib/node_modules/npm/lib/npm.js:208:9)
        15 verbose stack     at async module.exports (/usr/lib/node_modules/npm/lib/cli/entry.js:67:5)
        16 error code ELSPROBLEMS
        17 error invalid: buffer@5.7.1 /opt/iobroker/node_modules/buffer
        17 error missing: @csstools/css-parser-algorithms@^3.0.4, required by @asamuzakjp/css-color@3.2.0
        17 error missing: @csstools/css-tokenizer@^3.0.3, required by @asamuzakjp/css-color@3.2.0
        17 error missing: @csstools/css-parser-algorithms@^3.0.5, required by @csstools/css-calc@2.1.4
        17 error missing: @csstools/css-tokenizer@^3.0.4, required by @csstools/css-calc@2.1.4
        17 error missing: @csstools/css-parser-algorithms@^3.0.5, required by @csstools/css-color-parser@3.1.0
        17 error missing: @csstools/css-tokenizer@^3.0.4, required by @csstools/css-color-parser@3.1.0
        18 verbose cwd /opt/iobroker
        19 verbose os Linux 6.14.11-3-pve
        20 verbose node v22.20.0
        21 verbose npm  v11.6.2
        22 verbose exit 1
        23 verbose code 1
        24 error A complete log of this run can be found in: /home/mf/.npm/_logs/2025-10-12T09_42_27_454Z-debug-0.log
        
        un99known99U Offline
        un99known99U Offline
        un99known99
        wrote on last edited by un99known99
        #148

        Hallo,
        Danke für die Super-Anleitung 🙂 !

        Ich habe aktuell 2 Probleme, vielleicht kann mir da jemand helfen:

        (1) vor dem Upgrade auf Trixie ist unter /etc/apt/sources.list.d nur eine Datei mit Namen raspi.list, nach dem Upgrade und dem Modernisieren habe ich eine "raspi.sources" (http://archive.raspberrypi.org/debian/) und eine "raspbian.sources" (http://raspbian.raspberrypi.org/raspbian/). Die raspi.sources ist NICHT "Signed-By". Braucht man beide rasp*.sources oder nur die raspbian.sources? Wenn man beide braucht, wo/wie bekomme ich die Signierung für raspi.sources (http://archive.raspberrypi.org/debian/)?

        (2) Nach dem Upgrade auf Trixie habe ich Probleme mit Botprogrammen (Bookworm war ja python 3.11.2 und Trixie ist 3.13.5).
        Fehlermeldung z.B.
        "traceback (most recent call last):
        File "/usr/local/searxng/searxng-src/searx/webapp.py", line 21, in <module>
        import httpx
        ModuleNotFoundError: No module named 'httpx'"
        In der webapp.py ist die line 21:
        #!/usr/bin/env python3

        - - coding: utf-8 - -

        ....
        import httpx
        Muss man Pfade o.ä. ändern/anpassen?

        Thomas BraunT 1 Reply Last reply
        0
        • un99known99U un99known99

          Hallo,
          Danke für die Super-Anleitung 🙂 !

          Ich habe aktuell 2 Probleme, vielleicht kann mir da jemand helfen:

          (1) vor dem Upgrade auf Trixie ist unter /etc/apt/sources.list.d nur eine Datei mit Namen raspi.list, nach dem Upgrade und dem Modernisieren habe ich eine "raspi.sources" (http://archive.raspberrypi.org/debian/) und eine "raspbian.sources" (http://raspbian.raspberrypi.org/raspbian/). Die raspi.sources ist NICHT "Signed-By". Braucht man beide rasp*.sources oder nur die raspbian.sources? Wenn man beide braucht, wo/wie bekomme ich die Signierung für raspi.sources (http://archive.raspberrypi.org/debian/)?

          (2) Nach dem Upgrade auf Trixie habe ich Probleme mit Botprogrammen (Bookworm war ja python 3.11.2 und Trixie ist 3.13.5).
          Fehlermeldung z.B.
          "traceback (most recent call last):
          File "/usr/local/searxng/searxng-src/searx/webapp.py", line 21, in <module>
          import httpx
          ModuleNotFoundError: No module named 'httpx'"
          In der webapp.py ist die line 21:
          #!/usr/bin/env python3

          - - coding: utf-8 - -

          ....
          import httpx
          Muss man Pfade o.ä. ändern/anpassen?

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by Thomas Braun
          #149

          @un99known99

          Was steht denn drin?
          Eine raspbian.sources gibt es auf meinem System nicht. Die /etc/apt/sources.list.d/raspi.sources schaut so aus:

          Types: deb
          URIs: http://archive.raspberrypi.com/debian/
          Suites: trixie
          Components: main
          Signed-By: /usr/share/keyrings/raspberrypi-archive-keyring.pgp
          

          Ist der keyring installiert?

          apt policy raspberrypi-archive-keyring
          

          Zu 2) fragst du wohl besser bei
          https://docs.searxng.org/admin/installation-searxng.html#installation-basic
          nach.

          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

          un99known99U 1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @un99known99

            Was steht denn drin?
            Eine raspbian.sources gibt es auf meinem System nicht. Die /etc/apt/sources.list.d/raspi.sources schaut so aus:

            Types: deb
            URIs: http://archive.raspberrypi.com/debian/
            Suites: trixie
            Components: main
            Signed-By: /usr/share/keyrings/raspberrypi-archive-keyring.pgp
            

            Ist der keyring installiert?

            apt policy raspberrypi-archive-keyring
            

            Zu 2) fragst du wohl besser bei
            https://docs.searxng.org/admin/installation-searxng.html#installation-basic
            nach.

            un99known99U Offline
            un99known99U Offline
            un99known99
            wrote on last edited by
            #150

            @thomas-braun
            ja, komisch, auf dem 64bit PI ist es so wie Du es beschrieben hast.
            Auf dem 32bit PI ist nach dem Upgrade eine raspberian und eine raspi sources da, mit dem beschriebenen Inhalt.
            Die /usr/share/keyrings/raspberrypi-archive-keyring.pgp habe ich jetzt vom 64bit zum 32bit rüberkopiert. Beim nächsten Upgrade-Versuch mal testen.

            Hat jemand ein Upgrade auf einem 32bit PI gemacht und auch den Effekt?

            Thomas, wenn Du nur die eine hast heißt das im Extremfall ich brauche bei dem 32bit auch nur die eine sources (raspi.sources)?

            Thomas BraunT 1 Reply Last reply
            0
            • un99known99U un99known99

              @thomas-braun
              ja, komisch, auf dem 64bit PI ist es so wie Du es beschrieben hast.
              Auf dem 32bit PI ist nach dem Upgrade eine raspberian und eine raspi sources da, mit dem beschriebenen Inhalt.
              Die /usr/share/keyrings/raspberrypi-archive-keyring.pgp habe ich jetzt vom 64bit zum 32bit rüberkopiert. Beim nächsten Upgrade-Versuch mal testen.

              Hat jemand ein Upgrade auf einem 32bit PI gemacht und auch den Effekt?

              Thomas, wenn Du nur die eine hast heißt das im Extremfall ich brauche bei dem 32bit auch nur die eine sources (raspi.sources)?

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #151

              @un99known99

              Auf 32Bit kann das wieder anders aussehen.
              Ich würde aber im Jahre 2025 kein 32Bit mehr fahren. Installier da 64Bit, wenn es die Hardware hergibt.

              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 Reply Last reply
              0
              • meuteM Online
                meuteM Online
                meute
                wrote on last edited by
                #152

                Damit es hier nicht untergeht, wollte ich nochmal auf meinen npm error nach dem Upgrade auf Trixie hinweisen.
                https://forum.iobroker.net/post/1299664
                Vll. kann @Thomas-Braun was dazu sagen.

                fraenk for friends Code: MATF103

                Thomas BraunT 1 Reply Last reply
                0
                • meuteM meute

                  Damit es hier nicht untergeht, wollte ich nochmal auf meinen npm error nach dem Upgrade auf Trixie hinweisen.
                  https://forum.iobroker.net/post/1299664
                  Vll. kann @Thomas-Braun was dazu sagen.

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by Thomas Braun
                  #153

                  @meute

                  npm Fehler haben Null mit einem Dist-Upgrade deines Betriebssystems zu tun.
                  Mach nen eigenen Thread dazu auf.

                  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

                  DuffyD 1 Reply Last reply
                  1
                  • Thomas BraunT Thomas Braun

                    @meute

                    npm Fehler haben Null mit einem Dist-Upgrade deines Betriebssystems zu tun.
                    Mach nen eigenen Thread dazu auf.

                    DuffyD Online
                    DuffyD Online
                    Duffy
                    wrote on last edited by
                    #154

                    @thomas-braun

                    Ich habe mir gerade deine Beschreibung und die Beiträge durchgelesen.

                    Dabei bin ich unter anderem darüber gestolpert das man, wenn man das OS von 11 auf 12 gehoben hat sich ein weiteres anheben auf 13 verkneifen sollte. (Zumindest hatte ich das so verstanden)

                    Heisst das man muss alles neu mit 13 installieren?
                    Dann wäre es ja auch naheliegend den Raspberry 4 durch einen Raspberry 5 zu ersetzen, oder ?

                    Viele Grüße Duffy

                    Nix besonderes; iob auf Respberry pi 4 (8GB) mit 32 GB SSD
                    Node.js: v22.21.0
                    NPM: 10.9.4
                    js-controller 7.0.7
                    Linux: Trixie

                    Thomas BraunT 1 Reply Last reply
                    0
                    • DuffyD Duffy

                      @thomas-braun

                      Ich habe mir gerade deine Beschreibung und die Beiträge durchgelesen.

                      Dabei bin ich unter anderem darüber gestolpert das man, wenn man das OS von 11 auf 12 gehoben hat sich ein weiteres anheben auf 13 verkneifen sollte. (Zumindest hatte ich das so verstanden)

                      Heisst das man muss alles neu mit 13 installieren?
                      Dann wäre es ja auch naheliegend den Raspberry 4 durch einen Raspberry 5 zu ersetzen, oder ?

                      Viele Grüße Duffy

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      wrote on last edited by Thomas Braun
                      #155

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

                      wenn man das OS von 11 auf 12 gehoben hat

                      Das hat schon nicht richtig funktioniert, wenn du von RaspberryOS sprechen solltest.
                      Von 12 auf 13 funktioniert es auch wieder für RaspberryOS. Den vermutlichen Schiefstand haste dir also damals eingehandelt.

                      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

                      DuffyD 1 Reply Last reply
                      0
                      • Thomas BraunT Thomas Braun

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

                        wenn man das OS von 11 auf 12 gehoben hat

                        Das hat schon nicht richtig funktioniert, wenn du von RaspberryOS sprechen solltest.
                        Von 12 auf 13 funktioniert es auch wieder für RaspberryOS. Den vermutlichen Schiefstand haste dir also damals eingehandelt.

                        DuffyD Online
                        DuffyD Online
                        Duffy
                        wrote on last edited by
                        #156

                        @thomas-braun

                        Ja, ich spreche vom Raspberry OS, sorry hätte ich dazuschreiben sollen.

                        Bisher funktioniert alles so weit und ich habe noch keinen Schiefstand festgestellt.

                        Gibt es einen Befehl mit dem man feststellen kann ob es einen Schiefstand gibt und wenn nicht ob man dann das OS auf 13 heben könnte?

                        Wann rechnest du aus deiner Erfahrung heraus mit dem Raspberry OS 13?

                        Liebe Grüsse Duffy.

                        Nix besonderes; iob auf Respberry pi 4 (8GB) mit 32 GB SSD
                        Node.js: v22.21.0
                        NPM: 10.9.4
                        js-controller 7.0.7
                        Linux: Trixie

                        Thomas BraunT 1 Reply Last reply
                        0
                        • DuffyD Duffy

                          @thomas-braun

                          Ja, ich spreche vom Raspberry OS, sorry hätte ich dazuschreiben sollen.

                          Bisher funktioniert alles so weit und ich habe noch keinen Schiefstand festgestellt.

                          Gibt es einen Befehl mit dem man feststellen kann ob es einen Schiefstand gibt und wenn nicht ob man dann das OS auf 13 heben könnte?

                          Wann rechnest du aus deiner Erfahrung heraus mit dem Raspberry OS 13?

                          Liebe Grüsse Duffy.

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          wrote on last edited by Thomas Braun
                          #157

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

                          Bisher funktioniert alles so weit und ich habe noch keinen Schiefstand festgestellt.

                          Zeig mal die Ausgabe von

                          iob diag
                          

                          Da kann man das sehen. Aber in einem separaten Thread.

                          Wann rechnest du aus deiner Erfahrung heraus mit dem Raspberry OS 13?

                          Ist doch offiziell released worden.

                          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

                          DuffyD 1 Reply Last reply
                          0
                          • Thomas BraunT Thomas Braun

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

                            Bisher funktioniert alles so weit und ich habe noch keinen Schiefstand festgestellt.

                            Zeig mal die Ausgabe von

                            iob diag
                            

                            Da kann man das sehen. Aber in einem separaten Thread.

                            Wann rechnest du aus deiner Erfahrung heraus mit dem Raspberry OS 13?

                            Ist doch offiziell released worden.

                            DuffyD Online
                            DuffyD Online
                            Duffy
                            wrote on last edited by
                            #158

                            @thomas-braun

                            Werd ich machen, danke.

                            Nix besonderes; iob auf Respberry pi 4 (8GB) mit 32 GB SSD
                            Node.js: v22.21.0
                            NPM: 10.9.4
                            js-controller 7.0.7
                            Linux: Trixie

                            1 Reply Last reply
                            0
                            • K Online
                              K Online
                              Krys
                              wrote on last edited by
                              #159

                              Geil, Danke!

                              Trixie nun drauf und Proxmox 9 auch.

                              1 Reply Last reply
                              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.

                                C Offline
                                C Offline
                                Cumulus 0
                                wrote on last edited by
                                #160

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

                                echad@chet:~

                                Wie komme ich auf echad@chet? SSH Anmeldung funktioniert nicht.
                                echad@meine ip fordert ein Passwort, dass ich nicht kenne.

                                Thomas BraunT 1 Reply Last reply
                                0
                                • C Cumulus 0

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

                                  echad@chet:~

                                  Wie komme ich auf echad@chet? SSH Anmeldung funktioniert nicht.
                                  echad@meine ip fordert ein Passwort, dass ich nicht kenne.

                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  wrote on last edited by
                                  #161

                                  @cumulus-0

                                  Das ist ja auch mein System mit meinem User und meinem Passwort.

                                  Du musst da halt deine eigenen Zugänge verwenden.

                                  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 Reply Last reply
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @cumulus-0

                                    Das ist ja auch mein System mit meinem User und meinem Passwort.

                                    Du musst da halt deine eigenen Zugänge verwenden.

                                    C Offline
                                    C Offline
                                    Cumulus 0
                                    wrote on last edited by
                                    #162

                                    @thomas-braun

                                    klaus@broker:~ $ echad@chet:~ $ cat /etc/debian_version
                                    -bash: echad@chet:~: command not found

                                    Thomas spricht in Rätseln bzw. ich steh total auf der Leitung

                                    C 1 Reply Last reply
                                    0
                                    • Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      wrote on last edited by
                                      #163

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

                                      Thomas spricht in Rätseln bzw. ich steh total auf der Leitung

                                      Der Teil VOR dem $ ist der sog. LogIn-Prompt. Und wird nicht von dir als Befehl eingegeben.

                                      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 Reply Last reply
                                      0
                                      • C Cumulus 0

                                        @thomas-braun

                                        klaus@broker:~ $ echad@chet:~ $ cat /etc/debian_version
                                        -bash: echad@chet:~: command not found

                                        Thomas spricht in Rätseln bzw. ich steh total auf der Leitung

                                        C Offline
                                        C Offline
                                        Cumulus 0
                                        wrote on last edited by
                                        #164

                                        @cumulus-0

                                        Jetzt bin ich mal einen Schritt beiseite gegangen -- und siehe da, die Leitung war frei!

                                        Danke, hoffentlich klappt jetzt alles

                                        1 Reply Last reply
                                        0
                                        • Thomas BraunT Thomas Braun

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

                                          Thomas spricht in Rätseln bzw. ich steh total auf der Leitung

                                          Der Teil VOR dem $ ist der sog. LogIn-Prompt. Und wird nicht von dir als Befehl eingegeben.

                                          C Offline
                                          C Offline
                                          Cumulus 0
                                          wrote on last edited by
                                          #165

                                          @thomas-braun

                                          Nach diesem Schritt kommt folgende Meldung:

                                          Processing triggers for debianutils (5.23.2) ...
                                          Processing triggers for initramfs-tools (0.142+rpt4+deb12u3) ...
                                          update-initramfs: Generating /boot/initrd.img-6.12.47+rpt-rpi-v8
                                          raspi-firmware: missing /boot/firmware, did you forget to mount it?
                                          run-parts: /etc/initramfs/post-update.d//z50-raspi-firmware exited with return code 1
                                          dpkg: error processing package initramfs-tools (--configure):
                                          installed initramfs-tools package post-installation script subprocess returned error exit status 1
                                          Processing triggers for libc-bin (2.41-12+rpt1) ...
                                          Processing triggers for man-db (2.11.2-2) ...
                                          Processing triggers for dbus (1.14.10-1~deb12u1) ...
                                          Processing triggers for ca-certificates (20250419) ...
                                          Updating certificates in /etc/ssl/certs...
                                          0 added, 0 removed; done.
                                          Running hooks in /etc/ca-certificates/update.d...
                                          done.
                                          Processing triggers for sgml-base (1.31+nmu1) ...
                                          Errors were encountered while processing:
                                          raspi-firmware
                                          initramfs-tools
                                          E: Sub-process /usr/bin/dpkg returned an error code (1)

                                          Nach iob Start scheint aber wieder alles zu laufen. Vermutlich wurde nicht viel geändert.
                                          Was ist das mit der Firmware? Das System hatte ich im Juni komplett neu installiert.

                                          Thomas BraunT 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          629

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe