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. ioBroker Allgemein
  4. Nacch update der node js probleme mit iobroker fix

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

Nacch update der node js probleme mit iobroker fix

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
38 Beiträge 2 Kommentatoren 2.6k Aufrufe 3 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

    @webranger
    Hab ich was von sudo geschrieben?

    Wird mir echt zu anstrengend mit dir.

    WebrangerW Offline
    WebrangerW Offline
    Webranger
    schrieb am zuletzt editiert von
    #23

    @thomas-braun

    das hab ich nur probiert weil beim ersten eben halt nichts passierte

    sorry

    Intel NUC Celeron, Xiaomi Gateway, Fritzbox 7590, XS1

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • WebrangerW Webranger

      @thomas-braun

      das hab ich nur probiert weil beim ersten eben halt nichts passierte

      sorry

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

      @webranger

      Du sollst nicht 'irgendwas, irgendwie herumprobieren'.
      Schon gar nicht als root (per sudo). Das führt nämlich zu genausolchen verfummelten Installationen wie hier offenbar.

      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

      WebrangerW 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @webranger

        Du sollst nicht 'irgendwas, irgendwie herumprobieren'.
        Schon gar nicht als root (per sudo). Das führt nämlich zu genausolchen verfummelten Installationen wie hier offenbar.

        WebrangerW Offline
        WebrangerW Offline
        Webranger
        schrieb am zuletzt editiert von
        #25

        @thomas-braun ok sorry

        Intel NUC Celeron, Xiaomi Gateway, Fritzbox 7590, XS1

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • WebrangerW Webranger

          @thomas-braun ok sorry

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

          @webranger

          cd /opt/iobroker
          sudo -H -u iobroker npm install iobroker.js-controller
          

          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

          WebrangerW 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @webranger

            cd /opt/iobroker
            sudo -H -u iobroker npm install iobroker.js-controller
            
            WebrangerW Offline
            WebrangerW Offline
            Webranger
            schrieb am zuletzt editiert von
            #27

            @thomas-braun sagte in Nacch update der node js probleme mit iobroker fix:

            sudo -H -u iobroker npm install iobroker.js-controller

            danyel@debian-iobroker:~$ cd /opt/iobroker
            danyel@debian-iobroker:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller
            npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
            npm WARN deprecated har-validator@5.1.5: this library is no longer supported
            
            > iobroker.js-controller@3.3.22 preinstall /opt/iobroker/node_modules/iobroker.js-controller
            > node lib/preinstallCheck.js
            
            NPM version: 6.14.16
            
            > unix-dgram@2.0.4 install /opt/iobroker/node_modules/unix-dgram
            > node-gyp rebuild
            
            make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird betreten
              CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o
              SOLINK_MODULE(target) Release/obj.target/unix_dgram.node
              COPY Release/unix_dgram.node
            make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird verlassen
            
            > iobroker.js-controller@3.3.22 install /opt/iobroker/node_modules/iobroker.js-controller
            > node iobroker.js setup first
            
            object _design/custom updated
            object _design/system updated
            
            The following notifications happened during sync: 
            - Ignoring Directory "devices.admin" because officially not created as meta object. Please remove directory!
            - Ignoring Directory "fitbit-api.admin" because officially not created as meta object. Please remove directory!
            - Ignoring Directory "freshenergy.admin" because officially not created as meta object. Please remove directory!
            - Ignoring Directory "nina.admin" because officially not created as meta object. Please remove directory!
            - Ignoring Directory "pushover.admin" because officially not created as meta object. Please remove directory!
            - Ignoring Directory "radar.admin" because officially not created as meta object. Please remove directory!
            - Ignoring Directory "unifi" because officially not created as meta object. Please remove directory!
            - Ignoring Directory "unifi.admin" because officially not created as meta object. Please remove directory!
            
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/@abandonware/noble/node_modules/xpc-connection):
            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
            npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.pushover/package.json'
            npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.pushover/node_modules/@iobroker/adapter-core/package.json'
            npm WARN react-beautiful-dnd@8.0.7 requires a peer of react@^16.3.1 but none is installed. You must install peer dependencies yourself.
            npm WARN react-motion@0.5.2 requires a peer of react@^0.14.9 || ^15.3.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
            npm WARN react-redux@5.0.7 requires a peer of react@^0.14.0 || ^15.0.0-0 || ^16.0.0-0 but none is installed. You must install peer dependencies yourself.
            
            + iobroker.js-controller@3.3.22
            added 12 packages from 14 contributors, removed 10 packages, updated 23 packages and moved 4 packages in 130.023s
            
            75 packages are looking for funding
              run `npm fund` for details
            
            danyel@debian-iobroker:/opt/iobroker$ 
            

            Intel NUC Celeron, Xiaomi Gateway, Fritzbox 7590, XS1

            Thomas BraunT 2 Antworten Letzte Antwort
            0
            • WebrangerW Webranger

              @thomas-braun sagte in Nacch update der node js probleme mit iobroker fix:

              sudo -H -u iobroker npm install iobroker.js-controller

              danyel@debian-iobroker:~$ cd /opt/iobroker
              danyel@debian-iobroker:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller
              npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
              npm WARN deprecated har-validator@5.1.5: this library is no longer supported
              
              > iobroker.js-controller@3.3.22 preinstall /opt/iobroker/node_modules/iobroker.js-controller
              > node lib/preinstallCheck.js
              
              NPM version: 6.14.16
              
              > unix-dgram@2.0.4 install /opt/iobroker/node_modules/unix-dgram
              > node-gyp rebuild
              
              make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird betreten
                CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o
                SOLINK_MODULE(target) Release/obj.target/unix_dgram.node
                COPY Release/unix_dgram.node
              make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird verlassen
              
              > iobroker.js-controller@3.3.22 install /opt/iobroker/node_modules/iobroker.js-controller
              > node iobroker.js setup first
              
              object _design/custom updated
              object _design/system updated
              
              The following notifications happened during sync: 
              - Ignoring Directory "devices.admin" because officially not created as meta object. Please remove directory!
              - Ignoring Directory "fitbit-api.admin" because officially not created as meta object. Please remove directory!
              - Ignoring Directory "freshenergy.admin" because officially not created as meta object. Please remove directory!
              - Ignoring Directory "nina.admin" because officially not created as meta object. Please remove directory!
              - Ignoring Directory "pushover.admin" because officially not created as meta object. Please remove directory!
              - Ignoring Directory "radar.admin" because officially not created as meta object. Please remove directory!
              - Ignoring Directory "unifi" because officially not created as meta object. Please remove directory!
              - Ignoring Directory "unifi.admin" because officially not created as meta object. Please remove directory!
              
              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
              npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/@abandonware/noble/node_modules/xpc-connection):
              npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
              npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
              npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.pushover/package.json'
              npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.pushover/node_modules/@iobroker/adapter-core/package.json'
              npm WARN react-beautiful-dnd@8.0.7 requires a peer of react@^16.3.1 but none is installed. You must install peer dependencies yourself.
              npm WARN react-motion@0.5.2 requires a peer of react@^0.14.9 || ^15.3.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
              npm WARN react-redux@5.0.7 requires a peer of react@^0.14.0 || ^15.0.0-0 || ^16.0.0-0 but none is installed. You must install peer dependencies yourself.
              
              + iobroker.js-controller@3.3.22
              added 12 packages from 14 contributors, removed 10 packages, updated 23 packages and moved 4 packages in 130.023s
              
              75 packages are looking for funding
                run `npm fund` for details
              
              danyel@debian-iobroker:/opt/iobroker$ 
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #28

              @webranger

              Sieht irgendwie alles etwas strubbelig aus.

              iobroker upload all
              

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

              1 Antwort Letzte Antwort
              0
              • WebrangerW Webranger

                @thomas-braun sagte in Nacch update der node js probleme mit iobroker fix:

                sudo -H -u iobroker npm install iobroker.js-controller

                danyel@debian-iobroker:~$ cd /opt/iobroker
                danyel@debian-iobroker:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller
                npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                
                > iobroker.js-controller@3.3.22 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                > node lib/preinstallCheck.js
                
                NPM version: 6.14.16
                
                > unix-dgram@2.0.4 install /opt/iobroker/node_modules/unix-dgram
                > node-gyp rebuild
                
                make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird betreten
                  CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o
                  SOLINK_MODULE(target) Release/obj.target/unix_dgram.node
                  COPY Release/unix_dgram.node
                make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird verlassen
                
                > iobroker.js-controller@3.3.22 install /opt/iobroker/node_modules/iobroker.js-controller
                > node iobroker.js setup first
                
                object _design/custom updated
                object _design/system updated
                
                The following notifications happened during sync: 
                - Ignoring Directory "devices.admin" because officially not created as meta object. Please remove directory!
                - Ignoring Directory "fitbit-api.admin" because officially not created as meta object. Please remove directory!
                - Ignoring Directory "freshenergy.admin" because officially not created as meta object. Please remove directory!
                - Ignoring Directory "nina.admin" because officially not created as meta object. Please remove directory!
                - Ignoring Directory "pushover.admin" because officially not created as meta object. Please remove directory!
                - Ignoring Directory "radar.admin" because officially not created as meta object. Please remove directory!
                - Ignoring Directory "unifi" because officially not created as meta object. Please remove directory!
                - Ignoring Directory "unifi.admin" because officially not created as meta object. Please remove directory!
                
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/@abandonware/noble/node_modules/xpc-connection):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.pushover/package.json'
                npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.pushover/node_modules/@iobroker/adapter-core/package.json'
                npm WARN react-beautiful-dnd@8.0.7 requires a peer of react@^16.3.1 but none is installed. You must install peer dependencies yourself.
                npm WARN react-motion@0.5.2 requires a peer of react@^0.14.9 || ^15.3.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
                npm WARN react-redux@5.0.7 requires a peer of react@^0.14.0 || ^15.0.0-0 || ^16.0.0-0 but none is installed. You must install peer dependencies yourself.
                
                + iobroker.js-controller@3.3.22
                added 12 packages from 14 contributors, removed 10 packages, updated 23 packages and moved 4 packages in 130.023s
                
                75 packages are looking for funding
                  run `npm fund` for details
                
                danyel@debian-iobroker:/opt/iobroker$ 
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #29

                @webranger

                which iob
                which iobroker
                ls -la /usr/bin/iob
                ls -la /usr/bin/iobroker
                

                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

                WebrangerW 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @webranger

                  which iob
                  which iobroker
                  ls -la /usr/bin/iob
                  ls -la /usr/bin/iobroker
                  
                  WebrangerW Offline
                  WebrangerW Offline
                  Webranger
                  schrieb am zuletzt editiert von
                  #30

                  @thomas-braun sagte in Nacch update der node js probleme mit iobroker fix:

                  ls -la /usr/bin/iobroker

                  Das hat jetzt gedauert

                  danyel@debian-iobroker:/opt/iobroker$ which iob
                  /usr/bin/iob
                  danyel@debian-iobroker:/opt/iobroker$ which iobroker
                  /usr/bin/iobroker
                  danyel@debian-iobroker:/opt/iobroker$ ls -la /usr/bin/iob
                  lrwxrwxrwx 1 root root 22 Apr 23  2020 /usr/bin/iob -> /opt/iobroker/iobroker
                  danyel@debian-iobroker:/opt/iobroker$ ls -la /usr/bin/iobroker
                  lrwxrwxrwx 1 root root 22 Apr 23  2020 /usr/bin/iobroker -> /opt/iobroker/iobroker
                  danyel@debian-iobroker:/opt/iobroker$ 
                  
                  

                  Intel NUC Celeron, Xiaomi Gateway, Fritzbox 7590, XS1

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • WebrangerW Webranger

                    @thomas-braun sagte in Nacch update der node js probleme mit iobroker fix:

                    ls -la /usr/bin/iobroker

                    Das hat jetzt gedauert

                    danyel@debian-iobroker:/opt/iobroker$ which iob
                    /usr/bin/iob
                    danyel@debian-iobroker:/opt/iobroker$ which iobroker
                    /usr/bin/iobroker
                    danyel@debian-iobroker:/opt/iobroker$ ls -la /usr/bin/iob
                    lrwxrwxrwx 1 root root 22 Apr 23  2020 /usr/bin/iob -> /opt/iobroker/iobroker
                    danyel@debian-iobroker:/opt/iobroker$ ls -la /usr/bin/iobroker
                    lrwxrwxrwx 1 root root 22 Apr 23  2020 /usr/bin/iobroker -> /opt/iobroker/iobroker
                    danyel@debian-iobroker:/opt/iobroker$ 
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #31

                    @webranger

                    getfacl /opt/iobroker/iobroker
                    

                    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

                    WebrangerW 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @webranger

                      getfacl /opt/iobroker/iobroker
                      
                      WebrangerW Offline
                      WebrangerW Offline
                      Webranger
                      schrieb am zuletzt editiert von
                      #32

                      @thomas-braun sagte in Nacch update der node js probleme mit iobroker fix:

                      getfacl /opt/iobroker/iobroker

                      danyel@debian-iobroker:/opt/iobroker$ getfacl /opt/iobroker/iobroker
                      getfacl: Entferne führende '/' von absoluten Pfadnamen

                      file: opt/iobroker/iobroker

                      owner: iobroker

                      group: iobroker

                      user::rwx
                      group::rwx
                      group:iobroker:rwx
                      mask::rwx
                      other::rwx

                      danyel@debian-iobroker:/opt/iobroker$

                      Intel NUC Celeron, Xiaomi Gateway, Fritzbox 7590, XS1

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • WebrangerW Webranger

                        @thomas-braun sagte in Nacch update der node js probleme mit iobroker fix:

                        getfacl /opt/iobroker/iobroker

                        danyel@debian-iobroker:/opt/iobroker$ getfacl /opt/iobroker/iobroker
                        getfacl: Entferne führende '/' von absoluten Pfadnamen

                        file: opt/iobroker/iobroker

                        owner: iobroker

                        group: iobroker

                        user::rwx
                        group::rwx
                        group:iobroker:rwx
                        mask::rwx
                        other::rwx

                        danyel@debian-iobroker:/opt/iobroker$

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

                        @webranger

                        Das sieht bei mir schon mal anders aus:

                        pi@chet:/opt/iobroker $ getfacl /opt/iobroker/iobroker
                        getfacl: Removing leading '/' from absolute path names
                        # file: opt/iobroker/iobroker
                        # owner: iobroker
                        # group: iobroker
                        user::rwx
                        group::r-x
                        group:iobroker:rwx              #effective:r-x
                        mask::r-x
                        other::r-x
                        
                        

                        Was liefert

                        groups
                        

                        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

                        WebrangerW 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @webranger

                          Das sieht bei mir schon mal anders aus:

                          pi@chet:/opt/iobroker $ getfacl /opt/iobroker/iobroker
                          getfacl: Removing leading '/' from absolute path names
                          # file: opt/iobroker/iobroker
                          # owner: iobroker
                          # group: iobroker
                          user::rwx
                          group::r-x
                          group:iobroker:rwx              #effective:r-x
                          mask::r-x
                          other::r-x
                          
                          

                          Was liefert

                          groups
                          
                          WebrangerW Offline
                          WebrangerW Offline
                          Webranger
                          schrieb am zuletzt editiert von
                          #34

                          @thomas-braun sagte in Nacch update der node js probleme mit iobroker fix:

                          groups

                          danyel cdrom floppy sudo audio dip video plugdev netdev iobroker

                          Intel NUC Celeron, Xiaomi Gateway, Fritzbox 7590, XS1

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • WebrangerW Webranger

                            @thomas-braun sagte in Nacch update der node js probleme mit iobroker fix:

                            groups

                            danyel cdrom floppy sudo audio dip video plugdev netdev iobroker

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

                            @webranger

                            Keine Ahnung, fällt mir nix zu ein.

                            iob fix
                            

                            ist das einzige Kommando, das sich so verhält?

                            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

                            WebrangerW 2 Antworten Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @webranger

                              Keine Ahnung, fällt mir nix zu ein.

                              iob fix
                              

                              ist das einzige Kommando, das sich so verhält?

                              WebrangerW Offline
                              WebrangerW Offline
                              Webranger
                              schrieb am zuletzt editiert von
                              #36

                              @thomas-braun sagte in Nacch update der node js probleme mit iobroker fix:

                              iob fix

                              keine Ahnung, vermute

                              Intel NUC Celeron, Xiaomi Gateway, Fritzbox 7590, XS1

                              1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @webranger

                                Keine Ahnung, fällt mir nix zu ein.

                                iob fix
                                

                                ist das einzige Kommando, das sich so verhält?

                                WebrangerW Offline
                                WebrangerW Offline
                                Webranger
                                schrieb am zuletzt editiert von
                                #37

                                @thomas-braun

                                Danke für deine Hilfe.

                                Werde jetzt Backup einspielen und dann die Tage mal über eine neuinstallation nachdenken.

                                Evtl nach 5 Jahren oder so garnicht so schlecht.

                                Intel NUC Celeron, Xiaomi Gateway, Fritzbox 7590, XS1

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • WebrangerW Webranger

                                  @thomas-braun

                                  Danke für deine Hilfe.

                                  Werde jetzt Backup einspielen und dann die Tage mal über eine neuinstallation nachdenken.

                                  Evtl nach 5 Jahren oder so garnicht so schlecht.

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

                                  @webranger

                                  sudo apt update
                                  

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

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


                                  Support us

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

                                  700

                                  Online

                                  32.7k

                                  Benutzer

                                  82.4k

                                  Themen

                                  1.3m

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

                                  • Du hast noch kein Konto? Registrieren

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