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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Error 25

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    320

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

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

Error 25

Geplant Angeheftet Gesperrt Verschoben Error/Bug
error process exited with coderror 25
66 Beiträge 5 Kommentatoren 3.4k Aufrufe 4 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

    @thomas-brodmann sagte in Error 25:

    iobroker add sonoff --host DietPi

    Versuch mal

    sudo -H -u iobroker iobroker add sonoff --host DietPi
    
    Thomas BrodmannT Offline
    Thomas BrodmannT Offline
    Thomas Brodmann
    schrieb am zuletzt editiert von
    #39

    @thomas-braun

    thommy@DietPi:/opt/iobroker$ sudo -H -u iobroker iobroker add sonoff --host DietPi
    NPM version: 6.14.17
    Installing iobroker.sonoff@2.5.1... (System call)
    host.DietPi Cannot install iobroker.sonoff@2.5.1: 243
    thommy@DietPi:/opt/iobroker$
    
    1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @thomas-brodmann

      sudo ls -la /home/
      
      Thomas BrodmannT Offline
      Thomas BrodmannT Offline
      Thomas Brodmann
      schrieb am zuletzt editiert von
      #40

      @thomas-braun

      thommy@DietPi:/opt/iobroker$ sudo ls -la /home/
      insgesamt 16
      drwxr-xr-x  4 root   root   4096 15. Jun 13:36 .
      drwxr-xr-x 18 root   root   4096 29. Mai 14:11 ..
      drwxr-xr-x  2 dietpi dietpi 4096 19. Okt 2021  dietpi
      drwxr-xr-x  9 thommy thommy 4096 15. Jun 19:58 thommy
      thommy@DietPi:/opt/iobroker$
      
      
      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • Thomas BrodmannT Thomas Brodmann

        @thomas-braun

        thommy@DietPi:/opt/iobroker$ sudo ls -la /home/
        insgesamt 16
        drwxr-xr-x  4 root   root   4096 15. Jun 13:36 .
        drwxr-xr-x 18 root   root   4096 29. Mai 14:11 ..
        drwxr-xr-x  2 dietpi dietpi 4096 19. Okt 2021  dietpi
        drwxr-xr-x  9 thommy thommy 4096 15. Jun 19:58 thommy
        thommy@DietPi:/opt/iobroker$
        
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von Thomas Braun
        #41

        @thomas-brodmann

        Siehste...
        Kein /home für iobroker

        sudo mkdir /home/iobroker 
        sudo chown iobroker:iobroker /home/iobroker
        sudo chmod 755 /home/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

        HomoranH Thomas BrodmannT 2 Antworten Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @thomas-brodmann

          Siehste...
          Kein /home für iobroker

          sudo mkdir /home/iobroker 
          sudo chown iobroker:iobroker /home/iobroker
          sudo chmod 755 /home/iobroker
          
          HomoranH Nicht stören
          HomoranH Nicht stören
          Homoran
          Global Moderator Administrators
          schrieb am zuletzt editiert von
          #42

          @thomas-braun bist du sicher dass da nicht noch mehr krumm ist?

          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 -

          Thomas BraunT GlasfaserG 2 Antworten Letzte Antwort
          0
          • HomoranH Homoran

            @thomas-braun bist du sicher dass da nicht noch mehr krumm ist?

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

            @homoran sagte in Error 25:

            ist du sicher dass da nicht noch mehr krumm ist?

            Nein.

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

            HomoranH 1 Antwort Letzte Antwort
            0
            • HomoranH Homoran

              @thomas-braun bist du sicher dass da nicht noch mehr krumm ist?

              GlasfaserG Offline
              GlasfaserG Offline
              Glasfaser
              schrieb am zuletzt editiert von
              #44

              @Thomas-Braun

              @homoran sagte in Error 25:
              @thomas-braun bist du sicher dass da nicht noch mehr krumm ist?

              ich würde mal in dem Verzeichniss mal schauen was da drin ist ..!?

              sudo ls -la /home/thommy/
              

              Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

              1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @homoran sagte in Error 25:

                ist du sicher dass da nicht noch mehr krumm ist?

                Nein.

                HomoranH Nicht stören
                HomoranH Nicht stören
                Homoran
                Global Moderator Administrators
                schrieb am zuletzt editiert von
                #45

                @thomas-braun wenn die iobroker Befehle nich klappen sondern nur systemctl, wird das jetzt besser?

                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 -

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • HomoranH Homoran

                  @thomas-braun wenn die iobroker Befehle nich klappen sondern nur systemctl, wird das jetzt besser?

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

                  @homoran

                  sudoers scheint auch 'nen Knick zu haben. Aber ich weiß nicht ob das auf dem DiätPi nicht irgendwie auch auf Diät sitzt und nur Knäckebrot bekommt.

                  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

                  GlasfaserG 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @thomas-brodmann

                    Siehste...
                    Kein /home für iobroker

                    sudo mkdir /home/iobroker 
                    sudo chown iobroker:iobroker /home/iobroker
                    sudo chmod 755 /home/iobroker
                    
                    Thomas BrodmannT Offline
                    Thomas BrodmannT Offline
                    Thomas Brodmann
                    schrieb am zuletzt editiert von
                    #47

                    @thomas-braun

                    Das Anlegen des Ordners hat geholfen.

                    thommy@DietPi:/opt/iobroker$ sudo mkdir /home/iobroker
                    thommy@DietPi:/opt/iobroker$ sudo chown iobroker:iobroker /home/iobroker
                    thommy@DietPi:/opt/iobroker$
                    thommy@DietPi:/opt/iobroker$
                    thommy@DietPi:/opt/iobroker$ iobroker add sonoff --host DietPi --debug
                    NPM version: 6.14.17
                    Installing iobroker.sonoff@2.5.1... (System call)
                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (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":"arm64"})
                    
                    + iobroker.sonoff@2.5.1
                    added 15 packages from 19 contributors in 37.07s
                    
                    38 packages are looking for funding
                      run `npm fund` for details
                    
                    host.DietPi install adapter sonoff
                    upload [3] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index.html index.html text/html
                    upload [2] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index_m.html index_m.html text/html
                    upload [1] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/sonoff.png sonoff.png image/png
                    upload [0] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/words.js words.js application/javascript
                    host.DietPi object system.adapter.sonoff created/updated
                    host.DietPi create instance sonoff
                    host.DietPi object system.adapter.sonoff.0.alive created
                    host.DietPi object system.adapter.sonoff.0.connected created
                    host.DietPi object system.adapter.sonoff.0.compactMode created
                    host.DietPi object system.adapter.sonoff.0.cpu created
                    host.DietPi object system.adapter.sonoff.0.cputime created
                    host.DietPi object system.adapter.sonoff.0.memHeapUsed created
                    host.DietPi object system.adapter.sonoff.0.memHeapTotal created
                    host.DietPi object system.adapter.sonoff.0.memRss created
                    host.DietPi object system.adapter.sonoff.0.uptime created
                    host.DietPi object system.adapter.sonoff.0.inputCount created
                    host.DietPi object system.adapter.sonoff.0.outputCount created
                    host.DietPi object system.adapter.sonoff.0.eventLoopLag created
                    host.DietPi object system.adapter.sonoff.0.sigKill created
                    host.DietPi object system.adapter.sonoff.0.logLevel created
                    host.DietPi object sonoff.0.info created
                    host.DietPi object sonoff.0.info.connection created
                    host.DietPi object system.adapter.sonoff.0 created
                    thommy@DietPi:/opt/iobroker$
                    
                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @homoran

                      sudoers scheint auch 'nen Knick zu haben. Aber ich weiß nicht ob das auf dem DiätPi nicht irgendwie auch auf Diät sitzt und nur Knäckebrot bekommt.

                      GlasfaserG Offline
                      GlasfaserG Offline
                      Glasfaser
                      schrieb am zuletzt editiert von
                      #48

                      @thomas-braun sagte in Error 25:

                      auch auf Diät sitzt und nur Knäckebrot bekommt.

                      Dietpi ist abgespeckt , habe es als VM ( Grafana / Influx )

                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                      HomoranH 1 Antwort Letzte Antwort
                      0
                      • Thomas BrodmannT Thomas Brodmann

                        @thomas-braun

                        Das Anlegen des Ordners hat geholfen.

                        thommy@DietPi:/opt/iobroker$ sudo mkdir /home/iobroker
                        thommy@DietPi:/opt/iobroker$ sudo chown iobroker:iobroker /home/iobroker
                        thommy@DietPi:/opt/iobroker$
                        thommy@DietPi:/opt/iobroker$
                        thommy@DietPi:/opt/iobroker$ iobroker add sonoff --host DietPi --debug
                        NPM version: 6.14.17
                        Installing iobroker.sonoff@2.5.1... (System call)
                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (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":"arm64"})
                        
                        + iobroker.sonoff@2.5.1
                        added 15 packages from 19 contributors in 37.07s
                        
                        38 packages are looking for funding
                          run `npm fund` for details
                        
                        host.DietPi install adapter sonoff
                        upload [3] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index.html index.html text/html
                        upload [2] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index_m.html index_m.html text/html
                        upload [1] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/sonoff.png sonoff.png image/png
                        upload [0] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/words.js words.js application/javascript
                        host.DietPi object system.adapter.sonoff created/updated
                        host.DietPi create instance sonoff
                        host.DietPi object system.adapter.sonoff.0.alive created
                        host.DietPi object system.adapter.sonoff.0.connected created
                        host.DietPi object system.adapter.sonoff.0.compactMode created
                        host.DietPi object system.adapter.sonoff.0.cpu created
                        host.DietPi object system.adapter.sonoff.0.cputime created
                        host.DietPi object system.adapter.sonoff.0.memHeapUsed created
                        host.DietPi object system.adapter.sonoff.0.memHeapTotal created
                        host.DietPi object system.adapter.sonoff.0.memRss created
                        host.DietPi object system.adapter.sonoff.0.uptime created
                        host.DietPi object system.adapter.sonoff.0.inputCount created
                        host.DietPi object system.adapter.sonoff.0.outputCount created
                        host.DietPi object system.adapter.sonoff.0.eventLoopLag created
                        host.DietPi object system.adapter.sonoff.0.sigKill created
                        host.DietPi object system.adapter.sonoff.0.logLevel created
                        host.DietPi object sonoff.0.info created
                        host.DietPi object sonoff.0.info.connection created
                        host.DietPi object system.adapter.sonoff.0 created
                        thommy@DietPi:/opt/iobroker$
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #49

                        @thomas-brodmann

                        ls -la /home/
                        

                        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

                        Thomas BrodmannT 1 Antwort Letzte Antwort
                        0
                        • GlasfaserG Glasfaser

                          @thomas-braun sagte in Error 25:

                          auch auf Diät sitzt und nur Knäckebrot bekommt.

                          Dietpi ist abgespeckt , habe es als VM ( Grafana / Influx )

                          HomoranH Nicht stören
                          HomoranH Nicht stören
                          Homoran
                          Global Moderator Administrators
                          schrieb am zuletzt editiert von
                          #50

                          @glasfaser sagte in Error 25:

                          Dietpi ist abgespeckt ,

                          ich hab damals iobroker darauf nicht ans laufen gebracht. Hätte zu viele Klimmzüge gebraucht, wo ich mich nicht mit auskenne

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

                            @thomas-brodmann

                            ls -la /home/
                            
                            Thomas BrodmannT Offline
                            Thomas BrodmannT Offline
                            Thomas Brodmann
                            schrieb am zuletzt editiert von
                            #51

                            @thomas-braun

                            thommy@DietPi:/opt/iobroker$ ls -la /home/
                            insgesamt 20
                            drwxr-xr-x  5 root     root     4096 15. Jun 20:09 .
                            drwxr-xr-x 18 root     root     4096 29. Mai 14:11 ..
                            drwxr-xr-x  2 dietpi   dietpi   4096 19. Okt 2021  dietpi
                            drwxr-xr-x  3 iobroker iobroker 4096 15. Jun 20:11 iobroker
                            drwxr-xr-x  9 thommy   thommy   4096 15. Jun 19:58 thommy
                            thommy@DietPi:/opt/iobroker$
                            

                            Vielen lieben Dank für eure Großartige hilfe!!!

                            HomoranH Thomas BraunT 2 Antworten Letzte Antwort
                            0
                            • Thomas BrodmannT Thomas Brodmann

                              @thomas-braun

                              thommy@DietPi:/opt/iobroker$ ls -la /home/
                              insgesamt 20
                              drwxr-xr-x  5 root     root     4096 15. Jun 20:09 .
                              drwxr-xr-x 18 root     root     4096 29. Mai 14:11 ..
                              drwxr-xr-x  2 dietpi   dietpi   4096 19. Okt 2021  dietpi
                              drwxr-xr-x  3 iobroker iobroker 4096 15. Jun 20:11 iobroker
                              drwxr-xr-x  9 thommy   thommy   4096 15. Jun 19:58 thommy
                              thommy@DietPi:/opt/iobroker$
                              

                              Vielen lieben Dank für eure Großartige hilfe!!!

                              HomoranH Nicht stören
                              HomoranH Nicht stören
                              Homoran
                              Global Moderator Administrators
                              schrieb am zuletzt editiert von
                              #52

                              @thomas-brodmann

                              und das hier?

                              @glasfaser sagte in Error 25:

                              @Thomas-Braun

                              @homoran sagte in Error 25:
                              @thomas-braun bist du sicher dass da nicht noch mehr krumm ist?

                              ich würde mal in dem Verzeichniss mal schauen was da drin ist ..!?

                              sudo ls -la /home/thommy/
                              

                              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 -

                              Thomas BrodmannT 1 Antwort Letzte Antwort
                              0
                              • HomoranH Homoran

                                @thomas-brodmann

                                und das hier?

                                @glasfaser sagte in Error 25:

                                @Thomas-Braun

                                @homoran sagte in Error 25:
                                @thomas-braun bist du sicher dass da nicht noch mehr krumm ist?

                                ich würde mal in dem Verzeichniss mal schauen was da drin ist ..!?

                                sudo ls -la /home/thommy/
                                
                                Thomas BrodmannT Offline
                                Thomas BrodmannT Offline
                                Thomas Brodmann
                                schrieb am zuletzt editiert von
                                #53

                                @homoran sagte in Error 25:

                                sudo ls -la /home/thommy/

                                thommy@DietPi:/opt/iobroker$ sudo ls -la /home/thommy/
                                insgesamt 64
                                drwxr-xr-x 9 thommy thommy 4096 15. Jun 19:58 .
                                drwxr-xr-x 5 root   root   4096 15. Jun 20:09 ..
                                -rw------- 1 thommy thommy 5313 15. Jun 16:44 .bash_history
                                -rw-r--r-- 1 thommy thommy  220  4. Nov 2021  .bash_logout
                                -rw-r--r-- 1 thommy thommy 3716 15. Jun 19:58 .bashrc
                                drwxr-xr-x 5 thommy thommy 4096 15. Jun 14:14 .cache
                                drwx------ 4 thommy thommy 4096  4. Nov 2021  .config
                                drwxr-xr-x 3 thommy thommy 4096 15. Jun 12:49 i0broker
                                drwxr-xr-x 2 thommy thommy 4096  4. Nov 2021  .iobroker
                                drwx------ 3 thommy thommy 4096  4. Nov 2021  .local
                                lrwxrwxrwx 1 root   root     13 15. Jun 18:31 node -> /usr/bin/node
                                lrwxrwxrwx 1 root   root     15 15. Jun 18:31 nodejs -> /usr/bin/nodejs
                                -rw------- 1 thommy thommy    0 15. Jun 18:37 .node_repl_history
                                drwxr-xr-x 5 thommy thommy 4096 15. Jun 14:14 .npm
                                -rw------- 1 thommy thommy   36 15. Jun 14:09 .npmrc
                                -rw-r--r-- 1 thommy thommy  807  4. Nov 2021  .profile
                                drwxr-xr-x 3 thommy thommy 4096  4. Nov 2021  .terminfo
                                -rw-r--r-- 1 thommy thommy 2945  1. Mai 07:27 terminfo.txt
                                thommy@DietPi:/opt/iobroker$
                                
                                GlasfaserG Thomas BraunT 2 Antworten Letzte Antwort
                                0
                                • Thomas BrodmannT Thomas Brodmann

                                  @homoran sagte in Error 25:

                                  sudo ls -la /home/thommy/

                                  thommy@DietPi:/opt/iobroker$ sudo ls -la /home/thommy/
                                  insgesamt 64
                                  drwxr-xr-x 9 thommy thommy 4096 15. Jun 19:58 .
                                  drwxr-xr-x 5 root   root   4096 15. Jun 20:09 ..
                                  -rw------- 1 thommy thommy 5313 15. Jun 16:44 .bash_history
                                  -rw-r--r-- 1 thommy thommy  220  4. Nov 2021  .bash_logout
                                  -rw-r--r-- 1 thommy thommy 3716 15. Jun 19:58 .bashrc
                                  drwxr-xr-x 5 thommy thommy 4096 15. Jun 14:14 .cache
                                  drwx------ 4 thommy thommy 4096  4. Nov 2021  .config
                                  drwxr-xr-x 3 thommy thommy 4096 15. Jun 12:49 i0broker
                                  drwxr-xr-x 2 thommy thommy 4096  4. Nov 2021  .iobroker
                                  drwx------ 3 thommy thommy 4096  4. Nov 2021  .local
                                  lrwxrwxrwx 1 root   root     13 15. Jun 18:31 node -> /usr/bin/node
                                  lrwxrwxrwx 1 root   root     15 15. Jun 18:31 nodejs -> /usr/bin/nodejs
                                  -rw------- 1 thommy thommy    0 15. Jun 18:37 .node_repl_history
                                  drwxr-xr-x 5 thommy thommy 4096 15. Jun 14:14 .npm
                                  -rw------- 1 thommy thommy   36 15. Jun 14:09 .npmrc
                                  -rw-r--r-- 1 thommy thommy  807  4. Nov 2021  .profile
                                  drwxr-xr-x 3 thommy thommy 4096  4. Nov 2021  .terminfo
                                  -rw-r--r-- 1 thommy thommy 2945  1. Mai 07:27 terminfo.txt
                                  thommy@DietPi:/opt/iobroker$
                                  
                                  GlasfaserG Offline
                                  GlasfaserG Offline
                                  Glasfaser
                                  schrieb am zuletzt editiert von
                                  #54

                                  @thomas-brodmann

                                  sieht schon Witzig aus .... das Verzeichniss

                                  drwxr-xr-x 3 thommy thommy 4096 15. Jun 12:49 i0broker
                                  

                                  Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                  HomoranH 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BrodmannT Thomas Brodmann

                                    @thomas-braun

                                    thommy@DietPi:/opt/iobroker$ ls -la /home/
                                    insgesamt 20
                                    drwxr-xr-x  5 root     root     4096 15. Jun 20:09 .
                                    drwxr-xr-x 18 root     root     4096 29. Mai 14:11 ..
                                    drwxr-xr-x  2 dietpi   dietpi   4096 19. Okt 2021  dietpi
                                    drwxr-xr-x  3 iobroker iobroker 4096 15. Jun 20:11 iobroker
                                    drwxr-xr-x  9 thommy   thommy   4096 15. Jun 19:58 thommy
                                    thommy@DietPi:/opt/iobroker$
                                    

                                    Vielen lieben Dank für eure Großartige hilfe!!!

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

                                    @thomas-brodmann

                                    Die Essentials sind dann jetzt da.
                                    Warum der iobroker kein Zuhause hat(te) wäre aber interessant zu wissen.
                                    Muss mir vielleicht das Diät-Zeuch mal anschauen, wie das so tickt.

                                    Hast du die Kiste mal komplett neugebootet?
                                    Danach bitte den

                                    iobroker fix
                                    

                                    nochmal. Vielleicht ruckelt sich sudoers mit vorhandenem ~ jetzt zurecht.

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

                                    HomoranH Thomas BrodmannT 2 Antworten Letzte Antwort
                                    0
                                    • Thomas BrodmannT Thomas Brodmann

                                      @homoran sagte in Error 25:

                                      sudo ls -la /home/thommy/

                                      thommy@DietPi:/opt/iobroker$ sudo ls -la /home/thommy/
                                      insgesamt 64
                                      drwxr-xr-x 9 thommy thommy 4096 15. Jun 19:58 .
                                      drwxr-xr-x 5 root   root   4096 15. Jun 20:09 ..
                                      -rw------- 1 thommy thommy 5313 15. Jun 16:44 .bash_history
                                      -rw-r--r-- 1 thommy thommy  220  4. Nov 2021  .bash_logout
                                      -rw-r--r-- 1 thommy thommy 3716 15. Jun 19:58 .bashrc
                                      drwxr-xr-x 5 thommy thommy 4096 15. Jun 14:14 .cache
                                      drwx------ 4 thommy thommy 4096  4. Nov 2021  .config
                                      drwxr-xr-x 3 thommy thommy 4096 15. Jun 12:49 i0broker
                                      drwxr-xr-x 2 thommy thommy 4096  4. Nov 2021  .iobroker
                                      drwx------ 3 thommy thommy 4096  4. Nov 2021  .local
                                      lrwxrwxrwx 1 root   root     13 15. Jun 18:31 node -> /usr/bin/node
                                      lrwxrwxrwx 1 root   root     15 15. Jun 18:31 nodejs -> /usr/bin/nodejs
                                      -rw------- 1 thommy thommy    0 15. Jun 18:37 .node_repl_history
                                      drwxr-xr-x 5 thommy thommy 4096 15. Jun 14:14 .npm
                                      -rw------- 1 thommy thommy   36 15. Jun 14:09 .npmrc
                                      -rw-r--r-- 1 thommy thommy  807  4. Nov 2021  .profile
                                      drwxr-xr-x 3 thommy thommy 4096  4. Nov 2021  .terminfo
                                      -rw-r--r-- 1 thommy thommy 2945  1. Mai 07:27 terminfo.txt
                                      thommy@DietPi:/opt/iobroker$
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #56

                                      @thomas-brodmann sagte in Error 25:

                                      @Glasfaser
                                      Das ist viel 'witziger'...

                                      lrwxrwxrwx 1 root root 13 15. Jun 18:31 node -> /usr/bin/node
                                      lrwxrwxrwx 1 root root 15 15. Jun 18:31 nodejs -> /usr/bin/nodejs

                                      Also doch wieder als root rumgepfuscht...

                                      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

                                      Thomas BrodmannT 1 Antwort Letzte Antwort
                                      0
                                      • GlasfaserG Glasfaser

                                        @thomas-brodmann

                                        sieht schon Witzig aus .... das Verzeichniss

                                        drwxr-xr-x 3 thommy thommy 4096 15. Jun 12:49 i0broker
                                        
                                        HomoranH Nicht stören
                                        HomoranH Nicht stören
                                        Homoran
                                        Global Moderator Administrators
                                        schrieb am zuletzt editiert von
                                        #57

                                        @glasfaser sagte in Error 25:

                                        @thomas-brodmann

                                        sieht schon Witzig aus .... das Verzeichniss

                                        drwxr-xr-x 3 thommy thommy 4096 15. Jun 12:49 i0broker
                                        

                                        ist das eine Null in i0Broker??

                                        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 -

                                        GlasfaserG 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @thomas-brodmann sagte in Error 25:

                                          @Glasfaser
                                          Das ist viel 'witziger'...

                                          lrwxrwxrwx 1 root root 13 15. Jun 18:31 node -> /usr/bin/node
                                          lrwxrwxrwx 1 root root 15 15. Jun 18:31 nodejs -> /usr/bin/nodejs

                                          Also doch wieder als root rumgepfuscht...

                                          Thomas BrodmannT Offline
                                          Thomas BrodmannT Offline
                                          Thomas Brodmann
                                          schrieb am zuletzt editiert von
                                          #58

                                          @thomas-braun

                                          Node und nodejs muss doch als sudo installiert werden.

                                          Oder nicht?

                                          HomoranH Thomas BraunT 2 Antworten Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          451

                                          Online

                                          32.7k

                                          Benutzer

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