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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Iobroker läuft nicht mehr richtig, nur noch Logfehler

NEWS

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

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

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

Iobroker läuft nicht mehr richtig, nur noch Logfehler

Scheduled Pinned Locked Moved ioBroker Allgemein
log fehler iobroker
32 Posts 3 Posters 2.4k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lady Ela
    wrote on last edited by
    #5
    root@ioBroker-Pi:/# dmesg | grep -i ext4
    [    2.838395] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    3.639298] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
    root@ioBroker-Pi:/# who -r && whoami && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
             Runlevel 5   2020-11-25 17:38
    root
    /usr/bin/nodejs
    v12.20.0
    /usr/bin/node
    v12.20.0
    /usr/bin/npm
    6.14.8
    nodejs:
      Installiert:           12.20.0-1nodesource1
      Installationskandidat: 12.20.0-1nodesource1
      Versionstabelle:
     *** 12.20.0-1nodesource1 500
            500 https://deb.nodesource.com/node_12.x stretch/main amd64 Packages
            100 /var/lib/dpkg/status
         4.8.2~dfsg-1 500
            500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
    
    
    Thomas BraunT 2 Replies Last reply
    0
    • L Lady Ela
      root@ioBroker-Pi:/# dmesg | grep -i ext4
      [    2.838395] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
      [    3.639298] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
      root@ioBroker-Pi:/# who -r && whoami && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
               Runlevel 5   2020-11-25 17:38
      root
      /usr/bin/nodejs
      v12.20.0
      /usr/bin/node
      v12.20.0
      /usr/bin/npm
      6.14.8
      nodejs:
        Installiert:           12.20.0-1nodesource1
        Installationskandidat: 12.20.0-1nodesource1
        Versionstabelle:
       *** 12.20.0-1nodesource1 500
              500 https://deb.nodesource.com/node_12.x stretch/main amd64 Packages
              100 /var/lib/dpkg/status
           4.8.2~dfsg-1 500
              500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
      
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by
      #6

      @Lady-Ela
      Bitte nicht als root anmelden auf einem Debian Stretch.
      Abmelden und als user:

      sudo apt update
      sudo apt dist-upgrade
      

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

      1 Reply Last reply
      0
      • L Lady Ela
        root@ioBroker-Pi:/# dmesg | grep -i ext4
        [    2.838395] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
        [    3.639298] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
        root@ioBroker-Pi:/# who -r && whoami && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                 Runlevel 5   2020-11-25 17:38
        root
        /usr/bin/nodejs
        v12.20.0
        /usr/bin/node
        v12.20.0
        /usr/bin/npm
        6.14.8
        nodejs:
          Installiert:           12.20.0-1nodesource1
          Installationskandidat: 12.20.0-1nodesource1
          Versionstabelle:
         *** 12.20.0-1nodesource1 500
                500 https://deb.nodesource.com/node_12.x stretch/main amd64 Packages
                100 /var/lib/dpkg/status
             4.8.2~dfsg-1 500
                500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
        
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by Thomas Braun
        #7

        @Lady-Ela
        Was ist denn das für ein System da? Benannt als Pi, aber mit amd64-CPU, dann aber über SD-Karte betrieben. OrangePi oder sowas?

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

        1 Reply Last reply
        0
        • L Offline
          L Offline
          Lady Ela
          wrote on last edited by
          #8

          355b84e2-a59a-4926-ad07-ef573e7c1efe-image.png

          c0830abb-5ce1-4831-a3c0-a8ac1001d862-image.png

          b54281fb-bdb2-47af-8958-e97b1fd79da5-image.png

          1 Reply Last reply
          0
          • L Offline
            L Offline
            Lady Ela
            wrote on last edited by
            #9

            Ich kann es leider nur als root ausführen, als User bekomme ich folgenden Fehler zurück.

            michaela@ioBroker-Pi:~$ Leider darf der Benutzer michaela »/usr/bin/apt update« als root auf ioBroker-Pi                          .fritz.box nicht ausführen.
            -bash: Leider: Kommando nicht gefunden.
            michaela@ioBroker-Pi:~$ michaela@ioBroker-Pi:~$
            -bash: michaela@ioBroker-Pi:~$: Kommando nicht gefunden.
            
            
            Thomas BraunT 1 Reply Last reply
            0
            • L Lady Ela

              Ich kann es leider nur als root ausführen, als User bekomme ich folgenden Fehler zurück.

              michaela@ioBroker-Pi:~$ Leider darf der Benutzer michaela »/usr/bin/apt update« als root auf ioBroker-Pi                          .fritz.box nicht ausführen.
              -bash: Leider: Kommando nicht gefunden.
              michaela@ioBroker-Pi:~$ michaela@ioBroker-Pi:~$
              -bash: michaela@ioBroker-Pi:~$: Kommando nicht gefunden.
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by Thomas Braun
              #10

              @Lady-Ela
              Als root:

              usermod -aG sudo michaela
              

              Dann am besten mal rebooten:

              reboot
              

              Dann sollte die michaela auch per sudo root-Kommandos absetzen können.

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

              1 Reply Last reply
              0
              • L Offline
                L Offline
                Lady Ela
                wrote on last edited by
                #11

                Läuft leider immer noch nicht

                Thomas BraunT 1 Reply Last reply
                0
                • L Lady Ela

                  Läuft leider immer noch nicht

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

                  @Lady-Ela
                  Joh...
                  Wir haben ja auch noch gar nichts gemacht...

                  Die michaela kann aber jetzt das sudo Kommando nutzen?

                  sudo whoami
                  

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

                  1 Reply Last reply
                  0
                  • L Offline
                    L Offline
                    Lady Ela
                    wrote on last edited by
                    #13

                    @Thomas-Braun said in Iobroker läuft nicht mehr richtig, nur noch Logfehler:

                    sudo whoami

                    ja kann ich beziehungsweise als user michaela

                    Thomas BraunT 1 Reply Last reply
                    0
                    • L Lady Ela

                      @Thomas-Braun said in Iobroker läuft nicht mehr richtig, nur noch Logfehler:

                      sudo whoami

                      ja kann ich beziehungsweise als user michaela

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

                      @Lady-Ela

                      iobroker fix
                      

                      Und bitte die Ausführung bzw. die Rückmeldungen vom System auch die Helfer wissen lassen.

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

                      1 Reply Last reply
                      0
                      • L Offline
                        L Offline
                        Lady Ela
                        wrote on last edited by
                        #15

                        Leider kein Erfolg

                        michaela@ioBroker-Pi:~$ iobroker fix
                        library: loaded
                        Library version=2020-06-12
                        ioBroker or some processes are still running:
                         io.admin.0
                         io.discovery.0
                         io.terminal.0
                         io.alexa2.0
                         io.backitup.0
                         io.hue.0
                         io.zigbee.0
                         io.tankerkoenig.0
                         io.denon.0
                         io.email.0
                         io.ping.0
                         io.web.0
                         io.pollenflug.0
                         io.pushover.0
                         io.telegram.0
                         io.javascript.0
                         io.sonoff.0
                         io.iot.0
                         io.harmony.0
                         io.sql.0
                         io.iqontrol.0
                        Please stop them first and try again!
                        michaela@ioBroker-Pi:~$ sudo iobroker stop
                        michaela@ioBroker-Pi:~$ iobroker fix
                        library: loaded
                        Library version=2020-06-12
                        
                        ==========================================================================
                        
                            Welcome to the ioBroker installation fixer!
                            Script version: 2020-06-15
                        
                            You might need to enter your password a couple of times.
                        
                        ==========================================================================
                        
                        
                        ==========================================================================
                            Installing prerequisites (1/3)
                        ==========================================================================
                        
                        OK:1 http://phoscon.de/apt/deconz stretch InRelease
                        Ign:2 http://ftp.de.debian.org/debian stretch InRelease
                        OK:3 http://ftp.de.debian.org/debian stretch-updates InRelease
                        OK:4 http://ftp.de.debian.org/debian stretch Release
                        OK:5 https://deb.nodesource.com/node_12.x stretch InRelease
                        OK:6 http://security.debian.org/debian-security stretch/updates 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...
                        Autostart enabled!
                        
                        ==========================================================================
                        
                            Your installation was fixed successfully
                            Run iobroker start to start ioBroker again!
                        
                        ==========================================================================
                        
                        michaela@ioBroker-Pi:~$ sudo iobroker start
                        michaela@ioBroker-Pi:~$ ^C
                        michaela@ioBroker-Pi:~$ ^C
                        michaela@ioBroker-Pi:~$ ^C
                        michaela@ioBroker-Pi:~$ iobroker fix
                        Library version=2020-06-12
                        ioBroker or some processes are still running:
                         io.admin.0
                         io.discovery.0
                         io.terminal.0
                         io.alexa2.0
                         io.backitup.0
                         io.hue.0
                         io.zigbee.0
                         io.tankerkoenig.0
                         io.denon.0
                         io.email.0
                         io.ping.0
                         io.web.0
                         io.pollenflug.0
                         io.pushover.0
                         io.telegram.0
                         io.javascript.0
                         io.sonoff.0
                         io.iot.0
                         io.harmony.0
                         io.sql.0
                         io.iqontrol.0
                        Please stop them first and try again!
                        michaela@ioBroker-Pi:~$ sudo iobroker stop
                        michaela@ioBroker-Pi:~$ iobroker fix
                        library: loaded
                        Library version=2020-06-12
                        
                        ==========================================================================
                        
                            Welcome to the ioBroker installation fixer!
                            Script version: 2020-06-15
                        
                            You might need to enter your password a couple of times.
                        
                        ==========================================================================
                        
                        
                        ==========================================================================
                            Installing prerequisites (1/3)
                        ==========================================================================
                        
                        OK:1 http://phoscon.de/apt/deconz stretch InRelease
                        Ign:2 http://ftp.de.debian.org/debian stretch InRelease
                        OK:3 http://ftp.de.debian.org/debian stretch-updates InRelease
                        OK:4 http://ftp.de.debian.org/debian stretch Release
                        OK:5 https://deb.nodesource.com/node_12.x stretch InRelease
                        OK:6 http://security.debian.org/debian-security stretch/updates 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...
                        Autostart enabled!
                        
                        ==========================================================================
                        
                            Your installation was fixed successfully
                            Run iobroker start to start ioBroker again!
                        
                        ==========================================================================
                        
                        
                        Thomas BraunT 1 Reply Last reply
                        0
                        • L Lady Ela

                          Leider kein Erfolg

                          michaela@ioBroker-Pi:~$ iobroker fix
                          library: loaded
                          Library version=2020-06-12
                          ioBroker or some processes are still running:
                           io.admin.0
                           io.discovery.0
                           io.terminal.0
                           io.alexa2.0
                           io.backitup.0
                           io.hue.0
                           io.zigbee.0
                           io.tankerkoenig.0
                           io.denon.0
                           io.email.0
                           io.ping.0
                           io.web.0
                           io.pollenflug.0
                           io.pushover.0
                           io.telegram.0
                           io.javascript.0
                           io.sonoff.0
                           io.iot.0
                           io.harmony.0
                           io.sql.0
                           io.iqontrol.0
                          Please stop them first and try again!
                          michaela@ioBroker-Pi:~$ sudo iobroker stop
                          michaela@ioBroker-Pi:~$ iobroker fix
                          library: loaded
                          Library version=2020-06-12
                          
                          ==========================================================================
                          
                              Welcome to the ioBroker installation fixer!
                              Script version: 2020-06-15
                          
                              You might need to enter your password a couple of times.
                          
                          ==========================================================================
                          
                          
                          ==========================================================================
                              Installing prerequisites (1/3)
                          ==========================================================================
                          
                          OK:1 http://phoscon.de/apt/deconz stretch InRelease
                          Ign:2 http://ftp.de.debian.org/debian stretch InRelease
                          OK:3 http://ftp.de.debian.org/debian stretch-updates InRelease
                          OK:4 http://ftp.de.debian.org/debian stretch Release
                          OK:5 https://deb.nodesource.com/node_12.x stretch InRelease
                          OK:6 http://security.debian.org/debian-security stretch/updates 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...
                          Autostart enabled!
                          
                          ==========================================================================
                          
                              Your installation was fixed successfully
                              Run iobroker start to start ioBroker again!
                          
                          ==========================================================================
                          
                          michaela@ioBroker-Pi:~$ sudo iobroker start
                          michaela@ioBroker-Pi:~$ ^C
                          michaela@ioBroker-Pi:~$ ^C
                          michaela@ioBroker-Pi:~$ ^C
                          michaela@ioBroker-Pi:~$ iobroker fix
                          Library version=2020-06-12
                          ioBroker or some processes are still running:
                           io.admin.0
                           io.discovery.0
                           io.terminal.0
                           io.alexa2.0
                           io.backitup.0
                           io.hue.0
                           io.zigbee.0
                           io.tankerkoenig.0
                           io.denon.0
                           io.email.0
                           io.ping.0
                           io.web.0
                           io.pollenflug.0
                           io.pushover.0
                           io.telegram.0
                           io.javascript.0
                           io.sonoff.0
                           io.iot.0
                           io.harmony.0
                           io.sql.0
                           io.iqontrol.0
                          Please stop them first and try again!
                          michaela@ioBroker-Pi:~$ sudo iobroker stop
                          michaela@ioBroker-Pi:~$ iobroker fix
                          library: loaded
                          Library version=2020-06-12
                          
                          ==========================================================================
                          
                              Welcome to the ioBroker installation fixer!
                              Script version: 2020-06-15
                          
                              You might need to enter your password a couple of times.
                          
                          ==========================================================================
                          
                          
                          ==========================================================================
                              Installing prerequisites (1/3)
                          ==========================================================================
                          
                          OK:1 http://phoscon.de/apt/deconz stretch InRelease
                          Ign:2 http://ftp.de.debian.org/debian stretch InRelease
                          OK:3 http://ftp.de.debian.org/debian stretch-updates InRelease
                          OK:4 http://ftp.de.debian.org/debian stretch Release
                          OK:5 https://deb.nodesource.com/node_12.x stretch InRelease
                          OK:6 http://security.debian.org/debian-security stretch/updates 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...
                          Autostart enabled!
                          
                          ==========================================================================
                          
                              Your installation was fixed successfully
                              Run iobroker start to start ioBroker again!
                          
                          ==========================================================================
                          
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          wrote on last edited by
                          #16

                          @Lady-Ela
                          Sorry...

                          iobroker stop
                          iobroker fix
                          

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

                          1 Reply Last reply
                          0
                          • L Offline
                            L Offline
                            Lady Ela
                            wrote on last edited by
                            #17

                            Hab ich gemacht siehe noch mal Code oben

                            Thomas BraunT 1 Reply Last reply
                            0
                            • L Lady Ela

                              Hab ich gemacht siehe noch mal Code oben

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

                              @Lady-Ela
                              Aber bitte nicht per:

                              sudo iobroker stop
                              
                              iobroker stop
                              

                              reicht aus.

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

                              1 Reply Last reply
                              0
                              • L Offline
                                L Offline
                                Lady Ela
                                wrote on last edited by
                                #19

                                Also es laufen fast alle Adpter wieder nur dieser blöde Log Fehler ist noch da.

                                Thomas BraunT 1 Reply Last reply
                                0
                                • L Lady Ela

                                  Also es laufen fast alle Adpter wieder nur dieser blöde Log Fehler ist noch da.

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

                                  @Lady-Ela Welcher Fehler?

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

                                  1 Reply Last reply
                                  0
                                  • L Offline
                                    L Offline
                                    Lady Ela
                                    wrote on last edited by
                                    #21

                                    Das einmal beim Terminal das Icon fehlt und das der Infoadapter nicht richtig läuft, sowie der ganz oben genannter Logfehler.

                                    58b8c5ad-c2ec-4af6-8717-6fb1615d81cc-image.png

                                    Thomas BraunT 1 Reply Last reply
                                    0
                                    • L Lady Ela

                                      Das einmal beim Terminal das Icon fehlt und das der Infoadapter nicht richtig läuft, sowie der ganz oben genannter Logfehler.

                                      58b8c5ad-c2ec-4af6-8717-6fb1615d81cc-image.png

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

                                      @Lady-Ela

                                      Fehlendes Icon im Terminal-Adapter ist bekannt.
                                      IMHO kann man den Adapter auch deinstallieren, auf dem Debian hast du ja ohnehin diverse Konsolen zur Verfügung.

                                      info-Adapter: Starte das Ding mal neu, Einträge dazu im Logfile hier posten.

                                      Zu den Meldungen im Log:

                                      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

                                      1 Reply Last reply
                                      0
                                      • L Offline
                                        L Offline
                                        Lady Ela
                                        wrote on last edited by
                                        #23

                                        wieder mit michaela die comandos ausführen?

                                        Thomas BraunT 1 Reply Last reply
                                        0
                                        • L Lady Ela

                                          wieder mit michaela die comandos ausführen?

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

                                          @Lady-Ela
                                          Ja. Bitte vergiss ab sofort den root. Der ist tabu!

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

                                          1 Reply Last reply
                                          0

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

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

                                          With your input, this post could be even better 💗

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


                                          Support us

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

                                          237

                                          Online

                                          32.7k

                                          Users

                                          82.6k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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