Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. SD Speicher läuft voll

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    SD Speicher läuft voll

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators @BruR1250 last edited by

      @brur1250 sagte in SD Speicher läuft voll:

      trotzdem wird auf dem Pi eine Sicherung angelegt

      wenn du natürlich prüfst während der mount aktiv ist, siehst du auch die Daten vom NAS über den mount

      @brur1250 sagte in SD Speicher läuft voll:

      Eigentlich sollten die Dateien gelöscht werden aber ich habe nicht gefunden wann oder nach wie vielen Einträgen

      das steht in den Einstellungen bei "iobroker Backup"

      Aber wahrscheinlich speichert deine RING die Fotos in einem Verzeichnis, dass mit gesichert wird.

      B 1 Reply Last reply Reply Quote 0
      • B
        BruR1250 @Thomas Braun last edited by

        @thomas-braun

        pi@raspberrypi:~ $ mount | sort
        bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
        cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelega                                                                                                                                                             te,memory_recursiveprot)
        configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
        debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
        devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmod                                                                                                                                                             e=000)
        /dev/sda1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,ioc                                                                                                                                                             harset=ascii,shortname=mixed,flush,errors=remount-ro)
        /dev/sda2 on / type ext4 (rw,noatime)
        /dev/sdb1 on /mnt/usb0 type exfat (rw,nosuid,nodev,noexec,relatime,fmask=0000,dm                                                                                                                                                             ask=0000,allow_utime=0022,iocharset=utf8,errors=remount-ro)
        devtmpfs on /dev type devtmpfs (rw,relatime,size=1800152k,nr_inodes=84204,mode=7                                                                                                                                                             55)
        fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatim                                                                                                                                                             e)
        mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
        proc on /proc type proc (rw,relatime)
        securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relat                                                                                                                                                             ime)
        sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
        sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
        systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,time                                                                                                                                                             out=0,minproto=5,maxproto=5,direct)
        tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
        tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
        tmpfs on /run type tmpfs (rw,nosuid,nodev,size=786008k,nr_inodes=819200,mode=755                                                                                                                                                             )
        tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=393000k,nr_ino                                                                                                                                                             des=98250,mode=700,uid=1000,gid=1000)
        tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
        
        
        1 Reply Last reply Reply Quote 0
        • B
          BruR1250 @Homoran last edited by

          @homoran Also in den Einstellungen bei Backup steht 15 Sicherungen . Ich denke der RING Adapter speichert die Snapshots und Livestream in : /opt/iobroker/iobroker-data/files/ring.0/doorbell_98487415 . Aber ich sehe nicht wie man das verhindern kann .

          1 Reply Last reply Reply Quote 0
          • crunchip
            crunchip Forum Testing Most Active @BruR1250 last edited by

            @brur1250 sagte in SD Speicher läuft voll:

            ich habe nicht gefunden wann oder nach wie vielen Einträgen

            Laut git

            You can use special variables for your livestream and snapshort path and filename. This variables will be replaced with a counter, timestamp, ring id or kind of ring.
            
            %d : Unix timestamp. Example: test_%d -> test_1588331430061
            %i : Id of your ring device: Example: test_%i -> test_234567890
            %n : Counter since ring instance start. Example: test_%n -> test_1
            %k : Kind of your ring device: Example: test_%k -> test_doorbel
            

            Desweiteren ist mir aufgefallen das bei deiner Pfadangabe der "/" am ende fehlt

            B 1 Reply Last reply Reply Quote 0
            • OpenSourceNomad
              OpenSourceNomad Most Active last edited by

              @brur1250 said in SD Speicher läuft voll:

              Ich habe hier schon viele Einträge zu dem Thema "SD Karte läuft voll" gelesen

              Unabhängig warum deine SD Karte (permanent) voll läuft hält deine SD Karte (wenn nicht ein teures endurance/industrial Modell) das übrigens nicht sehr lange durch.

              Typische MLC/TLC Flashzellen wie sie sich heute in üblichen SD Karten finden halten meist keine 1000 Lösch/Schreibvorgänge durch. Wenn Mensch also z.B drei Backups täglich (über)schreibt und diese wie bei dir fast die komplette Größe belegen liegt die zu erwartende Lebenszeit bei nur etwa einem Jahr.

              Für permanente und große backups sind (normale) SD Karten die denkbar schlechteste Wahl.

              B 1 Reply Last reply Reply Quote 0
              • B
                BruR1250 @OpenSourceNomad last edited by

                @opensourcenomad Hallo Inzwischen habe ich auf SSD gewechselt

                1 Reply Last reply Reply Quote 1
                • B
                  BruR1250 @crunchip last edited by

                  @crunchip Hallo Meinst du in der Einstellung vom Ring Adapter : snapshot%i_%d.jpg das hier ?

                  crunchip 1 Reply Last reply Reply Quote 0
                  • crunchip
                    crunchip Forum Testing Most Active @BruR1250 last edited by

                    @brur1250 eher die Pfadangabe

                    1 Reply Last reply Reply Quote 0
                    • T
                      TobiasF78 @liv-in-sky last edited by

                      @liv-in-sky
                      Hallo,
                      ich hoffe mir kann jemand helfen. hab ebenfalls das problem dass meine sd-karte plötzlich voll ist.
                      hab mit ncdu geschaut und folgendes gefunden. kann ich das einfach löschen? wie konnte das passieren dass sich dort so viele daten ansammeln. wird das wieder passieren?

                      -- /var/log ----------------------------------------------------------------------------------------------------------- /..
                      22,1 GiB [##########] syslog.1
                      21,9 GiB [######### ] kern.log.1

                      Thomas Braun liv-in-sky 2 Replies Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @TobiasF78 last edited by

                        @tobiasf78

                        Da musst du mal reinschauen was da alles geloggt wird. Das ist jedenfalls nicht normal. Irgendwas ruft da um Hilfe.

                        T 1 Reply Last reply Reply Quote 0
                        • T
                          TobiasF78 @Thomas Braun last edited by

                          @thomas-braun
                          vielen dank für die schnelle antwort. wie gehe ich da jetzt am besten vor?

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @TobiasF78 last edited by

                            @tobiasf78

                            tail -n 100 /var/log/Dateiname
                            

                            Zeigt die letzten 100 Zeilen.

                            T 1 Reply Last reply Reply Quote 0
                            • T
                              TobiasF78 @Thomas Braun last edited by

                              @thomas-braun
                              danke

                              pi@SmarthomeRaspi:/var/log $ tail -n 100 /var/log/kern.log.1
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.261876] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.261917] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.261959] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262000] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262040] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262081] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262122] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262163] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262203] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262244] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262284] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262325] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262365] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262406] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262446] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262487] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262528] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262568] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262609] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262649] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262690] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262730] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262773] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262813] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262854] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262894] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262935] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.262976] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263016] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263057] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263097] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263138] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263178] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263219] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263260] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263301] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263342] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263383] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263424] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263465] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263506] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263547] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263588] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263628] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263668] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263709] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263750] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263791] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263831] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263872] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263913] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263954] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.263995] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264036] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264077] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264118] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264159] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264200] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264241] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264281] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264324] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264366] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264407] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264449] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264492] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264534] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264575] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264616] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264656] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264697] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264738] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264778] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264819] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264860] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264901] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264942] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.264982] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.265023] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.265064] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.265106] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.265146] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.265188] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.265229] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.265271] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.265313] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.265353] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.265394] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.265434] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.265475] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.265517] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.265560] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.265604] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.265647] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.265689] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 05:14:45 SmarthomeRaspi kernel: [1708648.265731] Unhandled prefetch abort: breakpoint debug exception (0x222) at 0x00000000
                              Aug 27 10:29:09 SmarthomeRaspi kernel: [1727511.952912] Alignment trap: not handling instruction e1910f9f at [<009ac5ec>]
                              Aug 27 10:29:09 SmarthomeRaspi kernel: [1727511.952927] 8<--- cut here ---
                              Aug 27 10:29:09 SmarthomeRaspi kernel: [1727511.952944] Unhandled fault: alignment exception (0x221) at 0x325c003a
                              Aug 27 10:29:09 SmarthomeRaspi kernel: [1727511.952960] pgd = 97bf7909
                              Aug 27 10:29:09 SmarthomeRaspi kernel: [1727511.952973] [325c003a] *pgd=0403c003, *pmd=82b5d003
                              

                              das sind hier die einträge. lässt sich daraus was schließen?

                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @TobiasF78 last edited by

                                @tobiasf78

                                Schaut nach Hardwaretrouble aus. Irgendwas geändert? Nimm Mal alles von den USB-Ports runter.
                                Oder läuft da eine SSD drauf?

                                T 1 Reply Last reply Reply Quote 0
                                • T
                                  TobiasF78 @Thomas Braun last edited by

                                  @thomas-braun
                                  hab keine ssd laufen. am usb von raspi läuft nur ein cc1352P-2 Zigbee Coordinator.
                                  hatte dort nur kürzlich ne aktuelle FW geflasht. ansonsten gab es keine änderungen.

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @TobiasF78 last edited by

                                    @tobiasf78
                                    Dann zieh den Stick mal ab. Aktuelles log dabei beobachten.

                                    T 1 Reply Last reply Reply Quote 0
                                    • T
                                      TobiasF78 @Thomas Braun last edited by

                                      @thomas-braun
                                      hab die usb-verbindung getrennt. im log kommt dann folgendes:

                                      
                                      zigbee.0
                                      2022-08-28 01:24:07.659	info	Installed Version: iobroker.zigbee@1.7.6
                                      
                                      zigbee.0
                                      2022-08-28 01:24:07.635	error	Error herdsman start
                                      
                                      zigbee.0
                                      2022-08-28 01:24:07.634	error	Failed to start Zigbee
                                      
                                      zigbee.0
                                      2022-08-28 01:24:07.633	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.20__Embed_with_CMSIS-DAP_L43001IJ-if00'"
                                      
                                      zigbee.0
                                      2022-08-28 01:24:07.618	info	Starting Zigbee npm ...
                                      
                                      zigbee.0
                                      2022-08-28 01:24:07.617	info	Try to reconnect. 1 attempts left
                                      
                                      zigbee.0
                                      2022-08-28 01:23:57.641	info	Installed Version: iobroker.zigbee@1.7.6
                                      
                                      zigbee.0
                                      2022-08-28 01:23:57.614	error	Error herdsman start
                                      
                                      zigbee.0
                                      2022-08-28 01:23:57.613	error	Failed to start Zigbee
                                      
                                      zigbee.0
                                      2022-08-28 01:23:57.612	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.20__Embed_with_CMSIS-DAP_L43001IJ-if00'"
                                      
                                      zigbee.0
                                      2022-08-28 01:23:57.604	info	Starting Zigbee npm ...
                                      
                                      zigbee.0
                                      2022-08-28 01:23:57.604	info	Try to reconnect. 2 attempts left
                                      
                                      zigbee.0
                                      2022-08-28 01:23:47.617	info	Installed Version: iobroker.zigbee@1.7.6
                                      
                                      zigbee.0
                                      2022-08-28 01:23:47.602	error	Error herdsman start
                                      
                                      zigbee.0
                                      2022-08-28 01:23:47.602	error	Failed to start Zigbee
                                      
                                      zigbee.0
                                      2022-08-28 01:23:47.600	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.20__Embed_with_CMSIS-DAP_L43001IJ-if00'"
                                      
                                      zigbee.0
                                      2022-08-28 01:23:47.594	info	Starting Zigbee npm ...
                                      
                                      zigbee.0
                                      2022-08-28 01:23:47.593	info	Try to reconnect. 3 attempts left
                                      
                                      zigbee.0
                                      2022-08-28 01:23:37.613	info	Installed Version: iobroker.zigbee@1.7.6
                                      
                                      zigbee.0
                                      2022-08-28 01:23:37.591	error	Error herdsman start
                                      
                                      zigbee.0
                                      2022-08-28 01:23:37.591	error	Failed to start Zigbee
                                      
                                      zigbee.0
                                      2022-08-28 01:23:37.590	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.20__Embed_with_CMSIS-DAP_L43001IJ-if00'"
                                      
                                      zigbee.0
                                      2022-08-28 01:23:37.583	info	Starting Zigbee npm ...
                                      
                                      zigbee.0
                                      2022-08-28 01:23:37.582	info	Try to reconnect. 4 attempts left
                                      
                                      zigbee.0
                                      2022-08-28 01:23:27.605	info	Installed Version: iobroker.zigbee@1.7.6
                                      
                                      zigbee.0
                                      2022-08-28 01:23:27.579	error	Error herdsman start
                                      
                                      zigbee.0
                                      2022-08-28 01:23:27.579	error	Failed to start Zigbee
                                      
                                      zigbee.0
                                      2022-08-28 01:23:27.578	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.20__Embed_with_CMSIS-DAP_L43001IJ-if00'"
                                      
                                      zigbee.0
                                      2022-08-28 01:23:27.550	info	Starting Zigbee npm ...
                                      
                                      zigbee.0
                                      2022-08-28 01:23:27.549	info	Try to reconnect. 5 attempts left
                                      
                                      zigbee.0
                                      2022-08-28 01:23:17.520	error	Adapter disconnected, stopping
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @TobiasF78 last edited by

                                        @tobiasf78

                                        Ich meinte syslog bzw kernel.log

                                        T 1 Reply Last reply Reply Quote 0
                                        • T
                                          TobiasF78 @Thomas Braun last edited by

                                          @thomas-braun
                                          in der kern.sys gab es nur den eintrag

                                          Aug 28 01:23:17 SmarthomeRaspi kernel: [1781160.801697] usb 1-1.4: USB disconnect, device number 5
                                          

                                          in der syslog bekomme ich nur einträge dass der speicher voll ist und influx nicht schreiben kann

                                          Aug 28 01:42:34 SmarthomeRaspi influxd-systemd-start.sh[783]: ts=2022-08-27T23:42:34.754211Z lvl=info msg="Error writing snapshot" log_id=0c9s68JG000 engine=tsm1 error="error opening new segment file for wal (1): write /var/lib/influxdb/wal/iobroker/autogen/320/_00007.wal: no space left on device"
                                          Aug 28 01:42:35 SmarthomeRaspi influxd-systemd-start.sh[783]: ts=2022-08-27T23:42:35.386858Z lvl=info msg="Cache snapshot (start)" log_id=0c9s68JG000 engine=tsm1 trace_id=0c_QooUW000 op_name=tsm1_cache_snapshot op_event=start
                                          Aug 28 01:42:35 SmarthomeRaspi influxd-systemd-start.sh[783]: ts=2022-08-27T23:42:35.387006Z lvl=info msg="Cache snapshot (end)" log_id=0c9s68JG000 engine=tsm1 trace_id=0c_QooUW000 op_name=tsm1_cache_snapshot op_event=end op_elapsed=0.167ms
                                          Aug 28 01:42:35 SmarthomeRaspi influxd-systemd-start.sh[783]: ts=2022-08-27T23:42:35.387083Z lvl=info msg="Error writing snapshot" log_id=0c9s68JG000 engine=tsm1 error="error opening new segment file for wal (1): write /var/lib/influxdb/wal/_internal/monitor/325/_00010.wal: no space left on device"
                                          Aug 28 01:42:35 SmarthomeRaspi influxd-systemd-start.sh[783]: ts=2022-08-27T23:42:35.753870Z lvl=info msg="Cache snapshot (start)" log_id=0c9s68JG000 engine=tsm1 trace_id=0c_QopvG000 op_name=tsm1_cache_snapshot op_event=start
                                          Aug 28 01:42:35 SmarthomeRaspi influxd-systemd-start.sh[783]: ts=2022-08-27T23:42:35.753947Z lvl=info msg="Cache snapshot (end)" log_id=0c9s68JG000 engine=tsm1 trace_id=0c_QopvG000 op_name=tsm1_cache_snapshot op_event=end op_elapsed=0.090ms
                                          Aug 28 01:42:35 SmarthomeRaspi influxd-systemd-start.sh[783]: ts=2022-08-27T23:42:35.753992Z lvl=info msg="Error writing snapshot" log_id=0c9s68JG000 engine=tsm1 error="error opening new segment file for wal (1): write /var/lib/influxdb/wal/iobroker/autogen/320/_00007.wal: no space left on device"
                                          Aug 28 01:42:36 SmarthomeRaspi influxd-systemd-start.sh[783]: ts=2022-08-27T23:42:36.386623Z lvl=info msg="Cache snapshot (start)" log_id=0c9s68JG000 engine=tsm1 trace_id=0c_QosOW000 op_name=tsm1_cache_snapshot op_event=start
                                          Aug 28 01:42:36 SmarthomeRaspi influxd-systemd-start.sh[783]: ts=2022-08-27T23:42:36.386754Z lvl=info msg="Cache snapshot (end)" log_id=0c9s68JG000 engine=tsm1 trace_id=0c_QosOW000 op_name=tsm1_cache_snapshot op_event=end op_elapsed=0.152ms
                                          Aug 28 01:42:36 SmarthomeRaspi influxd-systemd-start.sh[783]: ts=2022-08-27T23:42:36.386833Z lvl=info msg="Error writing snapshot" log_id=0c9s68JG000 engine=tsm1 error="error opening new segment file for wal (1): write /var/lib/influxdb/wal/_internal/monitor/325/_00010.wal: no space left on device"
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • liv-in-sky
                                            liv-in-sky @TobiasF78 last edited by liv-in-sky

                                            @tobiasf78

                                            die dateien mit .1 am ende kannst du löschen - um wieder platz zu haben

                                            falls das syslog file (ohne 1) auch groß ist kannst du das so klein bekommen

                                            sudo echo > /var/log/syslog
                                            sudo echo > /var/log/kernlog
                                            

                                            um mal zu beobachten was da so vor geht kannst du

                                            tail -f /var/log/syslog 
                                            tail -f /var/log/kern.log
                                            

                                            aufrufen - dann siehst du , was da so viel loggt

                                            T 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            515
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            33
                                            3664
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo