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
    319

  • 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 BrodmannT Thomas Brodmann

    @thomas-braun sagte in Error 25:

    sudo chown -R iobroker:iobroker /home/iobroker/.npm

    thommy@DietPi:/opt/iobroker$ sudo chown -R iobroker:iobroker /home/iobroker/.npm
    chown: Zugriff auf '/home/iobroker/.npm' nicht möglich: Datei oder Verzeichnis nicht gefunden
    thommy@DietPi:/opt/iobroker$
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #24

    @thomas-brodmann

    Häh?

    ls -la /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

      Häh?

      ls -la /home/iobroker/
      
      HomoranH Nicht stören
      HomoranH Nicht stören
      Homoran
      Global Moderator Administrators
      schrieb am zuletzt editiert von
      #25

      @thomas-braun ich hab ja schon oft gehört dass DietPi anders tickt.
      kann das sein, dass der user gar nicht angelegt werden konnte?

      @thomas-brodmann sagte in Error 25:

      Created /etc/sudoers.d/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 -

      1 Antwort Letzte Antwort
      0
      • GlasfaserG Glasfaser

        @thomas-brodmann sagte in Error 25:

        @thomas-braun sagte in Error 25:

        iobroker add sonoff --host DietPi

        thommy@DietPi:/opt/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$
        
        

        Zeige mal die Ausgabe mit debug

        iobroker add sonoff --host DietPi --debug
        
        Thomas BrodmannT Offline
        Thomas BrodmannT Offline
        Thomas Brodmann
        schrieb am zuletzt editiert von
        #26

        @glasfaser

        thommy@DietPi:/opt/iobroker$ iobroker add sonoff --host DietPi --debug
        NPM version: 6.14.17
        Installing iobroker.sonoff@2.5.1... (System call)
        npm ERR! code EACCES
        npm ERR! syscall mkdir
        npm ERR! path /home/iobroker
        npm ERR! errno -13
        npm ERR! Error: EACCES: permission denied, mkdir '/home/iobroker'
        npm ERR!  [OperationalError: EACCES: permission denied, mkdir '/home/iobroker'] {
        npm ERR!   cause: [Error: EACCES: permission denied, mkdir '/home/iobroker'] {
        npm ERR!     errno: -13,
        npm ERR!     code: 'EACCES',
        npm ERR!     syscall: 'mkdir',
        npm ERR!     path: '/home/iobroker'
        npm ERR!   },
        npm ERR!   isOperational: true,
        npm ERR!   errno: -13,
        npm ERR!   code: 'EACCES',
        npm ERR!   syscall: 'mkdir',
        npm ERR!   path: '/home/iobroker'
        npm ERR! }
        npm ERR!
        npm ERR! The operation was rejected by your operating system.
        npm ERR! It is likely you do not have the permissions to access this file as the current user
        npm ERR!
        npm ERR! If you believe this might be a permissions issue, please double-check the
        npm ERR! permissions of the file and its containing directories, or try running
        npm ERR! the command again as root/Administrator.
        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

          Häh?

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

          @thomas-braun sagte in Error 25:

          ls -la /home/iobroker/

          thommy@DietPi:/opt/iobroker$ ls -la /home/iobroker/
          ls: Zugriff auf '/home/iobroker/' nicht möglich: Datei oder Verzeichnis nicht gefunden
          thommy@DietPi:/opt/iobroker$
          
          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • Thomas BrodmannT Thomas Brodmann

            @thomas-braun sagte in Error 25:

            ls -la /home/iobroker/

            thommy@DietPi:/opt/iobroker$ ls -la /home/iobroker/
            ls: Zugriff auf '/home/iobroker/' nicht möglich: Datei oder Verzeichnis nicht gefunden
            thommy@DietPi:/opt/iobroker$
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #28

            @thomas-brodmann

            Warum hast du denn keinen user iobroker (inkl. entsprechendem home für diesen)?

            cat /etc/passwd | sort
            

            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

              Warum hast du denn keinen user iobroker (inkl. entsprechendem home für diesen)?

              cat /etc/passwd | sort
              
              HomoranH Nicht stören
              HomoranH Nicht stören
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von Homoran
              #29

              @thomas-braun sagte in Error 25:

              Warum hast du denn keinen user iobroker

              nur kein Recht den zu sehen und zu betreten!

              der fix hat nie gegriffen weil iobroker nie gestoppt wurde

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

                @thomas-brodmann

                Warum hast du denn keinen user iobroker (inkl. entsprechendem home für diesen)?

                cat /etc/passwd | sort
                
                Thomas BrodmannT Offline
                Thomas BrodmannT Offline
                Thomas Brodmann
                schrieb am zuletzt editiert von
                #30

                @thomas-braun sagte in Error 25:

                cat /etc/passwd | sort

                thommy@DietPi:/opt/iobroker$ cat /etc/passwd | sort
                _apt:x:100:65534::/nonexistent:/usr/sbin/nologin
                backup:x:34:34:backup:/var/backups:/usr/sbin/nologin
                bin:x:2:2:bin:/bin:/usr/sbin/nologin
                _chrony:x:106:113:Chrony daemon,,,:/var/lib/chrony:/usr/sbin/nologin
                daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
                dietpi:x:1000:1000::/home/dietpi:/bin/bash
                games:x:5:60:games:/usr/games:/usr/sbin/nologin
                gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/usr/sbin/nologin
                iobroker:x:1002:1002::/home/iobroker:/usr/sbin/nologin
                irc:x:39:39:ircd:/run/ircd:/usr/sbin/nologin
                list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
                lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin
                mail:x:8:8:mail:/var/mail:/usr/sbin/nologin
                man:x:6:12:man:/var/cache/man:/usr/sbin/nologin
                messagebus:x:104:105::/nonexistent:/usr/sbin/nologin
                news:x:9:9:news:/var/spool/news:/usr/sbin/nologin
                nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
                proxy:x:13:13:proxy:/bin:/usr/sbin/nologin
                root:x:0:0:root:/root:/usr/bin/bash
                _rpc:x:107:65534::/run/rpcbind:/usr/sbin/nologin
                statd:x:108:65534::/var/lib/nfs:/usr/sbin/nologin
                sync:x:4:65534:sync:/bin:/bin/sync
                systemd-coredump:x:999:999:systemd Core Dumper:/:/usr/sbin/nologin
                systemd-network:x:102:103:systemd Network Management,,,:/run/systemd:/usr/sbin/nologin
                systemd-resolve:x:103:104:systemd Resolver,,,:/run/systemd:/usr/sbin/nologin
                systemd-timesync:x:101:101:systemd Time Synchronization,,,:/run/systemd:/usr/sbin/nologin
                sys:x:3:3:sys:/dev:/usr/sbin/nologin
                thommy:x:1001:1001:,,,:/home/thommy:/usr/bin/bash
                uucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin
                www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin
                
                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • HomoranH Homoran

                  @thomas-braun sagte in Error 25:

                  Warum hast du denn keinen user iobroker

                  nur kein Recht den zu sehen und zu betreten!

                  der fix hat nie gegriffen weil iobroker nie gestoppt wurde

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

                  @homoran

                  Dann mache ich den stop jetzt mit:

                  sudo systemctl stop iobroker
                  

                  Dann werde ich den Fix ausführen

                  Thomas BrodmannT 1 Antwort Letzte Antwort
                  0
                  • Thomas BrodmannT Thomas Brodmann

                    @thomas-braun sagte in Error 25:

                    cat /etc/passwd | sort

                    thommy@DietPi:/opt/iobroker$ cat /etc/passwd | sort
                    _apt:x:100:65534::/nonexistent:/usr/sbin/nologin
                    backup:x:34:34:backup:/var/backups:/usr/sbin/nologin
                    bin:x:2:2:bin:/bin:/usr/sbin/nologin
                    _chrony:x:106:113:Chrony daemon,,,:/var/lib/chrony:/usr/sbin/nologin
                    daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
                    dietpi:x:1000:1000::/home/dietpi:/bin/bash
                    games:x:5:60:games:/usr/games:/usr/sbin/nologin
                    gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/usr/sbin/nologin
                    iobroker:x:1002:1002::/home/iobroker:/usr/sbin/nologin
                    irc:x:39:39:ircd:/run/ircd:/usr/sbin/nologin
                    list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
                    lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin
                    mail:x:8:8:mail:/var/mail:/usr/sbin/nologin
                    man:x:6:12:man:/var/cache/man:/usr/sbin/nologin
                    messagebus:x:104:105::/nonexistent:/usr/sbin/nologin
                    news:x:9:9:news:/var/spool/news:/usr/sbin/nologin
                    nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
                    proxy:x:13:13:proxy:/bin:/usr/sbin/nologin
                    root:x:0:0:root:/root:/usr/bin/bash
                    _rpc:x:107:65534::/run/rpcbind:/usr/sbin/nologin
                    statd:x:108:65534::/var/lib/nfs:/usr/sbin/nologin
                    sync:x:4:65534:sync:/bin:/bin/sync
                    systemd-coredump:x:999:999:systemd Core Dumper:/:/usr/sbin/nologin
                    systemd-network:x:102:103:systemd Network Management,,,:/run/systemd:/usr/sbin/nologin
                    systemd-resolve:x:103:104:systemd Resolver,,,:/run/systemd:/usr/sbin/nologin
                    systemd-timesync:x:101:101:systemd Time Synchronization,,,:/run/systemd:/usr/sbin/nologin
                    sys:x:3:3:sys:/dev:/usr/sbin/nologin
                    thommy:x:1001:1001:,,,:/home/thommy:/usr/bin/bash
                    uucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin
                    www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #32

                    @thomas-brodmann

                    sudo -u iobroker whoami
                    sudo -u iobroker ls -la /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

                    Thomas BrodmannT 1 Antwort Letzte Antwort
                    0
                    • Thomas BrodmannT Thomas Brodmann

                      @homoran

                      Dann mache ich den stop jetzt mit:

                      sudo systemctl stop iobroker
                      

                      Dann werde ich den Fix ausführen

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

                      @thomas-brodmann

                      thommy@DietPi:/opt/iobroker$ sudo systemctl stop iobroker
                      thommy@DietPi:/opt/iobroker$ iobroker fix
                      library: loaded
                      Library version=2022-06-15
                      
                      ==========================================================================
                      
                          Welcome to the ioBroker installation fixer!
                          Script version: 2022-06-03
                      
                          You might need to enter your password a couple of times.
                      
                      ==========================================================================
                      
                      
                      ==========================================================================
                          Installing prerequisites (1/3)
                      ==========================================================================
                      
                      [sudo] Passwort für thommy:
                      OK:1 https://deb.debian.org/debian bullseye InRelease
                      OK:2 https://deb.nodesource.com/node_14.x bullseye InRelease
                      OK:3 https://deb.debian.org/debian bullseye-updates InRelease
                      OK:4 https://deb.debian.org/debian-security bullseye-security InRelease
                      OK:5 https://deb.debian.org/debian bullseye-backports InRelease
                      OK:6 http://mirrors.xtom.de/armbian bullseye InRelease
                      Paketlisten werden gelesen… Fertig
                      Installed gcc-c++
                      
                      ==========================================================================
                          Checking ioBroker user and directory permissions (2/3)
                      ==========================================================================
                      
                      Created /etc/sudoers.d/iobroker
                      Fixing directory permissions...
                      
                      ==========================================================================
                          Checking autostart (3/3)
                      ==========================================================================
                      
                      Enabling autostart...
                      
                      ==========================================================================
                      
                          Your installation was fixed successfully
                          Run iobroker start to start ioBroker again!
                      
                      ==========================================================================
                      
                      thommy@DietPi:/opt/iobroker$ sudo systemctl start iobroker
                      Warning: The unit file, source configuration file or drop-ins of iobroker.service changed on disk. Run 'systemctl daemon-reload' to reload units.
                      thommy@DietPi:/opt/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$
                      
                      Thomas BraunT HomoranH 3 Antworten Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @thomas-brodmann

                        sudo -u iobroker whoami
                        sudo -u iobroker ls -la /home/iobroker
                        
                        Thomas BrodmannT Offline
                        Thomas BrodmannT Offline
                        Thomas Brodmann
                        schrieb am zuletzt editiert von
                        #34

                        @thomas-braun sagte in Error 25:

                        sudo -u iobroker ls -la /home/iobroker

                        thommy@DietPi:/opt/iobroker$ sudo -u iobroker whoami
                        iobroker
                        thommy@DietPi:/opt/iobroker$ sudo -u iobroker ls -la /home/iobroker
                        ls: Zugriff auf '/home/iobroker' nicht möglich: Datei oder Verzeichnis nicht gefunden
                        thommy@DietPi:/opt/iobroker$
                        
                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • Thomas BrodmannT Thomas Brodmann

                          @thomas-brodmann

                          thommy@DietPi:/opt/iobroker$ sudo systemctl stop iobroker
                          thommy@DietPi:/opt/iobroker$ iobroker fix
                          library: loaded
                          Library version=2022-06-15
                          
                          ==========================================================================
                          
                              Welcome to the ioBroker installation fixer!
                              Script version: 2022-06-03
                          
                              You might need to enter your password a couple of times.
                          
                          ==========================================================================
                          
                          
                          ==========================================================================
                              Installing prerequisites (1/3)
                          ==========================================================================
                          
                          [sudo] Passwort für thommy:
                          OK:1 https://deb.debian.org/debian bullseye InRelease
                          OK:2 https://deb.nodesource.com/node_14.x bullseye InRelease
                          OK:3 https://deb.debian.org/debian bullseye-updates InRelease
                          OK:4 https://deb.debian.org/debian-security bullseye-security InRelease
                          OK:5 https://deb.debian.org/debian bullseye-backports InRelease
                          OK:6 http://mirrors.xtom.de/armbian bullseye InRelease
                          Paketlisten werden gelesen… Fertig
                          Installed gcc-c++
                          
                          ==========================================================================
                              Checking ioBroker user and directory permissions (2/3)
                          ==========================================================================
                          
                          Created /etc/sudoers.d/iobroker
                          Fixing directory permissions...
                          
                          ==========================================================================
                              Checking autostart (3/3)
                          ==========================================================================
                          
                          Enabling autostart...
                          
                          ==========================================================================
                          
                              Your installation was fixed successfully
                              Run iobroker start to start ioBroker again!
                          
                          ==========================================================================
                          
                          thommy@DietPi:/opt/iobroker$ sudo systemctl start iobroker
                          Warning: The unit file, source configuration file or drop-ins of iobroker.service changed on disk. Run 'systemctl daemon-reload' to reload units.
                          thommy@DietPi:/opt/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$
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #35

                          @thomas-brodmann sagte in Error 25:

                          iobroker add sonoff --host DietPi

                          Versuch mal

                          sudo -H -u iobroker iobroker add sonoff --host DietPi
                          

                          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
                          • Thomas BrodmannT Thomas Brodmann

                            @thomas-brodmann

                            thommy@DietPi:/opt/iobroker$ sudo systemctl stop iobroker
                            thommy@DietPi:/opt/iobroker$ iobroker fix
                            library: loaded
                            Library version=2022-06-15
                            
                            ==========================================================================
                            
                                Welcome to the ioBroker installation fixer!
                                Script version: 2022-06-03
                            
                                You might need to enter your password a couple of times.
                            
                            ==========================================================================
                            
                            
                            ==========================================================================
                                Installing prerequisites (1/3)
                            ==========================================================================
                            
                            [sudo] Passwort für thommy:
                            OK:1 https://deb.debian.org/debian bullseye InRelease
                            OK:2 https://deb.nodesource.com/node_14.x bullseye InRelease
                            OK:3 https://deb.debian.org/debian bullseye-updates InRelease
                            OK:4 https://deb.debian.org/debian-security bullseye-security InRelease
                            OK:5 https://deb.debian.org/debian bullseye-backports InRelease
                            OK:6 http://mirrors.xtom.de/armbian bullseye InRelease
                            Paketlisten werden gelesen… Fertig
                            Installed gcc-c++
                            
                            ==========================================================================
                                Checking ioBroker user and directory permissions (2/3)
                            ==========================================================================
                            
                            Created /etc/sudoers.d/iobroker
                            Fixing directory permissions...
                            
                            ==========================================================================
                                Checking autostart (3/3)
                            ==========================================================================
                            
                            Enabling autostart...
                            
                            ==========================================================================
                            
                                Your installation was fixed successfully
                                Run iobroker start to start ioBroker again!
                            
                            ==========================================================================
                            
                            thommy@DietPi:/opt/iobroker$ sudo systemctl start iobroker
                            Warning: The unit file, source configuration file or drop-ins of iobroker.service changed on disk. Run 'systemctl daemon-reload' to reload units.
                            thommy@DietPi:/opt/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$
                            
                            HomoranH Nicht stören
                            HomoranH Nicht stören
                            Homoran
                            Global Moderator Administrators
                            schrieb am zuletzt editiert von
                            #36

                            @thomas-brodmann so sieht ein gelaufener fix aus

                            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 BrodmannT Thomas Brodmann

                              @thomas-braun sagte in Error 25:

                              sudo -u iobroker ls -la /home/iobroker

                              thommy@DietPi:/opt/iobroker$ sudo -u iobroker whoami
                              iobroker
                              thommy@DietPi:/opt/iobroker$ sudo -u iobroker ls -la /home/iobroker
                              ls: Zugriff auf '/home/iobroker' nicht möglich: Datei oder Verzeichnis nicht gefunden
                              thommy@DietPi:/opt/iobroker$
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #37

                              @thomas-brodmann

                              sudo 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
                              • Thomas BrodmannT Thomas Brodmann

                                @thomas-brodmann

                                thommy@DietPi:/opt/iobroker$ sudo systemctl stop iobroker
                                thommy@DietPi:/opt/iobroker$ iobroker fix
                                library: loaded
                                Library version=2022-06-15
                                
                                ==========================================================================
                                
                                    Welcome to the ioBroker installation fixer!
                                    Script version: 2022-06-03
                                
                                    You might need to enter your password a couple of times.
                                
                                ==========================================================================
                                
                                
                                ==========================================================================
                                    Installing prerequisites (1/3)
                                ==========================================================================
                                
                                [sudo] Passwort für thommy:
                                OK:1 https://deb.debian.org/debian bullseye InRelease
                                OK:2 https://deb.nodesource.com/node_14.x bullseye InRelease
                                OK:3 https://deb.debian.org/debian bullseye-updates InRelease
                                OK:4 https://deb.debian.org/debian-security bullseye-security InRelease
                                OK:5 https://deb.debian.org/debian bullseye-backports InRelease
                                OK:6 http://mirrors.xtom.de/armbian bullseye InRelease
                                Paketlisten werden gelesen… Fertig
                                Installed gcc-c++
                                
                                ==========================================================================
                                    Checking ioBroker user and directory permissions (2/3)
                                ==========================================================================
                                
                                Created /etc/sudoers.d/iobroker
                                Fixing directory permissions...
                                
                                ==========================================================================
                                    Checking autostart (3/3)
                                ==========================================================================
                                
                                Enabling autostart...
                                
                                ==========================================================================
                                
                                    Your installation was fixed successfully
                                    Run iobroker start to start ioBroker again!
                                
                                ==========================================================================
                                
                                thommy@DietPi:/opt/iobroker$ sudo systemctl start iobroker
                                Warning: The unit file, source configuration file or drop-ins of iobroker.service changed on disk. Run 'systemctl daemon-reload' to reload units.
                                thommy@DietPi:/opt/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$
                                
                                HomoranH Nicht stören
                                HomoranH Nicht stören
                                Homoran
                                Global Moderator Administrators
                                schrieb am zuletzt editiert von Homoran
                                #38

                                @thomas-brodmann sagte in Error 25:

                                The unit file, source configuration file or drop-ins of iobroker.service changed on disk. Run 'systemctl daemon-reload' to reload units

                                was ist denn da bei dir los?

                                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 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
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          339

                                          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