Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. CPU Last auf +-100% nach Crash und anschliessendem Restore

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    CPU Last auf +-100% nach Crash und anschliessendem Restore

    This topic has been deleted. Only users with topic management privileges can see it.
    • Swisslizard
      Swisslizard last edited by Swisslizard

      Hallo

      Irgendwie habe ich es fertig gebracht meine ioBroker Installation zu zerschiessen und nun kriege ich die Geschichte auch nach erfolgreichem Restore nicht mehr vernüftig zum laufen. 😞

      Etwas Detailierter:

      • Heute Morgen habe ich mit einem Javascript meinen ioBroker (läuft auf Raspi 3 und bootet von eine kleinen SSD) so an den Anschlag gebracht (nehme an eine Endlosschlaufe), dass der ioBroker resp. der Raspi anschliessend weder per Weboberfläche noch per Putty mit mir reden wollten. Am Schluss blieb nur die Variante mit dem harten Neustart, also Strom weg.
      • Seit dieser unglückseligen Aktion ist das System in Schieflage. Der Raspi bootetet zwar normal und auch der ioBroker startete, aber die Systemlast die mit top angegezeigt wird war immer sofort auf +-100% und demzufolge alles schleppend langsam. D.h. die Weboberfläche ist nicht erreichbar und auch in Putty brauchten alle ioBroker Befehle sehr lang (z.B. iobroker stop braucht sicher 1 Minute oder mehr) oder die Befehle schlagen fehl (z.B. iobroker list instances quitierte mit No connection to database possible.... .)
      • In der Folge habe ich viele verschiedenste Ratsachläge aus dem Forum ausprobiert um die Situation zu entschärfen. Neu Installation/Update der verdächtigen Adapter (hat geklappt), Neuinstallation des Controllers (kein Problem), Deaktivierung einzelner oder aller Adapter per iobroker stop all resp. iobroker stop adaptername (hat nicht geklappt) usw.
        Da mein Hauptverdacht bei einem Fehlerhaften Script lage versuchte ich als auch den Javascript-Adapter zu stoppen/deaktivieren. Leider ohne Erfolg. Was schliesslich klappte, war iobroker stop und anschliessend die die Entfernung des Javascript-Adapters mit iobroker del javascript.0.
        Leider ebenfalls ohne Erfolg. Die CPU-Belastung war nach jedem Neustart des Raspis, aber auch wenn nur der ioBroker mit iobroker start neu gestartet wurde gleich wieder auf +-100%.
      • Schliesslich habe ich das Backup welches vor 2 Tagen, d.h. zu einem Zeitpunkt als alles stabil war und das Script welches ich wohl verbockt habe noch nicht existierte per iobroker restore wieder eingespielt. Der Restoreprozess hat bestens geklappt, dh. es traten keinerlei Fehlermeldungen o.ä. auf.
        Leider hat auch dies Aktion nicht zum Erfolg geführt, iobroker.js-con dreht weiterhin auf +-100% CPU-Last und das Webfrontend liefert nur Timeouts und damit zusammenhängende Fehlermeldungen in der Konsole.
      • Umsicher zu sein, dass nicht doch ein Problem mit einem fehlgeleiteten Script vorliegt, habe noch nochmal den Javascript-Adapter deinstalliert (nur stoppen hat mit der schon bekannten DB-Connection-Meldung nicht geklappt) und alles neu gestartet. Leider immer noch ohne Erfolg.

      Langsam, aber sich gehen mir die Ideen aus was ich sonst noch versuchen könnte. Die Tipps as https://www.iobroker.net/docu/index-26.htm?page_id=3928&lang=de und verschieden Foreneinträgen die sich mit ählichen Schwierigkeiten befassen habe ich durchprobiert, aber wie erwähnht leider keine Besserung festtellen können. Bin leider immer noch ziemlich blutiger Laie was die Details des Systems angeht und kann daher schlecht einschätzen wo das Problem liegen könnte.

      Hat jemand eine schlaue Idee inwiefern ich auf dem Holzweg bin oder was ich sonmst noch probieren könnte?

      Danke und viele Grüsse

      Tom

      Homoran 1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @Swisslizard last edited by

        @swisslizard sagte in CPU Last auf +-100% nach Crash und anschliessendem Restore:

        inwiefern ich auf dem Holzweg bin

        wenn das alles nichts geholfen hat (ich hätte auch iobroker stop javascript versucht), dann hätte man die Ursache nicht an der Installation suchen müssen sondern ggf. hier

        @swisslizard sagte in CPU Last auf +-100% nach Crash und anschliessendem Restore:

        von eine kleinen SSD

        Wenn dort etwas (z.B. am Dateisystem) zerschossen ist und die Load wegen der langsamen I/O Geschwindigkeit hochgeht könnte man das mit htop sehen und müsste auf anderer Ebene reparieren, oder wenigstens ausschließen

        Swisslizard 1 Reply Last reply Reply Quote 0
        • Swisslizard
          Swisslizard @Homoran last edited by Swisslizard

          Danke für die Hinweise.

          iobroker stop javascript habe ich bei meinen Versuchen ebenfalls auch probiert, wenn ich mich recht erinnere auch da mit dem Ergebiss, dass der Befehl nicht funktioniert hat (die DB-Connection Meldung).

          Die Idee mit dem Dateisystemproblem scheint mit recht naheliegend. Leider bin ich etwas überfagt wie auch die Ausgabe von htop interpretieren soll.
          2022-04-12_152102.jpg

          Habe nach einigen eigen Nachforschungen noch sudo shutdown -F -r now ausgeführt. Wenn ich das richtig verstehe, sollte dadurch beim Reboot fsck ausgeführt werden. Der Befehl hat insofern funtioniert, dass der Raspi neu gebootet und dafür etwas länger als normal gebraucht hat (währenddessen keine Puttyverbindung möglich), aber an meinem Problem schient sich nix geändert zu haben. Die htop schaut jetzt leicht anders aus, d.h. im Swp Bereich ist nix mehr zu sehen.
          2022-04-12_153944.jpg

          Bein leider ahnungslos wie ich die Ausgaben der beiden htop-Versuche interpretieren soll?

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

            @swisslizard

            Schalt den Desktop-Quatsch aus.

            dmesg -T
            

            bringt?

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

              @thomas-braun

              Das mit dem Desktop-Quatsch verstehe ich nicht ganz, aber dmesg -T ergibt:

              [s=]
              [Tue Apr 12 15:27:15 2022] Booting Linux on physical CPU 0x0
              [Tue Apr 12 15:27:15 2022] Linux version 5.10.92-v7+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1514 SMP Mon Jan 17 17:36:39 GMT 2022
              [Tue Apr 12 15:27:15 2022] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
              [Tue Apr 12 15:27:15 2022] CPU: div instructions available: patching division code
              [Tue Apr 12 15:27:15 2022] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
              [Tue Apr 12 15:27:15 2022] OF: fdt: Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
              [Tue Apr 12 15:27:15 2022] random: fast init done
              [Tue Apr 12 15:27:15 2022] Memory policy: Data cache writealloc
              [Tue Apr 12 15:27:15 2022] Reserved memory: created CMA memory pool at 0x1ec00000, size 256 MiB
              [Tue Apr 12 15:27:15 2022] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
              [Tue Apr 12 15:27:15 2022] Zone ranges:
              [Tue Apr 12 15:27:15 2022]   DMA      [mem 0x0000000000000000-0x000000003bffffff]
              [Tue Apr 12 15:27:15 2022]   Normal   empty
              [Tue Apr 12 15:27:15 2022] Movable zone start for each node
              [Tue Apr 12 15:27:15 2022] Early memory node ranges
              [Tue Apr 12 15:27:15 2022]   node   0: [mem 0x0000000000000000-0x000000003bffffff]
              [Tue Apr 12 15:27:15 2022] Initmem setup node 0 [mem 0x0000000000000000-0x000000003bffffff]
              [Tue Apr 12 15:27:15 2022] On node 0 totalpages: 245760
              [Tue Apr 12 15:27:15 2022]   DMA zone: 2160 pages used for memmap
              [Tue Apr 12 15:27:15 2022]   DMA zone: 0 pages reserved
              [Tue Apr 12 15:27:15 2022]   DMA zone: 245760 pages, LIFO batch:63
              [Tue Apr 12 15:27:15 2022] percpu: Embedded 20 pages/cpu s50828 r8192 d22900 u81920
              [Tue Apr 12 15:27:15 2022] pcpu-alloc: s50828 r8192 d22900 u81920 alloc=20*4096
              [Tue Apr 12 15:27:15 2022] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
              [Tue Apr 12 15:27:15 2022] Built 1 zonelists, mobility grouping on.  Total pages: 243600
              [Tue Apr 12 15:27:15 2022] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:720x480M@60 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=75ca9548-02 rootfstype=ext4 fsck.repair=yes rootwait
              [Tue Apr 12 15:27:15 2022] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
              [Tue Apr 12 15:27:15 2022] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
              [Tue Apr 12 15:27:15 2022] mem auto-init: stack:off, heap alloc:off, heap free:off
              [Tue Apr 12 15:27:15 2022] Memory: 693984K/983040K available (10240K kernel code, 1312K rwdata, 2952K rodata, 1024K init, 862K bss, 26912K reserved, 262144K cma-reserved)
              [Tue Apr 12 15:27:15 2022] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
              [Tue Apr 12 15:27:15 2022] ftrace: allocating 32087 entries in 95 pages
              [Tue Apr 12 15:27:15 2022] ftrace: allocated 95 pages with 6 groups
              [Tue Apr 12 15:27:15 2022] rcu: Hierarchical RCU implementation.
              [Tue Apr 12 15:27:15 2022]      Rude variant of Tasks RCU enabled.
              [Tue Apr 12 15:27:15 2022]      Tracing variant of Tasks RCU enabled.
              [Tue Apr 12 15:27:15 2022] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
              [Tue Apr 12 15:27:15 2022] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
              [Tue Apr 12 15:27:15 2022] random: get_random_bytes called from start_kernel+0x3ac/0x580 with crng_init=1
              [Tue Apr 12 15:27:15 2022] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
              [Tue Apr 12 15:27:15 2022] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
              [Tue Apr 12 15:27:15 2022] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
              [Tue Apr 12 15:27:15 2022] Switching to timer-based delay loop, resolution 52ns
              [Tue Apr 12 15:27:15 2022] Console: colour dummy device 80x30
              [Tue Apr 12 15:27:15 2022] printk: console [tty1] enabled
              [Tue Apr 12 15:27:15 2022] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
              [Tue Apr 12 15:27:15 2022] pid_max: default: 32768 minimum: 301
              [Tue Apr 12 15:27:15 2022] LSM: Security Framework initializing
              [Tue Apr 12 15:27:15 2022] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
              [Tue Apr 12 15:27:15 2022] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
              [Tue Apr 12 15:27:15 2022] cgroup: Disabling memory control group subsystem
              [Tue Apr 12 15:27:15 2022] CPU: Testing write buffer coherency: ok
              [Tue Apr 12 15:27:15 2022] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
              [Tue Apr 12 15:27:15 2022] Setting up static identity map for 0x100000 - 0x10003c
              [Tue Apr 12 15:27:15 2022] rcu: Hierarchical SRCU implementation.
              [Tue Apr 12 15:27:15 2022] smp: Bringing up secondary CPUs ...
              [Tue Apr 12 15:27:15 2022] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
              [Tue Apr 12 15:27:15 2022] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
              [Tue Apr 12 15:27:15 2022] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
              [Tue Apr 12 15:27:15 2022] smp: Brought up 1 node, 4 CPUs
              [Tue Apr 12 15:27:15 2022] SMP: Total of 4 processors activated (153.60 BogoMIPS).
              [Tue Apr 12 15:27:15 2022] CPU: All CPU(s) started in HYP mode.
              [Tue Apr 12 15:27:15 2022] CPU: Virtualization extensions available.
              [Tue Apr 12 15:27:15 2022] devtmpfs: initialized
              [Tue Apr 12 15:27:15 2022] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
              [Tue Apr 12 15:27:15 2022] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
              [Tue Apr 12 15:27:15 2022] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
              [Tue Apr 12 15:27:15 2022] pinctrl core: initialized pinctrl subsystem
              [Tue Apr 12 15:27:15 2022] NET: Registered protocol family 16
              [Tue Apr 12 15:27:15 2022] DMA: preallocated 1024 KiB pool for atomic coherent allocations
              [Tue Apr 12 15:27:15 2022] audit: initializing netlink subsys (disabled)
              [Tue Apr 12 15:27:15 2022] thermal_sys: Registered thermal governor 'step_wise'
              [Tue Apr 12 15:27:15 2022] audit: type=2000 audit(0.050:1): state=initialized audit_enabled=0 res=1
              [Tue Apr 12 15:27:15 2022] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
              [Tue Apr 12 15:27:15 2022] hw-breakpoint: maximum watchpoint size is 8 bytes.
              [Tue Apr 12 15:27:15 2022] Serial: AMBA PL011 UART driver
              [Tue Apr 12 15:27:15 2022] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
              [Tue Apr 12 15:27:15 2022] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-01-20T13:58:22, variant start
              [Tue Apr 12 15:27:15 2022] raspberrypi-firmware soc:firmware: Firmware hash is bd88f66f8952d34e4e0613a85c7a6d3da49e13e2
              [Tue Apr 12 15:27:15 2022] Kprobes globally optimized
              [Tue Apr 12 15:27:15 2022] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
              [Tue Apr 12 15:27:15 2022] SCSI subsystem initialized
              [Tue Apr 12 15:27:15 2022] usbcore: registered new interface driver usbfs
              [Tue Apr 12 15:27:15 2022] usbcore: registered new interface driver hub
              [Tue Apr 12 15:27:15 2022] usbcore: registered new device driver usb
              [Tue Apr 12 15:27:15 2022] clocksource: Switched to clocksource arch_sys_counter
              [Tue Apr 12 15:27:16 2022] VFS: Disk quotas dquot_6.6.0
              [Tue Apr 12 15:27:16 2022] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
              [Tue Apr 12 15:27:16 2022] FS-Cache: Loaded
              [Tue Apr 12 15:27:16 2022] CacheFiles: Loaded
              [Tue Apr 12 15:27:16 2022] simple-framebuffer 3eaa9000.framebuffer: framebuffer at 0x3eaa9000, 0x151800 bytes, mapped to 0x(ptrval)
              [Tue Apr 12 15:27:16 2022] simple-framebuffer 3eaa9000.framebuffer: format=a8r8g8b8, mode=720x480x32, linelength=2880
              [Tue Apr 12 15:27:16 2022] Console: switching to colour frame buffer device 90x30
              [Tue Apr 12 15:27:16 2022] simple-framebuffer 3eaa9000.framebuffer: fb0: simplefb registered!
              [Tue Apr 12 15:27:16 2022] NET: Registered protocol family 2
              [Tue Apr 12 15:27:16 2022] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
              [Tue Apr 12 15:27:16 2022] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
              [Tue Apr 12 15:27:16 2022] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
              [Tue Apr 12 15:27:16 2022] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
              [Tue Apr 12 15:27:16 2022] TCP: Hash tables configured (established 8192 bind 8192)
              [Tue Apr 12 15:27:16 2022] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
              [Tue Apr 12 15:27:16 2022] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
              [Tue Apr 12 15:27:16 2022] NET: Registered protocol family 1
              [Tue Apr 12 15:27:16 2022] RPC: Registered named UNIX socket transport module.
              [Tue Apr 12 15:27:16 2022] RPC: Registered udp transport module.
              [Tue Apr 12 15:27:16 2022] RPC: Registered tcp transport module.
              [Tue Apr 12 15:27:16 2022] RPC: Registered tcp NFSv4.1 backchannel transport module.
              [Tue Apr 12 15:27:16 2022] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
              [Tue Apr 12 15:27:16 2022] Initialise system trusted keyrings
              [Tue Apr 12 15:27:16 2022] workingset: timestamp_bits=14 max_order=18 bucket_order=4
              [Tue Apr 12 15:27:16 2022] zbud: loaded
              [Tue Apr 12 15:27:16 2022] FS-Cache: Netfs 'nfs' registered for caching
              [Tue Apr 12 15:27:16 2022] NFS: Registering the id_resolver key type
              [Tue Apr 12 15:27:17 2022] Key type id_resolver registered
              [Tue Apr 12 15:27:17 2022] Key type id_legacy registered
              [Tue Apr 12 15:27:17 2022] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
              [Tue Apr 12 15:27:17 2022] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
              [Tue Apr 12 15:27:17 2022] Key type asymmetric registered
              [Tue Apr 12 15:27:17 2022] Asymmetric key parser 'x509' registered
              [Tue Apr 12 15:27:17 2022] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
              [Tue Apr 12 15:27:17 2022] io scheduler mq-deadline registered
              [Tue Apr 12 15:27:17 2022] io scheduler kyber registered
              [Tue Apr 12 15:27:17 2022] bcm2835-rng 3f104000.rng: hwrng registered
              [Tue Apr 12 15:27:17 2022] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
              [Tue Apr 12 15:27:17 2022] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
              [Tue Apr 12 15:27:17 2022] brd: module loaded
              [Tue Apr 12 15:27:17 2022] loop: module loaded
              [Tue Apr 12 15:27:17 2022] Loading iSCSI transport class v2.0-870.
              [Tue Apr 12 15:27:17 2022] libphy: Fixed MDIO Bus: probed
              [Tue Apr 12 15:27:17 2022] usbcore: registered new interface driver lan78xx
              [Tue Apr 12 15:27:17 2022] usbcore: registered new interface driver smsc95xx
              [Tue Apr 12 15:27:17 2022] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
              [Tue Apr 12 15:27:17 2022] Core Release: 2.80a
              [Tue Apr 12 15:27:17 2022] Setting default values for core params
              [Tue Apr 12 15:27:17 2022] Finished setting default values for core params
              [Tue Apr 12 15:27:18 2022] Using Buffer DMA mode
              [Tue Apr 12 15:27:18 2022] Periodic Transfer Interrupt Enhancement - disabled
              [Tue Apr 12 15:27:18 2022] Multiprocessor Interrupt Enhancement - disabled
              [Tue Apr 12 15:27:18 2022] OTG VER PARAM: 0, OTG VER FLAG: 0
              [Tue Apr 12 15:27:18 2022] Dedicated Tx FIFOs mode
              
              [Tue Apr 12 15:27:18 2022] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = 9ed04000 dma = 0xded04000 len=9024
              [Tue Apr 12 15:27:18 2022] FIQ FSM acceleration enabled for :
                                         Non-periodic Split Transactions
                                         Periodic Split Transactions
                                         High-Speed Isochronous Endpoints
                                         Interrupt/Control Split Transaction hack enabled
              [Tue Apr 12 15:27:18 2022] dwc_otg: Microframe scheduler enabled
              
              [Tue Apr 12 15:27:18 2022] WARN::hcd_init_fiq:457: FIQ on core 1
              
              [Tue Apr 12 15:27:18 2022] WARN::hcd_init_fiq:458: FIQ ASM at 807cc05c length 36
              
              [Tue Apr 12 15:27:18 2022] WARN::hcd_init_fiq:497: MPHI regs_base at bc810000
              [Tue Apr 12 15:27:18 2022] dwc_otg 3f980000.usb: DWC OTG Controller
              [Tue Apr 12 15:27:18 2022] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
              [Tue Apr 12 15:27:18 2022] dwc_otg 3f980000.usb: irq 89, io mem 0x00000000
              [Tue Apr 12 15:27:18 2022] Init: Port Power? op_state=1
              [Tue Apr 12 15:27:18 2022] Init: Power Port (0)
              [Tue Apr 12 15:27:18 2022] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
              [Tue Apr 12 15:27:18 2022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
              [Tue Apr 12 15:27:18 2022] usb usb1: Product: DWC OTG Controller
              [Tue Apr 12 15:27:18 2022] usb usb1: Manufacturer: Linux 5.10.92-v7+ dwc_otg_hcd
              [Tue Apr 12 15:27:18 2022] usb usb1: SerialNumber: 3f980000.usb
              [Tue Apr 12 15:27:18 2022] hub 1-0:1.0: USB hub found
              [Tue Apr 12 15:27:18 2022] hub 1-0:1.0: 1 port detected
              [Tue Apr 12 15:27:18 2022] dwc_otg: FIQ enabled
              [Tue Apr 12 15:27:18 2022] dwc_otg: NAK holdoff enabled
              [Tue Apr 12 15:27:18 2022] dwc_otg: FIQ split-transaction FSM enabled
              [Tue Apr 12 15:27:18 2022] Module dwc_common_port init
              [Tue Apr 12 15:27:18 2022] usbcore: registered new interface driver usb-storage
              [Tue Apr 12 15:27:18 2022] mousedev: PS/2 mouse device common for all mice
              [Tue Apr 12 15:27:18 2022] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
              [Tue Apr 12 15:27:18 2022] sdhci: Secure Digital Host Controller Interface driver
              [Tue Apr 12 15:27:18 2022] sdhci: Copyright(c) Pierre Ossman
              [Tue Apr 12 15:27:18 2022] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
              [Tue Apr 12 15:27:18 2022] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
              [Tue Apr 12 15:27:18 2022] sdhci-pltfm: SDHCI platform and OF driver helper
              [Tue Apr 12 15:27:18 2022] ledtrig-cpu: registered to indicate activity on CPUs
              [Tue Apr 12 15:27:18 2022] hid: raw HID events driver (C) Jiri Kosina
              [Tue Apr 12 15:27:18 2022] usbcore: registered new interface driver usbhid
              [Tue Apr 12 15:27:18 2022] usbhid: USB HID core driver
              [Tue Apr 12 15:27:18 2022] Initializing XFRM netlink socket
              [Tue Apr 12 15:27:18 2022] NET: Registered protocol family 17
              [Tue Apr 12 15:27:18 2022] Key type dns_resolver registered
              [Tue Apr 12 15:27:18 2022] Registering SWP/SWPB emulation handler
              [Tue Apr 12 15:27:18 2022] registered taskstats version 1
              [Tue Apr 12 15:27:18 2022] Loading compiled-in X.509 certificates
              [Tue Apr 12 15:27:18 2022] Key type ._fscrypt registered
              [Tue Apr 12 15:27:18 2022] Key type .fscrypt registered
              [Tue Apr 12 15:27:18 2022] Key type fscrypt-provisioning registered
              [Tue Apr 12 15:27:18 2022] uart-pl011 3f201000.serial: cts_event_workaround enabled
              [Tue Apr 12 15:27:18 2022] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
              [Tue Apr 12 15:27:18 2022] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
              [Tue Apr 12 15:27:18 2022] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
              [Tue Apr 12 15:27:18 2022] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
              [Tue Apr 12 15:27:18 2022] Indeed it is in host mode hprt0 = 00021501
              [Tue Apr 12 15:27:18 2022] sdhost: log_buf @ (ptrval) (ded03000)
              [Tue Apr 12 15:27:18 2022] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
              [Tue Apr 12 15:27:18 2022] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
              [Tue Apr 12 15:27:18 2022] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
              [Tue Apr 12 15:27:18 2022] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
              [Tue Apr 12 15:27:18 2022] of_cfs_init
              [Tue Apr 12 15:27:18 2022] of_cfs_init: OK
              [Tue Apr 12 15:27:18 2022] Waiting for root device PARTUUID=75ca9548-02...
              [Tue Apr 12 15:27:18 2022] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
              [Tue Apr 12 15:27:18 2022] usb 1-1: new high-speed USB device number 2 using dwc_otg
              [Tue Apr 12 15:27:18 2022] Indeed it is in host mode hprt0 = 00001101
              [Tue Apr 12 15:27:18 2022] mmc1: new high speed SDIO card at address 0001
              [Tue Apr 12 15:27:18 2022] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
              [Tue Apr 12 15:27:18 2022] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
              [Tue Apr 12 15:27:18 2022] hub 1-1:1.0: USB hub found
              [Tue Apr 12 15:27:18 2022] hub 1-1:1.0: 4 ports detected
              [Tue Apr 12 15:27:19 2022] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
              [Tue Apr 12 15:27:19 2022] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
              [Tue Apr 12 15:27:19 2022] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
              [Tue Apr 12 15:27:19 2022] hub 1-1.1:1.0: USB hub found
              [Tue Apr 12 15:27:19 2022] hub 1-1.1:1.0: 3 ports detected
              [Tue Apr 12 15:27:19 2022] usb 1-1.1.2: new full-speed USB device number 4 using dwc_otg
              [Tue Apr 12 15:27:19 2022] usb 1-1.1.2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.01
              [Tue Apr 12 15:27:19 2022] usb 1-1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
              [Tue Apr 12 15:27:19 2022] usb 1-1.1.2: Product: USB Receiver
              [Tue Apr 12 15:27:19 2022] usb 1-1.1.2: Manufacturer: Logitech
              [Tue Apr 12 15:27:19 2022] input: Logitech USB Receiver as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/0003:046D:C52B.0001/input/input0
              [Tue Apr 12 15:27:19 2022] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-3f980000.usb-1.1.2/input0
              [Tue Apr 12 15:27:19 2022] input: Logitech USB Receiver Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.1/0003:046D:C52B.0002/input/input1
              [Tue Apr 12 15:27:19 2022] input: Logitech USB Receiver Consumer Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.1/0003:046D:C52B.0002/input/input2
              [Tue Apr 12 15:27:19 2022] input: Logitech USB Receiver System Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.1/0003:046D:C52B.0002/input/input3
              [Tue Apr 12 15:27:19 2022] hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-3f980000.usb-1.1.2/input1
              [Tue Apr 12 15:27:19 2022] hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-3f980000.usb-1.1.2/input2
              [Tue Apr 12 15:27:20 2022] usb 1-1.1.1: new high-speed USB device number 5 using dwc_otg
              [Tue Apr 12 15:27:20 2022] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
              [Tue Apr 12 15:27:20 2022] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
              [Tue Apr 12 15:27:20 2022] usb 1-1.3: new high-speed USB device number 6 using dwc_otg
              [Tue Apr 12 15:27:20 2022] usb 1-1.3: New USB device found, idVendor=154b, idProduct=f009, bcdDevice= 1.00
              [Tue Apr 12 15:27:20 2022] usb 1-1.3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
              [Tue Apr 12 15:27:20 2022] usb 1-1.3: Product: PNY ELITE PSSD
              [Tue Apr 12 15:27:20 2022] usb 1-1.3: Manufacturer: PNY
              [Tue Apr 12 15:27:20 2022] usb 1-1.3: SerialNumber: 511210204107FF2E0192
              [Tue Apr 12 15:27:20 2022] usb 1-1.3: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
              [Tue Apr 12 15:27:20 2022] usb 1-1.3: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
              [Tue Apr 12 15:27:20 2022] usb-storage 1-1.3:1.0: USB Mass Storage device detected
              [Tue Apr 12 15:27:20 2022] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
              [Tue Apr 12 15:27:20 2022] scsi host0: usb-storage 1-1.3:1.0
              [Tue Apr 12 15:27:20 2022] libphy: lan78xx-mdiobus: probed
              [Tue Apr 12 15:27:20 2022] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
              [Tue Apr 12 15:27:21 2022] scsi 0:0:0:0: Direct-Access     PNY      PNY ELITE PSSD   0    PQ: 0 ANSI: 6
              [Tue Apr 12 15:27:21 2022] sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
              [Tue Apr 12 15:27:21 2022] sd 0:0:0:0: [sda] Write Protect is off
              [Tue Apr 12 15:27:21 2022] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
              [Tue Apr 12 15:27:21 2022] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
              [Tue Apr 12 15:27:21 2022]  sda: sda1 sda2
              [Tue Apr 12 15:27:21 2022] sd 0:0:0:0: [sda] Attached SCSI disk
              [Tue Apr 12 15:27:21 2022] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
              [Tue Apr 12 15:27:21 2022] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
              [Tue Apr 12 15:27:21 2022] devtmpfs: mounted
              [Tue Apr 12 15:27:21 2022] Freeing unused kernel memory: 1024K
              [Tue Apr 12 15:27:21 2022] Run /sbin/init as init process
              [Tue Apr 12 15:27:21 2022]   with arguments:
              [Tue Apr 12 15:27:21 2022]     /sbin/init
              [Tue Apr 12 15:27:21 2022]   with environment:
              [Tue Apr 12 15:27:21 2022]     HOME=/
              [Tue Apr 12 15:27:21 2022]     TERM=linux
              [Tue Apr 12 15:27:22 2022] systemd[1]: System time before build time, advancing clock.
              [Tue Apr 12 15:27:22 2022] NET: Registered protocol family 10
              [Tue Apr 12 15:27:22 2022] Segment Routing with IPv6
              [Tue Apr 12 15:27:22 2022] systemd[1]: systemd 247.3-6+rpi1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
              [Tue Apr 12 15:27:22 2022] systemd[1]: Detected architecture arm.
              [Tue Apr 12 15:27:22 2022] systemd[1]: Set hostname to <iobroker>.
              [Tue Apr 12 15:27:22 2022] random: crng init done
              [Tue Apr 12 15:27:23 2022] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Queued start job for default target Multi-User System.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Created slice system-getty.slice.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Created slice system-modprobe.slice.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Created slice system-systemd\x2dfsck.slice.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Created slice User and Session Slice.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Reached target Slices.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Reached target Swap.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Listening on Syslog Socket.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Listening on fsck to fsckd communication Socket.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Listening on initctl Compatibility Named Pipe.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Listening on Journal Audit Socket.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Listening on Journal Socket (/dev/log).
              [Tue Apr 12 15:27:23 2022] systemd[1]: Listening on Journal Socket.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Listening on udev Control Socket.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Listening on udev Kernel Socket.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Mounting POSIX Message Queue File System...
              [Tue Apr 12 15:27:23 2022] systemd[1]: Mounting RPC Pipe File System...
              [Tue Apr 12 15:27:23 2022] systemd[1]: Mounting Kernel Debug File System...
              [Tue Apr 12 15:27:23 2022] systemd[1]: Mounting Kernel Trace File System...
              [Tue Apr 12 15:27:23 2022] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Starting Restore / save the current clock...
              [Tue Apr 12 15:27:23 2022] systemd[1]: Starting Set the console keyboard layout...
              [Tue Apr 12 15:27:23 2022] systemd[1]: Starting Create list of static device nodes for the current kernel...
              [Tue Apr 12 15:27:23 2022] systemd[1]: Starting Load Kernel Module configfs...
              [Tue Apr 12 15:27:23 2022] systemd[1]: Starting Load Kernel Module drm...
              [Tue Apr 12 15:27:23 2022] systemd[1]: Starting Load Kernel Module fuse...
              [Tue Apr 12 15:27:23 2022] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
              [Tue Apr 12 15:27:23 2022] systemd[1]: Starting File System Check on Root Device...
              [Tue Apr 12 15:27:23 2022] fuse: init (API version 7.32)
              [Tue Apr 12 15:27:23 2022] systemd[1]: Starting Journal Service...
              [Tue Apr 12 15:27:24 2022] systemd[1]: Starting Load Kernel Modules...
              [Tue Apr 12 15:27:24 2022] systemd[1]: Starting Coldplug All udev Devices...
              [Tue Apr 12 15:27:24 2022] systemd[1]: Mounted POSIX Message Queue File System.
              [Tue Apr 12 15:27:24 2022] systemd[1]: Mounted RPC Pipe File System.
              [Tue Apr 12 15:27:24 2022] systemd[1]: Mounted Kernel Debug File System.
              [Tue Apr 12 15:27:24 2022] systemd[1]: Mounted Kernel Trace File System.
              [Tue Apr 12 15:27:24 2022] systemd[1]: Finished Restore / save the current clock.
              [Tue Apr 12 15:27:24 2022] i2c /dev entries driver
              [Tue Apr 12 15:27:24 2022] systemd[1]: Finished Create list of static device nodes for the current kernel.
              [Tue Apr 12 15:27:24 2022] systemd[1]: modprobe@configfs.service: Succeeded.
              [Tue Apr 12 15:27:24 2022] systemd[1]: Finished Load Kernel Module configfs.
              [Tue Apr 12 15:27:24 2022] systemd[1]: modprobe@drm.service: Succeeded.
              [Tue Apr 12 15:27:24 2022] systemd[1]: Finished Load Kernel Module drm.
              [Tue Apr 12 15:27:24 2022] systemd[1]: modprobe@fuse.service: Succeeded.
              [Tue Apr 12 15:27:24 2022] systemd[1]: Finished Load Kernel Module fuse.
              [Tue Apr 12 15:27:24 2022] systemd[1]: Finished Load Kernel Modules.
              [Tue Apr 12 15:27:24 2022] systemd[1]: Mounting FUSE Control File System...
              [Tue Apr 12 15:27:24 2022] systemd[1]: Mounting Kernel Configuration File System...
              [Tue Apr 12 15:27:24 2022] systemd[1]: Started File System Check Daemon to report status.
              [Tue Apr 12 15:27:24 2022] systemd[1]: Starting Apply Kernel Variables...
              [Tue Apr 12 15:27:24 2022] systemd[1]: Mounted FUSE Control File System.
              [Tue Apr 12 15:27:24 2022] systemd[1]: Mounted Kernel Configuration File System.
              [Tue Apr 12 15:27:24 2022] systemd[1]: Started Journal Service.
              [Tue Apr 12 15:27:25 2022] EXT4-fs (sda2): re-mounted. Opts: (null)
              [Tue Apr 12 15:27:25 2022] systemd-journald[134]: Received client request to flush runtime journal.
              [Tue Apr 12 15:27:26 2022] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
              [Tue Apr 12 15:27:26 2022] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
              [Tue Apr 12 15:27:26 2022] [vc_sm_connected_init]: start
              [Tue Apr 12 15:27:26 2022] mc: Linux media interface: v0.10
              [Tue Apr 12 15:27:26 2022] [vc_sm_connected_init]: installed successfully
              [Tue Apr 12 15:27:26 2022] videodev: Linux video capture interface: v2.00
              [Tue Apr 12 15:27:26 2022] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
              [Tue Apr 12 15:27:26 2022] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
              [Tue Apr 12 15:27:26 2022] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
              [Tue Apr 12 15:27:26 2022] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
              [Tue Apr 12 15:27:26 2022] bcm2835_audio bcm2835_audio: card created with 8 channels
              [Tue Apr 12 15:27:26 2022] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
              [Tue Apr 12 15:27:26 2022] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
              [Tue Apr 12 15:27:26 2022] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
              [Tue Apr 12 15:27:26 2022] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
              [Tue Apr 12 15:27:26 2022] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
              [Tue Apr 12 15:27:26 2022] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
              [Tue Apr 12 15:27:26 2022] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
              [Tue Apr 12 15:27:26 2022] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
              [Tue Apr 12 15:27:26 2022] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
              [Tue Apr 12 15:27:26 2022] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
              [Tue Apr 12 15:27:26 2022] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
              [Tue Apr 12 15:27:26 2022] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
              [Tue Apr 12 15:27:26 2022] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
              [Tue Apr 12 15:27:26 2022] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
              [Tue Apr 12 15:27:26 2022] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
              [Tue Apr 12 15:27:26 2022] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
              [Tue Apr 12 15:27:26 2022] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
              [Tue Apr 12 15:27:26 2022] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
              [Tue Apr 12 15:27:26 2022] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
              [Tue Apr 12 15:27:26 2022] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
              [Tue Apr 12 15:27:26 2022] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
              [Tue Apr 12 15:27:26 2022] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
              [Tue Apr 12 15:27:26 2022] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
              [Tue Apr 12 15:27:26 2022] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
              [Tue Apr 12 15:27:26 2022] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
              [Tue Apr 12 15:27:26 2022] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
              [Tue Apr 12 15:27:26 2022] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
              [Tue Apr 12 15:27:26 2022] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
              [Tue Apr 12 15:27:26 2022] cfg80211: Loading compiled-in X.509 certificates for regulatory database
              [Tue Apr 12 15:27:26 2022] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
              [Tue Apr 12 15:27:27 2022] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
              [Tue Apr 12 15:27:27 2022] brcmfmac: F1 signature read @0x18000000=0x15264345
              [Tue Apr 12 15:27:27 2022] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
              [Tue Apr 12 15:27:27 2022] usbcore: registered new interface driver brcmfmac
              [Tue Apr 12 15:27:27 2022] checking generic (3eaa9000 151800) vs hw (0 ffffffff)
              [Tue Apr 12 15:27:27 2022] fb0: switching to vc4drmfb from simple
              [Tue Apr 12 15:27:27 2022] Console: switching to colour dummy device 80x30
              [Tue Apr 12 15:27:27 2022] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
              [Tue Apr 12 15:27:27 2022] Registered IR keymap rc-cec
              [Tue Apr 12 15:27:27 2022] rc rc0: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0
              [Tue Apr 12 15:27:27 2022] input: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0/input5
              [Tue Apr 12 15:27:27 2022] usbcore: registered new interface driver uas
              [Tue Apr 12 15:27:27 2022] sd 0:0:0:0: Attached scsi generic sg0 type 0
              [Tue Apr 12 15:27:27 2022] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
              [Tue Apr 12 15:27:27 2022] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
              [Tue Apr 12 15:27:27 2022] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov  1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
              [Tue Apr 12 15:27:28 2022] logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-3f980000.usb-1.1.2/input2
              [Tue Apr 12 15:27:28 2022] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
              [Tue Apr 12 15:27:28 2022] input: Logitech Wireless Device PID:4024 Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input6
              [Tue Apr 12 15:27:28 2022] input: Logitech Wireless Device PID:4024 Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input7
              [Tue Apr 12 15:27:28 2022] input: Logitech Wireless Device PID:4024 Consumer Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input8
              [Tue Apr 12 15:27:28 2022] hid-generic 0003:046D:4024.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4024] on usb-3f980000.usb-1.1.2/input2:1
              [Tue Apr 12 15:27:28 2022] Registered IR keymap rc-cec
              [Tue Apr 12 15:27:28 2022] rc rc0: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0
              [Tue Apr 12 15:27:28 2022] input: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0/input12
              [Tue Apr 12 15:27:28 2022] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
              [Tue Apr 12 15:27:28 2022] Registered IR keymap rc-cec
              [Tue Apr 12 15:27:28 2022] rc rc0: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0
              [Tue Apr 12 15:27:28 2022] input: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0/input13
              [Tue Apr 12 15:27:28 2022] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
              [Tue Apr 12 15:27:28 2022] Registered IR keymap rc-cec
              [Tue Apr 12 15:27:28 2022] rc rc0: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0
              [Tue Apr 12 15:27:28 2022] input: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0/input14
              [Tue Apr 12 15:27:28 2022] vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops [vc4])
              [Tue Apr 12 15:27:28 2022] vc4-drm soc:gpu: bound 3f004000.txp (ops vc4_txp_ops [vc4])
              [Tue Apr 12 15:27:28 2022] vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops [vc4])
              [Tue Apr 12 15:27:28 2022] vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops [vc4])
              [Tue Apr 12 15:27:28 2022] vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops [vc4])
              [Tue Apr 12 15:27:28 2022] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4])
              [Tue Apr 12 15:27:28 2022] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
              [Tue Apr 12 15:27:28 2022] Console: switching to colour frame buffer device 90x30
              [Tue Apr 12 15:27:28 2022] vc4-drm soc:gpu: [drm] fb0: vc4drmfb frame buffer device
              [Tue Apr 12 15:27:28 2022] Under-voltage detected! (0x00050005)
              [Tue Apr 12 15:27:29 2022] input: Logitech K400 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input15
              [Tue Apr 12 15:27:29 2022] logitech-hidpp-device 0003:046D:4024.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech K400] on usb-3f980000.usb-1.1.2/input2:1
              [Tue Apr 12 15:27:30 2022] 8021q: 802.1Q VLAN Support v1.8
              [Tue Apr 12 15:27:30 2022] uart-pl011 3f201000.serial: no DMA platform data
              [Tue Apr 12 15:27:30 2022] Adding 102396k swap on /var/swap.  Priority:-2 extents:4 across:135164k FS
              [Tue Apr 12 15:27:30 2022] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
              [Tue Apr 12 15:27:31 2022] 8021q: adding VLAN 0 to HW filter on device eth0
              [Tue Apr 12 15:27:35 2022] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
              [Tue Apr 12 15:27:37 2022] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
              [Tue Apr 12 15:27:37 2022] Bluetooth: Core ver 2.22
              [Tue Apr 12 15:27:37 2022] NET: Registered protocol family 31
              [Tue Apr 12 15:27:37 2022] Bluetooth: HCI device and connection manager initialized
              [Tue Apr 12 15:27:37 2022] Bluetooth: HCI socket layer initialized
              [Tue Apr 12 15:27:37 2022] Bluetooth: L2CAP socket layer initialized
              [Tue Apr 12 15:27:37 2022] Bluetooth: SCO socket layer initialized
              [Tue Apr 12 15:27:37 2022] Bluetooth: HCI UART driver ver 2.3
              [Tue Apr 12 15:27:37 2022] Bluetooth: HCI UART protocol H4 registered
              [Tue Apr 12 15:27:37 2022] Bluetooth: HCI UART protocol Three-wire (H5) registered
              [Tue Apr 12 15:27:37 2022] Bluetooth: HCI UART protocol Broadcom registered
              [Tue Apr 12 15:27:38 2022] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
              [Tue Apr 12 15:27:38 2022] Bluetooth: BNEP filters: protocol multicast
              [Tue Apr 12 15:27:38 2022] Bluetooth: BNEP socket layer initialized
              [Tue Apr 12 15:27:38 2022] NET: Registered protocol family 38
              [Tue Apr 12 15:27:38 2022] cryptd: max_cpu_qlen set to 1000
              [Tue Apr 12 15:27:48 2022] cam1-reg: disabling
              [Tue Apr 12 15:27:48 2022] cam-dummy-reg: disabling
              [Tue Apr 12 15:28:24 2022] Bluetooth: RFCOMM TTY layer initialized
              [Tue Apr 12 15:28:24 2022] Bluetooth: RFCOMM socket layer initialized
              [Tue Apr 12 15:28:24 2022] Bluetooth: RFCOMM ver 1.11
              [/s]
              

              Der letzte Restart war der mit sudo shutdown -F -r now

              Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
              • Homoran
                Homoran Global Moderator Administrators @Swisslizard last edited by

                Was hängt denn da alles an den USBs dran???
                Maus/Tastatur/ Festplatte....

                Zieht alles (zu viel) Strom

                @swisslizard sagte in CPU Last auf +-100% nach Crash und anschliessendem Restore:

                Under-voltage detected! (0x00050005)

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

                  @swisslizard sagte in CPU Last auf +-100% nach Crash und anschliessendem Restore:

                  Das mit dem Desktop-Quatsch verstehe ich nicht ganz

                  Da läuft ganz viel unnötiger Krampf ohne Not mit.
                  Ein kompletter Desktop. Ausschalten!

                  Und das System ist nicht auf aktuellem Stand, vermute ich.
                  Updates einspielen.

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

                    Danke für die Rückmeldungen!

                    Zur Sicherheit habe ich das Netzteil gewechselt. Jetzt ist die Undervoltage-Meldung weg. Allerdings habe ich die Meldung schon gekannt und das System ist über Wochen mit dieser gelegentlich auftauchenden Meldung stabil gelaufen.

                    Das mit dem Desktop verstehe ich immer noch nicht ganz. In Raspi-Config ist das so eingestellt, dass in die Console gebootet wird. Was mache ich falsch (bzw. wie kann ich sehen, dass da was unerwünschtes mitläuft) oder wurde das Problem nur durch den Monitor und die Funk-Tastatur/Maus die ich bei meinen hilflosen Versuchen angesteckt hatte verursacht (ist nun beides abgesteckt)?

                    Die Installation ist resp. war ca. 1 Monat alt. Damals habe ich den Raspi mit der SSD frisch aufgesetzt und anschliessend ioBroker wie unter folgendem Link beschrieben installiert: https://www.iobroker.net/#de/download
                    Habe zur Sicherheit den Raspi mit sudo apt-get update und sudo apt-get upgrade auf den neusten Stand gebracht und aschliessend das System neu gestartet: sudo reboot. Der dmesg -T Output nach dem Reboot folgt unten.

                    Beim ioBroker hat sich leider trotz der Updates nix geändert. Die Admin-Webseite lädt und lädt und lädt. iobroker list instances und ähnliches führen nach langer Wartezeit weiterhin zu No connection to databases possible .... Auch top resp. htop zeigen immer noch sehr ähnliche Angaben wie zuvor, d.h. iobroker.js-con erzeugt +-100% CPU-Last.

                    [s=]
                    [Tue Apr 12 17:00:28 2022] Booting Linux on physical CPU 0x0
                    [Tue Apr 12 17:00:28 2022] Linux version 5.15.32-v7+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1538 SMP Thu Mar 31 19:38:48 BST 2022
                    [Tue Apr 12 17:00:28 2022] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
                    [Tue Apr 12 17:00:28 2022] CPU: div instructions available: patching division code
                    [Tue Apr 12 17:00:28 2022] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
                    [Tue Apr 12 17:00:28 2022] OF: fdt: Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
                    [Tue Apr 12 17:00:28 2022] random: fast init done
                    [Tue Apr 12 17:00:28 2022] Memory policy: Data cache writealloc
                    [Tue Apr 12 17:00:28 2022] Reserved memory: created CMA memory pool at 0x1ec00000, size 256 MiB
                    [Tue Apr 12 17:00:28 2022] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
                    [Tue Apr 12 17:00:28 2022] Zone ranges:
                    [Tue Apr 12 17:00:28 2022]   DMA      [mem 0x0000000000000000-0x000000003bffffff]
                    [Tue Apr 12 17:00:28 2022]   Normal   empty
                    [Tue Apr 12 17:00:28 2022] Movable zone start for each node
                    [Tue Apr 12 17:00:28 2022] Early memory node ranges
                    [Tue Apr 12 17:00:28 2022]   node   0: [mem 0x0000000000000000-0x000000003bffffff]
                    [Tue Apr 12 17:00:28 2022] Initmem setup node 0 [mem 0x0000000000000000-0x000000003bffffff]
                    [Tue Apr 12 17:00:28 2022] percpu: Embedded 16 pages/cpu s35660 r8192 d21684 u65536
                    [Tue Apr 12 17:00:28 2022] pcpu-alloc: s35660 r8192 d21684 u65536 alloc=16*4096
                    [Tue Apr 12 17:00:28 2022] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
                    [Tue Apr 12 17:00:28 2022] Built 1 zonelists, mobility grouping on.  Total pages: 243600
                    [Tue Apr 12 17:00:28 2022] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=Composite-1:720x480@60i vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=75ca9548-02 rootfstype=ext4 fsck.repair=yes rootwait
                    [Tue Apr 12 17:00:28 2022] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
                    [Tue Apr 12 17:00:28 2022] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
                    [Tue Apr 12 17:00:28 2022] mem auto-init: stack:off, heap alloc:off, heap free:off
                    [Tue Apr 12 17:00:28 2022] Memory: 694304K/983040K available (10240K kernel code, 1341K rwdata, 3060K rodata, 1024K init, 568K bss, 26592K reserved, 262144K cma-reserved)
                    [Tue Apr 12 17:00:28 2022] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
                    [Tue Apr 12 17:00:28 2022] ftrace: allocating 33185 entries in 98 pages
                    [Tue Apr 12 17:00:28 2022] ftrace: allocated 98 pages with 3 groups
                    [Tue Apr 12 17:00:28 2022] trace event string verifier disabled
                    [Tue Apr 12 17:00:28 2022] rcu: Hierarchical RCU implementation.
                    [Tue Apr 12 17:00:28 2022]      Rude variant of Tasks RCU enabled.
                    [Tue Apr 12 17:00:28 2022]      Tracing variant of Tasks RCU enabled.
                    [Tue Apr 12 17:00:28 2022] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
                    [Tue Apr 12 17:00:28 2022] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
                    [Tue Apr 12 17:00:28 2022] random: get_random_bytes called from start_kernel+0x538/0x71c with crng_init=1
                    [Tue Apr 12 17:00:28 2022] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
                    [Tue Apr 12 17:00:28 2022] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
                    [Tue Apr 12 17:00:28 2022] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
                    [Tue Apr 12 17:00:28 2022] Switching to timer-based delay loop, resolution 52ns
                    [Tue Apr 12 17:00:28 2022] Console: colour dummy device 80x30
                    [Tue Apr 12 17:00:28 2022] printk: console [tty1] enabled
                    [Tue Apr 12 17:00:28 2022] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
                    [Tue Apr 12 17:00:28 2022] pid_max: default: 32768 minimum: 301
                    [Tue Apr 12 17:00:28 2022] LSM: Security Framework initializing
                    [Tue Apr 12 17:00:28 2022] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
                    [Tue Apr 12 17:00:28 2022] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
                    [Tue Apr 12 17:00:28 2022] cgroup: Disabling memory control group subsystem
                    [Tue Apr 12 17:00:28 2022] CPU: Testing write buffer coherency: ok
                    [Tue Apr 12 17:00:28 2022] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
                    [Tue Apr 12 17:00:28 2022] Setting up static identity map for 0x100000 - 0x10003c
                    [Tue Apr 12 17:00:28 2022] rcu: Hierarchical SRCU implementation.
                    [Tue Apr 12 17:00:28 2022] smp: Bringing up secondary CPUs ...
                    [Tue Apr 12 17:00:28 2022] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
                    [Tue Apr 12 17:00:28 2022] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
                    [Tue Apr 12 17:00:28 2022] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
                    [Tue Apr 12 17:00:28 2022] smp: Brought up 1 node, 4 CPUs
                    [Tue Apr 12 17:00:28 2022] SMP: Total of 4 processors activated (153.60 BogoMIPS).
                    [Tue Apr 12 17:00:28 2022] CPU: All CPU(s) started in HYP mode.
                    [Tue Apr 12 17:00:28 2022] CPU: Virtualization extensions available.
                    [Tue Apr 12 17:00:28 2022] devtmpfs: initialized
                    [Tue Apr 12 17:00:28 2022] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
                    [Tue Apr 12 17:00:28 2022] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
                    [Tue Apr 12 17:00:28 2022] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
                    [Tue Apr 12 17:00:28 2022] pinctrl core: initialized pinctrl subsystem
                    [Tue Apr 12 17:00:28 2022] NET: Registered PF_NETLINK/PF_ROUTE protocol family
                    [Tue Apr 12 17:00:28 2022] DMA: preallocated 1024 KiB pool for atomic coherent allocations
                    [Tue Apr 12 17:00:28 2022] audit: initializing netlink subsys (disabled)
                    [Tue Apr 12 17:00:28 2022] audit: type=2000 audit(0.050:1): state=initialized audit_enabled=0 res=1
                    [Tue Apr 12 17:00:28 2022] thermal_sys: Registered thermal governor 'step_wise'
                    [Tue Apr 12 17:00:28 2022] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
                    [Tue Apr 12 17:00:28 2022] hw-breakpoint: maximum watchpoint size is 8 bytes.
                    [Tue Apr 12 17:00:28 2022] Serial: AMBA PL011 UART driver
                    [Tue Apr 12 17:00:28 2022] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
                    [Tue Apr 12 17:00:28 2022] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-03-24T13:20:54, variant start
                    [Tue Apr 12 17:00:28 2022] raspberrypi-firmware soc:firmware: Firmware hash is e5a963efa66a1974127860b42e913d2374139ff5
                    [Tue Apr 12 17:00:28 2022] Kprobes globally optimized
                    [Tue Apr 12 17:00:28 2022] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
                    [Tue Apr 12 17:00:28 2022] SCSI subsystem initialized
                    [Tue Apr 12 17:00:28 2022] usbcore: registered new interface driver usbfs
                    [Tue Apr 12 17:00:28 2022] usbcore: registered new interface driver hub
                    [Tue Apr 12 17:00:28 2022] usbcore: registered new device driver usb
                    [Tue Apr 12 17:00:28 2022] usb_phy_generic phy: supply vcc not found, using dummy regulator
                    [Tue Apr 12 17:00:28 2022] pps_core: LinuxPPS API ver. 1 registered
                    [Tue Apr 12 17:00:28 2022] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
                    [Tue Apr 12 17:00:28 2022] PTP clock support registered
                    [Tue Apr 12 17:00:28 2022] clocksource: Switched to clocksource arch_sys_counter
                    [Tue Apr 12 17:00:28 2022] VFS: Disk quotas dquot_6.6.0
                    [Tue Apr 12 17:00:28 2022] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
                    [Tue Apr 12 17:00:28 2022] FS-Cache: Loaded
                    [Tue Apr 12 17:00:28 2022] CacheFiles: Loaded
                    [Tue Apr 12 17:00:28 2022] simple-framebuffer 3eaa9000.framebuffer: framebuffer at 0x3eaa9000, 0x151800 bytes
                    [Tue Apr 12 17:00:28 2022] simple-framebuffer 3eaa9000.framebuffer: format=a8r8g8b8, mode=720x480x32, linelength=2880
                    [Tue Apr 12 17:00:28 2022] Console: switching to colour frame buffer device 90x30
                    [Tue Apr 12 17:00:28 2022] simple-framebuffer 3eaa9000.framebuffer: fb0: simplefb registered!
                    [Tue Apr 12 17:00:28 2022] NET: Registered PF_INET protocol family
                    [Tue Apr 12 17:00:28 2022] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
                    [Tue Apr 12 17:00:28 2022] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
                    [Tue Apr 12 17:00:28 2022] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
                    [Tue Apr 12 17:00:28 2022] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
                    [Tue Apr 12 17:00:28 2022] TCP: Hash tables configured (established 8192 bind 8192)
                    [Tue Apr 12 17:00:28 2022] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
                    [Tue Apr 12 17:00:28 2022] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
                    [Tue Apr 12 17:00:28 2022] NET: Registered PF_UNIX/PF_LOCAL protocol family
                    [Tue Apr 12 17:00:28 2022] RPC: Registered named UNIX socket transport module.
                    [Tue Apr 12 17:00:28 2022] RPC: Registered udp transport module.
                    [Tue Apr 12 17:00:28 2022] RPC: Registered tcp transport module.
                    [Tue Apr 12 17:00:28 2022] RPC: Registered tcp NFSv4.1 backchannel transport module.
                    [Tue Apr 12 17:00:29 2022] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
                    [Tue Apr 12 17:00:29 2022] Initialise system trusted keyrings
                    [Tue Apr 12 17:00:29 2022] workingset: timestamp_bits=14 max_order=18 bucket_order=4
                    [Tue Apr 12 17:00:29 2022] zbud: loaded
                    [Tue Apr 12 17:00:29 2022] FS-Cache: Netfs 'nfs' registered for caching
                    [Tue Apr 12 17:00:29 2022] NFS: Registering the id_resolver key type
                    [Tue Apr 12 17:00:29 2022] Key type id_resolver registered
                    [Tue Apr 12 17:00:29 2022] Key type id_legacy registered
                    [Tue Apr 12 17:00:29 2022] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
                    [Tue Apr 12 17:00:29 2022] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
                    [Tue Apr 12 17:00:29 2022] Key type asymmetric registered
                    [Tue Apr 12 17:00:29 2022] Asymmetric key parser 'x509' registered
                    [Tue Apr 12 17:00:29 2022] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
                    [Tue Apr 12 17:00:29 2022] io scheduler mq-deadline registered
                    [Tue Apr 12 17:00:29 2022] io scheduler kyber registered
                    [Tue Apr 12 17:00:29 2022] bcm2835-rng 3f104000.rng: hwrng registered
                    [Tue Apr 12 17:00:29 2022] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
                    [Tue Apr 12 17:00:29 2022] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
                    [Tue Apr 12 17:00:30 2022] brd: module loaded
                    [Tue Apr 12 17:00:30 2022] loop: module loaded
                    [Tue Apr 12 17:00:30 2022] Loading iSCSI transport class v2.0-870.
                    [Tue Apr 12 17:00:30 2022] usbcore: registered new interface driver lan78xx
                    [Tue Apr 12 17:00:30 2022] usbcore: registered new interface driver smsc95xx
                    [Tue Apr 12 17:00:30 2022] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
                    [Tue Apr 12 17:00:30 2022] Core Release: 2.80a
                    [Tue Apr 12 17:00:30 2022] Setting default values for core params
                    [Tue Apr 12 17:00:30 2022] Finished setting default values for core params
                    [Tue Apr 12 17:00:30 2022] Using Buffer DMA mode
                    [Tue Apr 12 17:00:30 2022] Periodic Transfer Interrupt Enhancement - disabled
                    [Tue Apr 12 17:00:30 2022] Multiprocessor Interrupt Enhancement - disabled
                    [Tue Apr 12 17:00:30 2022] OTG VER PARAM: 0, OTG VER FLAG: 0
                    [Tue Apr 12 17:00:30 2022] Dedicated Tx FIFOs mode
                    
                    [Tue Apr 12 17:00:30 2022] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = 9ed04000 dma = 0xded04000 len=9024
                    [Tue Apr 12 17:00:31 2022] FIQ FSM acceleration enabled for :
                                               Non-periodic Split Transactions
                                               Periodic Split Transactions
                                               High-Speed Isochronous Endpoints
                                               Interrupt/Control Split Transaction hack enabled
                    [Tue Apr 12 17:00:31 2022] dwc_otg: Microframe scheduler enabled
                    
                    [Tue Apr 12 17:00:31 2022] WARN::hcd_init_fiq:457: FIQ on core 1
                    
                    [Tue Apr 12 17:00:31 2022] WARN::hcd_init_fiq:458: FIQ ASM at 807f3124 length 36
                    
                    [Tue Apr 12 17:00:31 2022] WARN::hcd_init_fiq:497: MPHI regs_base at bc810000
                    [Tue Apr 12 17:00:31 2022] dwc_otg 3f980000.usb: DWC OTG Controller
                    [Tue Apr 12 17:00:31 2022] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
                    [Tue Apr 12 17:00:31 2022] dwc_otg 3f980000.usb: irq 89, io mem 0x00000000
                    [Tue Apr 12 17:00:31 2022] Init: Port Power? op_state=1
                    [Tue Apr 12 17:00:31 2022] Init: Power Port (0)
                    [Tue Apr 12 17:00:31 2022] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
                    [Tue Apr 12 17:00:31 2022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                    [Tue Apr 12 17:00:31 2022] usb usb1: Product: DWC OTG Controller
                    [Tue Apr 12 17:00:31 2022] usb usb1: Manufacturer: Linux 5.15.32-v7+ dwc_otg_hcd
                    [Tue Apr 12 17:00:31 2022] usb usb1: SerialNumber: 3f980000.usb
                    [Tue Apr 12 17:00:31 2022] hub 1-0:1.0: USB hub found
                    [Tue Apr 12 17:00:31 2022] hub 1-0:1.0: 1 port detected
                    [Tue Apr 12 17:00:31 2022] dwc_otg: FIQ enabled
                    [Tue Apr 12 17:00:31 2022] dwc_otg: NAK holdoff enabled
                    [Tue Apr 12 17:00:31 2022] dwc_otg: FIQ split-transaction FSM enabled
                    [Tue Apr 12 17:00:31 2022] Module dwc_common_port init
                    [Tue Apr 12 17:00:31 2022] usbcore: registered new interface driver usb-storage
                    [Tue Apr 12 17:00:31 2022] mousedev: PS/2 mouse device common for all mice
                    [Tue Apr 12 17:00:31 2022] sdhci: Secure Digital Host Controller Interface driver
                    [Tue Apr 12 17:00:31 2022] sdhci: Copyright(c) Pierre Ossman
                    [Tue Apr 12 17:00:31 2022] sdhci-pltfm: SDHCI platform and OF driver helper
                    [Tue Apr 12 17:00:31 2022] ledtrig-cpu: registered to indicate activity on CPUs
                    [Tue Apr 12 17:00:31 2022] hid: raw HID events driver (C) Jiri Kosina
                    [Tue Apr 12 17:00:31 2022] usbcore: registered new interface driver usbhid
                    [Tue Apr 12 17:00:31 2022] usbhid: USB HID core driver
                    [Tue Apr 12 17:00:31 2022] Initializing XFRM netlink socket
                    [Tue Apr 12 17:00:31 2022] NET: Registered PF_PACKET protocol family
                    [Tue Apr 12 17:00:31 2022] Key type dns_resolver registered
                    [Tue Apr 12 17:00:31 2022] Registering SWP/SWPB emulation handler
                    [Tue Apr 12 17:00:31 2022] registered taskstats version 1
                    [Tue Apr 12 17:00:31 2022] Loading compiled-in X.509 certificates
                    [Tue Apr 12 17:00:31 2022] Key type ._fscrypt registered
                    [Tue Apr 12 17:00:31 2022] Key type .fscrypt registered
                    [Tue Apr 12 17:00:31 2022] Key type fscrypt-provisioning registered
                    [Tue Apr 12 17:00:31 2022] uart-pl011 3f201000.serial: cts_event_workaround enabled
                    [Tue Apr 12 17:00:31 2022] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
                    [Tue Apr 12 17:00:31 2022] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
                    [Tue Apr 12 17:00:31 2022] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
                    [Tue Apr 12 17:00:31 2022] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
                    [Tue Apr 12 17:00:31 2022] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
                    [Tue Apr 12 17:00:31 2022] Indeed it is in host mode hprt0 = 00021501
                    [Tue Apr 12 17:00:31 2022] sdhost: log_buf @ (ptrval) (ded03000)
                    [Tue Apr 12 17:00:31 2022] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
                    [Tue Apr 12 17:00:31 2022] mmc1: new high speed SDIO card at address 0001
                    [Tue Apr 12 17:00:31 2022] of_cfs_init
                    [Tue Apr 12 17:00:31 2022] of_cfs_init: OK
                    [Tue Apr 12 17:00:31 2022] Waiting for root device PARTUUID=75ca9548-02...
                    [Tue Apr 12 17:00:31 2022] usb 1-1: new high-speed USB device number 2 using dwc_otg
                    [Tue Apr 12 17:00:31 2022] Indeed it is in host mode hprt0 = 00001101
                    [Tue Apr 12 17:00:31 2022] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
                    [Tue Apr 12 17:00:31 2022] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                    [Tue Apr 12 17:00:31 2022] hub 1-1:1.0: USB hub found
                    [Tue Apr 12 17:00:31 2022] hub 1-1:1.0: 4 ports detected
                    [Tue Apr 12 17:00:31 2022] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
                    [Tue Apr 12 17:00:32 2022] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
                    [Tue Apr 12 17:00:32 2022] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                    [Tue Apr 12 17:00:32 2022] hub 1-1.1:1.0: USB hub found
                    [Tue Apr 12 17:00:32 2022] hub 1-1.1:1.0: 3 ports detected
                    [Tue Apr 12 17:00:32 2022] dwc_otg_handle_wakeup_detected_intr lxstate = 2
                    [Tue Apr 12 17:00:33 2022] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
                    [Tue Apr 12 17:00:33 2022] usb 1-1.3: New USB device found, idVendor=154b, idProduct=f009, bcdDevice= 1.00
                    [Tue Apr 12 17:00:33 2022] usb 1-1.3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
                    [Tue Apr 12 17:00:33 2022] usb 1-1.3: Product: PNY ELITE PSSD
                    [Tue Apr 12 17:00:33 2022] usb 1-1.3: Manufacturer: PNY
                    [Tue Apr 12 17:00:33 2022] usb 1-1.3: SerialNumber: 511210204107FF2E0192
                    [Tue Apr 12 17:00:33 2022] usb 1-1.3: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
                    [Tue Apr 12 17:00:33 2022] usb 1-1.3: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
                    [Tue Apr 12 17:00:33 2022] usb-storage 1-1.3:1.0: USB Mass Storage device detected
                    [Tue Apr 12 17:00:33 2022] scsi host0: usb-storage 1-1.3:1.0
                    [Tue Apr 12 17:00:33 2022] usb 1-1.1.1: new high-speed USB device number 5 using dwc_otg
                    [Tue Apr 12 17:00:33 2022] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
                    [Tue Apr 12 17:00:33 2022] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                    [Tue Apr 12 17:00:33 2022] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
                    [Tue Apr 12 17:00:33 2022] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
                    [Tue Apr 12 17:00:34 2022] scsi 0:0:0:0: Direct-Access     PNY      PNY ELITE PSSD   0    PQ: 0 ANSI: 6
                    [Tue Apr 12 17:00:34 2022] sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
                    [Tue Apr 12 17:00:34 2022] sd 0:0:0:0: [sda] Write Protect is off
                    [Tue Apr 12 17:00:34 2022] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
                    [Tue Apr 12 17:00:34 2022] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
                    [Tue Apr 12 17:00:34 2022]  sda: sda1 sda2
                    [Tue Apr 12 17:00:34 2022] sd 0:0:0:0: [sda] Attached SCSI disk
                    [Tue Apr 12 17:00:34 2022] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                    [Tue Apr 12 17:00:34 2022] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                    [Tue Apr 12 17:00:34 2022] devtmpfs: mounted
                    [Tue Apr 12 17:00:34 2022] Freeing unused kernel image (initmem) memory: 1024K
                    [Tue Apr 12 17:00:34 2022] Run /sbin/init as init process
                    [Tue Apr 12 17:00:34 2022]   with arguments:
                    [Tue Apr 12 17:00:34 2022]     /sbin/init
                    [Tue Apr 12 17:00:34 2022]   with environment:
                    [Tue Apr 12 17:00:34 2022]     HOME=/
                    [Tue Apr 12 17:00:34 2022]     TERM=linux
                    [Tue Apr 12 17:00:35 2022] systemd[1]: System time before build time, advancing clock.
                    [Tue Apr 12 17:00:35 2022] NET: Registered PF_INET6 protocol family
                    [Tue Apr 12 17:00:35 2022] Segment Routing with IPv6
                    [Tue Apr 12 17:00:35 2022] In-situ OAM (IOAM) with IPv6
                    [Tue Apr 12 17:00:35 2022] systemd[1]: systemd 247.3-7+rpi1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
                    [Tue Apr 12 17:00:35 2022] systemd[1]: Detected architecture arm.
                    [Tue Apr 12 17:00:35 2022] systemd[1]: Set hostname to <iobroker>.
                    [Tue Apr 12 17:00:35 2022] random: crng init done
                    [Tue Apr 12 17:00:36 2022] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Queued start job for default target Multi-User System.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Created slice system-getty.slice.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Created slice system-modprobe.slice.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Created slice system-systemd\x2dfsck.slice.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Created slice User and Session Slice.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Reached target Slices.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Reached target Swap.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Listening on Syslog Socket.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Listening on fsck to fsckd communication Socket.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Listening on initctl Compatibility Named Pipe.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Listening on Journal Audit Socket.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Listening on Journal Socket (/dev/log).
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Listening on Journal Socket.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Listening on udev Control Socket.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Listening on udev Kernel Socket.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Mounting POSIX Message Queue File System...
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Mounting RPC Pipe File System...
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Mounting Kernel Debug File System...
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Mounting Kernel Trace File System...
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Starting Restore / save the current clock...
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Starting Set the console keyboard layout...
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Starting Create list of static device nodes for the current kernel...
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Starting Load Kernel Module configfs...
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Starting Load Kernel Module drm...
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Starting Load Kernel Module fuse...
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Starting File System Check on Root Device...
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Starting Journal Service...
                    [Tue Apr 12 17:00:36 2022] fuse: init (API version 7.34)
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Starting Load Kernel Modules...
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Starting Coldplug All udev Devices...
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Mounted POSIX Message Queue File System.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Mounted RPC Pipe File System.
                    [Tue Apr 12 17:00:36 2022] systemd[1]: Mounted Kernel Debug File System.
                    [Tue Apr 12 17:00:37 2022] systemd[1]: Mounted Kernel Trace File System.
                    [Tue Apr 12 17:00:37 2022] systemd[1]: Finished Restore / save the current clock.
                    [Tue Apr 12 17:00:37 2022] systemd[1]: Finished Create list of static device nodes for the current kernel.
                    [Tue Apr 12 17:00:37 2022] systemd[1]: modprobe@configfs.service: Succeeded.
                    [Tue Apr 12 17:00:37 2022] systemd[1]: Finished Load Kernel Module configfs.
                    [Tue Apr 12 17:00:37 2022] systemd[1]: modprobe@drm.service: Succeeded.
                    [Tue Apr 12 17:00:37 2022] i2c_dev: i2c /dev entries driver
                    [Tue Apr 12 17:00:37 2022] systemd[1]: Finished Load Kernel Module drm.
                    [Tue Apr 12 17:00:37 2022] systemd[1]: modprobe@fuse.service: Succeeded.
                    [Tue Apr 12 17:00:37 2022] systemd[1]: Finished Load Kernel Module fuse.
                    [Tue Apr 12 17:00:37 2022] systemd[1]: Finished Load Kernel Modules.
                    [Tue Apr 12 17:00:37 2022] systemd[1]: Mounting FUSE Control File System...
                    [Tue Apr 12 17:00:37 2022] systemd[1]: Mounting Kernel Configuration File System...
                    [Tue Apr 12 17:00:37 2022] systemd[1]: Started File System Check Daemon to report status.
                    [Tue Apr 12 17:00:37 2022] systemd[1]: Starting Apply Kernel Variables...
                    [Tue Apr 12 17:00:37 2022] systemd[1]: Mounted FUSE Control File System.
                    [Tue Apr 12 17:00:37 2022] systemd[1]: Mounted Kernel Configuration File System.
                    [Tue Apr 12 17:00:37 2022] systemd[1]: Finished Apply Kernel Variables.
                    [Tue Apr 12 17:00:37 2022] systemd[1]: Started Journal Service.
                    [Tue Apr 12 17:00:38 2022] EXT4-fs (sda2): re-mounted. Opts: (null). Quota mode: none.
                    [Tue Apr 12 17:00:38 2022] systemd-journald[131]: Received client request to flush runtime journal.
                    [Tue Apr 12 17:00:38 2022] systemd-journald[131]: File /var/log/journal/8c4778817d5b4fad92166a8840486cc8/system.journal corrupted or uncleanly shut down, renaming and replacing.
                    [Tue Apr 12 17:00:39 2022] mc: Linux media interface: v0.10
                    [Tue Apr 12 17:00:39 2022] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
                    [Tue Apr 12 17:00:39 2022] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
                    [Tue Apr 12 17:00:39 2022] [vc_sm_connected_init]: start
                    [Tue Apr 12 17:00:39 2022] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
                    [Tue Apr 12 17:00:39 2022] videodev: Linux video capture interface: v2.00
                    [Tue Apr 12 17:00:39 2022] [vc_sm_connected_init]: installed successfully
                    [Tue Apr 12 17:00:39 2022] bcm2835_audio bcm2835_audio: card created with 8 channels
                    [Tue Apr 12 17:00:39 2022] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                    [Tue Apr 12 17:00:39 2022] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                    [Tue Apr 12 17:00:39 2022] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                    [Tue Apr 12 17:00:39 2022] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
                    [Tue Apr 12 17:00:39 2022] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
                    [Tue Apr 12 17:00:39 2022] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
                    [Tue Apr 12 17:00:39 2022] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
                    [Tue Apr 12 17:00:39 2022] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
                    [Tue Apr 12 17:00:39 2022] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
                    [Tue Apr 12 17:00:39 2022] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
                    [Tue Apr 12 17:00:39 2022] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
                    [Tue Apr 12 17:00:39 2022] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
                    [Tue Apr 12 17:00:39 2022] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
                    [Tue Apr 12 17:00:39 2022] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
                    [Tue Apr 12 17:00:39 2022] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
                    [Tue Apr 12 17:00:39 2022] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
                    [Tue Apr 12 17:00:39 2022] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
                    [Tue Apr 12 17:00:39 2022] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
                    [Tue Apr 12 17:00:39 2022] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
                    [Tue Apr 12 17:00:39 2022] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
                    [Tue Apr 12 17:00:39 2022] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
                    [Tue Apr 12 17:00:39 2022] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
                    [Tue Apr 12 17:00:39 2022] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
                    [Tue Apr 12 17:00:39 2022] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
                    [Tue Apr 12 17:00:39 2022] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
                    [Tue Apr 12 17:00:39 2022] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
                    [Tue Apr 12 17:00:39 2022] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
                    [Tue Apr 12 17:00:39 2022] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
                    [Tue Apr 12 17:00:39 2022] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
                    [Tue Apr 12 17:00:39 2022] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
                    [Tue Apr 12 17:00:39 2022] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
                    [Tue Apr 12 17:00:39 2022] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
                    [Tue Apr 12 17:00:39 2022] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
                    [Tue Apr 12 17:00:39 2022] cfg80211: Loading compiled-in X.509 certificates for regulatory database
                    [Tue Apr 12 17:00:40 2022] checking generic (3eaa9000 151800) vs hw (0 ffffffff)
                    [Tue Apr 12 17:00:40 2022] fb0: switching to vc4 from simple
                    [Tue Apr 12 17:00:40 2022] Console: switching to colour dummy device 80x30
                    [Tue Apr 12 17:00:40 2022] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
                    [Tue Apr 12 17:00:40 2022] Registered IR keymap rc-cec
                    [Tue Apr 12 17:00:40 2022] rc rc0: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0
                    [Tue Apr 12 17:00:40 2022] input: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0/input0
                    [Tue Apr 12 17:00:40 2022] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
                    [Tue Apr 12 17:00:40 2022] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
                    [Tue Apr 12 17:00:40 2022] usbcore: registered new interface driver uas
                    [Tue Apr 12 17:00:40 2022] brcmfmac: F1 signature read @0x18000000=0x15264345
                    [Tue Apr 12 17:00:40 2022] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
                    [Tue Apr 12 17:00:40 2022] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.bin failed with error -2
                    [Tue Apr 12 17:00:40 2022] usbcore: registered new interface driver brcmfmac
                    [Tue Apr 12 17:00:40 2022] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
                    [Tue Apr 12 17:00:40 2022] Registered IR keymap rc-cec
                    [Tue Apr 12 17:00:40 2022] rc rc0: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0
                    [Tue Apr 12 17:00:40 2022] input: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0/input1
                    [Tue Apr 12 17:00:40 2022] sd 0:0:0:0: Attached scsi generic sg0 type 0
                    [Tue Apr 12 17:00:40 2022] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
                    [Tue Apr 12 17:00:40 2022] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
                    [Tue Apr 12 17:00:40 2022] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov  1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
                    [Tue Apr 12 17:00:41 2022] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
                    [Tue Apr 12 17:00:41 2022] Registered IR keymap rc-cec
                    [Tue Apr 12 17:00:41 2022] rc rc0: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0
                    [Tue Apr 12 17:00:41 2022] input: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0/input2
                    [Tue Apr 12 17:00:41 2022] vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops [vc4])
                    [Tue Apr 12 17:00:41 2022] vc4-drm soc:gpu: bound 3f004000.txp (ops vc4_txp_ops [vc4])
                    [Tue Apr 12 17:00:41 2022] vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops [vc4])
                    [Tue Apr 12 17:00:41 2022] vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops [vc4])
                    [Tue Apr 12 17:00:41 2022] vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops [vc4])
                    [Tue Apr 12 17:00:41 2022] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4])
                    [Tue Apr 12 17:00:41 2022] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
                    [Tue Apr 12 17:00:41 2022] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes
                    [Tue Apr 12 17:00:42 2022] uart-pl011 3f201000.serial: no DMA platform data
                    [Tue Apr 12 17:00:42 2022] 8021q: 802.1Q VLAN Support v1.8
                    [Tue Apr 12 17:00:43 2022] Adding 102396k swap on /var/swap.  Priority:-2 extents:4 across:135164k FS
                    [Tue Apr 12 17:00:43 2022] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
                    [Tue Apr 12 17:00:43 2022] 8021q: adding VLAN 0 to HW filter on device eth0
                    [Tue Apr 12 17:00:44 2022] lan78xx 1-1.1.1:1.0 eth0: kevent 4 may have been dropped
                    [Tue Apr 12 17:00:44 2022] lan78xx 1-1.1.1:1.0 eth0: kevent 4 may have been dropped
                    [Tue Apr 12 17:00:44 2022] lan78xx 1-1.1.1:1.0 eth0: kevent 4 may have been dropped
                    [Tue Apr 12 17:00:44 2022] lan78xx 1-1.1.1:1.0 eth0: kevent 4 may have been dropped
                    [Tue Apr 12 17:00:44 2022] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
                    [Tue Apr 12 17:00:46 2022] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
                    [Tue Apr 12 17:00:50 2022] Bluetooth: Core ver 2.22
                    [Tue Apr 12 17:00:50 2022] NET: Registered PF_BLUETOOTH protocol family
                    [Tue Apr 12 17:00:50 2022] Bluetooth: HCI device and connection manager initialized
                    [Tue Apr 12 17:00:50 2022] Bluetooth: HCI socket layer initialized
                    [Tue Apr 12 17:00:50 2022] Bluetooth: L2CAP socket layer initialized
                    [Tue Apr 12 17:00:50 2022] Bluetooth: SCO socket layer initialized
                    [Tue Apr 12 17:00:50 2022] Bluetooth: HCI UART driver ver 2.3
                    [Tue Apr 12 17:00:50 2022] Bluetooth: HCI UART protocol H4 registered
                    [Tue Apr 12 17:00:50 2022] Bluetooth: HCI UART protocol Three-wire (H5) registered
                    [Tue Apr 12 17:00:50 2022] Bluetooth: HCI UART protocol Broadcom registered
                    [Tue Apr 12 17:00:51 2022] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
                    [Tue Apr 12 17:00:51 2022] Bluetooth: BNEP filters: protocol multicast
                    [Tue Apr 12 17:00:51 2022] Bluetooth: BNEP socket layer initialized
                    [Tue Apr 12 17:00:51 2022] NET: Registered PF_ALG protocol family
                    [Tue Apr 12 17:00:51 2022] cryptd: max_cpu_qlen set to 1000
                    [Tue Apr 12 17:00:51 2022] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes
                    [Tue Apr 12 17:01:01 2022] cam-dummy-reg: disabling
                    [Tue Apr 12 17:01:14 2022] hdmi-audio-codec hdmi-audio-codec.2.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
                    [Tue Apr 12 17:01:14 2022]  MAI: soc_pcm_open() failed (-19)
                    [Tue Apr 12 17:01:14 2022] hdmi-audio-codec hdmi-audio-codec.2.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
                    [Tue Apr 12 17:01:14 2022]  MAI: soc_pcm_open() failed (-19)
                    [Tue Apr 12 17:01:14 2022] hdmi-audio-codec hdmi-audio-codec.2.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
                    [Tue Apr 12 17:01:14 2022]  MAI: soc_pcm_open() failed (-19)
                    [Tue Apr 12 17:01:14 2022] hdmi-audio-codec hdmi-audio-codec.2.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
                    [Tue Apr 12 17:01:14 2022]  MAI: soc_pcm_open() failed (-19)
                    [Tue Apr 12 17:01:14 2022] hdmi-audio-codec hdmi-audio-codec.2.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
                    [Tue Apr 12 17:01:14 2022]  MAI: soc_pcm_open() failed (-19)
                    [Tue Apr 12 17:01:14 2022] hdmi-audio-codec hdmi-audio-codec.2.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
                    [Tue Apr 12 17:01:14 2022]  MAI: soc_pcm_open() failed (-19)
                    [Tue Apr 12 17:01:14 2022] Bluetooth: RFCOMM TTY layer initialized
                    [Tue Apr 12 17:01:14 2022] Bluetooth: RFCOMM socket layer initialized
                    [Tue Apr 12 17:01:14 2022] Bluetooth: RFCOMM ver 1.11
                    
                    [/s]
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Swisslizard last edited by

                      @swisslizard sagte in CPU Last auf +-100% nach Crash und anschliessendem Restore:

                      Was mache ich falsch (bzw. wie kann ich sehen, dass da was unerwünschtes mitläuft)

                      Im ersten Auszug von htop laufen z.B. der cupsd und pipewire mit. Beides wird eher im Desktopbereich verwendet und wird gestartet, wenn ein Desktop hochgefeuert wird.

                      who -r
                      

                      sollte Run level 3 zurück geben.

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

                        @thomas-braun said in CPU Last auf +-100% nach Crash und anschliessendem Restore:

                        who -r

                        gibt folgendes zurück:

                        run-level 3  2022-04-12 17:00
                        

                        Scheint das erwartete zu sein?

                        In htop sehe ich cupsd und pipewire immer noch und dies obwohl das System nur in die Konsole bootet. War aber wohl schon so als noch alles bestens funktioniert hat.

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

                          @swisslizard

                          Gut, ist auch nur ein 'Nebenschauplatz'.

                          1 Reply Last reply Reply Quote 0
                          • Swisslizard
                            Swisslizard last edited by Swisslizard

                            Nun ist der Raspi mit der ioBroker-Installation über Nacht durchgelaufen und scheint sich erfreulicherweise selbst geheilt zu haben. 🙂

                            Sprich im Gegensatz zu gestern Abend ist nun das Webfrontend wieder erreichbar und auch Befehle in der Kommandozeile werden mit normaler Geschwindigkeit ausgeführt. Habe nun alle Adapter, einer nach dem anderen wieder gestartet (waren alle inaktiv) und alles scheint sich, zumindest auf den ersten Blick, wie gewünscht zu verhalten. D.h. das Problem scheint sich in wohlgefallen aufgelöst zu haben.

                            Wo das Problem genau lag weiss ich leider immer noch nicht. Ev. tatsächlich bei einer Filesystem-Geschichte die sich im laufe der Stunden selber geklärt hat? Ist zwar im Moment nicht mehr wesentlich, aber im Hinblick auf allfällige künftige Probleme würde mich das schon interessieren.

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

                              @swisslizard sagte in CPU Last auf +-100% nach Crash und anschliessendem Restore:

                              Wo das Problem genau lag weiss ich leider immer noch nich

                              denke zum einen,
                              war es dein Script
                              und zum anderen,
                              warst du zu ungedultig beim backup zurück spielen( das kann sich paar Stunden hinziehen)

                              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

                              929
                              Online

                              32.0k
                              Users

                              80.6k
                              Topics

                              1.3m
                              Posts

                              4
                              13
                              525
                              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