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

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Bug bei Update usw..

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    2.4k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    963

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.2k

Bug bei Update usw..

Geplant Angeheftet Gesperrt Verschoben Ungelöst Error/Bug
build error
27 Beiträge 3 Kommentatoren 2.1k Aufrufe 2 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

    @Homoran sagte in Bug bei Update usw..:

    bei der du irgendwo in einer Datei Stretch mit Buster ersetzt hattest

    Das war die sources.list
    Nur ich mach das immer zu Fuß und nicht über sed.
    Ist natürlich eleganter, ich kann mir aber die Syntax von sed nie merken...

    HomoranH Offline
    HomoranH Offline
    Homoran
    Global Moderator Administrators
    schrieb am zuletzt editiert von
    #21

    @Thomas-Braun Danke!

    Also müsste das jetzt auch klappen ;-)

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

      @Homoran sagte in Bug bei Update usw..:

      bei der du irgendwo in einer Datei Stretch mit Buster ersetzt hattest

      Das war die sources.list
      Nur ich mach das immer zu Fuß und nicht über sed.
      Ist natürlich eleganter, ich kann mir aber die Syntax von sed nie merken...

      HomoranH Offline
      HomoranH Offline
      Homoran
      Global Moderator Administrators
      schrieb am zuletzt editiert von Homoran
      #22

      @Thomas-Braun So es hat wahrscheinlich geklappt, obwohl...

      Nach der apt update usw-Orgie und erneutem Reboot sah es gut aus:
      buster_upgrade_Rock.png
      aber der Kernel ist noch 4.4 :-(
      In Armbian-config kann man einen Kernel ändern, aber man droht!

      Auch nodejs war natürlich noch 10x.
      Nach deiner Anleitung in den sources-list die Daten für 12 und 14 eingetragen und sicherheitshalber die 10er und 14er auskommentiert.

      Beim anschließenden Update schleicht sich dann doch noch ein stretch repo rein:

      pi@rock64:~$ sudo apt update
      Hit:1 http://httpredir.debian.org/debian buster InRelease
      Hit:2 http://httpredir.debian.org/debian buster-updates InRelease
      Hit:3 http://httpredir.debian.org/debian buster-backports InRelease
      Hit:4 http://security.debian.org buster/updates InRelease
      Hit:5 https://deb.nodesource.com/node_12.x buster InRelease
      Hit:6 https://mirrors.netix.net/armbian/apt stretch InRelease
      Reading package lists... Done
      

      ich habe nicht gefunden wo das jetzt herkommt :-(

      deine which Schlange bringt:

      pi@rock64:~$ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
      /usr/bin/nodejs
      v12.18.4
      /usr/bin/node
      v12.18.4
      /usr/bin/npm
      6.14.6
      nodejs:
        Installed: 12.18.4-1nodesource1
        Candidate: 12.18.4-1nodesource1
        Version table:
       *** 12.18.4-1nodesource1 500
              500 https://deb.nodesource.com/node_12.x buster/main arm64 Packages
              100 /var/lib/dpkg/status
           10.21.0~dfsg-1~deb10u1 500
              500 http://httpredir.debian.org/debian buster/main arm64 Packages
              500 http://security.debian.org buster/updates/main arm64 Packages
      

      Wat nu?

      EDIT:
      natürlich klappt der install von sharp auch nicht:

      pi@rock64:/opt/iobroker$ npm install sharp
      
      > sharp@0.26.0 install /opt/iobroker/node_modules/sharp
      > (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)
      
      ERR! sharp Use with glibc 2.28 requires manual installation of libvips >= 8.10.0
      info sharp Attempting to build from source via node-gyp but this may fail due to the above error
      info sharp Please see https://sharp.pixelplumbing.com/install for required dependencies
      make: Entering directory '/opt/iobroker/node_modules/sharp/build'
        CC(target) Release/obj.target/nothing/../node-addon-api/nothing.o
        AR(target) Release/obj.target/../node-addon-api/nothing.a
        COPY Release/nothing.a
        TOUCH Release/obj.target/libvips-cpp.stamp
        CXX(target) Release/obj.target/sharp/src/common.o
      ../src/common.cc:24:10: fatal error: vips/vips8: No such file or directory
       #include <vips/vips8>
                ^~~~~~~~~~~~
      compilation terminated.
      make: *** [sharp.target.mk:139: Release/obj.target/sharp/src/common.o] Error 1
      make: Leaving directory '/opt/iobroker/node_modules/sharp/build'
      gyp ERR! build error
      gyp ERR! stack Error: `make` failed with exit code: 2
      gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
      gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
      gyp ERR! System Linux 4.4.182-rockchip64
      gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
      gyp ERR! cwd /opt/iobroker/node_modules/sharp
      gyp ERR! node -v v12.18.4
      gyp ERR! node-gyp -v v5.1.0
      gyp ERR! not ok
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.3 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm64"})
      
      npm ERR! code ELIFECYCLE
      npm ERR! errno 1
      npm ERR! sharp@0.26.0 install: `(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)`
      npm ERR! Exit status 1
      npm ERR!
      npm ERR! Failed at the sharp@0.26.0 install script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2020-09-18T16_44_13_676Z-debug.log
      
      

      EDIT2
      der Build von libvips 8.10.1 lief ohne Probleme durch, der nachfolgende Versuch sharp zu installieren schlug weider fehl

      pi@rock64:/opt/iobroker$ npm install sharp
      
      > sharp@0.26.0 install /opt/iobroker/node_modules/sharp
      > (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)
      
      ERR! sharp Use with glibc 2.28 requires manual installation of libvips >= 8.10.0
      info sharp Attempting to build from source via node-gyp but this may fail due to the above error
      info sharp Please see https://sharp.pixelplumbing.com/install for required dependencies
      make: Entering directory '/opt/iobroker/node_modules/sharp/build'
        CC(target) Release/obj.target/nothing/../node-addon-api/nothing.o
        AR(target) Release/obj.target/../node-addon-api/nothing.a
        COPY Release/nothing.a
        TOUCH Release/obj.target/libvips-cpp.stamp
        CXX(target) Release/obj.target/sharp/src/common.o
      ../src/common.cc:24:10: fatal error: vips/vips8: No such file or directory
       #include <vips/vips8>
                ^~~~~~~~~~~~
      compilation terminated.
      make: *** [sharp.target.mk:139: Release/obj.target/sharp/src/common.o] Error 1
      make: Leaving directory '/opt/iobroker/node_modules/sharp/build'
      gyp ERR! build error
      gyp ERR! stack Error: `make` failed with exit code: 2
      gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
      gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
      gyp ERR! System Linux 4.4.182-rockchip64
      gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
      gyp ERR! cwd /opt/iobroker/node_modules/sharp
      gyp ERR! node -v v12.18.4
      gyp ERR! node-gyp -v v5.1.0
      gyp ERR! not ok
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.3 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm64"})
      
      npm ERR! code ELIFECYCLE
      npm ERR! errno 1
      npm ERR! sharp@0.26.0 install: `(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)`
      npm ERR! Exit status 1
      npm ERR!
      npm ERR! Failed at the sharp@0.26.0 install script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2020-09-18T16_54_36_024Z-debug.log
      

      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 -

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • HomoranH Homoran

        @Thomas-Braun So es hat wahrscheinlich geklappt, obwohl...

        Nach der apt update usw-Orgie und erneutem Reboot sah es gut aus:
        buster_upgrade_Rock.png
        aber der Kernel ist noch 4.4 :-(
        In Armbian-config kann man einen Kernel ändern, aber man droht!

        Auch nodejs war natürlich noch 10x.
        Nach deiner Anleitung in den sources-list die Daten für 12 und 14 eingetragen und sicherheitshalber die 10er und 14er auskommentiert.

        Beim anschließenden Update schleicht sich dann doch noch ein stretch repo rein:

        pi@rock64:~$ sudo apt update
        Hit:1 http://httpredir.debian.org/debian buster InRelease
        Hit:2 http://httpredir.debian.org/debian buster-updates InRelease
        Hit:3 http://httpredir.debian.org/debian buster-backports InRelease
        Hit:4 http://security.debian.org buster/updates InRelease
        Hit:5 https://deb.nodesource.com/node_12.x buster InRelease
        Hit:6 https://mirrors.netix.net/armbian/apt stretch InRelease
        Reading package lists... Done
        

        ich habe nicht gefunden wo das jetzt herkommt :-(

        deine which Schlange bringt:

        pi@rock64:~$ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
        /usr/bin/nodejs
        v12.18.4
        /usr/bin/node
        v12.18.4
        /usr/bin/npm
        6.14.6
        nodejs:
          Installed: 12.18.4-1nodesource1
          Candidate: 12.18.4-1nodesource1
          Version table:
         *** 12.18.4-1nodesource1 500
                500 https://deb.nodesource.com/node_12.x buster/main arm64 Packages
                100 /var/lib/dpkg/status
             10.21.0~dfsg-1~deb10u1 500
                500 http://httpredir.debian.org/debian buster/main arm64 Packages
                500 http://security.debian.org buster/updates/main arm64 Packages
        

        Wat nu?

        EDIT:
        natürlich klappt der install von sharp auch nicht:

        pi@rock64:/opt/iobroker$ npm install sharp
        
        > sharp@0.26.0 install /opt/iobroker/node_modules/sharp
        > (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)
        
        ERR! sharp Use with glibc 2.28 requires manual installation of libvips >= 8.10.0
        info sharp Attempting to build from source via node-gyp but this may fail due to the above error
        info sharp Please see https://sharp.pixelplumbing.com/install for required dependencies
        make: Entering directory '/opt/iobroker/node_modules/sharp/build'
          CC(target) Release/obj.target/nothing/../node-addon-api/nothing.o
          AR(target) Release/obj.target/../node-addon-api/nothing.a
          COPY Release/nothing.a
          TOUCH Release/obj.target/libvips-cpp.stamp
          CXX(target) Release/obj.target/sharp/src/common.o
        ../src/common.cc:24:10: fatal error: vips/vips8: No such file or directory
         #include <vips/vips8>
                  ^~~~~~~~~~~~
        compilation terminated.
        make: *** [sharp.target.mk:139: Release/obj.target/sharp/src/common.o] Error 1
        make: Leaving directory '/opt/iobroker/node_modules/sharp/build'
        gyp ERR! build error
        gyp ERR! stack Error: `make` failed with exit code: 2
        gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
        gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
        gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
        gyp ERR! System Linux 4.4.182-rockchip64
        gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
        gyp ERR! cwd /opt/iobroker/node_modules/sharp
        gyp ERR! node -v v12.18.4
        gyp ERR! node-gyp -v v5.1.0
        gyp ERR! not ok
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.3 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm64"})
        
        npm ERR! code ELIFECYCLE
        npm ERR! errno 1
        npm ERR! sharp@0.26.0 install: `(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)`
        npm ERR! Exit status 1
        npm ERR!
        npm ERR! Failed at the sharp@0.26.0 install script.
        npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /home/pi/.npm/_logs/2020-09-18T16_44_13_676Z-debug.log
        
        

        EDIT2
        der Build von libvips 8.10.1 lief ohne Probleme durch, der nachfolgende Versuch sharp zu installieren schlug weider fehl

        pi@rock64:/opt/iobroker$ npm install sharp
        
        > sharp@0.26.0 install /opt/iobroker/node_modules/sharp
        > (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)
        
        ERR! sharp Use with glibc 2.28 requires manual installation of libvips >= 8.10.0
        info sharp Attempting to build from source via node-gyp but this may fail due to the above error
        info sharp Please see https://sharp.pixelplumbing.com/install for required dependencies
        make: Entering directory '/opt/iobroker/node_modules/sharp/build'
          CC(target) Release/obj.target/nothing/../node-addon-api/nothing.o
          AR(target) Release/obj.target/../node-addon-api/nothing.a
          COPY Release/nothing.a
          TOUCH Release/obj.target/libvips-cpp.stamp
          CXX(target) Release/obj.target/sharp/src/common.o
        ../src/common.cc:24:10: fatal error: vips/vips8: No such file or directory
         #include <vips/vips8>
                  ^~~~~~~~~~~~
        compilation terminated.
        make: *** [sharp.target.mk:139: Release/obj.target/sharp/src/common.o] Error 1
        make: Leaving directory '/opt/iobroker/node_modules/sharp/build'
        gyp ERR! build error
        gyp ERR! stack Error: `make` failed with exit code: 2
        gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
        gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
        gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
        gyp ERR! System Linux 4.4.182-rockchip64
        gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
        gyp ERR! cwd /opt/iobroker/node_modules/sharp
        gyp ERR! node -v v12.18.4
        gyp ERR! node-gyp -v v5.1.0
        gyp ERR! not ok
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.3 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm64"})
        
        npm ERR! code ELIFECYCLE
        npm ERR! errno 1
        npm ERR! sharp@0.26.0 install: `(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)`
        npm ERR! Exit status 1
        npm ERR!
        npm ERR! Failed at the sharp@0.26.0 install script.
        npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /home/pi/.npm/_logs/2020-09-18T16_54_36_024Z-debug.log
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #23

        @Homoran Schau mal in /etc/apt/sources.list.d
        ob da eine Datei zu finden ist, die

        https://mirrors.netix.net/armbian/apt stretch
        

        enthält. Da dann auch stretch durch buster ersetzen.

        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

        HomoranH 2 Antworten Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @Homoran Schau mal in /etc/apt/sources.list.d
          ob da eine Datei zu finden ist, die

          https://mirrors.netix.net/armbian/apt stretch
          

          enthält. Da dann auch stretch durch buster ersetzen.

          HomoranH Offline
          HomoranH Offline
          Homoran
          Global Moderator Administrators
          schrieb am zuletzt editiert von
          #24

          @Thomas-Braun mach ich morgen.
          Danke!

          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 -

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • HomoranH Homoran

            @Thomas-Braun mach ich morgen.
            Danke!

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

            @Homoran
            Oder mal schauen, ob es die Datei
            /etc/apt/sources.list
            gibt, die entsprechendes beinhaltet.

            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

            HomoranH 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @Homoran
              Oder mal schauen, ob es die Datei
              /etc/apt/sources.list
              gibt, die entsprechendes beinhaltet.

              HomoranH Offline
              HomoranH Offline
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von
              #26

              @Thomas-Braun da war dazu nix drin. da hatte ich nachgesehen.

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

                @Homoran Schau mal in /etc/apt/sources.list.d
                ob da eine Datei zu finden ist, die

                https://mirrors.netix.net/armbian/apt stretch
                

                enthält. Da dann auch stretch durch buster ersetzen.

                HomoranH Offline
                HomoranH Offline
                Homoran
                Global Moderator Administrators
                schrieb am zuletzt editiert von Homoran
                #27

                @Thomas-Braun sagte in Bug bei Update usw..:

                ob da eine Datei zu finden ist, die
                https://mirrors.netix.net/armbian/apt stretch

                enthält.

                das nicht, aber eine armbian.list mit

                deb http://apt.armbian.com stretch main stretch-utils stretch-desktop
                

                das habe ich jetzt mal todesmutig geändert in

                deb http://apt.armbian.com buster main buster-utils buster-desktop
                

                sudo apt update läuft
                ich habe auf die Schnelle kein stretch mehr gesehen

                EDIT:
                jetzt stelle ich auf den neuesten Kernel um:
                armbian_kernel.png

                wenn schon, denn schon.
                Auch wenn das aktuelle Armbian Image nur 5.8.6 enthält

                EDIT2:
                5.8.11 ging nicht, dann doch 5.8.6 genommen
                Rock_5_8_6.png

                war wohl das falsche, die Bezeichnungen wurden abgeschnitten, hätte 20.08.1 und nicht 20.08.3 sein müssen

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

                324

                Online

                32.6k

                Benutzer

                82.2k

                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