Skip to content
  • 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
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. iobroker startet nicht mehr

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

iobroker startet nicht mehr

Scheduled Pinned Locked Moved ioBroker Allgemein
49 Posts 4 Posters 4.1k 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.
  • Thomas BraunT Thomas Braun

    @jkalver sagte in iobroker startet nicht mehr:

    Nachts macht mein Pi einen reboot

    Warum eigentlich? Lass die Kiste tunlichst durchlaufen.

    J Offline
    J Offline
    jkalver
    wrote on last edited by
    #35

    @thomas-braun
    Ich hatte früher immer wieder mal Probleme und ein reboot hat öfter mal geholfen.

    Mein Problem ist aber immer noch nicht weg.
    Habe ich eine korrupte SD-Karte? Die Meldung beim Login ist mir neu.

    Last login: Sun Nov 13 13:18:18 2022 from 192.168.1.212
    rfkill: cannot open /dev/rfkill: Keine Berechtigung
    rfkill: cannot read /dev/rfkill: Ungültiger Dateideskriptor
    pi@ioBroker-RasPi4:~ $ ps -ef|grep iobroker
    pi        1317  1230  0 13:21 pts/0    00:00:00 grep --color=auto iobroker
    pi@ioBroker-RasPi4:~ $ iobroker start
    pi@ioBroker-RasPi4:~ $ iobroker status
    /opt/iobroker/node_modules/graceful-fs/polyfills.js:1
    
    
    
    SyntaxError: Invalid or unexpected token
        at Object.compileFunction (node:vm:360:18)
        at wrapSafe (node:internal/modules/cjs/loader:1084:15)
        at Module._compile (node:internal/modules/cjs/loader:1119:27)
        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10)
        at Module.load (node:internal/modules/cjs/loader:1033:32)
        at Function.Module._load (node:internal/modules/cjs/loader:868:12)
        at Module.require (node:internal/modules/cjs/loader:1057:19)
        at require (node:internal/modules/cjs/helpers:103:18)
        at Object.<anonymous> (/opt/iobroker/node_modules/graceful-fs/graceful-fs.js:2:17)
        at Module._compile (node:internal/modules/cjs/loader:1155:14)
    pi@ioBroker-RasPi4:~ $
    
    Thomas BraunT 1 Reply Last reply
    0
    • J jkalver

      @thomas-braun
      Ich hatte früher immer wieder mal Probleme und ein reboot hat öfter mal geholfen.

      Mein Problem ist aber immer noch nicht weg.
      Habe ich eine korrupte SD-Karte? Die Meldung beim Login ist mir neu.

      Last login: Sun Nov 13 13:18:18 2022 from 192.168.1.212
      rfkill: cannot open /dev/rfkill: Keine Berechtigung
      rfkill: cannot read /dev/rfkill: Ungültiger Dateideskriptor
      pi@ioBroker-RasPi4:~ $ ps -ef|grep iobroker
      pi        1317  1230  0 13:21 pts/0    00:00:00 grep --color=auto iobroker
      pi@ioBroker-RasPi4:~ $ iobroker start
      pi@ioBroker-RasPi4:~ $ iobroker status
      /opt/iobroker/node_modules/graceful-fs/polyfills.js:1
      
      
      
      SyntaxError: Invalid or unexpected token
          at Object.compileFunction (node:vm:360:18)
          at wrapSafe (node:internal/modules/cjs/loader:1084:15)
          at Module._compile (node:internal/modules/cjs/loader:1119:27)
          at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10)
          at Module.load (node:internal/modules/cjs/loader:1033:32)
          at Function.Module._load (node:internal/modules/cjs/loader:868:12)
          at Module.require (node:internal/modules/cjs/loader:1057:19)
          at require (node:internal/modules/cjs/helpers:103:18)
          at Object.<anonymous> (/opt/iobroker/node_modules/graceful-fs/graceful-fs.js:2:17)
          at Module._compile (node:internal/modules/cjs/loader:1155:14)
      pi@ioBroker-RasPi4:~ $
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by
      #36

      @jkalver sagte in iobroker startet nicht mehr:

      Habe ich eine korrupte SD-Karte?

      Gut möglich.

      dmesg -T | grep -i ext4
      

      sagt?

      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

      J 1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @jkalver sagte in iobroker startet nicht mehr:

        Habe ich eine korrupte SD-Karte?

        Gut möglich.

        dmesg -T | grep -i ext4
        

        sagt?

        J Offline
        J Offline
        jkalver
        wrote on last edited by
        #37

        @thomas-braun said in iobroker startet nicht mehr:

        dmesg -T | grep -i ext4

        sieht ersteinmal gut aus.

        pi@ioBroker-RasPi4:~ $ dmesg -T | grep -i ext4
        [So Nov 13 13:18:41 2022] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=E4:5F:01:A4:BB:57 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
        [So Nov 13 13:18:42 2022] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
        [So Nov 13 13:18:42 2022] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
        [So Nov 13 13:18:46 2022] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
        pi@ioBroker-RasPi4:~ $
        

        NPM graceful-fs neu installieren?

        Thomas BraunT 1 Reply Last reply
        0
        • DJMarc75D Offline
          DJMarc75D Offline
          DJMarc75
          wrote on last edited by
          #38

          Hab jetzt zwar nicht den kompletten Beitrag gelesen aber ist da vll u.U. was krumm installiert ?
          node, npm passt zusammen ?

          Lehrling seit 1975 !!!
          Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
          https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

          J 1 Reply Last reply
          0
          • J jkalver

            @thomas-braun said in iobroker startet nicht mehr:

            dmesg -T | grep -i ext4

            sieht ersteinmal gut aus.

            pi@ioBroker-RasPi4:~ $ dmesg -T | grep -i ext4
            [So Nov 13 13:18:41 2022] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=E4:5F:01:A4:BB:57 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
            [So Nov 13 13:18:42 2022] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
            [So Nov 13 13:18:42 2022] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
            [So Nov 13 13:18:46 2022] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
            pi@ioBroker-RasPi4:~ $
            

            NPM graceful-fs neu installieren?

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

            @jkalver sagte in iobroker startet nicht mehr:

            NPM graceful-fs neu installieren?

            Da bist du noch nicht...

            rfkill
            

            sagt?

            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

            J 1 Reply Last reply
            0
            • DJMarc75D DJMarc75

              Hab jetzt zwar nicht den kompletten Beitrag gelesen aber ist da vll u.U. was krumm installiert ?
              node, npm passt zusammen ?

              J Offline
              J Offline
              jkalver
              wrote on last edited by
              #40

              @djmarc75
              Hi Marc,
              das einzige was mir einfällt ist der Upgrade Admin von 5.3 auf 6.x.

              1 Reply Last reply
              0
              • Thomas BraunT Thomas Braun

                @jkalver sagte in iobroker startet nicht mehr:

                NPM graceful-fs neu installieren?

                Da bist du noch nicht...

                rfkill
                

                sagt?

                J Offline
                J Offline
                jkalver
                wrote on last edited by
                #41

                @thomas-braun

                pi@ioBroker-RasPi4:~ $ rfkill
                rfkill: cannot open /dev/rfkill: Keine Berechtigung
                rfkill: cannot read /dev/rfkill: Ungültiger Dateideskriptor
                pi@ioBroker-RasPi4:~ $
                
                Thomas BraunT 1 Reply Last reply
                0
                • J jkalver

                  @thomas-braun

                  pi@ioBroker-RasPi4:~ $ rfkill
                  rfkill: cannot open /dev/rfkill: Keine Berechtigung
                  rfkill: cannot read /dev/rfkill: Ungültiger Dateideskriptor
                  pi@ioBroker-RasPi4:~ $
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #42

                  @jkalver sagte in iobroker startet nicht mehr:

                  ls -l /dev/rfkill
                  

                  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

                  J 1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @jkalver sagte in iobroker startet nicht mehr:

                    ls -l /dev/rfkill
                    
                    J Offline
                    J Offline
                    jkalver
                    wrote on last edited by
                    #43

                    @thomas-braun
                    ist da

                    pi@ioBroker-RasPi4:~ $ ls -l /dev/rfkill
                    crw------- 1 root root 10, 242 Nov 13 13:17 /dev/rfkill
                    pi@ioBroker-RasPi4:~ $
                    

                    ich habe noch einen Eintrag dazu gefunden: https://github.com/mschlenstedt/Loxberry/issues/979

                    Thomas BraunT 1 Reply Last reply
                    0
                    • J jkalver

                      @thomas-braun
                      ist da

                      pi@ioBroker-RasPi4:~ $ ls -l /dev/rfkill
                      crw------- 1 root root 10, 242 Nov 13 13:17 /dev/rfkill
                      pi@ioBroker-RasPi4:~ $
                      

                      ich habe noch einen Eintrag dazu gefunden: https://github.com/mschlenstedt/Loxberry/issues/979

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

                      @jkalver sagte in iobroker startet nicht mehr:

                      ist da

                      Aber mit falschen Attributen. So muss das aussehen:

                      echad@chet:~ $ ls -l /dev/rfkill
                      crw-rw-r-- 1 root netdev 10, 242 Nov 13 01:24 /dev/rfkill
                      

                      Knall das nochmal drüber:

                      sudo apt install --reinstall rfkill
                      

                      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

                      J 1 Reply Last reply
                      0
                      • Thomas BraunT Thomas Braun

                        @jkalver sagte in iobroker startet nicht mehr:

                        ist da

                        Aber mit falschen Attributen. So muss das aussehen:

                        echad@chet:~ $ ls -l /dev/rfkill
                        crw-rw-r-- 1 root netdev 10, 242 Nov 13 01:24 /dev/rfkill
                        

                        Knall das nochmal drüber:

                        sudo apt install --reinstall rfkill
                        
                        J Offline
                        J Offline
                        jkalver
                        wrote on last edited by
                        #45

                        @thomas-braun
                        Da ist echt der Wurm drinnen.

                        pi@ioBroker-RasPi4:~ $ sudo apt install --reinstall rfkill
                        Paketlisten werden gelesen... Fertig
                        Abhängigkeitsbaum wird aufgebaut.
                        Statusinformationen werden eingelesen.... Fertig
                        0 aktualisiert, 0 neu installiert, 1 erneut installiert, 0 zu entfernen und 0 nicht aktualisiert.
                        Es müssen 80,6 kB an Archiven heruntergeladen werden.
                        Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
                        Holen:1 http://ftp.halifax.rwth-aachen.de/raspbian/raspbian buster/main armhf rfkill armhf 2.33.1-0.1 [80,6 kB]
                        Es wurden 80,6 kB in 1 s geholt (112 kB/s).
                        debconf: Perl may be unconfigured (syntax error at /usr/lib/arm-linux-gnueabihf/perl/5.28/re.pm line 141, at EOF
                        Missing right curly or square bracket at /usr/lib/arm-linux-gnueabihf/perl/5.28/re.pm line 141, at end of line
                        Compilation failed in require at /usr/share/perl/5.28/Text/Wrap.pm line 58.
                        BEGIN failed--compilation aborted at /usr/share/perl/5.28/Text/Wrap.pm line 58.
                        Compilation failed in require at /usr/share/perl5/Debconf/Template.pm line 10.
                        BEGIN failed--compilation aborted at /usr/share/perl5/Debconf/Template.pm line 10.
                        Compilation failed in require at /usr/share/perl5/Debconf/Question.pm line 8.
                        BEGIN failed--compilation aborted at /usr/share/perl5/Debconf/Question.pm line 8.
                        Compilation failed in require at /usr/share/perl5/Debconf/Config.pm line 7.
                        BEGIN failed--compilation aborted at /usr/share/perl5/Debconf/Config.pm line 7.
                        Compilation failed in require at /usr/share/perl5/Debconf/Log.pm line 10.
                        Compilation failed in require at (eval 1) line 4.
                        BEGIN failed--compilation aborted at (eval 1) line 4.
                        ) -- aborting
                        dpkg: nicht behebbarer fataler Fehler, Abbruch:
                        »/var/lib/dpkg/updates/tmp.i« kann nicht angelegt werden: Die Struktur muss bereinigt werden
                        E: Unterprozess dpkg --set-selections hat Fehlercode zurückgegeben (2)
                        E: Couldn't clean the currently selected dpkg states
                        pi@ioBroker-RasPi4:~ $
                        

                        ich hatte die Woche auch das Problem, dass ich keine Adapter mehr updaten konnte. Dafür hatte ich im Forum einen Befehl gefunden, der irgendwelche Dateien mit komischen Endungen entfernt. Danach ging das wieder.

                        Thomas BraunT 1 Reply Last reply
                        0
                        • J jkalver

                          @thomas-braun
                          Da ist echt der Wurm drinnen.

                          pi@ioBroker-RasPi4:~ $ sudo apt install --reinstall rfkill
                          Paketlisten werden gelesen... Fertig
                          Abhängigkeitsbaum wird aufgebaut.
                          Statusinformationen werden eingelesen.... Fertig
                          0 aktualisiert, 0 neu installiert, 1 erneut installiert, 0 zu entfernen und 0 nicht aktualisiert.
                          Es müssen 80,6 kB an Archiven heruntergeladen werden.
                          Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
                          Holen:1 http://ftp.halifax.rwth-aachen.de/raspbian/raspbian buster/main armhf rfkill armhf 2.33.1-0.1 [80,6 kB]
                          Es wurden 80,6 kB in 1 s geholt (112 kB/s).
                          debconf: Perl may be unconfigured (syntax error at /usr/lib/arm-linux-gnueabihf/perl/5.28/re.pm line 141, at EOF
                          Missing right curly or square bracket at /usr/lib/arm-linux-gnueabihf/perl/5.28/re.pm line 141, at end of line
                          Compilation failed in require at /usr/share/perl/5.28/Text/Wrap.pm line 58.
                          BEGIN failed--compilation aborted at /usr/share/perl/5.28/Text/Wrap.pm line 58.
                          Compilation failed in require at /usr/share/perl5/Debconf/Template.pm line 10.
                          BEGIN failed--compilation aborted at /usr/share/perl5/Debconf/Template.pm line 10.
                          Compilation failed in require at /usr/share/perl5/Debconf/Question.pm line 8.
                          BEGIN failed--compilation aborted at /usr/share/perl5/Debconf/Question.pm line 8.
                          Compilation failed in require at /usr/share/perl5/Debconf/Config.pm line 7.
                          BEGIN failed--compilation aborted at /usr/share/perl5/Debconf/Config.pm line 7.
                          Compilation failed in require at /usr/share/perl5/Debconf/Log.pm line 10.
                          Compilation failed in require at (eval 1) line 4.
                          BEGIN failed--compilation aborted at (eval 1) line 4.
                          ) -- aborting
                          dpkg: nicht behebbarer fataler Fehler, Abbruch:
                          »/var/lib/dpkg/updates/tmp.i« kann nicht angelegt werden: Die Struktur muss bereinigt werden
                          E: Unterprozess dpkg --set-selections hat Fehlercode zurückgegeben (2)
                          E: Couldn't clean the currently selected dpkg states
                          pi@ioBroker-RasPi4:~ $
                          

                          ich hatte die Woche auch das Problem, dass ich keine Adapter mehr updaten konnte. Dafür hatte ich im Forum einen Befehl gefunden, der irgendwelche Dateien mit komischen Endungen entfernt. Danach ging das wieder.

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

                          @jkalver

                          Ich würde sagen, das Ding ist wrack.
                          Da wird immer wieder an irgendeiner Stelle irgendwas hochkommen.

                          Neue SD-Karte, Neuinstallieren.

                          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

                          J 1 Reply Last reply
                          0
                          • Thomas BraunT Thomas Braun

                            @jkalver

                            Ich würde sagen, das Ding ist wrack.
                            Da wird immer wieder an irgendeiner Stelle irgendwas hochkommen.

                            Neue SD-Karte, Neuinstallieren.

                            J Offline
                            J Offline
                            jkalver
                            wrote on last edited by
                            #47

                            @thomas-braun
                            ok, vielen Dank für Deine Zeit und Hilfe.

                            Habe ja noch ein Backup 🙂 aus dem iobroker

                            Thomas BraunT 1 Reply Last reply
                            0
                            • J jkalver

                              @thomas-braun
                              ok, vielen Dank für Deine Zeit und Hilfe.

                              Habe ja noch ein Backup 🙂 aus dem iobroker

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

                              @jkalver

                              Dann nimm jetzt kein Image mit obskuren Quellen, sondern ein 'Vanilla'-Bullseye-64bit-Lite als Grundinstallation.

                              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

                              J 1 Reply Last reply
                              0
                              • Thomas BraunT Thomas Braun

                                @jkalver

                                Dann nimm jetzt kein Image mit obskuren Quellen, sondern ein 'Vanilla'-Bullseye-64bit-Lite als Grundinstallation.

                                J Offline
                                J Offline
                                jkalver
                                wrote on last edited by
                                #49

                                @thomas-braun
                                Nochmals Danke für Deine Zeit und Arbeit Thomas.
                                System ist neu aufgesetzt, Backup eingespielt und 90% laufen wieder.
                                Der Rest kommt jetzt nach.

                                Grusss´
                                Jens

                                1 Reply Last reply
                                0
                                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

                                531

                                Online

                                32.4k

                                Users

                                81.4k

                                Topics

                                1.3m

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

                                • Don't have an account? Register

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