Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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. ioBroker Allgemein
  4. Can not start inMem-objects on port 9001

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    735

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    567

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

Can not start inMem-objects on port 9001

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
55 Beiträge 5 Kommentatoren 5.4k Aufrufe 5 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Thomas BraunT Thomas Braun

    @maxpd

    sudo du -h /var/ | sort -rh | head -5
    sudo apt clean
    journalctl --disk-usage
    
    M Offline
    M Offline
    maxpd
    schrieb am zuletzt editiert von
    #37

    @thomas-braun ahja, schön. danke

    pi@iobroker:~ $ sudo du -h /var/ | sort -rh | head -5
    19G     /var/
    17G     /var/log
    1,9G    /var/cache/apt/archives
    1,9G    /var/cache/apt
    1,9G    /var/cache
    

    Gruß
    maxpd

    Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • M maxpd

      @thomas-braun strange. Aber Danke!

      Was sind die üblichen Verdächtigen, die das System zumüllen? Legt der History Adapter irgendwo viel ab? Wobei ich nur 2 oder 3 Datenpunkte tracke.

      Da eine 120gb SSD dran hängt. Wie erweitere ich die Root Partition am besten?

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

      @maxpd sagte in Can not start inMem-objects on port 9001:

      Da eine 120gb SSD dran hängt.

      Nutzt dir aber nix, wenn davon nur ein Bruchteil verwendet wird.

      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
      • M maxpd

        @thomas-braun ahja, schön. danke

        pi@iobroker:~ $ sudo du -h /var/ | sort -rh | head -5
        19G     /var/
        17G     /var/log
        1,9G    /var/cache/apt/archives
        1,9G    /var/cache/apt
        1,9G    /var/cache
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #39

        @maxpd

        journalctl --vacuum-time=2d
        

        Und dann mal reinschauen, was da alles reinläuft.

        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

        M 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @maxpd

          journalctl --vacuum-time=2d
          

          Und dann mal reinschauen, was da alles reinläuft.

          M Offline
          M Offline
          maxpd
          schrieb am zuletzt editiert von
          #40

          @thomas-braun said in Can not start inMem-objects on port 9001:

          @maxpd sagte in Can not start inMem-objects on port 9001:

          Da eine 120gb SSD dran hängt.

          Nutzt dir aber nix, wenn davon nur ein Bruchteil verwendet wird.

          Ja, daher die Idee, zu erweitern.

          @thomas-braun said in Can not start inMem-objects on port 9001:

          @maxpd

          journalctl --vacuum-time=2d
          

          Und dann mal reinschauen, was da alles reinläuft.

          
          pi@iobroker:~ $ sudo du -h /var/ | sort -rh | head -5
          19G     /var/
          17G     /var/log
          1,9G    /var/cache/apt/archives
          1,9G    /var/cache/apt
          1,9G    /var/cache
          
          pi@iobroker:~ $ sudo apt clean
          pi@iobroker:~ $ journalctl --disk-usage
          Archived and active journals take up 1.2G in the file system.
          pi@iobroker:~ $ sudo du -h /var/ | sort -rh | head -5
          17G     /var/log
          17G     /var/
          1,3G    /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d
          1,3G    /var/log/journal
          625M    /var/lib
          
          pi@iobroker:~ $ journalctl --vacuum-time=2d
          Vacuuming done, freed 0B of archived journals from /var/log/journal.
          Vacuuming done, freed 0B of archived journals from /run/log/journal.
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000010117-0005e408a1df0f77.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005e89d6a5d2a79-2861ec25b5045d41.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000013cad-0005e6783ef4ca05.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000013c5c-0005e6750014925d.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@f0f025e56ab4469e84619e39a5ca161d-0000000000000001-0005e88559d54028.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@c7576d79f9ee4564a173427f29d9a8a6-0000000000000001-0005e89d6a57f181.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000018198-0005e8d9c951e401.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005e8ecbb16546d-21eed0e8c7d4bcb8.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-00000000000184ca-0005e8e7dc09966f.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005e91b395c090c-b565e0da2a5debcb.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@fac2789e436346338b52bbdddb8e4515-0000000000000001-0005e91b39582ddb.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebb94302b96e-66471907129bfe61.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000021c21-0005eb435b43fc6a.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000021c23-0005eb435b4641ad.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebcaa3072f9c-2a7774b5e3e76fb7.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebdf6d1ab90c-51d11d451275d637.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebf3c1aa2f64-2a5a2fa8a991821a.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ec131ff54138-a2a167cfa6edd883.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ec1e05eed0a2-5316f7687fd41d66.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ec3277389720-5b97d6611060fb1a.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ed87c320eaec-cd7c66a3a287beea.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@963b9928563f4214ba32c41919b15cc0-0000000000000001-0005ed87c319872d.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005edcc160d229b-21b18f6b2ded1345.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000002baca-0005edae43ad2d87.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000002bc25-0005edb3cef268f0.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005edcc6d205fdb-60912bea039478de.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@81c61c1c46264dc9aaadb65effd72f4b-0000000000000001-0005edcc6d18b3f6.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f21d816327eb-5b198852c0e58b68.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000032209-0005f012ab55f12b.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000003248e-0005f0236c0274f1.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@aed779d83ac94f4096c500ebfc7f7f13-0000000000000001-0005f21d81624af6.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f21d81687926-38cc8718ed14d121.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f42ed9ef33d7-b5abf21c08aea63b.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000003865a-0005f27eeb41edca.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000003865c-0005f27eeb459234.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@af3142f46d524381a4531cf0a30e5789-0000000000000001-0005f42ed9e970b6.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000003e6d8-0005f4e401d8c029.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f5b314280799-0dc5be0550532efe.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000003e861-0005f4ee8855c6d7.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@85c4e4fad6844bc6a3b473fb6a3bb86e-0000000000000001-0005f5b31420dc0a.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f89417cebe4f-542e44740f9b8371.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000044a9b-0005f74a07912ec8.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000044a9d-0005f74a0794920e.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a5a33dafb9-a1ac876c63cf6860.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a658ad9f53-c4ab53ced8880d59.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a6ba31c1a2-179f67ee326a45d6.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a6e9e00c1d-6a1f02044e032ba3.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a76f447234-80192ef8f6bfcc6f.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a957babff5-cc91941321fd7812.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f935997406b4-0cd81a3fb07c560d.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@a37a001c516946f88780ef4b42847cb3-0000000000000001-0005f935996cb79f.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fa69587b82b8-ca40a777ae21114b.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000004b860-0005f9ae5b4baa45.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000004b9e8-0005f9b8ce13fb12.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fbc0a1d366d5-f1d3155b7b7ebf48.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@fd651a2e06be4a8d91a9c3ad6c6266d4-0000000000000001-0005fbc0a1c97aa1.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fc61036a4390-150ea5c93b14b0d2.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000051ea9-0005fc144d54d2ee.journal: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@0005fca6cd3c3087-84b7b6651a93a19a.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fc746e119a30-132977fffbe57697.journal~: Keine Berechtigung
          Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fca6cd37cd77-831ed6efea5a3069.journal~: Keine Berechtigung
          Vacuuming done, freed 0B of archived journals from /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d.
          
          

          Gruß
          maxpd

          Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • M maxpd

            @thomas-braun said in Can not start inMem-objects on port 9001:

            @maxpd sagte in Can not start inMem-objects on port 9001:

            Da eine 120gb SSD dran hängt.

            Nutzt dir aber nix, wenn davon nur ein Bruchteil verwendet wird.

            Ja, daher die Idee, zu erweitern.

            @thomas-braun said in Can not start inMem-objects on port 9001:

            @maxpd

            journalctl --vacuum-time=2d
            

            Und dann mal reinschauen, was da alles reinläuft.

            
            pi@iobroker:~ $ sudo du -h /var/ | sort -rh | head -5
            19G     /var/
            17G     /var/log
            1,9G    /var/cache/apt/archives
            1,9G    /var/cache/apt
            1,9G    /var/cache
            
            pi@iobroker:~ $ sudo apt clean
            pi@iobroker:~ $ journalctl --disk-usage
            Archived and active journals take up 1.2G in the file system.
            pi@iobroker:~ $ sudo du -h /var/ | sort -rh | head -5
            17G     /var/log
            17G     /var/
            1,3G    /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d
            1,3G    /var/log/journal
            625M    /var/lib
            
            pi@iobroker:~ $ journalctl --vacuum-time=2d
            Vacuuming done, freed 0B of archived journals from /var/log/journal.
            Vacuuming done, freed 0B of archived journals from /run/log/journal.
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000010117-0005e408a1df0f77.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005e89d6a5d2a79-2861ec25b5045d41.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000013cad-0005e6783ef4ca05.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000013c5c-0005e6750014925d.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@f0f025e56ab4469e84619e39a5ca161d-0000000000000001-0005e88559d54028.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@c7576d79f9ee4564a173427f29d9a8a6-0000000000000001-0005e89d6a57f181.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000018198-0005e8d9c951e401.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005e8ecbb16546d-21eed0e8c7d4bcb8.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-00000000000184ca-0005e8e7dc09966f.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005e91b395c090c-b565e0da2a5debcb.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@fac2789e436346338b52bbdddb8e4515-0000000000000001-0005e91b39582ddb.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebb94302b96e-66471907129bfe61.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000021c21-0005eb435b43fc6a.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000021c23-0005eb435b4641ad.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebcaa3072f9c-2a7774b5e3e76fb7.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebdf6d1ab90c-51d11d451275d637.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebf3c1aa2f64-2a5a2fa8a991821a.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ec131ff54138-a2a167cfa6edd883.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ec1e05eed0a2-5316f7687fd41d66.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ec3277389720-5b97d6611060fb1a.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ed87c320eaec-cd7c66a3a287beea.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@963b9928563f4214ba32c41919b15cc0-0000000000000001-0005ed87c319872d.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005edcc160d229b-21b18f6b2ded1345.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000002baca-0005edae43ad2d87.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000002bc25-0005edb3cef268f0.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005edcc6d205fdb-60912bea039478de.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@81c61c1c46264dc9aaadb65effd72f4b-0000000000000001-0005edcc6d18b3f6.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f21d816327eb-5b198852c0e58b68.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000032209-0005f012ab55f12b.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000003248e-0005f0236c0274f1.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@aed779d83ac94f4096c500ebfc7f7f13-0000000000000001-0005f21d81624af6.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f21d81687926-38cc8718ed14d121.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f42ed9ef33d7-b5abf21c08aea63b.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000003865a-0005f27eeb41edca.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000003865c-0005f27eeb459234.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@af3142f46d524381a4531cf0a30e5789-0000000000000001-0005f42ed9e970b6.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000003e6d8-0005f4e401d8c029.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f5b314280799-0dc5be0550532efe.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000003e861-0005f4ee8855c6d7.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@85c4e4fad6844bc6a3b473fb6a3bb86e-0000000000000001-0005f5b31420dc0a.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f89417cebe4f-542e44740f9b8371.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000044a9b-0005f74a07912ec8.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000044a9d-0005f74a0794920e.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a5a33dafb9-a1ac876c63cf6860.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a658ad9f53-c4ab53ced8880d59.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a6ba31c1a2-179f67ee326a45d6.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a6e9e00c1d-6a1f02044e032ba3.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a76f447234-80192ef8f6bfcc6f.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a957babff5-cc91941321fd7812.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f935997406b4-0cd81a3fb07c560d.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@a37a001c516946f88780ef4b42847cb3-0000000000000001-0005f935996cb79f.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fa69587b82b8-ca40a777ae21114b.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000004b860-0005f9ae5b4baa45.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000004b9e8-0005f9b8ce13fb12.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fbc0a1d366d5-f1d3155b7b7ebf48.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@fd651a2e06be4a8d91a9c3ad6c6266d4-0000000000000001-0005fbc0a1c97aa1.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fc61036a4390-150ea5c93b14b0d2.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000051ea9-0005fc144d54d2ee.journal: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@0005fca6cd3c3087-84b7b6651a93a19a.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fc746e119a30-132977fffbe57697.journal~: Keine Berechtigung
            Failed to delete archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fca6cd37cd77-831ed6efea5a3069.journal~: Keine Berechtigung
            Vacuuming done, freed 0B of archived journals from /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d.
            
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #41

            @maxpd sagte in Can not start inMem-objects on port 9001:

            sudo journalctl --vacuum-time=2d
            

            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

            M 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @maxpd sagte in Can not start inMem-objects on port 9001:

              sudo journalctl --vacuum-time=2d
              
              M Offline
              M Offline
              maxpd
              schrieb am zuletzt editiert von
              #42

              @thomas-braun

              pi@iobroker:~ $ sudo journalctl --vacuum-time=2d
              Vacuuming done, freed 0B of archived journals from /var/log/journal.
              Vacuuming done, freed 0B of archived journals from /run/log/journal.
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000010117-0005e408a1df0f77.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005e89d6a5d2a79-2861ec25b5045d41.journal~ (24.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000013cad-0005e6783ef4ca05.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000013c5c-0005e6750014925d.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@f0f025e56ab4469e84619e39a5ca161d-0000000000000001-0005e88559d54028.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@c7576d79f9ee4564a173427f29d9a8a6-0000000000000001-0005e89d6a57f181.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000018198-0005e8d9c951e401.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005e8ecbb16546d-21eed0e8c7d4bcb8.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-00000000000184ca-0005e8e7dc09966f.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005e91b395c090c-b565e0da2a5debcb.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@fac2789e436346338b52bbdddb8e4515-0000000000000001-0005e91b39582ddb.journal (40.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebb94302b96e-66471907129bfe61.journal~ (16.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000021c21-0005eb435b43fc6a.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000021c23-0005eb435b4641ad.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebcaa3072f9c-2a7774b5e3e76fb7.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebdf6d1ab90c-51d11d451275d637.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebf3c1aa2f64-2a5a2fa8a991821a.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ec131ff54138-a2a167cfa6edd883.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ec1e05eed0a2-5316f7687fd41d66.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ec3277389720-5b97d6611060fb1a.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ed87c320eaec-cd7c66a3a287beea.journal~ (32.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@963b9928563f4214ba32c41919b15cc0-0000000000000001-0005ed87c319872d.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005edcc160d229b-21b18f6b2ded1345.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000002baca-0005edae43ad2d87.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000002bc25-0005edb3cef268f0.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005edcc6d205fdb-60912bea039478de.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@81c61c1c46264dc9aaadb65effd72f4b-0000000000000001-0005edcc6d18b3f6.journal (32.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f21d816327eb-5b198852c0e58b68.journal~ (24.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000032209-0005f012ab55f12b.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000003248e-0005f0236c0274f1.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@aed779d83ac94f4096c500ebfc7f7f13-0000000000000001-0005f21d81624af6.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f21d81687926-38cc8718ed14d121.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f42ed9ef33d7-b5abf21c08aea63b.journal~ (24.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000003865a-0005f27eeb41edca.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000003865c-0005f27eeb459234.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@af3142f46d524381a4531cf0a30e5789-0000000000000001-0005f42ed9e970b6.journal (16.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000003e6d8-0005f4e401d8c029.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f5b314280799-0dc5be0550532efe.journal~ (16.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000003e861-0005f4ee8855c6d7.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@85c4e4fad6844bc6a3b473fb6a3bb86e-0000000000000001-0005f5b31420dc0a.journal (24.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f89417cebe4f-542e44740f9b8371.journal~ (16.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000044a9b-0005f74a07912ec8.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000044a9d-0005f74a0794920e.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a5a33dafb9-a1ac876c63cf6860.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a658ad9f53-c4ab53ced8880d59.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a6ba31c1a2-179f67ee326a45d6.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a6e9e00c1d-6a1f02044e032ba3.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a76f447234-80192ef8f6bfcc6f.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a957babff5-cc91941321fd7812.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f935997406b4-0cd81a3fb07c560d.journal~ (16.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@a37a001c516946f88780ef4b42847cb3-0000000000000001-0005f935996cb79f.journal (16.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fa69587b82b8-ca40a777ae21114b.journal~ (16.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000004b860-0005f9ae5b4baa45.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000004b9e8-0005f9b8ce13fb12.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fbc0a1d366d5-f1d3155b7b7ebf48.journal~ (24.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@fd651a2e06be4a8d91a9c3ad6c6266d4-0000000000000001-0005fbc0a1c97aa1.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fc61036a4390-150ea5c93b14b0d2.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000051ea9-0005fc144d54d2ee.journal (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@0005fca6cd3c3087-84b7b6651a93a19a.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fc746e119a30-132977fffbe57697.journal~ (8.0M).
              Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fca6cd37cd77-831ed6efea5a3069.journal~ (8.0M).
              Vacuuming done, freed 704.1M of archived journals from /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d.
              pi@iobroker:~ $ sudo du -h /var/ | sort -rh | head -5
              16G     /var/log
              16G     /var/
              625M    /var/lib
              593M    /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d
              593M    /var/log/journal
              pi@iobroker:~ $
              
              

              Die 2 Files gehen stark ab:

              1a5f1ebd-cad5-47cb-8da7-399d7c5d1cb5-image.png

              Gruß
              maxpd

              Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

              Thomas BraunT 2 Antworten Letzte Antwort
              0
              • M maxpd

                @thomas-braun

                pi@iobroker:~ $ sudo journalctl --vacuum-time=2d
                Vacuuming done, freed 0B of archived journals from /var/log/journal.
                Vacuuming done, freed 0B of archived journals from /run/log/journal.
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000010117-0005e408a1df0f77.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005e89d6a5d2a79-2861ec25b5045d41.journal~ (24.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000013cad-0005e6783ef4ca05.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000013c5c-0005e6750014925d.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@f0f025e56ab4469e84619e39a5ca161d-0000000000000001-0005e88559d54028.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@c7576d79f9ee4564a173427f29d9a8a6-0000000000000001-0005e89d6a57f181.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000018198-0005e8d9c951e401.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005e8ecbb16546d-21eed0e8c7d4bcb8.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-00000000000184ca-0005e8e7dc09966f.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005e91b395c090c-b565e0da2a5debcb.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@fac2789e436346338b52bbdddb8e4515-0000000000000001-0005e91b39582ddb.journal (40.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebb94302b96e-66471907129bfe61.journal~ (16.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000021c21-0005eb435b43fc6a.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000021c23-0005eb435b4641ad.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebcaa3072f9c-2a7774b5e3e76fb7.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebdf6d1ab90c-51d11d451275d637.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebf3c1aa2f64-2a5a2fa8a991821a.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ec131ff54138-a2a167cfa6edd883.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ec1e05eed0a2-5316f7687fd41d66.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ec3277389720-5b97d6611060fb1a.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ed87c320eaec-cd7c66a3a287beea.journal~ (32.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@963b9928563f4214ba32c41919b15cc0-0000000000000001-0005ed87c319872d.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005edcc160d229b-21b18f6b2ded1345.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000002baca-0005edae43ad2d87.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000002bc25-0005edb3cef268f0.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005edcc6d205fdb-60912bea039478de.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@81c61c1c46264dc9aaadb65effd72f4b-0000000000000001-0005edcc6d18b3f6.journal (32.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f21d816327eb-5b198852c0e58b68.journal~ (24.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000032209-0005f012ab55f12b.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000003248e-0005f0236c0274f1.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@aed779d83ac94f4096c500ebfc7f7f13-0000000000000001-0005f21d81624af6.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f21d81687926-38cc8718ed14d121.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f42ed9ef33d7-b5abf21c08aea63b.journal~ (24.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000003865a-0005f27eeb41edca.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000003865c-0005f27eeb459234.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@af3142f46d524381a4531cf0a30e5789-0000000000000001-0005f42ed9e970b6.journal (16.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000003e6d8-0005f4e401d8c029.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f5b314280799-0dc5be0550532efe.journal~ (16.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000003e861-0005f4ee8855c6d7.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@85c4e4fad6844bc6a3b473fb6a3bb86e-0000000000000001-0005f5b31420dc0a.journal (24.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f89417cebe4f-542e44740f9b8371.journal~ (16.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000044a9b-0005f74a07912ec8.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000044a9d-0005f74a0794920e.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a5a33dafb9-a1ac876c63cf6860.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a658ad9f53-c4ab53ced8880d59.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a6ba31c1a2-179f67ee326a45d6.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a6e9e00c1d-6a1f02044e032ba3.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a76f447234-80192ef8f6bfcc6f.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a957babff5-cc91941321fd7812.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f935997406b4-0cd81a3fb07c560d.journal~ (16.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@a37a001c516946f88780ef4b42847cb3-0000000000000001-0005f935996cb79f.journal (16.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fa69587b82b8-ca40a777ae21114b.journal~ (16.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000004b860-0005f9ae5b4baa45.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000004b9e8-0005f9b8ce13fb12.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fbc0a1d366d5-f1d3155b7b7ebf48.journal~ (24.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@fd651a2e06be4a8d91a9c3ad6c6266d4-0000000000000001-0005fbc0a1c97aa1.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fc61036a4390-150ea5c93b14b0d2.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000051ea9-0005fc144d54d2ee.journal (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@0005fca6cd3c3087-84b7b6651a93a19a.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fc746e119a30-132977fffbe57697.journal~ (8.0M).
                Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fca6cd37cd77-831ed6efea5a3069.journal~ (8.0M).
                Vacuuming done, freed 704.1M of archived journals from /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d.
                pi@iobroker:~ $ sudo du -h /var/ | sort -rh | head -5
                16G     /var/log
                16G     /var/
                625M    /var/lib
                593M    /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d
                593M    /var/log/journal
                pi@iobroker:~ $
                
                

                Die 2 Files gehen stark ab:

                1a5f1ebd-cad5-47cb-8da7-399d7c5d1cb5-image.png

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

                @maxpd

                Bitte keine Screenshots.
                Dann wird es wohl irgendeinen Grund für die Größe der Dateien geben.

                Bei mir sind die nämlich sehr viel kleiner:

                echad@chet:~/iob_diag $ ls -lAh /var/log/ | grep 'kern\|syslog'
                -rw-r-----  1 root adm             525K May 20 17:49 kern.log
                -rw-r-----  1 root adm             182K May 13 23:56 kern.log.1
                -rw-r-----  1 root adm              25K May  6 23:59 kern.log.2.gz
                -rw-r-----  1 root adm              25K Apr 29 23:55 kern.log.3.gz
                -rw-r-----  1 root adm              16K Apr 22 23:54 kern.log.4.gz
                -rw-r-----  1 root adm              13M May 20 23:17 syslog
                -rw-r-----  1 root adm              11M May 14 00:00 syslog.1
                -rw-r-----  1 root adm             298K May  7 00:00 syslog.2.gz
                -rw-r-----  1 root adm             285K Apr 30 00:00 syslog.3.gz
                -rw-r-----  1 root adm             354K Apr 23 00:00 syslog.4.gz
                echad@chet:~/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

                M 1 Antwort Letzte Antwort
                0
                • M maxpd

                  @thomas-braun

                  pi@iobroker:~ $ sudo journalctl --vacuum-time=2d
                  Vacuuming done, freed 0B of archived journals from /var/log/journal.
                  Vacuuming done, freed 0B of archived journals from /run/log/journal.
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000010117-0005e408a1df0f77.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005e89d6a5d2a79-2861ec25b5045d41.journal~ (24.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000013cad-0005e6783ef4ca05.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000013c5c-0005e6750014925d.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@f0f025e56ab4469e84619e39a5ca161d-0000000000000001-0005e88559d54028.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@c7576d79f9ee4564a173427f29d9a8a6-0000000000000001-0005e89d6a57f181.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000018198-0005e8d9c951e401.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005e8ecbb16546d-21eed0e8c7d4bcb8.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-00000000000184ca-0005e8e7dc09966f.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005e91b395c090c-b565e0da2a5debcb.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@fac2789e436346338b52bbdddb8e4515-0000000000000001-0005e91b39582ddb.journal (40.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebb94302b96e-66471907129bfe61.journal~ (16.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000021c21-0005eb435b43fc6a.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000021c23-0005eb435b4641ad.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebcaa3072f9c-2a7774b5e3e76fb7.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebdf6d1ab90c-51d11d451275d637.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ebf3c1aa2f64-2a5a2fa8a991821a.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ec131ff54138-a2a167cfa6edd883.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ec1e05eed0a2-5316f7687fd41d66.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ec3277389720-5b97d6611060fb1a.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005ed87c320eaec-cd7c66a3a287beea.journal~ (32.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@963b9928563f4214ba32c41919b15cc0-0000000000000001-0005ed87c319872d.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005edcc160d229b-21b18f6b2ded1345.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000002baca-0005edae43ad2d87.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000002bc25-0005edb3cef268f0.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005edcc6d205fdb-60912bea039478de.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@81c61c1c46264dc9aaadb65effd72f4b-0000000000000001-0005edcc6d18b3f6.journal (32.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f21d816327eb-5b198852c0e58b68.journal~ (24.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000032209-0005f012ab55f12b.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000003248e-0005f0236c0274f1.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@aed779d83ac94f4096c500ebfc7f7f13-0000000000000001-0005f21d81624af6.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f21d81687926-38cc8718ed14d121.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f42ed9ef33d7-b5abf21c08aea63b.journal~ (24.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000003865a-0005f27eeb41edca.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000003865c-0005f27eeb459234.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@af3142f46d524381a4531cf0a30e5789-0000000000000001-0005f42ed9e970b6.journal (16.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000003e6d8-0005f4e401d8c029.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f5b314280799-0dc5be0550532efe.journal~ (16.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000003e861-0005f4ee8855c6d7.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@85c4e4fad6844bc6a3b473fb6a3bb86e-0000000000000001-0005f5b31420dc0a.journal (24.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f89417cebe4f-542e44740f9b8371.journal~ (16.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-0000000000044a9b-0005f74a07912ec8.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000044a9d-0005f74a0794920e.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a5a33dafb9-a1ac876c63cf6860.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a658ad9f53-c4ab53ced8880d59.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a6ba31c1a2-179f67ee326a45d6.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a6e9e00c1d-6a1f02044e032ba3.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a76f447234-80192ef8f6bfcc6f.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f8a957babff5-cc91941321fd7812.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005f935997406b4-0cd81a3fb07c560d.journal~ (16.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@a37a001c516946f88780ef4b42847cb3-0000000000000001-0005f935996cb79f.journal (16.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fa69587b82b8-ca40a777ae21114b.journal~ (16.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@858799755e2c407eb068a2048b2fcae7-000000000004b860-0005f9ae5b4baa45.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-000000000004b9e8-0005f9b8ce13fb12.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fbc0a1d366d5-f1d3155b7b7ebf48.journal~ (24.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@fd651a2e06be4a8d91a9c3ad6c6266d4-0000000000000001-0005fbc0a1c97aa1.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fc61036a4390-150ea5c93b14b0d2.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1000@ce9d7eea49e14b65a02467b30af60c5d-0000000000051ea9-0005fc144d54d2ee.journal (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/user-1001@0005fca6cd3c3087-84b7b6651a93a19a.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fc746e119a30-132977fffbe57697.journal~ (8.0M).
                  Deleted archived journal /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d/system@0005fca6cd37cd77-831ed6efea5a3069.journal~ (8.0M).
                  Vacuuming done, freed 704.1M of archived journals from /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d.
                  pi@iobroker:~ $ sudo du -h /var/ | sort -rh | head -5
                  16G     /var/log
                  16G     /var/
                  625M    /var/lib
                  593M    /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d
                  593M    /var/log/journal
                  pi@iobroker:~ $
                  
                  

                  Die 2 Files gehen stark ab:

                  1a5f1ebd-cad5-47cb-8da7-399d7c5d1cb5-image.png

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

                  @maxpd

                  Haste jetzt wieder Luft zum atmen auf der Kiste?

                  df -h 
                  

                  Und dann dringend deinen Paketmanager wieder in Schwung bringen, da gibt es wohl einiges zu tun.

                  iob stop
                  iob fix
                  iob start
                  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

                  1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @maxpd

                    Bitte keine Screenshots.
                    Dann wird es wohl irgendeinen Grund für die Größe der Dateien geben.

                    Bei mir sind die nämlich sehr viel kleiner:

                    echad@chet:~/iob_diag $ ls -lAh /var/log/ | grep 'kern\|syslog'
                    -rw-r-----  1 root adm             525K May 20 17:49 kern.log
                    -rw-r-----  1 root adm             182K May 13 23:56 kern.log.1
                    -rw-r-----  1 root adm              25K May  6 23:59 kern.log.2.gz
                    -rw-r-----  1 root adm              25K Apr 29 23:55 kern.log.3.gz
                    -rw-r-----  1 root adm              16K Apr 22 23:54 kern.log.4.gz
                    -rw-r-----  1 root adm              13M May 20 23:17 syslog
                    -rw-r-----  1 root adm              11M May 14 00:00 syslog.1
                    -rw-r-----  1 root adm             298K May  7 00:00 syslog.2.gz
                    -rw-r-----  1 root adm             285K Apr 30 00:00 syslog.3.gz
                    -rw-r-----  1 root adm             354K Apr 23 00:00 syslog.4.gz
                    echad@chet:~/iob_diag $
                    
                    M Offline
                    M Offline
                    maxpd
                    schrieb am zuletzt editiert von
                    #45

                    @thomas-braun sorry, war aus winscp

                    ich lad mir die morgen mal runter und gucke rein.

                    Danke soweit für die krasse Hilfe!

                    Gruß
                    maxpd

                    Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • M maxpd

                      @thomas-braun sorry, war aus winscp

                      ich lad mir die morgen mal runter und gucke rein.

                      Danke soweit für die krasse Hilfe!

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

                      @maxpd sagte in Can not start inMem-objects on port 9001:

                      ich lad mir die morgen mal runter und gucke rein.
                      Wofür runterladen? Schau doch direkt auf der Kiste rein...

                      less /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

                      M 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @maxpd sagte in Can not start inMem-objects on port 9001:

                        ich lad mir die morgen mal runter und gucke rein.
                        Wofür runterladen? Schau doch direkt auf der Kiste rein...

                        less /var/log/kern.log
                        
                        M Offline
                        M Offline
                        maxpd
                        schrieb am zuletzt editiert von
                        #47

                        @thomas-braun

                        
                        pi@iobroker:~ $ less /var/log/kern.log
                        May 28 02:00:20 iobroker kernel: [60326.314063] Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers
                        May 28 02:00:20 iobroker kernel: [60326.314063]
                        May 28 02:00:20 iobroker kernel: [60326.314094] CIFS: Attempting to mount \\192.168.178.38\backup
                        May 28 11:17:04 iobroker kernel: [    0.000000] Booting Linux on physical CPU 0x0
                        May 28 11:17:04 iobroker kernel: [    0.000000] Linux version 6.1.21-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1642 SMP Mon Apr  3 17:22:30 BST 2023
                        May 28 11:17:04 iobroker kernel: [    0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
                        May 28 11:17:04 iobroker kernel: [    0.000000] CPU: div instructions available: patching division code
                        May 28 11:17:04 iobroker kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
                        May 28 11:17:04 iobroker kernel: [    0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.4
                        May 28 11:17:04 iobroker kernel: [    0.000000] random: crng init done
                        May 28 11:17:04 iobroker kernel: [    0.000000] Memory policy: Data cache writealloc
                        May 28 11:17:04 iobroker kernel: [    0.000000] Reserved memory: created CMA memory pool at 0x000000000ec00000, size 512 MiB
                        May 28 11:17:04 iobroker kernel: [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
                        May 28 11:17:04 iobroker kernel: [    0.000000] Zone ranges:
                        May 28 11:17:04 iobroker kernel: [    0.000000]   DMA      [mem 0x0000000000000000-0x000000002fffffff]
                        May 28 11:17:04 iobroker kernel: [    0.000000]   Normal   empty
                        May 28 11:17:04 iobroker kernel: [    0.000000]   HighMem  [mem 0x0000000030000000-0x00000001ffffffff]
                        May 28 11:17:04 iobroker kernel: [    0.000000] Movable zone start for each node
                        May 28 11:17:04 iobroker kernel: [    0.000000] Early memory node ranges
                        May 28 11:17:04 iobroker kernel: [    0.000000]   node   0: [mem 0x0000000000000000-0x000000003b2fffff]
                        May 28 11:17:04 iobroker kernel: [    0.000000]   node   0: [mem 0x0000000040000000-0x00000000fbffffff]
                        May 28 11:17:04 iobroker kernel: [    0.000000]   node   0: [mem 0x0000000100000000-0x00000001ffffffff]
                        May 28 11:17:04 iobroker kernel: [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
                        May 28 11:17:04 iobroker kernel: [    0.000000] On node 0, zone HighMem: 256 pages in unavailable ranges
                        May 28 11:17:04 iobroker kernel: [    0.000000] percpu: Embedded 17 pages/cpu s36884 r8192 d24556 u69632
                        May 28 11:17:04 iobroker kernel: [    0.000000] pcpu-alloc: s36884 r8192 d24556 u69632 alloc=17*4096
                        May 28 11:17:04 iobroker kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
                        May 28 11:17:04 iobroker kernel: [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2059328
                        May 28 11:17:04 iobroker kernel: [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=E4:5F:01:57:31:D7 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=e52a9d10-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                        May 28 11:17:04 iobroker kernel: [    0.000000] Kernel parameter elevator= does not have any effect anymore.
                        May 28 11:17:04 iobroker kernel: [    0.000000] Please use sysfs to set IO scheduler for individual devices.
                        May 28 11:17:04 iobroker kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
                        May 28 11:17:04 iobroker kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
                        May 28 11:17:04 iobroker kernel: [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
                        May 28 11:17:04 iobroker kernel: [    0.000000] software IO TLB: area num 4.
                        May 28 11:17:04 iobroker kernel: [    0.000000] software IO TLB: mapped [mem 0x0000000006400000-0x000000000a400000] (64MB)
                        May 28 11:17:04 iobroker kernel: [    0.000000] Memory: 7560572K/8244224K available (10240K kernel code, 1502K rwdata, 3128K rodata, 2048K init, 634K bss, 159364K reserved, 524288K cma-reserved, 7457792K highmem)
                        May 28 11:17:04 iobroker kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
                        May 28 11:17:04 iobroker kernel: [    0.000000] ftrace: allocating 37084 entries in 109 pages
                        May 28 11:17:04 iobroker kernel: [    0.000000] ftrace: allocated 109 pages with 5 groups
                        May 28 11:17:04 iobroker kernel: [    0.000000] trace event string verifier disabled
                        May 28 11:17:04 iobroker kernel: [    0.000000] rcu: Hierarchical RCU implementation.
                        May 28 11:17:04 iobroker kernel: [    0.000000]         Rude variant of Tasks RCU enabled.
                        May 28 11:17:04 iobroker kernel: [    0.000000]         Tracing variant of Tasks RCU enabled.
                        May 28 11:17:04 iobroker kernel: [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
                        May 28 11:17:04 iobroker kernel: [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
                        May 28 11:17:04 iobroker kernel: [    0.000000] GIC: Using split EOI/Deactivate mode
                        May 28 11:17:04 iobroker kernel: [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
                        May 28 11:17:04 iobroker kernel: [    0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
                        May 28 11:17:04 iobroker kernel: [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
                        May 28 11:17:04 iobroker kernel: [    0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
                        May 28 11:17:04 iobroker kernel: [    0.000007] Switching to timer-based delay loop, resolution 18ns
                        May 28 11:17:04 iobroker kernel: [    0.000156] Console: colour dummy device 80x30
                        May 28 11:17:04 iobroker kernel: [    0.000385] printk: console [tty1] enabled
                        May 28 11:17:04 iobroker kernel: [    0.000414] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
                        May 28 11:17:04 iobroker kernel: [    0.000431] pid_max: default: 32768 minimum: 301
                        May 28 11:17:04 iobroker kernel: [    0.000483] LSM: Security Framework initializing
                        May 28 11:17:04 iobroker kernel: [    0.000569] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
                        May 28 11:17:04 iobroker kernel: [    0.000586] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
                        May 28 11:17:04 iobroker kernel: [    0.001149] cgroup: Disabling memory control group subsystem
                        May 28 11:17:04 iobroker kernel: [    0.001248] CPU: Testing write buffer coherency: ok
                        :
                        
                        
                        pi@iobroker:~ $ less /var/log/syslog
                        May 28 00:00:25 iobroker systemd[1]: rsyslog.service: Sent signal SIGHUP to main process 396 (rsyslogd) on client request.
                        May 28 00:00:25 iobroker systemd[1]: logrotate.service: Succeeded.
                        May 28 00:00:25 iobroker systemd[1]: Finished Rotate log files.
                        May 28 00:00:26 iobroker systemd[1]: man-db.service: Succeeded.
                        May 28 00:00:26 iobroker systemd[1]: Finished Daily man-db regeneration.
                        May 28 00:09:01 iobroker CRON[14268]: (root) CMD (  [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
                        May 28 00:09:01 iobroker systemd[1]: Starting Clean php session files...
                        May 28 00:09:01 iobroker systemd[1]: phpsessionclean.service: Succeeded.
                        May 28 00:09:01 iobroker systemd[1]: Finished Clean php session files.
                        May 28 00:10:25 iobroker rsyslogd: [origin software="rsyslogd" swVersion="8.2102.0" x-pid="396" x-info="https://www.rsyslog.com"] rsyslogd was HUPed
                        May 28 00:15:01 iobroker rngd[463]: stats: bits received from HRNG source: 500064
                        May 28 00:15:01 iobroker rngd[463]: stats: bits sent to kernel pool: 450240
                        May 28 00:15:01 iobroker rngd[463]: stats: entropy added to kernel pool: 450240
                        May 28 00:15:01 iobroker rngd[463]: stats: FIPS 140-2 successes: 25
                        May 28 00:15:01 iobroker rngd[463]: stats: FIPS 140-2 failures: 0
                        May 28 00:15:01 iobroker rngd[463]: stats: FIPS 140-2(2001-10-10) Monobit: 0
                        May 28 00:15:01 iobroker rngd[463]: stats: FIPS 140-2(2001-10-10) Poker: 0
                        May 28 00:15:01 iobroker rngd[463]: stats: FIPS 140-2(2001-10-10) Runs: 0
                        May 28 00:15:01 iobroker rngd[463]: stats: FIPS 140-2(2001-10-10) Long run: 0
                        /var/log/syslog
                        
                        

                        @thomas-braun said in Can not start inMem-objects on port 9001:

                        @maxpd

                        Haste jetzt wieder Luft zum atmen auf der Kiste?

                        df -h 
                        

                        Ja, ging nur nicht mit einem iobroker start, sondern musste die ganze kiste rebooten.

                        Gruß
                        maxpd

                        Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • M maxpd

                          @thomas-braun

                          
                          pi@iobroker:~ $ less /var/log/kern.log
                          May 28 02:00:20 iobroker kernel: [60326.314063] Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers
                          May 28 02:00:20 iobroker kernel: [60326.314063]
                          May 28 02:00:20 iobroker kernel: [60326.314094] CIFS: Attempting to mount \\192.168.178.38\backup
                          May 28 11:17:04 iobroker kernel: [    0.000000] Booting Linux on physical CPU 0x0
                          May 28 11:17:04 iobroker kernel: [    0.000000] Linux version 6.1.21-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1642 SMP Mon Apr  3 17:22:30 BST 2023
                          May 28 11:17:04 iobroker kernel: [    0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
                          May 28 11:17:04 iobroker kernel: [    0.000000] CPU: div instructions available: patching division code
                          May 28 11:17:04 iobroker kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
                          May 28 11:17:04 iobroker kernel: [    0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.4
                          May 28 11:17:04 iobroker kernel: [    0.000000] random: crng init done
                          May 28 11:17:04 iobroker kernel: [    0.000000] Memory policy: Data cache writealloc
                          May 28 11:17:04 iobroker kernel: [    0.000000] Reserved memory: created CMA memory pool at 0x000000000ec00000, size 512 MiB
                          May 28 11:17:04 iobroker kernel: [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
                          May 28 11:17:04 iobroker kernel: [    0.000000] Zone ranges:
                          May 28 11:17:04 iobroker kernel: [    0.000000]   DMA      [mem 0x0000000000000000-0x000000002fffffff]
                          May 28 11:17:04 iobroker kernel: [    0.000000]   Normal   empty
                          May 28 11:17:04 iobroker kernel: [    0.000000]   HighMem  [mem 0x0000000030000000-0x00000001ffffffff]
                          May 28 11:17:04 iobroker kernel: [    0.000000] Movable zone start for each node
                          May 28 11:17:04 iobroker kernel: [    0.000000] Early memory node ranges
                          May 28 11:17:04 iobroker kernel: [    0.000000]   node   0: [mem 0x0000000000000000-0x000000003b2fffff]
                          May 28 11:17:04 iobroker kernel: [    0.000000]   node   0: [mem 0x0000000040000000-0x00000000fbffffff]
                          May 28 11:17:04 iobroker kernel: [    0.000000]   node   0: [mem 0x0000000100000000-0x00000001ffffffff]
                          May 28 11:17:04 iobroker kernel: [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
                          May 28 11:17:04 iobroker kernel: [    0.000000] On node 0, zone HighMem: 256 pages in unavailable ranges
                          May 28 11:17:04 iobroker kernel: [    0.000000] percpu: Embedded 17 pages/cpu s36884 r8192 d24556 u69632
                          May 28 11:17:04 iobroker kernel: [    0.000000] pcpu-alloc: s36884 r8192 d24556 u69632 alloc=17*4096
                          May 28 11:17:04 iobroker kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
                          May 28 11:17:04 iobroker kernel: [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2059328
                          May 28 11:17:04 iobroker kernel: [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=E4:5F:01:57:31:D7 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=e52a9d10-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                          May 28 11:17:04 iobroker kernel: [    0.000000] Kernel parameter elevator= does not have any effect anymore.
                          May 28 11:17:04 iobroker kernel: [    0.000000] Please use sysfs to set IO scheduler for individual devices.
                          May 28 11:17:04 iobroker kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
                          May 28 11:17:04 iobroker kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
                          May 28 11:17:04 iobroker kernel: [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
                          May 28 11:17:04 iobroker kernel: [    0.000000] software IO TLB: area num 4.
                          May 28 11:17:04 iobroker kernel: [    0.000000] software IO TLB: mapped [mem 0x0000000006400000-0x000000000a400000] (64MB)
                          May 28 11:17:04 iobroker kernel: [    0.000000] Memory: 7560572K/8244224K available (10240K kernel code, 1502K rwdata, 3128K rodata, 2048K init, 634K bss, 159364K reserved, 524288K cma-reserved, 7457792K highmem)
                          May 28 11:17:04 iobroker kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
                          May 28 11:17:04 iobroker kernel: [    0.000000] ftrace: allocating 37084 entries in 109 pages
                          May 28 11:17:04 iobroker kernel: [    0.000000] ftrace: allocated 109 pages with 5 groups
                          May 28 11:17:04 iobroker kernel: [    0.000000] trace event string verifier disabled
                          May 28 11:17:04 iobroker kernel: [    0.000000] rcu: Hierarchical RCU implementation.
                          May 28 11:17:04 iobroker kernel: [    0.000000]         Rude variant of Tasks RCU enabled.
                          May 28 11:17:04 iobroker kernel: [    0.000000]         Tracing variant of Tasks RCU enabled.
                          May 28 11:17:04 iobroker kernel: [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
                          May 28 11:17:04 iobroker kernel: [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
                          May 28 11:17:04 iobroker kernel: [    0.000000] GIC: Using split EOI/Deactivate mode
                          May 28 11:17:04 iobroker kernel: [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
                          May 28 11:17:04 iobroker kernel: [    0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
                          May 28 11:17:04 iobroker kernel: [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
                          May 28 11:17:04 iobroker kernel: [    0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
                          May 28 11:17:04 iobroker kernel: [    0.000007] Switching to timer-based delay loop, resolution 18ns
                          May 28 11:17:04 iobroker kernel: [    0.000156] Console: colour dummy device 80x30
                          May 28 11:17:04 iobroker kernel: [    0.000385] printk: console [tty1] enabled
                          May 28 11:17:04 iobroker kernel: [    0.000414] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
                          May 28 11:17:04 iobroker kernel: [    0.000431] pid_max: default: 32768 minimum: 301
                          May 28 11:17:04 iobroker kernel: [    0.000483] LSM: Security Framework initializing
                          May 28 11:17:04 iobroker kernel: [    0.000569] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
                          May 28 11:17:04 iobroker kernel: [    0.000586] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
                          May 28 11:17:04 iobroker kernel: [    0.001149] cgroup: Disabling memory control group subsystem
                          May 28 11:17:04 iobroker kernel: [    0.001248] CPU: Testing write buffer coherency: ok
                          :
                          
                          
                          pi@iobroker:~ $ less /var/log/syslog
                          May 28 00:00:25 iobroker systemd[1]: rsyslog.service: Sent signal SIGHUP to main process 396 (rsyslogd) on client request.
                          May 28 00:00:25 iobroker systemd[1]: logrotate.service: Succeeded.
                          May 28 00:00:25 iobroker systemd[1]: Finished Rotate log files.
                          May 28 00:00:26 iobroker systemd[1]: man-db.service: Succeeded.
                          May 28 00:00:26 iobroker systemd[1]: Finished Daily man-db regeneration.
                          May 28 00:09:01 iobroker CRON[14268]: (root) CMD (  [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
                          May 28 00:09:01 iobroker systemd[1]: Starting Clean php session files...
                          May 28 00:09:01 iobroker systemd[1]: phpsessionclean.service: Succeeded.
                          May 28 00:09:01 iobroker systemd[1]: Finished Clean php session files.
                          May 28 00:10:25 iobroker rsyslogd: [origin software="rsyslogd" swVersion="8.2102.0" x-pid="396" x-info="https://www.rsyslog.com"] rsyslogd was HUPed
                          May 28 00:15:01 iobroker rngd[463]: stats: bits received from HRNG source: 500064
                          May 28 00:15:01 iobroker rngd[463]: stats: bits sent to kernel pool: 450240
                          May 28 00:15:01 iobroker rngd[463]: stats: entropy added to kernel pool: 450240
                          May 28 00:15:01 iobroker rngd[463]: stats: FIPS 140-2 successes: 25
                          May 28 00:15:01 iobroker rngd[463]: stats: FIPS 140-2 failures: 0
                          May 28 00:15:01 iobroker rngd[463]: stats: FIPS 140-2(2001-10-10) Monobit: 0
                          May 28 00:15:01 iobroker rngd[463]: stats: FIPS 140-2(2001-10-10) Poker: 0
                          May 28 00:15:01 iobroker rngd[463]: stats: FIPS 140-2(2001-10-10) Runs: 0
                          May 28 00:15:01 iobroker rngd[463]: stats: FIPS 140-2(2001-10-10) Long run: 0
                          /var/log/syslog
                          
                          

                          @thomas-braun said in Can not start inMem-objects on port 9001:

                          @maxpd

                          Haste jetzt wieder Luft zum atmen auf der Kiste?

                          df -h 
                          

                          Ja, ging nur nicht mit einem iobroker start, sondern musste die ganze kiste rebooten.

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

                          @maxpd

                          Mit den ersten 15 Zeilen kann man natürlich nix anfangen, wenn die Datei tausende Zeilen hat.

                          Jag jetzt nochmal

                          iob diag
                          

                          drüber.
                          Hast du die Quellen für den Paketmanager aufgeräumt?

                          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

                          M 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @maxpd

                            Mit den ersten 15 Zeilen kann man natürlich nix anfangen, wenn die Datei tausende Zeilen hat.

                            Jag jetzt nochmal

                            iob diag
                            

                            drüber.
                            Hast du die Quellen für den Paketmanager aufgeräumt?

                            M Offline
                            M Offline
                            maxpd
                            schrieb am zuletzt editiert von
                            #49

                            @thomas-braun Ja, deswegen wollte ich das gesamte File mal runterladen, zum besseren Durchwühlen. Aber das dauert, der hat nur 800KB/s Speed drauf. Warum auch immer.
                            Danach räume ich auf.

                            Gruß
                            maxpd

                            Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • M maxpd

                              @thomas-braun Ja, deswegen wollte ich das gesamte File mal runterladen, zum besseren Durchwühlen. Aber das dauert, der hat nur 800KB/s Speed drauf. Warum auch immer.
                              Danach räume ich auf.

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

                              @maxpd sagte in Can not start inMem-objects on port 9001:

                              Ja, deswegen wollte ich das gesamte File mal runterladen, zum besseren Durchwühlen.

                              less ist ein Pager und genau dafür gedacht...
                              Die 'Seite runter' Taste ist dein Freund.

                              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

                              M 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @maxpd sagte in Can not start inMem-objects on port 9001:

                                Ja, deswegen wollte ich das gesamte File mal runterladen, zum besseren Durchwühlen.

                                less ist ein Pager und genau dafür gedacht...
                                Die 'Seite runter' Taste ist dein Freund.

                                M Offline
                                M Offline
                                maxpd
                                schrieb am zuletzt editiert von maxpd
                                #51

                                @thomas-braun der scheint gestern so voll gelaufen zu sein. sieht in beiden files unendlich mal so aus:

                                kern.log

                                May 28 12:46:34 iobroker kernel: [ 2799.497927] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                                
                                

                                syslog

                                May 28 12:46:31 iobroker kernel: [ 2796.704568] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                                
                                

                                Ich würde die Files mal Löschen. Denke das System legt die dann neu an bei Bedarf.

                                iob diag:

                                
                                Skript v.2023-04-16
                                
                                *** BASE SYSTEM ***
                                Model           : Raspberry Pi 4 Model B Rev 1.4
                                Architecture    : armv7l
                                Docker          : false
                                Virtualization  : none
                                Distributor ID: Raspbian
                                Description:    Raspbian GNU/Linux 11 (bullseye)
                                Release:        11
                                Codename:       bullseye
                                
                                PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
                                NAME="Raspbian GNU/Linux"
                                VERSION_ID="11"
                                VERSION="11 (bullseye)"
                                VERSION_CODENAME=bullseye
                                ID=raspbian
                                ID_LIKE=debian
                                HOME_URL="http://www.raspbian.org/"
                                SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                                BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                                
                                Systemuptime and Load:
                                 12:25:07 up 18 min,  2 users,  load average: 0.35, 1.09, 1.05
                                CPU threads: 4
                                
                                Raspberry only:
                                throttled=0x0
                                Other values than 0x0 hint to temperature/voltage problems
                                temp=46.7'C
                                volt=0.8600V
                                
                                *** Time and Time Zones ***
                                               Local time: Mon 2023-05-29 12:25:07 CEST
                                           Universal time: Mon 2023-05-29 10:25:07 UTC
                                                 RTC time: n/a
                                                Time zone: Europe/Berlin (CEST, +0200)
                                System clock synchronized: yes
                                              NTP service: active
                                          RTC in local TZ: no
                                
                                *** User and Groups ***
                                pi
                                /home/pi
                                pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c                                                                                                                                                              spi iobroker
                                
                                *** X-Server-Setup ***
                                X-Server:       false
                                Desktop:
                                Terminal:       tty
                                Boot Target:    multi-user.target
                                
                                *** MEMORY ***
                                               total        used        free      shared  buff/cache   available
                                Mem:            7.9G        391M        7.2G        0.0K        275M        7.3G
                                Swap:            99M          0B         99M
                                Total:          8.0G        391M        7.3G
                                
                                         7897 M total memory
                                          391 M used memory
                                          116 M active memory
                                          478 M inactive memory
                                         7230 M free memory
                                           56 M buffer memory
                                          219 M swap cache
                                           99 M total swap
                                            0 M used swap
                                           99 M free swap
                                
                                Raspberry only:
                                oom events: 0
                                lifetime oom required: 0 Mbytes
                                total time in oom handler: 0 ms
                                max time spent in oom handler: 0 ms
                                
                                *** FILESYSTEM ***
                                Filesystem     Type      Size  Used Avail Use% Mounted on
                                /dev/root      ext4       30G   26G  2.0G  94% /
                                devtmpfs       devtmpfs  3.7G     0  3.7G   0% /dev
                                tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                                tmpfs          tmpfs     1.6G  796K  1.6G   1% /run
                                tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                /dev/sda1      vfat      253M   51M  202M  20% /boot
                                tmpfs          tmpfs     790M     0  790M   0% /run/user/1000
                                
                                Messages concerning ext4 filesystem in dmesg:
                                [Mon May 29 12:06:13 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1                                                                                                                                                              snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.ena                                                                                                                                                             ble_hdmi=1  smsc95xx.macaddr=E4:5F:01:57:31:D7 vc_mem.mem_base=0x3eb00000 vc_mem                                                                                                                                                             .mem_size=0x3ff00000  dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=e52a9d10-0                                                                                                                                                             2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                                [Mon May 29 12:06:15 2023] EXT4-fs (sda2): mounted filesystem with ordered data                                                                                                                                                              mode. Quota mode: none.
                                [Mon May 29 12:06:15 2023] VFS: Mounted root (ext4 filesystem) readonly on devic                                                                                                                                                             e 8:2.
                                [Mon May 29 12:06:16 2023] EXT4-fs (sda2): re-mounted. Quota mode: none.
                                
                                Show mounted filesystems (real ones only):
                                TARGET  SOURCE    FSTYPE OPTIONS
                                /       /dev/sda2 ext4   rw,noatime,commit=600
                                `-/boot /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharse                                                                                                                                                             t=ascii,shortname=mixed,flush,errors=remount-ro
                                
                                Files in neuralgic directories:
                                
                                /var:
                                17G     /var/
                                16G     /var/log
                                633M    /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d
                                633M    /var/log/journal
                                624M    /var/lib
                                
                                Archived and active journals take up 632.1M in the file system.
                                
                                /opt/iobroker/backups:
                                72M     /opt/iobroker/backups/
                                
                                /opt/iobroker/iobroker-data:
                                2.6G    /opt/iobroker/iobroker-data/
                                1.9G    /opt/iobroker/iobroker-data/history
                                317M    /opt/iobroker/iobroker-data/files
                                248M    /opt/iobroker/iobroker-data/backup-objects
                                72M     /opt/iobroker/iobroker-data/files/telegram.admin
                                
                                The five largest files in iobroker-data are:
                                33M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.10538062.js.map
                                23M     /opt/iobroker/iobroker-data/objects.jsonl
                                19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.904d455f.js.map
                                15M     /opt/iobroker/iobroker-data/objects.json.migrated
                                15M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                                
                                *** NodeJS-Installation ***
                                
                                /usr/bin/nodejs         v18.16.0
                                /usr/bin/node           v18.16.0
                                /usr/bin/npm            9.5.1
                                /usr/bin/npx            9.5.1
                                
                                
                                nodejs:
                                  Installed: 18.16.0-deb-1nodesource1
                                  Candidate: 18.16.0-deb-1nodesource1
                                  Version table:
                                 *** 18.16.0-deb-1nodesource1 500
                                        500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                                        100 /var/lib/dpkg/status
                                     12.22.12~dfsg-1~deb11u4 500
                                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                
                                Temp directories causing npm8 problem: 0
                                No problems detected
                                
                                *** ioBroker-Installation ***
                                
                                ioBroker Status
                                iobroker is running on this host.
                                
                                
                                Objects type: jsonl
                                States  type: jsonl
                                
                                MULTIHOSTSERVICE/enabled: false
                                
                                Core adapters versions
                                js-controller:  4.0.24
                                admin:          6.3.5
                                javascript:     6.1.4
                                
                                npm ERR! code ELSPROBLEMS
                                npm ERR! extraneous: @types/caseless@0.12.2 /opt/iobroker/node_modules/@types/caseless
                                npm ERR! extraneous: @types/request@2.48.8 /opt/iobroker/node_modules/@types/request
                                npm ERR! extraneous: @types/tough-cookie@4.0.2 /opt/iobroker/node_modules/@types/tough-cookie
                                npm ERR! extraneous: coffeescript@1.12.7 /opt/iobroker/node_modules/coffeescript
                                npm ERR! invalid: iobroker.chromecast@3.0.3 /opt/iobroker/node_modules/iobroker.chromecast
                                npm ERR! invalid: iobroker.doorbird@0.1.5 /opt/iobroker/node_modules/iobroker.doorbird
                                npm ERR! invalid: iobroker.esphome@0.2.4 /opt/iobroker/node_modules/iobroker.esphome
                                npm ERR! invalid: iobroker.google-sharedlocations@2.1.5 /opt/iobroker/node_modules/iobroker.google-sharedlocations
                                npm ERR! invalid: iobroker.govee@0.0.5 /opt/iobroker/node_modules/iobroker.govee
                                npm ERR! invalid: iobroker.sma-em@0.6.4 /opt/iobroker/node_modules/iobroker.sma-em
                                npm ERR! invalid: iobroker.sma-speedwire@0.7.0 /opt/iobroker/node_modules/iobroker.sma-speedwire
                                npm ERR! extraneous: jsonata@1.8.6 /opt/iobroker/node_modules/jsonata
                                npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                                npm ERR! extraneous: typescript@4.7.4 /opt/iobroker/node_modules/typescript
                                npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                                npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
                                
                                npm ERR! A complete log of this run can be found in:
                                npm ERR!     /home/pi/.npm/_logs/2023-05-29T10_26_02_865Z-debug-0.log
                                Adapters from github:   7
                                
                                Adapter State
                                + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  system.adapter.alias-manager.0          : alias-manager         : iobroker                                 -  enabled
                                  system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                + system.adapter.chromecast.0             : chromecast            : iobroker                                 -  enabled
                                  system.adapter.cloud.0                  : cloud                 : iobroker                                 - disabled
                                  system.adapter.coronavirus-statistics.0 : coronavirus-statistics: iobroker                                 -  enabled
                                  system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled
                                  system.adapter.denon.0                  : denon                 : iobroker                                 -  enabled
                                  system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                                  system.adapter.doorbird.0               : doorbird              : iobroker                                 -  enabled
                                  system.adapter.esphome.0                : esphome               : iobroker                                 - disabled
                                  system.adapter.feiertage.0              : feiertage             : iobroker                                 -  enabled
                                  system.adapter.flot.0                   : flot                  : iobroker                                 -  enabled
                                  system.adapter.go-e.0                   : go-e                  : iobroker                                 - disabled
                                + system.adapter.google-sharedlocations.0 : google-sharedlocations: iobroker                                 -  enabled
                                  system.adapter.govee.0                  : govee                 : iobroker                                 - disabled
                                  system.adapter.history.0                : history               : iobroker                                 - disabled
                                + system.adapter.hm-rega.0                : hm-rega               : iobroker                                 -  enabled
                                + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                  system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                + system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                                  system.adapter.info.0                   : info                  : iobroker                                 - disabled
                                  system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled
                                + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                  system.adapter.lgtv.0                   : lgtv                  : iobroker                                 - disabled
                                  system.adapter.lovelace.0               : lovelace              : iobroker                                 - disabled, port: 8091, bind: 0.0.0.0, run as: admin
                                + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobroker                                 -  enabled, port: 54321
                                + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
                                  system.adapter.modbus.1                 : modbus                : iobroker                                 - disabled
                                  system.adapter.mqtt-client.0            : mqtt-client           : iobroker                                 - disabled, port: 1884
                                  system.adapter.mqtt.0                   : mqtt                  : iobroker                                 - disabled, port: 1884, bind: 192.168.178.30
                                  system.adapter.net-tools.0              : net-tools             : iobroker                                 - disabled
                                + system.adapter.ping.0                   : ping                  : iobroker                                 -  enabled
                                  system.adapter.rpi2.0                   : rpi2                  : iobroker                                 -  enabled
                                  system.adapter.sayit.0                  : sayit                 : iobroker                                 -  enabled, port: 0
                                  system.adapter.sayit.1                  : sayit                 : iobroker                                 -  enabled, port: 0
                                  system.adapter.sayit.2                  : sayit                 : iobroker                                 -  enabled, port: 0
                                  system.adapter.sayit.3                  : sayit                 : iobroker                                 -  enabled, port: 0
                                  system.adapter.sayit.4                  : sayit                 : iobroker                                 -  enabled, port: 0
                                + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                  system.adapter.shuttercontrol.0         : shuttercontrol        : iobroker                                 -  enabled
                                  system.adapter.simple-api.0             : simple-api            : iobroker                                 - disabled, port: 8087, bind: 0.0.0.0, run as: admin
                                  system.adapter.sma-em.0                 : sma-em                : iobroker                                 -  enabled
                                + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                  system.adapter.spotify-premium.0        : spotify-premium       : iobroker                                 - disabled
                                  system.adapter.synology.0               : synology              : iobroker                                 - disabled, port: 5000
                                  system.adapter.synology.1               : synology              : iobroker                                 - disabled, port: 5001
                                  system.adapter.systeminfo.0             : systeminfo            : iobroker                                 - disabled
                                + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                  system.adapter.telegram.2               : telegram              : iobroker                                 - disabled, port: 8443, bind: 0.0.0.0
                                  system.adapter.terminal.0               : terminal              : iobroker                                 - disabled, port: 8088, bind: 0.0.0.0, run as: admin
                                  system.adapter.text2command.0           : text2command          : iobroker                                 -  enabled
                                  system.adapter.tr-064.0                 : tr-064                : iobroker                                 - disabled
                                  system.adapter.tuya.0                   : tuya                  : iobroker                                 - disabled
                                  system.adapter.web.0                    : web                   : iobroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  system.adapter.web.1                    : web                   : iobroker                                 -  enabled, port: 8083, bind: 0.0.0.0, run as: admin
                                  system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : iobroker                                 - disabled
                                + system.adapter.wifilight.0              : wifilight             : iobroker                                 -  enabled
                                  system.adapter.wled.0                   : wled                  : iobroker                                 -  enabled
                                  system.adapter.yeelight-2.0             : yeelight-2            : iobroker                                 -  enabled
                                + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.13__Embed_with_CMSIS-DAP_L1100F9Y-if00
                                
                                + instance is alive
                                
                                Enabled adapters with bindings
                                + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobroker                                 -  enabled, port: 54321
                                  system.adapter.sayit.0                  : sayit                 : iobroker                                 -  enabled, port: 0
                                  system.adapter.sayit.1                  : sayit                 : iobroker                                 -  enabled, port: 0
                                  system.adapter.sayit.2                  : sayit                 : iobroker                                 -  enabled, port: 0
                                  system.adapter.sayit.3                  : sayit                 : iobroker                                 -  enabled, port: 0
                                  system.adapter.sayit.4                  : sayit                 : iobroker                                 -  enabled, port: 0
                                + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                  system.adapter.web.1                    : web                   : iobroker                                 -  enabled, port: 8083, bind: 0.0.0.0, run as: admin
                                + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.13__Embed_with_CMSIS-DAP_L1100F9Y-if00
                                
                                ioBroker-Repositories
                                stable        : http://download.iobroker.net/sources-dist.json
                                beta          : http://download.iobroker.net/sources-dist-latest.json
                                
                                Active repo(s): stable
                                
                                Installed ioBroker-Instances
                                Used repository: stable
                                Adapter    "admin"        : 6.3.5    , installed 6.3.5
                                Adapter    "alias-manager": 1.2.4    , installed 1.2.6
                                Adapter    "backitup"     : 2.6.19   , installed 2.6.19
                                Adapter    "chromecast"   : 3.0.3    , installed 3.0.3
                                Adapter    "cloud"        : 4.3.0    , installed 4.3.0
                                Adapter    "coronavirus-statistics": 0.8.7, installed 0.8.7
                                Adapter    "daswetter"    : 3.1.8    , installed 3.1.8
                                Adapter    "denon"        : 1.15.0   , installed 1.15.0
                                Adapter    "devices"      : 1.1.2    , installed 1.1.2
                                Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                                Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
                                Adapter    "flot"         : 1.11.0   , installed 1.11.0
                                Adapter    "go-e"         : 1.0.27   , installed 1.0.27
                                Adapter    "history"      : 2.2.4    , installed 2.2.4
                                Adapter    "hm-rega"      : 3.0.46   , installed 3.0.46
                                Adapter    "hm-rpc"       : 1.15.16  , installed 1.15.16
                                Adapter    "ical"         : 1.13.2   , installed 1.13.2
                                Adapter    "info"         : 1.9.26   , installed 1.9.26
                                Adapter    "iot"          : 1.14.2   , installed 1.14.2
                                Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                                Controller "js-controller": 4.0.24   , installed 4.0.24
                                Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
                                Adapter    "lovelace"     : 3.0.1    , installed 3.0.1
                                Adapter    "mihome-vacuum": 3.9.5    , installed 3.9.5
                                Adapter    "modbus"       : 5.0.11   , installed 5.0.11
                                Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
                                Adapter    "mqtt-client"  : 1.6.3    , installed 1.6.3
                                Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                                Adapter    "pi-hole"      : 1.3.4    , installed 1.3.4
                                Adapter    "ping"         : 1.5.3    , installed 1.5.3
                                Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                Adapter    "sayit"        : 1.12.3   , installed 1.13.0
                                Adapter    "shelly"       : 6.3.1    , installed 6.3.1
                                Adapter    "shuttercontrol": 1.4.29  , installed 1.4.29
                                Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                                Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                                Adapter    "spotify-premium": 1.2.1  , installed 1.2.1
                                Adapter    "synology"     : 2.1.13   , installed 2.1.13
                                Adapter    "systeminfo"   : 0.3.1    , installed 0.3.1
                                Adapter    "telegram"     : 1.15.2   , installed 1.15.2
                                Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                                Adapter    "text2command" : 2.3.0    , installed 2.3.0
                                Adapter    "tr-064"       : 4.2.18   , installed 4.2.17 [Updatable]
                                Adapter    "tuya"         : 3.13.1   , installed 3.13.1
                                Adapter    "web"          : 4.3.0    , installed 4.3.0
                                Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                                Adapter    "wifilight"    : 1.1.4    , installed 1.1.4
                                Adapter    "wled"         : 0.6.7    , installed 0.6.7
                                Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                Adapter    "yeelight-2"   : 1.1.2    , installed 1.2.1
                                Adapter    "youtube"      : 4.1.0    , installed 4.1.0
                                Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                                
                                Objects and States
                                Please stand by - This may take a while
                                Objects:        20419
                                States:         17455
                                
                                *** OS-Repositories and Updates ***
                                Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                                Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
                                Hit:4 https://apt.pivccu.de/piVCCU stable InRelease
                                Reading package lists...
                                Pending Updates: 0
                                
                                *** Listening Ports ***
                                Active Internet connections (only servers)
                                Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                tcp        0      0 192.168.178.30:2010     0.0.0.0:*               LISTEN      1001       31387      4068/io.hm-rpc.1
                                tcp        0      0 192.168.178.30:2001     0.0.0.0:*               LISTEN      1001       28518      3788/io.hm-rpc.0
                                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       30181      3569/iobroker.js-co
                                tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       28957      3569/iobroker.js-co
                                tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       28592      3855/io.sonoff.0
                                tcp        0      0 10.0.3.1:53             0.0.0.0:*               LISTEN      0          12920      877/dnsmasq
                                tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14293      853/sshd: /usr/sbin
                                tcp6       0      0 :::8081                 :::*                    LISTEN      1001       30942      3599/io.admin.0
                                tcp6       0      0 :::22                   :::*                    LISTEN      0          14295      853/sshd: /usr/sbin
                                udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       29470      3925/io.shelly.0
                                udp        0      0 10.0.3.1:53             0.0.0.0:*                           0          12919      877/dnsmasq
                                udp        0      0 0.0.0.0:67              0.0.0.0:*                           0          12916      877/dnsmasq
                                udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          1825       728/dhclient
                                udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       31119      3802/io.mihome-vacu
                                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       36356      4609/node
                                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       29509      4036/io.chromecast.
                                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        1655       374/avahi-daemon: r
                                udp        0      0 0.0.0.0:9522            0.0.0.0:*                           1001       34007      4315/io.sma-em.0
                                udp        0      0 0.0.0.0:41312           0.0.0.0:*                           108        1657       374/avahi-daemon: r
                                udp6       0      0 :::46113                :::*                                108        1658       374/avahi-daemon: r
                                udp6       0      0 :::5353                 :::*                                108        1656       374/avahi-daemon: r
                                
                                *** Log File - Last 25 Lines ***
                                
                                2023-05-29 12:27:24.062  - info: denon.0 (4400) [CONNECT] Trying to connect to 192.168.178.62:23
                                2023-05-29 12:27:24.320  - info: denon.0 (4400) [CONNECT] Adapter connected to DENON-AVR: 192.168.178.62:23
                                2023-05-29 12:27:24.433  - info: backitup.0 (4339) [iobroker] backup will be activated at 02:00 every 1 day(s)
                                2023-05-29 12:27:25.819  - debug: mihome-vacuum.0 (3802) get params for stock Vacuum
                                2023-05-29 12:27:25.820  - debug: mihome-vacuum.0 (3802) Message= {"id":70,"method":"get_status"}
                                2023-05-29 12:27:25.829  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":[{"msg_ver":3,"msg_seq":1239,"state":8,"battery":100,"clean_time":2070,"clean_area":31762500,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":0,"fan_power":103,"dnd_enabled":0,"map_status":3,"lock_status":0}],"id":70}
                                2023-05-29 12:27:25.830  - debug: mihome-vacuum.0 (3802) setGetStatus {"msg_ver":3,"msg_seq":1239,"state":8,"battery":100,"clean_time":2070,"clean_area":31762500,"error_code":0,"map_present":true,"in_cleaning":false,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":0,"fan_power":103,"dnd_enabled":false,"map_status":3,"lock_status":0,"error_text":"No error"}
                                2023-05-29 12:27:25.832  - debug: mihome-vacuum.0 (3802) Message= {"id":71,"method":"get_network_info"}
                                2023-05-29 12:27:25.856  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":{"ssid":"Miss","ip":"192.168.178.33","mac":"7c:49:eb:9d:95:02","bssid":"44:4e:6d:b5:85:48","rssi":-47},"id":71}
                                2023-05-29 12:27:26.549  - debug: mihome-vacuum.0 (3802) Message= {"id":72,"method":"get_sound_volume"}
                                2023-05-29 12:27:26.561  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":[56],"id":72}
                                2023-05-29 12:27:26.562  - debug: mihome-vacuum.0 (3802) Message= {"id":73,"method":"get_map_v1"}
                                2023-05-29 12:27:26.570  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":73}
                                2023-05-29 12:27:26.871  - debug: mihome-vacuum.0 (3802) Message= {"id":74,"method":"get_map_v1"}
                                2023-05-29 12:27:26.880  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":74}
                                2023-05-29 12:27:27.097  - info: host.iobroker instance system.adapter.web.1 started with pid 4864
                                2023-05-29 12:27:27.182  - debug: mihome-vacuum.0 (3802) Message= {"id":75,"method":"get_map_v1"}
                                2023-05-29 12:27:27.189  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":75}
                                2023-05-29 12:27:24.816  - info: backitup.0 (4339) [ccu] backup will be activated at 01:30 every 1 day(s)
                                2023-05-29 12:27:27.492  - debug: mihome-vacuum.0 (3802) Message= {"id":76,"method":"get_map_v1"}
                                2023-05-29 12:27:27.509  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":76}
                                2023-05-29 12:27:27.812  - debug: mihome-vacuum.0 (3802) Message= {"id":77,"method":"get_map_v1"}
                                2023-05-29 12:27:27.819  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":77}
                                2023-05-29 12:27:28.120  - debug: mihome-vacuum.0 (3802) Message= {"id":78,"method":"get_carpet_mode"}
                                2023-05-29 12:27:28.128  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":[{"enable":0,"current_integral":0,"current_high":0,"current_low":0,"stall_time":0}],"id":78}
                                
                                
                                

                                Gruß
                                maxpd

                                Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                                GlasfaserG Thomas BraunT 3 Antworten Letzte Antwort
                                0
                                • M maxpd

                                  @thomas-braun der scheint gestern so voll gelaufen zu sein. sieht in beiden files unendlich mal so aus:

                                  kern.log

                                  May 28 12:46:34 iobroker kernel: [ 2799.497927] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                                  
                                  

                                  syslog

                                  May 28 12:46:31 iobroker kernel: [ 2796.704568] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                                  
                                  

                                  Ich würde die Files mal Löschen. Denke das System legt die dann neu an bei Bedarf.

                                  iob diag:

                                  
                                  Skript v.2023-04-16
                                  
                                  *** BASE SYSTEM ***
                                  Model           : Raspberry Pi 4 Model B Rev 1.4
                                  Architecture    : armv7l
                                  Docker          : false
                                  Virtualization  : none
                                  Distributor ID: Raspbian
                                  Description:    Raspbian GNU/Linux 11 (bullseye)
                                  Release:        11
                                  Codename:       bullseye
                                  
                                  PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
                                  NAME="Raspbian GNU/Linux"
                                  VERSION_ID="11"
                                  VERSION="11 (bullseye)"
                                  VERSION_CODENAME=bullseye
                                  ID=raspbian
                                  ID_LIKE=debian
                                  HOME_URL="http://www.raspbian.org/"
                                  SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                                  BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                                  
                                  Systemuptime and Load:
                                   12:25:07 up 18 min,  2 users,  load average: 0.35, 1.09, 1.05
                                  CPU threads: 4
                                  
                                  Raspberry only:
                                  throttled=0x0
                                  Other values than 0x0 hint to temperature/voltage problems
                                  temp=46.7'C
                                  volt=0.8600V
                                  
                                  *** Time and Time Zones ***
                                                 Local time: Mon 2023-05-29 12:25:07 CEST
                                             Universal time: Mon 2023-05-29 10:25:07 UTC
                                                   RTC time: n/a
                                                  Time zone: Europe/Berlin (CEST, +0200)
                                  System clock synchronized: yes
                                                NTP service: active
                                            RTC in local TZ: no
                                  
                                  *** User and Groups ***
                                  pi
                                  /home/pi
                                  pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c                                                                                                                                                              spi iobroker
                                  
                                  *** X-Server-Setup ***
                                  X-Server:       false
                                  Desktop:
                                  Terminal:       tty
                                  Boot Target:    multi-user.target
                                  
                                  *** MEMORY ***
                                                 total        used        free      shared  buff/cache   available
                                  Mem:            7.9G        391M        7.2G        0.0K        275M        7.3G
                                  Swap:            99M          0B         99M
                                  Total:          8.0G        391M        7.3G
                                  
                                           7897 M total memory
                                            391 M used memory
                                            116 M active memory
                                            478 M inactive memory
                                           7230 M free memory
                                             56 M buffer memory
                                            219 M swap cache
                                             99 M total swap
                                              0 M used swap
                                             99 M free swap
                                  
                                  Raspberry only:
                                  oom events: 0
                                  lifetime oom required: 0 Mbytes
                                  total time in oom handler: 0 ms
                                  max time spent in oom handler: 0 ms
                                  
                                  *** FILESYSTEM ***
                                  Filesystem     Type      Size  Used Avail Use% Mounted on
                                  /dev/root      ext4       30G   26G  2.0G  94% /
                                  devtmpfs       devtmpfs  3.7G     0  3.7G   0% /dev
                                  tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                                  tmpfs          tmpfs     1.6G  796K  1.6G   1% /run
                                  tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                  /dev/sda1      vfat      253M   51M  202M  20% /boot
                                  tmpfs          tmpfs     790M     0  790M   0% /run/user/1000
                                  
                                  Messages concerning ext4 filesystem in dmesg:
                                  [Mon May 29 12:06:13 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1                                                                                                                                                              snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.ena                                                                                                                                                             ble_hdmi=1  smsc95xx.macaddr=E4:5F:01:57:31:D7 vc_mem.mem_base=0x3eb00000 vc_mem                                                                                                                                                             .mem_size=0x3ff00000  dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=e52a9d10-0                                                                                                                                                             2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                                  [Mon May 29 12:06:15 2023] EXT4-fs (sda2): mounted filesystem with ordered data                                                                                                                                                              mode. Quota mode: none.
                                  [Mon May 29 12:06:15 2023] VFS: Mounted root (ext4 filesystem) readonly on devic                                                                                                                                                             e 8:2.
                                  [Mon May 29 12:06:16 2023] EXT4-fs (sda2): re-mounted. Quota mode: none.
                                  
                                  Show mounted filesystems (real ones only):
                                  TARGET  SOURCE    FSTYPE OPTIONS
                                  /       /dev/sda2 ext4   rw,noatime,commit=600
                                  `-/boot /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharse                                                                                                                                                             t=ascii,shortname=mixed,flush,errors=remount-ro
                                  
                                  Files in neuralgic directories:
                                  
                                  /var:
                                  17G     /var/
                                  16G     /var/log
                                  633M    /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d
                                  633M    /var/log/journal
                                  624M    /var/lib
                                  
                                  Archived and active journals take up 632.1M in the file system.
                                  
                                  /opt/iobroker/backups:
                                  72M     /opt/iobroker/backups/
                                  
                                  /opt/iobroker/iobroker-data:
                                  2.6G    /opt/iobroker/iobroker-data/
                                  1.9G    /opt/iobroker/iobroker-data/history
                                  317M    /opt/iobroker/iobroker-data/files
                                  248M    /opt/iobroker/iobroker-data/backup-objects
                                  72M     /opt/iobroker/iobroker-data/files/telegram.admin
                                  
                                  The five largest files in iobroker-data are:
                                  33M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.10538062.js.map
                                  23M     /opt/iobroker/iobroker-data/objects.jsonl
                                  19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.904d455f.js.map
                                  15M     /opt/iobroker/iobroker-data/objects.json.migrated
                                  15M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                                  
                                  *** NodeJS-Installation ***
                                  
                                  /usr/bin/nodejs         v18.16.0
                                  /usr/bin/node           v18.16.0
                                  /usr/bin/npm            9.5.1
                                  /usr/bin/npx            9.5.1
                                  
                                  
                                  nodejs:
                                    Installed: 18.16.0-deb-1nodesource1
                                    Candidate: 18.16.0-deb-1nodesource1
                                    Version table:
                                   *** 18.16.0-deb-1nodesource1 500
                                          500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                                          100 /var/lib/dpkg/status
                                       12.22.12~dfsg-1~deb11u4 500
                                          500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                  
                                  Temp directories causing npm8 problem: 0
                                  No problems detected
                                  
                                  *** ioBroker-Installation ***
                                  
                                  ioBroker Status
                                  iobroker is running on this host.
                                  
                                  
                                  Objects type: jsonl
                                  States  type: jsonl
                                  
                                  MULTIHOSTSERVICE/enabled: false
                                  
                                  Core adapters versions
                                  js-controller:  4.0.24
                                  admin:          6.3.5
                                  javascript:     6.1.4
                                  
                                  npm ERR! code ELSPROBLEMS
                                  npm ERR! extraneous: @types/caseless@0.12.2 /opt/iobroker/node_modules/@types/caseless
                                  npm ERR! extraneous: @types/request@2.48.8 /opt/iobroker/node_modules/@types/request
                                  npm ERR! extraneous: @types/tough-cookie@4.0.2 /opt/iobroker/node_modules/@types/tough-cookie
                                  npm ERR! extraneous: coffeescript@1.12.7 /opt/iobroker/node_modules/coffeescript
                                  npm ERR! invalid: iobroker.chromecast@3.0.3 /opt/iobroker/node_modules/iobroker.chromecast
                                  npm ERR! invalid: iobroker.doorbird@0.1.5 /opt/iobroker/node_modules/iobroker.doorbird
                                  npm ERR! invalid: iobroker.esphome@0.2.4 /opt/iobroker/node_modules/iobroker.esphome
                                  npm ERR! invalid: iobroker.google-sharedlocations@2.1.5 /opt/iobroker/node_modules/iobroker.google-sharedlocations
                                  npm ERR! invalid: iobroker.govee@0.0.5 /opt/iobroker/node_modules/iobroker.govee
                                  npm ERR! invalid: iobroker.sma-em@0.6.4 /opt/iobroker/node_modules/iobroker.sma-em
                                  npm ERR! invalid: iobroker.sma-speedwire@0.7.0 /opt/iobroker/node_modules/iobroker.sma-speedwire
                                  npm ERR! extraneous: jsonata@1.8.6 /opt/iobroker/node_modules/jsonata
                                  npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                                  npm ERR! extraneous: typescript@4.7.4 /opt/iobroker/node_modules/typescript
                                  npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                                  npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
                                  
                                  npm ERR! A complete log of this run can be found in:
                                  npm ERR!     /home/pi/.npm/_logs/2023-05-29T10_26_02_865Z-debug-0.log
                                  Adapters from github:   7
                                  
                                  Adapter State
                                  + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    system.adapter.alias-manager.0          : alias-manager         : iobroker                                 -  enabled
                                    system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                  + system.adapter.chromecast.0             : chromecast            : iobroker                                 -  enabled
                                    system.adapter.cloud.0                  : cloud                 : iobroker                                 - disabled
                                    system.adapter.coronavirus-statistics.0 : coronavirus-statistics: iobroker                                 -  enabled
                                    system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled
                                    system.adapter.denon.0                  : denon                 : iobroker                                 -  enabled
                                    system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                                    system.adapter.doorbird.0               : doorbird              : iobroker                                 -  enabled
                                    system.adapter.esphome.0                : esphome               : iobroker                                 - disabled
                                    system.adapter.feiertage.0              : feiertage             : iobroker                                 -  enabled
                                    system.adapter.flot.0                   : flot                  : iobroker                                 -  enabled
                                    system.adapter.go-e.0                   : go-e                  : iobroker                                 - disabled
                                  + system.adapter.google-sharedlocations.0 : google-sharedlocations: iobroker                                 -  enabled
                                    system.adapter.govee.0                  : govee                 : iobroker                                 - disabled
                                    system.adapter.history.0                : history               : iobroker                                 - disabled
                                  + system.adapter.hm-rega.0                : hm-rega               : iobroker                                 -  enabled
                                  + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                    system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                  + system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                                    system.adapter.info.0                   : info                  : iobroker                                 - disabled
                                    system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled
                                  + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                    system.adapter.lgtv.0                   : lgtv                  : iobroker                                 - disabled
                                    system.adapter.lovelace.0               : lovelace              : iobroker                                 - disabled, port: 8091, bind: 0.0.0.0, run as: admin
                                  + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobroker                                 -  enabled, port: 54321
                                  + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
                                    system.adapter.modbus.1                 : modbus                : iobroker                                 - disabled
                                    system.adapter.mqtt-client.0            : mqtt-client           : iobroker                                 - disabled, port: 1884
                                    system.adapter.mqtt.0                   : mqtt                  : iobroker                                 - disabled, port: 1884, bind: 192.168.178.30
                                    system.adapter.net-tools.0              : net-tools             : iobroker                                 - disabled
                                  + system.adapter.ping.0                   : ping                  : iobroker                                 -  enabled
                                    system.adapter.rpi2.0                   : rpi2                  : iobroker                                 -  enabled
                                    system.adapter.sayit.0                  : sayit                 : iobroker                                 -  enabled, port: 0
                                    system.adapter.sayit.1                  : sayit                 : iobroker                                 -  enabled, port: 0
                                    system.adapter.sayit.2                  : sayit                 : iobroker                                 -  enabled, port: 0
                                    system.adapter.sayit.3                  : sayit                 : iobroker                                 -  enabled, port: 0
                                    system.adapter.sayit.4                  : sayit                 : iobroker                                 -  enabled, port: 0
                                  + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                    system.adapter.shuttercontrol.0         : shuttercontrol        : iobroker                                 -  enabled
                                    system.adapter.simple-api.0             : simple-api            : iobroker                                 - disabled, port: 8087, bind: 0.0.0.0, run as: admin
                                    system.adapter.sma-em.0                 : sma-em                : iobroker                                 -  enabled
                                  + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                    system.adapter.spotify-premium.0        : spotify-premium       : iobroker                                 - disabled
                                    system.adapter.synology.0               : synology              : iobroker                                 - disabled, port: 5000
                                    system.adapter.synology.1               : synology              : iobroker                                 - disabled, port: 5001
                                    system.adapter.systeminfo.0             : systeminfo            : iobroker                                 - disabled
                                  + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                  + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                    system.adapter.telegram.2               : telegram              : iobroker                                 - disabled, port: 8443, bind: 0.0.0.0
                                    system.adapter.terminal.0               : terminal              : iobroker                                 - disabled, port: 8088, bind: 0.0.0.0, run as: admin
                                    system.adapter.text2command.0           : text2command          : iobroker                                 -  enabled
                                    system.adapter.tr-064.0                 : tr-064                : iobroker                                 - disabled
                                    system.adapter.tuya.0                   : tuya                  : iobroker                                 - disabled
                                    system.adapter.web.0                    : web                   : iobroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    system.adapter.web.1                    : web                   : iobroker                                 -  enabled, port: 8083, bind: 0.0.0.0, run as: admin
                                    system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : iobroker                                 - disabled
                                  + system.adapter.wifilight.0              : wifilight             : iobroker                                 -  enabled
                                    system.adapter.wled.0                   : wled                  : iobroker                                 -  enabled
                                    system.adapter.yeelight-2.0             : yeelight-2            : iobroker                                 -  enabled
                                  + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.13__Embed_with_CMSIS-DAP_L1100F9Y-if00
                                  
                                  + instance is alive
                                  
                                  Enabled adapters with bindings
                                  + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                  + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                  + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobroker                                 -  enabled, port: 54321
                                    system.adapter.sayit.0                  : sayit                 : iobroker                                 -  enabled, port: 0
                                    system.adapter.sayit.1                  : sayit                 : iobroker                                 -  enabled, port: 0
                                    system.adapter.sayit.2                  : sayit                 : iobroker                                 -  enabled, port: 0
                                    system.adapter.sayit.3                  : sayit                 : iobroker                                 -  enabled, port: 0
                                    system.adapter.sayit.4                  : sayit                 : iobroker                                 -  enabled, port: 0
                                  + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                  + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                  + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                  + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                    system.adapter.web.1                    : web                   : iobroker                                 -  enabled, port: 8083, bind: 0.0.0.0, run as: admin
                                  + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.13__Embed_with_CMSIS-DAP_L1100F9Y-if00
                                  
                                  ioBroker-Repositories
                                  stable        : http://download.iobroker.net/sources-dist.json
                                  beta          : http://download.iobroker.net/sources-dist-latest.json
                                  
                                  Active repo(s): stable
                                  
                                  Installed ioBroker-Instances
                                  Used repository: stable
                                  Adapter    "admin"        : 6.3.5    , installed 6.3.5
                                  Adapter    "alias-manager": 1.2.4    , installed 1.2.6
                                  Adapter    "backitup"     : 2.6.19   , installed 2.6.19
                                  Adapter    "chromecast"   : 3.0.3    , installed 3.0.3
                                  Adapter    "cloud"        : 4.3.0    , installed 4.3.0
                                  Adapter    "coronavirus-statistics": 0.8.7, installed 0.8.7
                                  Adapter    "daswetter"    : 3.1.8    , installed 3.1.8
                                  Adapter    "denon"        : 1.15.0   , installed 1.15.0
                                  Adapter    "devices"      : 1.1.2    , installed 1.1.2
                                  Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                                  Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
                                  Adapter    "flot"         : 1.11.0   , installed 1.11.0
                                  Adapter    "go-e"         : 1.0.27   , installed 1.0.27
                                  Adapter    "history"      : 2.2.4    , installed 2.2.4
                                  Adapter    "hm-rega"      : 3.0.46   , installed 3.0.46
                                  Adapter    "hm-rpc"       : 1.15.16  , installed 1.15.16
                                  Adapter    "ical"         : 1.13.2   , installed 1.13.2
                                  Adapter    "info"         : 1.9.26   , installed 1.9.26
                                  Adapter    "iot"          : 1.14.2   , installed 1.14.2
                                  Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                                  Controller "js-controller": 4.0.24   , installed 4.0.24
                                  Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
                                  Adapter    "lovelace"     : 3.0.1    , installed 3.0.1
                                  Adapter    "mihome-vacuum": 3.9.5    , installed 3.9.5
                                  Adapter    "modbus"       : 5.0.11   , installed 5.0.11
                                  Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
                                  Adapter    "mqtt-client"  : 1.6.3    , installed 1.6.3
                                  Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                                  Adapter    "pi-hole"      : 1.3.4    , installed 1.3.4
                                  Adapter    "ping"         : 1.5.3    , installed 1.5.3
                                  Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                  Adapter    "sayit"        : 1.12.3   , installed 1.13.0
                                  Adapter    "shelly"       : 6.3.1    , installed 6.3.1
                                  Adapter    "shuttercontrol": 1.4.29  , installed 1.4.29
                                  Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                  Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                                  Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                                  Adapter    "spotify-premium": 1.2.1  , installed 1.2.1
                                  Adapter    "synology"     : 2.1.13   , installed 2.1.13
                                  Adapter    "systeminfo"   : 0.3.1    , installed 0.3.1
                                  Adapter    "telegram"     : 1.15.2   , installed 1.15.2
                                  Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                                  Adapter    "text2command" : 2.3.0    , installed 2.3.0
                                  Adapter    "tr-064"       : 4.2.18   , installed 4.2.17 [Updatable]
                                  Adapter    "tuya"         : 3.13.1   , installed 3.13.1
                                  Adapter    "web"          : 4.3.0    , installed 4.3.0
                                  Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                                  Adapter    "wifilight"    : 1.1.4    , installed 1.1.4
                                  Adapter    "wled"         : 0.6.7    , installed 0.6.7
                                  Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                  Adapter    "yeelight-2"   : 1.1.2    , installed 1.2.1
                                  Adapter    "youtube"      : 4.1.0    , installed 4.1.0
                                  Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                                  
                                  Objects and States
                                  Please stand by - This may take a while
                                  Objects:        20419
                                  States:         17455
                                  
                                  *** OS-Repositories and Updates ***
                                  Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                  Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                                  Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
                                  Hit:4 https://apt.pivccu.de/piVCCU stable InRelease
                                  Reading package lists...
                                  Pending Updates: 0
                                  
                                  *** Listening Ports ***
                                  Active Internet connections (only servers)
                                  Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                  tcp        0      0 192.168.178.30:2010     0.0.0.0:*               LISTEN      1001       31387      4068/io.hm-rpc.1
                                  tcp        0      0 192.168.178.30:2001     0.0.0.0:*               LISTEN      1001       28518      3788/io.hm-rpc.0
                                  tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       30181      3569/iobroker.js-co
                                  tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       28957      3569/iobroker.js-co
                                  tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       28592      3855/io.sonoff.0
                                  tcp        0      0 10.0.3.1:53             0.0.0.0:*               LISTEN      0          12920      877/dnsmasq
                                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14293      853/sshd: /usr/sbin
                                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       30942      3599/io.admin.0
                                  tcp6       0      0 :::22                   :::*                    LISTEN      0          14295      853/sshd: /usr/sbin
                                  udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       29470      3925/io.shelly.0
                                  udp        0      0 10.0.3.1:53             0.0.0.0:*                           0          12919      877/dnsmasq
                                  udp        0      0 0.0.0.0:67              0.0.0.0:*                           0          12916      877/dnsmasq
                                  udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          1825       728/dhclient
                                  udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       31119      3802/io.mihome-vacu
                                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       36356      4609/node
                                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       29509      4036/io.chromecast.
                                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        1655       374/avahi-daemon: r
                                  udp        0      0 0.0.0.0:9522            0.0.0.0:*                           1001       34007      4315/io.sma-em.0
                                  udp        0      0 0.0.0.0:41312           0.0.0.0:*                           108        1657       374/avahi-daemon: r
                                  udp6       0      0 :::46113                :::*                                108        1658       374/avahi-daemon: r
                                  udp6       0      0 :::5353                 :::*                                108        1656       374/avahi-daemon: r
                                  
                                  *** Log File - Last 25 Lines ***
                                  
                                  2023-05-29 12:27:24.062  - info: denon.0 (4400) [CONNECT] Trying to connect to 192.168.178.62:23
                                  2023-05-29 12:27:24.320  - info: denon.0 (4400) [CONNECT] Adapter connected to DENON-AVR: 192.168.178.62:23
                                  2023-05-29 12:27:24.433  - info: backitup.0 (4339) [iobroker] backup will be activated at 02:00 every 1 day(s)
                                  2023-05-29 12:27:25.819  - debug: mihome-vacuum.0 (3802) get params for stock Vacuum
                                  2023-05-29 12:27:25.820  - debug: mihome-vacuum.0 (3802) Message= {"id":70,"method":"get_status"}
                                  2023-05-29 12:27:25.829  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":[{"msg_ver":3,"msg_seq":1239,"state":8,"battery":100,"clean_time":2070,"clean_area":31762500,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":0,"fan_power":103,"dnd_enabled":0,"map_status":3,"lock_status":0}],"id":70}
                                  2023-05-29 12:27:25.830  - debug: mihome-vacuum.0 (3802) setGetStatus {"msg_ver":3,"msg_seq":1239,"state":8,"battery":100,"clean_time":2070,"clean_area":31762500,"error_code":0,"map_present":true,"in_cleaning":false,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":0,"fan_power":103,"dnd_enabled":false,"map_status":3,"lock_status":0,"error_text":"No error"}
                                  2023-05-29 12:27:25.832  - debug: mihome-vacuum.0 (3802) Message= {"id":71,"method":"get_network_info"}
                                  2023-05-29 12:27:25.856  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":{"ssid":"Miss","ip":"192.168.178.33","mac":"7c:49:eb:9d:95:02","bssid":"44:4e:6d:b5:85:48","rssi":-47},"id":71}
                                  2023-05-29 12:27:26.549  - debug: mihome-vacuum.0 (3802) Message= {"id":72,"method":"get_sound_volume"}
                                  2023-05-29 12:27:26.561  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":[56],"id":72}
                                  2023-05-29 12:27:26.562  - debug: mihome-vacuum.0 (3802) Message= {"id":73,"method":"get_map_v1"}
                                  2023-05-29 12:27:26.570  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":73}
                                  2023-05-29 12:27:26.871  - debug: mihome-vacuum.0 (3802) Message= {"id":74,"method":"get_map_v1"}
                                  2023-05-29 12:27:26.880  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":74}
                                  2023-05-29 12:27:27.097  - info: host.iobroker instance system.adapter.web.1 started with pid 4864
                                  2023-05-29 12:27:27.182  - debug: mihome-vacuum.0 (3802) Message= {"id":75,"method":"get_map_v1"}
                                  2023-05-29 12:27:27.189  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":75}
                                  2023-05-29 12:27:24.816  - info: backitup.0 (4339) [ccu] backup will be activated at 01:30 every 1 day(s)
                                  2023-05-29 12:27:27.492  - debug: mihome-vacuum.0 (3802) Message= {"id":76,"method":"get_map_v1"}
                                  2023-05-29 12:27:27.509  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":76}
                                  2023-05-29 12:27:27.812  - debug: mihome-vacuum.0 (3802) Message= {"id":77,"method":"get_map_v1"}
                                  2023-05-29 12:27:27.819  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":77}
                                  2023-05-29 12:27:28.120  - debug: mihome-vacuum.0 (3802) Message= {"id":78,"method":"get_carpet_mode"}
                                  2023-05-29 12:27:28.128  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":[{"enable":0,"current_integral":0,"current_high":0,"current_low":0,"stall_time":0}],"id":78}
                                  
                                  
                                  
                                  GlasfaserG Offline
                                  GlasfaserG Offline
                                  Glasfaser
                                  schrieb am zuletzt editiert von
                                  #52

                                  @maxpd sagte in Can not start inMem-objects on port 9001:

                                  Ich würde die Files mal Löschen. Denke das System legt die dann neu an bei Bedarf.

                                  Stelle mal die Logstufe um ... der flutet gerade dein LOG

                                  2023-05-29 12:27:25.819  - debug: mihome-vacuum.0 (3802) get params for stock Vacuum
                                  

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

                                  1 Antwort Letzte Antwort
                                  0
                                  • M maxpd

                                    @thomas-braun der scheint gestern so voll gelaufen zu sein. sieht in beiden files unendlich mal so aus:

                                    kern.log

                                    May 28 12:46:34 iobroker kernel: [ 2799.497927] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                                    
                                    

                                    syslog

                                    May 28 12:46:31 iobroker kernel: [ 2796.704568] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                                    
                                    

                                    Ich würde die Files mal Löschen. Denke das System legt die dann neu an bei Bedarf.

                                    iob diag:

                                    
                                    Skript v.2023-04-16
                                    
                                    *** BASE SYSTEM ***
                                    Model           : Raspberry Pi 4 Model B Rev 1.4
                                    Architecture    : armv7l
                                    Docker          : false
                                    Virtualization  : none
                                    Distributor ID: Raspbian
                                    Description:    Raspbian GNU/Linux 11 (bullseye)
                                    Release:        11
                                    Codename:       bullseye
                                    
                                    PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
                                    NAME="Raspbian GNU/Linux"
                                    VERSION_ID="11"
                                    VERSION="11 (bullseye)"
                                    VERSION_CODENAME=bullseye
                                    ID=raspbian
                                    ID_LIKE=debian
                                    HOME_URL="http://www.raspbian.org/"
                                    SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                                    BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                                    
                                    Systemuptime and Load:
                                     12:25:07 up 18 min,  2 users,  load average: 0.35, 1.09, 1.05
                                    CPU threads: 4
                                    
                                    Raspberry only:
                                    throttled=0x0
                                    Other values than 0x0 hint to temperature/voltage problems
                                    temp=46.7'C
                                    volt=0.8600V
                                    
                                    *** Time and Time Zones ***
                                                   Local time: Mon 2023-05-29 12:25:07 CEST
                                               Universal time: Mon 2023-05-29 10:25:07 UTC
                                                     RTC time: n/a
                                                    Time zone: Europe/Berlin (CEST, +0200)
                                    System clock synchronized: yes
                                                  NTP service: active
                                              RTC in local TZ: no
                                    
                                    *** User and Groups ***
                                    pi
                                    /home/pi
                                    pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c                                                                                                                                                              spi iobroker
                                    
                                    *** X-Server-Setup ***
                                    X-Server:       false
                                    Desktop:
                                    Terminal:       tty
                                    Boot Target:    multi-user.target
                                    
                                    *** MEMORY ***
                                                   total        used        free      shared  buff/cache   available
                                    Mem:            7.9G        391M        7.2G        0.0K        275M        7.3G
                                    Swap:            99M          0B         99M
                                    Total:          8.0G        391M        7.3G
                                    
                                             7897 M total memory
                                              391 M used memory
                                              116 M active memory
                                              478 M inactive memory
                                             7230 M free memory
                                               56 M buffer memory
                                              219 M swap cache
                                               99 M total swap
                                                0 M used swap
                                               99 M free swap
                                    
                                    Raspberry only:
                                    oom events: 0
                                    lifetime oom required: 0 Mbytes
                                    total time in oom handler: 0 ms
                                    max time spent in oom handler: 0 ms
                                    
                                    *** FILESYSTEM ***
                                    Filesystem     Type      Size  Used Avail Use% Mounted on
                                    /dev/root      ext4       30G   26G  2.0G  94% /
                                    devtmpfs       devtmpfs  3.7G     0  3.7G   0% /dev
                                    tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                                    tmpfs          tmpfs     1.6G  796K  1.6G   1% /run
                                    tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                    /dev/sda1      vfat      253M   51M  202M  20% /boot
                                    tmpfs          tmpfs     790M     0  790M   0% /run/user/1000
                                    
                                    Messages concerning ext4 filesystem in dmesg:
                                    [Mon May 29 12:06:13 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1                                                                                                                                                              snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.ena                                                                                                                                                             ble_hdmi=1  smsc95xx.macaddr=E4:5F:01:57:31:D7 vc_mem.mem_base=0x3eb00000 vc_mem                                                                                                                                                             .mem_size=0x3ff00000  dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=e52a9d10-0                                                                                                                                                             2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                                    [Mon May 29 12:06:15 2023] EXT4-fs (sda2): mounted filesystem with ordered data                                                                                                                                                              mode. Quota mode: none.
                                    [Mon May 29 12:06:15 2023] VFS: Mounted root (ext4 filesystem) readonly on devic                                                                                                                                                             e 8:2.
                                    [Mon May 29 12:06:16 2023] EXT4-fs (sda2): re-mounted. Quota mode: none.
                                    
                                    Show mounted filesystems (real ones only):
                                    TARGET  SOURCE    FSTYPE OPTIONS
                                    /       /dev/sda2 ext4   rw,noatime,commit=600
                                    `-/boot /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharse                                                                                                                                                             t=ascii,shortname=mixed,flush,errors=remount-ro
                                    
                                    Files in neuralgic directories:
                                    
                                    /var:
                                    17G     /var/
                                    16G     /var/log
                                    633M    /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d
                                    633M    /var/log/journal
                                    624M    /var/lib
                                    
                                    Archived and active journals take up 632.1M in the file system.
                                    
                                    /opt/iobroker/backups:
                                    72M     /opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    2.6G    /opt/iobroker/iobroker-data/
                                    1.9G    /opt/iobroker/iobroker-data/history
                                    317M    /opt/iobroker/iobroker-data/files
                                    248M    /opt/iobroker/iobroker-data/backup-objects
                                    72M     /opt/iobroker/iobroker-data/files/telegram.admin
                                    
                                    The five largest files in iobroker-data are:
                                    33M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.10538062.js.map
                                    23M     /opt/iobroker/iobroker-data/objects.jsonl
                                    19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.904d455f.js.map
                                    15M     /opt/iobroker/iobroker-data/objects.json.migrated
                                    15M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                                    
                                    *** NodeJS-Installation ***
                                    
                                    /usr/bin/nodejs         v18.16.0
                                    /usr/bin/node           v18.16.0
                                    /usr/bin/npm            9.5.1
                                    /usr/bin/npx            9.5.1
                                    
                                    
                                    nodejs:
                                      Installed: 18.16.0-deb-1nodesource1
                                      Candidate: 18.16.0-deb-1nodesource1
                                      Version table:
                                     *** 18.16.0-deb-1nodesource1 500
                                            500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                                            100 /var/lib/dpkg/status
                                         12.22.12~dfsg-1~deb11u4 500
                                            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                    
                                    Temp directories causing npm8 problem: 0
                                    No problems detected
                                    
                                    *** ioBroker-Installation ***
                                    
                                    ioBroker Status
                                    iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    MULTIHOSTSERVICE/enabled: false
                                    
                                    Core adapters versions
                                    js-controller:  4.0.24
                                    admin:          6.3.5
                                    javascript:     6.1.4
                                    
                                    npm ERR! code ELSPROBLEMS
                                    npm ERR! extraneous: @types/caseless@0.12.2 /opt/iobroker/node_modules/@types/caseless
                                    npm ERR! extraneous: @types/request@2.48.8 /opt/iobroker/node_modules/@types/request
                                    npm ERR! extraneous: @types/tough-cookie@4.0.2 /opt/iobroker/node_modules/@types/tough-cookie
                                    npm ERR! extraneous: coffeescript@1.12.7 /opt/iobroker/node_modules/coffeescript
                                    npm ERR! invalid: iobroker.chromecast@3.0.3 /opt/iobroker/node_modules/iobroker.chromecast
                                    npm ERR! invalid: iobroker.doorbird@0.1.5 /opt/iobroker/node_modules/iobroker.doorbird
                                    npm ERR! invalid: iobroker.esphome@0.2.4 /opt/iobroker/node_modules/iobroker.esphome
                                    npm ERR! invalid: iobroker.google-sharedlocations@2.1.5 /opt/iobroker/node_modules/iobroker.google-sharedlocations
                                    npm ERR! invalid: iobroker.govee@0.0.5 /opt/iobroker/node_modules/iobroker.govee
                                    npm ERR! invalid: iobroker.sma-em@0.6.4 /opt/iobroker/node_modules/iobroker.sma-em
                                    npm ERR! invalid: iobroker.sma-speedwire@0.7.0 /opt/iobroker/node_modules/iobroker.sma-speedwire
                                    npm ERR! extraneous: jsonata@1.8.6 /opt/iobroker/node_modules/jsonata
                                    npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                                    npm ERR! extraneous: typescript@4.7.4 /opt/iobroker/node_modules/typescript
                                    npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                                    npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
                                    
                                    npm ERR! A complete log of this run can be found in:
                                    npm ERR!     /home/pi/.npm/_logs/2023-05-29T10_26_02_865Z-debug-0.log
                                    Adapters from github:   7
                                    
                                    Adapter State
                                    + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      system.adapter.alias-manager.0          : alias-manager         : iobroker                                 -  enabled
                                      system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                    + system.adapter.chromecast.0             : chromecast            : iobroker                                 -  enabled
                                      system.adapter.cloud.0                  : cloud                 : iobroker                                 - disabled
                                      system.adapter.coronavirus-statistics.0 : coronavirus-statistics: iobroker                                 -  enabled
                                      system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled
                                      system.adapter.denon.0                  : denon                 : iobroker                                 -  enabled
                                      system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                                      system.adapter.doorbird.0               : doorbird              : iobroker                                 -  enabled
                                      system.adapter.esphome.0                : esphome               : iobroker                                 - disabled
                                      system.adapter.feiertage.0              : feiertage             : iobroker                                 -  enabled
                                      system.adapter.flot.0                   : flot                  : iobroker                                 -  enabled
                                      system.adapter.go-e.0                   : go-e                  : iobroker                                 - disabled
                                    + system.adapter.google-sharedlocations.0 : google-sharedlocations: iobroker                                 -  enabled
                                      system.adapter.govee.0                  : govee                 : iobroker                                 - disabled
                                      system.adapter.history.0                : history               : iobroker                                 - disabled
                                    + system.adapter.hm-rega.0                : hm-rega               : iobroker                                 -  enabled
                                    + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                      system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                    + system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                                      system.adapter.info.0                   : info                  : iobroker                                 - disabled
                                      system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled
                                    + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                      system.adapter.lgtv.0                   : lgtv                  : iobroker                                 - disabled
                                      system.adapter.lovelace.0               : lovelace              : iobroker                                 - disabled, port: 8091, bind: 0.0.0.0, run as: admin
                                    + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobroker                                 -  enabled, port: 54321
                                    + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
                                      system.adapter.modbus.1                 : modbus                : iobroker                                 - disabled
                                      system.adapter.mqtt-client.0            : mqtt-client           : iobroker                                 - disabled, port: 1884
                                      system.adapter.mqtt.0                   : mqtt                  : iobroker                                 - disabled, port: 1884, bind: 192.168.178.30
                                      system.adapter.net-tools.0              : net-tools             : iobroker                                 - disabled
                                    + system.adapter.ping.0                   : ping                  : iobroker                                 -  enabled
                                      system.adapter.rpi2.0                   : rpi2                  : iobroker                                 -  enabled
                                      system.adapter.sayit.0                  : sayit                 : iobroker                                 -  enabled, port: 0
                                      system.adapter.sayit.1                  : sayit                 : iobroker                                 -  enabled, port: 0
                                      system.adapter.sayit.2                  : sayit                 : iobroker                                 -  enabled, port: 0
                                      system.adapter.sayit.3                  : sayit                 : iobroker                                 -  enabled, port: 0
                                      system.adapter.sayit.4                  : sayit                 : iobroker                                 -  enabled, port: 0
                                    + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                      system.adapter.shuttercontrol.0         : shuttercontrol        : iobroker                                 -  enabled
                                      system.adapter.simple-api.0             : simple-api            : iobroker                                 - disabled, port: 8087, bind: 0.0.0.0, run as: admin
                                      system.adapter.sma-em.0                 : sma-em                : iobroker                                 -  enabled
                                    + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                      system.adapter.spotify-premium.0        : spotify-premium       : iobroker                                 - disabled
                                      system.adapter.synology.0               : synology              : iobroker                                 - disabled, port: 5000
                                      system.adapter.synology.1               : synology              : iobroker                                 - disabled, port: 5001
                                      system.adapter.systeminfo.0             : systeminfo            : iobroker                                 - disabled
                                    + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                      system.adapter.telegram.2               : telegram              : iobroker                                 - disabled, port: 8443, bind: 0.0.0.0
                                      system.adapter.terminal.0               : terminal              : iobroker                                 - disabled, port: 8088, bind: 0.0.0.0, run as: admin
                                      system.adapter.text2command.0           : text2command          : iobroker                                 -  enabled
                                      system.adapter.tr-064.0                 : tr-064                : iobroker                                 - disabled
                                      system.adapter.tuya.0                   : tuya                  : iobroker                                 - disabled
                                      system.adapter.web.0                    : web                   : iobroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      system.adapter.web.1                    : web                   : iobroker                                 -  enabled, port: 8083, bind: 0.0.0.0, run as: admin
                                      system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : iobroker                                 - disabled
                                    + system.adapter.wifilight.0              : wifilight             : iobroker                                 -  enabled
                                      system.adapter.wled.0                   : wled                  : iobroker                                 -  enabled
                                      system.adapter.yeelight-2.0             : yeelight-2            : iobroker                                 -  enabled
                                    + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.13__Embed_with_CMSIS-DAP_L1100F9Y-if00
                                    
                                    + instance is alive
                                    
                                    Enabled adapters with bindings
                                    + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                    + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                    + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobroker                                 -  enabled, port: 54321
                                      system.adapter.sayit.0                  : sayit                 : iobroker                                 -  enabled, port: 0
                                      system.adapter.sayit.1                  : sayit                 : iobroker                                 -  enabled, port: 0
                                      system.adapter.sayit.2                  : sayit                 : iobroker                                 -  enabled, port: 0
                                      system.adapter.sayit.3                  : sayit                 : iobroker                                 -  enabled, port: 0
                                      system.adapter.sayit.4                  : sayit                 : iobroker                                 -  enabled, port: 0
                                    + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                    + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                    + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                      system.adapter.web.1                    : web                   : iobroker                                 -  enabled, port: 8083, bind: 0.0.0.0, run as: admin
                                    + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.13__Embed_with_CMSIS-DAP_L1100F9Y-if00
                                    
                                    ioBroker-Repositories
                                    stable        : http://download.iobroker.net/sources-dist.json
                                    beta          : http://download.iobroker.net/sources-dist-latest.json
                                    
                                    Active repo(s): stable
                                    
                                    Installed ioBroker-Instances
                                    Used repository: stable
                                    Adapter    "admin"        : 6.3.5    , installed 6.3.5
                                    Adapter    "alias-manager": 1.2.4    , installed 1.2.6
                                    Adapter    "backitup"     : 2.6.19   , installed 2.6.19
                                    Adapter    "chromecast"   : 3.0.3    , installed 3.0.3
                                    Adapter    "cloud"        : 4.3.0    , installed 4.3.0
                                    Adapter    "coronavirus-statistics": 0.8.7, installed 0.8.7
                                    Adapter    "daswetter"    : 3.1.8    , installed 3.1.8
                                    Adapter    "denon"        : 1.15.0   , installed 1.15.0
                                    Adapter    "devices"      : 1.1.2    , installed 1.1.2
                                    Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                                    Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
                                    Adapter    "flot"         : 1.11.0   , installed 1.11.0
                                    Adapter    "go-e"         : 1.0.27   , installed 1.0.27
                                    Adapter    "history"      : 2.2.4    , installed 2.2.4
                                    Adapter    "hm-rega"      : 3.0.46   , installed 3.0.46
                                    Adapter    "hm-rpc"       : 1.15.16  , installed 1.15.16
                                    Adapter    "ical"         : 1.13.2   , installed 1.13.2
                                    Adapter    "info"         : 1.9.26   , installed 1.9.26
                                    Adapter    "iot"          : 1.14.2   , installed 1.14.2
                                    Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                                    Controller "js-controller": 4.0.24   , installed 4.0.24
                                    Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
                                    Adapter    "lovelace"     : 3.0.1    , installed 3.0.1
                                    Adapter    "mihome-vacuum": 3.9.5    , installed 3.9.5
                                    Adapter    "modbus"       : 5.0.11   , installed 5.0.11
                                    Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
                                    Adapter    "mqtt-client"  : 1.6.3    , installed 1.6.3
                                    Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                                    Adapter    "pi-hole"      : 1.3.4    , installed 1.3.4
                                    Adapter    "ping"         : 1.5.3    , installed 1.5.3
                                    Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                    Adapter    "sayit"        : 1.12.3   , installed 1.13.0
                                    Adapter    "shelly"       : 6.3.1    , installed 6.3.1
                                    Adapter    "shuttercontrol": 1.4.29  , installed 1.4.29
                                    Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                    Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                                    Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                                    Adapter    "spotify-premium": 1.2.1  , installed 1.2.1
                                    Adapter    "synology"     : 2.1.13   , installed 2.1.13
                                    Adapter    "systeminfo"   : 0.3.1    , installed 0.3.1
                                    Adapter    "telegram"     : 1.15.2   , installed 1.15.2
                                    Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                                    Adapter    "text2command" : 2.3.0    , installed 2.3.0
                                    Adapter    "tr-064"       : 4.2.18   , installed 4.2.17 [Updatable]
                                    Adapter    "tuya"         : 3.13.1   , installed 3.13.1
                                    Adapter    "web"          : 4.3.0    , installed 4.3.0
                                    Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                                    Adapter    "wifilight"    : 1.1.4    , installed 1.1.4
                                    Adapter    "wled"         : 0.6.7    , installed 0.6.7
                                    Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                    Adapter    "yeelight-2"   : 1.1.2    , installed 1.2.1
                                    Adapter    "youtube"      : 4.1.0    , installed 4.1.0
                                    Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                                    
                                    Objects and States
                                    Please stand by - This may take a while
                                    Objects:        20419
                                    States:         17455
                                    
                                    *** OS-Repositories and Updates ***
                                    Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                    Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                                    Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
                                    Hit:4 https://apt.pivccu.de/piVCCU stable InRelease
                                    Reading package lists...
                                    Pending Updates: 0
                                    
                                    *** Listening Ports ***
                                    Active Internet connections (only servers)
                                    Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                    tcp        0      0 192.168.178.30:2010     0.0.0.0:*               LISTEN      1001       31387      4068/io.hm-rpc.1
                                    tcp        0      0 192.168.178.30:2001     0.0.0.0:*               LISTEN      1001       28518      3788/io.hm-rpc.0
                                    tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       30181      3569/iobroker.js-co
                                    tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       28957      3569/iobroker.js-co
                                    tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       28592      3855/io.sonoff.0
                                    tcp        0      0 10.0.3.1:53             0.0.0.0:*               LISTEN      0          12920      877/dnsmasq
                                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14293      853/sshd: /usr/sbin
                                    tcp6       0      0 :::8081                 :::*                    LISTEN      1001       30942      3599/io.admin.0
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          14295      853/sshd: /usr/sbin
                                    udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       29470      3925/io.shelly.0
                                    udp        0      0 10.0.3.1:53             0.0.0.0:*                           0          12919      877/dnsmasq
                                    udp        0      0 0.0.0.0:67              0.0.0.0:*                           0          12916      877/dnsmasq
                                    udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          1825       728/dhclient
                                    udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       31119      3802/io.mihome-vacu
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       36356      4609/node
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       29509      4036/io.chromecast.
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        1655       374/avahi-daemon: r
                                    udp        0      0 0.0.0.0:9522            0.0.0.0:*                           1001       34007      4315/io.sma-em.0
                                    udp        0      0 0.0.0.0:41312           0.0.0.0:*                           108        1657       374/avahi-daemon: r
                                    udp6       0      0 :::46113                :::*                                108        1658       374/avahi-daemon: r
                                    udp6       0      0 :::5353                 :::*                                108        1656       374/avahi-daemon: r
                                    
                                    *** Log File - Last 25 Lines ***
                                    
                                    2023-05-29 12:27:24.062  - info: denon.0 (4400) [CONNECT] Trying to connect to 192.168.178.62:23
                                    2023-05-29 12:27:24.320  - info: denon.0 (4400) [CONNECT] Adapter connected to DENON-AVR: 192.168.178.62:23
                                    2023-05-29 12:27:24.433  - info: backitup.0 (4339) [iobroker] backup will be activated at 02:00 every 1 day(s)
                                    2023-05-29 12:27:25.819  - debug: mihome-vacuum.0 (3802) get params for stock Vacuum
                                    2023-05-29 12:27:25.820  - debug: mihome-vacuum.0 (3802) Message= {"id":70,"method":"get_status"}
                                    2023-05-29 12:27:25.829  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":[{"msg_ver":3,"msg_seq":1239,"state":8,"battery":100,"clean_time":2070,"clean_area":31762500,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":0,"fan_power":103,"dnd_enabled":0,"map_status":3,"lock_status":0}],"id":70}
                                    2023-05-29 12:27:25.830  - debug: mihome-vacuum.0 (3802) setGetStatus {"msg_ver":3,"msg_seq":1239,"state":8,"battery":100,"clean_time":2070,"clean_area":31762500,"error_code":0,"map_present":true,"in_cleaning":false,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":0,"fan_power":103,"dnd_enabled":false,"map_status":3,"lock_status":0,"error_text":"No error"}
                                    2023-05-29 12:27:25.832  - debug: mihome-vacuum.0 (3802) Message= {"id":71,"method":"get_network_info"}
                                    2023-05-29 12:27:25.856  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":{"ssid":"Miss","ip":"192.168.178.33","mac":"7c:49:eb:9d:95:02","bssid":"44:4e:6d:b5:85:48","rssi":-47},"id":71}
                                    2023-05-29 12:27:26.549  - debug: mihome-vacuum.0 (3802) Message= {"id":72,"method":"get_sound_volume"}
                                    2023-05-29 12:27:26.561  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":[56],"id":72}
                                    2023-05-29 12:27:26.562  - debug: mihome-vacuum.0 (3802) Message= {"id":73,"method":"get_map_v1"}
                                    2023-05-29 12:27:26.570  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":73}
                                    2023-05-29 12:27:26.871  - debug: mihome-vacuum.0 (3802) Message= {"id":74,"method":"get_map_v1"}
                                    2023-05-29 12:27:26.880  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":74}
                                    2023-05-29 12:27:27.097  - info: host.iobroker instance system.adapter.web.1 started with pid 4864
                                    2023-05-29 12:27:27.182  - debug: mihome-vacuum.0 (3802) Message= {"id":75,"method":"get_map_v1"}
                                    2023-05-29 12:27:27.189  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":75}
                                    2023-05-29 12:27:24.816  - info: backitup.0 (4339) [ccu] backup will be activated at 01:30 every 1 day(s)
                                    2023-05-29 12:27:27.492  - debug: mihome-vacuum.0 (3802) Message= {"id":76,"method":"get_map_v1"}
                                    2023-05-29 12:27:27.509  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":76}
                                    2023-05-29 12:27:27.812  - debug: mihome-vacuum.0 (3802) Message= {"id":77,"method":"get_map_v1"}
                                    2023-05-29 12:27:27.819  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":77}
                                    2023-05-29 12:27:28.120  - debug: mihome-vacuum.0 (3802) Message= {"id":78,"method":"get_carpet_mode"}
                                    2023-05-29 12:27:28.128  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":[{"enable":0,"current_integral":0,"current_high":0,"current_low":0,"stall_time":0}],"id":78}
                                    
                                    
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #53

                                    @maxpd sagte in Can not start inMem-objects on port 9001:

                                    Ich würde die Files mal Löschen.

                                    NEIN! Logfiles löscht man nicht einfach so.

                                    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
                                    • M maxpd

                                      @thomas-braun der scheint gestern so voll gelaufen zu sein. sieht in beiden files unendlich mal so aus:

                                      kern.log

                                      May 28 12:46:34 iobroker kernel: [ 2799.497927] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                                      
                                      

                                      syslog

                                      May 28 12:46:31 iobroker kernel: [ 2796.704568] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                                      
                                      

                                      Ich würde die Files mal Löschen. Denke das System legt die dann neu an bei Bedarf.

                                      iob diag:

                                      
                                      Skript v.2023-04-16
                                      
                                      *** BASE SYSTEM ***
                                      Model           : Raspberry Pi 4 Model B Rev 1.4
                                      Architecture    : armv7l
                                      Docker          : false
                                      Virtualization  : none
                                      Distributor ID: Raspbian
                                      Description:    Raspbian GNU/Linux 11 (bullseye)
                                      Release:        11
                                      Codename:       bullseye
                                      
                                      PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
                                      NAME="Raspbian GNU/Linux"
                                      VERSION_ID="11"
                                      VERSION="11 (bullseye)"
                                      VERSION_CODENAME=bullseye
                                      ID=raspbian
                                      ID_LIKE=debian
                                      HOME_URL="http://www.raspbian.org/"
                                      SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                                      BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                                      
                                      Systemuptime and Load:
                                       12:25:07 up 18 min,  2 users,  load average: 0.35, 1.09, 1.05
                                      CPU threads: 4
                                      
                                      Raspberry only:
                                      throttled=0x0
                                      Other values than 0x0 hint to temperature/voltage problems
                                      temp=46.7'C
                                      volt=0.8600V
                                      
                                      *** Time and Time Zones ***
                                                     Local time: Mon 2023-05-29 12:25:07 CEST
                                                 Universal time: Mon 2023-05-29 10:25:07 UTC
                                                       RTC time: n/a
                                                      Time zone: Europe/Berlin (CEST, +0200)
                                      System clock synchronized: yes
                                                    NTP service: active
                                                RTC in local TZ: no
                                      
                                      *** User and Groups ***
                                      pi
                                      /home/pi
                                      pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c                                                                                                                                                              spi iobroker
                                      
                                      *** X-Server-Setup ***
                                      X-Server:       false
                                      Desktop:
                                      Terminal:       tty
                                      Boot Target:    multi-user.target
                                      
                                      *** MEMORY ***
                                                     total        used        free      shared  buff/cache   available
                                      Mem:            7.9G        391M        7.2G        0.0K        275M        7.3G
                                      Swap:            99M          0B         99M
                                      Total:          8.0G        391M        7.3G
                                      
                                               7897 M total memory
                                                391 M used memory
                                                116 M active memory
                                                478 M inactive memory
                                               7230 M free memory
                                                 56 M buffer memory
                                                219 M swap cache
                                                 99 M total swap
                                                  0 M used swap
                                                 99 M free swap
                                      
                                      Raspberry only:
                                      oom events: 0
                                      lifetime oom required: 0 Mbytes
                                      total time in oom handler: 0 ms
                                      max time spent in oom handler: 0 ms
                                      
                                      *** FILESYSTEM ***
                                      Filesystem     Type      Size  Used Avail Use% Mounted on
                                      /dev/root      ext4       30G   26G  2.0G  94% /
                                      devtmpfs       devtmpfs  3.7G     0  3.7G   0% /dev
                                      tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                                      tmpfs          tmpfs     1.6G  796K  1.6G   1% /run
                                      tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                      /dev/sda1      vfat      253M   51M  202M  20% /boot
                                      tmpfs          tmpfs     790M     0  790M   0% /run/user/1000
                                      
                                      Messages concerning ext4 filesystem in dmesg:
                                      [Mon May 29 12:06:13 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1                                                                                                                                                              snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.ena                                                                                                                                                             ble_hdmi=1  smsc95xx.macaddr=E4:5F:01:57:31:D7 vc_mem.mem_base=0x3eb00000 vc_mem                                                                                                                                                             .mem_size=0x3ff00000  dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=e52a9d10-0                                                                                                                                                             2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                                      [Mon May 29 12:06:15 2023] EXT4-fs (sda2): mounted filesystem with ordered data                                                                                                                                                              mode. Quota mode: none.
                                      [Mon May 29 12:06:15 2023] VFS: Mounted root (ext4 filesystem) readonly on devic                                                                                                                                                             e 8:2.
                                      [Mon May 29 12:06:16 2023] EXT4-fs (sda2): re-mounted. Quota mode: none.
                                      
                                      Show mounted filesystems (real ones only):
                                      TARGET  SOURCE    FSTYPE OPTIONS
                                      /       /dev/sda2 ext4   rw,noatime,commit=600
                                      `-/boot /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharse                                                                                                                                                             t=ascii,shortname=mixed,flush,errors=remount-ro
                                      
                                      Files in neuralgic directories:
                                      
                                      /var:
                                      17G     /var/
                                      16G     /var/log
                                      633M    /var/log/journal/5f09e0dc24364fc8951dcf01ea03774d
                                      633M    /var/log/journal
                                      624M    /var/lib
                                      
                                      Archived and active journals take up 632.1M in the file system.
                                      
                                      /opt/iobroker/backups:
                                      72M     /opt/iobroker/backups/
                                      
                                      /opt/iobroker/iobroker-data:
                                      2.6G    /opt/iobroker/iobroker-data/
                                      1.9G    /opt/iobroker/iobroker-data/history
                                      317M    /opt/iobroker/iobroker-data/files
                                      248M    /opt/iobroker/iobroker-data/backup-objects
                                      72M     /opt/iobroker/iobroker-data/files/telegram.admin
                                      
                                      The five largest files in iobroker-data are:
                                      33M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.10538062.js.map
                                      23M     /opt/iobroker/iobroker-data/objects.jsonl
                                      19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.904d455f.js.map
                                      15M     /opt/iobroker/iobroker-data/objects.json.migrated
                                      15M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                                      
                                      *** NodeJS-Installation ***
                                      
                                      /usr/bin/nodejs         v18.16.0
                                      /usr/bin/node           v18.16.0
                                      /usr/bin/npm            9.5.1
                                      /usr/bin/npx            9.5.1
                                      
                                      
                                      nodejs:
                                        Installed: 18.16.0-deb-1nodesource1
                                        Candidate: 18.16.0-deb-1nodesource1
                                        Version table:
                                       *** 18.16.0-deb-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                                              100 /var/lib/dpkg/status
                                           12.22.12~dfsg-1~deb11u4 500
                                              500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                      
                                      Temp directories causing npm8 problem: 0
                                      No problems detected
                                      
                                      *** ioBroker-Installation ***
                                      
                                      ioBroker Status
                                      iobroker is running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      MULTIHOSTSERVICE/enabled: false
                                      
                                      Core adapters versions
                                      js-controller:  4.0.24
                                      admin:          6.3.5
                                      javascript:     6.1.4
                                      
                                      npm ERR! code ELSPROBLEMS
                                      npm ERR! extraneous: @types/caseless@0.12.2 /opt/iobroker/node_modules/@types/caseless
                                      npm ERR! extraneous: @types/request@2.48.8 /opt/iobroker/node_modules/@types/request
                                      npm ERR! extraneous: @types/tough-cookie@4.0.2 /opt/iobroker/node_modules/@types/tough-cookie
                                      npm ERR! extraneous: coffeescript@1.12.7 /opt/iobroker/node_modules/coffeescript
                                      npm ERR! invalid: iobroker.chromecast@3.0.3 /opt/iobroker/node_modules/iobroker.chromecast
                                      npm ERR! invalid: iobroker.doorbird@0.1.5 /opt/iobroker/node_modules/iobroker.doorbird
                                      npm ERR! invalid: iobroker.esphome@0.2.4 /opt/iobroker/node_modules/iobroker.esphome
                                      npm ERR! invalid: iobroker.google-sharedlocations@2.1.5 /opt/iobroker/node_modules/iobroker.google-sharedlocations
                                      npm ERR! invalid: iobroker.govee@0.0.5 /opt/iobroker/node_modules/iobroker.govee
                                      npm ERR! invalid: iobroker.sma-em@0.6.4 /opt/iobroker/node_modules/iobroker.sma-em
                                      npm ERR! invalid: iobroker.sma-speedwire@0.7.0 /opt/iobroker/node_modules/iobroker.sma-speedwire
                                      npm ERR! extraneous: jsonata@1.8.6 /opt/iobroker/node_modules/jsonata
                                      npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                                      npm ERR! extraneous: typescript@4.7.4 /opt/iobroker/node_modules/typescript
                                      npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                                      npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
                                      
                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR!     /home/pi/.npm/_logs/2023-05-29T10_26_02_865Z-debug-0.log
                                      Adapters from github:   7
                                      
                                      Adapter State
                                      + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        system.adapter.alias-manager.0          : alias-manager         : iobroker                                 -  enabled
                                        system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                      + system.adapter.chromecast.0             : chromecast            : iobroker                                 -  enabled
                                        system.adapter.cloud.0                  : cloud                 : iobroker                                 - disabled
                                        system.adapter.coronavirus-statistics.0 : coronavirus-statistics: iobroker                                 -  enabled
                                        system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled
                                        system.adapter.denon.0                  : denon                 : iobroker                                 -  enabled
                                        system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                                        system.adapter.doorbird.0               : doorbird              : iobroker                                 -  enabled
                                        system.adapter.esphome.0                : esphome               : iobroker                                 - disabled
                                        system.adapter.feiertage.0              : feiertage             : iobroker                                 -  enabled
                                        system.adapter.flot.0                   : flot                  : iobroker                                 -  enabled
                                        system.adapter.go-e.0                   : go-e                  : iobroker                                 - disabled
                                      + system.adapter.google-sharedlocations.0 : google-sharedlocations: iobroker                                 -  enabled
                                        system.adapter.govee.0                  : govee                 : iobroker                                 - disabled
                                        system.adapter.history.0                : history               : iobroker                                 - disabled
                                      + system.adapter.hm-rega.0                : hm-rega               : iobroker                                 -  enabled
                                      + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                        system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                      + system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                                        system.adapter.info.0                   : info                  : iobroker                                 - disabled
                                        system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled
                                      + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                        system.adapter.lgtv.0                   : lgtv                  : iobroker                                 - disabled
                                        system.adapter.lovelace.0               : lovelace              : iobroker                                 - disabled, port: 8091, bind: 0.0.0.0, run as: admin
                                      + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobroker                                 -  enabled, port: 54321
                                      + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
                                        system.adapter.modbus.1                 : modbus                : iobroker                                 - disabled
                                        system.adapter.mqtt-client.0            : mqtt-client           : iobroker                                 - disabled, port: 1884
                                        system.adapter.mqtt.0                   : mqtt                  : iobroker                                 - disabled, port: 1884, bind: 192.168.178.30
                                        system.adapter.net-tools.0              : net-tools             : iobroker                                 - disabled
                                      + system.adapter.ping.0                   : ping                  : iobroker                                 -  enabled
                                        system.adapter.rpi2.0                   : rpi2                  : iobroker                                 -  enabled
                                        system.adapter.sayit.0                  : sayit                 : iobroker                                 -  enabled, port: 0
                                        system.adapter.sayit.1                  : sayit                 : iobroker                                 -  enabled, port: 0
                                        system.adapter.sayit.2                  : sayit                 : iobroker                                 -  enabled, port: 0
                                        system.adapter.sayit.3                  : sayit                 : iobroker                                 -  enabled, port: 0
                                        system.adapter.sayit.4                  : sayit                 : iobroker                                 -  enabled, port: 0
                                      + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                        system.adapter.shuttercontrol.0         : shuttercontrol        : iobroker                                 -  enabled
                                        system.adapter.simple-api.0             : simple-api            : iobroker                                 - disabled, port: 8087, bind: 0.0.0.0, run as: admin
                                        system.adapter.sma-em.0                 : sma-em                : iobroker                                 -  enabled
                                      + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                        system.adapter.spotify-premium.0        : spotify-premium       : iobroker                                 - disabled
                                        system.adapter.synology.0               : synology              : iobroker                                 - disabled, port: 5000
                                        system.adapter.synology.1               : synology              : iobroker                                 - disabled, port: 5001
                                        system.adapter.systeminfo.0             : systeminfo            : iobroker                                 - disabled
                                      + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                      + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                        system.adapter.telegram.2               : telegram              : iobroker                                 - disabled, port: 8443, bind: 0.0.0.0
                                        system.adapter.terminal.0               : terminal              : iobroker                                 - disabled, port: 8088, bind: 0.0.0.0, run as: admin
                                        system.adapter.text2command.0           : text2command          : iobroker                                 -  enabled
                                        system.adapter.tr-064.0                 : tr-064                : iobroker                                 - disabled
                                        system.adapter.tuya.0                   : tuya                  : iobroker                                 - disabled
                                        system.adapter.web.0                    : web                   : iobroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        system.adapter.web.1                    : web                   : iobroker                                 -  enabled, port: 8083, bind: 0.0.0.0, run as: admin
                                        system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : iobroker                                 - disabled
                                      + system.adapter.wifilight.0              : wifilight             : iobroker                                 -  enabled
                                        system.adapter.wled.0                   : wled                  : iobroker                                 -  enabled
                                        system.adapter.yeelight-2.0             : yeelight-2            : iobroker                                 -  enabled
                                      + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.13__Embed_with_CMSIS-DAP_L1100F9Y-if00
                                      
                                      + instance is alive
                                      
                                      Enabled adapters with bindings
                                      + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                      + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                      + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobroker                                 -  enabled, port: 54321
                                        system.adapter.sayit.0                  : sayit                 : iobroker                                 -  enabled, port: 0
                                        system.adapter.sayit.1                  : sayit                 : iobroker                                 -  enabled, port: 0
                                        system.adapter.sayit.2                  : sayit                 : iobroker                                 -  enabled, port: 0
                                        system.adapter.sayit.3                  : sayit                 : iobroker                                 -  enabled, port: 0
                                        system.adapter.sayit.4                  : sayit                 : iobroker                                 -  enabled, port: 0
                                      + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                      + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                      + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                      + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                        system.adapter.web.1                    : web                   : iobroker                                 -  enabled, port: 8083, bind: 0.0.0.0, run as: admin
                                      + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.13__Embed_with_CMSIS-DAP_L1100F9Y-if00
                                      
                                      ioBroker-Repositories
                                      stable        : http://download.iobroker.net/sources-dist.json
                                      beta          : http://download.iobroker.net/sources-dist-latest.json
                                      
                                      Active repo(s): stable
                                      
                                      Installed ioBroker-Instances
                                      Used repository: stable
                                      Adapter    "admin"        : 6.3.5    , installed 6.3.5
                                      Adapter    "alias-manager": 1.2.4    , installed 1.2.6
                                      Adapter    "backitup"     : 2.6.19   , installed 2.6.19
                                      Adapter    "chromecast"   : 3.0.3    , installed 3.0.3
                                      Adapter    "cloud"        : 4.3.0    , installed 4.3.0
                                      Adapter    "coronavirus-statistics": 0.8.7, installed 0.8.7
                                      Adapter    "daswetter"    : 3.1.8    , installed 3.1.8
                                      Adapter    "denon"        : 1.15.0   , installed 1.15.0
                                      Adapter    "devices"      : 1.1.2    , installed 1.1.2
                                      Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                                      Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
                                      Adapter    "flot"         : 1.11.0   , installed 1.11.0
                                      Adapter    "go-e"         : 1.0.27   , installed 1.0.27
                                      Adapter    "history"      : 2.2.4    , installed 2.2.4
                                      Adapter    "hm-rega"      : 3.0.46   , installed 3.0.46
                                      Adapter    "hm-rpc"       : 1.15.16  , installed 1.15.16
                                      Adapter    "ical"         : 1.13.2   , installed 1.13.2
                                      Adapter    "info"         : 1.9.26   , installed 1.9.26
                                      Adapter    "iot"          : 1.14.2   , installed 1.14.2
                                      Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                                      Controller "js-controller": 4.0.24   , installed 4.0.24
                                      Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
                                      Adapter    "lovelace"     : 3.0.1    , installed 3.0.1
                                      Adapter    "mihome-vacuum": 3.9.5    , installed 3.9.5
                                      Adapter    "modbus"       : 5.0.11   , installed 5.0.11
                                      Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
                                      Adapter    "mqtt-client"  : 1.6.3    , installed 1.6.3
                                      Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                                      Adapter    "pi-hole"      : 1.3.4    , installed 1.3.4
                                      Adapter    "ping"         : 1.5.3    , installed 1.5.3
                                      Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                      Adapter    "sayit"        : 1.12.3   , installed 1.13.0
                                      Adapter    "shelly"       : 6.3.1    , installed 6.3.1
                                      Adapter    "shuttercontrol": 1.4.29  , installed 1.4.29
                                      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                      Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                                      Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                                      Adapter    "spotify-premium": 1.2.1  , installed 1.2.1
                                      Adapter    "synology"     : 2.1.13   , installed 2.1.13
                                      Adapter    "systeminfo"   : 0.3.1    , installed 0.3.1
                                      Adapter    "telegram"     : 1.15.2   , installed 1.15.2
                                      Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                                      Adapter    "text2command" : 2.3.0    , installed 2.3.0
                                      Adapter    "tr-064"       : 4.2.18   , installed 4.2.17 [Updatable]
                                      Adapter    "tuya"         : 3.13.1   , installed 3.13.1
                                      Adapter    "web"          : 4.3.0    , installed 4.3.0
                                      Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                                      Adapter    "wifilight"    : 1.1.4    , installed 1.1.4
                                      Adapter    "wled"         : 0.6.7    , installed 0.6.7
                                      Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                      Adapter    "yeelight-2"   : 1.1.2    , installed 1.2.1
                                      Adapter    "youtube"      : 4.1.0    , installed 4.1.0
                                      Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                                      
                                      Objects and States
                                      Please stand by - This may take a while
                                      Objects:        20419
                                      States:         17455
                                      
                                      *** OS-Repositories and Updates ***
                                      Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                      Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                                      Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
                                      Hit:4 https://apt.pivccu.de/piVCCU stable InRelease
                                      Reading package lists...
                                      Pending Updates: 0
                                      
                                      *** Listening Ports ***
                                      Active Internet connections (only servers)
                                      Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                      tcp        0      0 192.168.178.30:2010     0.0.0.0:*               LISTEN      1001       31387      4068/io.hm-rpc.1
                                      tcp        0      0 192.168.178.30:2001     0.0.0.0:*               LISTEN      1001       28518      3788/io.hm-rpc.0
                                      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       30181      3569/iobroker.js-co
                                      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       28957      3569/iobroker.js-co
                                      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       28592      3855/io.sonoff.0
                                      tcp        0      0 10.0.3.1:53             0.0.0.0:*               LISTEN      0          12920      877/dnsmasq
                                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14293      853/sshd: /usr/sbin
                                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       30942      3599/io.admin.0
                                      tcp6       0      0 :::22                   :::*                    LISTEN      0          14295      853/sshd: /usr/sbin
                                      udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       29470      3925/io.shelly.0
                                      udp        0      0 10.0.3.1:53             0.0.0.0:*                           0          12919      877/dnsmasq
                                      udp        0      0 0.0.0.0:67              0.0.0.0:*                           0          12916      877/dnsmasq
                                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          1825       728/dhclient
                                      udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       31119      3802/io.mihome-vacu
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       36356      4609/node
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       29509      4036/io.chromecast.
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        1655       374/avahi-daemon: r
                                      udp        0      0 0.0.0.0:9522            0.0.0.0:*                           1001       34007      4315/io.sma-em.0
                                      udp        0      0 0.0.0.0:41312           0.0.0.0:*                           108        1657       374/avahi-daemon: r
                                      udp6       0      0 :::46113                :::*                                108        1658       374/avahi-daemon: r
                                      udp6       0      0 :::5353                 :::*                                108        1656       374/avahi-daemon: r
                                      
                                      *** Log File - Last 25 Lines ***
                                      
                                      2023-05-29 12:27:24.062  - info: denon.0 (4400) [CONNECT] Trying to connect to 192.168.178.62:23
                                      2023-05-29 12:27:24.320  - info: denon.0 (4400) [CONNECT] Adapter connected to DENON-AVR: 192.168.178.62:23
                                      2023-05-29 12:27:24.433  - info: backitup.0 (4339) [iobroker] backup will be activated at 02:00 every 1 day(s)
                                      2023-05-29 12:27:25.819  - debug: mihome-vacuum.0 (3802) get params for stock Vacuum
                                      2023-05-29 12:27:25.820  - debug: mihome-vacuum.0 (3802) Message= {"id":70,"method":"get_status"}
                                      2023-05-29 12:27:25.829  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":[{"msg_ver":3,"msg_seq":1239,"state":8,"battery":100,"clean_time":2070,"clean_area":31762500,"error_code":0,"map_present":1,"in_cleaning":0,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":0,"fan_power":103,"dnd_enabled":0,"map_status":3,"lock_status":0}],"id":70}
                                      2023-05-29 12:27:25.830  - debug: mihome-vacuum.0 (3802) setGetStatus {"msg_ver":3,"msg_seq":1239,"state":8,"battery":100,"clean_time":2070,"clean_area":31762500,"error_code":0,"map_present":true,"in_cleaning":false,"in_returning":0,"in_fresh_state":1,"lab_status":1,"water_box_status":0,"fan_power":103,"dnd_enabled":false,"map_status":3,"lock_status":0,"error_text":"No error"}
                                      2023-05-29 12:27:25.832  - debug: mihome-vacuum.0 (3802) Message= {"id":71,"method":"get_network_info"}
                                      2023-05-29 12:27:25.856  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":{"ssid":"Miss","ip":"192.168.178.33","mac":"7c:49:eb:9d:95:02","bssid":"44:4e:6d:b5:85:48","rssi":-47},"id":71}
                                      2023-05-29 12:27:26.549  - debug: mihome-vacuum.0 (3802) Message= {"id":72,"method":"get_sound_volume"}
                                      2023-05-29 12:27:26.561  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":[56],"id":72}
                                      2023-05-29 12:27:26.562  - debug: mihome-vacuum.0 (3802) Message= {"id":73,"method":"get_map_v1"}
                                      2023-05-29 12:27:26.570  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":73}
                                      2023-05-29 12:27:26.871  - debug: mihome-vacuum.0 (3802) Message= {"id":74,"method":"get_map_v1"}
                                      2023-05-29 12:27:26.880  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":74}
                                      2023-05-29 12:27:27.097  - info: host.iobroker instance system.adapter.web.1 started with pid 4864
                                      2023-05-29 12:27:27.182  - debug: mihome-vacuum.0 (3802) Message= {"id":75,"method":"get_map_v1"}
                                      2023-05-29 12:27:27.189  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":75}
                                      2023-05-29 12:27:24.816  - info: backitup.0 (4339) [ccu] backup will be activated at 01:30 every 1 day(s)
                                      2023-05-29 12:27:27.492  - debug: mihome-vacuum.0 (3802) Message= {"id":76,"method":"get_map_v1"}
                                      2023-05-29 12:27:27.509  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":76}
                                      2023-05-29 12:27:27.812  - debug: mihome-vacuum.0 (3802) Message= {"id":77,"method":"get_map_v1"}
                                      2023-05-29 12:27:27.819  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":["retry"],"id":77}
                                      2023-05-29 12:27:28.120  - debug: mihome-vacuum.0 (3802) Message= {"id":78,"method":"get_carpet_mode"}
                                      2023-05-29 12:27:28.128  - debug: mihome-vacuum.0 (3802) MIIO RECIVE: {"result":[{"enable":0,"current_integral":0,"current_high":0,"current_low":0,"stall_time":0}],"id":78}
                                      
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #54

                                      @maxpd

                                      volt=0.8600V

                                      Deine Spannungsversorgung scheint mir ein wenig wackelig. Könnte früher oder später zu Problemen führen.

                                      Installier die nochmal:

                                      npm ERR! invalid: iobroker.chromecast@3.0.3 /opt/iobroker/node_modules/iobroker.chromecast
                                      npm ERR! invalid: iobroker.doorbird@0.1.5 /opt/iobroker/node_modules/iobroker.doorbird
                                      npm ERR! invalid: iobroker.esphome@0.2.4 /opt/iobroker/node_modules/iobroker.esphome
                                      npm ERR! invalid: iobroker.google-sharedlocations@2.1.5 /opt/iobroker/node_modules/iobroker.google-sharedlocations
                                      npm ERR! invalid: iobroker.govee@0.0.5 /opt/iobroker/node_modules/iobroker.govee
                                      npm ERR! invalid: iobroker.sma-em@0.6.4 /opt/iobroker/node_modules/iobroker.sma-em
                                      npm ERR! invalid: iobroker.sma-speedwire@0.7.0 /opt/iobroker/node_modules/iobroker.sma-speedwire
                                      

                                      Und prune mal den npm tree:

                                      cd /opt/iobroker
                                      npm prune
                                      

                                      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

                                      M 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @maxpd

                                        volt=0.8600V

                                        Deine Spannungsversorgung scheint mir ein wenig wackelig. Könnte früher oder später zu Problemen führen.

                                        Installier die nochmal:

                                        npm ERR! invalid: iobroker.chromecast@3.0.3 /opt/iobroker/node_modules/iobroker.chromecast
                                        npm ERR! invalid: iobroker.doorbird@0.1.5 /opt/iobroker/node_modules/iobroker.doorbird
                                        npm ERR! invalid: iobroker.esphome@0.2.4 /opt/iobroker/node_modules/iobroker.esphome
                                        npm ERR! invalid: iobroker.google-sharedlocations@2.1.5 /opt/iobroker/node_modules/iobroker.google-sharedlocations
                                        npm ERR! invalid: iobroker.govee@0.0.5 /opt/iobroker/node_modules/iobroker.govee
                                        npm ERR! invalid: iobroker.sma-em@0.6.4 /opt/iobroker/node_modules/iobroker.sma-em
                                        npm ERR! invalid: iobroker.sma-speedwire@0.7.0 /opt/iobroker/node_modules/iobroker.sma-speedwire
                                        

                                        Und prune mal den npm tree:

                                        cd /opt/iobroker
                                        npm prune
                                        
                                        M Offline
                                        M Offline
                                        maxpd
                                        schrieb am zuletzt editiert von
                                        #55

                                        @thomas-braun Ich habe die Festplatte wieder direkt an den Raspi gehangen, um ein Backfeeding vom USB Hub auszuschließen. Und ich habe das Netzteil ausgetauscht gegen ein Laptop-Markennetzteil mit verschiedenen Spannungsvarianten, darunter auch 5V 3A. In allen Fällen schmeißt die Diagnose 0.8600V aus.

                                        Gruß
                                        maxpd

                                        Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                                        1 Antwort Letzte Antwort
                                        0

                                        Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                        Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                        Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                        Registrieren Anmelden
                                        Antworten
                                        • In einem neuen Thema antworten
                                        Anmelden zum Antworten
                                        • Älteste zuerst
                                        • Neuste zuerst
                                        • Meiste Stimmen


                                        Support us

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

                                        310

                                        Online

                                        32.8k

                                        Benutzer

                                        82.9k

                                        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