Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Raspberry Pi3+ SSD + SWAP

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Raspberry Pi3+ SSD + SWAP

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Guest last edited by

      @dp20eic sagte in Raspberry Pi3+ SSD + SWAP:

      100 Skripte

      100 Skripte verbrauchen auch mehr Ressourcen als weniger, dafür umfangreichere, wenn ich mich recht entsinne.

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

        @thomas-braun said in Raspberry Pi3+ SSD + SWAP:

        System aktuell halten, npx fixen und boot target auf multi-user setzen:
        sudo systemctl set-default multi-user.target iob stop sudo rm /usr/local/bin/npx sudo apt update sudo apt full-upgrade sudo reboot

        Danke für die schnelle Hilfe. Hab jetzt alle Schritte mal ausgeführt. iob diag sieht jetzt so aus:

        ======================= SUMMARY =======================
        		     v.2023-04-02
        
        
        Operatingsystem: 	Raspbian GNU/Linux 11 (bullseye)
        Kernel: 		6.1.21-v8+
        Installation: 		Native
        Timezone: 		Europe/Berlin (CEST, +0200)
        User-ID: 		1000
        X-Server: 		false
        Boot Target: 		multi-user.target
        
        Pending OS-Updates: 	0
        Pending iob updates: 	5
        
        Nodejs-Installation: 	/usr/bin/nodejs 	v16.19.1
        			/usr/bin/node 		v16.19.1
        			/usr/bin/npm 		8.19.3
        			/usr/bin/npx 		8.19.3
        
        Recommended versions are nodejs 18.x.y and npm 9.x.y
        
        MEMORY: 
                       total        used        free      shared  buff/cache   available
        Mem:            3.8G        2.5G        228M        0.0K        1.0G        1.3G
        Swap:            99M          0B         99M
        Total:          3.9G        2.5G        328M
        
        Active iob-Instances: 	38
        Active repo(s): beta
        
        ioBroker Core: 		js-controller 		4.0.24
        			admin 			6.4.3
        
        ioBroker Status: 	iobroker is running on this host.
        
        
        Objects type: jsonl
        States  type: jsonl
        
        Status admin and web instance:
        + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        
        Objects: 		47479
        States: 		30447
        
        Size of iob-Database:
        
        53M	/opt/iobroker/iobroker-data/objects.jsonl
        9.4M	/opt/iobroker/iobroker-data/objects.json.migrated
        9.4M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
        64M	/opt/iobroker/iobroker-data/states.jsonl
        2.4M	/opt/iobroker/iobroker-data/states.json.migrated
        2.4M	/opt/iobroker/iobroker-data/states.json.bak.migrated
        0	/opt/iobroker/iobroker-data/states.json.broken
        
        
        
        =================== END OF SUMMARY ====================
        

        Beobachte jetzt mal, wie es sich weiter verhält. Denke aber, es sieht schon besser aus 🙂

        Thomas Braun ? 2 Replies Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @kimukao last edited by

          @kimukao sagte in Raspberry Pi3+ SSD + SWAP:

          Pending iob updates: 5

          und

          Recommended versions are nodejs 18.x.y and npm 9.x.y

          würde ich noch angehen.

          K 1 Reply Last reply Reply Quote 0
          • ?
            A Former User @kimukao last edited by

            @kimukao sagte in Raspberry Pi3+ SSD + SWAP:

            Beobachte jetzt mal, wie es sich weiter verhält. Denke aber, es sieht schon besser aus

            Moin,

            klar, sieht das jetzt erstmal besser aus, Du hast ja auch einen Reboot gemacht, warte mal ab und beobachte das System mal mit einem der von mir oben genannten Programme, wenn erst mal wieder alle Skripte einmal angelaufen sind, sieht das vielleicht schon wieder anders aus.

            VG
            Bernd

            1 Reply Last reply Reply Quote 0
            • K
              kimukao @Guest last edited by

              @dp20eic said in Raspberry Pi3+ SSD + SWAP:

              kannst Du mal anfangen, Skripte, die nicht lebenswichtig sind zu stoppen.

              Danke. Tatsächlich brauche ich alle. Bewegungsmelder- und Lichtschalter-Skripte könnte ich zusammenführen, das würde einige Skripte einsparen. Wenn das zu besserer Performance führt wäre das eine Überlegung wert. Ich fand es so irgendwie übersichtlicher.

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

                @thomas-braun said in Raspberry Pi3+ SSD + SWAP:

                Pending iob updates: 5

                und

                Recommended versions are nodejs 18.x.y and npm 9.x.y

                würde ich noch angehen.

                Hab ich jetzt auch gemacht. Allerdings jetzt neue Probleme: die 5 Adapter Updates lassen sich nicht durchführen. Bzw. sie laufen durch und zeigen keinen Fehler während des Updates an, anschließend zeigen sie aber immer noch die alte Versionsnummer und definieren sich als updatefähig. Der Klimaanlagenadapter daikin-cloud lässt sich gar nicht mehr starten. Sind da Probleme im Zusammenhang mit der nodejs Verison 18.15.0 bekannt?

                ======================= SUMMARY =======================
                		     v.2023-04-02
                
                
                Operatingsystem: 	Raspbian GNU/Linux 11 (bullseye)
                Kernel: 		6.1.21-v8+
                Installation: 		Native
                Timezone: 		Europe/Berlin (CEST, +0200)
                User-ID: 		1000
                X-Server: 		false
                Boot Target: 		multi-user.target
                
                Pending OS-Updates: 	0
                Pending iob updates: 	5
                
                Nodejs-Installation: 	/usr/bin/nodejs 	v18.15.0
                			/usr/bin/node 		v18.15.0
                			/usr/bin/npm 		9.5.0
                			/usr/bin/npx 		9.5.0
                
                Recommended versions are nodejs 18.x.y and npm 9.x.y
                
                MEMORY: 
                               total        used        free      shared  buff/cache   available
                Mem:            3.8G        2.4G        147M        0.0K        1.2G        1.3G
                Swap:            99M          0B         99M
                Total:          3.9G        2.4G        247M
                
                Active iob-Instances: 	38
                Active repo(s): beta
                
                ioBroker Core: 		js-controller 		4.0.24
                			admin 			6.4.3
                
                ioBroker Status: 	iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                
                Status admin and web instance:
                + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                
                Objects: 		49581
                States: 		32105
                
                Size of iob-Database:
                
                45M	/opt/iobroker/iobroker-data/objects.jsonl
                9.4M	/opt/iobroker/iobroker-data/objects.json.migrated
                9.4M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
                26M	/opt/iobroker/iobroker-data/states.jsonl
                2.4M	/opt/iobroker/iobroker-data/states.json.migrated
                2.4M	/opt/iobroker/iobroker-data/states.json.bak.migrated
                0	/opt/iobroker/iobroker-data/states.json.broken
                
                
                
                =================== END OF SUMMARY ====================
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @kimukao last edited by

                  @kimukao

                  Jag den fixer über das System.

                  K 2 Replies Last reply Reply Quote 0
                  • K
                    kimukao @Thomas Braun last edited by

                    @thomas-braun said in Raspberry Pi3+ SSD + SWAP:

                    Jag den fixer über das System.

                    Hatte ich gleich nach dem nodejs Update gemacht. Aber doppelt gemoppelt hält besser 🙂 Nach zweitem Fix klappt's. Und das Problem mit dem daikin-cloud Adapter ist tatsächlich nach Installation der Github Version jetzt auch Geschichte. Startet wieder. Vielen Dank für die Hilfe!

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

                      @thomas-braun Iobroker scheint erstmal wieder zu laufen. Nach dem Nodejs Update bekomme ich den Unifi Controller auf meinem Pi aber nicht mehr ans Laufen. Gehört zwar vmtl. nicht hier ins Forum, vielleicht weißt Du aber trotzdem Rat?

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

                        @kimukao sagte in Raspberry Pi3+ SSD + SWAP:

                        Nach dem Nodejs Update bekomme ich den Unifi Controller auf meinem Pi aber nicht mehr ans Laufen.

                        Läuft das auch mit nodejs als Laufzeitumgebung?
                        Ansonsten kann das mit dem Upgrade nichts zu tun haben.

                        K Homoran 2 Replies Last reply Reply Quote 0
                        • K
                          kimukao @Thomas Braun last edited by

                          @thomas-braun Das weiß ich leider nicht. Nur, dass es bis zum Update ging und jetzt nicht mehr. Aber vielleicht liegt die Ursache woanders.

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

                            @kimukao sagte in Raspberry Pi3+ SSD + SWAP:

                            Das weiß ich leider nicht.

                            Ich weiß das auch nicht.
                            Wenn du den Dienst manuell startest kommt was in der Konsole?

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

                              @thomas-braun said in Raspberry Pi3+ SSD + SWAP:

                              Wenn du den Dienst manuell startest kommt was in der Konsole?

                              pi@raspberrypi:~ $ sudo systemctl start unifi.service
                              Job for unifi.service failed because the control process exited with error code.
                              See "systemctl status unifi.service" and "journalctl -xe" for details.
                              

                              Wenn ich dann sudo systemctl status unifi.service fordere rödelt er ergebnislos vor sich hin. Es dauert ewig, nichts passiert...

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

                                @kimukao

                                Dann schau mir dem

                                journalctl -xe
                                

                                nach.

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

                                  @thomas-braun said in Raspberry Pi3+ SSD + SWAP:

                                  Dann schau mir dem
                                  journalctl -xe

                                  nach.

                                  Lieder das Gleiche. Null komma nix. Er hängt sich einfach auf.

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

                                    @kimukao

                                    was sagt dmesg oder das systemlog dann?
                                    unifi nochmal installieren? Repositories konsistent?

                                    Ist aber OT, mach einen separaten Threads dazu auf.

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

                                      @thomas-braun said in Raspberry Pi3+ SSD + SWAP:

                                      dmesg

                                      pi@raspberrypi:~ $ dmesg
                                      [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
                                      [    0.000000] Linux version 6.1.21-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1642 SMP PREEMPT Mon Apr  3 17:24:16 BST 2023
                                      [    0.000000] random: crng init done
                                      [    0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.4
                                      [    0.000000] efi: UEFI not found.
                                      [    0.000000] Reserved memory: created CMA memory pool at 0x000000000ec00000, size 512 MiB
                                      [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
                                      [    0.000000] Zone ranges:
                                      [    0.000000]   DMA      [mem 0x0000000000000000-0x000000003fffffff]
                                      [    0.000000]   DMA32    [mem 0x0000000040000000-0x00000000fbffffff]
                                      [    0.000000]   Normal   empty
                                      [    0.000000] Movable zone start for each node
                                      [    0.000000] Early memory node ranges
                                      [    0.000000]   node   0: [mem 0x0000000000000000-0x000000003b2fffff]
                                      [    0.000000]   node   0: [mem 0x0000000040000000-0x00000000fbffffff]
                                      [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff]
                                      [    0.000000] On node 0, zone DMA32: 19712 pages in unavailable ranges
                                      [    0.000000] On node 0, zone DMA32: 16384 pages in unavailable ranges
                                      [    0.000000] percpu: Embedded 29 pages/cpu s78504 r8192 d32088 u118784
                                      [    0.000000] pcpu-alloc: s78504 r8192 d32088 u118784 alloc=29*4096
                                      [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
                                      [    0.000000] Detected PIPT I-cache on CPU0
                                      [    0.000000] CPU features: detected: Spectre-v2
                                      [    0.000000] CPU features: detected: Spectre-v3a
                                      [    0.000000] CPU features: detected: Spectre-v4
                                      [    0.000000] CPU features: detected: Spectre-BHB
                                      [    0.000000] CPU features: kernel page table isolation forced ON by KASLR
                                      [    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
                                      [    0.000000] CPU features: detected: ARM erratum 1742098
                                      [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
                                      [    0.000000] alternatives: applying boot alternatives
                                      [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 996660
                                      [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=E4:5F:01:31:69:F8 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyS0,115200 console=tty1 root=PARTUUID=1cb623ee-02 rootfstype=ext4 fsck.repair=yes rootwait
                                      [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
                                      [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
                                      [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
                                      [    0.000000] software IO TLB: area num 4.
                                      [    0.000000] software IO TLB: mapped [mem 0x0000000037300000-0x000000003b300000] (64MB)
                                      [    0.000000] Memory: 3355924K/4049920K available (11776K kernel code, 2106K rwdata, 3688K rodata, 4160K init, 1077K bss, 169708K reserved, 524288K cma-reserved)
                                      [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
                                      [    0.000000] ftrace: allocating 39744 entries in 156 pages
                                      [    0.000000] ftrace: allocated 156 pages with 4 groups
                                      [    0.000000] trace event string verifier disabled
                                      [    0.000000] rcu: Preemptible hierarchical RCU implementation.
                                      [    0.000000] rcu: 	RCU event tracing is enabled.
                                      [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
                                      [    0.000000] 	Trampoline variant of Tasks RCU enabled.
                                      [    0.000000] 	Rude variant of Tasks RCU enabled.
                                      [    0.000000] 	Tracing variant of Tasks RCU enabled.
                                      [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
                                      [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
                                      [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
                                      [    0.000000] Root IRQ handler: gic_handle_irq
                                      [    0.000000] GIC: Using split EOI/Deactivate mode
                                      [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
                                      [    0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
                                      [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
                                      [    0.000001] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
                                      [    0.000318] Console: colour dummy device 80x25
                                      [    0.000932] printk: console [tty1] enabled
                                      [    0.001001] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
                                      [    0.001042] pid_max: default: 32768 minimum: 301
                                      [    0.001186] LSM: Security Framework initializing
                                      [    0.001420] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
                                      [    0.001509] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
                                      [    0.002824] cgroup: Disabling memory control group subsystem
                                      [    0.005130] cblist_init_generic: Setting adjustable number of callback queues.
                                      [    0.005167] cblist_init_generic: Setting shift to 2 and lim to 1.
                                      [    0.005362] cblist_init_generic: Setting shift to 2 and lim to 1.
                                      [    0.005555] cblist_init_generic: Setting shift to 2 and lim to 1.
                                      [    0.006023] rcu: Hierarchical SRCU implementation.
                                      [    0.006047] rcu: 	Max phase no-delay instances is 1000.
                                      [    0.007387] EFI services will not be available.
                                      [    0.008024] smp: Bringing up secondary CPUs ...
                                      [    0.009127] Detected PIPT I-cache on CPU1
                                      [    0.009289] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
                                      [    0.010460] Detected PIPT I-cache on CPU2
                                      [    0.010581] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
                                      [    0.011715] Detected PIPT I-cache on CPU3
                                      [    0.011843] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
                                      [    0.011991] smp: Brought up 1 node, 4 CPUs
                                      [    0.012083] SMP: Total of 4 processors activated.
                                      [    0.012104] CPU features: detected: 32-bit EL0 Support
                                      [    0.012123] CPU features: detected: 32-bit EL1 Support
                                      [    0.012145] CPU features: detected: CRC32 instructions
                                      [    0.012295] CPU: All CPU(s) started at EL2
                                      [    0.012331] alternatives: applying system-wide alternatives
                                      [    0.014222] devtmpfs: initialized
                                      [    0.026175] Enabled cp15_barrier support
                                      [    0.026241] Enabled setend support
                                      [    0.026474] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
                                      [    0.026526] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
                                      [    0.039778] pinctrl core: initialized pinctrl subsystem
                                      [    0.040741] DMI not present or invalid.
                                      [    0.041440] NET: Registered PF_NETLINK/PF_ROUTE protocol family
                                      [    0.045015] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
                                      [    0.045336] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
                                      [    0.046298] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
                                      [    0.046409] audit: initializing netlink subsys (disabled)
                                      [    0.046693] audit: type=2000 audit(0.044:1): state=initialized audit_enabled=0 res=1
                                      [    0.047301] thermal_sys: Registered thermal governor 'step_wise'
                                      [    0.047393] cpuidle: using governor menu
                                      [    0.047810] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
                                      [    0.048022] ASID allocator initialised with 32768 entries
                                      [    0.048225] Serial: AMBA PL011 UART driver
                                      [    0.061737] bcm2835-mbox fe00b880.mailbox: mailbox enabled
                                      [    0.084308] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-03-17T10:50:39, variant start
                                      [    0.088322] raspberrypi-firmware soc:firmware: Firmware hash is 82f3750a65fadae9a38077e3c2e217ad158c8d54
                                      [    0.104384] KASLR enabled
                                      [    0.138713] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
                                      [    0.144570] SCSI subsystem initialized
                                      [    0.144844] usbcore: registered new interface driver usbfs
                                      [    0.144918] usbcore: registered new interface driver hub
                                      [    0.144997] usbcore: registered new device driver usb
                                      [    0.145399] usb_phy_generic phy: supply vcc not found, using dummy regulator
                                      [    0.145644] usb_phy_generic phy: dummy supplies not allowed for exclusive requests
                                      [    0.146026] pps_core: LinuxPPS API ver. 1 registered
                                      [    0.146050] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
                                      [    0.146092] PTP clock support registered
                                      [    0.147254] vgaarb: loaded
                                      [    0.148017] clocksource: Switched to clocksource arch_sys_counter
                                      [    0.149099] VFS: Disk quotas dquot_6.6.0
                                      [    0.149199] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
                                      [    0.149396] FS-Cache: Loaded
                                      [    0.149647] CacheFiles: Loaded
                                      [    0.160659] NET: Registered PF_INET protocol family
                                      [    0.161331] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
                                      [    0.166343] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
                                      [    0.166427] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
                                      [    0.166470] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
                                      [    0.166715] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
                                      [    0.167708] TCP: Hash tables configured (established 32768 bind 32768)
                                      [    0.167977] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
                                      [    0.168163] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
                                      [    0.168511] NET: Registered PF_UNIX/PF_LOCAL protocol family
                                      [    0.169374] RPC: Registered named UNIX socket transport module.
                                      [    0.169406] RPC: Registered udp transport module.
                                      [    0.169426] RPC: Registered tcp transport module.
                                      [    0.169446] RPC: Registered tcp NFSv4.1 backchannel transport module.
                                      [    0.169481] PCI: CLS 0 bytes, default 64
                                      [    0.172387] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
                                      [    0.172810] kvm [1]: IPA Size Limit: 44 bits
                                      [    0.174143] kvm [1]: vgic interrupt IRQ9
                                      [    0.174394] kvm [1]: Hyp mode initialized successfully
                                      [    1.313937] Initialise system trusted keyrings
                                      [    1.314421] workingset: timestamp_bits=46 max_order=20 bucket_order=0
                                      [    1.322063] zbud: loaded
                                      [    1.325002] NFS: Registering the id_resolver key type
                                      [    1.325064] Key type id_resolver registered
                                      [    1.325085] Key type id_legacy registered
                                      [    1.325224] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
                                      [    1.325254] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
                                      [    1.326712] Key type asymmetric registered
                                      [    1.326745] Asymmetric key parser 'x509' registered
                                      [    1.326837] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
                                      [    1.327126] io scheduler mq-deadline registered
                                      [    1.327154] io scheduler kyber registered
                                      [    1.329019] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 27)
                                      [    1.337940] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
                                      [    1.338007] brcm-pcie fd500000.pcie:   No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
                                      [    1.338113] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x063fffffff -> 0x00c0000000
                                      [    1.338213] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x00ffffffff -> 0x0400000000
                                      [    1.339262] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
                                      [    1.339296] pci_bus 0000:00: root bus resource [bus 00-ff]
                                      [    1.339325] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
                                      [    1.339416] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
                                      [    1.339689] pci 0000:00:00.0: PME# supported from D0 D3hot
                                      [    1.343648] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
                                      [    1.343938] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator
                                      [    1.344189] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator
                                      [    1.344308] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator
                                      [    1.410113] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
                                      [    1.410221] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
                                      [    1.410306] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
                                      [    1.410597] pci 0000:01:00.0: PME# supported from D0 D3hot
                                      [    1.411124] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
                                      [    1.411183] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
                                      [    1.411219] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
                                      [    1.411277] pci 0000:00:00.0: PCI bridge to [bus 01]
                                      [    1.411309] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff]
                                      [    1.424917] iproc-rng200 fe104000.rng: hwrng registered
                                      [    1.425516] vc-mem: phys_addr:0x00000000 mem_base=0x3eb00000 mem_size:0x3ff00000(1023 MiB)
                                      [    1.427051] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
                                      [    1.440107] brd: module loaded
                                      [    1.448825] loop: module loaded
                                      [    1.449668] Loading iSCSI transport class v2.0-870.
                                      [    1.455223] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
                                      [    1.516185] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
                                      [    1.517366] usbcore: registered new interface driver r8152
                                      [    1.517458] usbcore: registered new interface driver lan78xx
                                      [    1.517545] usbcore: registered new interface driver smsc95xx
                                      [    1.565014] pci 0000:00:00.0: enabling device (0000 -> 0002)
                                      [    1.565206] xhci_hcd 0000:01:00.0: xHCI Host Controller
                                      [    1.565250] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
                                      [    1.566074] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0001e40000000890
                                      [    1.567105] xhci_hcd 0000:01:00.0: xHCI Host Controller
                                      [    1.567139] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
                                      [    1.567175] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
                                      [    1.567579] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
                                      [    1.567615] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                                      [    1.567643] usb usb1: Product: xHCI Host Controller
                                      [    1.567666] usb usb1: Manufacturer: Linux 6.1.21-v8+ xhci-hcd
                                      [    1.567689] usb usb1: SerialNumber: 0000:01:00.0
                                      [    1.568505] hub 1-0:1.0: USB hub found
                                      [    1.568588] hub 1-0:1.0: 1 port detected
                                      [    1.569542] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
                                      [    1.569579] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                                      [    1.569607] usb usb2: Product: xHCI Host Controller
                                      [    1.569629] usb usb2: Manufacturer: Linux 6.1.21-v8+ xhci-hcd
                                      [    1.569652] usb usb2: SerialNumber: 0000:01:00.0
                                      [    1.570326] hub 2-0:1.0: USB hub found
                                      [    1.570433] hub 2-0:1.0: 4 ports detected
                                      [    1.572288] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
                                      [    1.572652] dwc_otg: FIQ enabled
                                      [    1.572663] dwc_otg: NAK holdoff enabled
                                      [    1.572673] dwc_otg: FIQ split-transaction FSM enabled
                                      [    1.572690] Module dwc_common_port init
                                      [    1.573256] usbcore: registered new interface driver uas
                                      [    1.573373] usbcore: registered new interface driver usb-storage
                                      [    1.573619] mousedev: PS/2 mouse device common for all mice
                                      [    1.580280] sdhci: Secure Digital Host Controller Interface driver
                                      [    1.580319] sdhci: Copyright(c) Pierre Ossman
                                      [    1.581021] sdhci-pltfm: SDHCI platform and OF driver helper
                                      [    1.584726] ledtrig-cpu: registered to indicate activity on CPUs
                                      [    1.585118] hid: raw HID events driver (C) Jiri Kosina
                                      [    1.585358] usbcore: registered new interface driver usbhid
                                      [    1.585385] usbhid: USB HID core driver
                                      [    1.594684] NET: Registered PF_PACKET protocol family
                                      [    1.594831] Key type dns_resolver registered
                                      [    1.596253] registered taskstats version 1
                                      [    1.596359] Loading compiled-in X.509 certificates
                                      [    1.597274] Key type .fscrypt registered
                                      [    1.597302] Key type fscrypt-provisioning registered
                                      [    1.613942] uart-pl011 fe201000.serial: there is not valid maps for state default
                                      [    1.614726] uart-pl011 fe201000.serial: cts_event_workaround enabled
                                      [    1.614906] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2
                                      [    1.624230] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
                                      [    1.624711] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
                                      [    1.626080] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
                                      [    1.626113] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
                                      [    1.662038] mmc1: Controller never released inhibit bit(s).
                                      [    1.667113] of_cfs_init
                                      [    1.667258] of_cfs_init: OK
                                      [    1.700674] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
                                      [    1.701075] Waiting for root device PARTUUID=1cb623ee-02...
                                      [    1.754374] mmc1: new high speed SDIO card at address 0001
                                      [    1.824071] usb 1-1: new high-speed USB device number 2 using xhci_hcd
                                      [    1.974674] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
                                      [    1.974713] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
                                      [    1.974740] usb 1-1: Product: USB2.0 Hub
                                      [    1.976611] hub 1-1:1.0: USB hub found
                                      [    1.976920] hub 1-1:1.0: 4 ports detected
                                      [    2.272048] usb 1-1.1: new full-speed USB device number 3 using xhci_hcd
                                      [    2.383224] usb 1-1.1: New USB device found, idVendor=1cf1, idProduct=0030, bcdDevice= 1.00
                                      [    2.383262] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                                      [    2.383290] usb 1-1.1: Product: ConBee II
                                      [    2.383312] usb 1-1.1: Manufacturer: dresden elektronik ingenieurtechnik GmbH
                                      [    2.383336] usb 1-1.1: SerialNumber: DE2470913
                                      [    2.468048] usb 1-1.4: new high-speed USB device number 4 using xhci_hcd
                                      [    3.089656] usb 1-1.4: New USB device found, idVendor=04e8, idProduct=4001, bcdDevice= 1.00
                                      [    3.089698] usb 1-1.4: New USB device strings: Mfr=2, Product=3, SerialNumber=1
                                      [    3.089726] usb 1-1.4: Product: PSSD T7
                                      [    3.089748] usb 1-1.4: Manufacturer: Samsung
                                      [    3.089769] usb 1-1.4: SerialNumber: S6XPNS0T503370L
                                      [    3.096488] scsi host0: uas
                                      [    3.270485] scsi 0:0:0:0: Direct-Access     Samsung  PSSD T7          0    PQ: 0 ANSI: 6
                                      [    3.275240] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
                                      [    3.275595] sd 0:0:0:0: [sda] Write Protect is off
                                      [    3.275627] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
                                      [    3.276221] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
                                      [    3.276411] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
                                      [    3.276441] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes
                                      [    3.280274]  sda: sda1 sda2
                                      [    3.280838] sd 0:0:0:0: [sda] Attached SCSI disk
                                      [    3.296474] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
                                      [    3.296600] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                                      [    3.299470] devtmpfs: mounted
                                      [    3.308529] Freeing unused kernel memory: 4160K
                                      [    3.308752] Run /sbin/init as init process
                                      [    3.308773]   with arguments:
                                      [    3.308783]     /sbin/init
                                      [    3.308793]   with environment:
                                      [    3.308802]     HOME=/
                                      [    3.308811]     TERM=linux
                                      [    3.852641] systemd[1]: System time before build time, advancing clock.
                                      [    4.076844] NET: Registered PF_INET6 protocol family
                                      [    4.078744] Segment Routing with IPv6
                                      [    4.078806] In-situ OAM (IOAM) with IPv6
                                      [    4.150835] systemd[1]: systemd 247.3-7+rpi1+deb11u1 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)
                                      [    4.151931] systemd[1]: Detected architecture arm64.
                                      [    4.160706] systemd[1]: Set hostname to <raspberrypi>.
                                      [    5.117848] systemd[1]: Queued start job for default target Multi-User System.
                                      [    5.137818] systemd[1]: Created slice system-getty.slice.
                                      [    5.139795] systemd[1]: Created slice system-modprobe.slice.
                                      [    5.141400] systemd[1]: Created slice system-systemd\x2dfsck.slice.
                                      [    5.142639] systemd[1]: Created slice User and Session Slice.
                                      [    5.143599] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
                                      [    5.144493] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
                                      [    5.146137] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
                                      [    5.146804] systemd[1]: Reached target Local Encrypted Volumes.
                                      [    5.147631] systemd[1]: Reached target Slices.
                                      [    5.148287] systemd[1]: Reached target Swap.
                                      [    5.149724] systemd[1]: Listening on Syslog Socket.
                                      [    5.150942] systemd[1]: Listening on fsck to fsckd communication Socket.
                                      [    5.151914] systemd[1]: Listening on initctl Compatibility Named Pipe.
                                      [    5.153937] systemd[1]: Listening on Journal Audit Socket.
                                      [    5.155178] systemd[1]: Listening on Journal Socket (/dev/log).
                                      [    5.156772] systemd[1]: Listening on Journal Socket.
                                      [    5.159892] systemd[1]: Listening on udev Control Socket.
                                      [    5.161754] systemd[1]: Listening on udev Kernel Socket.
                                      [    5.163220] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
                                      [    5.184596] systemd[1]: Mounting POSIX Message Queue File System...
                                      [    5.190626] systemd[1]: Mounting RPC Pipe File System...
                                      [    5.197564] systemd[1]: Mounting Kernel Debug File System...
                                      [    5.206143] systemd[1]: Mounting Kernel Trace File System...
                                      [    5.207411] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
                                      [    5.330929] systemd[1]: Starting Restore / save the current clock...
                                      [    5.337901] systemd[1]: Starting Set the console keyboard layout...
                                      [    5.345008] systemd[1]: Starting Create list of static device nodes for the current kernel...
                                      [    5.352260] systemd[1]: Starting Load Kernel Module configfs...
                                      [    5.359360] systemd[1]: Starting Load Kernel Module drm...
                                      [    5.366341] systemd[1]: Starting Load Kernel Module fuse...
                                      [    5.372561] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
                                      [    5.380720] systemd[1]: Starting File System Check on Root Device...
                                      [    5.393941] systemd[1]: Starting Journal Service...
                                      [    5.425740] systemd[1]: Starting Load Kernel Modules...
                                      [    5.440998] systemd[1]: Starting Coldplug All udev Devices...
                                      [    5.455617] fuse: init (API version 7.37)
                                      [    5.460231] systemd[1]: Mounted POSIX Message Queue File System.
                                      [    5.461559] systemd[1]: Mounted RPC Pipe File System.
                                      [    5.462649] systemd[1]: Mounted Kernel Debug File System.
                                      [    5.463678] systemd[1]: Mounted Kernel Trace File System.
                                      [    5.466325] systemd[1]: Finished Restore / save the current clock.
                                      [    5.469839] systemd[1]: Finished Create list of static device nodes for the current kernel.
                                      [    5.472578] systemd[1]: modprobe@configfs.service: Succeeded.
                                      [    5.474152] systemd[1]: Finished Load Kernel Module configfs.
                                      [    5.477009] systemd[1]: modprobe@fuse.service: Succeeded.
                                      [    5.478682] systemd[1]: Finished Load Kernel Module fuse.
                                      [    5.486854] systemd[1]: Mounting FUSE Control File System...
                                      [    5.494686] systemd[1]: Mounting Kernel Configuration File System...
                                      [    5.509270] systemd[1]: Started File System Check Daemon to report status.
                                      [    5.529497] systemd[1]: Finished Load Kernel Modules.
                                      [    5.560769] systemd[1]: Starting Apply Kernel Variables...
                                      [    5.570472] systemd[1]: Mounted FUSE Control File System.
                                      [    5.571969] systemd[1]: Mounted Kernel Configuration File System.
                                      [    5.592936] systemd[1]: modprobe@drm.service: Succeeded.
                                      [    5.594472] systemd[1]: Finished Load Kernel Module drm.
                                      [    5.642993] systemd[1]: Finished Apply Kernel Variables.
                                      [    5.678691] systemd[1]: Finished File System Check on Root Device.
                                      [    5.711213] systemd[1]: Starting Remount Root and Kernel File Systems...
                                      [    5.765954] systemd[1]: Started Journal Service.
                                      [    5.883851] EXT4-fs (sda2): re-mounted. Quota mode: none.
                                      [    5.963964] systemd-journald[141]: Received client request to flush runtime journal.
                                      [    5.992619] systemd-journald[141]: File /var/log/journal/e62fdccebd65415cae66edd105f72d4f/system.journal corrupted or uncleanly shut down, renaming and replacing.
                                      [    7.423555] mc: Linux media interface: v0.10
                                      [    7.470246] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
                                      [    7.506788] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
                                      [    7.508309] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
                                      [    7.508342] [vc_sm_connected_init]: start
                                      [    7.516456] [vc_sm_connected_init]: installed successfully
                                      [    7.544960] videodev: Linux video capture interface: v2.00
                                      [    7.548249] bcm2835_audio bcm2835_audio: card created with 8 channels
                                      [    7.713736] brcmstb-i2c fef04500.i2c:  @97500hz registered in polling mode
                                      [    7.714368] brcmstb-i2c fef09500.i2c:  @97500hz registered in polling mode
                                      [    7.775487] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                                      [    7.789507] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                                      [    7.790825] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                                      [    7.807185] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
                                      [    7.856933] rpivid feb10000.codec: Device registered as /dev/video19
                                      [    7.891213] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
                                      [    7.903630] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
                                      [    7.909933] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
                                      [    7.915350] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
                                      [    7.915422] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
                                      [    7.923383] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
                                      [    7.923458] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
                                      [    7.959538] cdc_acm 1-1.1:1.0: ttyACM0: USB ACM device
                                      [    7.960511] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
                                      [    7.962272] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
                                      [    7.962330] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
                                      [    7.968199] usbcore: registered new interface driver cdc_acm
                                      [    7.968250] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
                                      [    7.987124] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
                                      [    8.007021] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
                                      [    8.007087] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
                                      [    8.029580] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
                                      [    8.044458] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
                                      [    8.044523] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
                                      [    8.060830] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
                                      [    8.073225] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
                                      [    8.073278] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
                                      [    8.073300] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
                                      [    8.073318] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
                                      [    8.073347] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
                                      [    8.100805] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
                                      [    8.101592] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
                                      [    8.102221] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
                                      [    8.103209] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
                                      [    8.103249] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
                                      [    8.103271] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
                                      [    8.103289] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
                                      [    8.103306] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
                                      [    8.103701] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
                                      [    8.278137] cfg80211: Loading compiled-in X.509 certificates for regulatory database
                                      [    8.302643] sd 0:0:0:0: Attached scsi generic sg0 type 0
                                      [    8.309662] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
                                      [    8.324672] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
                                      [    8.781438] brcmfmac: F1 signature read @0x18000000=0x15264345
                                      [    8.801981] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
                                      [    8.815078] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
                                      [    8.863098] usbcore: registered new interface driver brcmfmac
                                      [    8.984238] Registered IR keymap rc-cec
                                      [    9.009021] rc rc0: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0
                                      [    9.077433] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov  1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
                                      [    9.088123] input: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input0
                                      [    9.179485] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
                                      [    9.234279] Registered IR keymap rc-cec
                                      [    9.238445] rc rc1: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1
                                      [    9.238705] input: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input1
                                      [    9.274964] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
                                      [    9.275606] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
                                      [    9.276726] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
                                      [    9.277236] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
                                      [    9.277703] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
                                      [    9.278112] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
                                      [    9.278580] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
                                      [    9.306449] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
                                      [    9.310614] vc4-drm gpu: [drm] Cannot find any crtc or sizes
                                      [   38.030685] uart-pl011 fe201000.serial: no DMA platform data
                                      [   38.518663] 8021q: 802.1Q VLAN Support v1.8
                                      [   38.852652] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
                                      [   40.504546] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
                                      [   40.505937] bcmgenet fd580000.ethernet eth0: Link is Down
                                      [   44.608219] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
                                      [   44.608260] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
                                      [   46.753962] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
                                      [   55.160801] Bluetooth: Core ver 2.22
                                      [   55.160955] NET: Registered PF_BLUETOOTH protocol family
                                      [   55.160962] Bluetooth: HCI device and connection manager initialized
                                      [   55.160983] Bluetooth: HCI socket layer initialized
                                      [   55.160993] Bluetooth: L2CAP socket layer initialized
                                      [   55.161014] Bluetooth: SCO socket layer initialized
                                      [   55.509570] Bluetooth: HCI UART driver ver 2.3
                                      [   55.509595] Bluetooth: HCI UART protocol H4 registered
                                      [   55.509668] Bluetooth: HCI UART protocol Three-wire (H5) registered
                                      [   55.509852] Bluetooth: HCI UART protocol Broadcom registered
                                      [   56.059128] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
                                      [   56.059149] Bluetooth: BNEP filters: protocol multicast
                                      [   56.059167] Bluetooth: BNEP socket layer initialized
                                      [   56.067574] Bluetooth: MGMT ver 1.22
                                      [   56.492306] NET: Registered PF_ALG protocol family
                                      [18198.730799] audit: type=1326 audit(1681230234.959:2): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=26526 comm="haveged" exe="/usr/sbin/haveged" sig=31 arch=40000028 syscall=122 compat=1 ip=0xf7e48c2c code=0x80000000
                                      [18199.277877] audit: type=1326 audit(1681230235.507:3): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=26546 comm="haveged" exe="/usr/sbin/haveged" sig=31 arch=40000028 syscall=122 compat=1 ip=0xf7f10c2c code=0x80000000
                                      [18199.708389] audit: type=1326 audit(1681230235.935:4): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=26592 comm="haveged" exe="/usr/sbin/haveged" sig=31 arch=40000028 syscall=122 compat=1 ip=0xf783dc2c code=0x80000000
                                      [18200.221030] audit: type=1326 audit(1681230236.451:5): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=26601 comm="haveged" exe="/usr/sbin/haveged" sig=31 arch=40000028 syscall=122 compat=1 ip=0xf7a38c2c code=0x80000000
                                      [18200.674698] audit: type=1326 audit(1681230236.903:6): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=26606 comm="haveged" exe="/usr/sbin/haveged" sig=31 arch=40000028 syscall=122 compat=1 ip=0xf7b0ec2c code=0x80000000
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @kimukao last edited by

                                        @kimukao

                                        OT, eigenen Thread eröffnen...

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

                                          @thomas-braun sagte in Raspberry Pi3+ SSD + SWAP:

                                          Läuft das auch mit nodejs als Laufzeitumgebung?

                                          meines Wissens läuft das unter java (sic!)

                                          ich hab es aber nie auf dem RasPi ans Laufen bekommen.

                                          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

                                          738
                                          Online

                                          31.7k
                                          Users

                                          79.7k
                                          Topics

                                          1.3m
                                          Posts

                                          11
                                          47
                                          2852
                                          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