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. Einsteigerfragen
  4. ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme

NEWS

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

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

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

ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme

Geplant Angeheftet Gesperrt Verschoben Einsteigerfragen
267 Beiträge 8 Kommentatoren 38.0k Aufrufe 8 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

    @gismoh

    sudo apt update
    apt policy node-gyp
    
    G Offline
    G Offline
    Gismoh
    schrieb am zuletzt editiert von
    #115

    @thomas-braun

    idash@ioBrokerVM:~$ sudo apt update
    OK:1 http://deb.debian.org/debian bookworm InRelease
    OK:2 http://security.debian.org/debian-security bookworm-security InRelease    
    OK:3 http://deb.debian.org/debian bookworm-updates InRelease                   
    OK:4 https://repos.influxdata.com/debian stable InRelease                      
    OK:5 https://deb.nodesource.com/node_18.x nodistro InRelease                   
    Paketlisten werden gelesen… Fertig
    Abhängigkeitsbaum wird aufgebaut… Fertig
    Statusinformationen werden eingelesen… Fertig
    Alle Pakete sind aktuell.
    idash@ioBrokerVM:~$ apt policy node-gyp
    node-gyp:
      Installiert:           (keine)
      Installationskandidat: 9.3.0-2
      Versionstabelle:
         9.3.0-2 500
            500 http://deb.debian.org/debian bookworm/main amd64 Packages
    

    ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

    1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @gismoh

      sudo apt update
      apt policy node-gyp
      
      G Offline
      G Offline
      Gismoh
      schrieb am zuletzt editiert von
      #116

      @thomas-braun
      soll ich?:

      sudo npm install -g node-gyp
      

      ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • G Gismoh

        @thomas-braun
        soll ich?:

        sudo npm install -g node-gyp
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von Thomas Braun
        #117

        @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

        sudo npm install -g node-gyp

        NEIN!
        Hast du das in der Vergangenheit schon mal gemacht?
        Oder mit 'npm' schon mal gemacht?

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

        G 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

          sudo npm install -g node-gyp

          NEIN!
          Hast du das in der Vergangenheit schon mal gemacht?
          Oder mit 'npm' schon mal gemacht?

          G Offline
          G Offline
          Gismoh
          schrieb am zuletzt editiert von Gismoh
          #118

          @thomas-braun
          nein, hatte erst gerade eben danach gesucht
          npm vermutlich auch nicht, es sei denn es ist mir weiter oben (HEUTE) so angeraten wurden - meine aber nicht. Habe dieses Backup (der VM) erst heute eingespielt und dann das Backup (iobroker) aufgespielt.

          ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • G Gismoh

            @thomas-braun
            nein, hatte erst gerade eben danach gesucht
            npm vermutlich auch nicht, es sei denn es ist mir weiter oben (HEUTE) so angeraten wurden - meine aber nicht. Habe dieses Backup (der VM) erst heute eingespielt und dann das Backup (iobroker) aufgespielt.

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

            @gismoh
            Vergiss irgendwelche npm-Befehle, die ein -g beinhalten.
            Irgendwo zieht die Kiste ein altes node-gyp her.

            type -p node-gyp
            

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

            G 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @gismoh
              Vergiss irgendwelche npm-Befehle, die ein -g beinhalten.
              Irgendwo zieht die Kiste ein altes node-gyp her.

              type -p node-gyp
              
              G Offline
              G Offline
              Gismoh
              schrieb am zuletzt editiert von Gismoh
              #120

              @thomas-braun
              kam keine Ausgabe:

              idash@ioBrokerVM:~$ type -p node-gyp
              idash@ioBrokerVM:~$ 
              

              Was macht das backitup nur, das es mir den ble zerschießt?
              Davor hat es ja funktioniert.

              ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • G Gismoh

                @thomas-braun
                kam keine Ausgabe:

                idash@ioBrokerVM:~$ type -p node-gyp
                idash@ioBrokerVM:~$ 
                

                Was macht das backitup nur, das es mir den ble zerschießt?
                Davor hat es ja funktioniert.

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

                @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                Was macht das backitup nur, das es mir den ble zerschießt?

                Nichts.

                iobroker rebuild iobroker.ble
                

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

                G 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                  Was macht das backitup nur, das es mir den ble zerschießt?

                  Nichts.

                  iobroker rebuild iobroker.ble
                  
                  G Offline
                  G Offline
                  Gismoh
                  schrieb am zuletzt editiert von Gismoh
                  #122

                  @thomas-braun

                  idash@ioBrokerVM:~$ iobroker rebuild iobroker.ble
                  Rebuilding native module "iobroker.ble" ...
                  rebuilt dependencies successfully
                  
                  Rebuilding native modules done
                  

                  ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • G Gismoh

                    @thomas-braun

                    idash@ioBrokerVM:~$ iobroker rebuild iobroker.ble
                    Rebuilding native module "iobroker.ble" ...
                    rebuilt dependencies successfully
                    
                    Rebuilding native modules done
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #123

                    @gismoh

                    iob list adapters
                    

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

                    G 1 Antwort Letzte Antwort
                    1
                    • Thomas BraunT Thomas Braun

                      @gismoh

                      iob list adapters
                      
                      G Offline
                      G Offline
                      Gismoh
                      schrieb am zuletzt editiert von
                      #124

                      @thomas-braun

                      idash@ioBrokerVM:~$ iob list adapters
                      system.adapter.accuweather             : accuweather    - v1.1.4
                      system.adapter.admin                   : admin          - v6.3.5
                      system.adapter.alarm                   : alarm          - v3.3.13
                      system.adapter.alexa2                  : alexa2         - v3.23.2
                      system.adapter.asuswrt                 : asuswrt        - v1.0.1
                      system.adapter.backitup                : backitup       - v2.8.1
                      system.adapter.broadlink2              : broadlink2     - v2.0.3
                      system.adapter.cloud                   : cloud          - v4.0.4
                      system.adapter.daikin-cloud            : daikin-cloud   - v0.3.0
                      system.adapter.daswetter               : daswetter      - v3.1.10
                      system.adapter.deconz                  : deconz         - v1.3.21
                      system.adapter.device-reminder         : device-reminder - v1.2.9
                      system.adapter.discovery               : discovery      - v3.1.0
                      system.adapter.ecovacs-deebot          : ecovacs-deebot - v1.4.13
                      system.adapter.enigma2                 : enigma2        - v2.0.3
                      system.adapter.fb-checkpresence        : fb-checkpresence - v1.2.2
                      system.adapter.fiat                    : fiat           - v0.0.8
                      system.adapter.flot                    : flot           - v1.12.0
                      system.adapter.fritzdect               : fritzdect      - v2.1.11
                      system.adapter.fullybrowser            : fullybrowser   - v2.1.2
                      system.adapter.go-e                    : go-e           - v1.0.27
                      system.adapter.ham                     : ham            - v5.3.1
                      system.adapter.harmony                 : harmony        - v1.2.2
                      system.adapter.hue                     : hue            - v3.10.0
                      system.adapter.hue-extended            : hue-extended   - v2.0.0
                      system.adapter.icons-mfd-svg           : icons-mfd-svg  - v1.1.0
                      system.adapter.influxdb                : influxdb       - v3.2.0
                      system.adapter.info                    : info           - v2.0.0
                      system.adapter.iot                     : iot            - v1.14.5
                      system.adapter.javascript              : javascript     - v7.1.4
                      system.adapter.meross                  : meross         - v1.15.1
                      system.adapter.mihome-vacuum           : mihome-vacuum  - v4.0.0
                      system.adapter.mobile                  : mobile         - v1.0.1
                      system.adapter.openweathermap          : openweathermap - v0.3.9
                      system.adapter.parser                  : parser         - v1.3.2
                      system.adapter.pi-hole                 : pi-hole        - v1.3.6
                      system.adapter.ping                    : ping           - v1.4.12
                      system.adapter.pushover                : pushover       - v3.0.3
                      system.adapter.pvforecast              : pvforecast     - v2.8.1
                      system.adapter.radar2                  : radar2         - v2.0.7
                      system.adapter.shelly                  : shelly         - v6.4.1
                      system.adapter.simple-api              : simple-api     - v2.7.2
                      system.adapter.smartcontrol            : smartcontrol   - v2.0.1
                      system.adapter.socketio                : socketio       - v6.5.5
                      system.adapter.sonoff                  : sonoff         - v2.5.3
                      system.adapter.tado                    : tado           - v0.4.9
                      system.adapter.telegram                : telegram       - v1.16.0
                      system.adapter.tibberlink              : tibberlink     - v1.0.0
                      system.adapter.tr-064                  : tr-064         - v4.2.4
                      system.adapter.vis                     : vis            - v1.4.16
                      system.adapter.vis-hqwidgets           : vis-hqwidgets  - v1.4.0
                      system.adapter.vis-jqui-mfd            : vis-jqui-mfd   - v1.0.12
                      system.adapter.vis-material-advanced   : vis-material-advanced - v1.7.4
                      system.adapter.vis-metro               : vis-metro      - v1.2.0
                      system.adapter.vis-timeandweather      : vis-timeandweather - v1.2.2
                      system.adapter.weatherunderground      : weatherunderground - v3.6.0
                      system.adapter.web                     : web            - v4.3.0
                      system.adapter.worx                    : worx           - v2.3.2
                      system.adapter.ws                      : ws             - v2.5.5
                      

                      ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • G Gismoh

                        @thomas-braun

                        idash@ioBrokerVM:~$ iob list adapters
                        system.adapter.accuweather             : accuweather    - v1.1.4
                        system.adapter.admin                   : admin          - v6.3.5
                        system.adapter.alarm                   : alarm          - v3.3.13
                        system.adapter.alexa2                  : alexa2         - v3.23.2
                        system.adapter.asuswrt                 : asuswrt        - v1.0.1
                        system.adapter.backitup                : backitup       - v2.8.1
                        system.adapter.broadlink2              : broadlink2     - v2.0.3
                        system.adapter.cloud                   : cloud          - v4.0.4
                        system.adapter.daikin-cloud            : daikin-cloud   - v0.3.0
                        system.adapter.daswetter               : daswetter      - v3.1.10
                        system.adapter.deconz                  : deconz         - v1.3.21
                        system.adapter.device-reminder         : device-reminder - v1.2.9
                        system.adapter.discovery               : discovery      - v3.1.0
                        system.adapter.ecovacs-deebot          : ecovacs-deebot - v1.4.13
                        system.adapter.enigma2                 : enigma2        - v2.0.3
                        system.adapter.fb-checkpresence        : fb-checkpresence - v1.2.2
                        system.adapter.fiat                    : fiat           - v0.0.8
                        system.adapter.flot                    : flot           - v1.12.0
                        system.adapter.fritzdect               : fritzdect      - v2.1.11
                        system.adapter.fullybrowser            : fullybrowser   - v2.1.2
                        system.adapter.go-e                    : go-e           - v1.0.27
                        system.adapter.ham                     : ham            - v5.3.1
                        system.adapter.harmony                 : harmony        - v1.2.2
                        system.adapter.hue                     : hue            - v3.10.0
                        system.adapter.hue-extended            : hue-extended   - v2.0.0
                        system.adapter.icons-mfd-svg           : icons-mfd-svg  - v1.1.0
                        system.adapter.influxdb                : influxdb       - v3.2.0
                        system.adapter.info                    : info           - v2.0.0
                        system.adapter.iot                     : iot            - v1.14.5
                        system.adapter.javascript              : javascript     - v7.1.4
                        system.adapter.meross                  : meross         - v1.15.1
                        system.adapter.mihome-vacuum           : mihome-vacuum  - v4.0.0
                        system.adapter.mobile                  : mobile         - v1.0.1
                        system.adapter.openweathermap          : openweathermap - v0.3.9
                        system.adapter.parser                  : parser         - v1.3.2
                        system.adapter.pi-hole                 : pi-hole        - v1.3.6
                        system.adapter.ping                    : ping           - v1.4.12
                        system.adapter.pushover                : pushover       - v3.0.3
                        system.adapter.pvforecast              : pvforecast     - v2.8.1
                        system.adapter.radar2                  : radar2         - v2.0.7
                        system.adapter.shelly                  : shelly         - v6.4.1
                        system.adapter.simple-api              : simple-api     - v2.7.2
                        system.adapter.smartcontrol            : smartcontrol   - v2.0.1
                        system.adapter.socketio                : socketio       - v6.5.5
                        system.adapter.sonoff                  : sonoff         - v2.5.3
                        system.adapter.tado                    : tado           - v0.4.9
                        system.adapter.telegram                : telegram       - v1.16.0
                        system.adapter.tibberlink              : tibberlink     - v1.0.0
                        system.adapter.tr-064                  : tr-064         - v4.2.4
                        system.adapter.vis                     : vis            - v1.4.16
                        system.adapter.vis-hqwidgets           : vis-hqwidgets  - v1.4.0
                        system.adapter.vis-jqui-mfd            : vis-jqui-mfd   - v1.0.12
                        system.adapter.vis-material-advanced   : vis-material-advanced - v1.7.4
                        system.adapter.vis-metro               : vis-metro      - v1.2.0
                        system.adapter.vis-timeandweather      : vis-timeandweather - v1.2.2
                        system.adapter.weatherunderground      : weatherunderground - v3.6.0
                        system.adapter.web                     : web            - v4.3.0
                        system.adapter.worx                    : worx           - v2.3.2
                        system.adapter.ws                      : ws             - v2.5.5
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #125

                        @gismoh

                        iobroker install ble
                        

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

                        G 1 Antwort Letzte Antwort
                        1
                        • Thomas BraunT Thomas Braun

                          @gismoh

                          iobroker install ble
                          
                          G Offline
                          G Offline
                          Gismoh
                          schrieb am zuletzt editiert von
                          #126

                          @thomas-braun

                          idash@ioBrokerVM:~$ iobroker install ble
                          NPM version: 9.8.1
                          Installing iobroker.ble@0.13.4... (System call)
                          npm ERR! code 1
                          npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                          npm ERR! command failed
                          npm ERR! command sh -c node-gyp-build
                          npm ERR! (node:1950) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
                          npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
                          npm ERR! Traceback (most recent call last):
                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>
                          npm ERR!     sys.exit(gyp.script_main())
                          npm ERR!              ^^^^^^^^^^^^^^^^^
                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_main
                          npm ERR!     return main(sys.argv[1:])
                          npm ERR!            ^^^^^^^^^^^^^^^^^^
                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in main
                          npm ERR!     return gyp_main(args)
                          npm ERR!            ^^^^^^^^^^^^^^
                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_main
                          npm ERR!     [generator, flat_list, targets, data] = Load(
                          npm ERR!                                             ^^^^^
                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Load
                          npm ERR!     result = gyp.input.Load(
                          npm ERR!              ^^^^^^^^^^^^^^^
                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
                          npm ERR!     LoadTargetBuildFile(
                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
                          npm ERR!     build_file_data = LoadOneBuildFile(
                          npm ERR!                       ^^^^^^^^^^^^^^^^^
                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
                          npm ERR!     build_file_contents = open(build_file_path, "rU").read()
                          npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                          npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
                          npm ERR! gyp ERR! configure error 
                          npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
                          npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)
                          npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)
                          npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)
                          npm ERR! gyp ERR! System Linux 6.1.0-13-amd64
                          npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                          npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                          npm ERR! gyp ERR! node -v v18.18.2
                          npm ERR! gyp ERR! node-gyp -v v7.1.2
                          npm ERR! gyp ERR! not ok
                          
                          npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-08T23_26_40_665Z-debug-0.log
                          host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                          

                          ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • G Gismoh

                            @thomas-braun

                            idash@ioBrokerVM:~$ iobroker install ble
                            NPM version: 9.8.1
                            Installing iobroker.ble@0.13.4... (System call)
                            npm ERR! code 1
                            npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                            npm ERR! command failed
                            npm ERR! command sh -c node-gyp-build
                            npm ERR! (node:1950) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
                            npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
                            npm ERR! Traceback (most recent call last):
                            npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>
                            npm ERR!     sys.exit(gyp.script_main())
                            npm ERR!              ^^^^^^^^^^^^^^^^^
                            npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_main
                            npm ERR!     return main(sys.argv[1:])
                            npm ERR!            ^^^^^^^^^^^^^^^^^^
                            npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in main
                            npm ERR!     return gyp_main(args)
                            npm ERR!            ^^^^^^^^^^^^^^
                            npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_main
                            npm ERR!     [generator, flat_list, targets, data] = Load(
                            npm ERR!                                             ^^^^^
                            npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Load
                            npm ERR!     result = gyp.input.Load(
                            npm ERR!              ^^^^^^^^^^^^^^^
                            npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
                            npm ERR!     LoadTargetBuildFile(
                            npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
                            npm ERR!     build_file_data = LoadOneBuildFile(
                            npm ERR!                       ^^^^^^^^^^^^^^^^^
                            npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
                            npm ERR!     build_file_contents = open(build_file_path, "rU").read()
                            npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                            npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
                            npm ERR! gyp ERR! configure error 
                            npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
                            npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)
                            npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)
                            npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)
                            npm ERR! gyp ERR! System Linux 6.1.0-13-amd64
                            npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                            npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                            npm ERR! gyp ERR! node -v v18.18.2
                            npm ERR! gyp ERR! node-gyp -v v7.1.2
                            npm ERR! gyp ERR! not ok
                            
                            npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-08T23_26_40_665Z-debug-0.log
                            host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #127

                            @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                            Ich muss lagsam mal in die Heia...

                            nano /opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py
                            

                            gibt es nicht?

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

                            G 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                              Ich muss lagsam mal in die Heia...

                              nano /opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py
                              

                              gibt es nicht?

                              G Offline
                              G Offline
                              Gismoh
                              schrieb am zuletzt editiert von
                              #128

                              @thomas-braun
                              leider nicht:

                              Verzeichnis „/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp“ existiert nicht
                              

                              Dann wünsch ich dir eine gute Nacht, und besten Dank!

                              ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                              G 1 Antwort Letzte Antwort
                              0
                              • G Gismoh

                                @thomas-braun
                                leider nicht:

                                Verzeichnis „/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp“ existiert nicht
                                

                                Dann wünsch ich dir eine gute Nacht, und besten Dank!

                                G Offline
                                G Offline
                                Gismoh
                                schrieb am zuletzt editiert von Gismoh
                                #129

                                @all
                                Besten Dank an alle, welche sich hier als helfende Hand mit eingebunden haben! :clap: :bouquet:

                                Habe mir nun auch noch ein USB-Bluetooth Modul bestellt - keine Ahnung ob es damit evtl. besser geht.

                                Was mich immer nur wundert, das die "Erstinstallation" incl. BLE geklappt hat, also der BLE grün war und auch Geräte gefunden hat. Erst nach Backup Einspielung verweigerte der ble seinen Dienst.

                                Würde mich freuen, wenn noch eine Lösung gefunden werden könnte ;)

                                ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                                crunchipC 1 Antwort Letzte Antwort
                                0
                                • G Gismoh

                                  @all
                                  Besten Dank an alle, welche sich hier als helfende Hand mit eingebunden haben! :clap: :bouquet:

                                  Habe mir nun auch noch ein USB-Bluetooth Modul bestellt - keine Ahnung ob es damit evtl. besser geht.

                                  Was mich immer nur wundert, das die "Erstinstallation" incl. BLE geklappt hat, also der BLE grün war und auch Geräte gefunden hat. Erst nach Backup Einspielung verweigerte der ble seinen Dienst.

                                  Würde mich freuen, wenn noch eine Lösung gefunden werden könnte ;)

                                  crunchipC Abwesend
                                  crunchipC Abwesend
                                  crunchip
                                  Forum Testing Most Active
                                  schrieb am zuletzt editiert von
                                  #130

                                  @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                                  Würde mich freuen, wenn noch eine Lösung gefunden werden könnte

                                  letzte Variante,
                                  den Ble auf dem alten System deinstallieren, dann ein backup erstellen, dieses auf deinen neuen System spielen und danach dann den ble installieren.

                                  umgestiegen von Proxmox auf Unraid

                                  G 2 Antworten Letzte Antwort
                                  1
                                  • crunchipC crunchip

                                    @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                                    Würde mich freuen, wenn noch eine Lösung gefunden werden könnte

                                    letzte Variante,
                                    den Ble auf dem alten System deinstallieren, dann ein backup erstellen, dieses auf deinen neuen System spielen und danach dann den ble installieren.

                                    G Offline
                                    G Offline
                                    Gismoh
                                    schrieb am zuletzt editiert von
                                    #131

                                    @crunchip
                                    Guten Morgen,
                                    kann ich gerne mache, mit einer "rest-Hoffnung".
                                    Allerdings sehe ich selber als Laie keinen großen unterschied zur Vorgehensweise von gestern,
                                    dort hatte ich ja auf dem alten System den ble entfernt -
                                    und auf dem neuen System den ble belassen. Leider wurde der bestehende ble auf dem neuen System mit dem Backup entfernt.

                                    Werde ich aber gerne ausprobieren, mache vorher noch einer Sicherung der jetzigen VM - für den Fall das evtl. jemand dort noch mal ansetzen mag -und kann ja nicht schaden.

                                    Spiele dann nun wieder die Sicherung von der Erstinstallation auf der neuen Maschine ein, wo ioBroker frisch installiert wurde, deinstalliere außer admin und backitup die Adapter und spiele dann das gestrige Backup von der alten Maschine (Raspi) ein, wo ich das ble deinstalliert hatte.
                                    Melde mich dann nach "Verzug" wieder ;)

                                    ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                                    crunchipC 1 Antwort Letzte Antwort
                                    0
                                    • crunchipC crunchip

                                      @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                                      Würde mich freuen, wenn noch eine Lösung gefunden werden könnte

                                      letzte Variante,
                                      den Ble auf dem alten System deinstallieren, dann ein backup erstellen, dieses auf deinen neuen System spielen und danach dann den ble installieren.

                                      G Offline
                                      G Offline
                                      Gismoh
                                      schrieb am zuletzt editiert von
                                      #132

                                      @crunchip
                                      nach

                                      iob logs --watch
                                      

                                      ist ioBroker seit über 20 min mit der Backup-Einspielung durch.

                                      Habe nun auch direkt wieder einen "Nicht root" User angelegt ;)

                                      ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                                      G 1 Antwort Letzte Antwort
                                      0
                                      • G Gismoh

                                        @crunchip
                                        nach

                                        iob logs --watch
                                        

                                        ist ioBroker seit über 20 min mit der Backup-Einspielung durch.

                                        Habe nun auch direkt wieder einen "Nicht root" User angelegt ;)

                                        G Offline
                                        G Offline
                                        Gismoh
                                        schrieb am zuletzt editiert von
                                        #133
                                        idash@ioBrokerVM:~$ iobroker add ble@0.13.4 --debug
                                        NPM version: 9.8.1
                                        Installing iobroker.ble@0.13.4... (System call)
                                        npm ERR! code 1
                                        npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                                        npm ERR! command failed
                                        npm ERR! command sh -c node-gyp-build
                                        npm ERR! gyp info it worked if it ends with ok
                                        npm ERR! gyp info using node-gyp@7.1.2
                                        npm ERR! gyp info using node@18.18.2 | linux | x64
                                        npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
                                        npm ERR! (node:2880) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
                                        npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
                                        npm ERR! gyp info spawn /usr/bin/python3
                                        npm ERR! gyp info spawn args [
                                        npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
                                        npm ERR! gyp info spawn args   'binding.gyp',
                                        npm ERR! gyp info spawn args   '-f',
                                        npm ERR! gyp info spawn args   'make',
                                        npm ERR! gyp info spawn args   '-I',
                                        npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/build/config.gypi',
                                        npm ERR! gyp info spawn args   '-I',
                                        npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
                                        npm ERR! gyp info spawn args   '-I',
                                        npm ERR! gyp info spawn args   '/home/iobroker/.cache/node-gyp/18.18.2/include/node/common.gypi',
                                        npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
                                        npm ERR! gyp info spawn args   '-Dvisibility=default',
                                        npm ERR! gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/18.18.2',
                                        npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
                                        npm ERR! gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/18.18.2/<(target_arch)/node.lib',
                                        npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble',
                                        npm ERR! gyp info spawn args   '-Dnode_engine=v8',
                                        npm ERR! gyp info spawn args   '--depth=.',
                                        npm ERR! gyp info spawn args   '--no-parallel',
                                        npm ERR! gyp info spawn args   '--generator-output',
                                        npm ERR! gyp info spawn args   'build',
                                        npm ERR! gyp info spawn args   '-Goutput_dir=.'
                                        npm ERR! gyp info spawn args ]
                                        npm ERR! Traceback (most recent call last):
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>
                                        npm ERR!     sys.exit(gyp.script_main())
                                        npm ERR!              ^^^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_main
                                        npm ERR!     return main(sys.argv[1:])
                                        npm ERR!            ^^^^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in main
                                        npm ERR!     return gyp_main(args)
                                        npm ERR!            ^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_main
                                        npm ERR!     [generator, flat_list, targets, data] = Load(
                                        npm ERR!                                             ^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Load
                                        npm ERR!     result = gyp.input.Load(
                                        npm ERR!              ^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
                                        npm ERR!     LoadTargetBuildFile(
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
                                        npm ERR!     build_file_data = LoadOneBuildFile(
                                        npm ERR!                       ^^^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
                                        npm ERR!     build_file_contents = open(build_file_path, "rU").read()
                                        npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                        npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
                                        npm ERR! gyp ERR! configure error 
                                        npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
                                        npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)
                                        npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)
                                        npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)
                                        npm ERR! gyp ERR! System Linux 6.1.0-13-amd64
                                        npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                        npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                                        npm ERR! gyp ERR! node -v v18.18.2
                                        npm ERR! gyp ERR! node-gyp -v v7.1.2
                                        npm ERR! gyp ERR! not ok
                                        
                                        npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-09T10_08_33_310Z-debug-0.log
                                        npm ERR! code 1
                                        npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                                        npm ERR! command failed
                                        npm ERR! command sh -c node-gyp-build
                                        npm ERR! gyp info it worked if it ends with ok
                                        npm ERR! gyp info using node-gyp@7.1.2
                                        npm ERR! gyp info using node@18.18.2 | linux | x64
                                        npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
                                        npm ERR! (node:2880) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
                                        npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
                                        npm ERR! gyp info spawn /usr/bin/python3
                                        npm ERR! gyp info spawn args [
                                        npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
                                        npm ERR! gyp info spawn args   'binding.gyp',
                                        npm ERR! gyp info spawn args   '-f',
                                        npm ERR! gyp info spawn args   'make',
                                        npm ERR! gyp info spawn args   '-I',
                                        npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/build/config.gypi',
                                        npm ERR! gyp info spawn args   '-I',
                                        npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
                                        npm ERR! gyp info spawn args   '-I',
                                        npm ERR! gyp info spawn args   '/home/iobroker/.cache/node-gyp/18.18.2/include/node/common.gypi',
                                        npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
                                        npm ERR! gyp info spawn args   '-Dvisibility=default',
                                        npm ERR! gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/18.18.2',
                                        npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
                                        npm ERR! gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/18.18.2/<(target_arch)/node.lib',
                                        npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble',
                                        npm ERR! gyp info spawn args   '-Dnode_engine=v8',
                                        npm ERR! gyp info spawn args   '--depth=.',
                                        npm ERR! gyp info spawn args   '--no-parallel',
                                        npm ERR! gyp info spawn args   '--generator-output',
                                        npm ERR! gyp info spawn args   'build',
                                        npm ERR! gyp info spawn args   '-Goutput_dir=.'
                                        npm ERR! gyp info spawn args ]
                                        npm ERR! Traceback (most recent call last):
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>
                                        npm ERR!     sys.exit(gyp.script_main())
                                        npm ERR!              ^^^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_main
                                        npm ERR!     return main(sys.argv[1:])
                                        npm ERR!            ^^^^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in main
                                        npm ERR!     return gyp_main(args)
                                        npm ERR!            ^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_main
                                        npm ERR!     [generator, flat_list, targets, data] = Load(
                                        npm ERR!                                             ^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Load
                                        npm ERR!     result = gyp.input.Load(
                                        npm ERR!              ^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
                                        npm ERR!     LoadTargetBuildFile(
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
                                        npm ERR!     build_file_data = LoadOneBuildFile(
                                        npm ERR!                       ^^^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
                                        npm ERR!     build_file_contents = open(build_file_path, "rU").read()
                                        npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                        npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
                                        npm ERR! gyp ERR! configure error 
                                        npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
                                        npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)
                                        npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)
                                        npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)
                                        npm ERR! gyp ERR! System Linux 6.1.0-13-amd64
                                        npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                        npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                                        npm ERR! gyp ERR! node -v v18.18.2
                                        npm ERR! gyp ERR! node-gyp -v v7.1.2
                                        npm ERR! gyp ERR! not ok
                                        
                                        npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-09T10_08_33_310Z-debug-0.log
                                        host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                                        idash@ioBrokerVM:~$ 
                                        

                                        ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                                        1 Antwort Letzte Antwort
                                        0
                                        • G Gismoh

                                          @crunchip
                                          Guten Morgen,
                                          kann ich gerne mache, mit einer "rest-Hoffnung".
                                          Allerdings sehe ich selber als Laie keinen großen unterschied zur Vorgehensweise von gestern,
                                          dort hatte ich ja auf dem alten System den ble entfernt -
                                          und auf dem neuen System den ble belassen. Leider wurde der bestehende ble auf dem neuen System mit dem Backup entfernt.

                                          Werde ich aber gerne ausprobieren, mache vorher noch einer Sicherung der jetzigen VM - für den Fall das evtl. jemand dort noch mal ansetzen mag -und kann ja nicht schaden.

                                          Spiele dann nun wieder die Sicherung von der Erstinstallation auf der neuen Maschine ein, wo ioBroker frisch installiert wurde, deinstalliere außer admin und backitup die Adapter und spiele dann das gestrige Backup von der alten Maschine (Raspi) ein, wo ich das ble deinstalliert hatte.
                                          Melde mich dann nach "Verzug" wieder ;)

                                          crunchipC Abwesend
                                          crunchipC Abwesend
                                          crunchip
                                          Forum Testing Most Active
                                          schrieb am zuletzt editiert von crunchip
                                          #134

                                          @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                                          wo ioBroker frisch installiert wurde, deinstalliere außer admin und backitup die Adapter

                                          welche Adapter?

                                          du sollst den iobroker frisch aufsetzen, nichts deinstallieren.

                                          vom alten iobroker ein backup machen, aber vorher den ble deinstallieren, damit dein backup ohne ble kommt und du anschließend diesen in deinem neuen iobroker frisch einpflegen kannst

                                          sonst schleifst du dein node-gyp Problem ja weiter mit

                                          umgestiegen von Proxmox auf Unraid

                                          G 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

                                          334

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          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