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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. Upgrade von Debian 11/Bullseye auf 12/Bookworm

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.3k

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

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

Upgrade von Debian 11/Bullseye auf 12/Bookworm

Geplant Angeheftet Gesperrt Verschoben Off Topic
upgrade bullseye bookworm
351 Beiträge 51 Kommentatoren 89.4k Aufrufe 52 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Thomas BraunT Thomas Braun

    Vorab:
    Debian 12 'Bookworm' ist am 10.06.2023 als stabil veröffentlicht worden.
    Raspberry OS 'Bullseye' ist seit dem 10. Oktober 2023 auch verfügbar. Hier ist allerdings ein in-line-Upgrade von der Vorversion nicht so einfach wie in der Vergangenheit möglich. Es sollte hier eine komplette Neuinstallation vorgenommen werden.

    Desweiteren würde ich empfehlen die Gelegenheit zu nutzen und 32bit-Systeme auf Raspberry Pi-Kisten auf 64bit umzustellen. Das funktioniert allerdings nicht wie hier vorgestellt, bei einem Wechsel der CPU-Architektur ist eine Neuinstallation erforderlich. Desweiteren gilt für Raspberry OS die dringende Empfehlung einer Neuinstallation:

    Edit:
    Diesmal rät Raspberry OS allerdings noch dringender als sonst dazu, die Systeme nicht von einem zum anderen Release rüberzuheben, sondern eine komplette Neuinstallation zu machen:

    Wichtig zu wissen: Früher empfahl man eine frische Installation, aber es war möglich, vom Vorgänger zu aktualisieren. Die jetzige Installation sollte aber auf jeden Fall neu sein.
    Da die Änderungen an der zugrundeliegenden Architektur so signifikant sind, schlägt man dieses Mal keine Prozedur vor, um ein Bullseye-Image auf Bookworm zu aktualisieren; jeder Versuch, dies zu tun, wird mit ziemlicher Sicherheit mit einem nicht bootenden Desktop und Datenverlust enden.
    Die einzige Möglichkeit, Bookworm zu bekommen, ist entweder eine SD-Karte mit dem Raspberry Pi Imager zu erstellen oder ein Bookworm-Image von hier herunterzuladen und mit dem Tool der Wahl zu flashen.

    Gilt aber auch für ein System ohne Desktop, bei meinen Versuchen hab ich schwer mit dem Bootvorgang zu kämpfen, den aktuellen Kernel habe ich nicht vollständig gestartet bekommen.

    Wer es entgegen aller Warnungen versuchen möchte:

    https://www.heise.de/hintergrund/Raspberry-Pi-OS-InPlace-Upgrade-von-Bullseye-auf-Bookworm-wagen-9999516.html

    #Upgrade von Debian 11 'Bullseye' auf Debain 12 'Bookworm'

    Gegeben ist ein System, auf dem 'Debian 11 - Bullseye' läuft:

    pi@mysterium2:~ $ lsb_release -a
    No LSB modules are available.
    Distributor ID: Raspbian
    Description:    Raspbian GNU/Linux 11 (bullseye)
    Release:        11
    Codename:       bullseye
    

    Der Stand soll auf Debian 12 'Bookworm' gehoben werden. Ich mache das wie folgt:

    Zunächst alles auf den letzten Stand bringen

    pi@mysterium2:~ $ sudo apt update
    Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
    Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
    Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
    Get:4 https://pkgs.tailscale.com/stable/raspbian bullseye InRelease
    Fetched 6,522 B in 6s (1,042 B/s)
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    113 packages can be upgraded. Run 'apt list --upgradable' to see them.
    

    Wenn in der Liste irgendwas mit bullseye-backports oder bullseye-propsed-updates oder ähnliches auftauchen sollte, dann ist diese Quelle zuvor zu deaktivieren. Ebenso andere manuelle Eingriffe in die Paket-Datenbank. Z.B. ein apt-hold auf das Paket 'udev' ist ja von einigen getätigt worden, diese Sperren müssen aufgehoben werden. Kann man per

    apt-mark showhold
    

    prüfen. Die aufgelisteten Pakete dann mit

    sudo apt-mark unhold `apt-mark showhold`
    

    wieder frei laufen lassen.

    Also

    sudo apt full-upgrade
    sudo reboot
    

    Nach dem reboot dürfen keine Pakete mehr in der Pipeline hängen.

    pi@mysterium2:~ $ sudo apt update
    Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
    Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
    Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
    Get:4 https://pkgs.tailscale.com/stable/raspbian bullseye InRelease
    Fetched 6,522 B in 2s (3,644 B/s)
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    All packages are up to date.
    

    Prima, jetzt ist die Basis stabil und wir können auf bookworm/Debian12 umschwenken.

    In die Datei /etc/apt/sources.list kopieren wir diese neuen Zeilen rein, die alten Einträge fliegen dafür raus:
    Via

    sudo nano /etc/apt/sources.list
    

    das einkopieren:

    deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
    deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
    deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
    # Uncomment deb-src lines below then 'apt-get update' to enable 'apt-get source'
    deb-src http://deb.debian.org/debian bookworm main contrib non-free
    deb-src http://security.debian.org/debian-security bookworm-security main contrib non-free
    deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free
    

    Zusätzlich stellen wir auch noch weitere Dateien auf bookworm um:

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

    Wenn ein erneutes

    sudo apt update
    

    Meldungen wie die folgende ergibt:

    Err:2 http://deb.debian.org/debian bookworm InRelease
      The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9
    

    muss der Schlüssel jeweils herangezogen werden.
    Macht man so:

    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138
    

    Die ID des keys übernimmt man natürlich aus der vorherigen Meldung.

    Das macht man mit allen fehlenden Schlüsseln, bis es so oder so ähnlich aussieht, die Meldungen bzgl. der Schlüssel also nicht mehr vorhanden sind:

    pi@mysterium2:~ $ sudo apt update
    Hit:1 http://archive.raspberrypi.org/debian bookworm InRelease
    Hit:2 http://deb.debian.org/debian bookworm InRelease
    Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
    Hit:4 http://security.debian.org/debian-security bookworm-security InRelease
    Hit:5 http://raspbian.raspberrypi.org/raspbian bookworm InRelease
    Hit:6 https://deb.nodesource.com/node_18.x bookworm InRelease
    Get:7 https://pkgs.tailscale.com/stable/debian bookworm InRelease
    Fetched 6,522 B in 3s (2,404 B/s)
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    445 packages can be upgraded. Run 'apt list --upgradable' to see them.
    

    Auch dürfen da keine Einträge mit bullseye mehr vorkommen.

    Vor dem eigentlichen Upgrade schaut man per

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

    nach ob auch genug Platz auf dem Datenträger ist. Wenn E: You don't have enough free space in /var/cache/apt/archives/. gemeldet wird sollte man vorher aufräumen, z. B. per

    sudo apt clean
    

    Jetzt aber los...

    sudo apt update
    sudo apt full-upgrade
    

    Wenn während des Upgrades Rückfragen kommen, ob eine neue Version einer Konfig-Datei eingespielt werden soll bitte immer mit yes bestätigen. Es wird von der ursprünglichen Datei eine Kopie mit der Endung .dpkg-old gespeichert, welche bei Bedarf dann zurückgespielt werden kann.
    Gleiches gilt für die Frage, ob Services automatisch neugestartet werden sollen.
    Aus der Anzeige des ChangeLogs kommt man durch Eingabe von q heraus.

    Jetzt holt man sich einen Kaffee (alternativ Club Mate) und schaut wie ein Superhacker mit schwarzem Kaputzenpulli und koffeinhaltigem Getränk in der Hand angestrengt auf die vorbeilaufenden Meldungen im Terminal und haut gelegentlich bei den obengenannten Rückfragen auf die Y-Taste.

    Wenn alles durchgelaufen ist und nach einem beherzten

    sudo reboot
    

    befinden wir uns in Debian 12 'Bookworm'

           _,met$$$$$gg.          pi@mysterium2
        ,g$$$$$$$$$$$$$$$P.       -------------
      ,g$$P"     """Y$$.".        OS: Debian GNU/Linux 12 (bookworm) armv7l
     ,$$P'              `$$$.     Host: Raspberry Pi 3 Model B Plus Rev 1.3
    ',$$P       ,ggs.     `$$b:   Kernel: 6.1.21-v7+
    `d$$'     ,$P"'   .    $$$    Uptime: 1 hour, 31 mins
     $$P      d$'     ,    $$P    Packages: 711 (dpkg)
     $$:      $$.   -    ,d$$'    Shell: bash 5.2.15
     $$;      Y$b._   _,d$P'      Terminal: /dev/pts/0
     Y$$.    `.`"Y$$$$P"'         CPU: BCM2835 (4) @ 1.400GHz
     `$$b      "-.__              Memory: 70MiB / 965MiB
      `Y$$
       `Y$$.
         `$$b.
           `Y$$b.
              `"Y$b._
                  `"""
    

    Falls Meldungen bei einem

    sudo apt update
    

    bezüglich apt-key auftauchen:

    W: http://security.debian.org/debian-security/dists/bookworm-security/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
    W: http://raspbian.raspberrypi.org/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
    W: http://deb.debian.org/debian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
    W: http://archive.raspberrypi.org/debian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
    W: http://deb.debian.org/debian/dists/bookworm-updates/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
    W: http://archive.raspberrypi.org/debian/dists/bullseye/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
    W: https://pkgs.tailscale.com/stable/debian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
    

    kann man die noch an eine andere Stelle schieben:

    sudo mv /etc/apt/trusted.gpg /etc/apt/trusted.gpg.d/
    

    Das ist zwar nicht der Königsweg, sorgt aber dafür das die Meldungen für das erste verschwinden.

    Fertig, viel Spaß mit dem Bücherwurm / Debian 12.

    Michael SchmittM Online
    Michael SchmittM Online
    Michael Schmitt
    schrieb am zuletzt editiert von
    #250

    Hi,

    bin jetzt auch ein "Bücherwurm". Ist soweit ich das sehen kann alles gut durchgelaufen. Hab einfach alles nach Anleitung gemacht, außer schwarzer Kapuzenpulli (hab so schon genug geschwitzt)

    Danke für die tolle Arbeit und Mühe die ihr hier investiert. :+1: :+1: :+1: :+1: :+1:

    Gruß Michael

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • Michael SchmittM Michael Schmitt

      Hi,

      bin jetzt auch ein "Bücherwurm". Ist soweit ich das sehen kann alles gut durchgelaufen. Hab einfach alles nach Anleitung gemacht, außer schwarzer Kapuzenpulli (hab so schon genug geschwitzt)

      Danke für die tolle Arbeit und Mühe die ihr hier investiert. :+1: :+1: :+1: :+1: :+1:

      Gruß Michael

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

      @michael-schmitt sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

      außer schwarzer Kapuzenpulli

      Na ob das Upgrade dann aber hingehauen hat?
      Da fehlt ja ein ganz essentieller Bestandteil.

      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

      M 1 Antwort Letzte Antwort
      1
      • Thomas BraunT Thomas Braun

        @michael-schmitt sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

        außer schwarzer Kapuzenpulli

        Na ob das Upgrade dann aber hingehauen hat?
        Da fehlt ja ein ganz essentieller Bestandteil.

        M Offline
        M Offline
        Matthes
        schrieb am zuletzt editiert von
        #252

        @thomas-braun
        Herzlichen Dank für diese tolle Anleitung. Heute habe ich es mal gewagt und meinen NUC von 11 auf 12/Bookworm hochgezogen. War innerhalb 1/2 Stunde komplett erledigt. keine Fehlermeldungen, keine Hakler, einfach durchgelaufen, rebootet, läuft.
        Super Anleitung von Dir, nochmals Danke!:+1: :+1: :clap:

        Grüße auf des Sauerland
        Matthes

        1 Antwort Letzte Antwort
        1
        • M Offline
          M Offline
          Matthes
          schrieb am zuletzt editiert von
          #253

          Im Nachhinein ist mir dann doch aufgefallen, dass Bluetooth nicht mehr läuft.
          Meine Bluetooth-Schlüsselfinder standen alle auf nicht erreichbar.

          Nach kurzem Suchen habe ich diese Quelle zu dem Problem gefunden:

          https://forums.debian.net/viewtopic.php?t=154544

          Hier wird in #6 beschrieben, dass das Problem mit dem Befehl

          sudo apt-get install libspa-0.2-bluetooth
          

          gelöst werden kann.
          Also habe ich den Befehl ausgeführt und danach den Adapter RADAR2 neu gestartet.
          Jetzt läuft auch die Erkennung der Bluetooth-Schlüsselfinder wieder.

          Evtl. hilft es ja weiteren Usern.

          Grüße aus dem Sauerland
          Matthes

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • M Matthes

            Im Nachhinein ist mir dann doch aufgefallen, dass Bluetooth nicht mehr läuft.
            Meine Bluetooth-Schlüsselfinder standen alle auf nicht erreichbar.

            Nach kurzem Suchen habe ich diese Quelle zu dem Problem gefunden:

            https://forums.debian.net/viewtopic.php?t=154544

            Hier wird in #6 beschrieben, dass das Problem mit dem Befehl

            sudo apt-get install libspa-0.2-bluetooth
            

            gelöst werden kann.
            Also habe ich den Befehl ausgeführt und danach den Adapter RADAR2 neu gestartet.
            Jetzt läuft auch die Erkennung der Bluetooth-Schlüsselfinder wieder.

            Evtl. hilft es ja weiteren Usern.

            Grüße aus dem Sauerland
            Matthes

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

            @matthes sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

            Lass mich raten... Da fährt noch ein Desktop mit?

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

            1 Antwort Letzte Antwort
            1
            • 2afs2 2afs

              @thomas-braun Hallo, ich nutze seit längerem iobroker auf dem Raspi4 mit Raspbian 10 (buster). Nun möchte ich langsam auf Raspbian 11 oder gleich 12 updaten. Wie ist am besten vorzugehen? Funktioniert gleich auf 12 (gibt es das überhaupt?), oder in zwei Schritten oder eine Neuinstallation?

              P Offline
              P Offline
              picky
              schrieb am zuletzt editiert von
              #255

              @2afs
              Habe auch gerade von Debian 10 auf 11 und dann auf 12 Upgradet, bis auf Kleinigkeiten keine größeren Probleme gehabt dank der 2 guten Anleitungen hier im forum :-)

              1 Antwort Letzte Antwort
              0
              • M Offline
                M Offline
                Matthes
                schrieb am zuletzt editiert von
                #256

                @thomas-braun
                als eifriger Mitleser weiß ich, dass kein Desktop installiert sein soll.
                Ist also meines Wissens nicht der Fall.
                Sonst beschränken sich meine Linux-Kenntnisse leider auf copy/paste.
                Bei Windows bin ich besser aufgestellt.

                Vom Lesen ist mir Dein Skript iob_Diag bekannt. Also habe ich es gerade mal flux installiert und ausgeführt. Hier die Ausgabe "Summary" dazu.

                Bitte sag mal, ob das alles so OK ist.
                Insbesondere, ob ich mit dem RAM 4GB hinkomme. Wenn nicht, würde ich auf einen PI5 8 GB mit eingebauter SSD wechseln wollen. Wäre das eine gute Idee?

                ======================= SUMMARY =======================
                                        v.2023-09-30 BETA
                
                
                 Static hostname: serveriob
                         Chassis: laptop 💻
                Operating System: Debian GNU/Linux 12 (bookworm)
                          Kernel: Linux 6.1.0-13-amd64
                    Architecture: x86-64
                 Hardware Vendor: BEELINK
                  Hardware Model: BT3 PRO
                Firmware Version: 5.11
                
                Installation:           native
                Kernel:                 x86_64
                Userland:               amd64
                Timezone:               Europe/Berlin (CEST, +0200)
                User-ID:                1000
                X-Server:               false
                Boot Target:            graphical.target
                
                Pending OS-Updates:     0
                Pending iob updates:    0
                
                Nodejs-Installation:    /usr/bin/nodejs         v18.18.1
                                        /usr/bin/node           v18.18.1
                                        /usr/bin/npm            9.8.1
                                        /usr/bin/npx            9.8.1
                                        /usr/bin/corepack       0.19.0
                
                Recommended versions are nodejs 18.18.1 and npm 9.8.1
                Your nodejs installation is correct
                
                MEMORY:
                               total        used        free      shared  buff/cache   available
                Mem:            4.0G        3.4G        338M        1.1M        545M        636M
                Swap:           1.0G        111M        912M
                Total:          5.1G        3.5G        1.3G
                
                Active iob-Instances:   33
                Active repo(s): stable, live-stable
                
                ioBroker Core:          js-controller           5.0.12
                                        admin                   6.10.1
                
                ioBroker Status:        iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                
                Status admin and web instance:
                + system.adapter.admin.0                  : admin                 : serveriob                                -  enabled, port: 8081, bind: 10.88.14.14, run as: admin
                + system.adapter.web.0                    : web                   : serveriob                                -  enabled, port: 8082, bind: 10.88.14.14, run as: user-mkrach
                + system.adapter.web.1                    : web                   : serveriob                                -  enabled, port: 22759, bind: 10.88.14.14, run as: user-mkrach
                + system.adapter.web.2                    : web                   : serveriob                                -  enabled, port: 29859, bind: 0.0.0.0, run as: user-skrach
                
                Objects:                14276
                States:                 11545
                
                Size of iob-Database:
                
                54M     /opt/iobroker/iobroker-data/objects.jsonl
                20M     /opt/iobroker/iobroker-data/objects.json.migrated
                20M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                0       /opt/iobroker/iobroker-data/objects.json.broken
                36M     /opt/iobroker/iobroker-data/states.jsonl
                2.0M    /opt/iobroker/iobroker-data/states.json.migrated
                2.0M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                0       /opt/iobroker/iobroker-data/states.json.broken
                
                
                
                =================== END OF SUMMARY ====================
                

                Hier mal noch eine Ausgabe von "TOP":

                Tasks: 157 total,   2 running, 155 sleeping,   0 stopped,   0 zombie
                %CPU(s): 12,5 us, 12,5 sy,  0,0 ni, 75,0 id,  0,0 wa,  0,0 hi,  0,0 si,  0,0 st
                MiB Spch:   3844,5 total,    356,6 free,   3247,6 used,    476,2 buff/cache
                MiB Swap:    976,0 total,    787,0 free,    189,0 used.    596,9 avail Spch
                
                    PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     ZEIT+ BEFEHL
                 336281 iobroker  20   0   11,8g 903760  45824 R  58,8  23,0   9:03.71 iobroker.js-con
                 337569 iobroker  20   0  951964  94496  39484 S  23,5   2,4   0:18.39 io.radar2.0
                 337193 iobroker  20   0  776324 106648  40328 S  17,6   2,7   2:17.25 io.sql.0
                 337071 iobroker  20   0 1114984 318700  43752 S  11,8   8,1   3:25.00 io.javascript.0
                 336989 iobroker  20   0 1029924 155656  44764 S   5,9   4,0   0:47.57 io.admin.0
                 337576 iobroker  20   0  996464 142512  45660 S   5,9   3,6   1:38.93 io.zigbee.0
                 337723 iobroker  20   0  969204 107956  39452 S   5,9   2,7   0:17.22 io.web.0
                 373620 iob       20   0   11772   5360   3200 R   5,9   0,1   0:00.04 top
                 373621 iobroker  20   0    4528   1084    952 S   5,9   0,0   0:00.01 ping
                      1 root      20   0  167660   7936   5208 S   0,0   0,2   0:03.49 systemd
                      2 root      20   0       0      0      0 S   0,0   0,0   0:00.05 kthreadd
                      3 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 rcu_gp
                      4 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 rcu_par_gp
                      5 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 slub_flushwq
                      6 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 netns
                     10 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 mm_percpu_wq
                     11 root      20   0       0      0      0 I   0,0   0,0   0:00.00 rcu_tasks_kthread
                     12 root      20   0       0      0      0 I   0,0   0,0   0:00.00 rcu_tasks_rude_kthread
                     13 root      20   0       0      0      0 I   0,0   0,0   0:00.00 rcu_tasks_trace_kthread
                     14 root      20   0       0      0      0 S   0,0   0,0   0:04.53 ksoftirqd/0
                     15 root      20   0       0      0      0 I   0,0   0,0   0:29.54 rcu_preempt
                     16 root      rt   0       0      0      0 S   0,0   0,0   0:00.47 migration/0
                     18 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/0
                     19 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/1
                     20 root      rt   0       0      0      0 S   0,0   0,0   0:00.60 migration/1
                     21 root      20   0       0      0      0 S   0,0   0,0   0:04.12 ksoftirqd/1
                     24 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/2
                     25 root      rt   0       0      0      0 S   0,0   0,0   0:00.66 migration/2
                     26 root      20   0       0      0      0 S   0,0   0,0   0:05.49 ksoftirqd/2
                     29 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/3
                     30 root      rt   0       0      0      0 S   0,0   0,0   0:00.53 migration/3
                     31 root      20   0       0      0      0 S   0,0   0,0   0:03.82 ksoftirqd/3
                     38 root      20   0       0      0      0 S   0,0   0,0   0:00.00 kdevtmpfs
                     39 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 inet_frag_wq
                     40 root      20   0       0      0      0 S   0,0   0,0   0:00.00 kauditd
                     41 root      20   0       0      0      0 S   0,0   0,0   0:00.02 khungtaskd
                     42 root      20   0       0      0      0 S   0,0   0,0   0:00.00 oom_reaper
                     43 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 writeback
                     44 root      20   0       0      0      0 S   0,0   0,0   0:04.68 kcompactd0
                     45 root      25   5       0      0      0 S   0,0   0,0   0:00.00 ksmd
                     47 root      39  19       0      0      0 S   0,0   0,0   0:02.57 khugepaged
                     48 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 kintegrityd
                     49 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 kblockd
                     50 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 blkcg_punt_bio
                     51 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 tpm_dev_wq
                     52 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 edac-poller
                     53 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 devfreq_wq
                     55 root      20   0       0      0      0 S   0,0   0,0   0:08.40 kswapd0
                     63 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 kthrotld
                     65 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 acpi_thermal_pm
                     66 root      20   0       0      0      0 S   0,0   0,0   0:00.26 hwrng
                     67 root      20   0       0      0      0 I   0,0   0,0   1:12.00 kworker/2:2-events
                     68 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 mld
                     70 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 ipv6_addrconf
                     75 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 kstrp
                     80 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 zswap-shrink
                     81 root       0 -20       0      0      0 I   0,0   0,0   0:00.22 kworker/u9:0-hci1
                

                Herzlichen Dank schon mal für Deine Bemühungen.

                Grüße aus dem Sauerland
                Matthes

                DJMarc75D 1 Antwort Letzte Antwort
                0
                • M Matthes

                  @thomas-braun
                  als eifriger Mitleser weiß ich, dass kein Desktop installiert sein soll.
                  Ist also meines Wissens nicht der Fall.
                  Sonst beschränken sich meine Linux-Kenntnisse leider auf copy/paste.
                  Bei Windows bin ich besser aufgestellt.

                  Vom Lesen ist mir Dein Skript iob_Diag bekannt. Also habe ich es gerade mal flux installiert und ausgeführt. Hier die Ausgabe "Summary" dazu.

                  Bitte sag mal, ob das alles so OK ist.
                  Insbesondere, ob ich mit dem RAM 4GB hinkomme. Wenn nicht, würde ich auf einen PI5 8 GB mit eingebauter SSD wechseln wollen. Wäre das eine gute Idee?

                  ======================= SUMMARY =======================
                                          v.2023-09-30 BETA
                  
                  
                   Static hostname: serveriob
                           Chassis: laptop 💻
                  Operating System: Debian GNU/Linux 12 (bookworm)
                            Kernel: Linux 6.1.0-13-amd64
                      Architecture: x86-64
                   Hardware Vendor: BEELINK
                    Hardware Model: BT3 PRO
                  Firmware Version: 5.11
                  
                  Installation:           native
                  Kernel:                 x86_64
                  Userland:               amd64
                  Timezone:               Europe/Berlin (CEST, +0200)
                  User-ID:                1000
                  X-Server:               false
                  Boot Target:            graphical.target
                  
                  Pending OS-Updates:     0
                  Pending iob updates:    0
                  
                  Nodejs-Installation:    /usr/bin/nodejs         v18.18.1
                                          /usr/bin/node           v18.18.1
                                          /usr/bin/npm            9.8.1
                                          /usr/bin/npx            9.8.1
                                          /usr/bin/corepack       0.19.0
                  
                  Recommended versions are nodejs 18.18.1 and npm 9.8.1
                  Your nodejs installation is correct
                  
                  MEMORY:
                                 total        used        free      shared  buff/cache   available
                  Mem:            4.0G        3.4G        338M        1.1M        545M        636M
                  Swap:           1.0G        111M        912M
                  Total:          5.1G        3.5G        1.3G
                  
                  Active iob-Instances:   33
                  Active repo(s): stable, live-stable
                  
                  ioBroker Core:          js-controller           5.0.12
                                          admin                   6.10.1
                  
                  ioBroker Status:        iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: jsonl
                  
                  Status admin and web instance:
                  + system.adapter.admin.0                  : admin                 : serveriob                                -  enabled, port: 8081, bind: 10.88.14.14, run as: admin
                  + system.adapter.web.0                    : web                   : serveriob                                -  enabled, port: 8082, bind: 10.88.14.14, run as: user-mkrach
                  + system.adapter.web.1                    : web                   : serveriob                                -  enabled, port: 22759, bind: 10.88.14.14, run as: user-mkrach
                  + system.adapter.web.2                    : web                   : serveriob                                -  enabled, port: 29859, bind: 0.0.0.0, run as: user-skrach
                  
                  Objects:                14276
                  States:                 11545
                  
                  Size of iob-Database:
                  
                  54M     /opt/iobroker/iobroker-data/objects.jsonl
                  20M     /opt/iobroker/iobroker-data/objects.json.migrated
                  20M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                  0       /opt/iobroker/iobroker-data/objects.json.broken
                  36M     /opt/iobroker/iobroker-data/states.jsonl
                  2.0M    /opt/iobroker/iobroker-data/states.json.migrated
                  2.0M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                  0       /opt/iobroker/iobroker-data/states.json.broken
                  
                  
                  
                  =================== END OF SUMMARY ====================
                  

                  Hier mal noch eine Ausgabe von "TOP":

                  Tasks: 157 total,   2 running, 155 sleeping,   0 stopped,   0 zombie
                  %CPU(s): 12,5 us, 12,5 sy,  0,0 ni, 75,0 id,  0,0 wa,  0,0 hi,  0,0 si,  0,0 st
                  MiB Spch:   3844,5 total,    356,6 free,   3247,6 used,    476,2 buff/cache
                  MiB Swap:    976,0 total,    787,0 free,    189,0 used.    596,9 avail Spch
                  
                      PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     ZEIT+ BEFEHL
                   336281 iobroker  20   0   11,8g 903760  45824 R  58,8  23,0   9:03.71 iobroker.js-con
                   337569 iobroker  20   0  951964  94496  39484 S  23,5   2,4   0:18.39 io.radar2.0
                   337193 iobroker  20   0  776324 106648  40328 S  17,6   2,7   2:17.25 io.sql.0
                   337071 iobroker  20   0 1114984 318700  43752 S  11,8   8,1   3:25.00 io.javascript.0
                   336989 iobroker  20   0 1029924 155656  44764 S   5,9   4,0   0:47.57 io.admin.0
                   337576 iobroker  20   0  996464 142512  45660 S   5,9   3,6   1:38.93 io.zigbee.0
                   337723 iobroker  20   0  969204 107956  39452 S   5,9   2,7   0:17.22 io.web.0
                   373620 iob       20   0   11772   5360   3200 R   5,9   0,1   0:00.04 top
                   373621 iobroker  20   0    4528   1084    952 S   5,9   0,0   0:00.01 ping
                        1 root      20   0  167660   7936   5208 S   0,0   0,2   0:03.49 systemd
                        2 root      20   0       0      0      0 S   0,0   0,0   0:00.05 kthreadd
                        3 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 rcu_gp
                        4 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 rcu_par_gp
                        5 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 slub_flushwq
                        6 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 netns
                       10 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 mm_percpu_wq
                       11 root      20   0       0      0      0 I   0,0   0,0   0:00.00 rcu_tasks_kthread
                       12 root      20   0       0      0      0 I   0,0   0,0   0:00.00 rcu_tasks_rude_kthread
                       13 root      20   0       0      0      0 I   0,0   0,0   0:00.00 rcu_tasks_trace_kthread
                       14 root      20   0       0      0      0 S   0,0   0,0   0:04.53 ksoftirqd/0
                       15 root      20   0       0      0      0 I   0,0   0,0   0:29.54 rcu_preempt
                       16 root      rt   0       0      0      0 S   0,0   0,0   0:00.47 migration/0
                       18 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/0
                       19 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/1
                       20 root      rt   0       0      0      0 S   0,0   0,0   0:00.60 migration/1
                       21 root      20   0       0      0      0 S   0,0   0,0   0:04.12 ksoftirqd/1
                       24 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/2
                       25 root      rt   0       0      0      0 S   0,0   0,0   0:00.66 migration/2
                       26 root      20   0       0      0      0 S   0,0   0,0   0:05.49 ksoftirqd/2
                       29 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/3
                       30 root      rt   0       0      0      0 S   0,0   0,0   0:00.53 migration/3
                       31 root      20   0       0      0      0 S   0,0   0,0   0:03.82 ksoftirqd/3
                       38 root      20   0       0      0      0 S   0,0   0,0   0:00.00 kdevtmpfs
                       39 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 inet_frag_wq
                       40 root      20   0       0      0      0 S   0,0   0,0   0:00.00 kauditd
                       41 root      20   0       0      0      0 S   0,0   0,0   0:00.02 khungtaskd
                       42 root      20   0       0      0      0 S   0,0   0,0   0:00.00 oom_reaper
                       43 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 writeback
                       44 root      20   0       0      0      0 S   0,0   0,0   0:04.68 kcompactd0
                       45 root      25   5       0      0      0 S   0,0   0,0   0:00.00 ksmd
                       47 root      39  19       0      0      0 S   0,0   0,0   0:02.57 khugepaged
                       48 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 kintegrityd
                       49 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 kblockd
                       50 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 blkcg_punt_bio
                       51 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 tpm_dev_wq
                       52 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 edac-poller
                       53 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 devfreq_wq
                       55 root      20   0       0      0      0 S   0,0   0,0   0:08.40 kswapd0
                       63 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 kthrotld
                       65 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 acpi_thermal_pm
                       66 root      20   0       0      0      0 S   0,0   0,0   0:00.26 hwrng
                       67 root      20   0       0      0      0 I   0,0   0,0   1:12.00 kworker/2:2-events
                       68 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 mld
                       70 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 ipv6_addrconf
                       75 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 kstrp
                       80 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 zswap-shrink
                       81 root       0 -20       0      0      0 I   0,0   0,0   0:00.22 kworker/u9:0-hci1
                  

                  Herzlichen Dank schon mal für Deine Bemühungen.

                  Grüße aus dem Sauerland
                  Matthes

                  DJMarc75D Online
                  DJMarc75D Online
                  DJMarc75
                  schrieb am zuletzt editiert von
                  #257

                  @matthes nur noch knapp 600MB an RAM verfügbar. Da wird u.U. auch kein Backup mehr laufen.

                  Lehrling seit 1975 !!!
                  Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                  https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                  M 1 Antwort Letzte Antwort
                  0
                  • DJMarc75D DJMarc75

                    @matthes nur noch knapp 600MB an RAM verfügbar. Da wird u.U. auch kein Backup mehr laufen.

                    M Offline
                    M Offline
                    Matthes
                    schrieb am zuletzt editiert von
                    #258

                    @djmarc75

                    doch, Backup per Adapter läuft von ioBroker (Beelink BT3) und Raspimatic (PI4) komplett jeden Abend auf NAS (FTP-Transfer). Das ist stabil.
                    Aber dass der RAM an der Grenze ist, habe ich mir schon gedacht.

                    Grüße aus dem Sauerland
                    Matthes

                    DJMarc75D 2 Antworten Letzte Antwort
                    0
                    • M Matthes

                      @djmarc75

                      doch, Backup per Adapter läuft von ioBroker (Beelink BT3) und Raspimatic (PI4) komplett jeden Abend auf NAS (FTP-Transfer). Das ist stabil.
                      Aber dass der RAM an der Grenze ist, habe ich mir schon gedacht.

                      Grüße aus dem Sauerland
                      Matthes

                      DJMarc75D Online
                      DJMarc75D Online
                      DJMarc75
                      schrieb am zuletzt editiert von
                      #259

                      @matthes sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                      der RAM an der Grenze ist

                      Zeig mal die Langfassung von

                      iob diag
                      

                      da kann man besser mal nachsehen ;)

                      Lehrling seit 1975 !!!
                      Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                      https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                      M 1 Antwort Letzte Antwort
                      0
                      • DJMarc75D DJMarc75

                        @matthes sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                        der RAM an der Grenze ist

                        Zeig mal die Langfassung von

                        iob diag
                        

                        da kann man besser mal nachsehen ;)

                        M Offline
                        M Offline
                        Matthes
                        schrieb am zuletzt editiert von
                        #260

                        @djmarc75 sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                        Zeig mal die Langfassung von

                        iob diag

                        da kann man besser mal nachsehen 😉

                        Hier ist sie:

                        ======== Start marking the full check here =========
                        
                        Skript v.2023-10-10
                        
                        *** BASE SYSTEM ***
                         Static hostname: serveriob
                               Icon name: computer-laptop
                                 Chassis: laptop 💻
                        Operating System: Debian GNU/Linux 12 (bookworm)
                                  Kernel: Linux 6.1.0-13-amd64
                            Architecture: x86-64
                         Hardware Vendor: BEELINK
                          Hardware Model: BT3 PRO
                        Firmware Version: 5.11
                        
                        model name      : Intel(R) Atom(TM) x5-Z8350  CPU @ 1.44GHz
                        Docker          : false
                        Virtualization  : none
                        Kernel          : x86_64
                        Userland        : amd64
                        
                        Systemuptime and Load:
                         18:17:29 up  5:02,  1 user,  load average: 1.14, 1.24, 1.16
                        CPU threads: 4
                        
                        
                        *** Time and Time Zones ***
                                       Local time: Wed 2023-10-11 18:17:29 CEST
                                   Universal time: Wed 2023-10-11 16:17:29 UTC
                                         RTC time: Wed 2023-10-11 16:17:29
                                        Time zone: Europe/Berlin (CEST, +0200)
                        System clock synchronized: yes
                                      NTP service: active
                                  RTC in local TZ: no
                        
                        *** User and Groups ***
                        iob
                        /home/iob
                        iob cdrom floppy sudo audio dip video plugdev netdev bluetooth iobroker
                        
                        *** X-Server-Setup ***
                        X-Server:       false
                        Desktop:
                        Terminal:       tty
                        Boot Target:    graphical.target
                        
                        *** MEMORY ***
                                       total        used        free      shared  buff/cache   available
                        Mem:            4.0G        3.6G        226M        1.1M        495M        475M
                        Swap:           1.0G        219M        803M
                        Total:          5.1G        3.8G        1.0G
                        
                                 3844 M total memory
                                 3391 M used memory
                                  467 M active memory
                                 2862 M inactive memory
                                  216 M free memory
                                   61 M buffer memory
                                  411 M swap cache
                                  975 M total swap
                                  209 M used swap
                                  766 M free swap
                        
                        *** FAILED SERVICES ***
                        
                          UNIT LOAD ACTIVE SUB DESCRIPTION
                        0 loaded units listed.
                        
                        *** FILESYSTEM ***
                        Filesystem     Type      Size  Used Avail Use% Mounted on
                        udev           devtmpfs  1.9G     0  1.9G   0% /dev
                        tmpfs          tmpfs     385M  1.0M  384M   1% /run
                        /dev/mmcblk0p2 ext4       56G  9.3G   44G  18% /
                        tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                        tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                        /dev/mmcblk0p1 vfat      511M  5.9M  506M   2% /boot/efi
                        tmpfs          tmpfs     385M     0  385M   0% /run/user/1000
                        
                        Messages concerning ext4 filesystem in dmesg:
                        
                        Show mounted filesystems \(real ones only\):
                        TARGET      SOURCE         FSTYPE OPTIONS
                        /           /dev/mmcblk0p2 ext4   rw,relatime,errors=remount-ro
                        `-/boot/efi /dev/mmcblk0p1 vfat   rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
                        
                        Files in neuralgic directories:
                        
                        /var:
                        2.8G    /var/
                        2.3G    /var/log
                        2.2G    /var/log/journal/7ca590e4858b45cb91f44f36edd68fd6
                        2.2G    /var/log/journal
                        375M    /var/cache
                        
                        Hint: You are currently not seeing messages from other users and the system.
                              Users in groups 'adm', 'systemd-journal' can see all messages.
                              Pass -q to turn off this notice.
                        Archived and active journals take up 197.2M in the file system.
                        
                        /opt/iobroker/backups:
                        274M    /opt/iobroker/backups/
                        
                        /opt/iobroker/iobroker-data:
                        703M    /opt/iobroker/iobroker-data/
                        349M    /opt/iobroker/iobroker-data/files
                        250M    /opt/iobroker/iobroker-data/backup-objects
                        88M     /opt/iobroker/iobroker-data/files/echarts.admin
                        57M     /opt/iobroker/iobroker-data/files/echarts
                        
                        The five largest files in iobroker-data are:
                        54M     /opt/iobroker/iobroker-data/objects.jsonl
                        23M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.eb0afecd.js.map
                        23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.7952f0f7.js.map
                        23M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.eb0afecd.js.map
                        21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.edf7552a.js.map
                        
                        USB-Devices by-id:
                        USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                        
                        /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2442088-if00
                        
                        *** NodeJS-Installation ***
                        
                        /usr/bin/nodejs         v18.18.1
                        /usr/bin/node           v18.18.1
                        /usr/bin/npm            9.8.1
                        /usr/bin/npx            9.8.1
                        /usr/bin/corepack       0.19.0
                        
                        
                        nodejs:
                          Installed: 18.18.1-1nodesource1
                          Candidate: 18.18.1-1nodesource1
                          Version table:
                         *** 18.18.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                100 /var/lib/dpkg/status
                             18.18.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.17.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.17.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.16.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.16.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.15.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.14.2-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.14.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.14.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.13.0+dfsg1-1 500
                                500 http://deb.debian.org/debian bookworm/main amd64 Packages
                             18.13.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.12.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.11.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.10.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.9.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.9.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.8.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.7.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.6.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.5.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.4.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.3.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.2.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.1.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.0.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                        
                        Temp directories causing npm8 problem: 0
                        No problems detected
                        
                        Errors in npm tree:
                        
                        *** ioBroker-Installation ***
                        
                        ioBroker Status
                        iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Core adapters versions
                        js-controller:  5.0.12
                        admin:          6.10.1
                        javascript:     7.1.4
                        
                        Adapters from github:   0
                        
                        Adapter State
                        + system.adapter.admin.0                  : admin                 : serveriob                                -  enabled, port: 8081, bind: 10.88.14.14, run as: admin
                        + system.adapter.alexa2.0                 : alexa2                : serveriob                                -  enabled
                          system.adapter.alias-manager.0          : alias-manager         : serveriob                                - disabled
                        + system.adapter.backitup.0               : backitup              : serveriob                                -  enabled
                        + system.adapter.cloud.0                  : cloud                 : serveriob                                -  enabled
                          system.adapter.daswetter.0              : daswetter             : serveriob                                -  enabled
                        + system.adapter.discovery.0              : discovery             : serveriob                                -  enabled
                        + system.adapter.echarts.0                : echarts               : serveriob                                -  enabled
                        + system.adapter.email.0                  : email                 : serveriob                                -  enabled
                          system.adapter.feiertage.0              : feiertage             : serveriob                                -  enabled
                          system.adapter.flot.0                   : flot                  : serveriob                                - disabled
                        + system.adapter.history.0                : history               : serveriob                                -  enabled
                        + system.adapter.hm-rega.0                : hm-rega               : serveriob                                -  enabled
                        + system.adapter.hm-rpc.0                 : hm-rpc                : serveriob                                -  enabled, port: 0
                        + system.adapter.hm-rpc.1                 : hm-rpc                : serveriob                                -  enabled, port: 0
                        + system.adapter.hm-rpc.2                 : hm-rpc                : serveriob                                -  enabled, port: 0
                        + system.adapter.hm-rpc.3                 : hm-rpc                : serveriob                                -  enabled, port: 0
                          system.adapter.ical.0                   : ical                  : serveriob                                -  enabled
                          system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: serveriob                                - disabled
                          system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : serveriob                                - disabled
                        + system.adapter.info.0                   : info                  : serveriob                                -  enabled
                        + system.adapter.javascript.0             : javascript            : serveriob                                -  enabled
                        + system.adapter.logparser.0              : logparser             : serveriob                                -  enabled
                          system.adapter.oilfox.0                 : oilfox                : serveriob                                -  enabled
                        + system.adapter.ping.0                   : ping                  : serveriob                                -  enabled
                        + system.adapter.pushover.0               : pushover              : serveriob                                -  enabled
                        + system.adapter.pushover.1               : pushover              : serveriob                                -  enabled
                        + system.adapter.pushover.2               : pushover              : serveriob                                -  enabled
                        + system.adapter.pushover.3               : pushover              : serveriob                                -  enabled
                        + system.adapter.radar2.0                 : radar2                : serveriob                                -  enabled
                        + system.adapter.sonoff.0                 : sonoff                : serveriob                                -  enabled, port: 1883, bind: 0.0.0.0
                        + system.adapter.sql.0                    : sql                   : serveriob                                -  enabled, port: 3307
                        + system.adapter.tuya.0                   : tuya                  : serveriob                                -  enabled
                          system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : serveriob                                - disabled
                          system.adapter.vis-colorpicker.0        : vis-colorpicker       : serveriob                                - disabled
                          system.adapter.vis-history.0            : vis-history           : serveriob                                - disabled
                          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : serveriob                                - disabled
                        + system.adapter.vis-inventwo.0           : vis-inventwo          : serveriob                                -  enabled
                          system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : serveriob                                - disabled
                          system.adapter.vis-justgage.0           : vis-justgage          : serveriob                                - disabled
                          system.adapter.vis-metro.0              : vis-metro             : serveriob                                - disabled
                          system.adapter.vis-plumb.0              : vis-plumb             : serveriob                                - disabled
                          system.adapter.vis-rgraph.0             : vis-rgraph            : serveriob                                - disabled
                          system.adapter.vis.0                    : vis                   : serveriob                                -  enabled
                        + system.adapter.web.0                    : web                   : serveriob                                -  enabled, port: 8082, bind: 10.88.14.14, run as: user-mkrach
                        + system.adapter.web.1                    : web                   : serveriob                                -  enabled, port: 22759, bind: 10.88.14.14, run as: user-mkrach
                        + system.adapter.web.2                    : web                   : serveriob                                -  enabled, port: 29859, bind: 0.0.0.0, run as: user-skrach
                        + system.adapter.zigbee.0                 : zigbee                : serveriob                                -  enabled, port: /dev/ttyACM0
                        + system.adapter.zigbee.1                 : zigbee                : serveriob                                -  enabled, port: tcp://10.88.14.13:6638
                        + system.adapter.zigbee.2                 : zigbee                : serveriob                                -  enabled, port: tcp://10.88.14.12:6639
                        
                        + instance is alive
                        
                        Enabled adapters with bindings
                        + system.adapter.admin.0                  : admin                 : serveriob                                -  enabled, port: 8081, bind: 10.88.14.14, run as: admin
                        + system.adapter.hm-rpc.0                 : hm-rpc                : serveriob                                -  enabled, port: 0
                        + system.adapter.hm-rpc.1                 : hm-rpc                : serveriob                                -  enabled, port: 0
                        + system.adapter.hm-rpc.2                 : hm-rpc                : serveriob                                -  enabled, port: 0
                        + system.adapter.hm-rpc.3                 : hm-rpc                : serveriob                                -  enabled, port: 0
                        + system.adapter.sonoff.0                 : sonoff                : serveriob                                -  enabled, port: 1883, bind: 0.0.0.0
                        + system.adapter.sql.0                    : sql                   : serveriob                                -  enabled, port: 3307
                        + system.adapter.web.0                    : web                   : serveriob                                -  enabled, port: 8082, bind: 10.88.14.14, run as: user-mkrach
                        + system.adapter.web.1                    : web                   : serveriob                                -  enabled, port: 22759, bind: 10.88.14.14, run as: user-mkrach
                        + system.adapter.web.2                    : web                   : serveriob                                -  enabled, port: 29859, bind: 0.0.0.0, run as: user-skrach
                        + system.adapter.zigbee.0                 : zigbee                : serveriob                                -  enabled, port: /dev/ttyACM0
                        + system.adapter.zigbee.1                 : zigbee                : serveriob                                -  enabled, port: tcp://10.88.14.13:6638
                        + system.adapter.zigbee.2                 : zigbee                : serveriob                                -  enabled, port: tcp://10.88.14.12:6639
                        
                        ioBroker-Repositories
                        stable        : http://download.iobroker.net/sources-dist.json
                        live-stable   : http://iobroker.live/repo/sources-dist.json
                        beta          : http://download.iobroker.net/sources-dist-latest.json
                        live-beta     : http://iobroker.live/repo/sources-dist-latest.json
                        
                        Active repo(s): stable, live-stable
                        
                        Installed ioBroker-Instances
                        Used repositories: stable, live-stable
                        Adapter    "admin"        : 6.10.1   , installed 6.10.1
                        Adapter    "alexa2"       : 3.25.2   , installed 3.25.2
                        Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                        Adapter    "backitup"     : 2.8.1    , installed 2.8.1
                        Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                        Adapter    "daswetter"    : 3.1.10   , installed 3.1.10
                        Adapter    "discovergy"   : 0.5.8    , installed 0.5.8
                        Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                        Adapter    "echarts"      : 1.5.1    , installed 1.5.1
                        Adapter    "email"        : 1.2.0    , installed 1.2.0
                        Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
                        Adapter    "flot"         : 1.12.0   , installed 1.12.0
                        Adapter    "history"      : 2.2.6    , installed 2.2.6
                        Adapter    "hm-rega"      : 3.0.47   , installed 3.0.47
                        Adapter    "hm-rpc"       : 1.15.19  , installed 1.15.19
                        Adapter    "ical"         : 1.13.3   , installed 1.13.3
                        Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                        Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                        Adapter    "info"         : 2.0.0    , installed 2.0.0
                        Adapter    "iot"          : 1.14.5   , installed 1.14.5
                        Adapter    "javascript"   : 7.1.4    , installed 7.1.4
                        Controller "js-controller": 5.0.12   , installed 5.0.12
                        Adapter    "logparser"    : 2.2.0    , installed 2.2.0
                        Adapter    "mihome"       : 1.4.0    , installed 1.4.0
                        Adapter    "oilfox"       : 4.2.0    , installed 4.2.0
                        Adapter    "onvif"        : 1.0.5    , installed 1.0.5
                        Adapter    "ping"         : 1.6.2    , installed 1.6.2
                        Adapter    "pushover"     : 3.0.3    , installed 3.0.3
                        Adapter    "radar2"       : 2.0.7    , installed 2.0.7
                        Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                        Adapter    "socketio"     : 6.5.5    , installed 6.5.5
                        Adapter    "sonoff"       : 2.5.3    , installed 2.5.3
                        Adapter    "sql"          : 2.2.0    , installed 2.2.0
                        Adapter    "statistics"   : 2.3.0    , installed 2.3.0
                        Adapter    "tradfri"      : 3.1.3    , installed 3.1.3
                        Adapter    "tuya"         : 3.14.2   , installed 3.14.2
                        Adapter    "vis"          : 1.4.16   , installed 1.4.16
                        Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                        Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                        Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                        Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                        Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                        Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                        Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
                        Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                        Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                        Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                        Adapter    "web"          : 6.1.2    , installed 6.1.2
                        Adapter    "ws"           : 2.5.5    , installed 2.5.5
                        Adapter    "zigbee"       : 1.8.23   , installed 1.8.23
                        
                        Objects and States
                        Please stand by - This may take a while
                        Objects:        14276
                        States:         11416
                        
                        *** OS-Repositories and Updates ***
                        Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
                        Hit:2 http://deb.debian.org/debian bookworm InRelease
                        Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                        Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                        Reading package lists...
                        Pending Updates: 0
                        
                        *** Listening Ports ***
                        Active Internet connections (only servers)
                        Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                        tcp        0      0 10.88.14.14:49292       0.0.0.0:*               LISTEN      1001       435699     337321/io.hm-rpc.3
                        tcp        0      0 10.88.14.14:22759       0.0.0.0:*               LISTEN      1001       440710     337974/io.web.1
                        tcp        0      0 10.88.14.14:8701        0.0.0.0:*               LISTEN      1001       437614     337273/io.hm-rpc.1
                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          19665      573/sshd: /usr/sbin
                        tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          12805      1/init
                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       434190     336281/iobroker.js-
                        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       437232     337590/io.sonoff.0
                        tcp        0      0 127.0.0.1:9011          0.0.0.0:*               LISTEN      1001       434183     336281/iobroker.js-
                        tcp        0      0 10.88.14.14:8081        0.0.0.0:*               LISTEN      1001       434916     336989/io.admin.0
                        tcp        0      0 10.88.14.14:8082        0.0.0.0:*               LISTEN      1001       439332     337723/io.web.0
                        tcp        0      0 10.88.14.14:42010       0.0.0.0:*               LISTEN      1001       437622     337307/io.hm-rpc.2
                        tcp        0      0 10.88.14.14:42001       0.0.0.0:*               LISTEN      1001       438311     337236/io.hm-rpc.0
                        tcp6       0      0 :::22                   :::*                    LISTEN      0          19667      573/sshd: /usr/sbin
                        tcp6       0      0 :::111                  :::*                    LISTEN      0          1601       1/init
                        tcp6       0      0 :::29859                :::*                    LISTEN      1001       439717     338036/io.web.2
                        udp        0      0 0.0.0.0:67              0.0.0.0:*                           1001       436133     337569/io.radar2.0
                        udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          19617      514/dhclient
                        udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          14316      1/init
                        udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       438797     337517/io.tuya.0
                        udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       437239     337517/io.tuya.0
                        udp6       0      0 :::111                  :::*                                0          1602       1/init
                        
                        *** Log File - Last 25 Lines ***
                        
                        2023-10-11 18:14:42.170  - info: javascript.0 (337071) script.js.MyScripts.Heizung.Waermebedarf_ermitteln: Script Wärmeanforderung gestartet
                        2023-10-11 18:14:42.306  - info: javascript.0 (337071) script.js.MyScripts.Heizung.Waermebedarf_ermitteln: Script Wärmeanforderung beendet
                        2023-10-11 18:14:42.310  - info: javascript.0 (337071) script.js.MyScripts.Fenster.MeldungenAktivieren: Script Fenster.MeldungenAktivieren gestartet.
                        2023-10-11 18:14:42.311  - info: javascript.0 (337071) script.js.MyScripts.Fenster.MeldungenAktivieren: Fenstermeldungen deaktiviert bei Außentemperatur: 17.3°C
                        2023-10-11 18:14:42.312  - info: javascript.0 (337071) script.js.MyScripts.Fenster.MeldungenAktivieren: Script Fenster.MeldungenAktivieren beendet bei Temperatur 17.3°C und Minutenwert 0
                        2023-10-11 18:14:52.794  - info: javascript.0 (337071) script.js.MyScripts.Licht.EG-2_Kueche-Kammer_Licht_Blockly: Trigger ist: zigbee.0.00158d00031b4a3e.occupancy Automatik ist an, Helligkeit ist: 498, Bewegung erkannt ist: true
                        2023-10-11 18:15:00.112  - info: host.serveriob instance system.adapter.daswetter.0 started with pid 529366
                        2023-10-11 18:15:03.665  - info: daswetter.0 (529366) starting. Version 3.1.10 in /opt/iobroker/node_modules/iobroker.daswetter, node: v18.18.1, js-controller: 5.0.12
                        2023-10-11 18:15:42.358  - info: daswetter.0 (529366) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
                        2023-10-11 18:15:42.919  - info: daswetter.0 (529366) cleaned everything up...
                        2023-10-11 18:15:42.992  - info: host.serveriob instance system.adapter.daswetter.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                        2023-10-11 18:15:53.430  - info: tuya.0 (337517) 62066151d8f15bde6bc7: Connect locally to device
                        2023-10-11 18:15:53.431  - info: tuya.0 (337517) 62066151d8f15bde6bc7 Init with IP=10.88.14.60, Key=95e2f395de005fbb, Version=3.3
                        2023-10-11 18:16:22.811  - info: javascript.0 (337071) script.js.MyScripts.Licht.EG-2_Kueche-Kammer_Licht_Blockly: Trigger ist: zigbee.0.00158d00031b4a3e.occupancy Automatik ist an, Helligkeit ist: 10, Bewegung erkannt ist: false
                        2023-10-11 18:16:24.216  - info: admin.0 (336989) <== Disconnect system.user.admin from 10.88.14.104 admin
                        2023-10-11 18:16:50.048  - info: hm-rpc.1 (337273) xmlrpc -> listDevices 0
                        2023-10-11 18:17:55.236  - info: javascript.0 (337071) script.js.MyScripts.Licht.EG-1_Flur_Licht_Blockly: Automatik ist aus
                        2023-10-11 18:17:57.649  - info: javascript.0 (337071) script.js.MyScripts.Licht.EG-5_Wohnzimmer_TV-Licht: Script startet
                        2023-10-11 18:18:03.076  - info: javascript.0 (337071) script.js.MyScripts.Licht.EG-5_Wohnzimmer_TV-Licht: Script startet
                        2023-10-11 18:18:03.085  - info: javascript.0 (337071) script.js.MyScripts.Steckdosen.G18-HDMI-Splitter_steuern: Steckdose 18 an
                        2023-10-11 18:18:03.667  - info: javascript.0 (337071) script.js.MyScripts.Steckdosen.G18-HDMI-Splitter_steuern: Steckdose 18 an
                        2023-10-11 18:19:00.131  - info: host.serveriob instance system.adapter.ical.0 started with pid 537285
                        2023-10-11 18:19:03.531  - info: ical.0 (537285) Plugin sentry Sentry Plugin disabled for this process because data reporting is disabled on instance
                        2023-10-11 18:19:04.017  - info: ical.0 (537285) starting. Version 1.13.3 in /opt/iobroker/node_modules/iobroker.ical, node: v18.18.1, js-controller: 5.0.12
                        2023-10-11 18:19:07.730  - info: ical.0 (537285) processing URL: THS-Software https://calendar.google.com/calendar/ical/qsmj0ckda3jiki8u2u5s60i5o8%40group.calendar.google.com/private-2545b2a49a935ff71cdfd2951329aac1/basic.ics
                        
                        ============ Mark until here for C&P =============
                        
                        
                        
                        1 Antwort Letzte Antwort
                        0
                        • M Matthes

                          @djmarc75

                          doch, Backup per Adapter läuft von ioBroker (Beelink BT3) und Raspimatic (PI4) komplett jeden Abend auf NAS (FTP-Transfer). Das ist stabil.
                          Aber dass der RAM an der Grenze ist, habe ich mir schon gedacht.

                          Grüße aus dem Sauerland
                          Matthes

                          DJMarc75D Online
                          DJMarc75D Online
                          DJMarc75
                          schrieb am zuletzt editiert von
                          #261

                          @matthes sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                          Aber dass der RAM an der Grenze ist, habe ich mir schon gedacht.

                          jo, absolut !

                          Lehrling seit 1975 !!!
                          Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                          https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                          1 Antwort Letzte Antwort
                          0
                          • HomoranH Homoran

                            @2afs sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                            Sollte das in einem Schritt von 10 auf 12 funktionieren?

                            wenn du damit meinst

                            • backup erstellen
                            • neue SD Karte nehmen
                              • OS 12 installieren
                              • ioBroker installieren
                            • Backup zurückspielen

                            feddisch!

                            dann, ja!

                            2afs2 Offline
                            2afs2 Offline
                            2afs
                            schrieb am zuletzt editiert von
                            #262

                            @homoran Was wäre denn die Empfehlung wenn eine PI OS Bookworm installation neu durchgeführt wird (RPI 4 - 4GB). Die 32-bit oder 64-bit Variante? Die normale lite oder die Legacy? Wenn ich das Ding schon neu mache soll es danach wieder möglichst lange durchhalten :-)

                            DJMarc75D Meister MopperM D 3 Antworten Letzte Antwort
                            0
                            • 2afs2 2afs

                              @homoran Was wäre denn die Empfehlung wenn eine PI OS Bookworm installation neu durchgeführt wird (RPI 4 - 4GB). Die 32-bit oder 64-bit Variante? Die normale lite oder die Legacy? Wenn ich das Ding schon neu mache soll es danach wieder möglichst lange durchhalten :-)

                              DJMarc75D Online
                              DJMarc75D Online
                              DJMarc75
                              schrieb am zuletzt editiert von DJMarc75
                              #263

                              @2afs sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                              Was wäre denn die Empfehlung wenn eine PI OS Bookworm installation neu durchgeführt wird (RPI 4 - 4GB)

                              64 bit - lite

                              @2afs sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                              Wenn ich das Ding schon neu mache soll es danach wieder möglichst lange durchhalten

                              kommt drauf an was Du auf der Kiste so treibst.

                              NUR iobroker könnten da einige Adapter drauf laufen (leg mich da nicht auf eine Anzahl fest)
                              Wenn Du auf dem Teil aber noch zusätzliche Tools am Laufen haben willst dann wird das Ganze schon etwas "wackliger"

                              Lehrling seit 1975 !!!
                              Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                              https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                              1 Antwort Letzte Antwort
                              0
                              • 2afs2 2afs

                                @homoran Was wäre denn die Empfehlung wenn eine PI OS Bookworm installation neu durchgeführt wird (RPI 4 - 4GB). Die 32-bit oder 64-bit Variante? Die normale lite oder die Legacy? Wenn ich das Ding schon neu mache soll es danach wieder möglichst lange durchhalten :-)

                                Meister MopperM Offline
                                Meister MopperM Offline
                                Meister Mopper
                                schrieb am zuletzt editiert von
                                #264

                                @2afs sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                                Was wäre denn die Empfehlung wenn eine PI OS Bookworm installation neu durchgeführt wird (RPI 4 - 4GB). Die 32-bit oder 64-bit Variante? Die normale lite oder die Legacy? Wenn ich das Ding schon neu mache soll es danach wieder möglichst lange durchhalten

                                Ja, da bin ich auch gerade dran.

                                Für den ioBroker ist wohl 64bookworm kein Problem,

                                Ich habe aber noch Flightradar/Piaware laufen, da geht es offenbar nur mit bullseye32.

                                @djmarc75 sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                                kommt drauf an was Du auf der Kiste so treibst.

                                Da hast Du absolut recht!

                                Proxmox und HA

                                1 Antwort Letzte Antwort
                                0
                                • 2afs2 2afs

                                  @homoran Was wäre denn die Empfehlung wenn eine PI OS Bookworm installation neu durchgeführt wird (RPI 4 - 4GB). Die 32-bit oder 64-bit Variante? Die normale lite oder die Legacy? Wenn ich das Ding schon neu mache soll es danach wieder möglichst lange durchhalten :-)

                                  D Online
                                  D Online
                                  darkblu
                                  schrieb am zuletzt editiert von
                                  #265

                                  @2afs said in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                                  @homoran Was wäre denn die Empfehlung wenn eine PI OS Bookworm installation neu durchgeführt wird (RPI 4 - 4GB). Die 32-bit oder 64-bit Variante? Die normale lite oder die Legacy? Wenn ich das Ding schon neu mache soll es danach wieder möglichst lange durchhalten :-)

                                  … eigentlich gehört das ja nicht hier hin. Ob 32 bit oder 64 bit.
                                  Kannst dazu einen eigenen Thread aufmachen, ich kann dazu dann etwas sagen. Und das ist nicht pro 64 bit, leider.

                                  Raspi 4, 4GB für Influxdb 1.8 und Grafana
                                  Raspi 5, 8 GB für ioBroker

                                  R 1 Antwort Letzte Antwort
                                  0
                                  • D darkblu

                                    @2afs said in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                                    @homoran Was wäre denn die Empfehlung wenn eine PI OS Bookworm installation neu durchgeführt wird (RPI 4 - 4GB). Die 32-bit oder 64-bit Variante? Die normale lite oder die Legacy? Wenn ich das Ding schon neu mache soll es danach wieder möglichst lange durchhalten :-)

                                    … eigentlich gehört das ja nicht hier hin. Ob 32 bit oder 64 bit.
                                    Kannst dazu einen eigenen Thread aufmachen, ich kann dazu dann etwas sagen. Und das ist nicht pro 64 bit, leider.

                                    R Offline
                                    R Offline
                                    reutli
                                    schrieb am zuletzt editiert von reutli
                                    #266

                                    @Thomas-Braun

                                    Sitze gerade an den Vorbereitungen meinen MacMini iob-Server (Master) auf bookworm zu heben.
                                    Da ich auch noch Influx und Grafana installiert habe, stellt sich für mich die Frage, ob mit

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

                                    alle Repos inkl. der von Grafana und Influx umgestellt werden? Oder sind hier weitere Befehle notwendig?

                                    ... und warum gibst Du das

                                    In die Datei /etc/apt/sources.list kopieren wir diese neuen Zeilen rein, die alten Einträge fliegen dafür raus:
                                    
                                    deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
                                    deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
                                    deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
                                    # Uncomment deb-src lines below then 'apt-get update' to enable 'apt-get source'
                                    deb-src http://deb.debian.org/debian bookworm main contrib non-free
                                    deb-src http://security.debian.org/debian-security bookworm-security main contrib non-free
                                    deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free
                                    

                                    an, wenn das meiner (laienhaften) Meinung nach dadurch

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

                                    bereits erledigt wird.

                                    Bin gerade einfach nur unsicher... und will keinen Ausfall haben, weil PROD-System (klar Backup habe ich).

                                    Danke

                                    PS: Falls notwendig / interessant hier noch Diagnose Ausgabe:

                                    Skript v.2023-10-10
                                    
                                    *** BASE SYSTEM ***
                                      Static hostname: macmini-iobroker
                                            Icon name: computer-desktop
                                              Chassis: desktop
                                     Operating System: Debian GNU/Linux 11 (bullseye)
                                               Kernel: Linux 5.10.0-26-amd64
                                         Architecture: x86-64
                                    
                                    model name	: Intel(R) Core(TM) i5-2415M CPU @ 2.30GHz
                                    Docker          : false
                                    Virtualization  : none
                                    Kernel          : x86_64
                                    Userland        : amd64
                                    
                                    Systemuptime and Load:
                                    11:57:40 up 3 days, 17:45,  1 user,  load average: 1.03, 0.86, 0.85
                                    CPU threads: 4
                                    
                                    
                                    *** Time and Time Zones ***
                                                  Local time: Thu 2023-10-19 11:57:40 CEST
                                              Universal time: Thu 2023-10-19 09:57:40 UTC
                                                    RTC time: Thu 2023-10-19 09:57:40
                                                   Time zone: Europe/Berlin (CEST, +0200)
                                    System clock synchronized: yes
                                                 NTP service: active
                                             RTC in local TZ: no
                                    
                                    *** User and Groups ***
                                    admin
                                    /home/admin
                                    admin adm sudo iobroker
                                    
                                    *** X-Server-Setup ***
                                    X-Server: 	false
                                    Desktop: 	
                                    Terminal: 	tty
                                    Boot Target: 	graphical.target
                                    
                                    *** MEMORY ***
                                                  total        used        free      shared  buff/cache   available
                                    Mem:             15G        4.6G        4.1G        0.0K        7.2G         11G
                                    Swap:            16G          0B         16G
                                    Total:           32G        4.6G         20G
                                    
                                           15909 M total memory
                                            4638 M used memory
                                            5563 M active memory
                                            5475 M inactive memory
                                            4103 M free memory
                                            1204 M buffer memory
                                            5963 M swap cache
                                           16294 M total swap
                                               0 M used swap
                                           16294 M free swap
                                    
                                    *** FAILED SERVICES ***
                                    
                                     UNIT               LOAD   ACTIVE SUB    DESCRIPTION
                                    * networking.service loaded failed failed Raise network interfaces
                                    * nut-driver.service loaded failed failed Network UPS Tools - power device driver controller
                                    
                                    LOAD   = Reflects whether the unit definition was properly loaded.
                                    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                                    SUB    = The low-level unit activation state, values depend on unit type.
                                    2 loaded units listed.
                                    
                                    *** FILESYSTEM ***
                                    Filesystem     Type      Size  Used Avail Use% Mounted on
                                    udev           devtmpfs  7.8G     0  7.8G   0% /dev
                                    tmpfs          tmpfs     1.6G  896K  1.6G   1% /run
                                    /dev/sda2      ext4      442G   18G  402G   5% /
                                    tmpfs          tmpfs     7.8G     0  7.8G   0% /dev/shm
                                    tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                    /dev/sda1      vfat      511M  5.8M  506M   2% /boot/efi
                                    tmpfs          tmpfs     1.6G  4.0K  1.6G   1% /run/user/1002
                                    
                                    Messages concerning ext4 filesystem in dmesg:
                                    [Sun Oct 15 18:12:36 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
                                    [Sun Oct 15 18:12:37 2023] EXT4-fs (sda2): re-mounted. Opts: (null)
                                    
                                    Show mounted filesystems \(real ones only\):
                                    TARGET      SOURCE    FSTYPE OPTIONS
                                    /           /dev/sda2 ext4   rw,noatime
                                    `-/boot/efi /dev/sda1 vfat   rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
                                    
                                    Files in neuralgic directories:
                                    
                                    /var:
                                    5.6G	/var/
                                    4.4G	/var/log
                                    4.1G	/var/log/journal/0a2b668d0cfb46f0bb08b3f56590d1b0
                                    4.1G	/var/log/journal
                                    861M	/var/lib
                                    
                                    Archived and active journals take up 4.0G in the file system.
                                    
                                    /opt/iobroker/backups:
                                    29M	/opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    4.2G	/opt/iobroker/iobroker-data/
                                    3.5G	/opt/iobroker/iobroker-data/history
                                    396M	/opt/iobroker/iobroker-data/files
                                    138M	/opt/iobroker/iobroker-data/backup-objects
                                    72M	/opt/iobroker/iobroker-data/files/telegram.admin
                                    
                                    The five largest files in iobroker-data are:
                                    35M	/opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                    34M	/opt/iobroker/iobroker-data/objects.jsonl.sic
                                    26M	/opt/iobroker/iobroker-data/objects.jsonl
                                    21M	/opt/iobroker/iobroker-data/files/web.admin/static/js/main.edf7552a.js.map
                                    19M	/opt/iobroker/iobroker-data/files/iot.admin/static/js/main.2975a411.js.map
                                    
                                    USB-Devices by-id:
                                    USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                                    
                                    find: '/dev/serial/by-id/': No such file or directory
                                    
                                    *** NodeJS-Installation ***
                                    
                                    /usr/bin/nodejs 	v18.18.2
                                    /usr/bin/node 		v18.18.2
                                    /usr/bin/npm 		9.8.1
                                    /usr/bin/npx 		9.8.1
                                    /usr/bin/corepack 	0.19.0
                                    
                                    
                                    nodejs:
                                     Installed: 18.18.2-1nodesource1
                                     Candidate: 18.18.2-1nodesource1
                                     Version table:
                                    *** 18.18.2-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           100 /var/lib/dpkg/status
                                        18.18.1-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.18.0-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.17.1-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.17.0-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.16.1-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.16.0-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.15.0-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.14.2-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.14.1-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.14.0-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.13.0-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.12.0-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.11.0-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.10.0-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.9.1-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.9.0-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.8.0-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.7.0-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.6.0-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.5.0-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.4.0-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.3.0-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.2.0-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.1.0-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        18.0.0-1nodesource1 1001
                                           500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        12.22.12~dfsg-1~deb11u4 500
                                           500 http://deb.debian.org/debian bullseye/main amd64 Packages
                                           500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                                    
                                    Temp directories causing npm8 problem: 0
                                    No problems detected
                                    
                                    Errors in npm tree:
                                    
                                    *** ioBroker-Installation ***
                                    
                                    ioBroker Status
                                    iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    Core adapters versions
                                    js-controller: 	5.0.12
                                    admin: 		6.10.1
                                    javascript: 	7.1.4
                                    
                                    Adapters from github: 	3
                                    
                                    Adapter State
                                    + system.adapter.admin.0                  : admin                 : macmini-iobroker                         -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.admin.1                  : admin                 : macmini-iobroker                         -  enabled, port: 8089, bind: 0.0.0.0, run as: admin
                                    + system.adapter.alexa2.0                 : alexa2                : macmini-iobroker                         -  enabled
                                     system.adapter.alias-manager.0          : alias-manager         : macmini-iobroker                         -  enabled
                                    + system.adapter.backitup.0               : backitup              : macmini-iobroker                         -  enabled
                                     system.adapter.backitup.2               : backitup              : iobroker2                                - disabled
                                     system.adapter.backitup.3               : backitup              : iobroker                                 - disabled
                                    + system.adapter.cloud.0                  : cloud                 : macmini-iobroker                         -  enabled
                                    + system.adapter.device-watcher.0         : device-watcher        : macmini-iobroker                         -  enabled
                                     system.adapter.devices.0                : devices               : macmini-iobroker                         -  enabled
                                    + system.adapter.discovery.0              : discovery             : macmini-iobroker                         -  enabled
                                    + system.adapter.ds18b20.1                : ds18b20               : iobroker                                 -  enabled
                                    + system.adapter.email.0                  : email                 : macmini-iobroker                         -  enabled
                                    + system.adapter.email.1                  : email                 : iobroker                                 -  enabled
                                     system.adapter.feiertage.0              : feiertage             : macmini-iobroker                         -  enabled
                                     system.adapter.flot.0                   : flot                  : macmini-iobroker                         -  enabled
                                    + system.adapter.followthesun.0           : followthesun          : macmini-iobroker                         -  enabled
                                    + system.adapter.fronius.0                : fronius               : macmini-iobroker                         -  enabled
                                    + system.adapter.history.0                : history               : macmini-iobroker                         -  enabled
                                    + system.adapter.hm-rega.0                : hm-rega               : macmini-iobroker                         -  enabled
                                    + system.adapter.hm-rpc.0                 : hm-rpc                : macmini-iobroker                         -  enabled, port: 0
                                    + system.adapter.hm-rpc.1                 : hm-rpc                : macmini-iobroker                         -  enabled, port: 0
                                    + system.adapter.hm-rpc.2                 : hm-rpc                : macmini-iobroker                         -  enabled, port: 0
                                    + system.adapter.husqvarna-automower.0    : husqvarna-automower   : macmini-iobroker                         -  enabled
                                     system.adapter.ical.0                   : ical                  : macmini-iobroker                         -  enabled
                                    + system.adapter.influxdb.0               : influxdb              : macmini-iobroker                         -  enabled, port: 8086
                                    + system.adapter.info.0                   : info                  : macmini-iobroker                         -  enabled
                                    + system.adapter.iot.0                    : iot                   : macmini-iobroker                         -  enabled
                                    + system.adapter.jarvis.0                 : jarvis                : macmini-iobroker                         -  enabled
                                    + system.adapter.javascript.0             : javascript            : macmini-iobroker                         -  enabled
                                    + system.adapter.linkeddevices.0          : linkeddevices         : macmini-iobroker                         -  enabled
                                    + system.adapter.mqtt.0                   : mqtt                  : macmini-iobroker                         -  enabled, port: 1887, bind: 0.0.0.0
                                    + system.adapter.node-red.0               : node-red              : iobroker                                 -  enabled, port: 1880, bind: 0.0.0.0
                                    + system.adapter.nut.0                    : nut                   : macmini-iobroker                         -  enabled
                                    + system.adapter.panasonic-viera.0        : panasonic-viera       : macmini-iobroker                         -  enabled
                                    + system.adapter.pushover.0               : pushover              : macmini-iobroker                         -  enabled
                                    + system.adapter.scenes.0                 : scenes                : macmini-iobroker                         -  enabled
                                     system.adapter.schoolfree.0             : schoolfree            : macmini-iobroker                         -  enabled
                                    + system.adapter.shelly.0                 : shelly                : macmini-iobroker                         -  enabled, port: 1882, bind: 0.0.0.0
                                    + system.adapter.shelly.1                 : shelly                : macmini-iobroker                         -  enabled, port: 1882, bind: 0.0.0.0
                                    + system.adapter.signal-cmb.0             : signal-cmb            : macmini-iobroker                         -  enabled
                                    + system.adapter.simple-api.0             : simple-api            : macmini-iobroker                         -  enabled, port: 8087, bind: 192.168.200.5, run as: admin
                                    + system.adapter.smartgarden.0            : smartgarden           : macmini-iobroker                         -  enabled
                                    + system.adapter.sonoff.0                 : sonoff                : macmini-iobroker                         -  enabled, port: 1883, bind: 0.0.0.0
                                    + system.adapter.synology.0               : synology              : macmini-iobroker                         -  enabled, port: 5001
                                    + system.adapter.telegram.0               : telegram              : macmini-iobroker                         -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.terminal.0               : terminal              : macmini-iobroker                         -  enabled, port: 8090, bind: 0.0.0.0, run as: admin
                                    + system.adapter.text2command.0           : text2command          : macmini-iobroker                         -  enabled
                                    + system.adapter.tr-064.0                 : tr-064                : macmini-iobroker                         -  enabled
                                    + system.adapter.trashschedule.0          : trashschedule         : macmini-iobroker                         -  enabled
                                    + system.adapter.tuya.0                   : tuya                  : macmini-iobroker                         -  enabled
                                     system.adapter.vis-colorpicker.0        : vis-colorpicker       : macmini-iobroker                         -  enabled
                                     system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : macmini-iobroker                         -  enabled
                                     system.adapter.vis.0                    : vis                   : macmini-iobroker                         -  enabled
                                    + system.adapter.web.0                    : web                   : macmini-iobroker                         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.yahka.0                  : yahka                 : macmini-iobroker                         -  enabled
                                    + system.adapter.zigbee.0                 : zigbee                : iobroker2                                -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_74290f152e86ec11b5c6641719c2d21c-if00-port0
                                    
                                    + instance is alive
                                    
                                    Enabled adapters with bindings
                                    + system.adapter.admin.0                  : admin                 : macmini-iobroker                         -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.admin.1                  : admin                 : macmini-iobroker                         -  enabled, port: 8089, bind: 0.0.0.0, run as: admin
                                    + system.adapter.hm-rpc.0                 : hm-rpc                : macmini-iobroker                         -  enabled, port: 0
                                    + system.adapter.hm-rpc.1                 : hm-rpc                : macmini-iobroker                         -  enabled, port: 0
                                    + system.adapter.hm-rpc.2                 : hm-rpc                : macmini-iobroker                         -  enabled, port: 0
                                    + system.adapter.influxdb.0               : influxdb              : macmini-iobroker                         -  enabled, port: 8086
                                    + system.adapter.mqtt.0                   : mqtt                  : macmini-iobroker                         -  enabled, port: 1887, bind: 0.0.0.0
                                    + system.adapter.node-red.0               : node-red              : iobroker                                 -  enabled, port: 1880, bind: 0.0.0.0
                                    + system.adapter.shelly.0                 : shelly                : macmini-iobroker                         -  enabled, port: 1882, bind: 0.0.0.0
                                    + system.adapter.shelly.1                 : shelly                : macmini-iobroker                         -  enabled, port: 1882, bind: 0.0.0.0
                                    + system.adapter.simple-api.0             : simple-api            : macmini-iobroker                         -  enabled, port: 8087, bind: 192.168.200.5, run as: admin
                                    + system.adapter.sonoff.0                 : sonoff                : macmini-iobroker                         -  enabled, port: 1883, bind: 0.0.0.0
                                    + system.adapter.synology.0               : synology              : macmini-iobroker                         -  enabled, port: 5001
                                    + system.adapter.telegram.0               : telegram              : macmini-iobroker                         -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.terminal.0               : terminal              : macmini-iobroker                         -  enabled, port: 8090, bind: 0.0.0.0, run as: admin
                                    + system.adapter.web.0                    : web                   : macmini-iobroker                         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.zigbee.0                 : zigbee                : iobroker2                                -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_74290f152e86ec11b5c6641719c2d21c-if00-port0
                                    
                                    ioBroker-Repositories
                                    stable        : http://download.iobroker.net/sources-dist.json
                                    beta          : http://download.iobroker.net/sources-dist-latest.json
                                    
                                    Active repo(s): stable
                                    
                                    Installed ioBroker-Instances
                                    Used repository: stable
                                    Adapter    "admin"        : 6.10.1   , installed 6.10.1
                                    Adapter    "alexa2"       : 3.25.2   , installed 3.25.2
                                    Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                    Adapter    "backitup"     : 2.8.1    , installed 2.8.1
                                    Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                                    Adapter    "device-watcher": 2.9.3   , installed 2.9.3
                                    Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                    Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                                    Adapter    "email"        : 1.2.0    , installed 1.2.0
                                    Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
                                    Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                    Adapter    "followthesun" : 0.4.2    , installed 0.4.2
                                    Adapter    "fronius"      : 2.0.2    , installed 1.1.3  [Updatable]
                                    Adapter    "history"      : 2.2.6    , installed 2.2.6
                                    Adapter    "hm-rega"      : 3.0.47   , installed 3.0.47
                                    Adapter    "hm-rpc"       : 1.15.19  , installed 1.15.19
                                    Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                    Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                    Adapter    "info"         : 2.0.0    , installed 2.0.0
                                    Adapter    "iot"          : 1.14.5   , installed 1.14.5
                                    Adapter    "jarvis"       : 3.1.2    , installed 3.1.9-beta.2
                                    Adapter    "javascript"   : 7.1.4    , installed 7.1.4
                                    Controller "js-controller": 5.0.12   , installed 5.0.12
                                    Adapter    "linkeddevices": 1.5.5    , installed 1.5.5
                                    Adapter    "mqtt"         : 4.1.1    , installed 4.1.1
                                    Adapter    "nut"          : 1.6.0    , installed 1.6.0
                                    Adapter    "panasonic-viera": 2.0.0  , installed 2.0.0
                                    Adapter    "pushover"     : 3.0.3    , installed 3.0.3
                                    Adapter    "scenes"       : 2.3.9    , installed 2.3.3  [Updatable]
                                    Adapter    "schoolfree"   : 1.1.2    , installed 1.1.2
                                    Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                                    Adapter    "signal-cmb"   : 0.3.0    , installed 0.3.0
                                    Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                    Adapter    "smartgarden"  : 2.0.0    , installed 2.0.0
                                    Adapter    "socketio"     : 6.5.5    , installed 6.5.5
                                    Adapter    "sonoff"       : 2.5.3    , installed 2.5.3
                                    Adapter    "synology"     : 3.0.0    , installed 3.0.0
                                    Adapter    "telegram"     : 1.16.0   , installed 1.16.0
                                    Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                                    Adapter    "text2command" : 3.0.2    , installed 3.0.2
                                    Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                                    Adapter    "trashschedule": 2.2.0    , installed 2.2.0
                                    Adapter    "tuya"         : 3.14.2   , installed 3.14.2
                                    Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                    Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                                    Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                    Adapter    "web"          : 6.1.2    , installed 6.1.2
                                    Adapter    "ws"           : 2.5.5    , installed 2.5.5
                                    Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                                    
                                    Objects and States
                                    Please stand by - This may take a while
                                    Objects: 	15825
                                    States: 	13419
                                    
                                    *** OS-Repositories and Updates ***
                                    Hit:1 http://deb.debian.org/debian bullseye InRelease
                                    Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
                                    Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
                                    Hit:4 https://repos.influxdata.com/debian stable InRelease
                                    Hit:5 https://repos.influxdata.com/debian bullseye InRelease
                                    Hit:6 https://apt.grafana.com stable InRelease
                                    Hit:7 https://deb.nodesource.com/node_18.x nodistro InRelease
                                    Reading package lists...
                                    Pending Updates: 0
                                    
                                    *** Listening Ports ***
                                    Active Internet connections (only servers)
                                    Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                                    tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       2740555    1828054/iobroker.js 
                                    tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          11200      1/init              
                                    tcp        0      0 0.0.0.0:8400            0.0.0.0:*               LISTEN      1001       2745728    1828940/io.jarvis.0 
                                    tcp        0      0 192.168.200.5:2001      0.0.0.0:*               LISTEN      1001       11317438   3022240/io.hm-rpc.0 
                                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          17332      787/sshd: /usr/sbin 
                                    tcp        0      0 192.168.200.5:8087      0.0.0.0:*               LISTEN      1001       2746602    1829627/io.simple-a 
                                    tcp        0      0 0.0.0.0:37751           0.0.0.0:*               LISTEN      109        21297      1738/rpc.statd      
                                    tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      998        18601      755/influxd         
                                    tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          17384      1030/exim4          
                                    tcp        0      0 192.168.200.5:2010      0.0.0.0:*               LISTEN      1001       11316427   3022001/io.hm-rpc.1 
                                    tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       2740990    1828327/io.shelly.1 
                                    tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       2742516    1828342/io.sonoff.0 
                                    tcp        0      0 192.168.200.5:8701      0.0.0.0:*               LISTEN      1001       2740028    1828282/io.hm-rpc.2 
                                    tcp        0      0 0.0.0.0:1887            0.0.0.0:*               LISTEN      1001       2741869    1828297/io.mqtt.0   
                                    tcp        0      0 127.0.0.1:33091         0.0.0.0:*               LISTEN      1001       7943920    1830445/io.yahka.0  
                                    tcp        0      0 127.0.0.1:33543         0.0.0.0:*               LISTEN      1001       8044467    1830445/io.yahka.0  
                                    tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       2740581    1828054/iobroker.js 
                                    tcp6       0      0 :::111                  :::*                    LISTEN      0          11204      1/init              
                                    tcp6       0      0 :::8081                 :::*                    LISTEN      1001       2739067    1828072/io.admin.0  
                                    tcp6       0      0 :::8082                 :::*                    LISTEN      1001       2746324    1830388/io.web.0    
                                    tcp6       0      0 :::44629                :::*                    LISTEN      1001       2747612    1830445/io.yahka.0  
                                    tcp6       0      0 :::8086                 :::*                    LISTEN      998        17408      755/influxd         
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          17334      787/sshd: /usr/sbin 
                                    tcp6       0      0 :::3000                 :::*                    LISTEN      111        103478     51082/grafana       
                                    tcp6       0      0 :::8089                 :::*                    LISTEN      1001       2740673    1828099/io.admin.1  
                                    tcp6       0      0 ::1:25                  :::*                    LISTEN      0          17385      1030/exim4          
                                    tcp6       0      0 :::8090                 :::*                    LISTEN      1001       2746719    1829900/io.terminal 
                                    tcp6       0      0 :::40807                :::*                    LISTEN      109        21303      1738/rpc.statd      
                                    udp        0      0 127.0.0.1:642           0.0.0.0:*                           0          21289      1738/rpc.statd      
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       2747613    1830445/io.yahka.0  
                                    udp        0      0 192.168.200.5:5353      0.0.0.0:*                           1001       2742593    1828357/io.tr-064.0 
                                    udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       2740067    1828312/io.shelly.0 
                                    udp        0      0 0.0.0.0:55509           0.0.0.0:*                           109        21294      1738/rpc.statd      
                                    udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       2743339    1828387/io.tuya.0   
                                    udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       2743340    1828387/io.tuya.0   
                                    udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          17257      622/dhclient        
                                    udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          11201      1/init              
                                    udp6       0      0 :::53439                :::*                                109        21300      1738/rpc.statd      
                                    udp6       0      0 :::111                  :::*                                0          11207      1/init              
                                    
                                    *** Log File - Last 25 Lines ***
                                    
                                    2023-10-19 11:15:00.005  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                    2023-10-19 11:20:00.003  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                    2023-10-19 11:22:21.885  - info: jarvis.0 (1828940) Client with IP 192.168.200.167 connected.
                                    2023-10-19 11:22:32.963  - info: jarvis.0 (1828940) Client with IP 192.168.200.167 disconnected.
                                    2023-10-19 11:25:00.004  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                    2023-10-19 11:30:00.019  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                    2023-10-19 11:30:00.125  - info: host.macmini-iobroker instance system.adapter.ical.0 started with pid 1522674
                                    2023-10-19 11:30:03.076  - info: ical.0 (1522674) starting. Version 1.13.3 in /opt/iobroker/node_modules/iobroker.ical, node: v18.18.2, js-controller: 5.0.12
                                    2023-10-19 11:30:03.616  - info: ical.0 (1522674) processing URL: Abfallkalender https://p102-caldav.icloud.com/published/2/NTMyMDgwMzE1MzIwODAzMc9280OOegi0QwvNVHRHuTtrtLn5M0YEscGpVM_HJdc5zVJRFpbaqWKHdYJtsEyLO3pZV0Ib5aOPayUBXfiVAUc
                                    2023-10-19 11:30:08.781  - info: ical.0 (1522674) Terminated (NO_ERROR): Without reason
                                    2023-10-19 11:30:09.413  - info: host.macmini-iobroker instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                                    2023-10-19 11:32:01.492  - info: javascript.0 (1828162) script.js.PV_Überwachung.Fronius: Solarweb Token erstellt
                                    2023-10-19 11:35:00.055  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                    2023-10-19 11:35:02.303  - info: javascript.0 (1828162) script.js.PV_Überwachung.Fronius: Solarweb Forecast Forecast Today konnte nicht abgefragt werden - Kein Premiumaccount
                                    2023-10-19 11:35:06.270  - info: javascript.0 (1828162) script.js.PV_Überwachung.Fronius: Solarweb Forecast Forecast Tomorrow konnte nicht abgefragt werden - Kein Premiumaccount
                                    2023-10-19 11:40:00.002  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                    2023-10-19 11:42:29.018  - info: jarvis.0 (1828940) Client with IP 192.168.200.167 connected.
                                    2023-10-19 11:42:37.941  - info: jarvis.0 (1828940) Client with IP 192.168.200.167 disconnected.
                                    2023-10-19 11:45:00.003  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                    2023-10-19 11:48:29.927  - info: jarvis.0 (1828940) Client with IP 192.168.200.167 connected.
                                    2023-10-19 11:48:35.007  - info: jarvis.0 (1828940) Client with IP 192.168.200.167 disconnected.
                                    2023-10-19 11:50:00.003  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                    2023-10-19 11:53:44.479  - info: smartgarden.0 (1829846) 1/ setServiceStates: relationship searching
                                    2023-10-19 11:53:44.497  - info: smartgarden.0 (1829846) 1/ setServiceStates: relationship searching
                                    2023-10-19 11:55:00.004  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                    
                                    ======================= SUMMARY =======================
                                       		v.2023-10-10
                                    
                                    
                                      Static hostname: macmini-iobroker
                                            Icon name: computer-desktop
                                              Chassis: desktop
                                     Operating System: Debian GNU/Linux 11 (bullseye)
                                               Kernel: Linux 5.10.0-26-amd64
                                         Architecture: x86-64
                                    
                                    Installation: 		native
                                    Kernel: 		x86_64
                                    Userland: 		amd64
                                    Timezone: 		Europe/Berlin (CEST, +0200)
                                    User-ID: 		1002
                                    X-Server: 		false
                                    Boot Target: 		graphical.target
                                    
                                    Pending OS-Updates: 	0
                                    Pending iob updates: 	2
                                    
                                    Nodejs-Installation: 	/usr/bin/nodejs 	v18.18.2
                                       		/usr/bin/node 		v18.18.2
                                       		/usr/bin/npm 		9.8.1
                                       		/usr/bin/npx 		9.8.1
                                       		/usr/bin/corepack 	0.19.0
                                    
                                    Recommended versions are nodejs 18.18.2 and npm 9.8.1
                                    Your nodejs installation is correct
                                    
                                    MEMORY: 
                                                  total        used        free      shared  buff/cache   available
                                    Mem:             15G        4.7G        4.0G        0.0K        7.2G         11G
                                    Swap:            16G          0B         16G
                                    Total:           32G        4.7G         20G
                                    
                                    Active iob-Instances: 	47
                                    Active repo(s): stable
                                    
                                    ioBroker Core: 		js-controller 		5.0.12
                                       		admin 			6.10.1
                                    
                                    ioBroker Status: 	iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    Status admin and web instance:
                                    + system.adapter.admin.0                  : admin                 : macmini-iobroker                         -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.admin.1                  : admin                 : macmini-iobroker                         -  enabled, port: 8089, bind: 0.0.0.0, run as: admin
                                    + system.adapter.web.0                    : web                   : macmini-iobroker                         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    
                                    Objects: 		15825
                                    States: 		13419
                                    
                                    Size of iob-Database:
                                    
                                    34M	/opt/iobroker/iobroker-data/objects.jsonl.sic
                                    26M	/opt/iobroker/iobroker-data/objects.jsonl
                                    9.7M	/opt/iobroker/iobroker-data/objects.json.migrated
                                    9.7M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
                                    8.4M	/opt/iobroker/iobroker-data/states.jsonl
                                    2.0M	/opt/iobroker/iobroker-data/states.json.migrated
                                    2.0M	/opt/iobroker/iobroker-data/states.json.bak.migrated
                                    0	/opt/iobroker/iobroker-data/states.json.broken
                                    
                                    
                                    
                                    =================== END OF SUMMARY ====================
                                    

                                    BITTE BEACHTET DOCH DAS: https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge
                                    iobroker in Debian-VM auf Proxmox Server (Ryzen 7 / 32GB / 1TB NVMe SSD) als Master - mehrere Raspberry Pis (3+4) als Slaves. InfluxDB V2 und Grafana auf LXC.

                                    *Wer freundlich ist, dem wird freundlich geholfen *

                                    Thomas BraunT 2 Antworten Letzte Antwort
                                    0
                                    • R reutli

                                      @Thomas-Braun

                                      Sitze gerade an den Vorbereitungen meinen MacMini iob-Server (Master) auf bookworm zu heben.
                                      Da ich auch noch Influx und Grafana installiert habe, stellt sich für mich die Frage, ob mit

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

                                      alle Repos inkl. der von Grafana und Influx umgestellt werden? Oder sind hier weitere Befehle notwendig?

                                      ... und warum gibst Du das

                                      In die Datei /etc/apt/sources.list kopieren wir diese neuen Zeilen rein, die alten Einträge fliegen dafür raus:
                                      
                                      deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
                                      deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
                                      deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
                                      # Uncomment deb-src lines below then 'apt-get update' to enable 'apt-get source'
                                      deb-src http://deb.debian.org/debian bookworm main contrib non-free
                                      deb-src http://security.debian.org/debian-security bookworm-security main contrib non-free
                                      deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free
                                      

                                      an, wenn das meiner (laienhaften) Meinung nach dadurch

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

                                      bereits erledigt wird.

                                      Bin gerade einfach nur unsicher... und will keinen Ausfall haben, weil PROD-System (klar Backup habe ich).

                                      Danke

                                      PS: Falls notwendig / interessant hier noch Diagnose Ausgabe:

                                      Skript v.2023-10-10
                                      
                                      *** BASE SYSTEM ***
                                        Static hostname: macmini-iobroker
                                              Icon name: computer-desktop
                                                Chassis: desktop
                                       Operating System: Debian GNU/Linux 11 (bullseye)
                                                 Kernel: Linux 5.10.0-26-amd64
                                           Architecture: x86-64
                                      
                                      model name	: Intel(R) Core(TM) i5-2415M CPU @ 2.30GHz
                                      Docker          : false
                                      Virtualization  : none
                                      Kernel          : x86_64
                                      Userland        : amd64
                                      
                                      Systemuptime and Load:
                                      11:57:40 up 3 days, 17:45,  1 user,  load average: 1.03, 0.86, 0.85
                                      CPU threads: 4
                                      
                                      
                                      *** Time and Time Zones ***
                                                    Local time: Thu 2023-10-19 11:57:40 CEST
                                                Universal time: Thu 2023-10-19 09:57:40 UTC
                                                      RTC time: Thu 2023-10-19 09:57:40
                                                     Time zone: Europe/Berlin (CEST, +0200)
                                      System clock synchronized: yes
                                                   NTP service: active
                                               RTC in local TZ: no
                                      
                                      *** User and Groups ***
                                      admin
                                      /home/admin
                                      admin adm sudo iobroker
                                      
                                      *** X-Server-Setup ***
                                      X-Server: 	false
                                      Desktop: 	
                                      Terminal: 	tty
                                      Boot Target: 	graphical.target
                                      
                                      *** MEMORY ***
                                                    total        used        free      shared  buff/cache   available
                                      Mem:             15G        4.6G        4.1G        0.0K        7.2G         11G
                                      Swap:            16G          0B         16G
                                      Total:           32G        4.6G         20G
                                      
                                             15909 M total memory
                                              4638 M used memory
                                              5563 M active memory
                                              5475 M inactive memory
                                              4103 M free memory
                                              1204 M buffer memory
                                              5963 M swap cache
                                             16294 M total swap
                                                 0 M used swap
                                             16294 M free swap
                                      
                                      *** FAILED SERVICES ***
                                      
                                       UNIT               LOAD   ACTIVE SUB    DESCRIPTION
                                      * networking.service loaded failed failed Raise network interfaces
                                      * nut-driver.service loaded failed failed Network UPS Tools - power device driver controller
                                      
                                      LOAD   = Reflects whether the unit definition was properly loaded.
                                      ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                                      SUB    = The low-level unit activation state, values depend on unit type.
                                      2 loaded units listed.
                                      
                                      *** FILESYSTEM ***
                                      Filesystem     Type      Size  Used Avail Use% Mounted on
                                      udev           devtmpfs  7.8G     0  7.8G   0% /dev
                                      tmpfs          tmpfs     1.6G  896K  1.6G   1% /run
                                      /dev/sda2      ext4      442G   18G  402G   5% /
                                      tmpfs          tmpfs     7.8G     0  7.8G   0% /dev/shm
                                      tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                      /dev/sda1      vfat      511M  5.8M  506M   2% /boot/efi
                                      tmpfs          tmpfs     1.6G  4.0K  1.6G   1% /run/user/1002
                                      
                                      Messages concerning ext4 filesystem in dmesg:
                                      [Sun Oct 15 18:12:36 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
                                      [Sun Oct 15 18:12:37 2023] EXT4-fs (sda2): re-mounted. Opts: (null)
                                      
                                      Show mounted filesystems \(real ones only\):
                                      TARGET      SOURCE    FSTYPE OPTIONS
                                      /           /dev/sda2 ext4   rw,noatime
                                      `-/boot/efi /dev/sda1 vfat   rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
                                      
                                      Files in neuralgic directories:
                                      
                                      /var:
                                      5.6G	/var/
                                      4.4G	/var/log
                                      4.1G	/var/log/journal/0a2b668d0cfb46f0bb08b3f56590d1b0
                                      4.1G	/var/log/journal
                                      861M	/var/lib
                                      
                                      Archived and active journals take up 4.0G in the file system.
                                      
                                      /opt/iobroker/backups:
                                      29M	/opt/iobroker/backups/
                                      
                                      /opt/iobroker/iobroker-data:
                                      4.2G	/opt/iobroker/iobroker-data/
                                      3.5G	/opt/iobroker/iobroker-data/history
                                      396M	/opt/iobroker/iobroker-data/files
                                      138M	/opt/iobroker/iobroker-data/backup-objects
                                      72M	/opt/iobroker/iobroker-data/files/telegram.admin
                                      
                                      The five largest files in iobroker-data are:
                                      35M	/opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                      34M	/opt/iobroker/iobroker-data/objects.jsonl.sic
                                      26M	/opt/iobroker/iobroker-data/objects.jsonl
                                      21M	/opt/iobroker/iobroker-data/files/web.admin/static/js/main.edf7552a.js.map
                                      19M	/opt/iobroker/iobroker-data/files/iot.admin/static/js/main.2975a411.js.map
                                      
                                      USB-Devices by-id:
                                      USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                                      
                                      find: '/dev/serial/by-id/': No such file or directory
                                      
                                      *** NodeJS-Installation ***
                                      
                                      /usr/bin/nodejs 	v18.18.2
                                      /usr/bin/node 		v18.18.2
                                      /usr/bin/npm 		9.8.1
                                      /usr/bin/npx 		9.8.1
                                      /usr/bin/corepack 	0.19.0
                                      
                                      
                                      nodejs:
                                       Installed: 18.18.2-1nodesource1
                                       Candidate: 18.18.2-1nodesource1
                                       Version table:
                                      *** 18.18.2-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             100 /var/lib/dpkg/status
                                          18.18.1-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.18.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.17.1-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.17.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.16.1-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.16.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.15.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.14.2-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.14.1-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.14.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.13.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.12.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.11.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.10.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.9.1-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.9.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.8.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.7.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.6.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.5.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.4.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.3.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.2.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.1.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          18.0.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          12.22.12~dfsg-1~deb11u4 500
                                             500 http://deb.debian.org/debian bullseye/main amd64 Packages
                                             500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                                      
                                      Temp directories causing npm8 problem: 0
                                      No problems detected
                                      
                                      Errors in npm tree:
                                      
                                      *** ioBroker-Installation ***
                                      
                                      ioBroker Status
                                      iobroker is running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      Core adapters versions
                                      js-controller: 	5.0.12
                                      admin: 		6.10.1
                                      javascript: 	7.1.4
                                      
                                      Adapters from github: 	3
                                      
                                      Adapter State
                                      + system.adapter.admin.0                  : admin                 : macmini-iobroker                         -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      + system.adapter.admin.1                  : admin                 : macmini-iobroker                         -  enabled, port: 8089, bind: 0.0.0.0, run as: admin
                                      + system.adapter.alexa2.0                 : alexa2                : macmini-iobroker                         -  enabled
                                       system.adapter.alias-manager.0          : alias-manager         : macmini-iobroker                         -  enabled
                                      + system.adapter.backitup.0               : backitup              : macmini-iobroker                         -  enabled
                                       system.adapter.backitup.2               : backitup              : iobroker2                                - disabled
                                       system.adapter.backitup.3               : backitup              : iobroker                                 - disabled
                                      + system.adapter.cloud.0                  : cloud                 : macmini-iobroker                         -  enabled
                                      + system.adapter.device-watcher.0         : device-watcher        : macmini-iobroker                         -  enabled
                                       system.adapter.devices.0                : devices               : macmini-iobroker                         -  enabled
                                      + system.adapter.discovery.0              : discovery             : macmini-iobroker                         -  enabled
                                      + system.adapter.ds18b20.1                : ds18b20               : iobroker                                 -  enabled
                                      + system.adapter.email.0                  : email                 : macmini-iobroker                         -  enabled
                                      + system.adapter.email.1                  : email                 : iobroker                                 -  enabled
                                       system.adapter.feiertage.0              : feiertage             : macmini-iobroker                         -  enabled
                                       system.adapter.flot.0                   : flot                  : macmini-iobroker                         -  enabled
                                      + system.adapter.followthesun.0           : followthesun          : macmini-iobroker                         -  enabled
                                      + system.adapter.fronius.0                : fronius               : macmini-iobroker                         -  enabled
                                      + system.adapter.history.0                : history               : macmini-iobroker                         -  enabled
                                      + system.adapter.hm-rega.0                : hm-rega               : macmini-iobroker                         -  enabled
                                      + system.adapter.hm-rpc.0                 : hm-rpc                : macmini-iobroker                         -  enabled, port: 0
                                      + system.adapter.hm-rpc.1                 : hm-rpc                : macmini-iobroker                         -  enabled, port: 0
                                      + system.adapter.hm-rpc.2                 : hm-rpc                : macmini-iobroker                         -  enabled, port: 0
                                      + system.adapter.husqvarna-automower.0    : husqvarna-automower   : macmini-iobroker                         -  enabled
                                       system.adapter.ical.0                   : ical                  : macmini-iobroker                         -  enabled
                                      + system.adapter.influxdb.0               : influxdb              : macmini-iobroker                         -  enabled, port: 8086
                                      + system.adapter.info.0                   : info                  : macmini-iobroker                         -  enabled
                                      + system.adapter.iot.0                    : iot                   : macmini-iobroker                         -  enabled
                                      + system.adapter.jarvis.0                 : jarvis                : macmini-iobroker                         -  enabled
                                      + system.adapter.javascript.0             : javascript            : macmini-iobroker                         -  enabled
                                      + system.adapter.linkeddevices.0          : linkeddevices         : macmini-iobroker                         -  enabled
                                      + system.adapter.mqtt.0                   : mqtt                  : macmini-iobroker                         -  enabled, port: 1887, bind: 0.0.0.0
                                      + system.adapter.node-red.0               : node-red              : iobroker                                 -  enabled, port: 1880, bind: 0.0.0.0
                                      + system.adapter.nut.0                    : nut                   : macmini-iobroker                         -  enabled
                                      + system.adapter.panasonic-viera.0        : panasonic-viera       : macmini-iobroker                         -  enabled
                                      + system.adapter.pushover.0               : pushover              : macmini-iobroker                         -  enabled
                                      + system.adapter.scenes.0                 : scenes                : macmini-iobroker                         -  enabled
                                       system.adapter.schoolfree.0             : schoolfree            : macmini-iobroker                         -  enabled
                                      + system.adapter.shelly.0                 : shelly                : macmini-iobroker                         -  enabled, port: 1882, bind: 0.0.0.0
                                      + system.adapter.shelly.1                 : shelly                : macmini-iobroker                         -  enabled, port: 1882, bind: 0.0.0.0
                                      + system.adapter.signal-cmb.0             : signal-cmb            : macmini-iobroker                         -  enabled
                                      + system.adapter.simple-api.0             : simple-api            : macmini-iobroker                         -  enabled, port: 8087, bind: 192.168.200.5, run as: admin
                                      + system.adapter.smartgarden.0            : smartgarden           : macmini-iobroker                         -  enabled
                                      + system.adapter.sonoff.0                 : sonoff                : macmini-iobroker                         -  enabled, port: 1883, bind: 0.0.0.0
                                      + system.adapter.synology.0               : synology              : macmini-iobroker                         -  enabled, port: 5001
                                      + system.adapter.telegram.0               : telegram              : macmini-iobroker                         -  enabled, port: 8443, bind: 0.0.0.0
                                      + system.adapter.terminal.0               : terminal              : macmini-iobroker                         -  enabled, port: 8090, bind: 0.0.0.0, run as: admin
                                      + system.adapter.text2command.0           : text2command          : macmini-iobroker                         -  enabled
                                      + system.adapter.tr-064.0                 : tr-064                : macmini-iobroker                         -  enabled
                                      + system.adapter.trashschedule.0          : trashschedule         : macmini-iobroker                         -  enabled
                                      + system.adapter.tuya.0                   : tuya                  : macmini-iobroker                         -  enabled
                                       system.adapter.vis-colorpicker.0        : vis-colorpicker       : macmini-iobroker                         -  enabled
                                       system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : macmini-iobroker                         -  enabled
                                       system.adapter.vis.0                    : vis                   : macmini-iobroker                         -  enabled
                                      + system.adapter.web.0                    : web                   : macmini-iobroker                         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      + system.adapter.yahka.0                  : yahka                 : macmini-iobroker                         -  enabled
                                      + system.adapter.zigbee.0                 : zigbee                : iobroker2                                -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_74290f152e86ec11b5c6641719c2d21c-if00-port0
                                      
                                      + instance is alive
                                      
                                      Enabled adapters with bindings
                                      + system.adapter.admin.0                  : admin                 : macmini-iobroker                         -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      + system.adapter.admin.1                  : admin                 : macmini-iobroker                         -  enabled, port: 8089, bind: 0.0.0.0, run as: admin
                                      + system.adapter.hm-rpc.0                 : hm-rpc                : macmini-iobroker                         -  enabled, port: 0
                                      + system.adapter.hm-rpc.1                 : hm-rpc                : macmini-iobroker                         -  enabled, port: 0
                                      + system.adapter.hm-rpc.2                 : hm-rpc                : macmini-iobroker                         -  enabled, port: 0
                                      + system.adapter.influxdb.0               : influxdb              : macmini-iobroker                         -  enabled, port: 8086
                                      + system.adapter.mqtt.0                   : mqtt                  : macmini-iobroker                         -  enabled, port: 1887, bind: 0.0.0.0
                                      + system.adapter.node-red.0               : node-red              : iobroker                                 -  enabled, port: 1880, bind: 0.0.0.0
                                      + system.adapter.shelly.0                 : shelly                : macmini-iobroker                         -  enabled, port: 1882, bind: 0.0.0.0
                                      + system.adapter.shelly.1                 : shelly                : macmini-iobroker                         -  enabled, port: 1882, bind: 0.0.0.0
                                      + system.adapter.simple-api.0             : simple-api            : macmini-iobroker                         -  enabled, port: 8087, bind: 192.168.200.5, run as: admin
                                      + system.adapter.sonoff.0                 : sonoff                : macmini-iobroker                         -  enabled, port: 1883, bind: 0.0.0.0
                                      + system.adapter.synology.0               : synology              : macmini-iobroker                         -  enabled, port: 5001
                                      + system.adapter.telegram.0               : telegram              : macmini-iobroker                         -  enabled, port: 8443, bind: 0.0.0.0
                                      + system.adapter.terminal.0               : terminal              : macmini-iobroker                         -  enabled, port: 8090, bind: 0.0.0.0, run as: admin
                                      + system.adapter.web.0                    : web                   : macmini-iobroker                         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      + system.adapter.zigbee.0                 : zigbee                : iobroker2                                -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_74290f152e86ec11b5c6641719c2d21c-if00-port0
                                      
                                      ioBroker-Repositories
                                      stable        : http://download.iobroker.net/sources-dist.json
                                      beta          : http://download.iobroker.net/sources-dist-latest.json
                                      
                                      Active repo(s): stable
                                      
                                      Installed ioBroker-Instances
                                      Used repository: stable
                                      Adapter    "admin"        : 6.10.1   , installed 6.10.1
                                      Adapter    "alexa2"       : 3.25.2   , installed 3.25.2
                                      Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                      Adapter    "backitup"     : 2.8.1    , installed 2.8.1
                                      Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                                      Adapter    "device-watcher": 2.9.3   , installed 2.9.3
                                      Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                      Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                                      Adapter    "email"        : 1.2.0    , installed 1.2.0
                                      Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
                                      Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                      Adapter    "followthesun" : 0.4.2    , installed 0.4.2
                                      Adapter    "fronius"      : 2.0.2    , installed 1.1.3  [Updatable]
                                      Adapter    "history"      : 2.2.6    , installed 2.2.6
                                      Adapter    "hm-rega"      : 3.0.47   , installed 3.0.47
                                      Adapter    "hm-rpc"       : 1.15.19  , installed 1.15.19
                                      Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                      Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                      Adapter    "info"         : 2.0.0    , installed 2.0.0
                                      Adapter    "iot"          : 1.14.5   , installed 1.14.5
                                      Adapter    "jarvis"       : 3.1.2    , installed 3.1.9-beta.2
                                      Adapter    "javascript"   : 7.1.4    , installed 7.1.4
                                      Controller "js-controller": 5.0.12   , installed 5.0.12
                                      Adapter    "linkeddevices": 1.5.5    , installed 1.5.5
                                      Adapter    "mqtt"         : 4.1.1    , installed 4.1.1
                                      Adapter    "nut"          : 1.6.0    , installed 1.6.0
                                      Adapter    "panasonic-viera": 2.0.0  , installed 2.0.0
                                      Adapter    "pushover"     : 3.0.3    , installed 3.0.3
                                      Adapter    "scenes"       : 2.3.9    , installed 2.3.3  [Updatable]
                                      Adapter    "schoolfree"   : 1.1.2    , installed 1.1.2
                                      Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                                      Adapter    "signal-cmb"   : 0.3.0    , installed 0.3.0
                                      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                      Adapter    "smartgarden"  : 2.0.0    , installed 2.0.0
                                      Adapter    "socketio"     : 6.5.5    , installed 6.5.5
                                      Adapter    "sonoff"       : 2.5.3    , installed 2.5.3
                                      Adapter    "synology"     : 3.0.0    , installed 3.0.0
                                      Adapter    "telegram"     : 1.16.0   , installed 1.16.0
                                      Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                                      Adapter    "text2command" : 3.0.2    , installed 3.0.2
                                      Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                                      Adapter    "trashschedule": 2.2.0    , installed 2.2.0
                                      Adapter    "tuya"         : 3.14.2   , installed 3.14.2
                                      Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                      Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                                      Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                      Adapter    "web"          : 6.1.2    , installed 6.1.2
                                      Adapter    "ws"           : 2.5.5    , installed 2.5.5
                                      Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                                      
                                      Objects and States
                                      Please stand by - This may take a while
                                      Objects: 	15825
                                      States: 	13419
                                      
                                      *** OS-Repositories and Updates ***
                                      Hit:1 http://deb.debian.org/debian bullseye InRelease
                                      Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
                                      Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
                                      Hit:4 https://repos.influxdata.com/debian stable InRelease
                                      Hit:5 https://repos.influxdata.com/debian bullseye InRelease
                                      Hit:6 https://apt.grafana.com stable InRelease
                                      Hit:7 https://deb.nodesource.com/node_18.x nodistro InRelease
                                      Reading package lists...
                                      Pending Updates: 0
                                      
                                      *** Listening Ports ***
                                      Active Internet connections (only servers)
                                      Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                                      tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       2740555    1828054/iobroker.js 
                                      tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          11200      1/init              
                                      tcp        0      0 0.0.0.0:8400            0.0.0.0:*               LISTEN      1001       2745728    1828940/io.jarvis.0 
                                      tcp        0      0 192.168.200.5:2001      0.0.0.0:*               LISTEN      1001       11317438   3022240/io.hm-rpc.0 
                                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          17332      787/sshd: /usr/sbin 
                                      tcp        0      0 192.168.200.5:8087      0.0.0.0:*               LISTEN      1001       2746602    1829627/io.simple-a 
                                      tcp        0      0 0.0.0.0:37751           0.0.0.0:*               LISTEN      109        21297      1738/rpc.statd      
                                      tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      998        18601      755/influxd         
                                      tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          17384      1030/exim4          
                                      tcp        0      0 192.168.200.5:2010      0.0.0.0:*               LISTEN      1001       11316427   3022001/io.hm-rpc.1 
                                      tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       2740990    1828327/io.shelly.1 
                                      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       2742516    1828342/io.sonoff.0 
                                      tcp        0      0 192.168.200.5:8701      0.0.0.0:*               LISTEN      1001       2740028    1828282/io.hm-rpc.2 
                                      tcp        0      0 0.0.0.0:1887            0.0.0.0:*               LISTEN      1001       2741869    1828297/io.mqtt.0   
                                      tcp        0      0 127.0.0.1:33091         0.0.0.0:*               LISTEN      1001       7943920    1830445/io.yahka.0  
                                      tcp        0      0 127.0.0.1:33543         0.0.0.0:*               LISTEN      1001       8044467    1830445/io.yahka.0  
                                      tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       2740581    1828054/iobroker.js 
                                      tcp6       0      0 :::111                  :::*                    LISTEN      0          11204      1/init              
                                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       2739067    1828072/io.admin.0  
                                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       2746324    1830388/io.web.0    
                                      tcp6       0      0 :::44629                :::*                    LISTEN      1001       2747612    1830445/io.yahka.0  
                                      tcp6       0      0 :::8086                 :::*                    LISTEN      998        17408      755/influxd         
                                      tcp6       0      0 :::22                   :::*                    LISTEN      0          17334      787/sshd: /usr/sbin 
                                      tcp6       0      0 :::3000                 :::*                    LISTEN      111        103478     51082/grafana       
                                      tcp6       0      0 :::8089                 :::*                    LISTEN      1001       2740673    1828099/io.admin.1  
                                      tcp6       0      0 ::1:25                  :::*                    LISTEN      0          17385      1030/exim4          
                                      tcp6       0      0 :::8090                 :::*                    LISTEN      1001       2746719    1829900/io.terminal 
                                      tcp6       0      0 :::40807                :::*                    LISTEN      109        21303      1738/rpc.statd      
                                      udp        0      0 127.0.0.1:642           0.0.0.0:*                           0          21289      1738/rpc.statd      
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       2747613    1830445/io.yahka.0  
                                      udp        0      0 192.168.200.5:5353      0.0.0.0:*                           1001       2742593    1828357/io.tr-064.0 
                                      udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       2740067    1828312/io.shelly.0 
                                      udp        0      0 0.0.0.0:55509           0.0.0.0:*                           109        21294      1738/rpc.statd      
                                      udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       2743339    1828387/io.tuya.0   
                                      udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       2743340    1828387/io.tuya.0   
                                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          17257      622/dhclient        
                                      udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          11201      1/init              
                                      udp6       0      0 :::53439                :::*                                109        21300      1738/rpc.statd      
                                      udp6       0      0 :::111                  :::*                                0          11207      1/init              
                                      
                                      *** Log File - Last 25 Lines ***
                                      
                                      2023-10-19 11:15:00.005  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                      2023-10-19 11:20:00.003  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                      2023-10-19 11:22:21.885  - info: jarvis.0 (1828940) Client with IP 192.168.200.167 connected.
                                      2023-10-19 11:22:32.963  - info: jarvis.0 (1828940) Client with IP 192.168.200.167 disconnected.
                                      2023-10-19 11:25:00.004  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                      2023-10-19 11:30:00.019  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                      2023-10-19 11:30:00.125  - info: host.macmini-iobroker instance system.adapter.ical.0 started with pid 1522674
                                      2023-10-19 11:30:03.076  - info: ical.0 (1522674) starting. Version 1.13.3 in /opt/iobroker/node_modules/iobroker.ical, node: v18.18.2, js-controller: 5.0.12
                                      2023-10-19 11:30:03.616  - info: ical.0 (1522674) processing URL: Abfallkalender https://p102-caldav.icloud.com/published/2/NTMyMDgwMzE1MzIwODAzMc9280OOegi0QwvNVHRHuTtrtLn5M0YEscGpVM_HJdc5zVJRFpbaqWKHdYJtsEyLO3pZV0Ib5aOPayUBXfiVAUc
                                      2023-10-19 11:30:08.781  - info: ical.0 (1522674) Terminated (NO_ERROR): Without reason
                                      2023-10-19 11:30:09.413  - info: host.macmini-iobroker instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                                      2023-10-19 11:32:01.492  - info: javascript.0 (1828162) script.js.PV_Überwachung.Fronius: Solarweb Token erstellt
                                      2023-10-19 11:35:00.055  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                      2023-10-19 11:35:02.303  - info: javascript.0 (1828162) script.js.PV_Überwachung.Fronius: Solarweb Forecast Forecast Today konnte nicht abgefragt werden - Kein Premiumaccount
                                      2023-10-19 11:35:06.270  - info: javascript.0 (1828162) script.js.PV_Überwachung.Fronius: Solarweb Forecast Forecast Tomorrow konnte nicht abgefragt werden - Kein Premiumaccount
                                      2023-10-19 11:40:00.002  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                      2023-10-19 11:42:29.018  - info: jarvis.0 (1828940) Client with IP 192.168.200.167 connected.
                                      2023-10-19 11:42:37.941  - info: jarvis.0 (1828940) Client with IP 192.168.200.167 disconnected.
                                      2023-10-19 11:45:00.003  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                      2023-10-19 11:48:29.927  - info: jarvis.0 (1828940) Client with IP 192.168.200.167 connected.
                                      2023-10-19 11:48:35.007  - info: jarvis.0 (1828940) Client with IP 192.168.200.167 disconnected.
                                      2023-10-19 11:50:00.003  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                      2023-10-19 11:53:44.479  - info: smartgarden.0 (1829846) 1/ setServiceStates: relationship searching
                                      2023-10-19 11:53:44.497  - info: smartgarden.0 (1829846) 1/ setServiceStates: relationship searching
                                      2023-10-19 11:55:00.004  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                      
                                      ======================= SUMMARY =======================
                                         		v.2023-10-10
                                      
                                      
                                        Static hostname: macmini-iobroker
                                              Icon name: computer-desktop
                                                Chassis: desktop
                                       Operating System: Debian GNU/Linux 11 (bullseye)
                                                 Kernel: Linux 5.10.0-26-amd64
                                           Architecture: x86-64
                                      
                                      Installation: 		native
                                      Kernel: 		x86_64
                                      Userland: 		amd64
                                      Timezone: 		Europe/Berlin (CEST, +0200)
                                      User-ID: 		1002
                                      X-Server: 		false
                                      Boot Target: 		graphical.target
                                      
                                      Pending OS-Updates: 	0
                                      Pending iob updates: 	2
                                      
                                      Nodejs-Installation: 	/usr/bin/nodejs 	v18.18.2
                                         		/usr/bin/node 		v18.18.2
                                         		/usr/bin/npm 		9.8.1
                                         		/usr/bin/npx 		9.8.1
                                         		/usr/bin/corepack 	0.19.0
                                      
                                      Recommended versions are nodejs 18.18.2 and npm 9.8.1
                                      Your nodejs installation is correct
                                      
                                      MEMORY: 
                                                    total        used        free      shared  buff/cache   available
                                      Mem:             15G        4.7G        4.0G        0.0K        7.2G         11G
                                      Swap:            16G          0B         16G
                                      Total:           32G        4.7G         20G
                                      
                                      Active iob-Instances: 	47
                                      Active repo(s): stable
                                      
                                      ioBroker Core: 		js-controller 		5.0.12
                                         		admin 			6.10.1
                                      
                                      ioBroker Status: 	iobroker is running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      Status admin and web instance:
                                      + system.adapter.admin.0                  : admin                 : macmini-iobroker                         -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      + system.adapter.admin.1                  : admin                 : macmini-iobroker                         -  enabled, port: 8089, bind: 0.0.0.0, run as: admin
                                      + system.adapter.web.0                    : web                   : macmini-iobroker                         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      
                                      Objects: 		15825
                                      States: 		13419
                                      
                                      Size of iob-Database:
                                      
                                      34M	/opt/iobroker/iobroker-data/objects.jsonl.sic
                                      26M	/opt/iobroker/iobroker-data/objects.jsonl
                                      9.7M	/opt/iobroker/iobroker-data/objects.json.migrated
                                      9.7M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
                                      8.4M	/opt/iobroker/iobroker-data/states.jsonl
                                      2.0M	/opt/iobroker/iobroker-data/states.json.migrated
                                      2.0M	/opt/iobroker/iobroker-data/states.json.bak.migrated
                                      0	/opt/iobroker/iobroker-data/states.json.broken
                                      
                                      
                                      
                                      =================== END OF SUMMARY ====================
                                      

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

                                      @reutli

                                      Grafana und Influx können weiter verwendet werden, weil die in ihnen Repos keine release names sondern 'stable' als Version stehen haben.

                                      Und die sources.list muss stärker umgebaut werden, deswegen der volle Text an der Stelle. non-free-firmware ist erst seit bookworm dabei.

                                      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

                                      R 1 Antwort Letzte Antwort
                                      0
                                      • R reutli

                                        @Thomas-Braun

                                        Sitze gerade an den Vorbereitungen meinen MacMini iob-Server (Master) auf bookworm zu heben.
                                        Da ich auch noch Influx und Grafana installiert habe, stellt sich für mich die Frage, ob mit

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

                                        alle Repos inkl. der von Grafana und Influx umgestellt werden? Oder sind hier weitere Befehle notwendig?

                                        ... und warum gibst Du das

                                        In die Datei /etc/apt/sources.list kopieren wir diese neuen Zeilen rein, die alten Einträge fliegen dafür raus:
                                        
                                        deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
                                        deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
                                        deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
                                        # Uncomment deb-src lines below then 'apt-get update' to enable 'apt-get source'
                                        deb-src http://deb.debian.org/debian bookworm main contrib non-free
                                        deb-src http://security.debian.org/debian-security bookworm-security main contrib non-free
                                        deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free
                                        

                                        an, wenn das meiner (laienhaften) Meinung nach dadurch

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

                                        bereits erledigt wird.

                                        Bin gerade einfach nur unsicher... und will keinen Ausfall haben, weil PROD-System (klar Backup habe ich).

                                        Danke

                                        PS: Falls notwendig / interessant hier noch Diagnose Ausgabe:

                                        Skript v.2023-10-10
                                        
                                        *** BASE SYSTEM ***
                                          Static hostname: macmini-iobroker
                                                Icon name: computer-desktop
                                                  Chassis: desktop
                                         Operating System: Debian GNU/Linux 11 (bullseye)
                                                   Kernel: Linux 5.10.0-26-amd64
                                             Architecture: x86-64
                                        
                                        model name	: Intel(R) Core(TM) i5-2415M CPU @ 2.30GHz
                                        Docker          : false
                                        Virtualization  : none
                                        Kernel          : x86_64
                                        Userland        : amd64
                                        
                                        Systemuptime and Load:
                                        11:57:40 up 3 days, 17:45,  1 user,  load average: 1.03, 0.86, 0.85
                                        CPU threads: 4
                                        
                                        
                                        *** Time and Time Zones ***
                                                      Local time: Thu 2023-10-19 11:57:40 CEST
                                                  Universal time: Thu 2023-10-19 09:57:40 UTC
                                                        RTC time: Thu 2023-10-19 09:57:40
                                                       Time zone: Europe/Berlin (CEST, +0200)
                                        System clock synchronized: yes
                                                     NTP service: active
                                                 RTC in local TZ: no
                                        
                                        *** User and Groups ***
                                        admin
                                        /home/admin
                                        admin adm sudo iobroker
                                        
                                        *** X-Server-Setup ***
                                        X-Server: 	false
                                        Desktop: 	
                                        Terminal: 	tty
                                        Boot Target: 	graphical.target
                                        
                                        *** MEMORY ***
                                                      total        used        free      shared  buff/cache   available
                                        Mem:             15G        4.6G        4.1G        0.0K        7.2G         11G
                                        Swap:            16G          0B         16G
                                        Total:           32G        4.6G         20G
                                        
                                               15909 M total memory
                                                4638 M used memory
                                                5563 M active memory
                                                5475 M inactive memory
                                                4103 M free memory
                                                1204 M buffer memory
                                                5963 M swap cache
                                               16294 M total swap
                                                   0 M used swap
                                               16294 M free swap
                                        
                                        *** FAILED SERVICES ***
                                        
                                         UNIT               LOAD   ACTIVE SUB    DESCRIPTION
                                        * networking.service loaded failed failed Raise network interfaces
                                        * nut-driver.service loaded failed failed Network UPS Tools - power device driver controller
                                        
                                        LOAD   = Reflects whether the unit definition was properly loaded.
                                        ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                                        SUB    = The low-level unit activation state, values depend on unit type.
                                        2 loaded units listed.
                                        
                                        *** FILESYSTEM ***
                                        Filesystem     Type      Size  Used Avail Use% Mounted on
                                        udev           devtmpfs  7.8G     0  7.8G   0% /dev
                                        tmpfs          tmpfs     1.6G  896K  1.6G   1% /run
                                        /dev/sda2      ext4      442G   18G  402G   5% /
                                        tmpfs          tmpfs     7.8G     0  7.8G   0% /dev/shm
                                        tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                        /dev/sda1      vfat      511M  5.8M  506M   2% /boot/efi
                                        tmpfs          tmpfs     1.6G  4.0K  1.6G   1% /run/user/1002
                                        
                                        Messages concerning ext4 filesystem in dmesg:
                                        [Sun Oct 15 18:12:36 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
                                        [Sun Oct 15 18:12:37 2023] EXT4-fs (sda2): re-mounted. Opts: (null)
                                        
                                        Show mounted filesystems \(real ones only\):
                                        TARGET      SOURCE    FSTYPE OPTIONS
                                        /           /dev/sda2 ext4   rw,noatime
                                        `-/boot/efi /dev/sda1 vfat   rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
                                        
                                        Files in neuralgic directories:
                                        
                                        /var:
                                        5.6G	/var/
                                        4.4G	/var/log
                                        4.1G	/var/log/journal/0a2b668d0cfb46f0bb08b3f56590d1b0
                                        4.1G	/var/log/journal
                                        861M	/var/lib
                                        
                                        Archived and active journals take up 4.0G in the file system.
                                        
                                        /opt/iobroker/backups:
                                        29M	/opt/iobroker/backups/
                                        
                                        /opt/iobroker/iobroker-data:
                                        4.2G	/opt/iobroker/iobroker-data/
                                        3.5G	/opt/iobroker/iobroker-data/history
                                        396M	/opt/iobroker/iobroker-data/files
                                        138M	/opt/iobroker/iobroker-data/backup-objects
                                        72M	/opt/iobroker/iobroker-data/files/telegram.admin
                                        
                                        The five largest files in iobroker-data are:
                                        35M	/opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                        34M	/opt/iobroker/iobroker-data/objects.jsonl.sic
                                        26M	/opt/iobroker/iobroker-data/objects.jsonl
                                        21M	/opt/iobroker/iobroker-data/files/web.admin/static/js/main.edf7552a.js.map
                                        19M	/opt/iobroker/iobroker-data/files/iot.admin/static/js/main.2975a411.js.map
                                        
                                        USB-Devices by-id:
                                        USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                                        
                                        find: '/dev/serial/by-id/': No such file or directory
                                        
                                        *** NodeJS-Installation ***
                                        
                                        /usr/bin/nodejs 	v18.18.2
                                        /usr/bin/node 		v18.18.2
                                        /usr/bin/npm 		9.8.1
                                        /usr/bin/npx 		9.8.1
                                        /usr/bin/corepack 	0.19.0
                                        
                                        
                                        nodejs:
                                         Installed: 18.18.2-1nodesource1
                                         Candidate: 18.18.2-1nodesource1
                                         Version table:
                                        *** 18.18.2-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               100 /var/lib/dpkg/status
                                            18.18.1-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.18.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.17.1-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.17.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.16.1-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.16.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.15.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.14.2-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.14.1-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.14.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.13.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.12.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.11.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.10.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.9.1-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.9.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.8.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.7.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.6.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.5.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.4.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.3.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.2.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.1.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            18.0.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            12.22.12~dfsg-1~deb11u4 500
                                               500 http://deb.debian.org/debian bullseye/main amd64 Packages
                                               500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                                        
                                        Temp directories causing npm8 problem: 0
                                        No problems detected
                                        
                                        Errors in npm tree:
                                        
                                        *** ioBroker-Installation ***
                                        
                                        ioBroker Status
                                        iobroker is running on this host.
                                        
                                        
                                        Objects type: jsonl
                                        States  type: jsonl
                                        
                                        Core adapters versions
                                        js-controller: 	5.0.12
                                        admin: 		6.10.1
                                        javascript: 	7.1.4
                                        
                                        Adapters from github: 	3
                                        
                                        Adapter State
                                        + system.adapter.admin.0                  : admin                 : macmini-iobroker                         -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.admin.1                  : admin                 : macmini-iobroker                         -  enabled, port: 8089, bind: 0.0.0.0, run as: admin
                                        + system.adapter.alexa2.0                 : alexa2                : macmini-iobroker                         -  enabled
                                         system.adapter.alias-manager.0          : alias-manager         : macmini-iobroker                         -  enabled
                                        + system.adapter.backitup.0               : backitup              : macmini-iobroker                         -  enabled
                                         system.adapter.backitup.2               : backitup              : iobroker2                                - disabled
                                         system.adapter.backitup.3               : backitup              : iobroker                                 - disabled
                                        + system.adapter.cloud.0                  : cloud                 : macmini-iobroker                         -  enabled
                                        + system.adapter.device-watcher.0         : device-watcher        : macmini-iobroker                         -  enabled
                                         system.adapter.devices.0                : devices               : macmini-iobroker                         -  enabled
                                        + system.adapter.discovery.0              : discovery             : macmini-iobroker                         -  enabled
                                        + system.adapter.ds18b20.1                : ds18b20               : iobroker                                 -  enabled
                                        + system.adapter.email.0                  : email                 : macmini-iobroker                         -  enabled
                                        + system.adapter.email.1                  : email                 : iobroker                                 -  enabled
                                         system.adapter.feiertage.0              : feiertage             : macmini-iobroker                         -  enabled
                                         system.adapter.flot.0                   : flot                  : macmini-iobroker                         -  enabled
                                        + system.adapter.followthesun.0           : followthesun          : macmini-iobroker                         -  enabled
                                        + system.adapter.fronius.0                : fronius               : macmini-iobroker                         -  enabled
                                        + system.adapter.history.0                : history               : macmini-iobroker                         -  enabled
                                        + system.adapter.hm-rega.0                : hm-rega               : macmini-iobroker                         -  enabled
                                        + system.adapter.hm-rpc.0                 : hm-rpc                : macmini-iobroker                         -  enabled, port: 0
                                        + system.adapter.hm-rpc.1                 : hm-rpc                : macmini-iobroker                         -  enabled, port: 0
                                        + system.adapter.hm-rpc.2                 : hm-rpc                : macmini-iobroker                         -  enabled, port: 0
                                        + system.adapter.husqvarna-automower.0    : husqvarna-automower   : macmini-iobroker                         -  enabled
                                         system.adapter.ical.0                   : ical                  : macmini-iobroker                         -  enabled
                                        + system.adapter.influxdb.0               : influxdb              : macmini-iobroker                         -  enabled, port: 8086
                                        + system.adapter.info.0                   : info                  : macmini-iobroker                         -  enabled
                                        + system.adapter.iot.0                    : iot                   : macmini-iobroker                         -  enabled
                                        + system.adapter.jarvis.0                 : jarvis                : macmini-iobroker                         -  enabled
                                        + system.adapter.javascript.0             : javascript            : macmini-iobroker                         -  enabled
                                        + system.adapter.linkeddevices.0          : linkeddevices         : macmini-iobroker                         -  enabled
                                        + system.adapter.mqtt.0                   : mqtt                  : macmini-iobroker                         -  enabled, port: 1887, bind: 0.0.0.0
                                        + system.adapter.node-red.0               : node-red              : iobroker                                 -  enabled, port: 1880, bind: 0.0.0.0
                                        + system.adapter.nut.0                    : nut                   : macmini-iobroker                         -  enabled
                                        + system.adapter.panasonic-viera.0        : panasonic-viera       : macmini-iobroker                         -  enabled
                                        + system.adapter.pushover.0               : pushover              : macmini-iobroker                         -  enabled
                                        + system.adapter.scenes.0                 : scenes                : macmini-iobroker                         -  enabled
                                         system.adapter.schoolfree.0             : schoolfree            : macmini-iobroker                         -  enabled
                                        + system.adapter.shelly.0                 : shelly                : macmini-iobroker                         -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.shelly.1                 : shelly                : macmini-iobroker                         -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.signal-cmb.0             : signal-cmb            : macmini-iobroker                         -  enabled
                                        + system.adapter.simple-api.0             : simple-api            : macmini-iobroker                         -  enabled, port: 8087, bind: 192.168.200.5, run as: admin
                                        + system.adapter.smartgarden.0            : smartgarden           : macmini-iobroker                         -  enabled
                                        + system.adapter.sonoff.0                 : sonoff                : macmini-iobroker                         -  enabled, port: 1883, bind: 0.0.0.0
                                        + system.adapter.synology.0               : synology              : macmini-iobroker                         -  enabled, port: 5001
                                        + system.adapter.telegram.0               : telegram              : macmini-iobroker                         -  enabled, port: 8443, bind: 0.0.0.0
                                        + system.adapter.terminal.0               : terminal              : macmini-iobroker                         -  enabled, port: 8090, bind: 0.0.0.0, run as: admin
                                        + system.adapter.text2command.0           : text2command          : macmini-iobroker                         -  enabled
                                        + system.adapter.tr-064.0                 : tr-064                : macmini-iobroker                         -  enabled
                                        + system.adapter.trashschedule.0          : trashschedule         : macmini-iobroker                         -  enabled
                                        + system.adapter.tuya.0                   : tuya                  : macmini-iobroker                         -  enabled
                                         system.adapter.vis-colorpicker.0        : vis-colorpicker       : macmini-iobroker                         -  enabled
                                         system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : macmini-iobroker                         -  enabled
                                         system.adapter.vis.0                    : vis                   : macmini-iobroker                         -  enabled
                                        + system.adapter.web.0                    : web                   : macmini-iobroker                         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        + system.adapter.yahka.0                  : yahka                 : macmini-iobroker                         -  enabled
                                        + system.adapter.zigbee.0                 : zigbee                : iobroker2                                -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_74290f152e86ec11b5c6641719c2d21c-if00-port0
                                        
                                        + instance is alive
                                        
                                        Enabled adapters with bindings
                                        + system.adapter.admin.0                  : admin                 : macmini-iobroker                         -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.admin.1                  : admin                 : macmini-iobroker                         -  enabled, port: 8089, bind: 0.0.0.0, run as: admin
                                        + system.adapter.hm-rpc.0                 : hm-rpc                : macmini-iobroker                         -  enabled, port: 0
                                        + system.adapter.hm-rpc.1                 : hm-rpc                : macmini-iobroker                         -  enabled, port: 0
                                        + system.adapter.hm-rpc.2                 : hm-rpc                : macmini-iobroker                         -  enabled, port: 0
                                        + system.adapter.influxdb.0               : influxdb              : macmini-iobroker                         -  enabled, port: 8086
                                        + system.adapter.mqtt.0                   : mqtt                  : macmini-iobroker                         -  enabled, port: 1887, bind: 0.0.0.0
                                        + system.adapter.node-red.0               : node-red              : iobroker                                 -  enabled, port: 1880, bind: 0.0.0.0
                                        + system.adapter.shelly.0                 : shelly                : macmini-iobroker                         -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.shelly.1                 : shelly                : macmini-iobroker                         -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.simple-api.0             : simple-api            : macmini-iobroker                         -  enabled, port: 8087, bind: 192.168.200.5, run as: admin
                                        + system.adapter.sonoff.0                 : sonoff                : macmini-iobroker                         -  enabled, port: 1883, bind: 0.0.0.0
                                        + system.adapter.synology.0               : synology              : macmini-iobroker                         -  enabled, port: 5001
                                        + system.adapter.telegram.0               : telegram              : macmini-iobroker                         -  enabled, port: 8443, bind: 0.0.0.0
                                        + system.adapter.terminal.0               : terminal              : macmini-iobroker                         -  enabled, port: 8090, bind: 0.0.0.0, run as: admin
                                        + system.adapter.web.0                    : web                   : macmini-iobroker                         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        + system.adapter.zigbee.0                 : zigbee                : iobroker2                                -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_74290f152e86ec11b5c6641719c2d21c-if00-port0
                                        
                                        ioBroker-Repositories
                                        stable        : http://download.iobroker.net/sources-dist.json
                                        beta          : http://download.iobroker.net/sources-dist-latest.json
                                        
                                        Active repo(s): stable
                                        
                                        Installed ioBroker-Instances
                                        Used repository: stable
                                        Adapter    "admin"        : 6.10.1   , installed 6.10.1
                                        Adapter    "alexa2"       : 3.25.2   , installed 3.25.2
                                        Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                        Adapter    "backitup"     : 2.8.1    , installed 2.8.1
                                        Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                                        Adapter    "device-watcher": 2.9.3   , installed 2.9.3
                                        Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                        Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                                        Adapter    "email"        : 1.2.0    , installed 1.2.0
                                        Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
                                        Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                        Adapter    "followthesun" : 0.4.2    , installed 0.4.2
                                        Adapter    "fronius"      : 2.0.2    , installed 1.1.3  [Updatable]
                                        Adapter    "history"      : 2.2.6    , installed 2.2.6
                                        Adapter    "hm-rega"      : 3.0.47   , installed 3.0.47
                                        Adapter    "hm-rpc"       : 1.15.19  , installed 1.15.19
                                        Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                        Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                        Adapter    "info"         : 2.0.0    , installed 2.0.0
                                        Adapter    "iot"          : 1.14.5   , installed 1.14.5
                                        Adapter    "jarvis"       : 3.1.2    , installed 3.1.9-beta.2
                                        Adapter    "javascript"   : 7.1.4    , installed 7.1.4
                                        Controller "js-controller": 5.0.12   , installed 5.0.12
                                        Adapter    "linkeddevices": 1.5.5    , installed 1.5.5
                                        Adapter    "mqtt"         : 4.1.1    , installed 4.1.1
                                        Adapter    "nut"          : 1.6.0    , installed 1.6.0
                                        Adapter    "panasonic-viera": 2.0.0  , installed 2.0.0
                                        Adapter    "pushover"     : 3.0.3    , installed 3.0.3
                                        Adapter    "scenes"       : 2.3.9    , installed 2.3.3  [Updatable]
                                        Adapter    "schoolfree"   : 1.1.2    , installed 1.1.2
                                        Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                                        Adapter    "signal-cmb"   : 0.3.0    , installed 0.3.0
                                        Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                        Adapter    "smartgarden"  : 2.0.0    , installed 2.0.0
                                        Adapter    "socketio"     : 6.5.5    , installed 6.5.5
                                        Adapter    "sonoff"       : 2.5.3    , installed 2.5.3
                                        Adapter    "synology"     : 3.0.0    , installed 3.0.0
                                        Adapter    "telegram"     : 1.16.0   , installed 1.16.0
                                        Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                                        Adapter    "text2command" : 3.0.2    , installed 3.0.2
                                        Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                                        Adapter    "trashschedule": 2.2.0    , installed 2.2.0
                                        Adapter    "tuya"         : 3.14.2   , installed 3.14.2
                                        Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                        Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                                        Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                        Adapter    "web"          : 6.1.2    , installed 6.1.2
                                        Adapter    "ws"           : 2.5.5    , installed 2.5.5
                                        Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                                        
                                        Objects and States
                                        Please stand by - This may take a while
                                        Objects: 	15825
                                        States: 	13419
                                        
                                        *** OS-Repositories and Updates ***
                                        Hit:1 http://deb.debian.org/debian bullseye InRelease
                                        Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
                                        Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
                                        Hit:4 https://repos.influxdata.com/debian stable InRelease
                                        Hit:5 https://repos.influxdata.com/debian bullseye InRelease
                                        Hit:6 https://apt.grafana.com stable InRelease
                                        Hit:7 https://deb.nodesource.com/node_18.x nodistro InRelease
                                        Reading package lists...
                                        Pending Updates: 0
                                        
                                        *** Listening Ports ***
                                        Active Internet connections (only servers)
                                        Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                                        tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       2740555    1828054/iobroker.js 
                                        tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          11200      1/init              
                                        tcp        0      0 0.0.0.0:8400            0.0.0.0:*               LISTEN      1001       2745728    1828940/io.jarvis.0 
                                        tcp        0      0 192.168.200.5:2001      0.0.0.0:*               LISTEN      1001       11317438   3022240/io.hm-rpc.0 
                                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          17332      787/sshd: /usr/sbin 
                                        tcp        0      0 192.168.200.5:8087      0.0.0.0:*               LISTEN      1001       2746602    1829627/io.simple-a 
                                        tcp        0      0 0.0.0.0:37751           0.0.0.0:*               LISTEN      109        21297      1738/rpc.statd      
                                        tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      998        18601      755/influxd         
                                        tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          17384      1030/exim4          
                                        tcp        0      0 192.168.200.5:2010      0.0.0.0:*               LISTEN      1001       11316427   3022001/io.hm-rpc.1 
                                        tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       2740990    1828327/io.shelly.1 
                                        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       2742516    1828342/io.sonoff.0 
                                        tcp        0      0 192.168.200.5:8701      0.0.0.0:*               LISTEN      1001       2740028    1828282/io.hm-rpc.2 
                                        tcp        0      0 0.0.0.0:1887            0.0.0.0:*               LISTEN      1001       2741869    1828297/io.mqtt.0   
                                        tcp        0      0 127.0.0.1:33091         0.0.0.0:*               LISTEN      1001       7943920    1830445/io.yahka.0  
                                        tcp        0      0 127.0.0.1:33543         0.0.0.0:*               LISTEN      1001       8044467    1830445/io.yahka.0  
                                        tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       2740581    1828054/iobroker.js 
                                        tcp6       0      0 :::111                  :::*                    LISTEN      0          11204      1/init              
                                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       2739067    1828072/io.admin.0  
                                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       2746324    1830388/io.web.0    
                                        tcp6       0      0 :::44629                :::*                    LISTEN      1001       2747612    1830445/io.yahka.0  
                                        tcp6       0      0 :::8086                 :::*                    LISTEN      998        17408      755/influxd         
                                        tcp6       0      0 :::22                   :::*                    LISTEN      0          17334      787/sshd: /usr/sbin 
                                        tcp6       0      0 :::3000                 :::*                    LISTEN      111        103478     51082/grafana       
                                        tcp6       0      0 :::8089                 :::*                    LISTEN      1001       2740673    1828099/io.admin.1  
                                        tcp6       0      0 ::1:25                  :::*                    LISTEN      0          17385      1030/exim4          
                                        tcp6       0      0 :::8090                 :::*                    LISTEN      1001       2746719    1829900/io.terminal 
                                        tcp6       0      0 :::40807                :::*                    LISTEN      109        21303      1738/rpc.statd      
                                        udp        0      0 127.0.0.1:642           0.0.0.0:*                           0          21289      1738/rpc.statd      
                                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       2747613    1830445/io.yahka.0  
                                        udp        0      0 192.168.200.5:5353      0.0.0.0:*                           1001       2742593    1828357/io.tr-064.0 
                                        udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       2740067    1828312/io.shelly.0 
                                        udp        0      0 0.0.0.0:55509           0.0.0.0:*                           109        21294      1738/rpc.statd      
                                        udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       2743339    1828387/io.tuya.0   
                                        udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       2743340    1828387/io.tuya.0   
                                        udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          17257      622/dhclient        
                                        udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          11201      1/init              
                                        udp6       0      0 :::53439                :::*                                109        21300      1738/rpc.statd      
                                        udp6       0      0 :::111                  :::*                                0          11207      1/init              
                                        
                                        *** Log File - Last 25 Lines ***
                                        
                                        2023-10-19 11:15:00.005  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                        2023-10-19 11:20:00.003  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                        2023-10-19 11:22:21.885  - info: jarvis.0 (1828940) Client with IP 192.168.200.167 connected.
                                        2023-10-19 11:22:32.963  - info: jarvis.0 (1828940) Client with IP 192.168.200.167 disconnected.
                                        2023-10-19 11:25:00.004  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                        2023-10-19 11:30:00.019  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                        2023-10-19 11:30:00.125  - info: host.macmini-iobroker instance system.adapter.ical.0 started with pid 1522674
                                        2023-10-19 11:30:03.076  - info: ical.0 (1522674) starting. Version 1.13.3 in /opt/iobroker/node_modules/iobroker.ical, node: v18.18.2, js-controller: 5.0.12
                                        2023-10-19 11:30:03.616  - info: ical.0 (1522674) processing URL: Abfallkalender https://p102-caldav.icloud.com/published/2/NTMyMDgwMzE1MzIwODAzMc9280OOegi0QwvNVHRHuTtrtLn5M0YEscGpVM_HJdc5zVJRFpbaqWKHdYJtsEyLO3pZV0Ib5aOPayUBXfiVAUc
                                        2023-10-19 11:30:08.781  - info: ical.0 (1522674) Terminated (NO_ERROR): Without reason
                                        2023-10-19 11:30:09.413  - info: host.macmini-iobroker instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                                        2023-10-19 11:32:01.492  - info: javascript.0 (1828162) script.js.PV_Überwachung.Fronius: Solarweb Token erstellt
                                        2023-10-19 11:35:00.055  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                        2023-10-19 11:35:02.303  - info: javascript.0 (1828162) script.js.PV_Überwachung.Fronius: Solarweb Forecast Forecast Today konnte nicht abgefragt werden - Kein Premiumaccount
                                        2023-10-19 11:35:06.270  - info: javascript.0 (1828162) script.js.PV_Überwachung.Fronius: Solarweb Forecast Forecast Tomorrow konnte nicht abgefragt werden - Kein Premiumaccount
                                        2023-10-19 11:40:00.002  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                        2023-10-19 11:42:29.018  - info: jarvis.0 (1828940) Client with IP 192.168.200.167 connected.
                                        2023-10-19 11:42:37.941  - info: jarvis.0 (1828940) Client with IP 192.168.200.167 disconnected.
                                        2023-10-19 11:45:00.003  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                        2023-10-19 11:48:29.927  - info: jarvis.0 (1828940) Client with IP 192.168.200.167 connected.
                                        2023-10-19 11:48:35.007  - info: jarvis.0 (1828940) Client with IP 192.168.200.167 disconnected.
                                        2023-10-19 11:50:00.003  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                        2023-10-19 11:53:44.479  - info: smartgarden.0 (1829846) 1/ setServiceStates: relationship searching
                                        2023-10-19 11:53:44.497  - info: smartgarden.0 (1829846) 1/ setServiceStates: relationship searching
                                        2023-10-19 11:55:00.004  - info: javascript.0 (1828162) script.js.Sonnenschutz_Beschattung_Jalousien.Sonnenschutz_Süd: Anwesenheit Annette: false
                                        
                                        ======================= SUMMARY =======================
                                           		v.2023-10-10
                                        
                                        
                                          Static hostname: macmini-iobroker
                                                Icon name: computer-desktop
                                                  Chassis: desktop
                                         Operating System: Debian GNU/Linux 11 (bullseye)
                                                   Kernel: Linux 5.10.0-26-amd64
                                             Architecture: x86-64
                                        
                                        Installation: 		native
                                        Kernel: 		x86_64
                                        Userland: 		amd64
                                        Timezone: 		Europe/Berlin (CEST, +0200)
                                        User-ID: 		1002
                                        X-Server: 		false
                                        Boot Target: 		graphical.target
                                        
                                        Pending OS-Updates: 	0
                                        Pending iob updates: 	2
                                        
                                        Nodejs-Installation: 	/usr/bin/nodejs 	v18.18.2
                                           		/usr/bin/node 		v18.18.2
                                           		/usr/bin/npm 		9.8.1
                                           		/usr/bin/npx 		9.8.1
                                           		/usr/bin/corepack 	0.19.0
                                        
                                        Recommended versions are nodejs 18.18.2 and npm 9.8.1
                                        Your nodejs installation is correct
                                        
                                        MEMORY: 
                                                      total        used        free      shared  buff/cache   available
                                        Mem:             15G        4.7G        4.0G        0.0K        7.2G         11G
                                        Swap:            16G          0B         16G
                                        Total:           32G        4.7G         20G
                                        
                                        Active iob-Instances: 	47
                                        Active repo(s): stable
                                        
                                        ioBroker Core: 		js-controller 		5.0.12
                                           		admin 			6.10.1
                                        
                                        ioBroker Status: 	iobroker is running on this host.
                                        
                                        
                                        Objects type: jsonl
                                        States  type: jsonl
                                        
                                        Status admin and web instance:
                                        + system.adapter.admin.0                  : admin                 : macmini-iobroker                         -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.admin.1                  : admin                 : macmini-iobroker                         -  enabled, port: 8089, bind: 0.0.0.0, run as: admin
                                        + system.adapter.web.0                    : web                   : macmini-iobroker                         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        
                                        Objects: 		15825
                                        States: 		13419
                                        
                                        Size of iob-Database:
                                        
                                        34M	/opt/iobroker/iobroker-data/objects.jsonl.sic
                                        26M	/opt/iobroker/iobroker-data/objects.jsonl
                                        9.7M	/opt/iobroker/iobroker-data/objects.json.migrated
                                        9.7M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
                                        8.4M	/opt/iobroker/iobroker-data/states.jsonl
                                        2.0M	/opt/iobroker/iobroker-data/states.json.migrated
                                        2.0M	/opt/iobroker/iobroker-data/states.json.bak.migrated
                                        0	/opt/iobroker/iobroker-data/states.json.broken
                                        
                                        
                                        
                                        =================== END OF SUMMARY ====================
                                        

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

                                        @reutli

                                        Influx hast du aber in (vermutlich) zwei .list files in /etc/apt/sources.list.d stehen. Lösch die mit dem release name drin.

                                        Hit:4 https://repos.influxdata.com/debian stable InRelease
                                        Hit:5 https://repos.influxdata.com/debian bullseye InRelease
                                        

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

                                        1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @reutli

                                          Grafana und Influx können weiter verwendet werden, weil die in ihnen Repos keine release names sondern 'stable' als Version stehen haben.

                                          Und die sources.list muss stärker umgebaut werden, deswegen der volle Text an der Stelle. non-free-firmware ist erst seit bookworm dabei.

                                          R Offline
                                          R Offline
                                          reutli
                                          schrieb am zuletzt editiert von
                                          #269

                                          @thomas-braun

                                          Dann habe ich doch noch eine Frage:

                                          Das heisst ich ersetze meinen Inhalt der sources.list

                                          # 
                                          
                                          # deb cdrom:[Official Debian GNU/Linux Live 10.3.0 standard 2020-02-08T12:27]/ bullseye main
                                          
                                          #deb cdrom:[Official Debian GNU/Linux Live 10.3.0 standard 2020-02-08T12:27]/ bullseye main
                                          
                                          deb http://deb.debian.org/debian/ bullseye main non-free
                                          deb-src http://deb.debian.org/debian/ bullseye main
                                          
                                          deb http://security.debian.org/debian-security bullseye-security main 
                                          deb-src http://security.debian.org/debian-security bullseye-security main
                                          
                                          # bullseye-updates, previously known as 'volatile'
                                          deb http://deb.debian.org/debian/ bullseye-updates main
                                          deb-src http://deb.debian.org/debian/ bullseye-updates main
                                          
                                          # This system was installed using small removable media
                                          # (e.g. netinst, live or single CD). The matching "deb cdrom"
                                          # entries were disabled at the end of the installation process.
                                          # For information about how to configure apt package sources,
                                          # see the sources.list(5) manual.
                                          
                                          

                                          komplett mit

                                          deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
                                           deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
                                           deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
                                           # Uncomment deb-src lines below then 'apt-get update' to enable 'apt-get source'
                                           deb-src http://deb.debian.org/debian bookworm main contrib non-free
                                           deb-src http://security.debian.org/debian-security bookworm-security main contrib non-free
                                           deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free
                                          

                                          oder nur Teile davon?

                                          @thomas-braun sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                                          Influx hast du aber in (vermutlich) zwei .list files in /etc/apt/sources.list.d stehen. Lösch die mit dem release name drin.

                                          Habe nur eine influxdata.list

                                          admin@macmini-iobroker:/etc/apt/sources.list.d$ ls -la
                                          insgesamt 24
                                          drwxr-xr-x 2 root root 4096 15. Okt 18:40 .
                                          drwxr-xr-x 9 root root 4096 24. Sep 18:59 ..
                                          -rw-r--r-- 1 root root   84 16. Apr 2023  grafana.list
                                          -rw-r--r-- 1 root root  117 16. Apr 2023  influxdata.list
                                          -rw-r--r-- 1 root root   56 16. Apr 2023  influxdb.list
                                          -rw-r--r-- 1 root root  100 15. Okt 18:40 nodesource.list
                                          

                                          mit

                                          deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
                                          
                                          

                                          das passt dann, oder?

                                          BITTE BEACHTET DOCH DAS: https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge
                                          iobroker in Debian-VM auf Proxmox Server (Ryzen 7 / 32GB / 1TB NVMe SSD) als Master - mehrere Raspberry Pis (3+4) als Slaves. InfluxDB V2 und Grafana auf LXC.

                                          *Wer freundlich ist, dem wird freundlich geholfen *

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          605

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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