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. Iobroker nicht mehr erreichbar / Festplatte voll?

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    10
    1
    152

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.4k

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

Iobroker nicht mehr erreichbar / Festplatte voll?

Geplant Angeheftet Gesperrt Verschoben Error/Bug
49 Beiträge 5 Kommentatoren 4.8k Aufrufe 5 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.
  • ? Ein ehemaliger Benutzer

    @erazor86 sagte in Iobroker nicht mehr erreichbar / Festplatte voll?:

    n okay sorry habe jetzt allerdings etwa sProbelme mit der Zeichnebegrenzung....

    Moin,

    Du kannst das auf errors eingrenzen

    # sudo journalctl -g `error`
    

    Edit
    @erazor86 sagte in Iobroker nicht mehr erreichbar / Festplatte voll?:

    wie dem Log zu entnehmen ist, ist die Festplatte 60gb groß und das Image nur ca. 30..

    Du kannst erst einmal das journal eindampfen, denn ich denke, die Fehler helfen Dir jetzt auch nicht mehr, ich gehe davon aus, dass das Logfile Rotating irgendwann nicht mehr ging und deswegen das journal weiter angewachsen ist.
    Eindampfen, geht mit

    # sudo journalctl --flush --rotate --vacuum-time=144h
    

    @erazor86 sagte in Iobroker nicht mehr erreichbar / Festplatte voll?:

    danke für den Hinweis, doch der Befehl funktionierte nicht...

    Da fehlt ein sudo davor, wenn Du das als User machst, siehst Du nur Deinen Kram.

    Edit_2
    Auch das kern.log kann nicht mehr rotieren, da es auch schon zu groß ist und nicht mehr ins Memory passt.
    Um da auch wieder Luft zu bekommen, folgendes

    **feststellen wer gerade darauf zugreift***
    # sudo lsof /var/log/kern.log
    _z. B._
    COMMAND   PID     USER   FD   TYPE DEVICE SIZE/OFF     NODE NAME
    rsyslogd 1503     root   12w   REG  253,1    33738 50334529 /var/log/kern.log
    promtail 2879 promtail   25r   REG  253,1    33738 50334529 /var/log/kern.log
    

    Dann müssen die Programme gestoppt werden, promtail sollte bei Dir nicht auftauchen, das ist etwas Spezielles, das ich hier am Laufen habe!

    # sudo systemctl status rsyslog.service 
    ● rsyslog.service - System Logging Service
         Loaded: loaded (/lib/systemd/system/rsyslog.service; enabled; preset: enabled)
         Active: active (running) since Sat 2023-10-07 12:55:30 CEST; 2 weeks 3 days ago
    TriggeredBy: ● syslog.socket
           Docs: man:rsyslogd(8)
                 man:rsyslog.conf(5)
                 https://www.rsyslog.com/doc/
       Main PID: 1503 (rsyslogd)
          Tasks: 4 (limit: 38343)
         Memory: 3.6M
            CPU: 4.301s
         CGroup: /system.slice/rsyslog.service
                 └─1503 /usr/sbin/rsyslogd -n -iNONE
    
    Oct 07 12:55:30 pve systemd[1]: Starting rsyslog.service - System Logging Service...
    Oct 07 12:55:30 pve rsyslogd[1503]: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd.  [v8.2302.0]
    Oct 07 12:55:30 pve systemd[1]: Started rsyslog.service - System Logging Service.
    Oct 07 12:55:30 pve rsyslogd[1503]: [origin software="rsyslogd" swVersion="8.2302.0" x-pid="1503" x-info="https://www.rsyslog.com"] start
    Oct 08 00:00:05 pve systemd[1]: rsyslog.service: Sent signal SIGHUP to main process 1503 (rsyslogd) on client request.
    Oct 08 00:00:05 pve rsyslogd[1503]: [origin software="rsyslogd" swVersion="8.2302.0" x-pid="1503" x-info="https://www.rsyslog.com"] rsyslogd was HUPed
    Oct 15 00:00:04 pve systemd[1]: rsyslog.service: Sent signal SIGHUP to main process 1503 (rsyslogd) on client request.
    Oct 15 00:00:04 pve rsyslogd[1503]: [origin software="rsyslogd" swVersion="8.2302.0" x-pid="1503" x-info="https://www.rsyslog.com"] rsyslogd was HUPed
    Oct 22 00:00:05 pve systemd[1]: rsyslog.service: Sent signal SIGHUP to main process 1503 (rsyslogd) on client request.
    Oct 22 00:00:05 pve rsyslogd[1503]: [origin software="rsyslogd" swVersion="8.2302.0" x-pid="1503" x-info="https://www.rsyslog.com"] rsyslogd was HUPed
    
    ** Anschließend Stoppen**
    # sudo systemctl stop rsyslog.service
    

    Wenn, dann beim check, dass niemand mehr zugreift, dann

    # sudo > /var/log/kern.log
    **Check**
    # sudo ls -la /var/log/kern.log*
    

    Dann den rsyslog wieder starten

    # sudo systemctl start rsyslog.service
    

    VG
    Bernd

    E Offline
    E Offline
    erazor86
    schrieb am zuletzt editiert von
    #17

    @dp20eic said in Iobroker nicht mehr erreichbar / Festplatte voll?:

    sudo journalctl --flush --rotate --vacuum-time=144h

    mit sudo davor kam folgendes:

    pi@raspberrypi:/opt/iobroker $ sudo journalctl -p err -b
    -- Logs begin at Tue 2023-10-24 11:42:53 CEST, end at Tue 2023-10-24 14:49:10 CEST. --
    Oct 24 11:42:53 raspberrypi kernel: mmc1: Controller never released inhibit bit(s).
    Oct 24 11:42:54 raspberrypi kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
    Oct 24 11:42:54 raspberrypi kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
    Oct 24 11:42:54 raspberrypi kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
    Oct 24 11:42:54 raspberrypi kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jan  4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
    Oct 24 11:42:57 raspberrypi kernel: brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
    Oct 24 11:43:03 raspberrypi bluetoothd[630]: Sap driver initialization failed.
    Oct 24 11:43:03 raspberrypi bluetoothd[630]: sap-server: Operation not permitted (1)
    Oct 24 11:43:03 raspberrypi bluetoothd[630]: Failed to set privacy: Rejected (0x0b)
    pi@raspberrypi:/opt/iobroker $
    

    dann das journal eindampfen ergab folgendes:

    pi@raspberrypi:~ $ sudo journalctl --flush --rotate --vacuum-time=144h
    Vacuuming done, freed 0B of archived journals from /run/log/journal/4d6ae5397255480d87f8210555383486.
    pi@raspberrypi:~ $
    
    
    Thomas BraunT ? 3 Antworten Letzte Antwort
    0
    • E erazor86

      @dp20eic said in Iobroker nicht mehr erreichbar / Festplatte voll?:

      sudo journalctl --flush --rotate --vacuum-time=144h

      mit sudo davor kam folgendes:

      pi@raspberrypi:/opt/iobroker $ sudo journalctl -p err -b
      -- Logs begin at Tue 2023-10-24 11:42:53 CEST, end at Tue 2023-10-24 14:49:10 CEST. --
      Oct 24 11:42:53 raspberrypi kernel: mmc1: Controller never released inhibit bit(s).
      Oct 24 11:42:54 raspberrypi kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
      Oct 24 11:42:54 raspberrypi kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
      Oct 24 11:42:54 raspberrypi kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
      Oct 24 11:42:54 raspberrypi kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jan  4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
      Oct 24 11:42:57 raspberrypi kernel: brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
      Oct 24 11:43:03 raspberrypi bluetoothd[630]: Sap driver initialization failed.
      Oct 24 11:43:03 raspberrypi bluetoothd[630]: sap-server: Operation not permitted (1)
      Oct 24 11:43:03 raspberrypi bluetoothd[630]: Failed to set privacy: Rejected (0x0b)
      pi@raspberrypi:/opt/iobroker $
      

      dann das journal eindampfen ergab folgendes:

      pi@raspberrypi:~ $ sudo journalctl --flush --rotate --vacuum-time=144h
      Vacuuming done, freed 0B of archived journals from /run/log/journal/4d6ae5397255480d87f8210555383486.
      pi@raspberrypi:~ $
      
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #18

      @erazor86

      Ich würde die Kiste ohnehin nochmal von Grund auf mit Debian 12 'Bookworm' in der 64Bit-Variante neuinstallieren. Das syslog wie auch das kernel.log werden da gar nicht mehr verwendet, das läuft mittlerweile exklusiv über journalctl/systemd.

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

      1 Antwort Letzte Antwort
      1
      • E erazor86

        @dp20eic said in Iobroker nicht mehr erreichbar / Festplatte voll?:

        sudo journalctl --flush --rotate --vacuum-time=144h

        mit sudo davor kam folgendes:

        pi@raspberrypi:/opt/iobroker $ sudo journalctl -p err -b
        -- Logs begin at Tue 2023-10-24 11:42:53 CEST, end at Tue 2023-10-24 14:49:10 CEST. --
        Oct 24 11:42:53 raspberrypi kernel: mmc1: Controller never released inhibit bit(s).
        Oct 24 11:42:54 raspberrypi kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
        Oct 24 11:42:54 raspberrypi kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
        Oct 24 11:42:54 raspberrypi kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
        Oct 24 11:42:54 raspberrypi kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jan  4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
        Oct 24 11:42:57 raspberrypi kernel: brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
        Oct 24 11:43:03 raspberrypi bluetoothd[630]: Sap driver initialization failed.
        Oct 24 11:43:03 raspberrypi bluetoothd[630]: sap-server: Operation not permitted (1)
        Oct 24 11:43:03 raspberrypi bluetoothd[630]: Failed to set privacy: Rejected (0x0b)
        pi@raspberrypi:/opt/iobroker $
        

        dann das journal eindampfen ergab folgendes:

        pi@raspberrypi:~ $ sudo journalctl --flush --rotate --vacuum-time=144h
        Vacuuming done, freed 0B of archived journals from /run/log/journal/4d6ae5397255480d87f8210555383486.
        pi@raspberrypi:~ $
        
        
        ? Offline
        ? Offline
        Ein ehemaliger Benutzer
        schrieb am zuletzt editiert von
        #19

        @erazor86 sagte in Iobroker nicht mehr erreichbar / Festplatte voll?:

        dann das journal eindampfen ergab folgendes:

        Moin,

        dann setz mal die Stunden auf 1h

        # sudo journalctl --flush --rotate --vacuum-time=1h
        **und**
        # sudo ls -la /var/log/journal/
        

        VG
        Bernd

        P.S.: habe oben falsch gelesen, mich nur auf journalctl konzentriert, syslog geht definitiv anders, sollte man auch wie beim kern.log machen.

        1 Antwort Letzte Antwort
        0
        • E erazor86

          @dp20eic said in Iobroker nicht mehr erreichbar / Festplatte voll?:

          sudo journalctl --flush --rotate --vacuum-time=144h

          mit sudo davor kam folgendes:

          pi@raspberrypi:/opt/iobroker $ sudo journalctl -p err -b
          -- Logs begin at Tue 2023-10-24 11:42:53 CEST, end at Tue 2023-10-24 14:49:10 CEST. --
          Oct 24 11:42:53 raspberrypi kernel: mmc1: Controller never released inhibit bit(s).
          Oct 24 11:42:54 raspberrypi kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
          Oct 24 11:42:54 raspberrypi kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
          Oct 24 11:42:54 raspberrypi kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
          Oct 24 11:42:54 raspberrypi kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jan  4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
          Oct 24 11:42:57 raspberrypi kernel: brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
          Oct 24 11:43:03 raspberrypi bluetoothd[630]: Sap driver initialization failed.
          Oct 24 11:43:03 raspberrypi bluetoothd[630]: sap-server: Operation not permitted (1)
          Oct 24 11:43:03 raspberrypi bluetoothd[630]: Failed to set privacy: Rejected (0x0b)
          pi@raspberrypi:/opt/iobroker $
          

          dann das journal eindampfen ergab folgendes:

          pi@raspberrypi:~ $ sudo journalctl --flush --rotate --vacuum-time=144h
          Vacuuming done, freed 0B of archived journals from /run/log/journal/4d6ae5397255480d87f8210555383486.
          pi@raspberrypi:~ $
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von Thomas Braun
          #20

          @erazor86

          tail -200 /var/log/syslog
          

          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

          E 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @erazor86

            tail -200 /var/log/syslog
            

            sagt?

            E Offline
            E Offline
            erazor86
            schrieb am zuletzt editiert von erazor86
            #21

            @thomas-braun @dp20eic

            puh das waren jetzt einige Dinge auf einmal die ich da ausprobieren sollte... Also das system neu aufsetzen würde ich gerne vermeiden bzw. parallel mit einem zweiten Raspi machen. Habe noch einen mit 8gb am start. Aber erstmal würde ich den gerne wieder ans laufen bringen.

            hier mal ein paar Auszüge:

            pi@raspberrypi:/opt/iobroker $ sudo journalctl --flush --rotate --vacuum-time=1h
            Deleted archived journal /run/log/journal/4d6ae5397255480d87f8210555383486/system@4eb1d35fbf904cfe9b555db2060dd955-0000000000000001-0006087329a39cee.journal (23.9M).
            Vacuuming done, freed 23.9M of archived journals from /run/log/journal/4d6ae5397255480d87f8210555383486.
            
            pi@raspberrypi:/opt/iobroker $ sudo lsof/var/log/kern.log
            sudo: lsof/var/log/kern.log: command not found
            
            pi@raspberrypi:/opt/iobroker $ tail -n 200 /var/log/syslog
            Oct 24 15:11:32 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:11:32 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:11:34 raspberrypi bash[28083]: ENOSPC: no space left on device, write
            Oct 24 15:11:34 raspberrypi bash[28083]: Error: ENOSPC: no space left on device, write
            Oct 24 15:11:35 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:11:35 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:11:38 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:11:38 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2158.
            Oct 24 15:11:38 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:11:38 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:11:40 raspberrypi bash[28095]: ENOSPC: no space left on device, write
            Oct 24 15:11:40 raspberrypi bash[28095]: Error: ENOSPC: no space left on device, write
            Oct 24 15:11:41 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:11:41 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:11:44 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:11:44 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2159.
            Oct 24 15:11:44 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:11:44 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:11:45 raspberrypi bash[28107]: ENOSPC: no space left on device, write
            Oct 24 15:11:45 raspberrypi bash[28107]: Error: ENOSPC: no space left on device, write
            Oct 24 15:11:46 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:11:46 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:11:50 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:11:50 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2160.
            Oct 24 15:11:50 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:11:50 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:11:51 raspberrypi bash[28119]: ENOSPC: no space left on device, write
            Oct 24 15:11:51 raspberrypi bash[28119]: Error: ENOSPC: no space left on device, write
            Oct 24 15:11:52 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:11:52 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:11:55 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:11:55 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2161.
            Oct 24 15:11:55 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:11:55 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:11:57 raspberrypi bash[28131]: ENOSPC: no space left on device, write
            Oct 24 15:11:57 raspberrypi bash[28131]: Error: ENOSPC: no space left on device, write
            Oct 24 15:11:58 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:11:58 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:12:01 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:12:01 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2162.
            Oct 24 15:12:01 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:12:01 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:12:03 raspberrypi bash[28143]: ENOSPC: no space left on device, write
            Oct 24 15:12:03 raspberrypi bash[28143]: Error: ENOSPC: no space left on device, write
            Oct 24 15:12:04 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:12:04 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:12:07 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:12:07 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2163.
            Oct 24 15:12:07 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:12:07 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:12:09 raspberrypi bash[28155]: ENOSPC: no space left on device, write
            Oct 24 15:12:09 raspberrypi bash[28155]: Error: ENOSPC: no space left on device, write
            Oct 24 15:12:10 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:12:10 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:12:13 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:12:13 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2164.
            Oct 24 15:12:13 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:12:13 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:12:14 raspberrypi bash[28167]: ENOSPC: no space left on device, write
            Oct 24 15:12:14 raspberrypi bash[28167]: Error: ENOSPC: no space left on device, write
            Oct 24 15:12:15 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:12:15 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:12:18 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:12:18 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2165.
            Oct 24 15:12:18 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:12:18 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:12:20 raspberrypi bash[28179]: ENOSPC: no space left on device, write
            Oct 24 15:12:20 raspberrypi bash[28179]: Error: ENOSPC: no space left on device, write
            Oct 24 15:12:21 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:12:21 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:12:23 raspberrypi dhcpcd[595]: eth0: Router Advertisement from fe80::cece:1eff:fe79:6d19
            Oct 24 15:12:24 raspberrypi dhcpcd[595]: eth0: Router Advertisement from fe80::cece:1eff:fe79:6d19
            Oct 24 15:12:24 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:12:24 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2166.
            Oct 24 15:12:24 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:12:24 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:12:26 raspberrypi bash[28220]: ENOSPC: no space left on device, write
            Oct 24 15:12:26 raspberrypi bash[28220]: Error: ENOSPC: no space left on device, write
            Oct 24 15:12:27 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:12:27 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:12:30 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:12:30 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2167.
            Oct 24 15:12:30 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:12:30 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:12:32 raspberrypi bash[28251]: ENOSPC: no space left on device, write
            Oct 24 15:12:32 raspberrypi bash[28251]: Error: ENOSPC: no space left on device, write
            Oct 24 15:12:33 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:12:33 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:12:36 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:12:36 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2168.
            Oct 24 15:12:36 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:12:36 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:12:37 raspberrypi bash[28263]: ENOSPC: no space left on device, write
            Oct 24 15:12:38 raspberrypi bash[28263]: Error: ENOSPC: no space left on device, write
            Oct 24 15:12:39 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:12:39 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:12:42 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:12:42 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2169.
            Oct 24 15:12:42 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:12:42 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:12:43 raspberrypi bash[28275]: ENOSPC: no space left on device, write
            Oct 24 15:12:43 raspberrypi bash[28275]: Error: ENOSPC: no space left on device, write
            Oct 24 15:12:44 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:12:44 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:12:47 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:12:47 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2170.
            Oct 24 15:12:47 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:12:47 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:12:49 raspberrypi bash[28287]: ENOSPC: no space left on device, write
            Oct 24 15:12:49 raspberrypi bash[28287]: Error: ENOSPC: no space left on device, write
            Oct 24 15:12:50 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:12:50 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:12:53 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:12:53 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2171.
            Oct 24 15:12:53 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:12:53 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:12:55 raspberrypi bash[28299]: ENOSPC: no space left on device, write
            Oct 24 15:12:55 raspberrypi bash[28299]: Error: ENOSPC: no space left on device, write
            Oct 24 15:12:56 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:12:56 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:12:59 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:12:59 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2172.
            Oct 24 15:12:59 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:12:59 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:13:00 raspberrypi bash[28311]: ENOSPC: no space left on device, write
            Oct 24 15:13:00 raspberrypi bash[28311]: Error: ENOSPC: no space left on device, write
            Oct 24 15:13:02 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:13:02 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:13:05 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:13:05 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2173.
            Oct 24 15:13:05 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:13:05 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:13:06 raspberrypi bash[28323]: ENOSPC: no space left on device, write
            Oct 24 15:13:06 raspberrypi bash[28323]: Error: ENOSPC: no space left on device, write
            Oct 24 15:13:07 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:13:07 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:13:10 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:13:10 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2174.
            Oct 24 15:13:10 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:13:10 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:13:12 raspberrypi bash[28335]: ENOSPC: no space left on device, write
            Oct 24 15:13:12 raspberrypi bash[28335]: Error: ENOSPC: no space left on device, write
            Oct 24 15:13:13 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:13:13 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:13:16 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:13:16 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2175.
            Oct 24 15:13:16 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:13:16 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:13:18 raspberrypi bash[28347]: ENOSPC: no space left on device, write
            Oct 24 15:13:18 raspberrypi bash[28347]: Error: ENOSPC: no space left on device, write
            Oct 24 15:13:19 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:13:19 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:13:22 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:13:22 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2176.
            Oct 24 15:13:22 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:13:22 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:13:24 raspberrypi bash[28359]: ENOSPC: no space left on device, write
            Oct 24 15:13:24 raspberrypi bash[28359]: Error: ENOSPC: no space left on device, write
            Oct 24 15:13:25 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:13:25 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:13:28 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:13:28 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2177.
            Oct 24 15:13:28 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:13:28 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:13:30 raspberrypi bash[28371]: ENOSPC: no space left on device, write
            Oct 24 15:13:30 raspberrypi bash[28371]: Error: ENOSPC: no space left on device, write
            Oct 24 15:13:31 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:13:31 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:13:34 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:13:34 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2178.
            Oct 24 15:13:34 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:13:34 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:13:35 raspberrypi bash[28383]: ENOSPC: no space left on device, write
            Oct 24 15:13:35 raspberrypi bash[28383]: Error: ENOSPC: no space left on device, write
            Oct 24 15:13:37 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:13:37 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:13:40 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:13:40 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2179.
            Oct 24 15:13:40 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:13:40 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:13:41 raspberrypi bash[28395]: ENOSPC: no space left on device, write
            Oct 24 15:13:41 raspberrypi bash[28395]: Error: ENOSPC: no space left on device, write
            Oct 24 15:13:42 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:13:42 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:13:45 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:13:45 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2180.
            Oct 24 15:13:45 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:13:45 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:13:47 raspberrypi bash[28407]: ENOSPC: no space left on device, write
            Oct 24 15:13:47 raspberrypi bash[28407]: Error: ENOSPC: no space left on device, write
            Oct 24 15:13:48 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:13:48 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Oct 24 15:13:51 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Oct 24 15:13:51 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2181.
            Oct 24 15:13:51 raspberrypi systemd[1]: Stopped ioBroker Server.
            Oct 24 15:13:51 raspberrypi systemd[1]: Started ioBroker Server.
            Oct 24 15:13:53 raspberrypi bash[28419]: ENOSPC: no space left on device, write
            Oct 24 15:13:53 raspberrypi bash[28419]: Error: ENOSPC: no space left on device, write
            Oct 24 15:13:54 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
            Oct 24 15:13:54 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            
            

            edit: Also durch die Bereinigung sieht es zwischenzeitlich wie folgt aus:

            pi@raspberrypi:/opt/iobroker $ ncdu
            ncdu 1.13 ~ Use the arrow keys to navigate, press ? for help
            --- /opt/iobroker ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
                1.4 GiB [##########] /iobroker-data
              741.8 MiB [#####     ] /backups
              724.7 MiB [#####     ] /node_modules
              672.0 KiB [          ]  package-lock.json
              320.0 KiB [          ] /log
                8.0 KiB [          ]  reinstall.js
                4.0 KiB [          ]  package.json
                4.0 KiB [          ]  iobroker
                4.0 KiB [          ]  INSTALLER_INFO.txt
                4.0 KiB [          ]  .npmrc
            @   0.0   B [          ]  iob
                0.0   B [          ]  sudo journalctl -g
                0.0   B [          ]  since=yesterday
                0.0   B [          ]  pberrypi kernel: Booting Linux on physical CPU 0x0
                0.0   B [          ]  # sudo journalctl -g `error`
            
            
            

            aber IoBroker startet halt noch nicht :anguished:

            Thomas BraunT ? 3 Antworten Letzte Antwort
            0
            • E erazor86

              @thomas-braun @dp20eic

              puh das waren jetzt einige Dinge auf einmal die ich da ausprobieren sollte... Also das system neu aufsetzen würde ich gerne vermeiden bzw. parallel mit einem zweiten Raspi machen. Habe noch einen mit 8gb am start. Aber erstmal würde ich den gerne wieder ans laufen bringen.

              hier mal ein paar Auszüge:

              pi@raspberrypi:/opt/iobroker $ sudo journalctl --flush --rotate --vacuum-time=1h
              Deleted archived journal /run/log/journal/4d6ae5397255480d87f8210555383486/system@4eb1d35fbf904cfe9b555db2060dd955-0000000000000001-0006087329a39cee.journal (23.9M).
              Vacuuming done, freed 23.9M of archived journals from /run/log/journal/4d6ae5397255480d87f8210555383486.
              
              pi@raspberrypi:/opt/iobroker $ sudo lsof/var/log/kern.log
              sudo: lsof/var/log/kern.log: command not found
              
              pi@raspberrypi:/opt/iobroker $ tail -n 200 /var/log/syslog
              Oct 24 15:11:32 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:11:32 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:11:34 raspberrypi bash[28083]: ENOSPC: no space left on device, write
              Oct 24 15:11:34 raspberrypi bash[28083]: Error: ENOSPC: no space left on device, write
              Oct 24 15:11:35 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:11:35 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:11:38 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:11:38 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2158.
              Oct 24 15:11:38 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:11:38 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:11:40 raspberrypi bash[28095]: ENOSPC: no space left on device, write
              Oct 24 15:11:40 raspberrypi bash[28095]: Error: ENOSPC: no space left on device, write
              Oct 24 15:11:41 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:11:41 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:11:44 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:11:44 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2159.
              Oct 24 15:11:44 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:11:44 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:11:45 raspberrypi bash[28107]: ENOSPC: no space left on device, write
              Oct 24 15:11:45 raspberrypi bash[28107]: Error: ENOSPC: no space left on device, write
              Oct 24 15:11:46 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:11:46 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:11:50 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:11:50 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2160.
              Oct 24 15:11:50 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:11:50 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:11:51 raspberrypi bash[28119]: ENOSPC: no space left on device, write
              Oct 24 15:11:51 raspberrypi bash[28119]: Error: ENOSPC: no space left on device, write
              Oct 24 15:11:52 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:11:52 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:11:55 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:11:55 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2161.
              Oct 24 15:11:55 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:11:55 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:11:57 raspberrypi bash[28131]: ENOSPC: no space left on device, write
              Oct 24 15:11:57 raspberrypi bash[28131]: Error: ENOSPC: no space left on device, write
              Oct 24 15:11:58 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:11:58 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:12:01 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:12:01 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2162.
              Oct 24 15:12:01 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:12:01 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:12:03 raspberrypi bash[28143]: ENOSPC: no space left on device, write
              Oct 24 15:12:03 raspberrypi bash[28143]: Error: ENOSPC: no space left on device, write
              Oct 24 15:12:04 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:12:04 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:12:07 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:12:07 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2163.
              Oct 24 15:12:07 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:12:07 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:12:09 raspberrypi bash[28155]: ENOSPC: no space left on device, write
              Oct 24 15:12:09 raspberrypi bash[28155]: Error: ENOSPC: no space left on device, write
              Oct 24 15:12:10 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:12:10 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:12:13 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:12:13 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2164.
              Oct 24 15:12:13 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:12:13 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:12:14 raspberrypi bash[28167]: ENOSPC: no space left on device, write
              Oct 24 15:12:14 raspberrypi bash[28167]: Error: ENOSPC: no space left on device, write
              Oct 24 15:12:15 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:12:15 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:12:18 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:12:18 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2165.
              Oct 24 15:12:18 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:12:18 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:12:20 raspberrypi bash[28179]: ENOSPC: no space left on device, write
              Oct 24 15:12:20 raspberrypi bash[28179]: Error: ENOSPC: no space left on device, write
              Oct 24 15:12:21 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:12:21 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:12:23 raspberrypi dhcpcd[595]: eth0: Router Advertisement from fe80::cece:1eff:fe79:6d19
              Oct 24 15:12:24 raspberrypi dhcpcd[595]: eth0: Router Advertisement from fe80::cece:1eff:fe79:6d19
              Oct 24 15:12:24 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:12:24 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2166.
              Oct 24 15:12:24 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:12:24 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:12:26 raspberrypi bash[28220]: ENOSPC: no space left on device, write
              Oct 24 15:12:26 raspberrypi bash[28220]: Error: ENOSPC: no space left on device, write
              Oct 24 15:12:27 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:12:27 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:12:30 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:12:30 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2167.
              Oct 24 15:12:30 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:12:30 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:12:32 raspberrypi bash[28251]: ENOSPC: no space left on device, write
              Oct 24 15:12:32 raspberrypi bash[28251]: Error: ENOSPC: no space left on device, write
              Oct 24 15:12:33 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:12:33 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:12:36 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:12:36 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2168.
              Oct 24 15:12:36 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:12:36 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:12:37 raspberrypi bash[28263]: ENOSPC: no space left on device, write
              Oct 24 15:12:38 raspberrypi bash[28263]: Error: ENOSPC: no space left on device, write
              Oct 24 15:12:39 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:12:39 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:12:42 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:12:42 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2169.
              Oct 24 15:12:42 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:12:42 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:12:43 raspberrypi bash[28275]: ENOSPC: no space left on device, write
              Oct 24 15:12:43 raspberrypi bash[28275]: Error: ENOSPC: no space left on device, write
              Oct 24 15:12:44 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:12:44 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:12:47 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:12:47 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2170.
              Oct 24 15:12:47 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:12:47 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:12:49 raspberrypi bash[28287]: ENOSPC: no space left on device, write
              Oct 24 15:12:49 raspberrypi bash[28287]: Error: ENOSPC: no space left on device, write
              Oct 24 15:12:50 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:12:50 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:12:53 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:12:53 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2171.
              Oct 24 15:12:53 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:12:53 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:12:55 raspberrypi bash[28299]: ENOSPC: no space left on device, write
              Oct 24 15:12:55 raspberrypi bash[28299]: Error: ENOSPC: no space left on device, write
              Oct 24 15:12:56 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:12:56 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:12:59 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:12:59 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2172.
              Oct 24 15:12:59 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:12:59 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:13:00 raspberrypi bash[28311]: ENOSPC: no space left on device, write
              Oct 24 15:13:00 raspberrypi bash[28311]: Error: ENOSPC: no space left on device, write
              Oct 24 15:13:02 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:13:02 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:13:05 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:13:05 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2173.
              Oct 24 15:13:05 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:13:05 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:13:06 raspberrypi bash[28323]: ENOSPC: no space left on device, write
              Oct 24 15:13:06 raspberrypi bash[28323]: Error: ENOSPC: no space left on device, write
              Oct 24 15:13:07 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:13:07 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:13:10 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:13:10 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2174.
              Oct 24 15:13:10 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:13:10 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:13:12 raspberrypi bash[28335]: ENOSPC: no space left on device, write
              Oct 24 15:13:12 raspberrypi bash[28335]: Error: ENOSPC: no space left on device, write
              Oct 24 15:13:13 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:13:13 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:13:16 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:13:16 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2175.
              Oct 24 15:13:16 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:13:16 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:13:18 raspberrypi bash[28347]: ENOSPC: no space left on device, write
              Oct 24 15:13:18 raspberrypi bash[28347]: Error: ENOSPC: no space left on device, write
              Oct 24 15:13:19 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:13:19 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:13:22 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:13:22 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2176.
              Oct 24 15:13:22 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:13:22 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:13:24 raspberrypi bash[28359]: ENOSPC: no space left on device, write
              Oct 24 15:13:24 raspberrypi bash[28359]: Error: ENOSPC: no space left on device, write
              Oct 24 15:13:25 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:13:25 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:13:28 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:13:28 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2177.
              Oct 24 15:13:28 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:13:28 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:13:30 raspberrypi bash[28371]: ENOSPC: no space left on device, write
              Oct 24 15:13:30 raspberrypi bash[28371]: Error: ENOSPC: no space left on device, write
              Oct 24 15:13:31 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:13:31 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:13:34 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:13:34 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2178.
              Oct 24 15:13:34 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:13:34 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:13:35 raspberrypi bash[28383]: ENOSPC: no space left on device, write
              Oct 24 15:13:35 raspberrypi bash[28383]: Error: ENOSPC: no space left on device, write
              Oct 24 15:13:37 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:13:37 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:13:40 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:13:40 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2179.
              Oct 24 15:13:40 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:13:40 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:13:41 raspberrypi bash[28395]: ENOSPC: no space left on device, write
              Oct 24 15:13:41 raspberrypi bash[28395]: Error: ENOSPC: no space left on device, write
              Oct 24 15:13:42 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:13:42 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:13:45 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:13:45 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2180.
              Oct 24 15:13:45 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:13:45 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:13:47 raspberrypi bash[28407]: ENOSPC: no space left on device, write
              Oct 24 15:13:47 raspberrypi bash[28407]: Error: ENOSPC: no space left on device, write
              Oct 24 15:13:48 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:13:48 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Oct 24 15:13:51 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Oct 24 15:13:51 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2181.
              Oct 24 15:13:51 raspberrypi systemd[1]: Stopped ioBroker Server.
              Oct 24 15:13:51 raspberrypi systemd[1]: Started ioBroker Server.
              Oct 24 15:13:53 raspberrypi bash[28419]: ENOSPC: no space left on device, write
              Oct 24 15:13:53 raspberrypi bash[28419]: Error: ENOSPC: no space left on device, write
              Oct 24 15:13:54 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
              Oct 24 15:13:54 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              
              

              edit: Also durch die Bereinigung sieht es zwischenzeitlich wie folgt aus:

              pi@raspberrypi:/opt/iobroker $ ncdu
              ncdu 1.13 ~ Use the arrow keys to navigate, press ? for help
              --- /opt/iobroker ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
                  1.4 GiB [##########] /iobroker-data
                741.8 MiB [#####     ] /backups
                724.7 MiB [#####     ] /node_modules
                672.0 KiB [          ]  package-lock.json
                320.0 KiB [          ] /log
                  8.0 KiB [          ]  reinstall.js
                  4.0 KiB [          ]  package.json
                  4.0 KiB [          ]  iobroker
                  4.0 KiB [          ]  INSTALLER_INFO.txt
                  4.0 KiB [          ]  .npmrc
              @   0.0   B [          ]  iob
                  0.0   B [          ]  sudo journalctl -g
                  0.0   B [          ]  since=yesterday
                  0.0   B [          ]  pberrypi kernel: Booting Linux on physical CPU 0x0
                  0.0   B [          ]  # sudo journalctl -g `error`
              
              
              

              aber IoBroker startet halt noch nicht :anguished:

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

              @erazor86 sagte in Iobroker nicht mehr erreichbar / Festplatte voll?:

              edit: Also durch die Bereinigung sieht es zwischenzeitlich wie folgt aus:

              Du stehst im falschen Verzeichnis...

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

              1 Antwort Letzte Antwort
              0
              • E erazor86

                @thomas-braun @dp20eic

                puh das waren jetzt einige Dinge auf einmal die ich da ausprobieren sollte... Also das system neu aufsetzen würde ich gerne vermeiden bzw. parallel mit einem zweiten Raspi machen. Habe noch einen mit 8gb am start. Aber erstmal würde ich den gerne wieder ans laufen bringen.

                hier mal ein paar Auszüge:

                pi@raspberrypi:/opt/iobroker $ sudo journalctl --flush --rotate --vacuum-time=1h
                Deleted archived journal /run/log/journal/4d6ae5397255480d87f8210555383486/system@4eb1d35fbf904cfe9b555db2060dd955-0000000000000001-0006087329a39cee.journal (23.9M).
                Vacuuming done, freed 23.9M of archived journals from /run/log/journal/4d6ae5397255480d87f8210555383486.
                
                pi@raspberrypi:/opt/iobroker $ sudo lsof/var/log/kern.log
                sudo: lsof/var/log/kern.log: command not found
                
                pi@raspberrypi:/opt/iobroker $ tail -n 200 /var/log/syslog
                Oct 24 15:11:32 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:11:32 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:11:34 raspberrypi bash[28083]: ENOSPC: no space left on device, write
                Oct 24 15:11:34 raspberrypi bash[28083]: Error: ENOSPC: no space left on device, write
                Oct 24 15:11:35 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:11:35 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:11:38 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:11:38 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2158.
                Oct 24 15:11:38 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:11:38 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:11:40 raspberrypi bash[28095]: ENOSPC: no space left on device, write
                Oct 24 15:11:40 raspberrypi bash[28095]: Error: ENOSPC: no space left on device, write
                Oct 24 15:11:41 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:11:41 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:11:44 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:11:44 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2159.
                Oct 24 15:11:44 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:11:44 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:11:45 raspberrypi bash[28107]: ENOSPC: no space left on device, write
                Oct 24 15:11:45 raspberrypi bash[28107]: Error: ENOSPC: no space left on device, write
                Oct 24 15:11:46 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:11:46 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:11:50 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:11:50 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2160.
                Oct 24 15:11:50 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:11:50 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:11:51 raspberrypi bash[28119]: ENOSPC: no space left on device, write
                Oct 24 15:11:51 raspberrypi bash[28119]: Error: ENOSPC: no space left on device, write
                Oct 24 15:11:52 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:11:52 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:11:55 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:11:55 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2161.
                Oct 24 15:11:55 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:11:55 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:11:57 raspberrypi bash[28131]: ENOSPC: no space left on device, write
                Oct 24 15:11:57 raspberrypi bash[28131]: Error: ENOSPC: no space left on device, write
                Oct 24 15:11:58 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:11:58 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:12:01 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:12:01 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2162.
                Oct 24 15:12:01 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:12:01 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:12:03 raspberrypi bash[28143]: ENOSPC: no space left on device, write
                Oct 24 15:12:03 raspberrypi bash[28143]: Error: ENOSPC: no space left on device, write
                Oct 24 15:12:04 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:12:04 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:12:07 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:12:07 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2163.
                Oct 24 15:12:07 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:12:07 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:12:09 raspberrypi bash[28155]: ENOSPC: no space left on device, write
                Oct 24 15:12:09 raspberrypi bash[28155]: Error: ENOSPC: no space left on device, write
                Oct 24 15:12:10 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:12:10 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:12:13 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:12:13 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2164.
                Oct 24 15:12:13 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:12:13 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:12:14 raspberrypi bash[28167]: ENOSPC: no space left on device, write
                Oct 24 15:12:14 raspberrypi bash[28167]: Error: ENOSPC: no space left on device, write
                Oct 24 15:12:15 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:12:15 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:12:18 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:12:18 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2165.
                Oct 24 15:12:18 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:12:18 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:12:20 raspberrypi bash[28179]: ENOSPC: no space left on device, write
                Oct 24 15:12:20 raspberrypi bash[28179]: Error: ENOSPC: no space left on device, write
                Oct 24 15:12:21 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:12:21 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:12:23 raspberrypi dhcpcd[595]: eth0: Router Advertisement from fe80::cece:1eff:fe79:6d19
                Oct 24 15:12:24 raspberrypi dhcpcd[595]: eth0: Router Advertisement from fe80::cece:1eff:fe79:6d19
                Oct 24 15:12:24 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:12:24 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2166.
                Oct 24 15:12:24 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:12:24 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:12:26 raspberrypi bash[28220]: ENOSPC: no space left on device, write
                Oct 24 15:12:26 raspberrypi bash[28220]: Error: ENOSPC: no space left on device, write
                Oct 24 15:12:27 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:12:27 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:12:30 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:12:30 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2167.
                Oct 24 15:12:30 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:12:30 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:12:32 raspberrypi bash[28251]: ENOSPC: no space left on device, write
                Oct 24 15:12:32 raspberrypi bash[28251]: Error: ENOSPC: no space left on device, write
                Oct 24 15:12:33 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:12:33 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:12:36 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:12:36 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2168.
                Oct 24 15:12:36 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:12:36 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:12:37 raspberrypi bash[28263]: ENOSPC: no space left on device, write
                Oct 24 15:12:38 raspberrypi bash[28263]: Error: ENOSPC: no space left on device, write
                Oct 24 15:12:39 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:12:39 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:12:42 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:12:42 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2169.
                Oct 24 15:12:42 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:12:42 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:12:43 raspberrypi bash[28275]: ENOSPC: no space left on device, write
                Oct 24 15:12:43 raspberrypi bash[28275]: Error: ENOSPC: no space left on device, write
                Oct 24 15:12:44 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:12:44 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:12:47 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:12:47 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2170.
                Oct 24 15:12:47 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:12:47 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:12:49 raspberrypi bash[28287]: ENOSPC: no space left on device, write
                Oct 24 15:12:49 raspberrypi bash[28287]: Error: ENOSPC: no space left on device, write
                Oct 24 15:12:50 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:12:50 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:12:53 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:12:53 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2171.
                Oct 24 15:12:53 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:12:53 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:12:55 raspberrypi bash[28299]: ENOSPC: no space left on device, write
                Oct 24 15:12:55 raspberrypi bash[28299]: Error: ENOSPC: no space left on device, write
                Oct 24 15:12:56 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:12:56 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:12:59 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:12:59 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2172.
                Oct 24 15:12:59 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:12:59 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:13:00 raspberrypi bash[28311]: ENOSPC: no space left on device, write
                Oct 24 15:13:00 raspberrypi bash[28311]: Error: ENOSPC: no space left on device, write
                Oct 24 15:13:02 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:13:02 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:13:05 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:13:05 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2173.
                Oct 24 15:13:05 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:13:05 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:13:06 raspberrypi bash[28323]: ENOSPC: no space left on device, write
                Oct 24 15:13:06 raspberrypi bash[28323]: Error: ENOSPC: no space left on device, write
                Oct 24 15:13:07 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:13:07 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:13:10 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:13:10 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2174.
                Oct 24 15:13:10 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:13:10 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:13:12 raspberrypi bash[28335]: ENOSPC: no space left on device, write
                Oct 24 15:13:12 raspberrypi bash[28335]: Error: ENOSPC: no space left on device, write
                Oct 24 15:13:13 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:13:13 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:13:16 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:13:16 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2175.
                Oct 24 15:13:16 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:13:16 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:13:18 raspberrypi bash[28347]: ENOSPC: no space left on device, write
                Oct 24 15:13:18 raspberrypi bash[28347]: Error: ENOSPC: no space left on device, write
                Oct 24 15:13:19 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:13:19 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:13:22 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:13:22 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2176.
                Oct 24 15:13:22 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:13:22 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:13:24 raspberrypi bash[28359]: ENOSPC: no space left on device, write
                Oct 24 15:13:24 raspberrypi bash[28359]: Error: ENOSPC: no space left on device, write
                Oct 24 15:13:25 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:13:25 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:13:28 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:13:28 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2177.
                Oct 24 15:13:28 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:13:28 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:13:30 raspberrypi bash[28371]: ENOSPC: no space left on device, write
                Oct 24 15:13:30 raspberrypi bash[28371]: Error: ENOSPC: no space left on device, write
                Oct 24 15:13:31 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:13:31 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:13:34 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:13:34 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2178.
                Oct 24 15:13:34 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:13:34 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:13:35 raspberrypi bash[28383]: ENOSPC: no space left on device, write
                Oct 24 15:13:35 raspberrypi bash[28383]: Error: ENOSPC: no space left on device, write
                Oct 24 15:13:37 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:13:37 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:13:40 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:13:40 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2179.
                Oct 24 15:13:40 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:13:40 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:13:41 raspberrypi bash[28395]: ENOSPC: no space left on device, write
                Oct 24 15:13:41 raspberrypi bash[28395]: Error: ENOSPC: no space left on device, write
                Oct 24 15:13:42 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:13:42 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:13:45 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:13:45 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2180.
                Oct 24 15:13:45 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:13:45 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:13:47 raspberrypi bash[28407]: ENOSPC: no space left on device, write
                Oct 24 15:13:47 raspberrypi bash[28407]: Error: ENOSPC: no space left on device, write
                Oct 24 15:13:48 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:13:48 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                Oct 24 15:13:51 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                Oct 24 15:13:51 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2181.
                Oct 24 15:13:51 raspberrypi systemd[1]: Stopped ioBroker Server.
                Oct 24 15:13:51 raspberrypi systemd[1]: Started ioBroker Server.
                Oct 24 15:13:53 raspberrypi bash[28419]: ENOSPC: no space left on device, write
                Oct 24 15:13:53 raspberrypi bash[28419]: Error: ENOSPC: no space left on device, write
                Oct 24 15:13:54 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                Oct 24 15:13:54 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                
                

                edit: Also durch die Bereinigung sieht es zwischenzeitlich wie folgt aus:

                pi@raspberrypi:/opt/iobroker $ ncdu
                ncdu 1.13 ~ Use the arrow keys to navigate, press ? for help
                --- /opt/iobroker ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
                    1.4 GiB [##########] /iobroker-data
                  741.8 MiB [#####     ] /backups
                  724.7 MiB [#####     ] /node_modules
                  672.0 KiB [          ]  package-lock.json
                  320.0 KiB [          ] /log
                    8.0 KiB [          ]  reinstall.js
                    4.0 KiB [          ]  package.json
                    4.0 KiB [          ]  iobroker
                    4.0 KiB [          ]  INSTALLER_INFO.txt
                    4.0 KiB [          ]  .npmrc
                @   0.0   B [          ]  iob
                    0.0   B [          ]  sudo journalctl -g
                    0.0   B [          ]  since=yesterday
                    0.0   B [          ]  pberrypi kernel: Booting Linux on physical CPU 0x0
                    0.0   B [          ]  # sudo journalctl -g `error`
                
                
                

                aber IoBroker startet halt noch nicht :anguished:

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

                @erazor86

                df -h
                

                sagt? Wieder Platz zum tanzen vorhanden?

                iob restart
                

                und dann nach ein paar Minuten

                iob diag
                

                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

                E 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @erazor86

                  df -h
                  

                  sagt? Wieder Platz zum tanzen vorhanden?

                  iob restart
                  

                  und dann nach ein paar Minuten

                  iob diag
                  
                  E Offline
                  E Offline
                  erazor86
                  schrieb am zuletzt editiert von
                  #24

                  @thomas-braun said in Iobroker nicht mehr erreichbar / Festplatte voll?:

                  df -h

                  ok zu früh gefreut:

                  pi@raspberrypi:/opt/iobroker $ df -h
                  Filesystem      Size  Used Avail Use% Mounted on
                  /dev/root        29G   28G     0 100% /
                  devtmpfs        1.8G     0  1.8G   0% /dev
                  tmpfs           1.9G     0  1.9G   0% /dev/shm
                  tmpfs           1.9G   25M  1.9G   2% /run
                  tmpfs           5.0M  4.0K  5.0M   1% /run/lock
                  tmpfs           1.9G     0  1.9G   0% /sys/fs/cgroup
                  /dev/sda1       253M   49M  204M  20% /boot
                  tmpfs           384M     0  384M   0% /run/user/1000
                  pi@raspberrypi:/opt/iobroker $ iob restart
                  pi@raspberrypi:/opt/iobroker $ iob diag
                  pi@raspberrypi:/opt/iobroker $ iob diag
                  pi@raspberrypi:/opt/iobroker $
                  
                  
                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • E erazor86

                    @thomas-braun said in Iobroker nicht mehr erreichbar / Festplatte voll?:

                    df -h

                    ok zu früh gefreut:

                    pi@raspberrypi:/opt/iobroker $ df -h
                    Filesystem      Size  Used Avail Use% Mounted on
                    /dev/root        29G   28G     0 100% /
                    devtmpfs        1.8G     0  1.8G   0% /dev
                    tmpfs           1.9G     0  1.9G   0% /dev/shm
                    tmpfs           1.9G   25M  1.9G   2% /run
                    tmpfs           5.0M  4.0K  5.0M   1% /run/lock
                    tmpfs           1.9G     0  1.9G   0% /sys/fs/cgroup
                    /dev/sda1       253M   49M  204M  20% /boot
                    tmpfs           384M     0  384M   0% /run/user/1000
                    pi@raspberrypi:/opt/iobroker $ iob restart
                    pi@raspberrypi:/opt/iobroker $ iob diag
                    pi@raspberrypi:/opt/iobroker $ iob diag
                    pi@raspberrypi:/opt/iobroker $
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #25

                    @erazor86

                    sudo tail -200 /var/log/kern.log
                    

                    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

                    E 1 Antwort Letzte Antwort
                    0
                    • E erazor86

                      @thomas-braun @dp20eic

                      puh das waren jetzt einige Dinge auf einmal die ich da ausprobieren sollte... Also das system neu aufsetzen würde ich gerne vermeiden bzw. parallel mit einem zweiten Raspi machen. Habe noch einen mit 8gb am start. Aber erstmal würde ich den gerne wieder ans laufen bringen.

                      hier mal ein paar Auszüge:

                      pi@raspberrypi:/opt/iobroker $ sudo journalctl --flush --rotate --vacuum-time=1h
                      Deleted archived journal /run/log/journal/4d6ae5397255480d87f8210555383486/system@4eb1d35fbf904cfe9b555db2060dd955-0000000000000001-0006087329a39cee.journal (23.9M).
                      Vacuuming done, freed 23.9M of archived journals from /run/log/journal/4d6ae5397255480d87f8210555383486.
                      
                      pi@raspberrypi:/opt/iobroker $ sudo lsof/var/log/kern.log
                      sudo: lsof/var/log/kern.log: command not found
                      
                      pi@raspberrypi:/opt/iobroker $ tail -n 200 /var/log/syslog
                      Oct 24 15:11:32 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:11:32 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:11:34 raspberrypi bash[28083]: ENOSPC: no space left on device, write
                      Oct 24 15:11:34 raspberrypi bash[28083]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:11:35 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:11:35 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:11:38 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:11:38 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2158.
                      Oct 24 15:11:38 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:11:38 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:11:40 raspberrypi bash[28095]: ENOSPC: no space left on device, write
                      Oct 24 15:11:40 raspberrypi bash[28095]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:11:41 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:11:41 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:11:44 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:11:44 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2159.
                      Oct 24 15:11:44 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:11:44 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:11:45 raspberrypi bash[28107]: ENOSPC: no space left on device, write
                      Oct 24 15:11:45 raspberrypi bash[28107]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:11:46 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:11:46 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:11:50 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:11:50 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2160.
                      Oct 24 15:11:50 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:11:50 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:11:51 raspberrypi bash[28119]: ENOSPC: no space left on device, write
                      Oct 24 15:11:51 raspberrypi bash[28119]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:11:52 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:11:52 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:11:55 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:11:55 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2161.
                      Oct 24 15:11:55 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:11:55 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:11:57 raspberrypi bash[28131]: ENOSPC: no space left on device, write
                      Oct 24 15:11:57 raspberrypi bash[28131]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:11:58 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:11:58 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:12:01 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:12:01 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2162.
                      Oct 24 15:12:01 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:12:01 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:12:03 raspberrypi bash[28143]: ENOSPC: no space left on device, write
                      Oct 24 15:12:03 raspberrypi bash[28143]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:12:04 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:12:04 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:12:07 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:12:07 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2163.
                      Oct 24 15:12:07 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:12:07 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:12:09 raspberrypi bash[28155]: ENOSPC: no space left on device, write
                      Oct 24 15:12:09 raspberrypi bash[28155]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:12:10 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:12:10 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:12:13 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:12:13 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2164.
                      Oct 24 15:12:13 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:12:13 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:12:14 raspberrypi bash[28167]: ENOSPC: no space left on device, write
                      Oct 24 15:12:14 raspberrypi bash[28167]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:12:15 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:12:15 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:12:18 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:12:18 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2165.
                      Oct 24 15:12:18 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:12:18 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:12:20 raspberrypi bash[28179]: ENOSPC: no space left on device, write
                      Oct 24 15:12:20 raspberrypi bash[28179]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:12:21 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:12:21 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:12:23 raspberrypi dhcpcd[595]: eth0: Router Advertisement from fe80::cece:1eff:fe79:6d19
                      Oct 24 15:12:24 raspberrypi dhcpcd[595]: eth0: Router Advertisement from fe80::cece:1eff:fe79:6d19
                      Oct 24 15:12:24 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:12:24 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2166.
                      Oct 24 15:12:24 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:12:24 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:12:26 raspberrypi bash[28220]: ENOSPC: no space left on device, write
                      Oct 24 15:12:26 raspberrypi bash[28220]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:12:27 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:12:27 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:12:30 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:12:30 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2167.
                      Oct 24 15:12:30 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:12:30 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:12:32 raspberrypi bash[28251]: ENOSPC: no space left on device, write
                      Oct 24 15:12:32 raspberrypi bash[28251]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:12:33 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:12:33 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:12:36 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:12:36 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2168.
                      Oct 24 15:12:36 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:12:36 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:12:37 raspberrypi bash[28263]: ENOSPC: no space left on device, write
                      Oct 24 15:12:38 raspberrypi bash[28263]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:12:39 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:12:39 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:12:42 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:12:42 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2169.
                      Oct 24 15:12:42 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:12:42 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:12:43 raspberrypi bash[28275]: ENOSPC: no space left on device, write
                      Oct 24 15:12:43 raspberrypi bash[28275]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:12:44 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:12:44 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:12:47 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:12:47 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2170.
                      Oct 24 15:12:47 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:12:47 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:12:49 raspberrypi bash[28287]: ENOSPC: no space left on device, write
                      Oct 24 15:12:49 raspberrypi bash[28287]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:12:50 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:12:50 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:12:53 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:12:53 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2171.
                      Oct 24 15:12:53 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:12:53 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:12:55 raspberrypi bash[28299]: ENOSPC: no space left on device, write
                      Oct 24 15:12:55 raspberrypi bash[28299]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:12:56 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:12:56 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:12:59 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:12:59 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2172.
                      Oct 24 15:12:59 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:12:59 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:13:00 raspberrypi bash[28311]: ENOSPC: no space left on device, write
                      Oct 24 15:13:00 raspberrypi bash[28311]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:13:02 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:13:02 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:13:05 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:13:05 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2173.
                      Oct 24 15:13:05 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:13:05 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:13:06 raspberrypi bash[28323]: ENOSPC: no space left on device, write
                      Oct 24 15:13:06 raspberrypi bash[28323]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:13:07 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:13:07 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:13:10 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:13:10 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2174.
                      Oct 24 15:13:10 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:13:10 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:13:12 raspberrypi bash[28335]: ENOSPC: no space left on device, write
                      Oct 24 15:13:12 raspberrypi bash[28335]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:13:13 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:13:13 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:13:16 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:13:16 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2175.
                      Oct 24 15:13:16 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:13:16 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:13:18 raspberrypi bash[28347]: ENOSPC: no space left on device, write
                      Oct 24 15:13:18 raspberrypi bash[28347]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:13:19 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:13:19 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:13:22 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:13:22 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2176.
                      Oct 24 15:13:22 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:13:22 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:13:24 raspberrypi bash[28359]: ENOSPC: no space left on device, write
                      Oct 24 15:13:24 raspberrypi bash[28359]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:13:25 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:13:25 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:13:28 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:13:28 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2177.
                      Oct 24 15:13:28 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:13:28 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:13:30 raspberrypi bash[28371]: ENOSPC: no space left on device, write
                      Oct 24 15:13:30 raspberrypi bash[28371]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:13:31 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:13:31 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:13:34 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:13:34 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2178.
                      Oct 24 15:13:34 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:13:34 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:13:35 raspberrypi bash[28383]: ENOSPC: no space left on device, write
                      Oct 24 15:13:35 raspberrypi bash[28383]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:13:37 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:13:37 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:13:40 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:13:40 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2179.
                      Oct 24 15:13:40 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:13:40 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:13:41 raspberrypi bash[28395]: ENOSPC: no space left on device, write
                      Oct 24 15:13:41 raspberrypi bash[28395]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:13:42 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:13:42 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:13:45 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:13:45 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2180.
                      Oct 24 15:13:45 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:13:45 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:13:47 raspberrypi bash[28407]: ENOSPC: no space left on device, write
                      Oct 24 15:13:47 raspberrypi bash[28407]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:13:48 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:13:48 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      Oct 24 15:13:51 raspberrypi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
                      Oct 24 15:13:51 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 2181.
                      Oct 24 15:13:51 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Oct 24 15:13:51 raspberrypi systemd[1]: Started ioBroker Server.
                      Oct 24 15:13:53 raspberrypi bash[28419]: ENOSPC: no space left on device, write
                      Oct 24 15:13:53 raspberrypi bash[28419]: Error: ENOSPC: no space left on device, write
                      Oct 24 15:13:54 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
                      Oct 24 15:13:54 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'.
                      
                      

                      edit: Also durch die Bereinigung sieht es zwischenzeitlich wie folgt aus:

                      pi@raspberrypi:/opt/iobroker $ ncdu
                      ncdu 1.13 ~ Use the arrow keys to navigate, press ? for help
                      --- /opt/iobroker ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
                          1.4 GiB [##########] /iobroker-data
                        741.8 MiB [#####     ] /backups
                        724.7 MiB [#####     ] /node_modules
                        672.0 KiB [          ]  package-lock.json
                        320.0 KiB [          ] /log
                          8.0 KiB [          ]  reinstall.js
                          4.0 KiB [          ]  package.json
                          4.0 KiB [          ]  iobroker
                          4.0 KiB [          ]  INSTALLER_INFO.txt
                          4.0 KiB [          ]  .npmrc
                      @   0.0   B [          ]  iob
                          0.0   B [          ]  sudo journalctl -g
                          0.0   B [          ]  since=yesterday
                          0.0   B [          ]  pberrypi kernel: Booting Linux on physical CPU 0x0
                          0.0   B [          ]  # sudo journalctl -g `error`
                      
                      
                      

                      aber IoBroker startet halt noch nicht :anguished:

                      ? Offline
                      ? Offline
                      Ein ehemaliger Benutzer
                      schrieb am zuletzt editiert von
                      #26

                      @erazor86 sagte in Iobroker nicht mehr erreichbar / Festplatte voll?:

                      sudo lsof/var/log/kern.log

                      Moin,

                      da fehlt ein Leerzeichen!

                      # sudo lsof /var/log/kern.log
                      

                      Kopieren nicht Abschreiben ;)

                      VG
                      Bernd

                      E 1 Antwort Letzte Antwort
                      0
                      • ? Ein ehemaliger Benutzer

                        @erazor86 sagte in Iobroker nicht mehr erreichbar / Festplatte voll?:

                        sudo lsof/var/log/kern.log

                        Moin,

                        da fehlt ein Leerzeichen!

                        # sudo lsof /var/log/kern.log
                        

                        Kopieren nicht Abschreiben ;)

                        VG
                        Bernd

                        E Offline
                        E Offline
                        erazor86
                        schrieb am zuletzt editiert von
                        #27

                        @dp20eic said in Iobroker nicht mehr erreichbar / Festplatte voll?:

                        sudo lsof /var/log/kern.log

                        ich hatte beides probiert.. kommt leider bei beidem die gleiche Meldung

                        pi@raspberrypi:/opt/iobroker $ sudo lsof /var/log/kern.log
                        sudo: lsof: command not found
                        
                        
                        ? 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @erazor86

                          sudo tail -200 /var/log/kern.log
                          
                          E Offline
                          E Offline
                          erazor86
                          schrieb am zuletzt editiert von
                          #28

                          @thomas-braun said in Iobroker nicht mehr erreichbar / Festplatte voll?:

                          sudo tail -200 /var/log/kern.log

                          pi@raspberrypi:/opt/iobroker $ sudo lsof /var/log/kern.log
                          sudo: lsof: command not found
                          pi@raspberrypi:/opt/iobroker $ sudo tail -200 /var/log/kern.log
                          Oct 24 11:42:56 raspberrypi kernel: [    1.207680] pci_bus 0000:00: root bus resource [bus 00-ff]
                          Oct 24 11:42:56 raspberrypi kernel: [    1.207715] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
                          Oct 24 11:42:56 raspberrypi kernel: [    1.207828] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
                          Oct 24 11:42:56 raspberrypi kernel: [    1.208085] pci 0000:00:00.0: PME# supported from D0 D3hot
                          Oct 24 11:42:56 raspberrypi kernel: [    1.211577] PCI: bus0: Fast back to back transfers disabled
                          Oct 24 11:42:56 raspberrypi kernel: [    1.211932] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
                          Oct 24 11:42:56 raspberrypi kernel: [    1.212076] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
                          Oct 24 11:42:56 raspberrypi kernel: [    1.212527] pci 0000:01:00.0: PME# supported from D0 D3cold
                          Oct 24 11:42:56 raspberrypi kernel: [    1.216022] PCI: bus1: Fast back to back transfers disabled
                          Oct 24 11:42:56 raspberrypi kernel: [    1.216138] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
                          Oct 24 11:42:56 raspberrypi kernel: [    1.216179] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
                          Oct 24 11:42:56 raspberrypi kernel: [    1.216283] pci 0000:00:00.0: PCI bridge to [bus 01]
                          Oct 24 11:42:56 raspberrypi kernel: [    1.216322] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff]
                          Oct 24 11:42:56 raspberrypi kernel: [    1.216744] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
                          Oct 24 11:42:56 raspberrypi kernel: [    1.216992] pcieport 0000:00:00.0: PME: Signaling with IRQ 62
                          Oct 24 11:42:56 raspberrypi kernel: [    1.225698] iproc-rng200 fe104000.rng: hwrng registered
                          Oct 24 11:42:56 raspberrypi kernel: [    1.226026] vc-mem: phys_addr:0x00000000 mem_base=0x3eb00000 mem_size:0x3ff00000(1023 MiB)
                          Oct 24 11:42:56 raspberrypi kernel: [    1.226913] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
                          Oct 24 11:42:56 raspberrypi kernel: [    1.239215] brd: module loaded
                          Oct 24 11:42:56 raspberrypi kernel: [    1.251549] loop: module loaded
                          Oct 24 11:42:56 raspberrypi kernel: [    1.253319] Loading iSCSI transport class v2.0-870.
                          Oct 24 11:42:56 raspberrypi kernel: [    1.256654] libphy: Fixed MDIO Bus: probed
                          Oct 24 11:42:56 raspberrypi kernel: [    1.258364] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
                          Oct 24 11:42:56 raspberrypi kernel: [    1.275207] libphy: bcmgenet MII bus: probed
                          Oct 24 11:42:56 raspberrypi kernel: [    1.355325] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
                          Oct 24 11:42:56 raspberrypi kernel: [    1.356517] usbcore: registered new interface driver r8152
                          Oct 24 11:42:56 raspberrypi kernel: [    1.356604] usbcore: registered new interface driver lan78xx
                          Oct 24 11:42:56 raspberrypi kernel: [    1.356697] usbcore: registered new interface driver smsc95xx
                          Oct 24 11:42:56 raspberrypi kernel: [    1.358350] xhci_hcd 0000:01:00.0: enabling device (0140 -> 0142)
                          Oct 24 11:42:56 raspberrypi kernel: [    1.358531] xhci_hcd 0000:01:00.0: xHCI Host Controller
                          Oct 24 11:42:56 raspberrypi kernel: [    1.358580] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
                          Oct 24 11:42:56 raspberrypi kernel: [    1.361973] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000060000000890
                          Oct 24 11:42:56 raspberrypi kernel: [    1.363334] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
                          Oct 24 11:42:56 raspberrypi kernel: [    1.363376] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                          Oct 24 11:42:56 raspberrypi kernel: [    1.363412] usb usb1: Product: xHCI Host Controller
                          Oct 24 11:42:56 raspberrypi kernel: [    1.363442] usb usb1: Manufacturer: Linux 5.10.63-v7l+ xhci-hcd
                          Oct 24 11:42:56 raspberrypi kernel: [    1.363473] usb usb1: SerialNumber: 0000:01:00.0
                          Oct 24 11:42:56 raspberrypi kernel: [    1.364208] hub 1-0:1.0: USB hub found
                          Oct 24 11:42:56 raspberrypi kernel: [    1.364323] hub 1-0:1.0: 1 port detected
                          Oct 24 11:42:56 raspberrypi kernel: [    1.365005] xhci_hcd 0000:01:00.0: xHCI Host Controller
                          Oct 24 11:42:56 raspberrypi kernel: [    1.365048] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
                          Oct 24 11:42:56 raspberrypi kernel: [    1.365093] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
                          Oct 24 11:42:56 raspberrypi kernel: [    1.365700] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
                          Oct 24 11:42:56 raspberrypi kernel: [    1.365740] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                          Oct 24 11:42:56 raspberrypi kernel: [    1.365776] usb usb2: Product: xHCI Host Controller
                          Oct 24 11:42:56 raspberrypi kernel: [    1.365805] usb usb2: Manufacturer: Linux 5.10.63-v7l+ xhci-hcd
                          Oct 24 11:42:56 raspberrypi kernel: [    1.365836] usb usb2: SerialNumber: 0000:01:00.0
                          Oct 24 11:42:56 raspberrypi kernel: [    1.366578] hub 2-0:1.0: USB hub found
                          Oct 24 11:42:56 raspberrypi kernel: [    1.366696] hub 2-0:1.0: 4 ports detected
                          Oct 24 11:42:56 raspberrypi kernel: [    1.368409] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
                          Oct 24 11:42:56 raspberrypi kernel: [    1.368731] dwc_otg: FIQ enabled
                          Oct 24 11:42:56 raspberrypi kernel: [    1.368746] dwc_otg: NAK holdoff enabled
                          Oct 24 11:42:56 raspberrypi kernel: [    1.368761] dwc_otg: FIQ split-transaction FSM enabled
                          Oct 24 11:42:56 raspberrypi kernel: [    1.368778] Module dwc_common_port init
                          Oct 24 11:42:56 raspberrypi kernel: [    1.369242] usbcore: registered new interface driver uas
                          Oct 24 11:42:56 raspberrypi kernel: [    1.369379] usbcore: registered new interface driver usb-storage
                          Oct 24 11:42:56 raspberrypi kernel: [    1.369591] mousedev: PS/2 mouse device common for all mice
                          Oct 24 11:42:56 raspberrypi kernel: [    1.371242] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
                          Oct 24 11:42:56 raspberrypi kernel: [    1.374643] sdhci: Secure Digital Host Controller Interface driver
                          Oct 24 11:42:56 raspberrypi kernel: [    1.374677] sdhci: Copyright(c) Pierre Ossman
                          Oct 24 11:42:56 raspberrypi kernel: [    1.375484] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
                          Oct 24 11:42:56 raspberrypi kernel: [    1.376078] sdhci-pltfm: SDHCI platform and OF driver helper
                          Oct 24 11:42:56 raspberrypi kernel: [    1.380224] ledtrig-cpu: registered to indicate activity on CPUs
                          Oct 24 11:42:56 raspberrypi kernel: [    1.380573] hid: raw HID events driver (C) Jiri Kosina
                          Oct 24 11:42:56 raspberrypi kernel: [    1.380808] usbcore: registered new interface driver usbhid
                          Oct 24 11:42:56 raspberrypi kernel: [    1.380839] usbhid: USB HID core driver
                          Oct 24 11:42:56 raspberrypi kernel: [    1.386881] Initializing XFRM netlink socket
                          Oct 24 11:42:56 raspberrypi kernel: [    1.386944] NET: Registered protocol family 17
                          Oct 24 11:42:56 raspberrypi kernel: [    1.387087] Key type dns_resolver registered
                          Oct 24 11:42:56 raspberrypi kernel: [    1.387431] Registering SWP/SWPB emulation handler
                          Oct 24 11:42:56 raspberrypi kernel: [    1.387614] registered taskstats version 1
                          Oct 24 11:42:56 raspberrypi kernel: [    1.387655] Loading compiled-in X.509 certificates
                          Oct 24 11:42:56 raspberrypi kernel: [    1.388527] Key type ._fscrypt registered
                          Oct 24 11:42:56 raspberrypi kernel: [    1.388557] Key type .fscrypt registered
                          Oct 24 11:42:56 raspberrypi kernel: [    1.388585] Key type fscrypt-provisioning registered
                          Oct 24 11:42:56 raspberrypi kernel: [    1.400115] uart-pl011 fe201000.serial: there is not valid maps for state default
                          Oct 24 11:42:56 raspberrypi kernel: [    1.400447] uart-pl011 fe201000.serial: cts_event_workaround enabled
                          Oct 24 11:42:56 raspberrypi kernel: [    1.400538] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2
                          Oct 24 11:42:56 raspberrypi kernel: [    1.408608] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
                          Oct 24 11:42:56 raspberrypi kernel: [    1.409715] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
                          Oct 24 11:42:56 raspberrypi kernel: [    1.409749] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
                          Oct 24 11:42:56 raspberrypi kernel: [    1.440004] of_cfs_init
                          Oct 24 11:42:56 raspberrypi kernel: [    1.440281] of_cfs_init: OK
                          Oct 24 11:42:56 raspberrypi kernel: [    1.447588] mmc1: Controller never released inhibit bit(s).
                          Oct 24 11:42:56 raspberrypi kernel: [    1.471253] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
                          Oct 24 11:42:56 raspberrypi kernel: [    1.472965] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                          Oct 24 11:42:56 raspberrypi kernel: [    1.474672] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                          Oct 24 11:42:56 raspberrypi kernel: [    1.478089] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
                          Oct 24 11:42:56 raspberrypi kernel: [    1.479795] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                          Oct 24 11:42:56 raspberrypi kernel: [    1.485253] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
                          Oct 24 11:42:56 raspberrypi kernel: [    1.485904] Waiting for root device PARTUUID=7a2feeee-02...
                          Oct 24 11:42:56 raspberrypi kernel: [    1.545642] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
                          Oct 24 11:42:56 raspberrypi kernel: [    1.548722] mmc1: new high speed SDIO card at address 0001
                          Oct 24 11:42:56 raspberrypi kernel: [    1.577032] usb 2-1: New USB device found, idVendor=14b0, idProduct=0206, bcdDevice= 1.00
                          Oct 24 11:42:56 raspberrypi kernel: [    1.577074] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
                          Oct 24 11:42:56 raspberrypi kernel: [    1.577108] usb 2-1: Product: Force LS SSD
                          Oct 24 11:42:56 raspberrypi kernel: [    1.577137] usb 2-1: Manufacturer: Corsair
                          Oct 24 11:42:56 raspberrypi kernel: [    1.577166] usb 2-1: SerialNumber: 1234567815F4
                          Oct 24 11:42:56 raspberrypi kernel: [    1.603092] scsi host0: uas
                          Oct 24 11:42:56 raspberrypi kernel: [    1.604627] scsi 0:0:0:0: Direct-Access     Corsair  Force LS SSD     0    PQ: 0 ANSI: 6
                          Oct 24 11:42:56 raspberrypi kernel: [    1.606824] sd 0:0:0:0: [sda] 117231408 512-byte logical blocks: (60.0 GB/55.9 GiB)
                          Oct 24 11:42:56 raspberrypi kernel: [    1.607041] sd 0:0:0:0: [sda] Write Protect is off
                          Oct 24 11:42:56 raspberrypi kernel: [    1.607077] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
                          Oct 24 11:42:56 raspberrypi kernel: [    1.607426] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
                          Oct 24 11:42:56 raspberrypi kernel: [    1.608240] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes
                          Oct 24 11:42:56 raspberrypi kernel: [    1.611321]  sda: sda1 sda2
                          Oct 24 11:42:56 raspberrypi kernel: [    1.614496] sd 0:0:0:0: [sda] Attached SCSI disk
                          Oct 24 11:42:56 raspberrypi kernel: [    1.652086] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
                          Oct 24 11:42:56 raspberrypi kernel: [    1.652185] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                          Oct 24 11:42:56 raspberrypi kernel: [    1.654243] devtmpfs: mounted
                          Oct 24 11:42:56 raspberrypi kernel: [    1.664143] Freeing unused kernel memory: 2048K
                          Oct 24 11:42:56 raspberrypi kernel: [    1.705486] Run /sbin/init as init process
                          Oct 24 11:42:56 raspberrypi kernel: [    1.705516]   with arguments:
                          Oct 24 11:42:56 raspberrypi kernel: [    1.705531]     /sbin/init
                          Oct 24 11:42:56 raspberrypi kernel: [    1.705545]   with environment:
                          Oct 24 11:42:56 raspberrypi kernel: [    1.705560]     HOME=/
                          Oct 24 11:42:56 raspberrypi kernel: [    1.705574]     TERM=linux
                          Oct 24 11:42:56 raspberrypi kernel: [    1.725615] usb 1-1: new high-speed USB device number 2 using xhci_hcd
                          Oct 24 11:42:56 raspberrypi kernel: [    1.907733] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
                          Oct 24 11:42:56 raspberrypi kernel: [    1.907779] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
                          Oct 24 11:42:56 raspberrypi kernel: [    1.907813] usb 1-1: Product: USB2.0 Hub
                          Oct 24 11:42:56 raspberrypi kernel: [    1.909890] hub 1-1:1.0: USB hub found
                          Oct 24 11:42:56 raspberrypi kernel: [    1.910131] hub 1-1:1.0: 4 ports detected
                          Oct 24 11:42:56 raspberrypi kernel: [    1.967238] NET: Registered protocol family 10
                          Oct 24 11:42:56 raspberrypi kernel: [    1.968685] Segment Routing with IPv6
                          Oct 24 11:42:56 raspberrypi kernel: [    2.607403] random: systemd: uninitialized urandom read (16 bytes read)
                          Oct 24 11:42:56 raspberrypi kernel: [    2.615594] random: systemd: uninitialized urandom read (16 bytes read)
                          Oct 24 11:42:56 raspberrypi kernel: [    2.619523] random: systemd: uninitialized urandom read (16 bytes read)
                          Oct 24 11:42:56 raspberrypi kernel: [    3.118773] EXT4-fs (sda2): re-mounted. Opts: (null)
                          Oct 24 11:42:56 raspberrypi kernel: [    3.795339] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
                          Oct 24 11:42:56 raspberrypi kernel: [    3.795967] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
                          Oct 24 11:42:56 raspberrypi kernel: [    3.796534] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
                          Oct 24 11:42:56 raspberrypi kernel: [    3.797073] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
                          Oct 24 11:42:56 raspberrypi kernel: [    3.884618] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
                          Oct 24 11:42:56 raspberrypi kernel: [    3.888199] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
                          Oct 24 11:42:56 raspberrypi kernel: [    3.889781] mc: Linux media interface: v0.10
                          Oct 24 11:42:56 raspberrypi kernel: [    3.903059] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
                          Oct 24 11:42:56 raspberrypi kernel: [    3.903084] [vc_sm_connected_init]: start
                          Oct 24 11:42:56 raspberrypi kernel: [    3.922455] [vc_sm_connected_init]: installed successfully
                          Oct 24 11:42:56 raspberrypi kernel: [    3.928161] bcm2835_audio bcm2835_audio: card created with 8 channels
                          Oct 24 11:42:56 raspberrypi kernel: [    3.946690] videodev: Linux video capture interface: v2.00
                          Oct 24 11:42:56 raspberrypi kernel: [    3.962512] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                          Oct 24 11:42:56 raspberrypi kernel: [    3.963869] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                          Oct 24 11:42:56 raspberrypi kernel: [    3.982102] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
                          Oct 24 11:42:56 raspberrypi kernel: [    4.004861] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
                          Oct 24 11:42:56 raspberrypi kernel: [    4.012310] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
                          Oct 24 11:42:56 raspberrypi kernel: [    4.012850] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
                          Oct 24 11:42:56 raspberrypi kernel: [    4.013555] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
                          Oct 24 11:42:56 raspberrypi kernel: [    4.013864] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
                          Oct 24 11:42:56 raspberrypi kernel: [    4.013897] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
                          Oct 24 11:42:56 raspberrypi kernel: [    4.013923] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
                          Oct 24 11:42:56 raspberrypi kernel: [    4.013946] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
                          Oct 24 11:42:56 raspberrypi kernel: [    4.013968] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
                          Oct 24 11:42:56 raspberrypi kernel: [    4.014163] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
                          Oct 24 11:42:56 raspberrypi kernel: [    4.035473] cfg80211: Loading compiled-in X.509 certificates for regulatory database
                          Oct 24 11:42:56 raspberrypi kernel: [    4.084263] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
                          Oct 24 11:42:56 raspberrypi kernel: [    4.125844] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
                          Oct 24 11:42:56 raspberrypi kernel: [    4.131060] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
                          Oct 24 11:42:56 raspberrypi kernel: [    4.131124] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
                          Oct 24 11:42:56 raspberrypi kernel: [    4.152115] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
                          Oct 24 11:42:56 raspberrypi kernel: [    4.152161] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
                          Oct 24 11:42:56 raspberrypi kernel: [    4.187406] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
                          Oct 24 11:42:56 raspberrypi kernel: [    4.187524] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
                          Oct 24 11:42:56 raspberrypi kernel: [    4.197382] brcmfmac: F1 signature read @0x18000000=0x15264345
                          Oct 24 11:42:56 raspberrypi kernel: [    4.199442] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
                          Oct 24 11:42:56 raspberrypi kernel: [    4.199505] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
                          Oct 24 11:42:56 raspberrypi kernel: [    4.215428] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
                          Oct 24 11:42:56 raspberrypi kernel: [    4.217461] usbcore: registered new interface driver brcmfmac
                          Oct 24 11:42:56 raspberrypi kernel: [    4.267380] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
                          Oct 24 11:42:56 raspberrypi kernel: [    4.273451] sd 0:0:0:0: Attached scsi generic sg0 type 0
                          Oct 24 11:42:56 raspberrypi kernel: [    4.352522] [drm] No displays found. Consider forcing hotplug if HDMI is attached
                          Oct 24 11:42:56 raspberrypi kernel: [    4.352670] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
                          Oct 24 11:42:56 raspberrypi kernel: [    4.360451] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
                          Oct 24 11:42:56 raspberrypi kernel: [    4.478969] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
                          Oct 24 11:42:56 raspberrypi kernel: [    4.479088] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
                          Oct 24 11:42:56 raspberrypi kernel: [    4.488535] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jan  4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
                          Oct 24 11:42:56 raspberrypi kernel: [    6.570331] random: crng init done
                          Oct 24 11:42:56 raspberrypi kernel: [    6.570362] random: 7 urandom warning(s) missed due to ratelimiting
                          Oct 24 11:42:56 raspberrypi kernel: [    6.676105] 8021q: 802.1Q VLAN Support v1.8
                          Oct 24 11:42:56 raspberrypi kernel: [    6.729120] uart-pl011 fe201000.serial: no DMA platform data
                          Oct 24 11:42:57 raspberrypi kernel: [    6.926777] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
                          Oct 24 11:42:57 raspberrypi kernel: [    7.035965] Adding 51196k swap on /var/swap.  Priority:-2 extents:133 across:23083960k SSFS
                          Oct 24 11:42:57 raspberrypi kernel: [    7.101788] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
                          Oct 24 11:42:57 raspberrypi kernel: [    7.102036] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
                          Oct 24 11:42:57 raspberrypi kernel: [    7.102161] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
                          Oct 24 11:42:59 raspberrypi kernel: [    9.118481] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
                          Oct 24 11:43:03 raspberrypi kernel: [   13.455693] Bluetooth: Core ver 2.22
                          Oct 24 11:43:03 raspberrypi kernel: [   13.455755] NET: Registered protocol family 31
                          Oct 24 11:43:03 raspberrypi kernel: [   13.455762] Bluetooth: HCI device and connection manager initialized
                          Oct 24 11:43:03 raspberrypi kernel: [   13.455777] Bluetooth: HCI socket layer initialized
                          Oct 24 11:43:03 raspberrypi kernel: [   13.455787] Bluetooth: L2CAP socket layer initialized
                          Oct 24 11:43:03 raspberrypi kernel: [   13.455802] Bluetooth: SCO socket layer initialized
                          Oct 24 11:43:03 raspberrypi kernel: [   13.464513] Bluetooth: HCI UART driver ver 2.3
                          Oct 24 11:43:03 raspberrypi kernel: [   13.464524] Bluetooth: HCI UART protocol H4 registered
                          Oct 24 11:43:03 raspberrypi kernel: [   13.464579] Bluetooth: HCI UART protocol Three-wire (H5) registered
                          Oct 24 11:43:03 raspberrypi kernel: [   13.464740] Bluetooth: HCI UART protocol Broadcom registered
                          Oct 24 11:43:03 raspberrypi kernel: [   13.631498] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
                          Oct 24 11:43:03 raspberrypi kernel: [   13.631508] Bluetooth: BNEP filters: protocol multicast
                          Oct 24 11:43:03 raspberrypi kernel: [   13.631521] Bluetooth: BNEP socket layer initialized
                          Oct 24 11:43:22 raspberrypi kernel: [   31.835180] vcc-sd: disabling
                          
                          
                          1 Antwort Letzte Antwort
                          0
                          • E erazor86

                            @dp20eic said in Iobroker nicht mehr erreichbar / Festplatte voll?:

                            sudo lsof /var/log/kern.log

                            ich hatte beides probiert.. kommt leider bei beidem die gleiche Meldung

                            pi@raspberrypi:/opt/iobroker $ sudo lsof /var/log/kern.log
                            sudo: lsof: command not found
                            
                            
                            ? Offline
                            ? Offline
                            Ein ehemaliger Benutzer
                            schrieb am zuletzt editiert von
                            #29

                            @erazor86 sagte in Iobroker nicht mehr erreichbar / Festplatte voll?:

                            sudo: lsof: command not found

                            Moin,

                            Linux Grundkurs, diese Meldung sagt, dass das Programm lsof nicht gefunden wird, also ist es nicht installiert, Du kannst das nachinstallieren

                            # sudo apt install lsof
                            

                            VG
                            Bernd

                            E 1 Antwort Letzte Antwort
                            0
                            • ? Ein ehemaliger Benutzer

                              @erazor86 sagte in Iobroker nicht mehr erreichbar / Festplatte voll?:

                              sudo: lsof: command not found

                              Moin,

                              Linux Grundkurs, diese Meldung sagt, dass das Programm lsof nicht gefunden wird, also ist es nicht installiert, Du kannst das nachinstallieren

                              # sudo apt install lsof
                              

                              VG
                              Bernd

                              E Offline
                              E Offline
                              erazor86
                              schrieb am zuletzt editiert von erazor86
                              #30

                              @dp20eic said in Iobroker nicht mehr erreichbar / Festplatte voll?:

                              @erazor86 sagte in Iobroker nicht mehr erreichbar / Festplatte voll?:

                              sudo: lsof: command not found

                              Moin,

                              Linux Grundkurs, diese Meldung sagt, dass das Programm lsof nicht gefunden wird, also ist es nicht installiert, Du kannst das nachinstallieren

                              # sudo apt install lsof
                              

                              VG
                              Bernd

                              danke für die Hilfe, aber leider sagt er mir, dass nicht genug freier Speicher zum installieren vorhanden ist... :confused:

                              pi@raspberrypi:~ $ sudo apt install lsof
                              Reading package lists... Done
                              Building dependency tree
                              Reading state information... Done
                              The following NEW packages will be installed:
                                lsof
                              0 upgraded, 1 newly installed, 0 to remove and 122 not upgraded.
                              Need to get 307 kB of archives.
                              After this operation, 447 kB of additional disk space will be used.
                              E: You don't have enough free space in /var/cache/apt/archives/.
                              
                              

                              edit: So ich habe jetzt die Partition erweitert auf volle Festplattenkapazität und iob läuft zum glück auch wieder. Jetzt gilt es nur die Ursache ausfindig zu machen und das System zu bereinigen eh mir der Speicher wieder voll läuft...
                              aktuell sieht es so aus:

                              pi@raspberrypi:~ $ df -h
                              Filesystem      Size  Used Avail Use% Mounted on
                              /dev/root        55G   28G   25G  54% /
                              devtmpfs        1.8G     0  1.8G   0% /dev
                              tmpfs           1.9G     0  1.9G   0% /dev/shm
                              tmpfs           1.9G  8.5M  1.9G   1% /run
                              tmpfs           5.0M  4.0K  5.0M   1% /run/lock
                              tmpfs           1.9G     0  1.9G   0% /sys/fs/cgroup
                              /dev/sda1       253M   49M  204M  20% /boot
                              tmpfs           384M     0  384M   0% /run/user/1000
                              pi@raspberrypi:~ $ iobroker start
                              
                              pi@raspberrypi:~ $ sudo apt install lsof
                              Reading package lists... Done
                              Building dependency tree
                              Reading state information... Done
                              The following NEW packages will be installed:
                                lsof
                              0 upgraded, 1 newly installed, 0 to remove and 122 not upgraded.
                              Need to get 307 kB of archives.
                              After this operation, 447 kB of additional disk space will be used.
                              Get:1 http://mirror1.hs-esslingen.de/pub/Mirrors/archive.raspbian.org/raspbian buster/main armhf lsof armhf 4.91+dfsg-1 [307 kB]
                              Fetched 307 kB in 0s (843 kB/s)
                              Selecting previously unselected package lsof.
                              (Reading database ... 50941 files and directories currently installed.)
                              Preparing to unpack .../lsof_4.91+dfsg-1_armhf.deb ...
                              Unpacking lsof (4.91+dfsg-1) ...
                              Setting up lsof (4.91+dfsg-1) ...
                              Processing triggers for man-db (2.8.5-2) ...
                              
                              
                              Thomas BraunT ? 3 Antworten Letzte Antwort
                              0
                              • E erazor86

                                @dp20eic said in Iobroker nicht mehr erreichbar / Festplatte voll?:

                                @erazor86 sagte in Iobroker nicht mehr erreichbar / Festplatte voll?:

                                sudo: lsof: command not found

                                Moin,

                                Linux Grundkurs, diese Meldung sagt, dass das Programm lsof nicht gefunden wird, also ist es nicht installiert, Du kannst das nachinstallieren

                                # sudo apt install lsof
                                

                                VG
                                Bernd

                                danke für die Hilfe, aber leider sagt er mir, dass nicht genug freier Speicher zum installieren vorhanden ist... :confused:

                                pi@raspberrypi:~ $ sudo apt install lsof
                                Reading package lists... Done
                                Building dependency tree
                                Reading state information... Done
                                The following NEW packages will be installed:
                                  lsof
                                0 upgraded, 1 newly installed, 0 to remove and 122 not upgraded.
                                Need to get 307 kB of archives.
                                After this operation, 447 kB of additional disk space will be used.
                                E: You don't have enough free space in /var/cache/apt/archives/.
                                
                                

                                edit: So ich habe jetzt die Partition erweitert auf volle Festplattenkapazität und iob läuft zum glück auch wieder. Jetzt gilt es nur die Ursache ausfindig zu machen und das System zu bereinigen eh mir der Speicher wieder voll läuft...
                                aktuell sieht es so aus:

                                pi@raspberrypi:~ $ df -h
                                Filesystem      Size  Used Avail Use% Mounted on
                                /dev/root        55G   28G   25G  54% /
                                devtmpfs        1.8G     0  1.8G   0% /dev
                                tmpfs           1.9G     0  1.9G   0% /dev/shm
                                tmpfs           1.9G  8.5M  1.9G   1% /run
                                tmpfs           5.0M  4.0K  5.0M   1% /run/lock
                                tmpfs           1.9G     0  1.9G   0% /sys/fs/cgroup
                                /dev/sda1       253M   49M  204M  20% /boot
                                tmpfs           384M     0  384M   0% /run/user/1000
                                pi@raspberrypi:~ $ iobroker start
                                
                                pi@raspberrypi:~ $ sudo apt install lsof
                                Reading package lists... Done
                                Building dependency tree
                                Reading state information... Done
                                The following NEW packages will be installed:
                                  lsof
                                0 upgraded, 1 newly installed, 0 to remove and 122 not upgraded.
                                Need to get 307 kB of archives.
                                After this operation, 447 kB of additional disk space will be used.
                                Get:1 http://mirror1.hs-esslingen.de/pub/Mirrors/archive.raspbian.org/raspbian buster/main armhf lsof armhf 4.91+dfsg-1 [307 kB]
                                Fetched 307 kB in 0s (843 kB/s)
                                Selecting previously unselected package lsof.
                                (Reading database ... 50941 files and directories currently installed.)
                                Preparing to unpack .../lsof_4.91+dfsg-1_armhf.deb ...
                                Unpacking lsof (4.91+dfsg-1) ...
                                Setting up lsof (4.91+dfsg-1) ...
                                Processing triggers for man-db (2.8.5-2) ...
                                
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #31

                                @erazor86

                                Dann schau 'live' in kern.log oder syslog rein und schau was da reinläuft. Irgendwo müssen die 11GB pro file a herkommen.

                                tail /var/log/syslog
                                

                                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

                                E 1 Antwort Letzte Antwort
                                0
                                • E erazor86

                                  @dp20eic said in Iobroker nicht mehr erreichbar / Festplatte voll?:

                                  @erazor86 sagte in Iobroker nicht mehr erreichbar / Festplatte voll?:

                                  sudo: lsof: command not found

                                  Moin,

                                  Linux Grundkurs, diese Meldung sagt, dass das Programm lsof nicht gefunden wird, also ist es nicht installiert, Du kannst das nachinstallieren

                                  # sudo apt install lsof
                                  

                                  VG
                                  Bernd

                                  danke für die Hilfe, aber leider sagt er mir, dass nicht genug freier Speicher zum installieren vorhanden ist... :confused:

                                  pi@raspberrypi:~ $ sudo apt install lsof
                                  Reading package lists... Done
                                  Building dependency tree
                                  Reading state information... Done
                                  The following NEW packages will be installed:
                                    lsof
                                  0 upgraded, 1 newly installed, 0 to remove and 122 not upgraded.
                                  Need to get 307 kB of archives.
                                  After this operation, 447 kB of additional disk space will be used.
                                  E: You don't have enough free space in /var/cache/apt/archives/.
                                  
                                  

                                  edit: So ich habe jetzt die Partition erweitert auf volle Festplattenkapazität und iob läuft zum glück auch wieder. Jetzt gilt es nur die Ursache ausfindig zu machen und das System zu bereinigen eh mir der Speicher wieder voll läuft...
                                  aktuell sieht es so aus:

                                  pi@raspberrypi:~ $ df -h
                                  Filesystem      Size  Used Avail Use% Mounted on
                                  /dev/root        55G   28G   25G  54% /
                                  devtmpfs        1.8G     0  1.8G   0% /dev
                                  tmpfs           1.9G     0  1.9G   0% /dev/shm
                                  tmpfs           1.9G  8.5M  1.9G   1% /run
                                  tmpfs           5.0M  4.0K  5.0M   1% /run/lock
                                  tmpfs           1.9G     0  1.9G   0% /sys/fs/cgroup
                                  /dev/sda1       253M   49M  204M  20% /boot
                                  tmpfs           384M     0  384M   0% /run/user/1000
                                  pi@raspberrypi:~ $ iobroker start
                                  
                                  pi@raspberrypi:~ $ sudo apt install lsof
                                  Reading package lists... Done
                                  Building dependency tree
                                  Reading state information... Done
                                  The following NEW packages will be installed:
                                    lsof
                                  0 upgraded, 1 newly installed, 0 to remove and 122 not upgraded.
                                  Need to get 307 kB of archives.
                                  After this operation, 447 kB of additional disk space will be used.
                                  Get:1 http://mirror1.hs-esslingen.de/pub/Mirrors/archive.raspbian.org/raspbian buster/main armhf lsof armhf 4.91+dfsg-1 [307 kB]
                                  Fetched 307 kB in 0s (843 kB/s)
                                  Selecting previously unselected package lsof.
                                  (Reading database ... 50941 files and directories currently installed.)
                                  Preparing to unpack .../lsof_4.91+dfsg-1_armhf.deb ...
                                  Unpacking lsof (4.91+dfsg-1) ...
                                  Setting up lsof (4.91+dfsg-1) ...
                                  Processing triggers for man-db (2.8.5-2) ...
                                  
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von Thomas Braun
                                  #32

                                  @erazor86

                                  Davon abgesehen würde ich dringend zu einem Umzug auf das andere System raten.

                                  Mach ein Backup vom jetzt wieder laufenden ioBroker und pack die Umzugskartons.

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

                                  1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @erazor86

                                    Dann schau 'live' in kern.log oder syslog rein und schau was da reinläuft. Irgendwo müssen die 11GB pro file a herkommen.

                                    tail /var/log/syslog
                                    
                                    E Offline
                                    E Offline
                                    erazor86
                                    schrieb am zuletzt editiert von
                                    #33

                                    @thomas-braun said in Iobroker nicht mehr erreichbar / Festplatte voll?:

                                    tail /var/log/syslog

                                    Oct 24 16:43:30 raspberrypi bash[625]: ================================== > LOG                                                                                                                                                              REDIRECT system.adapter.jarvis.0 => true [system.adapter.jarvis.0.logging]
                                    Oct 24 16:43:43 raspberrypi bash[625]: ================================== > LOG                                                                                                                                                              REDIRECT system.adapter.jarvis.1 => true [system.adapter.jarvis.1.logging]
                                    Oct 24 16:50:54 raspberrypi dhcpcd[623]: eth0: Router Advertisement from fe80::c                                                                                                                                                             ece:1eff:fe79:6d19
                                    Oct 24 16:54:38 raspberrypi dhcpcd[623]: eth0: Router Advertisement from fe80::c                                                                                                                                                             ece:1eff:fe79:6d19
                                    Oct 24 16:57:14 raspberrypi systemd[1]: Starting Cleanup of Temporary Directorie                                                                                                                                                             s...
                                    Oct 24 16:57:14 raspberrypi systemd[1]: systemd-tmpfiles-clean.service: Succeede                                                                                                                                                             d.
                                    Oct 24 16:57:14 raspberrypi systemd[1]: Started Cleanup of Temporary Directories                                                                                                                                                             .
                                    Oct 24 16:57:24 raspberrypi dhcpcd[623]: eth0: Router Advertisement from fe80::c                                                                                                                                                             ece:1eff:fe79:6d19
                                    Oct 24 16:57:25 raspberrypi dhcpcd[623]: eth0: Router Advertisement from fe80::c                                                                                                                                                             ece:1eff:fe79:6d19
                                    Oct 24 17:00:13 raspberrypi systemd[1]: Started Session 3 of user pi.
                                    
                                    

                                    scheint wohl was mit Jarvis zu sein...

                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • E erazor86

                                      @thomas-braun said in Iobroker nicht mehr erreichbar / Festplatte voll?:

                                      tail /var/log/syslog

                                      Oct 24 16:43:30 raspberrypi bash[625]: ================================== > LOG                                                                                                                                                              REDIRECT system.adapter.jarvis.0 => true [system.adapter.jarvis.0.logging]
                                      Oct 24 16:43:43 raspberrypi bash[625]: ================================== > LOG                                                                                                                                                              REDIRECT system.adapter.jarvis.1 => true [system.adapter.jarvis.1.logging]
                                      Oct 24 16:50:54 raspberrypi dhcpcd[623]: eth0: Router Advertisement from fe80::c                                                                                                                                                             ece:1eff:fe79:6d19
                                      Oct 24 16:54:38 raspberrypi dhcpcd[623]: eth0: Router Advertisement from fe80::c                                                                                                                                                             ece:1eff:fe79:6d19
                                      Oct 24 16:57:14 raspberrypi systemd[1]: Starting Cleanup of Temporary Directorie                                                                                                                                                             s...
                                      Oct 24 16:57:14 raspberrypi systemd[1]: systemd-tmpfiles-clean.service: Succeede                                                                                                                                                             d.
                                      Oct 24 16:57:14 raspberrypi systemd[1]: Started Cleanup of Temporary Directories                                                                                                                                                             .
                                      Oct 24 16:57:24 raspberrypi dhcpcd[623]: eth0: Router Advertisement from fe80::c                                                                                                                                                             ece:1eff:fe79:6d19
                                      Oct 24 16:57:25 raspberrypi dhcpcd[623]: eth0: Router Advertisement from fe80::c                                                                                                                                                             ece:1eff:fe79:6d19
                                      Oct 24 17:00:13 raspberrypi systemd[1]: Started Session 3 of user pi.
                                      
                                      

                                      scheint wohl was mit Jarvis zu sein...

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

                                      @erazor86 sagte in Iobroker nicht mehr erreichbar / Festplatte voll?:

                                      scheint wohl was mit Jarvis zu sein...

                                      Das kannst du aus dem dutzend Zeilen nicht ableiten.

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

                                      1 Antwort Letzte Antwort
                                      0
                                      • E erazor86

                                        @dp20eic said in Iobroker nicht mehr erreichbar / Festplatte voll?:

                                        @erazor86 sagte in Iobroker nicht mehr erreichbar / Festplatte voll?:

                                        sudo: lsof: command not found

                                        Moin,

                                        Linux Grundkurs, diese Meldung sagt, dass das Programm lsof nicht gefunden wird, also ist es nicht installiert, Du kannst das nachinstallieren

                                        # sudo apt install lsof
                                        

                                        VG
                                        Bernd

                                        danke für die Hilfe, aber leider sagt er mir, dass nicht genug freier Speicher zum installieren vorhanden ist... :confused:

                                        pi@raspberrypi:~ $ sudo apt install lsof
                                        Reading package lists... Done
                                        Building dependency tree
                                        Reading state information... Done
                                        The following NEW packages will be installed:
                                          lsof
                                        0 upgraded, 1 newly installed, 0 to remove and 122 not upgraded.
                                        Need to get 307 kB of archives.
                                        After this operation, 447 kB of additional disk space will be used.
                                        E: You don't have enough free space in /var/cache/apt/archives/.
                                        
                                        

                                        edit: So ich habe jetzt die Partition erweitert auf volle Festplattenkapazität und iob läuft zum glück auch wieder. Jetzt gilt es nur die Ursache ausfindig zu machen und das System zu bereinigen eh mir der Speicher wieder voll läuft...
                                        aktuell sieht es so aus:

                                        pi@raspberrypi:~ $ df -h
                                        Filesystem      Size  Used Avail Use% Mounted on
                                        /dev/root        55G   28G   25G  54% /
                                        devtmpfs        1.8G     0  1.8G   0% /dev
                                        tmpfs           1.9G     0  1.9G   0% /dev/shm
                                        tmpfs           1.9G  8.5M  1.9G   1% /run
                                        tmpfs           5.0M  4.0K  5.0M   1% /run/lock
                                        tmpfs           1.9G     0  1.9G   0% /sys/fs/cgroup
                                        /dev/sda1       253M   49M  204M  20% /boot
                                        tmpfs           384M     0  384M   0% /run/user/1000
                                        pi@raspberrypi:~ $ iobroker start
                                        
                                        pi@raspberrypi:~ $ sudo apt install lsof
                                        Reading package lists... Done
                                        Building dependency tree
                                        Reading state information... Done
                                        The following NEW packages will be installed:
                                          lsof
                                        0 upgraded, 1 newly installed, 0 to remove and 122 not upgraded.
                                        Need to get 307 kB of archives.
                                        After this operation, 447 kB of additional disk space will be used.
                                        Get:1 http://mirror1.hs-esslingen.de/pub/Mirrors/archive.raspbian.org/raspbian buster/main armhf lsof armhf 4.91+dfsg-1 [307 kB]
                                        Fetched 307 kB in 0s (843 kB/s)
                                        Selecting previously unselected package lsof.
                                        (Reading database ... 50941 files and directories currently installed.)
                                        Preparing to unpack .../lsof_4.91+dfsg-1_armhf.deb ...
                                        Unpacking lsof (4.91+dfsg-1) ...
                                        Setting up lsof (4.91+dfsg-1) ...
                                        Processing triggers for man-db (2.8.5-2) ...
                                        
                                        
                                        ? Offline
                                        ? Offline
                                        Ein ehemaliger Benutzer
                                        schrieb am zuletzt editiert von Ein ehemaliger Benutzer
                                        #35

                                        @erazor86 sagte in Iobroker nicht mehr erreichbar / Festplatte voll?:

                                        Jetzt gilt es nur die Ursache ausfindig zu machen und das System zu bereinigen eh mir der Speicher wieder voll läuft

                                        Moin,

                                        na, wenn Du lsof jetzt installiert hast, dann kannst Du ja mal schauen

                                        # sudo lsof /var/log/kern.log
                                        ***Dann den/die Dinste stoppen, die das File nutzen**
                                        # sudo systemctl status ....
                                        # sudo systemctl stop ....
                                        # sudo lsof /var/log/kern.log
                                        # sudo > /dev/log/kern.log
                                        # sudo systemctl start ....
                                        # sudo ls -la /var/log/kern.log*
                                        

                                        Dann auch das gleiche, mit /var/log/syslog
                                        Bei Dir ist das Logfile Rotation nicht aktiv, oder kaputt, deswegen wachsen die Logs an, normalerweise, wird entweder täglich, oder nach Größe rotiert.

                                        VG
                                        Bernd

                                        P.S.: Danke @Thomas-Braun, habe ( in / ich korrigiert.

                                        Thomas BraunT E 2 Antworten Letzte Antwort
                                        0
                                        • ? Ein ehemaliger Benutzer

                                          @erazor86 sagte in Iobroker nicht mehr erreichbar / Festplatte voll?:

                                          Jetzt gilt es nur die Ursache ausfindig zu machen und das System zu bereinigen eh mir der Speicher wieder voll läuft

                                          Moin,

                                          na, wenn Du lsof jetzt installiert hast, dann kannst Du ja mal schauen

                                          # sudo lsof /var/log/kern.log
                                          ***Dann den/die Dinste stoppen, die das File nutzen**
                                          # sudo systemctl status ....
                                          # sudo systemctl stop ....
                                          # sudo lsof /var/log/kern.log
                                          # sudo > /dev/log/kern.log
                                          # sudo systemctl start ....
                                          # sudo ls -la /var/log/kern.log*
                                          

                                          Dann auch das gleiche, mit /var/log/syslog
                                          Bei Dir ist das Logfile Rotation nicht aktiv, oder kaputt, deswegen wachsen die Logs an, normalerweise, wird entweder täglich, oder nach Größe rotiert.

                                          VG
                                          Bernd

                                          P.S.: Danke @Thomas-Braun, habe ( in / ich korrigiert.

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

                                          @dp20eic sagte in Iobroker nicht mehr erreichbar / Festplatte voll?:

                                          /var(log/kern.log

                                          Das sollte eher jeweils

                                          /var/log/kern.log

                                          lauten. ;-)

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

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          441

                                          Online

                                          32.5k

                                          Benutzer

                                          81.7k

                                          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