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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. komm nicht weiter..."dpkg was interrupted"

NEWS

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

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

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

komm nicht weiter..."dpkg was interrupted"

Scheduled Pinned Locked Moved Einsteigerfragen
49 Posts 4 Posters 4.4k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R ralle

    @thomas-braun

    vielen Dank das du dich dem annimmst

    pi@raspberrypi:~ $ 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 nodistro InRelease
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    39 packages can be upgraded. Run 'apt list --upgradable' to see them.
    pi@raspberrypi:~ $
    
    
    pi@raspberrypi:~ $ apt policy libgdk-pixbuf*
    libgdk-pixbuf2.0-bin:
      Installed: 2.42.2+dfsg-1+deb11u1
      Candidate: 2.42.2+dfsg-1+deb11u2
      Version table:
         2.42.2+dfsg-1+deb11u2 500
            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
     *** 2.42.2+dfsg-1+deb11u1 100
            100 /var/lib/dpkg/status
    libgdk-pixbuf-xlib-2.0-0:
      Installed: 2.40.2-2
      Candidate: 2.40.2-2
      Version table:
     *** 2.40.2-2 500
            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
            100 /var/lib/dpkg/status
    libgdk-pixbuf2.0-dev:
      Installed: (none)
      Candidate: 2.40.2-2
      Version table:
         2.40.2-2 500
            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
    libgdk-pixbuf2.0-doc:
      Installed: (none)
      Candidate: 2.42.2+dfsg-1+deb11u2
      Version table:
         2.42.2+dfsg-1+deb11u2 500
            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
    libgdk-pixbuf-2.0-0:
      Installed: 2.42.2+dfsg-1+deb11u2
      Candidate: 2.42.2+dfsg-1+deb11u2
      Version table:
     *** 2.42.2+dfsg-1+deb11u2 500
            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
            100 /var/lib/dpkg/status
    libgdk-pixbuf2.0-0:
      Installed: 2.40.2-2
      Candidate: 2.40.2-2
      Version table:
     *** 2.40.2-2 500
            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #8

    @ralle

    sudo apt install libgdk-pixbuf2.0-bin libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf-2.0-0
    

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

      @ralle

      sudo apt install libgdk-pixbuf2.0-bin libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf-2.0-0
      
      R Offline
      R Offline
      ralle
      wrote on last edited by
      #9

      @thomas-braun

      gemacht....

      pi@raspberrypi:~ $ sudo apt install libgdk-pixbuf2.0-bin libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf-2.0-0
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      libgdk-pixbuf-2.0-0 is already the newest version (2.42.2+dfsg-1+deb11u2).
      libgdk-pixbuf-2.0-0 set to manually installed.
      libgdk-pixbuf-xlib-2.0-0 is already the newest version (2.40.2-2).
      libgdk-pixbuf-xlib-2.0-0 set to manually installed.
      You might want to run 'apt --fix-broken install' to correct these.
      The following packages have unmet dependencies:
       libgdk-pixbuf-2.0-dev : Depends: gir1.2-gdkpixbuf-2.0 (= 2.42.2+dfsg-1+deb11u2) but 2.42.2+dfsg-1+deb11u1 is to be installed
      E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
      
      Thomas BraunT 1 Reply Last reply
      0
      • R ralle

        @thomas-braun

        gemacht....

        pi@raspberrypi:~ $ sudo apt install libgdk-pixbuf2.0-bin libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf-2.0-0
        Reading package lists... Done
        Building dependency tree... Done
        Reading state information... Done
        libgdk-pixbuf-2.0-0 is already the newest version (2.42.2+dfsg-1+deb11u2).
        libgdk-pixbuf-2.0-0 set to manually installed.
        libgdk-pixbuf-xlib-2.0-0 is already the newest version (2.40.2-2).
        libgdk-pixbuf-xlib-2.0-0 set to manually installed.
        You might want to run 'apt --fix-broken install' to correct these.
        The following packages have unmet dependencies:
         libgdk-pixbuf-2.0-dev : Depends: gir1.2-gdkpixbuf-2.0 (= 2.42.2+dfsg-1+deb11u2) but 2.42.2+dfsg-1+deb11u1 is to be installed
        E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #10

        @ralle sagte in komm nicht weiter..."dpkg was interrupted":

        gir1.2-gdkpixbuf-2.0

        sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2
        

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

          @ralle sagte in komm nicht weiter..."dpkg was interrupted":

          gir1.2-gdkpixbuf-2.0

          sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2
          
          R Offline
          R Offline
          ralle
          wrote on last edited by
          #11

          @thomas-braun

          pi@raspberrypi:~ $ sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2
          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          You might want to run 'apt --fix-broken install' to correct these.
          The following packages have unmet dependencies:
           libgdk-pixbuf-2.0-dev : Depends: libgdk-pixbuf2.0-bin (= 2.42.2+dfsg-1+deb11u2) but 2.42.2+dfsg-1+deb11u1 is to be installed
          E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
          
          Thomas BraunT 1 Reply Last reply
          0
          • R ralle

            @thomas-braun

            pi@raspberrypi:~ $ sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            You might want to run 'apt --fix-broken install' to correct these.
            The following packages have unmet dependencies:
             libgdk-pixbuf-2.0-dev : Depends: libgdk-pixbuf2.0-bin (= 2.42.2+dfsg-1+deb11u2) but 2.42.2+dfsg-1+deb11u1 is to be installed
            E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #12

            @ralle sagte in komm nicht weiter..."dpkg was interrupted":

            sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2 libgdk-pixbuf2.0-bin=2.42.2+dfsg-1+deb11u2
            

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

              @ralle sagte in komm nicht weiter..."dpkg was interrupted":

              sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2 libgdk-pixbuf2.0-bin=2.42.2+dfsg-1+deb11u2
              
              R Offline
              R Offline
              ralle
              wrote on last edited by
              #13

              @thomas-braun said in komm nicht weiter..."dpkg was interrupted":

              sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2 libgdk-pixbuf2.0-bin=2.42.2+dfsg-1+deb11u2

              1 Reply Last reply
              0
              • Thomas BraunT Thomas Braun

                @ralle sagte in komm nicht weiter..."dpkg was interrupted":

                sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2 libgdk-pixbuf2.0-bin=2.42.2+dfsg-1+deb11u2
                
                R Offline
                R Offline
                ralle
                wrote on last edited by
                #14

                @thomas-braun said in komm nicht weiter..."dpkg was interrupted":

                sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2 libgdk-pixbuf2.0-bin=2.42.2+dfsg-1+deb11u2

                hat soweit geklappt, lief ohne Fehler durch. und nun?

                Thomas BraunT 1 Reply Last reply
                0
                • R ralle

                  @thomas-braun said in komm nicht weiter..."dpkg was interrupted":

                  sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2 libgdk-pixbuf2.0-bin=2.42.2+dfsg-1+deb11u2

                  hat soweit geklappt, lief ohne Fehler durch. und nun?

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

                  @ralle

                  sudo apt update
                  sudo apt full-upgrade
                  

                  sagt nun?

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

                    @ralle

                    sudo apt update
                    sudo apt full-upgrade
                    

                    sagt nun?

                    R Offline
                    R Offline
                    ralle
                    wrote on last edited by ralle
                    #16

                    @thomas-braun
                    lief durch.. war es das?

                    pi@raspberrypi:~ $ sudo apt full-upgrade
                    Reading package lists... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    Calculating upgrade... Done
                    The following packages were automatically installed and are no longer required:
                      libfuse2 raspinfo
                    Use 'sudo apt autoremove' to remove them.
                    The following packages will be upgraded:
                      gstreamer1.0-alsa gstreamer1.0-plugins-base gstreamer1.0-x libcurl3-gnutls
                      libgstreamer-gl1.0-0 libgstreamer-plugins-base1.0-0 libimlib2 libndp0
                      libqt5concurrent5 libqt5printsupport5 libqt5sql5 libqt5sql5-sqlite
                      libqt5test5 libqt5xml5 libvlc-bin libvlc5 libvlccore9 nodejs python3-idna
                      python3-pil qt5-gtk-platformtheme vlc vlc-bin vlc-data vlc-l10n
                      vlc-plugin-access-extra vlc-plugin-base vlc-plugin-notify vlc-plugin-qt
                      vlc-plugin-samba vlc-plugin-skins2 vlc-plugin-video-output
                      vlc-plugin-video-splitter vlc-plugin-visualization wpasupplicant xwayland
                    36 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                    Need to get 0 B/53.9 MB of archives.
                    After this operation, 16.4 kB of additional disk space will be used.
                    Do you want to continue? [Y/n] y
                    Reading changelogs... Done
                    Extracting templates from packages: 100%
                    (Reading database ... 117751 files and directories currently installed.)
                    Preparing to unpack .../00-libgstreamer-plugins-base1.0-0_1.18.4-2+deb11u2_armhf.deb ...
                    Unpacking libgstreamer-plugins-base1.0-0:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                    Preparing to unpack .../01-gstreamer1.0-alsa_1.18.4-2+deb11u2_armhf.deb ...
                    Unpacking gstreamer1.0-alsa:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                    Preparing to unpack .../02-gstreamer1.0-plugins-base_1.18.4-2+deb11u2_armhf.deb ...
                    Unpacking gstreamer1.0-plugins-base:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                    Preparing to unpack .../03-gstreamer1.0-x_1.18.4-2+deb11u2_armhf.deb ...
                    Unpacking gstreamer1.0-x:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                    Preparing to unpack .../04-libcurl3-gnutls_7.74.0-1.3+deb11u12_armhf.deb ...
                    Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u12) over (7.74.0-1.3+deb11u11) ...
                    Preparing to unpack .../05-libgstreamer-gl1.0-0_1.18.4-2+deb11u2_armhf.deb ...
                    Unpacking libgstreamer-gl1.0-0:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                    Preparing to unpack .../06-libimlib2_1.7.1-2+deb11u1_armhf.deb ...
                    Unpacking libimlib2:armhf (1.7.1-2+deb11u1) over (1.7.1-2) ...
                    Preparing to unpack .../07-libndp0_1.6-1+deb11u1_armhf.deb ...
                    Unpacking libndp0:armhf (1.6-1+deb11u1) over (1.6-1) ...
                    Preparing to unpack .../08-libqt5concurrent5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                    Unpacking libqt5concurrent5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                    Preparing to unpack .../09-libqt5printsupport5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                    Unpacking libqt5printsupport5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                    Preparing to unpack .../10-libqt5sql5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                    Unpacking libqt5sql5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                    Preparing to unpack .../11-libqt5sql5-sqlite_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                    Unpacking libqt5sql5-sqlite:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                    Preparing to unpack .../12-libqt5test5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                    Unpacking libqt5test5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                    Preparing to unpack .../13-libqt5xml5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                    Unpacking libqt5xml5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                    Preparing to unpack .../14-vlc_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                    Unpacking vlc (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                    Preparing to unpack .../15-vlc-plugin-base_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                    Unpacking vlc-plugin-base:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                    Preparing to unpack .../16-vlc-data_1%3a3.0.21-0+rpt1+deb11u1_all.deb ...
                    Unpacking vlc-data (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                    Preparing to unpack .../17-libvlccore9_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                    Unpacking libvlccore9:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                    Preparing to unpack .../18-vlc-plugin-skins2_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                    Unpacking vlc-plugin-skins2:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                    Preparing to unpack .../19-vlc-plugin-qt_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                    Unpacking vlc-plugin-qt:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                    Preparing to unpack .../20-vlc-plugin-video-output_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                    Unpacking vlc-plugin-video-output:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                    Preparing to unpack .../21-libvlc5_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                    Unpacking libvlc5:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                    Preparing to unpack .../22-vlc-bin_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                    Unpacking vlc-bin (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                    Preparing to unpack .../23-libvlc-bin_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                    Unpacking libvlc-bin:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                    Preparing to unpack .../24-nodejs_18.20.4-1nodesource1_armhf.deb ...
                    Detected old npm client, removing...
                    Unpacking nodejs (18.20.4-1nodesource1) over (18.20.2-1nodesource1) ...
                    Preparing to unpack .../25-python3-idna_2.10-1+deb11u1_all.deb ...
                    Unpacking python3-idna (2.10-1+deb11u1) over (2.10-1) ...
                    Preparing to unpack .../26-python3-pil_8.1.2+dfsg-0.3+deb11u2_armhf.deb ...
                    Unpacking python3-pil:armhf (8.1.2+dfsg-0.3+deb11u2) over (8.1.2+dfsg-0.3+deb11u1) ...
                    Preparing to unpack .../27-qt5-gtk-platformtheme_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                    Unpacking qt5-gtk-platformtheme:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                    Preparing to unpack .../28-vlc-l10n_1%3a3.0.21-0+rpt1+deb11u1_all.deb ...
                    Unpacking vlc-l10n (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                    Preparing to unpack .../29-vlc-plugin-access-extra_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                    Unpacking vlc-plugin-access-extra:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                    Preparing to unpack .../30-vlc-plugin-notify_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                    Unpacking vlc-plugin-notify:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                    Preparing to unpack .../31-vlc-plugin-samba_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                    Unpacking vlc-plugin-samba:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                    Preparing to unpack .../32-vlc-plugin-video-splitter_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                    Unpacking vlc-plugin-video-splitter:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                    Preparing to unpack .../33-vlc-plugin-visualization_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                    Unpacking vlc-plugin-visualization:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                    Preparing to unpack .../34-wpasupplicant_2%3a2.9.0-21+deb11u1_armhf.deb ...
                    Unpacking wpasupplicant (2:2.9.0-21+deb11u1) over (2:2.9.0-21) ...
                    Preparing to unpack .../35-xwayland_2%3a1.20.11-1+rpt3+deb11u13_armhf.deb ...
                    Unpacking xwayland (2:1.20.11-1+rpt3+deb11u13) over (2:1.20.11-1+rpt3+deb11u11) ...
                    Setting up libgstreamer-plugins-base1.0-0:armhf (1.18.4-2+deb11u2) ...
                    Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u12) ...
                    Setting up vlc-l10n (1:3.0.21-0+rpt1+deb11u1) ...
                    Setting up nodejs (18.20.4-1nodesource1) ...
                    Setting up qt5-gtk-platformtheme:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                    Setting up libqt5sql5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                    Setting up wpasupplicant (2:2.9.0-21+deb11u1) ...
                    Setting up libqt5printsupport5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                    Setting up python3-pil:armhf (8.1.2+dfsg-0.3+deb11u2) ...
                    Setting up libqt5xml5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                    Setting up libgstreamer-gl1.0-0:armhf (1.18.4-2+deb11u2) ...
                    Setting up gstreamer1.0-plugins-base:armhf (1.18.4-2+deb11u2) ...
                    Setting up python3-idna (2.10-1+deb11u1) ...
                    Setting up libimlib2:armhf (1.7.1-2+deb11u1) ...
                    Setting up libvlccore9:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                    Setting up vlc-plugin-qt:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                    Setting up libndp0:armhf (1.6-1+deb11u1) ...
                    Setting up xwayland (2:1.20.11-1+rpt3+deb11u13) ...
                    Setting up libqt5test5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                    Setting up libqt5concurrent5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                    Setting up vlc-data (1:3.0.21-0+rpt1+deb11u1) ...
                    Setting up vlc-plugin-notify:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                    Setting up vlc-plugin-video-output:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                    Setting up vlc-plugin-samba:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                    Setting up gstreamer1.0-x:armhf (1.18.4-2+deb11u2) ...
                    Setting up gstreamer1.0-alsa:armhf (1.18.4-2+deb11u2) ...
                    Setting up libqt5sql5-sqlite:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                    Setting up vlc-plugin-skins2:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                    Setting up vlc-plugin-video-splitter:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                    Setting up libvlc5:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                    Setting up vlc-plugin-visualization:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                    Setting up vlc-plugin-access-extra:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                    Setting up libvlc-bin:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                    Setting up vlc-plugin-base:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                    Setting up vlc-bin (1:3.0.21-0+rpt1+deb11u1) ...
                    Setting up vlc (1:3.0.21-0+rpt1+deb11u1) ...
                    Processing triggers for desktop-file-utils (0.26-1) ...
                    Processing triggers for hicolor-icon-theme (0.17-2) ...
                    Processing triggers for gnome-menus (3.36.0-1) ...
                    Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u10) ...
                    Processing triggers for man-db (2.9.4-2) ...
                    Processing triggers for dbus (1.12.28-0+deb11u1) ...
                    Processing triggers for mailcap (3.69) ...
                    Processing triggers for libvlc-bin:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                    
                    Thomas BraunT 2 Replies Last reply
                    0
                    • R ralle

                      @thomas-braun
                      lief durch.. war es das?

                      pi@raspberrypi:~ $ sudo apt full-upgrade
                      Reading package lists... Done
                      Building dependency tree... Done
                      Reading state information... Done
                      Calculating upgrade... Done
                      The following packages were automatically installed and are no longer required:
                        libfuse2 raspinfo
                      Use 'sudo apt autoremove' to remove them.
                      The following packages will be upgraded:
                        gstreamer1.0-alsa gstreamer1.0-plugins-base gstreamer1.0-x libcurl3-gnutls
                        libgstreamer-gl1.0-0 libgstreamer-plugins-base1.0-0 libimlib2 libndp0
                        libqt5concurrent5 libqt5printsupport5 libqt5sql5 libqt5sql5-sqlite
                        libqt5test5 libqt5xml5 libvlc-bin libvlc5 libvlccore9 nodejs python3-idna
                        python3-pil qt5-gtk-platformtheme vlc vlc-bin vlc-data vlc-l10n
                        vlc-plugin-access-extra vlc-plugin-base vlc-plugin-notify vlc-plugin-qt
                        vlc-plugin-samba vlc-plugin-skins2 vlc-plugin-video-output
                        vlc-plugin-video-splitter vlc-plugin-visualization wpasupplicant xwayland
                      36 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                      Need to get 0 B/53.9 MB of archives.
                      After this operation, 16.4 kB of additional disk space will be used.
                      Do you want to continue? [Y/n] y
                      Reading changelogs... Done
                      Extracting templates from packages: 100%
                      (Reading database ... 117751 files and directories currently installed.)
                      Preparing to unpack .../00-libgstreamer-plugins-base1.0-0_1.18.4-2+deb11u2_armhf.deb ...
                      Unpacking libgstreamer-plugins-base1.0-0:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                      Preparing to unpack .../01-gstreamer1.0-alsa_1.18.4-2+deb11u2_armhf.deb ...
                      Unpacking gstreamer1.0-alsa:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                      Preparing to unpack .../02-gstreamer1.0-plugins-base_1.18.4-2+deb11u2_armhf.deb ...
                      Unpacking gstreamer1.0-plugins-base:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                      Preparing to unpack .../03-gstreamer1.0-x_1.18.4-2+deb11u2_armhf.deb ...
                      Unpacking gstreamer1.0-x:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                      Preparing to unpack .../04-libcurl3-gnutls_7.74.0-1.3+deb11u12_armhf.deb ...
                      Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u12) over (7.74.0-1.3+deb11u11) ...
                      Preparing to unpack .../05-libgstreamer-gl1.0-0_1.18.4-2+deb11u2_armhf.deb ...
                      Unpacking libgstreamer-gl1.0-0:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                      Preparing to unpack .../06-libimlib2_1.7.1-2+deb11u1_armhf.deb ...
                      Unpacking libimlib2:armhf (1.7.1-2+deb11u1) over (1.7.1-2) ...
                      Preparing to unpack .../07-libndp0_1.6-1+deb11u1_armhf.deb ...
                      Unpacking libndp0:armhf (1.6-1+deb11u1) over (1.6-1) ...
                      Preparing to unpack .../08-libqt5concurrent5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                      Unpacking libqt5concurrent5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                      Preparing to unpack .../09-libqt5printsupport5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                      Unpacking libqt5printsupport5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                      Preparing to unpack .../10-libqt5sql5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                      Unpacking libqt5sql5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                      Preparing to unpack .../11-libqt5sql5-sqlite_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                      Unpacking libqt5sql5-sqlite:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                      Preparing to unpack .../12-libqt5test5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                      Unpacking libqt5test5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                      Preparing to unpack .../13-libqt5xml5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                      Unpacking libqt5xml5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                      Preparing to unpack .../14-vlc_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                      Unpacking vlc (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                      Preparing to unpack .../15-vlc-plugin-base_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                      Unpacking vlc-plugin-base:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                      Preparing to unpack .../16-vlc-data_1%3a3.0.21-0+rpt1+deb11u1_all.deb ...
                      Unpacking vlc-data (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                      Preparing to unpack .../17-libvlccore9_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                      Unpacking libvlccore9:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                      Preparing to unpack .../18-vlc-plugin-skins2_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                      Unpacking vlc-plugin-skins2:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                      Preparing to unpack .../19-vlc-plugin-qt_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                      Unpacking vlc-plugin-qt:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                      Preparing to unpack .../20-vlc-plugin-video-output_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                      Unpacking vlc-plugin-video-output:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                      Preparing to unpack .../21-libvlc5_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                      Unpacking libvlc5:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                      Preparing to unpack .../22-vlc-bin_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                      Unpacking vlc-bin (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                      Preparing to unpack .../23-libvlc-bin_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                      Unpacking libvlc-bin:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                      Preparing to unpack .../24-nodejs_18.20.4-1nodesource1_armhf.deb ...
                      Detected old npm client, removing...
                      Unpacking nodejs (18.20.4-1nodesource1) over (18.20.2-1nodesource1) ...
                      Preparing to unpack .../25-python3-idna_2.10-1+deb11u1_all.deb ...
                      Unpacking python3-idna (2.10-1+deb11u1) over (2.10-1) ...
                      Preparing to unpack .../26-python3-pil_8.1.2+dfsg-0.3+deb11u2_armhf.deb ...
                      Unpacking python3-pil:armhf (8.1.2+dfsg-0.3+deb11u2) over (8.1.2+dfsg-0.3+deb11u1) ...
                      Preparing to unpack .../27-qt5-gtk-platformtheme_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                      Unpacking qt5-gtk-platformtheme:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                      Preparing to unpack .../28-vlc-l10n_1%3a3.0.21-0+rpt1+deb11u1_all.deb ...
                      Unpacking vlc-l10n (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                      Preparing to unpack .../29-vlc-plugin-access-extra_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                      Unpacking vlc-plugin-access-extra:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                      Preparing to unpack .../30-vlc-plugin-notify_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                      Unpacking vlc-plugin-notify:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                      Preparing to unpack .../31-vlc-plugin-samba_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                      Unpacking vlc-plugin-samba:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                      Preparing to unpack .../32-vlc-plugin-video-splitter_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                      Unpacking vlc-plugin-video-splitter:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                      Preparing to unpack .../33-vlc-plugin-visualization_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                      Unpacking vlc-plugin-visualization:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                      Preparing to unpack .../34-wpasupplicant_2%3a2.9.0-21+deb11u1_armhf.deb ...
                      Unpacking wpasupplicant (2:2.9.0-21+deb11u1) over (2:2.9.0-21) ...
                      Preparing to unpack .../35-xwayland_2%3a1.20.11-1+rpt3+deb11u13_armhf.deb ...
                      Unpacking xwayland (2:1.20.11-1+rpt3+deb11u13) over (2:1.20.11-1+rpt3+deb11u11) ...
                      Setting up libgstreamer-plugins-base1.0-0:armhf (1.18.4-2+deb11u2) ...
                      Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u12) ...
                      Setting up vlc-l10n (1:3.0.21-0+rpt1+deb11u1) ...
                      Setting up nodejs (18.20.4-1nodesource1) ...
                      Setting up qt5-gtk-platformtheme:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                      Setting up libqt5sql5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                      Setting up wpasupplicant (2:2.9.0-21+deb11u1) ...
                      Setting up libqt5printsupport5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                      Setting up python3-pil:armhf (8.1.2+dfsg-0.3+deb11u2) ...
                      Setting up libqt5xml5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                      Setting up libgstreamer-gl1.0-0:armhf (1.18.4-2+deb11u2) ...
                      Setting up gstreamer1.0-plugins-base:armhf (1.18.4-2+deb11u2) ...
                      Setting up python3-idna (2.10-1+deb11u1) ...
                      Setting up libimlib2:armhf (1.7.1-2+deb11u1) ...
                      Setting up libvlccore9:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                      Setting up vlc-plugin-qt:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                      Setting up libndp0:armhf (1.6-1+deb11u1) ...
                      Setting up xwayland (2:1.20.11-1+rpt3+deb11u13) ...
                      Setting up libqt5test5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                      Setting up libqt5concurrent5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                      Setting up vlc-data (1:3.0.21-0+rpt1+deb11u1) ...
                      Setting up vlc-plugin-notify:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                      Setting up vlc-plugin-video-output:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                      Setting up vlc-plugin-samba:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                      Setting up gstreamer1.0-x:armhf (1.18.4-2+deb11u2) ...
                      Setting up gstreamer1.0-alsa:armhf (1.18.4-2+deb11u2) ...
                      Setting up libqt5sql5-sqlite:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                      Setting up vlc-plugin-skins2:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                      Setting up vlc-plugin-video-splitter:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                      Setting up libvlc5:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                      Setting up vlc-plugin-visualization:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                      Setting up vlc-plugin-access-extra:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                      Setting up libvlc-bin:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                      Setting up vlc-plugin-base:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                      Setting up vlc-bin (1:3.0.21-0+rpt1+deb11u1) ...
                      Setting up vlc (1:3.0.21-0+rpt1+deb11u1) ...
                      Processing triggers for desktop-file-utils (0.26-1) ...
                      Processing triggers for hicolor-icon-theme (0.17-2) ...
                      Processing triggers for gnome-menus (3.36.0-1) ...
                      Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u10) ...
                      Processing triggers for man-db (2.9.4-2) ...
                      Processing triggers for dbus (1.12.28-0+deb11u1) ...
                      Processing triggers for mailcap (3.69) ...
                      Processing triggers for libvlc-bin:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      wrote on last edited by
                      #17

                      @ralle

                      Dann

                      iob stop 
                      sudo reboot
                      

                      und wenn die Kiste wieder oben ist die Ausgaben zu

                      sudo apt update
                      sudo apt full-upgrade
                      

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

                      1 Reply Last reply
                      0
                      • R ralle

                        @thomas-braun
                        lief durch.. war es das?

                        pi@raspberrypi:~ $ sudo apt full-upgrade
                        Reading package lists... Done
                        Building dependency tree... Done
                        Reading state information... Done
                        Calculating upgrade... Done
                        The following packages were automatically installed and are no longer required:
                          libfuse2 raspinfo
                        Use 'sudo apt autoremove' to remove them.
                        The following packages will be upgraded:
                          gstreamer1.0-alsa gstreamer1.0-plugins-base gstreamer1.0-x libcurl3-gnutls
                          libgstreamer-gl1.0-0 libgstreamer-plugins-base1.0-0 libimlib2 libndp0
                          libqt5concurrent5 libqt5printsupport5 libqt5sql5 libqt5sql5-sqlite
                          libqt5test5 libqt5xml5 libvlc-bin libvlc5 libvlccore9 nodejs python3-idna
                          python3-pil qt5-gtk-platformtheme vlc vlc-bin vlc-data vlc-l10n
                          vlc-plugin-access-extra vlc-plugin-base vlc-plugin-notify vlc-plugin-qt
                          vlc-plugin-samba vlc-plugin-skins2 vlc-plugin-video-output
                          vlc-plugin-video-splitter vlc-plugin-visualization wpasupplicant xwayland
                        36 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                        Need to get 0 B/53.9 MB of archives.
                        After this operation, 16.4 kB of additional disk space will be used.
                        Do you want to continue? [Y/n] y
                        Reading changelogs... Done
                        Extracting templates from packages: 100%
                        (Reading database ... 117751 files and directories currently installed.)
                        Preparing to unpack .../00-libgstreamer-plugins-base1.0-0_1.18.4-2+deb11u2_armhf.deb ...
                        Unpacking libgstreamer-plugins-base1.0-0:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                        Preparing to unpack .../01-gstreamer1.0-alsa_1.18.4-2+deb11u2_armhf.deb ...
                        Unpacking gstreamer1.0-alsa:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                        Preparing to unpack .../02-gstreamer1.0-plugins-base_1.18.4-2+deb11u2_armhf.deb ...
                        Unpacking gstreamer1.0-plugins-base:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                        Preparing to unpack .../03-gstreamer1.0-x_1.18.4-2+deb11u2_armhf.deb ...
                        Unpacking gstreamer1.0-x:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                        Preparing to unpack .../04-libcurl3-gnutls_7.74.0-1.3+deb11u12_armhf.deb ...
                        Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u12) over (7.74.0-1.3+deb11u11) ...
                        Preparing to unpack .../05-libgstreamer-gl1.0-0_1.18.4-2+deb11u2_armhf.deb ...
                        Unpacking libgstreamer-gl1.0-0:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                        Preparing to unpack .../06-libimlib2_1.7.1-2+deb11u1_armhf.deb ...
                        Unpacking libimlib2:armhf (1.7.1-2+deb11u1) over (1.7.1-2) ...
                        Preparing to unpack .../07-libndp0_1.6-1+deb11u1_armhf.deb ...
                        Unpacking libndp0:armhf (1.6-1+deb11u1) over (1.6-1) ...
                        Preparing to unpack .../08-libqt5concurrent5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                        Unpacking libqt5concurrent5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                        Preparing to unpack .../09-libqt5printsupport5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                        Unpacking libqt5printsupport5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                        Preparing to unpack .../10-libqt5sql5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                        Unpacking libqt5sql5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                        Preparing to unpack .../11-libqt5sql5-sqlite_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                        Unpacking libqt5sql5-sqlite:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                        Preparing to unpack .../12-libqt5test5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                        Unpacking libqt5test5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                        Preparing to unpack .../13-libqt5xml5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                        Unpacking libqt5xml5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                        Preparing to unpack .../14-vlc_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                        Unpacking vlc (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                        Preparing to unpack .../15-vlc-plugin-base_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                        Unpacking vlc-plugin-base:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                        Preparing to unpack .../16-vlc-data_1%3a3.0.21-0+rpt1+deb11u1_all.deb ...
                        Unpacking vlc-data (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                        Preparing to unpack .../17-libvlccore9_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                        Unpacking libvlccore9:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                        Preparing to unpack .../18-vlc-plugin-skins2_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                        Unpacking vlc-plugin-skins2:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                        Preparing to unpack .../19-vlc-plugin-qt_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                        Unpacking vlc-plugin-qt:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                        Preparing to unpack .../20-vlc-plugin-video-output_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                        Unpacking vlc-plugin-video-output:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                        Preparing to unpack .../21-libvlc5_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                        Unpacking libvlc5:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                        Preparing to unpack .../22-vlc-bin_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                        Unpacking vlc-bin (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                        Preparing to unpack .../23-libvlc-bin_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                        Unpacking libvlc-bin:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                        Preparing to unpack .../24-nodejs_18.20.4-1nodesource1_armhf.deb ...
                        Detected old npm client, removing...
                        Unpacking nodejs (18.20.4-1nodesource1) over (18.20.2-1nodesource1) ...
                        Preparing to unpack .../25-python3-idna_2.10-1+deb11u1_all.deb ...
                        Unpacking python3-idna (2.10-1+deb11u1) over (2.10-1) ...
                        Preparing to unpack .../26-python3-pil_8.1.2+dfsg-0.3+deb11u2_armhf.deb ...
                        Unpacking python3-pil:armhf (8.1.2+dfsg-0.3+deb11u2) over (8.1.2+dfsg-0.3+deb11u1) ...
                        Preparing to unpack .../27-qt5-gtk-platformtheme_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                        Unpacking qt5-gtk-platformtheme:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                        Preparing to unpack .../28-vlc-l10n_1%3a3.0.21-0+rpt1+deb11u1_all.deb ...
                        Unpacking vlc-l10n (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                        Preparing to unpack .../29-vlc-plugin-access-extra_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                        Unpacking vlc-plugin-access-extra:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                        Preparing to unpack .../30-vlc-plugin-notify_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                        Unpacking vlc-plugin-notify:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                        Preparing to unpack .../31-vlc-plugin-samba_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                        Unpacking vlc-plugin-samba:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                        Preparing to unpack .../32-vlc-plugin-video-splitter_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                        Unpacking vlc-plugin-video-splitter:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                        Preparing to unpack .../33-vlc-plugin-visualization_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                        Unpacking vlc-plugin-visualization:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                        Preparing to unpack .../34-wpasupplicant_2%3a2.9.0-21+deb11u1_armhf.deb ...
                        Unpacking wpasupplicant (2:2.9.0-21+deb11u1) over (2:2.9.0-21) ...
                        Preparing to unpack .../35-xwayland_2%3a1.20.11-1+rpt3+deb11u13_armhf.deb ...
                        Unpacking xwayland (2:1.20.11-1+rpt3+deb11u13) over (2:1.20.11-1+rpt3+deb11u11) ...
                        Setting up libgstreamer-plugins-base1.0-0:armhf (1.18.4-2+deb11u2) ...
                        Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u12) ...
                        Setting up vlc-l10n (1:3.0.21-0+rpt1+deb11u1) ...
                        Setting up nodejs (18.20.4-1nodesource1) ...
                        Setting up qt5-gtk-platformtheme:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                        Setting up libqt5sql5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                        Setting up wpasupplicant (2:2.9.0-21+deb11u1) ...
                        Setting up libqt5printsupport5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                        Setting up python3-pil:armhf (8.1.2+dfsg-0.3+deb11u2) ...
                        Setting up libqt5xml5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                        Setting up libgstreamer-gl1.0-0:armhf (1.18.4-2+deb11u2) ...
                        Setting up gstreamer1.0-plugins-base:armhf (1.18.4-2+deb11u2) ...
                        Setting up python3-idna (2.10-1+deb11u1) ...
                        Setting up libimlib2:armhf (1.7.1-2+deb11u1) ...
                        Setting up libvlccore9:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                        Setting up vlc-plugin-qt:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                        Setting up libndp0:armhf (1.6-1+deb11u1) ...
                        Setting up xwayland (2:1.20.11-1+rpt3+deb11u13) ...
                        Setting up libqt5test5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                        Setting up libqt5concurrent5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                        Setting up vlc-data (1:3.0.21-0+rpt1+deb11u1) ...
                        Setting up vlc-plugin-notify:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                        Setting up vlc-plugin-video-output:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                        Setting up vlc-plugin-samba:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                        Setting up gstreamer1.0-x:armhf (1.18.4-2+deb11u2) ...
                        Setting up gstreamer1.0-alsa:armhf (1.18.4-2+deb11u2) ...
                        Setting up libqt5sql5-sqlite:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                        Setting up vlc-plugin-skins2:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                        Setting up vlc-plugin-video-splitter:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                        Setting up libvlc5:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                        Setting up vlc-plugin-visualization:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                        Setting up vlc-plugin-access-extra:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                        Setting up libvlc-bin:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                        Setting up vlc-plugin-base:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                        Setting up vlc-bin (1:3.0.21-0+rpt1+deb11u1) ...
                        Setting up vlc (1:3.0.21-0+rpt1+deb11u1) ...
                        Processing triggers for desktop-file-utils (0.26-1) ...
                        Processing triggers for hicolor-icon-theme (0.17-2) ...
                        Processing triggers for gnome-menus (3.36.0-1) ...
                        Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u10) ...
                        Processing triggers for man-db (2.9.4-2) ...
                        Processing triggers for dbus (1.12.28-0+deb11u1) ...
                        Processing triggers for mailcap (3.69) ...
                        Processing triggers for libvlc-bin:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by
                        #18

                        @ralle

                        Schalt den Desktop-Krempel aus...
                        Je weniger unnützes Zeuch da mitrumpelt desto einfacher sind auch Paketupdates und deren Abhängigkeiten aufzulösen.

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

                          @ralle

                          Schalt den Desktop-Krempel aus...
                          Je weniger unnützes Zeuch da mitrumpelt desto einfacher sind auch Paketupdates und deren Abhängigkeiten aufzulösen.

                          R Offline
                          R Offline
                          ralle
                          wrote on last edited by
                          #19

                          @thomas-braun said in komm nicht weiter..."dpkg was interrupted":

                          Schalt den Desktop-Krempel aus... --- für dich leicht gesagt, ist das für mich auch möglich??

                          hier die Liste nach "Full-upgrade"

                          pi@raspberrypi:~ $ 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 nodistro InRelease
                          Reading package lists... Done
                          Building dependency tree... Done
                          Reading state information... Done
                          All packages are up to date.
                          pi@raspberrypi:~ $ sudo apt full-upgrade
                          Reading package lists... Done
                          Building dependency tree... Done
                          Reading state information... Done
                          Calculating upgrade... Done
                          The following packages were automatically installed and are no longer required:
                            libfuse2 raspinfo
                          Use 'sudo apt autoremove' to remove them.
                          0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                          pi@raspberrypi:~ $
                          
                          Thomas BraunT 1 Reply Last reply
                          0
                          • R ralle

                            @thomas-braun said in komm nicht weiter..."dpkg was interrupted":

                            Schalt den Desktop-Krempel aus... --- für dich leicht gesagt, ist das für mich auch möglich??

                            hier die Liste nach "Full-upgrade"

                            pi@raspberrypi:~ $ 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 nodistro InRelease
                            Reading package lists... Done
                            Building dependency tree... Done
                            Reading state information... Done
                            All packages are up to date.
                            pi@raspberrypi:~ $ sudo apt full-upgrade
                            Reading package lists... Done
                            Building dependency tree... Done
                            Reading state information... Done
                            Calculating upgrade... Done
                            The following packages were automatically installed and are no longer required:
                              libfuse2 raspinfo
                            Use 'sudo apt autoremove' to remove them.
                            0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                            pi@raspberrypi:~ $
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            wrote on last edited by
                            #20

                            @ralle

                            Jetzt passt es. Bring das ganze noch auf

                            iob nodejs-update 20
                            

                            Und in nächster Zeit per kompletter Neuinstallation (dann gleich ohne Desktop-Umgebung) auf Raspberry OS 12 'Bookworm'.

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

                              @ralle

                              Jetzt passt es. Bring das ganze noch auf

                              iob nodejs-update 20
                              

                              Und in nächster Zeit per kompletter Neuinstallation (dann gleich ohne Desktop-Umgebung) auf Raspberry OS 12 'Bookworm'.

                              R Offline
                              R Offline
                              ralle
                              wrote on last edited by
                              #21

                              @thomas-braun

                              kannst du mir in 2-3 Sätzen sagen was du da jetzt gemacht hast, worin das Problem lag...

                              vielen Dank für deine Hilfe.

                              Neuinstallation werde ich mal machen.... nächste Herrausforderung 🙂

                              Thomas BraunT 1 Reply Last reply
                              0
                              • R ralle

                                @thomas-braun

                                kannst du mir in 2-3 Sätzen sagen was du da jetzt gemacht hast, worin das Problem lag...

                                vielen Dank für deine Hilfe.

                                Neuinstallation werde ich mal machen.... nächste Herrausforderung 🙂

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

                                @ralle sagte in komm nicht weiter..."dpkg was interrupted":

                                kannst du mir in 2-3 Sätzen sagen was du da jetzt gemacht hast, worin das Problem lag...

                                Aus irgendeinem Grund konnte der Paketmanager die Abhängigkeiten nicht mehr auflösen.
                                Da haben wir dem Blechheini jetzt abgenommen, eigentlich soll der das selber machen, dafür ist der Paketmanager bzw. dessen 'solver' ja da.

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

                                1 Reply Last reply
                                0
                                • Thomas BraunT Thomas Braun

                                  @ralle

                                  Jetzt passt es. Bring das ganze noch auf

                                  iob nodejs-update 20
                                  

                                  Und in nächster Zeit per kompletter Neuinstallation (dann gleich ohne Desktop-Umgebung) auf Raspberry OS 12 'Bookworm'.

                                  R Offline
                                  R Offline
                                  ralle
                                  wrote on last edited by
                                  #23

                                  @thomas-braun

                                  hab mal eben nachgeschaut, es gibt 3 OS Versionen 2x mit Desktop und einmal die light.

                                  ist es die Light die ich dann benötige?

                                  Thomas BraunT 1 Reply Last reply
                                  0
                                  • R ralle

                                    @thomas-braun

                                    hab mal eben nachgeschaut, es gibt 3 OS Versionen 2x mit Desktop und einmal die light.

                                    ist es die Light die ich dann benötige?

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

                                    @ralle sagte in komm nicht weiter..."dpkg was interrupted":

                                    ist es die Light die ich dann benötige?

                                    Ja, light in der 64Bit-Version.

                                    https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht

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

                                    1 Reply Last reply
                                    0
                                    • H Offline
                                      H Offline
                                      Happyuser20
                                      wrote on last edited by
                                      #25

                                      Guten Morgen

                                      Ich schließe mich hier an.
                                      Habe ein ähnliches Problem auf meinem Raspi IOB Slave

                                      Bekomme im IOB Admin auch die Meldung das Updates verfügbar sind. funktioniert aber nicht.
                                      Ich bekomme folgende Ausgabe mit Putty

                                      pi@raspberrypi:~ $ iob stop
                                      pi@raspberrypi:~ $ sudo apt update
                                      Hit:1 http://archive.raspberrypi.org/debian buster InRelease
                                      Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                      Hit:3 https://deb.nodesource.com/node_18.x nodistro InRelease
                                      Reading package lists... Done
                                      Building dependency tree
                                      Reading state information... Done
                                      281 packages can be upgraded. Run 'apt list --upgradable' to see them.
                                      pi@raspberrypi:~ $ sudo apt full-upgrade
                                      Reading package lists... Done
                                      Building dependency tree
                                      Reading state information... Done
                                      You might want to run 'apt --fix-broken install' to correct these.
                                      The following packages have unmet dependencies:
                                       dmsetup : Depends: libdevmapper1.02.1 (>= 2:1.02.138) but 2:1.02.137-2 is installed
                                      E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
                                      pi@raspberrypi:~ $
                                      
                                      

                                      Ich meine gelsen zu haben. Auf keinen Fall irgendwas mit FIX zu machen.

                                      Bitte um Hilfe

                                      Gruß
                                      HappyUser20

                                      HomoranH 1 Reply Last reply
                                      0
                                      • H Happyuser20

                                        Guten Morgen

                                        Ich schließe mich hier an.
                                        Habe ein ähnliches Problem auf meinem Raspi IOB Slave

                                        Bekomme im IOB Admin auch die Meldung das Updates verfügbar sind. funktioniert aber nicht.
                                        Ich bekomme folgende Ausgabe mit Putty

                                        pi@raspberrypi:~ $ iob stop
                                        pi@raspberrypi:~ $ sudo apt update
                                        Hit:1 http://archive.raspberrypi.org/debian buster InRelease
                                        Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                        Hit:3 https://deb.nodesource.com/node_18.x nodistro InRelease
                                        Reading package lists... Done
                                        Building dependency tree
                                        Reading state information... Done
                                        281 packages can be upgraded. Run 'apt list --upgradable' to see them.
                                        pi@raspberrypi:~ $ sudo apt full-upgrade
                                        Reading package lists... Done
                                        Building dependency tree
                                        Reading state information... Done
                                        You might want to run 'apt --fix-broken install' to correct these.
                                        The following packages have unmet dependencies:
                                         dmsetup : Depends: libdevmapper1.02.1 (>= 2:1.02.138) but 2:1.02.137-2 is installed
                                        E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
                                        pi@raspberrypi:~ $
                                        
                                        

                                        Ich meine gelsen zu haben. Auf keinen Fall irgendwas mit FIX zu machen.

                                        Bitte um Hilfe

                                        Gruß
                                        HappyUser20

                                        HomoranH Do not disturb
                                        HomoranH Do not disturb
                                        Homoran
                                        Global Moderator Administrators
                                        wrote on last edited by
                                        #26

                                        @happyuser20 sagte in komm nicht weiter..."dpkg was interrupted":

                                                                281 packages can be upgrade
                                        

                                        da warst du aber lange schon nicht mehr dran.

                                        @happyuser20 sagte in komm nicht weiter..."dpkg was interrupted":

                                        Hit:1 http://archive.raspberrypi.org/debian buster InRelease

                                        ist so etwas von tot!

                                        da geht ein upgrade auf bookworm sowieso nicht

                                        Also komplett neu machen

                                        kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                        1 Reply Last reply
                                        0
                                        • H Offline
                                          H Offline
                                          Happyuser20
                                          wrote on last edited by
                                          #27

                                          Na prima, aber nutzt nichts.

                                          so alt ist das noch garnicht, Anfang des Jahres 😄

                                          Danke

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          743

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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