Skip to content
  • Home
  • 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
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Hilfe aus Karlsruhe und Umgebung

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    681

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

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

Hilfe aus Karlsruhe und Umgebung

Scheduled Pinned Locked Moved ioBroker Allgemein
166 Posts 11 Posters 20.0k Views 11 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.
  • liv-in-skyL Offline
    liv-in-skyL Offline
    liv-in-sky
    wrote on last edited by
    #70

    jetzt nochmal das thema:

    @thomas-braun sagte in Hilfe aus Karlsruhe und Umgebung:

    rm -rf /opt/iobroker/node_modules/iobroker.type-detector

    kann ich das ausführen ohne gleich alles mögliche zu löschen - ich weiß ja nicht, welche links da drin sind

    nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

    Thomas BraunT liv-in-skyL 2 Replies Last reply
    0
    • liv-in-skyL liv-in-sky

      jetzt nochmal das thema:

      @thomas-braun sagte in Hilfe aus Karlsruhe und Umgebung:

      rm -rf /opt/iobroker/node_modules/iobroker.type-detector

      kann ich das ausführen ohne gleich alles mögliche zu löschen - ich weiß ja nicht, welche links da drin sind

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

      @liv-in-sky
      Schau doch vorher mal ob es da nicht selbstreferenzielle Links gibt.
      Siehe weiter oben.

      ls -la /opt/iobroker/node_modules/iobroker.type-detector
      ls -la /opt/iobroker/node_modules/
      

      Bei mir kommt der vom iot-Adapter:

      echad@chet:/opt/iobroker $ npm ls iobroker.type-detector
      iobroker.inst@3.0.0 /opt/iobroker
      └─┬ iobroker.iot@1.8.25
        └── iobroker.type-detector@1.0.15
      

      Wenn du den iot-Adapter mal neu drüberbügelst? Oder die de/re-Installation?

      Der iot dürfte ohnehin etwas Liebe benötigen, mindestens aber wohl frische Zertifikate.

      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

      liv-in-skyL 1 Reply Last reply
      0
      • liv-in-skyL liv-in-sky

        jetzt nochmal das thema:

        @thomas-braun sagte in Hilfe aus Karlsruhe und Umgebung:

        rm -rf /opt/iobroker/node_modules/iobroker.type-detector

        kann ich das ausführen ohne gleich alles mögliche zu löschen - ich weiß ja nicht, welche links da drin sind

        liv-in-skyL Offline
        liv-in-skyL Offline
        liv-in-sky
        wrote on last edited by
        #72

        @Thomas-Braun

        habe es so gelöscht:

        unlink iobroker.type-detector

        habe mal ping installiert und deinstalliert

        jetzt kommt das: da scheint im home noch was zu liegen :-( siehe zeile 25

        Delete adapter "ping"
        
        host.ioBroker-Rock64 Counted 1 instances of ping
        
        host.ioBroker-Rock64 Counted 1 meta of ping
        
        host.ioBroker-Rock64 Counted 1 adapter for ping
        
        host.ioBroker-Rock64 Counted 14 states of system.adapter.ping
        
        host.ioBroker-Rock64 file ping.admin deleted
        
        host.ioBroker-Rock64 object ping deleted
        
        host.ioBroker-Rock64 object ping.admin deleted
        
        host.ioBroker-Rock64 Deleting 17 object(s).
        
        npm uninstall iobroker.ping --loglevel error --prefix "/opt/iobroker" (System call)
        
        npm ERR! code ENOLOCAL
        
        npm ERR! Could not install from "node_modules/iobroker.type-detector" as it does not contain a package.json file.
        
        npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-01-14T19_07_01_277Z-debug.log
        
        Error deleting adapter ping from disk: Error: host.ioBroker-Rock64: Cannot uninstall iobroker.ping: 1
        
        You might have to delete it yourself!
        
        Process exited with code 0
        

        ich mache morgen weiter - jetzt ist feierabend

        nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

        HomoranH 1 Reply Last reply
        1
        • liv-in-skyL liv-in-sky

          @Thomas-Braun

          habe es so gelöscht:

          unlink iobroker.type-detector

          habe mal ping installiert und deinstalliert

          jetzt kommt das: da scheint im home noch was zu liegen :-( siehe zeile 25

          Delete adapter "ping"
          
          host.ioBroker-Rock64 Counted 1 instances of ping
          
          host.ioBroker-Rock64 Counted 1 meta of ping
          
          host.ioBroker-Rock64 Counted 1 adapter for ping
          
          host.ioBroker-Rock64 Counted 14 states of system.adapter.ping
          
          host.ioBroker-Rock64 file ping.admin deleted
          
          host.ioBroker-Rock64 object ping deleted
          
          host.ioBroker-Rock64 object ping.admin deleted
          
          host.ioBroker-Rock64 Deleting 17 object(s).
          
          npm uninstall iobroker.ping --loglevel error --prefix "/opt/iobroker" (System call)
          
          npm ERR! code ENOLOCAL
          
          npm ERR! Could not install from "node_modules/iobroker.type-detector" as it does not contain a package.json file.
          
          npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-01-14T19_07_01_277Z-debug.log
          
          Error deleting adapter ping from disk: Error: host.ioBroker-Rock64: Cannot uninstall iobroker.ping: 1
          
          You might have to delete it yourself!
          
          Process exited with code 0
          

          ich mache morgen weiter - jetzt ist feierabend

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

          @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

          jetzt ist feierabend

          Hast du dir verdient
          🍻

          kein Support per PN! - Fragen im Forum stellen -
          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
          Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

          1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @liv-in-sky
            Schau doch vorher mal ob es da nicht selbstreferenzielle Links gibt.
            Siehe weiter oben.

            ls -la /opt/iobroker/node_modules/iobroker.type-detector
            ls -la /opt/iobroker/node_modules/
            

            Bei mir kommt der vom iot-Adapter:

            echad@chet:/opt/iobroker $ npm ls iobroker.type-detector
            iobroker.inst@3.0.0 /opt/iobroker
            └─┬ iobroker.iot@1.8.25
              └── iobroker.type-detector@1.0.15
            

            Wenn du den iot-Adapter mal neu drüberbügelst? Oder die de/re-Installation?

            Der iot dürfte ohnehin etwas Liebe benötigen, mindestens aber wohl frische Zertifikate.

            liv-in-skyL Offline
            liv-in-skyL Offline
            liv-in-sky
            wrote on last edited by
            #74

            @thomas-braun

            wollte nochmal nachfragen wegen dem pam fehler. mittlerweile habe ich ja im home etwas gefunden

            root@ioBroker-Rock64:~# ls
            iobroker-data  killall.sh  log  node_modules  package-lock.json.3159939790  reinstall.sh
            root@ioBroker-Rock64:~#
            
            

            der fehler beim adapter installieren ist ja dieser - besonders zeile 23:

            root@ioBroker-Rock64:~# iobroker upgrade
            
            This upgrade of "fritzdect" will introduce the following changes:
            ==========================================================================
            -> 2.2.3:
            default time setting in admin config for open window or boost activation, setmodeon/off/auto initial value= false
            ==========================================================================
            
            Would you like to upgrade fritzdect from @2.2.2 to @2.2.3 now? [(y)es, (n)o]: y
            Update fritzdect from @2.2.2 to @2.2.3
            NPM version: 6.14.15
            npm install iobroker.fritzdect@2.2.3 --loglevel error --prefix "/opt/iobroker" (System call)
            In file included from ../../nan/nan_converters.h:67,
                             from ../../nan/nan.h:222,
                             from ../authenticate_pam.cc:23:
            ../../nan/nan_converters_43_inl.h: In static member function ‘static Nan::imp::ToFactoryBase<v8::Boolean>::return_t Nan::imp::ToFactory<v8::Boolean>::convert(v8::Local<v8::Value>)’:
            ../../nan/nan_converters_43_inl.h:18:51: error: no matching function for call to ‘v8::Value::ToBoolean(v8::Local<v8::Context>)’
                   val->To ## TYPE(isolate->GetCurrentContext())                            \
                                                               ^
            ../../nan/nan_converters_43_inl.h:22:1: note: in expansion of macro ‘X’
             X(Boolean)
             ^
            In file included from /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:67,
                             from ../../nan/nan.h:53,
                             from ../authenticate_pam.cc:23:
            /home/iobroker/.cache/node-gyp/14.18.3/include/node/v
            

            weißt du, wie man das evtl gerade biegen kann

            nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

            Thomas BraunT HomoranH 2 Replies Last reply
            0
            • liv-in-skyL liv-in-sky

              @thomas-braun

              wollte nochmal nachfragen wegen dem pam fehler. mittlerweile habe ich ja im home etwas gefunden

              root@ioBroker-Rock64:~# ls
              iobroker-data  killall.sh  log  node_modules  package-lock.json.3159939790  reinstall.sh
              root@ioBroker-Rock64:~#
              
              

              der fehler beim adapter installieren ist ja dieser - besonders zeile 23:

              root@ioBroker-Rock64:~# iobroker upgrade
              
              This upgrade of "fritzdect" will introduce the following changes:
              ==========================================================================
              -> 2.2.3:
              default time setting in admin config for open window or boost activation, setmodeon/off/auto initial value= false
              ==========================================================================
              
              Would you like to upgrade fritzdect from @2.2.2 to @2.2.3 now? [(y)es, (n)o]: y
              Update fritzdect from @2.2.2 to @2.2.3
              NPM version: 6.14.15
              npm install iobroker.fritzdect@2.2.3 --loglevel error --prefix "/opt/iobroker" (System call)
              In file included from ../../nan/nan_converters.h:67,
                               from ../../nan/nan.h:222,
                               from ../authenticate_pam.cc:23:
              ../../nan/nan_converters_43_inl.h: In static member function ‘static Nan::imp::ToFactoryBase<v8::Boolean>::return_t Nan::imp::ToFactory<v8::Boolean>::convert(v8::Local<v8::Value>)’:
              ../../nan/nan_converters_43_inl.h:18:51: error: no matching function for call to ‘v8::Value::ToBoolean(v8::Local<v8::Context>)’
                     val->To ## TYPE(isolate->GetCurrentContext())                            \
                                                                 ^
              ../../nan/nan_converters_43_inl.h:22:1: note: in expansion of macro ‘X’
               X(Boolean)
               ^
              In file included from /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:67,
                               from ../../nan/nan.h:53,
                               from ../authenticate_pam.cc:23:
              /home/iobroker/.cache/node-gyp/14.18.3/include/node/v
              

              weißt du, wie man das evtl gerade biegen kann

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

              @liv-in-sky
              Lösch den Cache

              npm cache clear --force
              

              glaube ich war der Befehl dazu.

              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

              liv-in-skyL 1 Reply Last reply
              0
              • Thomas BraunT Thomas Braun

                @liv-in-sky
                Lösch den Cache

                npm cache clear --force
                

                glaube ich war der Befehl dazu.

                liv-in-skyL Offline
                liv-in-skyL Offline
                liv-in-sky
                wrote on last edited by
                #76

                @thomas-braun

                das andere thema

                diesen type-detector hatte ich auch gelöscht - kann ich den über npm wieder bekommen - siehe zeile 6

                
                63 silly saveTree │   ├── inherits@2.0.4
                63 silly saveTree │   ├── is-generator-function@1.0.10
                63 silly saveTree │   └── safe-buffer@5.2.1
                63 silly saveTree └── iobroker.zigbee@0.11.5
                64 verbose stack Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.type-detector/package.json'
                65 verbose cwd /opt/iobroker
                66 verbose Linux 4.17.0-rc6-rk3328
                67 verbose argv "/usr/bin/node" "/usr/bin/npm" "uninstall" "iobroker.ping" "--loglevel" "error" "--prefix" "/opt/iobroker"
                68 verbose node v14.18.3
                69 verbose npm  v6.14.15
                70 error code ENOLOCAL
                71 error Could not install from "node_modules/iobroker.type-detector" as it does not contain a package.json file.
                72 verbose exit [ 1, true ]
                
                
                

                nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                Thomas BraunT 1 Reply Last reply
                0
                • liv-in-skyL liv-in-sky

                  @thomas-braun

                  das andere thema

                  diesen type-detector hatte ich auch gelöscht - kann ich den über npm wieder bekommen - siehe zeile 6

                  
                  63 silly saveTree │   ├── inherits@2.0.4
                  63 silly saveTree │   ├── is-generator-function@1.0.10
                  63 silly saveTree │   └── safe-buffer@5.2.1
                  63 silly saveTree └── iobroker.zigbee@0.11.5
                  64 verbose stack Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.type-detector/package.json'
                  65 verbose cwd /opt/iobroker
                  66 verbose Linux 4.17.0-rc6-rk3328
                  67 verbose argv "/usr/bin/node" "/usr/bin/npm" "uninstall" "iobroker.ping" "--loglevel" "error" "--prefix" "/opt/iobroker"
                  68 verbose node v14.18.3
                  69 verbose npm  v6.14.15
                  70 error code ENOLOCAL
                  71 error Could not install from "node_modules/iobroker.type-detector" as it does not contain a package.json file.
                  72 verbose exit [ 1, true ]
                  
                  
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #77

                  @liv-in-sky Zimmer den iot-Adapter nochmal drauf. Der schleppt den typedingens als Dependency mit.

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

                  liv-in-skyL 1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @liv-in-sky Zimmer den iot-Adapter nochmal drauf. Der schleppt den typedingens als Dependency mit.

                    liv-in-skyL Offline
                    liv-in-skyL Offline
                    liv-in-sky
                    wrote on last edited by
                    #78

                    @thomas-braun

                    das mit dem cache löschen hat leider nix gebracht - fehler immer noch da

                    was genau meint du mit zimmern ? löschen wil ich den nicht, da die settings sonst weg sind - geht das auch über downgrade version und wieder update version

                    nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                    HomoranH AsgothianA Thomas BraunT 3 Replies Last reply
                    0
                    • liv-in-skyL liv-in-sky

                      @thomas-braun

                      das mit dem cache löschen hat leider nix gebracht - fehler immer noch da

                      was genau meint du mit zimmern ? löschen wil ich den nicht, da die settings sonst weg sind - geht das auch über downgrade version und wieder update version

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

                      @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                      das mit dem cache löschen hat leider nix gebracht - fehler immer noch da

                      dann lösch mal die package-lock.json

                      kein Support per PN! - Fragen im Forum stellen -
                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      liv-in-skyL 1 Reply Last reply
                      0
                      • liv-in-skyL liv-in-sky

                        @thomas-braun

                        das mit dem cache löschen hat leider nix gebracht - fehler immer noch da

                        was genau meint du mit zimmern ? löschen wil ich den nicht, da die settings sonst weg sind - geht das auch über downgrade version und wieder update version

                        AsgothianA Offline
                        AsgothianA Offline
                        Asgothian
                        Developer
                        wrote on last edited by
                        #80

                        @liv-in-sky du solltest in der Lage sein die identische Version per iobroker install iot Zu installieren- auch wenn er schon da ist.

                        ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                        "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                        1 Reply Last reply
                        0
                        • liv-in-skyL liv-in-sky

                          @thomas-braun

                          das mit dem cache löschen hat leider nix gebracht - fehler immer noch da

                          was genau meint du mit zimmern ? löschen wil ich den nicht, da die settings sonst weg sind - geht das auch über downgrade version und wieder update version

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

                          @liv-in-sky
                          Ich vermute, mit

                          iobroker upgrade iot@letzteversionsnummer
                          

                          wird der nochmal draufgebügelt. Hab ich aber noch nie 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

                          1 Reply Last reply
                          0
                          • HomoranH Homoran

                            @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                            das mit dem cache löschen hat leider nix gebracht - fehler immer noch da

                            dann lösch mal die package-lock.json

                            liv-in-skyL Offline
                            liv-in-skyL Offline
                            liv-in-sky
                            wrote on last edited by
                            #82

                            @homoran im /opt/iobroker verzeichnis ?

                            nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                            1 Reply Last reply
                            0
                            • liv-in-skyL liv-in-sky

                              @thomas-braun

                              wollte nochmal nachfragen wegen dem pam fehler. mittlerweile habe ich ja im home etwas gefunden

                              root@ioBroker-Rock64:~# ls
                              iobroker-data  killall.sh  log  node_modules  package-lock.json.3159939790  reinstall.sh
                              root@ioBroker-Rock64:~#
                              
                              

                              der fehler beim adapter installieren ist ja dieser - besonders zeile 23:

                              root@ioBroker-Rock64:~# iobroker upgrade
                              
                              This upgrade of "fritzdect" will introduce the following changes:
                              ==========================================================================
                              -> 2.2.3:
                              default time setting in admin config for open window or boost activation, setmodeon/off/auto initial value= false
                              ==========================================================================
                              
                              Would you like to upgrade fritzdect from @2.2.2 to @2.2.3 now? [(y)es, (n)o]: y
                              Update fritzdect from @2.2.2 to @2.2.3
                              NPM version: 6.14.15
                              npm install iobroker.fritzdect@2.2.3 --loglevel error --prefix "/opt/iobroker" (System call)
                              In file included from ../../nan/nan_converters.h:67,
                                               from ../../nan/nan.h:222,
                                               from ../authenticate_pam.cc:23:
                              ../../nan/nan_converters_43_inl.h: In static member function ‘static Nan::imp::ToFactoryBase<v8::Boolean>::return_t Nan::imp::ToFactory<v8::Boolean>::convert(v8::Local<v8::Value>)’:
                              ../../nan/nan_converters_43_inl.h:18:51: error: no matching function for call to ‘v8::Value::ToBoolean(v8::Local<v8::Context>)’
                                     val->To ## TYPE(isolate->GetCurrentContext())                            \
                                                                                 ^
                              ../../nan/nan_converters_43_inl.h:22:1: note: in expansion of macro ‘X’
                               X(Boolean)
                               ^
                              In file included from /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:67,
                                               from ../../nan/nan.h:53,
                                               from ../authenticate_pam.cc:23:
                              /home/iobroker/.cache/node-gyp/14.18.3/include/node/v
                              

                              weißt du, wie man das evtl gerade biegen kann

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

                              @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                              root@ioBroker-Rock64:~# ls iobroker-data killall.sh log node_modules package-lock.json.3159939790 reinstall.sh

                              müsste es sein

                              neee - STOP

                              müsste in /opt/iobroker liegen

                              kein Support per PN! - Fragen im Forum stellen -
                              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                              Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                              liv-in-skyL 2 Replies Last reply
                              0
                              • HomoranH Homoran

                                @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                                root@ioBroker-Rock64:~# ls iobroker-data killall.sh log node_modules package-lock.json.3159939790 reinstall.sh

                                müsste es sein

                                neee - STOP

                                müsste in /opt/iobroker liegen

                                liv-in-skyL Offline
                                liv-in-skyL Offline
                                liv-in-sky
                                wrote on last edited by
                                #84

                                @homoran

                                ok - die im home verzeichnis

                                nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                                HomoranH 1 Reply Last reply
                                0
                                • HomoranH Homoran

                                  @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                                  root@ioBroker-Rock64:~# ls iobroker-data killall.sh log node_modules package-lock.json.3159939790 reinstall.sh

                                  müsste es sein

                                  neee - STOP

                                  müsste in /opt/iobroker liegen

                                  liv-in-skyL Offline
                                  liv-in-skyL Offline
                                  liv-in-sky
                                  wrote on last edited by
                                  #85

                                  @homoran da steht viel drin - kann ich die wirklich löschen

                                  nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                                  HomoranH 1 Reply Last reply
                                  0
                                  • liv-in-skyL liv-in-sky

                                    @homoran

                                    ok - die im home verzeichnis

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

                                    @liv-in-sky nee , /opt/iobroker

                                    kein Support per PN! - Fragen im Forum stellen -
                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                    liv-in-skyL 1 Reply Last reply
                                    0
                                    • liv-in-skyL liv-in-sky

                                      @homoran da steht viel drin - kann ich die wirklich löschen

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

                                      @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                                      kann ich die wirklich löschen

                                      benenn sie um

                                      kein Support per PN! - Fragen im Forum stellen -
                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                      liv-in-skyL 3 Replies Last reply
                                      0
                                      • HomoranH Homoran

                                        @liv-in-sky nee , /opt/iobroker

                                        liv-in-skyL Offline
                                        liv-in-skyL Offline
                                        liv-in-sky
                                        wrote on last edited by
                                        #88

                                        @homoran habe es gesehen - ich meine die im opt-iobroker

                                        nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                                        1 Reply Last reply
                                        0
                                        • HomoranH Homoran

                                          @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                                          kann ich die wirklich löschen

                                          benenn sie um

                                          liv-in-skyL Offline
                                          liv-in-skyL Offline
                                          liv-in-sky
                                          wrote on last edited by
                                          #89

                                          @homoran ok

                                          nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                                          1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          488

                                          Online

                                          32.7k

                                          Users

                                          82.6k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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