Created
July 7, 2022 02:35
-
-
Save adamlwgriffiths/d96e484047822653855cb1aa88a95c48 to your computer and use it in GitHub Desktop.
Raspberry Pi 4B 2GB + NixOS 22.05 + 4K TV
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[nixos@nixos:~]$ dmesg | |
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] | |
[ 0.000000] Linux version 5.15.50 (nixbld@localhost) (gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.38) #1-NixOS SMP Sat Jun 25 13:18:40 UTC 2022 | |
[ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.2 | |
[ 0.000000] efi: UEFI not found. | |
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000037400000, size 64 MiB | |
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool | |
[ 0.000000] NUMA: No NUMA configuration found | |
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff] | |
[ 0.000000] NUMA: NODE_DATA [mem 0x7fbf8140-0x7fbfafff] | |
[ 0.000000] Zone ranges: | |
[ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff] | |
[ 0.000000] DMA32 [mem 0x0000000040000000-0x000000007fffffff] | |
[ 0.000000] Normal empty | |
[ 0.000000] Device empty | |
[ 0.000000] Movable zone start for each node | |
[ 0.000000] Early memory node ranges | |
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff] | |
[ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff] | |
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] | |
[ 0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges | |
[ 0.000000] percpu: Embedded 30 pages/cpu s82456 r8192 d32232 u122880 | |
[ 0.000000] pcpu-alloc: s82456 r8192 d32232 u122880 alloc=30*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 errata 1165522, 1319367, or 1530923 | |
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 496944 | |
[ 0.000000] Policy zone: DMA32 | |
[ 0.000000] Kernel command line: init=/nix/store/1ilkhwzf4ljrwz92n7gi9lsj0ipx64ii-nixos-system-nixos-22.05.1437.e8d47977286/init console=ttyS0,115200n8 console=ttyAMA0,115200n8 console=tty0 loglevel=7 | |
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) | |
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) | |
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off | |
[ 0.000000] software IO TLB: mapped [mem 0x0000000033400000-0x0000000037400000] (64MB) | |
[ 0.000000] Memory: 1791064K/2019328K available (19520K kernel code, 4566K rwdata, 10604K rodata, 10368K init, 636K bss, 162728K reserved, 65536K cma-reserved) | |
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 | |
[ 0.000000] ftrace: allocating 64171 entries in 251 pages | |
[ 0.000000] ftrace: allocated 251 pages with 7 groups | |
[ 0.000000] trace event string verifier disabled | |
[ 0.000000] rcu: Hierarchical RCU implementation. | |
[ 0.000000] rcu: RCU event tracing is enabled. | |
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=384 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] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 10) | |
[ 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.000299] Console: colour dummy device 80x25 | |
[ 0.000731] printk: console [tty0] enabled | |
[ 0.000836] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) | |
[ 0.000866] pid_max: default: 32768 minimum: 301 | |
[ 0.000966] LSM: Security Framework initializing | |
[ 0.001011] landlock: Up and running. | |
[ 0.001023] Yama: becoming mindful. | |
[ 0.001080] LSM support for eBPF active | |
[ 0.001206] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) | |
[ 0.001251] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) | |
[ 0.003743] rcu: Hierarchical SRCU implementation. | |
[ 0.007360] EFI services will not be available. | |
[ 0.007808] smp: Bringing up secondary CPUs ... | |
[ 0.008593] Detected PIPT I-cache on CPU1 | |
[ 0.008666] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] | |
[ 0.009425] Detected PIPT I-cache on CPU2 | |
[ 0.009474] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] | |
[ 0.010224] Detected PIPT I-cache on CPU3 | |
[ 0.010273] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] | |
[ 0.010382] smp: Brought up 1 node, 4 CPUs | |
[ 0.010450] SMP: Total of 4 processors activated. | |
[ 0.010464] CPU features: detected: 32-bit EL0 Support | |
[ 0.010476] CPU features: detected: 32-bit EL1 Support | |
[ 0.010490] CPU features: detected: CRC32 instructions | |
[ 0.041000] CPU: All CPU(s) started at EL2 | |
[ 0.041168] alternatives: patching kernel code | |
[ 0.043204] devtmpfs: initialized | |
[ 0.049961] KASLR enabled | |
[ 0.050191] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
[ 0.050230] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) | |
[ 0.051912] pinctrl core: initialized pinctrl subsystem | |
[ 0.053175] DMI not present or invalid. | |
[ 0.054063] NET: Registered PF_NETLINK/PF_ROUTE protocol family | |
[ 0.055965] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations | |
[ 0.056122] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations | |
[ 0.056339] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations | |
[ 0.056463] audit: initializing netlink subsys (disabled) | |
[ 0.056691] audit: type=2000 audit(0.056:1): state=initialized audit_enabled=0 res=1 | |
[ 0.057900] thermal_sys: Registered thermal governor 'step_wise' | |
[ 0.057908] thermal_sys: Registered thermal governor 'power_allocator' | |
[ 0.058143] cpuidle: using governor menu | |
[ 0.058427] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. | |
[ 0.058574] ASID allocator initialised with 32768 entries | |
[ 0.060403] Serial: AMBA PL011 UART driver | |
[ 0.098647] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages | |
[ 0.098687] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages | |
[ 0.098704] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages | |
[ 0.098720] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages | |
[ 0.100903] cryptd: max_cpu_qlen set to 1000 | |
[ 0.104731] fbcon: Taking over console | |
[ 0.104797] ACPI: Interpreter disabled. | |
[ 0.107242] iommu: Default domain type: Translated | |
[ 0.107264] iommu: DMA domain TLB invalidation policy: strict mode | |
[ 0.107587] vgaarb: loaded | |
[ 0.108060] SCSI subsystem initialized | |
[ 0.108292] libata version 3.00 loaded. | |
[ 0.108524] usbcore: registered new interface driver usbfs | |
[ 0.108586] usbcore: registered new interface driver hub | |
[ 0.108633] usbcore: registered new device driver usb | |
[ 0.108841] usb_phy_generic phy: supply vcc not found, using dummy regulator | |
[ 0.108988] usb_phy_generic phy: dummy supplies not allowed for exclusive requests | |
[ 0.109840] pps_core: LinuxPPS API ver. 1 registered | |
[ 0.109856] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> | |
[ 0.109885] PTP clock support registered | |
[ 0.110075] EDAC MC: Ver: 3.0.0 | |
[ 0.111905] FPGA manager framework | |
[ 0.112021] Advanced Linux Sound Architecture Driver Initialized. | |
[ 0.113098] clocksource: Switched to clocksource arch_sys_counter | |
[ 0.183662] VFS: Disk quotas dquot_6.6.0 | |
[ 0.183761] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
[ 0.184195] pnp: PnP ACPI: disabled | |
[ 0.192746] NET: Registered PF_INET protocol family | |
[ 0.193132] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) | |
[ 0.195049] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) | |
[ 0.195099] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) | |
[ 0.195173] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) | |
[ 0.195295] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) | |
[ 0.195532] TCP: Hash tables configured (established 16384 bind 16384) | |
[ 0.195843] MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear) | |
[ 0.195926] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) | |
[ 0.195971] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) | |
[ 0.196133] NET: Registered PF_UNIX/PF_LOCAL protocol family | |
[ 0.196830] RPC: Registered named UNIX socket transport module. | |
[ 0.196852] RPC: Registered udp transport module. | |
[ 0.196865] RPC: Registered tcp transport module. | |
[ 0.196877] RPC: Registered tcp NFSv4.1 backchannel transport module. | |
[ 0.196893] NET: Registered PF_XDP protocol family | |
[ 0.196916] PCI: CLS 0 bytes, default 64 | |
[ 0.197210] Trying to unpack rootfs image as initramfs... | |
[ 0.600471] Freeing initrd memory: 10052K | |
[ 1.124930] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available | |
[ 1.125154] kvm [1]: IPA Size Limit: 44 bits | |
[ 1.127457] kvm [1]: vgic interrupt IRQ9 | |
[ 1.127645] kvm [1]: Hyp mode initialized successfully | |
[ 1.130194] Initialise system trusted keyrings | |
[ 1.130486] workingset: timestamp_bits=42 max_order=19 bucket_order=0 | |
[ 1.136702] zbud: loaded | |
[ 1.138843] squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
[ 1.139611] NFS: Registering the id_resolver key type | |
[ 1.139660] Key type id_resolver registered | |
[ 1.139674] Key type id_legacy registered | |
[ 1.139773] nfs4filelayout_init: NFSv4 File Layout Driver Registering... | |
[ 1.139792] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... | |
[ 1.139993] 9p: Installing v9fs 9p2000 file system support | |
[ 1.204894] Key type asymmetric registered | |
[ 1.204916] Asymmetric key parser 'x509' registered | |
[ 1.204999] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) | |
[ 1.205503] io scheduler mq-deadline registered | |
[ 1.205523] io scheduler kyber registered | |
[ 1.221610] EINJ: ACPI disabled. | |
[ 1.244260] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | |
[ 1.246535] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 27, base_baud = 62499999) is a 16550 | |
[ 1.248250] SuperH (H)SCI(F) driver initialized | |
[ 1.248870] msm_serial: driver initialized | |
[ 1.259125] loop: module loaded | |
[ 1.260383] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver | |
[ 1.261477] megasas: 07.717.02.00-rc1 | |
[ 1.268458] tun: Universal TUN/TAP device driver, 1.6 | |
[ 1.269587] thunder_xcv, ver 1.0 | |
[ 1.269644] thunder_bgx, ver 1.0 | |
[ 1.269697] nicpf, ver 1.0 | |
[ 1.271257] hclge is initializing | |
[ 1.271291] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version | |
[ 1.271309] hns3: Copyright (c) 2017 Huawei Corporation. | |
[ 1.271377] e1000: Intel(R) PRO/1000 Network Driver | |
[ 1.271392] e1000: Copyright (c) 1999-2006 Intel Corporation. | |
[ 1.271456] e1000e: Intel(R) PRO/1000 Network Driver | |
[ 1.271469] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. | |
[ 1.271524] igb: Intel(R) Gigabit Ethernet Network Driver | |
[ 1.271539] igb: Copyright (c) 2007-2014 Intel Corporation. | |
[ 1.271581] igbvf: Intel(R) Gigabit Virtual Function Network Driver | |
[ 1.271596] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. | |
[ 1.272001] sky2: driver version 1.30 | |
[ 1.273220] VFIO - User Level meta-driver version: 0.3 | |
[ 1.275720] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
[ 1.275764] ehci-pci: EHCI PCI platform driver | |
[ 1.275814] ehci-platform: EHCI generic platform driver | |
[ 1.275965] ehci-orion: EHCI orion driver | |
[ 1.276096] ehci-exynos: EHCI Exynos driver | |
[ 1.276219] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver | |
[ 1.276242] ohci-pci: OHCI PCI platform driver | |
[ 1.276289] ohci-platform: OHCI generic platform driver | |
[ 1.276437] ohci-exynos: OHCI Exynos driver | |
[ 1.276973] usbcore: registered new interface driver usb-storage | |
[ 1.280153] i2c_dev: i2c /dev entries driver | |
[ 1.282572] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode | |
[ 1.282992] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode | |
[ 1.286678] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer | |
[ 1.288810] sdhci: Secure Digital Host Controller Interface driver | |
[ 1.288838] sdhci: Copyright(c) Pierre Ossman | |
[ 1.289754] Synopsys Designware Multimedia Card Interface Driver | |
[ 1.290978] sdhci-pltfm: SDHCI platform and OF driver helper | |
[ 1.293381] ledtrig-cpu: registered to indicate activity on CPUs | |
[ 1.295233] hid: raw HID events driver (C) Jiri Kosina | |
[ 1.295821] usbcore: registered new interface driver usbhid | |
[ 1.295839] usbhid: USB HID core driver | |
[ 1.296157] ashmem: initialized | |
[ 1.296748] bcm2835-mbox fe00b880.mailbox: mailbox enabled | |
[ 1.302238] drop_monitor: Initializing network drop monitor service | |
[ 1.302965] NET: Registered PF_INET6 protocol family | |
[ 1.306398] Segment Routing with IPv6 | |
[ 1.306479] In-situ OAM (IOAM) with IPv6 | |
[ 1.306572] NET: Registered PF_PACKET protocol family | |
[ 1.306878] 9pnet: Installing 9P2000 support | |
[ 1.306965] Key type dns_resolver registered | |
[ 1.307744] registered taskstats version 1 | |
[ 1.307771] Loading compiled-in X.509 certificates | |
[ 1.307983] zswap: loaded using pool lzo/zbud | |
[ 1.308608] Key type ._fscrypt registered | |
[ 1.308627] Key type .fscrypt registered | |
[ 1.308639] Key type fscrypt-provisioning registered | |
[ 1.314266] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 25, base_baud = 0) is a PL011 rev2 | |
[ 2.573863] printk: console [ttyAMA0] enabled | |
[ 2.578443] serial serial0: tty port ttyAMA0 registered | |
[ 2.586126] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-03-24T13:19:26 | |
[ 2.598456] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator | |
[ 2.605805] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator | |
[ 2.714053] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM | |
[ 2.728907] sdhci-iproc fe300000.mmc: allocated mmc-pwrseq | |
[ 2.738090] ALSA device list: | |
[ 2.741113] No soundcards found. | |
[ 2.766713] mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO | |
[ 2.774876] mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA | |
[ 2.797434] Freeing unused kernel memory: 10368K | |
[ 2.802306] Run /init as init process | |
[ 2.805985] with arguments: | |
[ 2.805993] /init | |
[ 2.806000] with environment: | |
[ 2.806005] HOME=/ | |
[ 2.806011] TERM=linux | |
[ 2.866974] mmc0: new high speed SDIO card at address 0001 | |
[ 2.885622] mmc1: new ultra high speed DDR50 SDHC card at address aaaa | |
[ 2.893135] mmcblk1: mmc1:aaaa SM32G 29.7 GiB | |
[ 2.900229] mmcblk1: p1 p2 | |
[ 2.931660] stage-1-init: [Thu Jan 1 00:00:02 UTC 1970] loading module dm_mod... | |
[ 2.961491] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: [email protected] | |
[ 2.975305] stage-1-init: [Thu Jan 1 00:00:02 UTC 1970] running udev... | |
[ 3.026939] stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] Starting version 250.4 | |
[ 3.250297] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: | |
[ 3.257389] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] | |
[ 3.266872] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 | |
[ 3.275476] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 | |
[ 3.337497] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) | |
[ 3.344541] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 | |
[ 3.384029] pci_bus 0000:00: root bus resource [bus 00-ff] | |
[ 3.391952] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) | |
[ 3.402534] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 | |
[ 3.408711] pci 0000:00:00.0: PME# supported from D0 D3hot | |
[ 3.417439] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 | |
[ 3.423622] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] | |
[ 3.430659] pci 0000:01:00.0: PME# supported from D0 D3cold | |
[ 3.459484] pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff] | |
[ 3.466687] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] | |
[ 3.474323] pci 0000:00:00.0: PCI bridge to [bus 01] | |
[ 3.479356] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] | |
[ 3.486676] pcieport 0000:00:00.0: enabling device (0000 -> 0002) | |
[ 3.493022] pcieport 0000:00:00.0: PME: Signaling with IRQ 64 | |
[ 3.534324] stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] starting device mapper and LVM... | |
[ 3.540484] random: lvm: uninitialized urandom read (4 bytes read) | |
[ 3.658944] stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] checking /dev/disk/by-label/NIXOS_SD... | |
[ 3.663166] stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] fsck (busybox 1.35.0) | |
[ 3.667789] stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] [fsck.ext4 (1) -- /mnt-root/] fsck.ext4 -a /dev/disk/by-label/NIXOS_SD | |
[ 3.675709] stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] NIXOS_SD: clean, 127603/1881152 files, 783846/7782016 blocks | |
[ 3.683167] stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] mounting /dev/disk/by-label/NIXOS_SD on /... | |
[ 3.697685] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. | |
[ 4.321564] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null). Quota mode: none. | |
[ 4.333288] booting system configuration /nix/store/1ilkhwzf4ljrwz92n7gi9lsj0ipx64ii-nixos-system-nixos-22.05.1437.e8d47977286 | |
[ 4.455758] stage-2-init: running activation script... | |
[ 4.715806] random: perl: uninitialized urandom read (4 bytes read) | |
[ 5.426852] random: perl: uninitialized urandom read (4 bytes read) | |
[ 5.490458] stage-2-init: setting up /etc... | |
[ 5.508621] random: perl: uninitialized urandom read (4 bytes read) | |
[ 6.882171] systemd[1]: System time before build time, advancing clock. | |
[ 6.988392] systemd[1]: systemd 250.4 running in system mode (+PAM +AUDIT -SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified) | |
[ 7.020328] systemd[1]: Detected architecture arm64. | |
[ 7.705524] systemd[1]: Queued start job for default target Multi-User System. | |
[ 7.714145] random: systemd: uninitialized urandom read (16 bytes read) | |
[ 7.727007] systemd[1]: Created slice Slice /system/getty. | |
[ 7.733180] random: systemd: uninitialized urandom read (16 bytes read) | |
[ 7.742485] systemd[1]: Created slice Slice /system/modprobe. | |
[ 7.748655] random: systemd: uninitialized urandom read (16 bytes read) | |
[ 7.757953] systemd[1]: Created slice User and Session Slice. | |
[ 7.764429] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. | |
[ 7.773034] systemd[1]: Started Forward Password Requests to Wall Directory Watch. | |
[ 7.781054] systemd[1]: Reached target Local Encrypted Volumes. | |
[ 7.787371] systemd[1]: Reached target Containers. | |
[ 7.792658] systemd[1]: Reached target Path Units. | |
[ 7.797823] systemd[1]: Reached target Remote File Systems. | |
[ 7.803714] systemd[1]: Reached target Slice Units. | |
[ 7.808989] systemd[1]: Reached target Swaps. | |
[ 7.813684] systemd[1]: Reached target ZFS pool import target. | |
[ 7.829907] systemd[1]: Listening on Process Core Dump Socket. | |
[ 7.837056] systemd[1]: Listening on Journal Audit Socket. | |
[ 7.843537] systemd[1]: Listening on Journal Socket (/dev/log). | |
[ 7.850408] systemd[1]: Listening on Journal Socket. | |
[ 7.857163] systemd[1]: Listening on udev Control Socket. | |
[ 7.863471] systemd[1]: Listening on udev Kernel Socket. | |
[ 7.874596] systemd[1]: Mounting Huge Pages File System... | |
[ 7.886276] systemd[1]: Mounting POSIX Message Queue File System... | |
[ 7.898637] systemd[1]: Mounting Kernel Debug File System... | |
[ 7.910730] systemd[1]: Starting Create List of Static Device Nodes... | |
[ 7.923365] systemd[1]: Starting Load Kernel Module configfs... | |
[ 7.935905] systemd[1]: Starting Load Kernel Module drm... | |
[ 7.947862] systemd[1]: Starting Load Kernel Module fuse... | |
[ 7.959025] systemd[1]: Starting mount-pstore.service... | |
[ 7.965281] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/). | |
[ 7.985897] systemd[1]: Starting Journal Service... | |
[ 7.992940] fuse: init (API version 7.34) | |
[ 8.000135] systemd[1]: Starting Load Kernel Modules... | |
[ 8.011791] systemd[1]: Starting Remount Root and Kernel File Systems... | |
[ 8.025401] systemd[1]: Starting Coldplug All udev Devices... | |
[ 8.046806] systemd[1]: Mounted Huge Pages File System. | |
[ 8.053855] systemd[1]: Mounted POSIX Message Queue File System. | |
[ 8.061202] systemd[1]: Mounted Kernel Debug File System. | |
[ 8.068708] systemd[1]: Finished Create List of Static Device Nodes. | |
[ 8.078048] systemd[1]: [email protected]: Deactivated successfully. | |
[ 8.086754] systemd[1]: Finished Load Kernel Module configfs. | |
[ 8.096082] systemd[1]: [email protected]: Deactivated successfully. | |
[ 8.104040] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null). Quota mode: none. | |
[ 8.109398] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. | |
[ 8.111792] systemd[1]: Finished Load Kernel Module drm. | |
[ 8.131233] audit: type=1130 audit(1640290181.247:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 8.136594] systemd[1]: [email protected]: Deactivated successfully. | |
[ 8.154608] audit: type=1131 audit(1640290181.247:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 8.162992] systemd[1]: Finished Load Kernel Module fuse. | |
[ 8.191083] systemd[1]: Started Journal Service. | |
[ 8.194733] audit: type=1130 audit(1640290181.307:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 8.219934] audit: type=1131 audit(1640290181.307:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 8.247973] audit: type=1130 audit(1640290181.335:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 8.271608] audit: type=1130 audit(1640290181.359:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 8.296033] audit: type=1334 audit(1640290181.387:8): prog-id=42 op=LOAD | |
[ 8.309542] audit: type=1334 audit(1640290181.411:9): prog-id=43 op=LOAD | |
[ 8.315757] spl: loading out-of-tree module taints kernel. | |
[ 8.322119] audit: type=1334 audit(1640290181.439:10): prog-id=44 op=LOAD | |
[ 8.329890] audit: type=1334 audit(1640290181.447:11): prog-id=45 op=LOAD | |
[ 8.373876] systemd-journald[479]: Received client request to flush runtime journal. | |
[ 8.376298] icp: module license 'CDDL' taints kernel. | |
[ 8.386869] Disabling lock debugging due to kernel taint | |
[ 8.416075] systemd-journald[479]: File /var/log/journal/ea2c1ed9ee324541aac726e9d9b77610/system.journal corrupted or uncleanly shut down, renaming and replacing. | |
[ 8.732284] urandom_read_iter: 53 callbacks suppressed | |
[ 8.732305] random: systemd-journal: uninitialized urandom read (16 bytes read) | |
[ 8.749206] random: systemd-journal: uninitialized urandom read (16 bytes read) | |
[ 8.760180] random: systemd-journal: uninitialized urandom read (16 bytes read) | |
[ 9.623822] ZFS: Loaded module v2.1.5-1, ZFS pool version 5000, ZFS filesystem version 5 | |
[ 10.281165] random: crng init done | |
[ 10.284606] random: 16 urandom warning(s) missed due to ratelimiting | |
[ 10.359981] systemd-journald[479]: Oldest entry in /var/log/journal/ea2c1ed9ee324541aac726e9d9b77610/system.journal is older than the configured file retention duration (1month), suggesting rotation. | |
[ 10.383911] systemd-journald[479]: /var/log/journal/ea2c1ed9ee324541aac726e9d9b77610/system.journal: Journal header limits reached or header out-of-date, rotating. | |
[ 10.773827] vchiq: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 10.903755] iproc-rng200 fe104000.rng: hwrng registered | |
[ 10.984642] 8021q: 802.1Q VLAN Support v1.8 | |
[ 10.988085] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 | |
[ 11.068635] xhci_hcd 0000:01:00.0: enabling device (0000 -> 0002) | |
[ 11.075268] xhci_hcd 0000:01:00.0: xHCI Host Controller | |
[ 11.080770] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 | |
[ 11.090088] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000040000000890 | |
[ 11.105699] hub 1-0:1.0: USB hub found | |
[ 11.109817] hub 1-0:1.0: 1 port detected | |
[ 11.124740] xhci_hcd 0000:01:00.0: xHCI Host Controller | |
[ 11.131366] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus | |
[ 11.136274] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 | |
[ 11.156338] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed | |
[ 11.165035] hub 2-0:1.0: USB hub found | |
[ 11.176603] hub 2-0:1.0: 4 ports detected | |
[ 11.209482] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 11.377175] usb 1-1: new high-speed USB device number 2 using xhci_hcd | |
[ 11.389048] cfg80211: Loading compiled-in X.509 certificates for regulatory database | |
[ 11.438309] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' | |
[ 11.537866] hub 1-1:1.0: USB hub found | |
[ 11.542034] hub 1-1:1.0: 4 ports detected | |
[ 11.559289] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 11.754635] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 11.777363] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 | |
[ 11.787536] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2 | |
[ 11.792659] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 11.794832] Bluetooth: Core ver 2.22 | |
[ 11.794962] NET: Registered PF_BLUETOOTH protocol family | |
[ 11.794969] Bluetooth: HCI device and connection manager initialized | |
[ 11.794989] Bluetooth: HCI socket layer initialized | |
[ 11.794999] Bluetooth: L2CAP socket layer initialized | |
[ 11.795022] Bluetooth: SCO socket layer initialized | |
[ 11.802657] usbcore: registered new interface driver brcmfmac | |
[ 11.926696] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 11.954743] Bluetooth: HCI UART driver ver 2.3 | |
[ 11.959286] Bluetooth: HCI UART protocol H4 registered | |
[ 11.964493] Bluetooth: HCI UART protocol BCSP registered | |
[ 11.970008] Bluetooth: HCI UART protocol LL registered | |
[ 11.975699] Bluetooth: HCI UART protocol Broadcom registered | |
[ 11.977306] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator | |
[ 11.981545] Bluetooth: HCI UART protocol QCA registered | |
[ 11.993269] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator | |
[ 12.059614] mc: Linux media interface: v0.10 | |
[ 12.121466] uart-pl011 fe201000.serial: no DMA platform data | |
[ 12.131584] bcm2835_audio bcm2835_audio: card created with 8 channels | |
[ 12.143106] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 12.173647] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 12.195247] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 | |
[ 12.219828] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2 | |
[ 12.235557] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 12.263381] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) | |
[ 12.264203] bcmgenet fd580000.ethernet eth0: Link is Down | |
[ 12.277453] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) | |
[ 12.312486] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) | |
[ 12.313145] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) | |
[ 12.313810] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
[ 12.314422] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
[ 12.314893] videodev: Linux video capture interface: v2.00 | |
[ 12.315100] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
[ 12.315842] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
[ 12.319384] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0 | |
[ 12.321806] vc4-drm gpu: [drm] Cannot find any crtc or sizes | |
[ 12.343706] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 12.352795] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 14.397098] Bluetooth: hci0: command 0x1001 tx timeout | |
[ 15.325230] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx | |
[ 15.325757] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready | |
[ 22.493105] Bluetooth: hci0: BCM: Reading local version info failed (-110) | |
[ 22.493556] Bluetooth: hci0: hardware error 0x00 | |
[ 24.509097] Bluetooth: hci0: command 0xfc18 tx timeout | |
[ 32.733105] Bluetooth: hci0: BCM: failed to write update baudrate (-110) | |
[ 32.739835] Bluetooth: hci0: Failed to set baudrate | |
[ 34.749102] Bluetooth: hci0: command 0x0c03 tx timeout | |
[ 42.973103] Bluetooth: hci0: BCM: Reset failed (-110) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[nixos@nixos:~]$ journalctl -b | cat | |
Dec 23 20:09:41 nixos kernel: Booting Linux on physical CPU 0x0000000000 [0x410fd083] | |
Dec 23 20:09:41 nixos kernel: Linux version 5.15.50 (nixbld@localhost) (gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.38) #1-NixOS SMP Sat Jun 25 13:18:40 UTC 2022 | |
Dec 23 20:09:41 nixos kernel: Machine model: Raspberry Pi 4 Model B Rev 1.2 | |
Dec 23 20:09:41 nixos kernel: efi: UEFI not found. | |
Dec 23 20:09:41 nixos kernel: Reserved memory: created CMA memory pool at 0x0000000037400000, size 64 MiB | |
Dec 23 20:09:41 nixos kernel: OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool | |
Dec 23 20:09:41 nixos kernel: NUMA: No NUMA configuration found | |
Dec 23 20:09:41 nixos kernel: NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff] | |
Dec 23 20:09:41 nixos kernel: NUMA: NODE_DATA [mem 0x7fbf8140-0x7fbfafff] | |
Dec 23 20:09:41 nixos kernel: Zone ranges: | |
Dec 23 20:09:41 nixos kernel: DMA [mem 0x0000000000000000-0x000000003fffffff] | |
Dec 23 20:09:41 nixos kernel: DMA32 [mem 0x0000000040000000-0x000000007fffffff] | |
Dec 23 20:09:41 nixos kernel: Normal empty | |
Dec 23 20:09:41 nixos kernel: Device empty | |
Dec 23 20:09:41 nixos kernel: Movable zone start for each node | |
Dec 23 20:09:41 nixos kernel: Early memory node ranges | |
Dec 23 20:09:41 nixos kernel: node 0: [mem 0x0000000000000000-0x000000003b3fffff] | |
Dec 23 20:09:41 nixos kernel: node 0: [mem 0x0000000040000000-0x000000007fffffff] | |
Dec 23 20:09:41 nixos kernel: Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] | |
Dec 23 20:09:41 nixos kernel: On node 0, zone DMA32: 19456 pages in unavailable ranges | |
Dec 23 20:09:41 nixos kernel: percpu: Embedded 30 pages/cpu s82456 r8192 d32232 u122880 | |
Dec 23 20:09:41 nixos kernel: pcpu-alloc: s82456 r8192 d32232 u122880 alloc=30*4096 | |
Dec 23 20:09:41 nixos kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 | |
Dec 23 20:09:41 nixos kernel: Detected PIPT I-cache on CPU0 | |
Dec 23 20:09:41 nixos kernel: CPU features: detected: Spectre-v2 | |
Dec 23 20:09:41 nixos kernel: CPU features: detected: Spectre-v3a | |
Dec 23 20:09:41 nixos kernel: CPU features: detected: Spectre-v4 | |
Dec 23 20:09:41 nixos kernel: CPU features: detected: Spectre-BHB | |
Dec 23 20:09:41 nixos kernel: CPU features: kernel page table isolation forced ON by KASLR | |
Dec 23 20:09:41 nixos kernel: CPU features: detected: Kernel page table isolation (KPTI) | |
Dec 23 20:09:41 nixos kernel: CPU features: detected: ARM errata 1165522, 1319367, or 1530923 | |
Dec 23 20:09:41 nixos kernel: Built 1 zonelists, mobility grouping on. Total pages: 496944 | |
Dec 23 20:09:41 nixos kernel: Policy zone: DMA32 | |
Dec 23 20:09:41 nixos kernel: Kernel command line: init=/nix/store/1ilkhwzf4ljrwz92n7gi9lsj0ipx64ii-nixos-system-nixos-22.05.1437.e8d47977286/init console=ttyS0,115200n8 console=ttyAMA0,115200n8 console=tty0 loglevel=7 | |
Dec 23 20:09:41 nixos kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: mem auto-init: stack:off, heap alloc:off, heap free:off | |
Dec 23 20:09:41 nixos kernel: software IO TLB: mapped [mem 0x0000000033400000-0x0000000037400000] (64MB) | |
Dec 23 20:09:41 nixos kernel: Memory: 1791064K/2019328K available (19520K kernel code, 4566K rwdata, 10604K rodata, 10368K init, 636K bss, 162728K reserved, 65536K cma-reserved) | |
Dec 23 20:09:41 nixos kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 | |
Dec 23 20:09:41 nixos kernel: ftrace: allocating 64171 entries in 251 pages | |
Dec 23 20:09:41 nixos kernel: ftrace: allocated 251 pages with 7 groups | |
Dec 23 20:09:41 nixos kernel: trace event string verifier disabled | |
Dec 23 20:09:41 nixos kernel: rcu: Hierarchical RCU implementation. | |
Dec 23 20:09:41 nixos kernel: rcu: RCU event tracing is enabled. | |
Dec 23 20:09:41 nixos kernel: rcu: RCU restricting CPUs from NR_CPUS=384 to nr_cpu_ids=4. | |
Dec 23 20:09:41 nixos kernel: Trampoline variant of Tasks RCU enabled. | |
Dec 23 20:09:41 nixos kernel: Rude variant of Tasks RCU enabled. | |
Dec 23 20:09:41 nixos kernel: Tracing variant of Tasks RCU enabled. | |
Dec 23 20:09:41 nixos kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. | |
Dec 23 20:09:41 nixos kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 | |
Dec 23 20:09:41 nixos kernel: NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 | |
Dec 23 20:09:41 nixos kernel: Root IRQ handler: gic_handle_irq | |
Dec 23 20:09:41 nixos kernel: GIC: Using split EOI/Deactivate mode | |
Dec 23 20:09:41 nixos kernel: irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 10) | |
Dec 23 20:09:41 nixos kernel: arch_timer: cp15 timer(s) running at 54.00MHz (phys). | |
Dec 23 20:09:41 nixos kernel: clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns | |
Dec 23 20:09:41 nixos kernel: sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns | |
Dec 23 20:09:41 nixos kernel: Console: colour dummy device 80x25 | |
Dec 23 20:09:41 nixos kernel: printk: console [tty0] enabled | |
Dec 23 20:09:41 nixos kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) | |
Dec 23 20:09:41 nixos kernel: pid_max: default: 32768 minimum: 301 | |
Dec 23 20:09:41 nixos kernel: LSM: Security Framework initializing | |
Dec 23 20:09:41 nixos kernel: landlock: Up and running. | |
Dec 23 20:09:41 nixos kernel: Yama: becoming mindful. | |
Dec 23 20:09:41 nixos kernel: LSM support for eBPF active | |
Dec 23 20:09:41 nixos kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: rcu: Hierarchical SRCU implementation. | |
Dec 23 20:09:41 nixos kernel: EFI services will not be available. | |
Dec 23 20:09:41 nixos kernel: smp: Bringing up secondary CPUs ... | |
Dec 23 20:09:41 nixos kernel: Detected PIPT I-cache on CPU1 | |
Dec 23 20:09:41 nixos kernel: CPU1: Booted secondary processor 0x0000000001 [0x410fd083] | |
Dec 23 20:09:41 nixos kernel: Detected PIPT I-cache on CPU2 | |
Dec 23 20:09:41 nixos kernel: CPU2: Booted secondary processor 0x0000000002 [0x410fd083] | |
Dec 23 20:09:41 nixos kernel: Detected PIPT I-cache on CPU3 | |
Dec 23 20:09:41 nixos kernel: CPU3: Booted secondary processor 0x0000000003 [0x410fd083] | |
Dec 23 20:09:41 nixos kernel: smp: Brought up 1 node, 4 CPUs | |
Dec 23 20:09:41 nixos kernel: SMP: Total of 4 processors activated. | |
Dec 23 20:09:41 nixos kernel: CPU features: detected: 32-bit EL0 Support | |
Dec 23 20:09:41 nixos kernel: CPU features: detected: 32-bit EL1 Support | |
Dec 23 20:09:41 nixos kernel: CPU features: detected: CRC32 instructions | |
Dec 23 20:09:41 nixos kernel: CPU: All CPU(s) started at EL2 | |
Dec 23 20:09:41 nixos kernel: alternatives: patching kernel code | |
Dec 23 20:09:41 nixos kernel: devtmpfs: initialized | |
Dec 23 20:09:41 nixos kernel: KASLR enabled | |
Dec 23 20:09:41 nixos kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
Dec 23 20:09:41 nixos kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: pinctrl core: initialized pinctrl subsystem | |
Dec 23 20:09:41 nixos kernel: DMI not present or invalid. | |
Dec 23 20:09:41 nixos kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family | |
Dec 23 20:09:41 nixos kernel: DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations | |
Dec 23 20:09:41 nixos kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations | |
Dec 23 20:09:41 nixos kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations | |
Dec 23 20:09:41 nixos kernel: audit: initializing netlink subsys (disabled) | |
Dec 23 20:09:41 nixos kernel: audit: type=2000 audit(0.056:1): state=initialized audit_enabled=0 res=1 | |
Dec 23 20:09:41 nixos kernel: thermal_sys: Registered thermal governor 'step_wise' | |
Dec 23 20:09:41 nixos kernel: thermal_sys: Registered thermal governor 'power_allocator' | |
Dec 23 20:09:41 nixos kernel: cpuidle: using governor menu | |
Dec 23 20:09:41 nixos kernel: hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. | |
Dec 23 20:09:41 nixos kernel: ASID allocator initialised with 32768 entries | |
Dec 23 20:09:41 nixos kernel: Serial: AMBA PL011 UART driver | |
Dec 23 20:09:41 nixos kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages | |
Dec 23 20:09:41 nixos kernel: HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages | |
Dec 23 20:09:41 nixos kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages | |
Dec 23 20:09:41 nixos kernel: HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages | |
Dec 23 20:09:41 nixos kernel: cryptd: max_cpu_qlen set to 1000 | |
Dec 23 20:09:41 nixos kernel: fbcon: Taking over console | |
Dec 23 20:09:41 nixos kernel: ACPI: Interpreter disabled. | |
Dec 23 20:09:41 nixos kernel: iommu: Default domain type: Translated | |
Dec 23 20:09:41 nixos kernel: iommu: DMA domain TLB invalidation policy: strict mode | |
Dec 23 20:09:41 nixos kernel: vgaarb: loaded | |
Dec 23 20:09:41 nixos kernel: SCSI subsystem initialized | |
Dec 23 20:09:41 nixos kernel: libata version 3.00 loaded. | |
Dec 23 20:09:41 nixos kernel: usbcore: registered new interface driver usbfs | |
Dec 23 20:09:41 nixos kernel: usbcore: registered new interface driver hub | |
Dec 23 20:09:41 nixos kernel: usbcore: registered new device driver usb | |
Dec 23 20:09:41 nixos kernel: usb_phy_generic phy: supply vcc not found, using dummy regulator | |
Dec 23 20:09:41 nixos kernel: usb_phy_generic phy: dummy supplies not allowed for exclusive requests | |
Dec 23 20:09:41 nixos kernel: pps_core: LinuxPPS API ver. 1 registered | |
Dec 23 20:09:41 nixos kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> | |
Dec 23 20:09:41 nixos kernel: PTP clock support registered | |
Dec 23 20:09:41 nixos kernel: EDAC MC: Ver: 3.0.0 | |
Dec 23 20:09:41 nixos kernel: FPGA manager framework | |
Dec 23 20:09:41 nixos kernel: Advanced Linux Sound Architecture Driver Initialized. | |
Dec 23 20:09:41 nixos kernel: clocksource: Switched to clocksource arch_sys_counter | |
Dec 23 20:09:41 nixos kernel: VFS: Disk quotas dquot_6.6.0 | |
Dec 23 20:09:41 nixos kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
Dec 23 20:09:41 nixos kernel: pnp: PnP ACPI: disabled | |
Dec 23 20:09:41 nixos kernel: NET: Registered PF_INET protocol family | |
Dec 23 20:09:41 nixos kernel: IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: TCP: Hash tables configured (established 16384 bind 16384) | |
Dec 23 20:09:41 nixos kernel: MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family | |
Dec 23 20:09:41 nixos kernel: RPC: Registered named UNIX socket transport module. | |
Dec 23 20:09:41 nixos kernel: RPC: Registered udp transport module. | |
Dec 23 20:09:41 nixos kernel: RPC: Registered tcp transport module. | |
Dec 23 20:09:41 nixos kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. | |
Dec 23 20:09:41 nixos kernel: NET: Registered PF_XDP protocol family | |
Dec 23 20:09:41 nixos kernel: PCI: CLS 0 bytes, default 64 | |
Dec 23 20:09:41 nixos kernel: Trying to unpack rootfs image as initramfs... | |
Dec 23 20:09:41 nixos kernel: Freeing initrd memory: 10052K | |
Dec 23 20:09:41 nixos kernel: hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available | |
Dec 23 20:09:41 nixos kernel: kvm [1]: IPA Size Limit: 44 bits | |
Dec 23 20:09:41 nixos kernel: kvm [1]: vgic interrupt IRQ9 | |
Dec 23 20:09:41 nixos kernel: kvm [1]: Hyp mode initialized successfully | |
Dec 23 20:09:41 nixos kernel: Initialise system trusted keyrings | |
Dec 23 20:09:41 nixos kernel: workingset: timestamp_bits=42 max_order=19 bucket_order=0 | |
Dec 23 20:09:41 nixos kernel: zbud: loaded | |
Dec 23 20:09:41 nixos kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
Dec 23 20:09:41 nixos kernel: NFS: Registering the id_resolver key type | |
Dec 23 20:09:41 nixos kernel: Key type id_resolver registered | |
Dec 23 20:09:41 nixos kernel: Key type id_legacy registered | |
Dec 23 20:09:41 nixos kernel: nfs4filelayout_init: NFSv4 File Layout Driver Registering... | |
Dec 23 20:09:41 nixos kernel: nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... | |
Dec 23 20:09:41 nixos kernel: 9p: Installing v9fs 9p2000 file system support | |
Dec 23 20:09:41 nixos kernel: Key type asymmetric registered | |
Dec 23 20:09:41 nixos kernel: Asymmetric key parser 'x509' registered | |
Dec 23 20:09:41 nixos kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) | |
Dec 23 20:09:41 nixos kernel: io scheduler mq-deadline registered | |
Dec 23 20:09:41 nixos kernel: io scheduler kyber registered | |
Dec 23 20:09:41 nixos kernel: EINJ: ACPI disabled. | |
Dec 23 20:09:41 nixos kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | |
Dec 23 20:09:41 nixos kernel: fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 27, base_baud = 62499999) is a 16550 | |
Dec 23 20:09:41 nixos kernel: SuperH (H)SCI(F) driver initialized | |
Dec 23 20:09:41 nixos kernel: msm_serial: driver initialized | |
Dec 23 20:09:41 nixos kernel: loop: module loaded | |
Dec 23 20:09:41 nixos kernel: bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver | |
Dec 23 20:09:41 nixos kernel: megasas: 07.717.02.00-rc1 | |
Dec 23 20:09:41 nixos kernel: tun: Universal TUN/TAP device driver, 1.6 | |
Dec 23 20:09:41 nixos kernel: thunder_xcv, ver 1.0 | |
Dec 23 20:09:41 nixos kernel: thunder_bgx, ver 1.0 | |
Dec 23 20:09:41 nixos kernel: nicpf, ver 1.0 | |
Dec 23 20:09:41 nixos kernel: hclge is initializing | |
Dec 23 20:09:41 nixos kernel: hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version | |
Dec 23 20:09:41 nixos kernel: hns3: Copyright (c) 2017 Huawei Corporation. | |
Dec 23 20:09:41 nixos kernel: e1000: Intel(R) PRO/1000 Network Driver | |
Dec 23 20:09:41 nixos kernel: e1000: Copyright (c) 1999-2006 Intel Corporation. | |
Dec 23 20:09:41 nixos kernel: e1000e: Intel(R) PRO/1000 Network Driver | |
Dec 23 20:09:41 nixos kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation. | |
Dec 23 20:09:41 nixos kernel: igb: Intel(R) Gigabit Ethernet Network Driver | |
Dec 23 20:09:41 nixos kernel: igb: Copyright (c) 2007-2014 Intel Corporation. | |
Dec 23 20:09:41 nixos kernel: igbvf: Intel(R) Gigabit Virtual Function Network Driver | |
Dec 23 20:09:41 nixos kernel: igbvf: Copyright (c) 2009 - 2012 Intel Corporation. | |
Dec 23 20:09:41 nixos kernel: sky2: driver version 1.30 | |
Dec 23 20:09:41 nixos kernel: VFIO - User Level meta-driver version: 0.3 | |
Dec 23 20:09:41 nixos kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
Dec 23 20:09:41 nixos kernel: ehci-pci: EHCI PCI platform driver | |
Dec 23 20:09:41 nixos kernel: ehci-platform: EHCI generic platform driver | |
Dec 23 20:09:41 nixos kernel: ehci-orion: EHCI orion driver | |
Dec 23 20:09:41 nixos kernel: ehci-exynos: EHCI Exynos driver | |
Dec 23 20:09:41 nixos kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver | |
Dec 23 20:09:41 nixos kernel: ohci-pci: OHCI PCI platform driver | |
Dec 23 20:09:41 nixos kernel: ohci-platform: OHCI generic platform driver | |
Dec 23 20:09:41 nixos kernel: ohci-exynos: OHCI Exynos driver | |
Dec 23 20:09:41 nixos kernel: usbcore: registered new interface driver usb-storage | |
Dec 23 20:09:41 nixos kernel: i2c_dev: i2c /dev entries driver | |
Dec 23 20:09:41 nixos kernel: brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode | |
Dec 23 20:09:41 nixos kernel: brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode | |
Dec 23 20:09:41 nixos kernel: bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer | |
Dec 23 20:09:41 nixos kernel: sdhci: Secure Digital Host Controller Interface driver | |
Dec 23 20:09:41 nixos kernel: sdhci: Copyright(c) Pierre Ossman | |
Dec 23 20:09:41 nixos kernel: Synopsys Designware Multimedia Card Interface Driver | |
Dec 23 20:09:41 nixos kernel: sdhci-pltfm: SDHCI platform and OF driver helper | |
Dec 23 20:09:41 nixos kernel: ledtrig-cpu: registered to indicate activity on CPUs | |
Dec 23 20:09:41 nixos kernel: hid: raw HID events driver (C) Jiri Kosina | |
Dec 23 20:09:41 nixos kernel: usbcore: registered new interface driver usbhid | |
Dec 23 20:09:41 nixos kernel: usbhid: USB HID core driver | |
Dec 23 20:09:41 nixos kernel: ashmem: initialized | |
Dec 23 20:09:41 nixos kernel: bcm2835-mbox fe00b880.mailbox: mailbox enabled | |
Dec 23 20:09:41 nixos kernel: drop_monitor: Initializing network drop monitor service | |
Dec 23 20:09:41 nixos kernel: NET: Registered PF_INET6 protocol family | |
Dec 23 20:09:41 nixos kernel: Segment Routing with IPv6 | |
Dec 23 20:09:41 nixos kernel: In-situ OAM (IOAM) with IPv6 | |
Dec 23 20:09:41 nixos kernel: NET: Registered PF_PACKET protocol family | |
Dec 23 20:09:41 nixos kernel: 9pnet: Installing 9P2000 support | |
Dec 23 20:09:41 nixos kernel: Key type dns_resolver registered | |
Dec 23 20:09:41 nixos kernel: registered taskstats version 1 | |
Dec 23 20:09:41 nixos kernel: Loading compiled-in X.509 certificates | |
Dec 23 20:09:41 nixos kernel: zswap: loaded using pool lzo/zbud | |
Dec 23 20:09:41 nixos kernel: Key type ._fscrypt registered | |
Dec 23 20:09:41 nixos kernel: Key type .fscrypt registered | |
Dec 23 20:09:41 nixos kernel: Key type fscrypt-provisioning registered | |
Dec 23 20:09:41 nixos kernel: fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 25, base_baud = 0) is a PL011 rev2 | |
Dec 23 20:09:41 nixos kernel: printk: console [ttyAMA0] enabled | |
Dec 23 20:09:41 nixos kernel: serial serial0: tty port ttyAMA0 registered | |
Dec 23 20:09:41 nixos kernel: raspberrypi-firmware soc:firmware: Attached to firmware from 2022-03-24T13:19:26 | |
Dec 23 20:09:41 nixos kernel: dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator | |
Dec 23 20:09:41 nixos kernel: dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator | |
Dec 23 20:09:41 nixos kernel: dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM | |
Dec 23 20:09:41 nixos kernel: sdhci-iproc fe300000.mmc: allocated mmc-pwrseq | |
Dec 23 20:09:41 nixos kernel: ALSA device list: | |
Dec 23 20:09:41 nixos kernel: No soundcards found. | |
Dec 23 20:09:41 nixos kernel: mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO | |
Dec 23 20:09:41 nixos kernel: mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA | |
Dec 23 20:09:41 nixos kernel: Freeing unused kernel memory: 10368K | |
Dec 23 20:09:41 nixos kernel: Run /init as init process | |
Dec 23 20:09:41 nixos kernel: with arguments: | |
Dec 23 20:09:41 nixos kernel: /init | |
Dec 23 20:09:41 nixos kernel: with environment: | |
Dec 23 20:09:41 nixos kernel: HOME=/ | |
Dec 23 20:09:41 nixos kernel: TERM=linux | |
Dec 23 20:09:41 nixos kernel: mmc0: new high speed SDIO card at address 0001 | |
Dec 23 20:09:41 nixos kernel: mmc1: new ultra high speed DDR50 SDHC card at address aaaa | |
Dec 23 20:09:41 nixos kernel: mmcblk1: mmc1:aaaa SM32G 29.7 GiB | |
Dec 23 20:09:41 nixos kernel: mmcblk1: p1 p2 | |
Dec 23 20:09:41 nixos stage-1-init: [Thu Jan 1 00:00:02 UTC 1970] loading module dm_mod... | |
Dec 23 20:09:41 nixos kernel: device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: [email protected] | |
Dec 23 20:09:41 nixos stage-1-init: [Thu Jan 1 00:00:02 UTC 1970] running udev... | |
Dec 23 20:09:41 nixos stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] Starting version 250.4 | |
Dec 23 20:09:41 nixos kernel: brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: | |
Dec 23 20:09:41 nixos kernel: brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] | |
Dec 23 20:09:41 nixos kernel: brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 | |
Dec 23 20:09:41 nixos kernel: brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 | |
Dec 23 20:09:41 nixos kernel: brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) | |
Dec 23 20:09:41 nixos kernel: brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 | |
Dec 23 20:09:41 nixos kernel: pci_bus 0000:00: root bus resource [bus 00-ff] | |
Dec 23 20:09:41 nixos kernel: pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) | |
Dec 23 20:09:41 nixos kernel: pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 | |
Dec 23 20:09:41 nixos kernel: pci 0000:00:00.0: PME# supported from D0 D3hot | |
Dec 23 20:09:41 nixos kernel: pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 | |
Dec 23 20:09:41 nixos kernel: pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] | |
Dec 23 20:09:41 nixos kernel: pci 0000:01:00.0: PME# supported from D0 D3cold | |
Dec 23 20:09:41 nixos kernel: pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff] | |
Dec 23 20:09:41 nixos kernel: pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] | |
Dec 23 20:09:41 nixos kernel: pci 0000:00:00.0: PCI bridge to [bus 01] | |
Dec 23 20:09:41 nixos kernel: pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] | |
Dec 23 20:09:41 nixos kernel: pcieport 0000:00:00.0: enabling device (0000 -> 0002) | |
Dec 23 20:09:41 nixos kernel: pcieport 0000:00:00.0: PME: Signaling with IRQ 64 | |
Dec 23 20:09:41 nixos stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] starting device mapper and LVM... | |
Dec 23 20:09:41 nixos kernel: random: lvm: uninitialized urandom read (4 bytes read) | |
Dec 23 20:09:41 nixos stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] checking /dev/disk/by-label/NIXOS_SD... | |
Dec 23 20:09:41 nixos stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] fsck (busybox 1.35.0) | |
Dec 23 20:09:41 nixos stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] [fsck.ext4 (1) -- /mnt-root/] fsck.ext4 -a /dev/disk/by-label/NIXOS_SD | |
Dec 23 20:09:41 nixos stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] NIXOS_SD: clean, 127603/1881152 files, 783846/7782016 blocks | |
Dec 23 20:09:41 nixos stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] mounting /dev/disk/by-label/NIXOS_SD on /... | |
Dec 23 20:09:41 nixos kernel: EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. | |
Dec 23 20:09:41 nixos kernel: EXT4-fs (mmcblk1p2): re-mounted. Opts: (null). Quota mode: none. | |
Dec 23 20:09:41 nixos unknown: booting system configuration /nix/store/1ilkhwzf4ljrwz92n7gi9lsj0ipx64ii-nixos-system-nixos-22.05.1437.e8d47977286 | |
Dec 23 20:09:41 nixos stage-2-init: running activation script... | |
Dec 23 20:09:41 nixos kernel: random: perl: uninitialized urandom read (4 bytes read) | |
Dec 23 20:09:41 nixos kernel: random: perl: uninitialized urandom read (4 bytes read) | |
Dec 23 20:09:41 nixos stage-2-init: setting up /etc... | |
Dec 23 20:09:41 nixos kernel: random: perl: uninitialized urandom read (4 bytes read) | |
Dec 23 20:09:41 nixos systemd[1]: System time before build time, advancing clock. | |
Dec 23 20:09:41 nixos systemd[1]: systemd 250.4 running in system mode (+PAM +AUDIT -SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified) | |
Dec 23 20:09:41 nixos systemd[1]: Detected architecture arm64. | |
Dec 23 20:09:41 nixos systemd[1]: Queued start job for default target Multi-User System. | |
Dec 23 20:09:41 nixos kernel: random: systemd: uninitialized urandom read (16 bytes read) | |
Dec 23 20:09:41 nixos systemd[1]: Created slice Slice /system/getty. | |
Dec 23 20:09:41 nixos kernel: random: systemd: uninitialized urandom read (16 bytes read) | |
Dec 23 20:09:41 nixos systemd[1]: Created slice Slice /system/modprobe. | |
Dec 23 20:09:41 nixos kernel: random: systemd: uninitialized urandom read (16 bytes read) | |
Dec 23 20:09:41 nixos systemd[1]: Created slice User and Session Slice. | |
Dec 23 20:09:41 nixos systemd[1]: Started Dispatch Password Requests to Console Directory Watch. | |
Dec 23 20:09:41 nixos systemd[1]: Started Forward Password Requests to Wall Directory Watch. | |
Dec 23 20:09:41 nixos systemd[1]: Reached target Local Encrypted Volumes. | |
Dec 23 20:09:41 nixos systemd[1]: Reached target Containers. | |
Dec 23 20:09:41 nixos systemd[1]: Reached target Path Units. | |
Dec 23 20:09:41 nixos systemd[1]: Reached target Remote File Systems. | |
Dec 23 20:09:41 nixos systemd[1]: Reached target Slice Units. | |
Dec 23 20:09:41 nixos systemd[1]: Reached target Swaps. | |
Dec 23 20:09:41 nixos systemd[1]: Reached target ZFS pool import target. | |
Dec 23 20:09:41 nixos systemd[1]: Listening on Process Core Dump Socket. | |
Dec 23 20:09:41 nixos systemd[1]: Listening on Journal Audit Socket. | |
Dec 23 20:09:41 nixos systemd[1]: Listening on Journal Socket (/dev/log). | |
Dec 23 20:09:41 nixos systemd[1]: Listening on Journal Socket. | |
Dec 23 20:09:41 nixos systemd[1]: Listening on udev Control Socket. | |
Dec 23 20:09:41 nixos systemd[1]: Listening on udev Kernel Socket. | |
Dec 23 20:09:41 nixos systemd[1]: Mounting Huge Pages File System... | |
Dec 23 20:09:41 nixos systemd[1]: Mounting POSIX Message Queue File System... | |
Dec 23 20:09:41 nixos systemd[1]: Mounting Kernel Debug File System... | |
Dec 23 20:09:41 nixos systemd[1]: Starting Create List of Static Device Nodes... | |
Dec 23 20:09:41 nixos systemd[1]: Starting Load Kernel Module configfs... | |
Dec 23 20:09:41 nixos systemd[1]: Starting Load Kernel Module drm... | |
Dec 23 20:09:41 nixos systemd[1]: Starting Load Kernel Module fuse... | |
Dec 23 20:09:41 nixos systemd[1]: Starting mount-pstore.service... | |
Dec 23 20:09:41 nixos systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/). | |
Dec 23 20:09:41 nixos systemd[1]: Starting Journal Service... | |
Dec 23 20:09:41 nixos kernel: fuse: init (API version 7.34) | |
Dec 23 20:09:41 nixos systemd[1]: Starting Load Kernel Modules... | |
Dec 23 20:09:41 nixos systemd[1]: Starting Remount Root and Kernel File Systems... | |
Dec 23 20:09:41 nixos systemd[1]: Starting Coldplug All udev Devices... | |
Dec 23 20:09:41 nixos systemd[1]: Mounted Huge Pages File System. | |
Dec 23 20:09:41 nixos systemd[1]: Mounted POSIX Message Queue File System. | |
Dec 23 20:09:41 nixos systemd[1]: Mounted Kernel Debug File System. | |
Dec 23 20:09:41 nixos systemd[1]: Finished Create List of Static Device Nodes. | |
Dec 23 20:09:41 nixos systemd[1]: [email protected]: Deactivated successfully. | |
Dec 23 20:09:41 nixos systemd[1]: Finished Load Kernel Module configfs. | |
Dec 23 20:09:41 nixos systemd[1]: [email protected]: Deactivated successfully. | |
Dec 23 20:09:41 nixos kernel: EXT4-fs (mmcblk1p2): re-mounted. Opts: (null). Quota mode: none. | |
Dec 23 20:09:41 nixos kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. | |
Dec 23 20:09:41 nixos systemd[1]: Finished Load Kernel Module drm. | |
Dec 23 20:09:41 nixos kernel: audit: type=1130 audit(1640290181.247:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:41 nixos systemd[1]: [email protected]: Deactivated successfully. | |
Dec 23 20:09:41 nixos kernel: audit: type=1131 audit(1640290181.247:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:41 nixos systemd[1]: Finished Load Kernel Module fuse. | |
Dec 23 20:09:41 nixos systemd-journald[479]: Journal started | |
Dec 23 20:09:41 nixos systemd-journald[479]: Runtime Journal (/run/log/journal/ea2c1ed9ee324541aac726e9d9b77610) is 5.7M, max 45.8M, 40.0M free. | |
Dec 23 20:09:41 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:41 nixos audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:41 nixos systemd-modules-load[480]: Inserted module 'bridge' | |
Dec 23 20:09:41 nixos systemd-modules-load[480]: Inserted module 'macvlan' | |
Dec 23 20:09:41 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:41 nixos systemd[1]: Started Journal Service. | |
Dec 23 20:09:41 nixos kernel: audit: type=1130 audit(1640290181.307:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:41 nixos kernel: audit: type=1131 audit(1640290181.307:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:41 nixos audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:41 nixos systemd[1]: Finished Remount Root and Kernel File Systems. | |
Dec 23 20:09:41 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:41 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:41 nixos systemd-modules-load[480]: Inserted module 'tap' | |
Dec 23 20:09:41 nixos systemd-modules-load[480]: Module 'tun' is built in | |
Dec 23 20:09:41 nixos kernel: audit: type=1130 audit(1640290181.335:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:41 nixos kernel: audit: type=1130 audit(1640290181.359:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:41 nixos kernel: audit: type=1334 audit(1640290181.387:8): prog-id=42 op=LOAD | |
Dec 23 20:09:41 nixos audit: BPF prog-id=42 op=LOAD | |
Dec 23 20:09:41 nixos systemd[1]: Mounting FUSE Control File System... | |
Dec 23 20:09:41 nixos audit: BPF prog-id=43 op=LOAD | |
Dec 23 20:09:41 nixos kernel: audit: type=1334 audit(1640290181.411:9): prog-id=43 op=LOAD | |
Dec 23 20:09:41 nixos kernel: spl: loading out-of-tree module taints kernel. | |
Dec 23 20:09:41 nixos kernel: audit: type=1334 audit(1640290181.439:10): prog-id=44 op=LOAD | |
Dec 23 20:09:41 nixos audit: BPF prog-id=44 op=LOAD | |
Dec 23 20:09:41 nixos audit: BPF prog-id=45 op=LOAD | |
Dec 23 20:09:41 nixos systemd[1]: Mounting Kernel Configuration File System... | |
Dec 23 20:09:41 nixos kernel: audit: type=1334 audit(1640290181.447:11): prog-id=45 op=LOAD | |
Dec 23 20:09:41 nixos audit: BPF prog-id=46 op=LOAD | |
Dec 23 20:09:41 nixos audit: BPF prog-id=47 op=LOAD | |
Dec 23 20:09:41 nixos systemd[1]: Starting Flush Journal to Persistent Storage... | |
Dec 23 20:09:41 nixos audit: BPF prog-id=48 op=LOAD | |
Dec 23 20:09:41 nixos audit: BPF prog-id=49 op=LOAD | |
Dec 23 20:09:41 nixos systemd[1]: Starting Load/Save Random Seed... | |
Dec 23 20:09:41 nixos audit: BPF prog-id=50 op=LOAD | |
Dec 23 20:09:41 nixos audit: BPF prog-id=51 op=LOAD | |
Dec 23 20:09:41 nixos systemd-journald[479]: Time spent on flushing to /var/log/journal/ea2c1ed9ee324541aac726e9d9b77610 is 45.263ms for 380 entries. | |
Dec 23 20:09:41 nixos systemd-journald[479]: System Journal (/var/log/journal/ea2c1ed9ee324541aac726e9d9b77610) is 63.1M, max 2.9G, 2.8G free. | |
Dec 23 20:09:41 nixos systemd-journald[479]: Received client request to flush runtime journal. | |
Dec 23 20:09:41 nixos kernel: icp: module license 'CDDL' taints kernel. | |
Dec 23 20:09:41 nixos kernel: Disabling lock debugging due to kernel taint | |
Dec 23 20:09:41 nixos systemd-journald[479]: File /var/log/journal/ea2c1ed9ee324541aac726e9d9b77610/system.journal corrupted or uncleanly shut down, renaming and replacing. | |
Dec 23 20:09:41 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:41 nixos audit: BPF prog-id=52 op=LOAD | |
Dec 23 20:09:41 nixos audit: BPF prog-id=53 op=LOAD | |
Dec 23 20:09:41 nixos audit: BPF prog-id=54 op=LOAD | |
Dec 23 20:09:41 nixos kernel: urandom_read_iter: 53 callbacks suppressed | |
Dec 23 20:09:41 nixos kernel: random: systemd-journal: uninitialized urandom read (16 bytes read) | |
Dec 23 20:09:41 nixos systemd[1]: Starting Create Static Device Nodes in /dev... | |
Dec 23 20:09:41 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:41 nixos kernel: random: systemd-journal: uninitialized urandom read (16 bytes read) | |
Dec 23 20:09:41 nixos systemd[1]: Mounted FUSE Control File System. | |
Dec 23 20:09:41 nixos systemd[1]: Mounted Kernel Configuration File System. | |
Dec 23 20:09:41 nixos kernel: random: systemd-journal: uninitialized urandom read (16 bytes read) | |
Dec 23 20:09:41 nixos systemd-random-seed[499]: Kernel entropy pool is not initialized yet, waiting until it is. | |
Dec 23 20:09:41 nixos systemd[1]: Finished Create Static Device Nodes in /dev. | |
Dec 23 20:09:41 nixos systemd[1]: Reached target Preparation for Local File Systems. | |
Dec 23 20:09:41 nixos systemd[1]: Starting Rule-based Manager for Device Events and Files... | |
Dec 23 20:09:41 nixos systemd[1]: Finished Flush Journal to Persistent Storage. | |
Dec 23 20:09:41 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:41 nixos systemd[1]: Finished Coldplug All udev Devices. | |
Dec 23 20:09:41 nixos systemd[1]: Started Rule-based Manager for Device Events and Files. | |
Dec 23 20:09:41 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:42 nixos kernel: ZFS: Loaded module v2.1.5-1, ZFS pool version 5000, ZFS filesystem version 5 | |
Dec 23 20:09:42 nixos systemd-modules-load[480]: Inserted module 'zfs' | |
Dec 23 20:09:42 nixos systemd-modules-load[480]: Module 'loop' is built in | |
Dec 23 20:09:42 nixos systemd-modules-load[480]: Module 'atkbd' is built in | |
Dec 23 20:09:42 nixos systemd[1]: Finished Load Kernel Modules. | |
Dec 23 20:09:42 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:42 nixos audit: BPF prog-id=55 op=LOAD | |
Dec 23 20:09:42 nixos audit: BPF prog-id=56 op=LOAD | |
Dec 23 20:09:42 nixos systemd[1]: Starting Firewall... | |
Dec 23 20:09:42 nixos audit: BPF prog-id=57 op=LOAD | |
Dec 23 20:09:42 nixos audit: BPF prog-id=58 op=LOAD | |
Dec 23 20:09:42 nixos systemd[1]: Starting Apply Kernel Variables... | |
Dec 23 20:09:42 nixos audit: BPF prog-id=59 op=LOAD | |
Dec 23 20:09:42 nixos audit: BPF prog-id=60 op=LOAD | |
Dec 23 20:09:42 nixos systemd[1]: Starting Mount ZFS filesystems... | |
Dec 23 20:09:42 nixos systemd[1]: Finished Apply Kernel Variables. | |
Dec 23 20:09:42 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:42 nixos systemd[1]: Finished Mount ZFS filesystems. | |
Dec 23 20:09:42 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-mount comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:42 nixos systemd[1]: Reached target Local File Systems. | |
Dec 23 20:09:42 nixos audit: BPF prog-id=61 op=LOAD | |
Dec 23 20:09:42 nixos audit: BPF prog-id=62 op=LOAD | |
Dec 23 20:09:43 nixos systemd[1]: Starting Create Volatile Files and Directories... | |
Dec 23 20:09:43 nixos audit[580]: NETFILTER_CFG table=filter:2 family=2 entries=2 op=nft_register_chain pid=580 comm="iptables" | |
Dec 23 20:09:43 nixos audit[580]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=132 a0=3 a1=ffffcda9c2c0 a2=0 a3=ffff8810ed20 items=0 ppid=550 pid=580 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D4E006E69786F732D66772D616363657074 | |
Dec 23 20:09:43 nixos audit[581]: NETFILTER_CFG table=filter:3 family=10 entries=2 op=nft_register_chain pid=581 comm="ip6tables" | |
Dec 23 20:09:43 nixos audit[581]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=132 a0=3 a1=ffffff2cbf80 a2=0 a3=ffff80e88d20 items=0 ppid=550 pid=581 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D4E006E69786F732D66772D616363657074 | |
Dec 23 20:09:43 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:43 nixos systemd[1]: Finished Create Volatile Files and Directories. | |
Dec 23 20:09:43 nixos systemd[1]: Rebuild Journal Catalog was skipped because of a failed condition check (ConditionNeedsUpdate=/var). | |
Dec 23 20:09:43 nixos iqqragp36xxx998svnlpfzns319i42a1-mount-pstore.sh[487]: Persistent Storage backend was not registered in time. | |
Dec 23 20:09:43 nixos audit: BPF prog-id=63 op=LOAD | |
Dec 23 20:09:43 nixos audit: BPF prog-id=64 op=LOAD | |
Dec 23 20:09:43 nixos audit: BPF prog-id=65 op=LOAD | |
Dec 23 20:09:43 nixos systemd[1]: Starting Network Time Synchronization... | |
Dec 23 20:09:43 nixos systemd[1]: Update is Completed was skipped because all trigger condition checks failed. | |
Dec 23 20:09:43 nixos audit: BPF prog-id=66 op=LOAD | |
Dec 23 20:09:43 nixos audit: BPF prog-id=67 op=LOAD | |
Dec 23 20:09:43 nixos systemd[1]: Starting Record System Boot/Shutdown in UTMP... | |
Dec 23 20:09:43 nixos systemd[1]: Finished mount-pstore.service. | |
Dec 23 20:09:43 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mount-pstore comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:43 nixos systemd[1]: Platform Persistent Storage Archival was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). | |
Dec 23 20:09:43 nixos audit[582]: NETFILTER_CFG table=filter:4 family=2 entries=1 op=nft_register_rule pid=582 comm="iptables" | |
Dec 23 20:09:43 nixos audit[582]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=216 a0=3 a1=ffffe598d8e0 a2=0 a3=ffff8ad19d20 items=0 ppid=550 pid=582 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D41006E69786F732D66772D616363657074002D6A00414343455054 | |
Dec 23 20:09:43 nixos audit[589]: NETFILTER_CFG table=filter:5 family=10 entries=1 op=nft_register_rule pid=589 comm="ip6tables" | |
Dec 23 20:09:43 nixos audit[589]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=216 a0=3 a1=ffffd6516970 a2=0 a3=ffff95ff6d20 items=0 ppid=550 pid=589 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D41006E69786F732D66772D616363657074002D6A00414343455054 | |
Dec 23 20:09:43 nixos audit[588]: SYSTEM_BOOT pid=588 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:43 nixos audit[590]: NETFILTER_CFG table=filter:6 family=2 entries=1 op=nft_register_chain pid=590 comm="iptables" | |
Dec 23 20:09:43 nixos audit[590]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=100 a0=3 a1=ffffc0ea4fe0 a2=0 a3=ffff99330d20 items=0 ppid=550 pid=590 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D4E006E69786F732D66772D726566757365 | |
Dec 23 20:09:43 nixos audit[591]: NETFILTER_CFG table=filter:7 family=10 entries=1 op=nft_register_chain pid=591 comm="ip6tables" | |
Dec 23 20:09:43 nixos audit[591]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=100 a0=3 a1=ffffc5cd1d00 a2=0 a3=ffff81460d20 items=0 ppid=550 pid=591 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D4E006E69786F732D66772D726566757365 | |
Dec 23 20:09:43 nixos systemd[1]: Finished Record System Boot/Shutdown in UTMP. | |
Dec 23 20:09:43 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:43 nixos audit[592]: NETFILTER_CFG table=filter:8 family=2 entries=1 op=nft_register_rule pid=592 comm="iptables" | |
Dec 23 20:09:43 nixos audit[592]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=216 a0=3 a1=ffffc223e270 a2=0 a3=ffffad72ed20 items=0 ppid=550 pid=592 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D41006E69786F732D66772D726566757365002D6A0044524F50 | |
Dec 23 20:09:43 nixos audit[593]: NETFILTER_CFG table=filter:9 family=10 entries=1 op=nft_register_rule pid=593 comm="ip6tables" | |
Dec 23 20:09:43 nixos audit[593]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=216 a0=3 a1=ffffeefdb540 a2=0 a3=ffffa0456d20 items=0 ppid=550 pid=593 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D41006E69786F732D66772D726566757365002D6A0044524F50 | |
Dec 23 20:09:43 nixos audit[594]: NETFILTER_CFG table=filter:10 family=2 entries=1 op=nft_register_chain pid=594 comm="iptables" | |
Dec 23 20:09:43 nixos audit[594]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=104 a0=3 a1=ffffcb418d10 a2=0 a3=ffffab4b8d20 items=0 ppid=550 pid=594 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D4E006E69786F732D66772D6C6F672D726566757365 | |
Dec 23 20:09:43 nixos audit[595]: NETFILTER_CFG table=filter:11 family=10 entries=1 op=nft_register_chain pid=595 comm="ip6tables" | |
Dec 23 20:09:43 nixos audit[595]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=104 a0=3 a1=ffffffac7820 a2=0 a3=ffffb45bdd20 items=0 ppid=550 pid=595 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D4E006E69786F732D66772D6C6F672D726566757365 | |
Dec 23 20:09:43 nixos audit[596]: NETFILTER_CFG table=filter:12 family=2 entries=1 op=nft_register_rule pid=596 comm="iptables" | |
Dec 23 20:09:43 nixos audit[596]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=292 a0=3 a1=fffffc2861d0 a2=0 a3=ffffb3bf1d20 items=0 ppid=550 pid=596 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D41006E69786F732D66772D6C6F672D726566757365002D6D00706B74747970650000002D2D706B742D7479706500756E6963617374002D6A006E69786F732D66772D726566757365 | |
Dec 23 20:09:43 nixos audit[599]: NETFILTER_CFG table=filter:13 family=10 entries=1 op=nft_register_rule pid=599 comm="ip6tables" | |
Dec 23 20:09:43 nixos audit[599]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=292 a0=3 a1=ffffd97983a0 a2=0 a3=ffff83925d20 items=0 ppid=550 pid=599 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D41006E69786F732D66772D6C6F672D726566757365002D6D00706B74747970650000002D2D706B742D7479706500756E6963617374002D6A006E69786F732D66772D726566757365 | |
Dec 23 20:09:43 nixos audit[600]: NETFILTER_CFG table=filter:14 family=2 entries=1 op=nft_register_rule pid=600 comm="iptables" | |
Dec 23 20:09:43 nixos audit[600]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=240 a0=3 a1=fffff44cb560 a2=0 a3=ffff856d4d20 items=0 ppid=550 pid=600 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D41006E69786F732D66772D6C6F672D726566757365002D6A006E69786F732D66772D726566757365 | |
Dec 23 20:09:43 nixos audit[601]: NETFILTER_CFG table=filter:15 family=10 entries=1 op=nft_register_rule pid=601 comm="ip6tables" | |
Dec 23 20:09:43 nixos audit[601]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=240 a0=3 a1=ffffd14aab00 a2=0 a3=ffff84437d20 items=0 ppid=550 pid=601 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D41006E69786F732D66772D6C6F672D726566757365002D6A006E69786F732D66772D726566757365 | |
Dec 23 20:09:43 nixos audit[602]: NETFILTER_CFG table=filter:16 family=2 entries=1 op=nft_register_chain pid=602 comm="iptables" | |
Dec 23 20:09:43 nixos audit[602]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=96 a0=3 a1=ffffe12ed060 a2=0 a3=ffffb641cd20 items=0 ppid=550 pid=602 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D4E006E69786F732D6677 | |
Dec 23 20:09:43 nixos kernel: random: crng init done | |
Dec 23 20:09:43 nixos kernel: random: 16 urandom warning(s) missed due to ratelimiting | |
Dec 23 20:09:43 nixos audit[603]: NETFILTER_CFG table=filter:17 family=10 entries=1 op=nft_register_chain pid=603 comm="ip6tables" | |
Dec 23 20:09:43 nixos audit[603]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=96 a0=3 a1=fffff48b95d0 a2=0 a3=ffffa75f0d20 items=0 ppid=550 pid=603 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D4E006E69786F732D6677 | |
Dec 23 20:09:43 nixos systemd[1]: Finished Load/Save Random Seed. | |
Dec 23 20:09:43 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:43 nixos audit[610]: NETFILTER_CFG table=raw:18 family=2 entries=2 op=nft_register_chain pid=610 comm="iptables" | |
Dec 23 20:09:43 nixos audit[610]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=128 a0=3 a1=fffff327eae0 a2=0 a3=ffff87b59d20 items=0 ppid=550 pid=610 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D7400726177002D4E006E69786F732D66772D727066696C746572 | |
Dec 23 20:09:43 nixos systemd-timesyncd[585]: System clock time unset or jumped backwards, restoring from recorded timestamp: Thu 2022-07-07 02:28:53 UTC | |
Jul 07 02:28:54 nixos systemd-journald[479]: Oldest entry in /var/log/journal/ea2c1ed9ee324541aac726e9d9b77610/system.journal is older than the configured file retention duration (1month), suggesting rotation. | |
Jul 07 02:28:54 nixos systemd-journald[479]: /var/log/journal/ea2c1ed9ee324541aac726e9d9b77610/system.journal: Journal header limits reached or header out-of-date, rotating. | |
Jul 07 02:28:54 nixos kernel: vchiq: module is from the staging directory, the quality is unknown, you have been warned. | |
Jul 07 02:28:54 nixos kernel: iproc-rng200 fe104000.rng: hwrng registered | |
Jul 07 02:28:54 nixos kernel: 8021q: 802.1Q VLAN Support v1.8 | |
Jul 07 02:28:54 nixos kernel: bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 | |
Jul 07 02:28:54 nixos kernel: xhci_hcd 0000:01:00.0: enabling device (0000 -> 0002) | |
Jul 07 02:28:54 nixos kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller | |
Jul 07 02:28:54 nixos kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 | |
Jul 07 02:28:54 nixos kernel: xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000040000000890 | |
Jul 07 02:28:54 nixos kernel: hub 1-0:1.0: USB hub found | |
Jul 07 02:28:54 nixos kernel: hub 1-0:1.0: 1 port detected | |
Jul 07 02:28:54 nixos kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller | |
Jul 07 02:28:54 nixos kernel: unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus | |
Jul 07 02:28:54 nixos kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 | |
Jul 07 02:28:54 nixos kernel: xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed | |
Jul 07 02:28:54 nixos kernel: hub 2-0:1.0: USB hub found | |
Jul 07 02:28:54 nixos kernel: hub 2-0:1.0: 4 ports detected | |
Jul 07 02:28:54 nixos kernel: vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
Jul 07 02:28:54 nixos kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd | |
Jul 07 02:28:54 nixos kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database | |
Jul 07 02:28:53 nixos audit[611]: NETFILTER_CFG table=raw:19 family=10 entries=2 op=nft_register_chain pid=611 comm="ip6tables" | |
Jul 07 02:28:53 nixos audit[611]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=128 a0=3 a1=ffffd4e2ae50 a2=0 a3=ffffbb862d20 items=0 ppid=550 pid=611 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Jul 07 02:28:53 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D7400726177002D4E006E69786F732D66772D727066696C746572 | |
Jul 07 02:28:53 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Jul 07 02:28:53 nixos audit: BPF prog-id=68 op=LOAD | |
Jul 07 02:28:53 nixos audit: BPF prog-id=69 op=LOAD | |
Jul 07 02:28:53 nixos audit[612]: NETFILTER_CFG table=raw:20 family=2 entries=1 op=nft_register_rule pid=612 comm="iptables" | |
Jul 07 02:28:53 nixos audit[612]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=272 a0=3 a1=ffffe4ea2a20 a2=0 a3=ffffa9e72d20 items=0 ppid=550 pid=612 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Jul 07 02:28:53 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D7400726177002D41006E69786F732D66772D727066696C746572002D6D00727066696C746572002D2D76616C69646D61726B002D6A0052455455524E | |
Jul 07 02:28:53 nixos audit: BPF prog-id=70 op=LOAD | |
Jul 07 02:28:53 nixos audit: BPF prog-id=71 op=LOAD | |
Jul 07 02:28:53 nixos audit: BPF prog-id=72 op=LOAD | |
Jul 07 02:28:53 nixos audit: BPF prog-id=73 op=LOAD | |
Jul 07 02:28:53 nixos audit: BPF prog-id=74 op=LOAD | |
Jul 07 02:28:53 nixos audit: BPF prog-id=75 op=LOAD | |
Jul 07 02:28:53 nixos audit: BPF prog-id=76 op=LOAD | |
Jul 07 02:28:53 nixos audit: BPF prog-id=77 op=LOAD | |
Jul 07 02:28:53 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reload-systemd-vconsole-setup comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Jul 07 02:28:53 nixos audit: BPF prog-id=78 op=LOAD | |
Jul 07 02:28:53 nixos audit: BPF prog-id=79 op=LOAD | |
Jul 07 02:28:53 nixos audit: BPF prog-id=80 op=LOAD | |
Jul 07 02:28:53 nixos audit: BPF prog-id=81 op=LOAD | |
Jul 07 02:28:53 nixos audit: BPF prog-id=82 op=LOAD | |
Jul 07 02:28:53 nixos audit: BPF prog-id=83 op=LOAD | |
Jul 07 02:28:53 nixos audit[617]: NETFILTER_CFG table=raw:21 family=10 entries=1 op=nft_register_rule pid=617 comm="ip6tables" | |
Jul 07 02:28:53 nixos audit[617]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=272 a0=3 a1=fffffb166c50 a2=0 a3=ffff907d0d20 items=0 ppid=550 pid=617 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Jul 07 02:28:53 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D7400726177002D41006E69786F732D66772D727066696C746572002D6D00727066696C746572002D2D76616C69646D61726B002D6A0052455455524E | |
Jul 07 02:28:53 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-zed comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Jul 07 02:28:53 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-share comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Jul 07 02:28:53 nixos audit: BPF prog-id=84 op=LOAD | |
Jul 07 02:28:53 nixos audit: BPF prog-id=85 op=LOAD | |
Jul 07 02:28:53 nixos audit[628]: NETFILTER_CFG table=raw:22 family=2 entries=1 op=nft_register_rule pid=628 comm="iptables" | |
Jul 07 02:28:53 nixos audit[628]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=352 a0=3 a1=ffffedf37fb0 a2=0 a3=ffff8201cd20 items=0 ppid=550 pid=628 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Jul 07 02:28:53 nixos audit: PROCTITLE proctitle=69707461626C6573002D7400726177002D41006E69786F732D66772D727066696C746572002D7000756470002D2D73706F7274003637002D2D64706F7274003638002D6A0052455455524E | |
Jul 07 02:28:53 nixos audit[639]: NETFILTER_CFG table=raw:23 family=2 entries=1 op=nft_register_rule pid=639 comm="iptables" | |
Jul 07 02:28:53 nixos audit[639]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=544 a0=3 a1=ffffd8384160 a2=0 a3=ffff8fda1d20 items=0 ppid=550 pid=639 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Jul 07 02:28:53 nixos audit: PROCTITLE proctitle=69707461626C6573002D7400726177002D41006E69786F732D66772D727066696C746572002D7300302E302E302E30002D64003235352E3235352E3235352E323535002D7000756470002D2D73706F7274003638002D2D64706F7274003637002D6A0052455455524E | |
Jul 07 02:28:53 nixos audit: CONFIG_CHANGE op=set audit_enabled=0 old=1 auid=4294967295 ses=4294967295 res=1 | |
Jul 07 02:28:53 nixos audit[647]: SYSCALL arch=c00000b7 syscall=206 success=yes exit=60 a0=3 a1=ffffdbd213a0 a2=3c a3=0 items=0 ppid=616 pid=647 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="auditctl" exe="/nix/store/30bfs0p5n4c2m4mdji7700ksdnm71sns-audit-2.8.5-bin/bin/auditctl" key=(null) | |
Jul 07 02:28:53 nixos audit: PROCTITLE proctitle=617564697463746C002D650030002D61007461736B2C6E65766572 | |
Jul 07 02:28:53 nixos systemd[1]: Started Network Time Synchronization. | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring file `/etc/passwd` (1) | |
Jul 07 02:28:53 nixos systemd[1]: Reached target System Initialization. | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring directory `/etc` (2) | |
Jul 07 02:28:53 nixos systemd[1]: Started logrotate.timer. | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring file `/etc/group` (3) | |
Jul 07 02:28:54 nixos w1sz22dwikvz32425a362wzmvcn5swvg-audit-disable[626]: No rules | |
Jul 07 02:28:53 nixos systemd[1]: Started Daily Cleanup of Temporary Directories. | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring directory `/etc` (2) | |
Jul 07 02:28:54 nixos logrotate[620]: WARNING: logrotate in debug mode does nothing except printing debug messages! Consider using verbose mode (-v) instead if this is not what you want. | |
Jul 07 02:28:54 nixos logrotate[620]: reading config file /nix/store/alypv0ls1nq4b2n09ddlrg9cxd39bagx-logrotate.conf | |
Jul 07 02:28:54 nixos logrotate[620]: warning: 'monthly' overrides previously specified 'weekly' | |
Jul 07 02:28:54 nixos logrotate[620]: Reading state from file: /var/lib/logrotate.status | |
Jul 07 02:28:54 nixos logrotate[620]: Allocating hash table for state file, size 64 entries | |
Jul 07 02:28:54 nixos logrotate[620]: Creating new state | |
Jul 07 02:28:54 nixos logrotate[620]: Creating new state | |
Jul 07 02:28:54 nixos logrotate[620]: Handling 2 logs | |
Jul 07 02:28:54 nixos logrotate[620]: rotating pattern: "/var/log/btmp" monthly (1 rotations) | |
Jul 07 02:28:54 nixos logrotate[620]: empty log files are not rotated, only log files >= 1048576 bytes are rotated, old logs are removed | |
Jul 07 02:28:54 nixos logrotate[620]: considering log /var/log/btmp | |
Jul 07 02:28:54 nixos logrotate[620]: Now: 2022-07-07 02:28 | |
Jul 07 02:28:54 nixos logrotate[620]: Last rotated at 2022-07-06 06:00 | |
Jul 07 02:28:54 nixos logrotate[620]: log does not need rotating (log has been rotated at 2022-07-06 06:00, which is less than a month ago) | |
Jul 07 02:28:54 nixos logrotate[620]: log does not need rotating ('minsize' directive is used and the log size is smaller than the minsize value) | |
Jul 07 02:28:54 nixos logrotate[620]: rotating pattern: "/var/log/wtmp" monthly (1 rotations) | |
Jul 07 02:28:54 nixos logrotate[620]: empty log files are not rotated, only log files >= 1048576 bytes are rotated, old logs are removed | |
Jul 07 02:28:54 nixos logrotate[620]: considering log /var/log/wtmp | |
Jul 07 02:28:54 nixos logrotate[620]: Now: 2022-07-07 02:28 | |
Jul 07 02:28:54 nixos logrotate[620]: Last rotated at 2022-07-06 06:00 | |
Jul 07 02:28:54 nixos logrotate[620]: log does not need rotating (log has been rotated at 2022-07-06 06:00, which is less than a month ago) | |
Jul 07 02:28:54 nixos logrotate[620]: log does not need rotating ('minsize' directive is used and the log size is smaller than the minsize value) | |
Jul 07 02:28:54 nixos kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' | |
Jul 07 02:28:53 nixos systemd[1]: Started zpool-trim.timer. | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring file `/etc/hosts` (4) | |
Jul 07 02:28:53 nixos systemd[1]: Reached target Timer Units. | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring directory `/etc` (2) | |
Jul 07 02:28:54 nixos dhcpcd[619]: no valid interfaces found | |
Jul 07 02:28:53 nixos systemd[1]: Listening on D-Bus System Message Bus Socket. | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring file `/etc/resolv.conf` (5) | |
Jul 07 02:28:53 nixos systemd[1]: Listening on Nix Daemon Socket. | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring directory `/etc` (2) | |
Jul 07 02:28:53 nixos systemd[1]: Reached target Socket Units. | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring file `/etc/services` (6) | |
Jul 07 02:28:54 nixos zed[627]: ZFS Event Daemon 2.1.5-1 (PID 627) | |
Jul 07 02:28:54 nixos zed[627]: Processing events since eid=0 | |
Jul 07 02:28:53 nixos systemd[1]: Reached target Basic System. | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring directory `/etc` (2) | |
Jul 07 02:28:53 nixos systemd[1]: Starting Kernel Auditing... | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring file `/etc/netgroup` (7) | |
Jul 07 02:28:53 nixos systemd[1]: Starting DHCP Client... | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring directory `/etc` (2) | |
Jul 07 02:28:53 nixos systemd[1]: Starting Logrotate configuration check... | |
Jul 07 02:28:53 nixos dhcpcd[619]: dhcpcd-9.4.1 starting | |
Jul 07 02:28:53 nixos systemd[1]: Starting Name Service Cache Daemon... | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:28:53 nixos systemd[1]: Started Reset console on configuration changes. | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring directory `/etc` (2) | |
Jul 07 02:28:53 nixos systemd[1]: Starting resolvconf update... | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:28:53 nixos systemd[1]: Starting ZFS file system shares... | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring directory `/etc` (2) | |
Jul 07 02:28:53 nixos systemd[1]: Started ZFS Event Daemon (zed). | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:28:53 nixos systemd[1]: Finished ZFS file system shares. | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring directory `/etc` (2) | |
Jul 07 02:28:53 nixos systemd[1]: Reached target ZFS startup target. | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:28:53 nixos systemd[1]: Starting D-Bus System Message Bus... | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring directory `/etc` (2) | |
Jul 07 02:28:53 nixos systemd[1]: Finished Kernel Auditing. | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:28:53 nixos systemd[1]: Finished Logrotate configuration check. | |
Jul 07 02:28:53 nixos nscd[625]: 625 monitoring directory `/etc` (2) | |
Jul 07 02:28:53 nixos systemd[1]: Started Name Service Cache Daemon. | |
Jul 07 02:28:53 nixos dhcpcd[640]: dev: loaded udev | |
Jul 07 02:28:53 nixos systemd[1]: Reached target Host and Network Name Lookups. | |
Jul 07 02:28:53 nixos dhcpcd[640]: DUID 00:01:00:01:29:57:98:1c:dc:a6:32:af:c4:8a | |
Jul 07 02:28:53 nixos systemd[1]: Reached target User and Group Name Lookups. | |
Jul 07 02:28:54 nixos dbus-daemon[629]: [system] Successfully activated service 'org.freedesktop.systemd1' | |
Jul 07 02:28:54 nixos systemd[1]: Starting User Login Management... | |
Jul 07 02:28:54 nixos dhcpcd[640]: no valid interfaces found | |
Jul 07 02:28:54 nixos systemd[1]: Finished resolvconf update. | |
Jul 07 02:28:54 nixos systemd-logind[684]: New seat seat0. | |
Jul 07 02:28:54 nixos systemd[1]: Started D-Bus System Message Bus. | |
Jul 07 02:28:54 nixos systemd[1]: Started User Login Management. | |
Jul 07 02:28:54 nixos kernel: hub 1-1:1.0: USB hub found | |
Jul 07 02:28:54 nixos kernel: hub 1-1:1.0: 4 ports detected | |
Jul 07 02:28:54 nixos kernel: vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
Jul 07 02:28:54 nixos systemd[1]: Finished Firewall. | |
Jul 07 02:28:54 nixos systemd[1]: Reached target Preparation for Network. | |
Jul 07 02:28:54 nixos systemd[1]: Reached target All Network Interfaces (deprecated). | |
Jul 07 02:28:54 nixos systemd[1]: Starting Networking Setup... | |
Jul 07 02:28:54 nixos kernel: vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
Jul 07 02:28:54 nixos kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 | |
Jul 07 02:28:54 nixos kernel: brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2 | |
Jul 07 02:28:54 nixos kernel: vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
Jul 07 02:28:54 nixos kernel: Bluetooth: Core ver 2.22 | |
Jul 07 02:28:54 nixos kernel: NET: Registered PF_BLUETOOTH protocol family | |
Jul 07 02:28:54 nixos kernel: Bluetooth: HCI device and connection manager initialized | |
Jul 07 02:28:54 nixos kernel: Bluetooth: HCI socket layer initialized | |
Jul 07 02:28:54 nixos kernel: Bluetooth: L2CAP socket layer initialized | |
Jul 07 02:28:54 nixos kernel: Bluetooth: SCO socket layer initialized | |
Jul 07 02:28:54 nixos kernel: usbcore: registered new interface driver brcmfmac | |
Jul 07 02:28:54 nixos kernel: snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. | |
Jul 07 02:28:54 nixos kernel: Bluetooth: HCI UART driver ver 2.3 | |
Jul 07 02:28:54 nixos kernel: Bluetooth: HCI UART protocol H4 registered | |
Jul 07 02:28:54 nixos kernel: Bluetooth: HCI UART protocol BCSP registered | |
Jul 07 02:28:55 nixos kernel: Bluetooth: HCI UART protocol LL registered | |
Jul 07 02:28:55 nixos kernel: Bluetooth: HCI UART protocol Broadcom registered | |
Jul 07 02:28:55 nixos kernel: hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator | |
Jul 07 02:28:55 nixos kernel: Bluetooth: HCI UART protocol QCA registered | |
Jul 07 02:28:55 nixos kernel: hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator | |
Jul 07 02:28:55 nixos systemd[1]: Finished Networking Setup. | |
Jul 07 02:28:55 nixos systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. | |
Jul 07 02:28:55 nixos systemd[1]: Starting Extra networking commands.... | |
Jul 07 02:28:55 nixos systemd-udevd[512]: Using default interface naming scheme 'v250'. | |
Jul 07 02:28:55 nixos kernel: mc: Linux media interface: v0.10 | |
Jul 07 02:28:55 nixos systemd[1]: Finished Extra networking commands.. | |
Jul 07 02:28:55 nixos systemd[1]: Reached target Network. | |
Jul 07 02:28:55 nixos kernel: uart-pl011 fe201000.serial: no DMA platform data | |
Jul 07 02:28:55 nixos kernel: bcm2835_audio bcm2835_audio: card created with 8 channels | |
Jul 07 02:28:55 nixos kernel: vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
Jul 07 02:28:55 nixos systemd[1]: Starting SSH Daemon... | |
Jul 07 02:28:55 nixos kernel: vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
Jul 07 02:28:55 nixos systemd[1]: Starting Permit User Sessions... | |
Jul 07 02:28:55 nixos kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 | |
Jul 07 02:28:55 nixos systemd[1]: Started SSH Daemon. | |
Jul 07 02:28:55 nixos systemd[1]: Finished Permit User Sessions. | |
Jul 07 02:28:55 nixos kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2 | |
Jul 07 02:28:55 nixos systemd[1]: Started Getty on tty1. | |
Jul 07 02:28:55 nixos systemd[1]: Reached target Login Prompts. | |
Jul 07 02:28:55 nixos kernel: vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
Jul 07 02:28:55 nixos kernel: bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) | |
Jul 07 02:28:55 nixos kernel: bcmgenet fd580000.ethernet eth0: Link is Down | |
Jul 07 02:28:55 nixos dhcpcd[640]: eth0: waiting for carrier | |
Jul 07 02:28:55 nixos systemd[1]: Starting Load/Save RF Kill Switch Status... | |
Jul 07 02:28:55 nixos kernel: vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) | |
Jul 07 02:28:55 nixos kernel: vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) | |
Jul 07 02:28:55 nixos kernel: vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) | |
Jul 07 02:28:55 nixos kernel: vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
Jul 07 02:28:55 nixos kernel: vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
Jul 07 02:28:55 nixos kernel: videodev: Linux video capture interface: v2.00 | |
Jul 07 02:28:55 nixos kernel: vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
Jul 07 02:28:55 nixos kernel: vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
Jul 07 02:28:55 nixos kernel: [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0 | |
Jul 07 02:28:55 nixos kernel: vc4-drm gpu: [drm] Cannot find any crtc or sizes | |
Jul 07 02:28:55 nixos systemd[1]: Reached target Bluetooth Support. | |
Jul 07 02:28:55 nixos kernel: bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. | |
Jul 07 02:28:55 nixos systemd-udevd[514]: Using default interface naming scheme 'v250'. | |
Jul 07 02:28:55 nixos kernel: bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. | |
Jul 07 02:28:55 nixos systemd[1]: Started Load/Save RF Kill Switch Status. | |
Jul 07 02:28:55 nixos systemd[1]: Reached target Sound Card. | |
Jul 07 02:28:55 nixos sshd[818]: Server listening on 0.0.0.0 port 22. | |
Jul 07 02:28:55 nixos sshd[818]: Server listening on :: port 22. | |
Jul 07 02:28:55 nixos dhcpcd[640]: wlan0: waiting for carrier | |
Jul 07 02:28:57 nixos kernel: Bluetooth: hci0: command 0x1001 tx timeout | |
Jul 07 02:28:58 nixos dhcpcd[640]: eth0: carrier acquired | |
Jul 07 02:28:58 nixos kernel: bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx | |
Jul 07 02:28:58 nixos kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready | |
Jul 07 02:28:58 nixos dhcpcd[640]: eth0: IAID 32:af:c4:89 | |
Jul 07 02:28:58 nixos dhcpcd[640]: eth0: adding address fe80::dea6:32ff:feaf:c489 | |
Jul 07 02:28:58 nixos dhcpcd[640]: eth0: soliciting an IPv6 router | |
Jul 07 02:28:59 nixos dhcpcd[640]: eth0: rebinding lease of 192.168.0.129 | |
Jul 07 02:28:59 nixos dhcpcd[640]: eth0: probing address 192.168.0.129/24 | |
Jul 07 02:29:00 nixos login[822]: pam_unix(login:session): session opened for user nixos(uid=1000) by LOGIN(uid=0) | |
Jul 07 02:29:00 nixos systemd[1]: Created slice Slice /user/1000. | |
Jul 07 02:29:00 nixos systemd[1]: Starting User Runtime Directory /run/user/1000... | |
Jul 07 02:29:00 nixos systemd-logind[684]: New session 1 of user nixos. | |
Jul 07 02:29:00 nixos systemd[1]: Finished User Runtime Directory /run/user/1000. | |
Jul 07 02:29:00 nixos systemd[1]: Starting User Manager for UID 1000... | |
Jul 07 02:29:00 nixos systemd[855]: pam_unix(systemd-user:session): session opened for user nixos(uid=1000) by (uid=0) | |
Jul 07 02:29:00 nixos systemd[1]: systemd-rfkill.service: Deactivated successfully. | |
Jul 07 02:29:00 nixos systemd[855]: Queued start job for default target Main User Target. | |
Jul 07 02:29:00 nixos systemd[855]: Created slice User Application Slice. | |
Jul 07 02:29:00 nixos systemd[855]: Reached target Paths. | |
Jul 07 02:29:00 nixos systemd[855]: Reached target Timers. | |
Jul 07 02:29:00 nixos systemd[855]: Starting D-Bus User Message Bus Socket... | |
Jul 07 02:29:00 nixos systemd[855]: Listening on D-Bus User Message Bus Socket. | |
Jul 07 02:29:00 nixos systemd[855]: Reached target Sockets. | |
Jul 07 02:29:00 nixos systemd[855]: Reached target Basic System. | |
Jul 07 02:29:00 nixos systemd[1]: Started User Manager for UID 1000. | |
Jul 07 02:29:00 nixos systemd[855]: Starting Run user-specific NixOS activation... | |
Jul 07 02:29:00 nixos systemd[1]: Started Session 1 of User nixos. | |
Jul 07 02:29:00 nixos systemd[855]: Finished Run user-specific NixOS activation. | |
Jul 07 02:29:00 nixos systemd[855]: Reached target Main User Target. | |
Jul 07 02:29:00 nixos systemd[855]: Startup finished in 277ms. | |
Jul 07 02:29:04 nixos dhcpcd[640]: eth0: leased 192.168.0.129 for 86400 seconds | |
Jul 07 02:29:04 nixos dhcpcd[640]: eth0: adding route to 192.168.0.0/24 | |
Jul 07 02:29:04 nixos dhcpcd[640]: eth0: adding default route via 192.168.0.1 | |
Jul 07 02:29:04 nixos nscd[625]: 625 monitored file `/etc/resolv.conf` was written to | |
Jul 07 02:29:04 nixos systemd[1]: Stopping Name Service Cache Daemon... | |
Jul 07 02:29:04 nixos systemd[1]: nscd.service: Deactivated successfully. | |
Jul 07 02:29:04 nixos systemd[1]: Stopped Name Service Cache Daemon. | |
Jul 07 02:29:04 nixos systemd[1]: Starting Name Service Cache Daemon... | |
Jul 07 02:29:04 nixos dhcpcd[619]: Failed to reload-or-try-restart ntpd.service: Unit ntpd.service not found. | |
Jul 07 02:29:04 nixos dhcpcd[619]: Failed to reload-or-try-restart openntpd.service: Unit openntpd.service not found. | |
Jul 07 02:29:04 nixos dhcpcd[619]: Failed to reload-or-try-restart chronyd.service: Unit chronyd.service not found. | |
Jul 07 02:29:04 nixos systemd[1]: Started DHCP Client. | |
Jul 07 02:29:04 nixos systemd[1]: Reached target Network is Online. | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring file `/etc/passwd` (1) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring directory `/etc` (2) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring file `/etc/group` (3) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring directory `/etc` (2) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring file `/etc/hosts` (4) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring directory `/etc` (2) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring file `/etc/resolv.conf` (5) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring directory `/etc` (2) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring file `/etc/services` (6) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring directory `/etc` (2) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring file `/etc/netgroup` (7) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring directory `/etc` (2) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring directory `/etc` (2) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring directory `/etc` (2) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring directory `/etc` (2) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring directory `/etc` (2) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:29:04 nixos nscd[917]: 917 monitoring directory `/etc` (2) | |
Jul 07 02:29:04 nixos systemd[1]: Started Name Service Cache Daemon. | |
Jul 07 02:29:04 nixos systemd[1]: Reached target Multi-User System. | |
Jul 07 02:29:04 nixos systemd[1]: Startup finished in 6.828s (kernel) + 14.446s (userspace) = 21.275s. | |
Jul 07 02:29:05 nixos kernel: Bluetooth: hci0: BCM: Reading local version info failed (-110) | |
Jul 07 02:29:05 nixos kernel: Bluetooth: hci0: hardware error 0x00 | |
Jul 07 02:29:07 nixos kernel: Bluetooth: hci0: command 0xfc18 tx timeout | |
Jul 07 02:29:11 nixos dhcpcd[640]: eth0: no IPv6 Routers available | |
Jul 07 02:29:13 nixos sshd[928]: Accepted publickey for nixos from 192.168.0.91 port 55846 ssh2: ED25519 SHA256:Bl3s7Ub7uw0BZDhYYiooWYYI3tE4gJSEBqyqX0S9xws | |
Jul 07 02:29:13 nixos sshd[928]: pam_unix(sshd:session): session opened for user nixos(uid=1000) by (uid=0) | |
Jul 07 02:29:13 nixos systemd-logind[684]: New session 3 of user nixos. | |
Jul 07 02:29:13 nixos systemd[1]: Started Session 3 of User nixos. | |
Jul 07 02:29:15 nixos kernel: Bluetooth: hci0: BCM: failed to write update baudrate (-110) | |
Jul 07 02:29:15 nixos kernel: Bluetooth: hci0: Failed to set baudrate | |
Jul 07 02:29:17 nixos kernel: Bluetooth: hci0: command 0x0c03 tx timeout | |
Jul 07 02:31:06 nixos systemd-timesyncd[585]: Initial synchronization to time server 203.14.0.251:123 (2.nixos.pool.ntp.org). | |
Jul 07 02:31:07 nixos kernel: Bluetooth: hci0: BCM: Reset failed (-110) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[nixos@nixos:~]$ dmesg | |
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] | |
[ 0.000000] Linux version 5.15.50 (nixbld@localhost) (gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.38) #1-NixOS SMP Sat Jun 25 13:18:40 UTC 2022 | |
[ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.2 | |
[ 0.000000] efi: UEFI not found. | |
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000037400000, size 64 MiB | |
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool | |
[ 0.000000] NUMA: No NUMA configuration found | |
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff] | |
[ 0.000000] NUMA: NODE_DATA [mem 0x7fbf9140-0x7fbfbfff] | |
[ 0.000000] Zone ranges: | |
[ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff] | |
[ 0.000000] DMA32 [mem 0x0000000040000000-0x000000007fffffff] | |
[ 0.000000] Normal empty | |
[ 0.000000] Device empty | |
[ 0.000000] Movable zone start for each node | |
[ 0.000000] Early memory node ranges | |
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff] | |
[ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff] | |
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] | |
[ 0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges | |
[ 0.000000] percpu: Embedded 30 pages/cpu s82456 r8192 d32232 u122880 | |
[ 0.000000] pcpu-alloc: s82456 r8192 d32232 u122880 alloc=30*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 errata 1165522, 1319367, or 1530923 | |
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 496944 | |
[ 0.000000] Policy zone: DMA32 | |
[ 0.000000] Kernel command line: init=/nix/store/1ilkhwzf4ljrwz92n7gi9lsj0ipx64ii-nixos-system-nixos-22.05.1437.e8d47977286/init console=ttyS0,115200n8 console=ttyAMA0,115200n8 console=tty0 loglevel=7 | |
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) | |
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) | |
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off | |
[ 0.000000] software IO TLB: mapped [mem 0x0000000033400000-0x0000000037400000] (64MB) | |
[ 0.000000] Memory: 1791064K/2019328K available (19520K kernel code, 4566K rwdata, 10604K rodata, 10368K init, 636K bss, 162728K reserved, 65536K cma-reserved) | |
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 | |
[ 0.000000] ftrace: allocating 64171 entries in 251 pages | |
[ 0.000000] ftrace: allocated 251 pages with 7 groups | |
[ 0.000000] trace event string verifier disabled | |
[ 0.000000] rcu: Hierarchical RCU implementation. | |
[ 0.000000] rcu: RCU event tracing is enabled. | |
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=384 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] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 10) | |
[ 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.000301] Console: colour dummy device 80x25 | |
[ 0.000711] printk: console [tty0] enabled | |
[ 0.000816] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) | |
[ 0.000845] pid_max: default: 32768 minimum: 301 | |
[ 0.000945] LSM: Security Framework initializing | |
[ 0.000990] landlock: Up and running. | |
[ 0.001002] Yama: becoming mindful. | |
[ 0.001058] LSM support for eBPF active | |
[ 0.001187] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) | |
[ 0.001231] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) | |
[ 0.003720] rcu: Hierarchical SRCU implementation. | |
[ 0.007389] EFI services will not be available. | |
[ 0.007841] smp: Bringing up secondary CPUs ... | |
[ 0.008628] Detected PIPT I-cache on CPU1 | |
[ 0.008702] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] | |
[ 0.009455] Detected PIPT I-cache on CPU2 | |
[ 0.009503] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] | |
[ 0.010242] Detected PIPT I-cache on CPU3 | |
[ 0.010291] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] | |
[ 0.010400] smp: Brought up 1 node, 4 CPUs | |
[ 0.010466] SMP: Total of 4 processors activated. | |
[ 0.010480] CPU features: detected: 32-bit EL0 Support | |
[ 0.010491] CPU features: detected: 32-bit EL1 Support | |
[ 0.010504] CPU features: detected: CRC32 instructions | |
[ 0.040408] CPU: All CPU(s) started at EL2 | |
[ 0.040579] alternatives: patching kernel code | |
[ 0.042656] devtmpfs: initialized | |
[ 0.049395] KASLR enabled | |
[ 0.049629] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
[ 0.049666] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) | |
[ 0.051388] pinctrl core: initialized pinctrl subsystem | |
[ 0.052656] DMI not present or invalid. | |
[ 0.053535] NET: Registered PF_NETLINK/PF_ROUTE protocol family | |
[ 0.055435] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations | |
[ 0.055595] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations | |
[ 0.055789] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations | |
[ 0.055858] audit: initializing netlink subsys (disabled) | |
[ 0.056043] audit: type=2000 audit(0.052:1): state=initialized audit_enabled=0 res=1 | |
[ 0.057240] thermal_sys: Registered thermal governor 'step_wise' | |
[ 0.057250] thermal_sys: Registered thermal governor 'power_allocator' | |
[ 0.057483] cpuidle: using governor menu | |
[ 0.057746] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. | |
[ 0.057895] ASID allocator initialised with 32768 entries | |
[ 0.059649] Serial: AMBA PL011 UART driver | |
[ 0.098312] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages | |
[ 0.098354] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages | |
[ 0.098371] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages | |
[ 0.098386] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages | |
[ 0.100622] cryptd: max_cpu_qlen set to 1000 | |
[ 0.104450] fbcon: Taking over console | |
[ 0.104517] ACPI: Interpreter disabled. | |
[ 0.106906] iommu: Default domain type: Translated | |
[ 0.106927] iommu: DMA domain TLB invalidation policy: strict mode | |
[ 0.107230] vgaarb: loaded | |
[ 0.107689] SCSI subsystem initialized | |
[ 0.107902] libata version 3.00 loaded. | |
[ 0.108135] usbcore: registered new interface driver usbfs | |
[ 0.108196] usbcore: registered new interface driver hub | |
[ 0.108241] usbcore: registered new device driver usb | |
[ 0.108490] usb_phy_generic phy: supply vcc not found, using dummy regulator | |
[ 0.108639] usb_phy_generic phy: dummy supplies not allowed for exclusive requests | |
[ 0.109504] pps_core: LinuxPPS API ver. 1 registered | |
[ 0.109520] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> | |
[ 0.109549] PTP clock support registered | |
[ 0.109721] EDAC MC: Ver: 3.0.0 | |
[ 0.111579] FPGA manager framework | |
[ 0.111711] Advanced Linux Sound Architecture Driver Initialized. | |
[ 0.112893] clocksource: Switched to clocksource arch_sys_counter | |
[ 0.182726] VFS: Disk quotas dquot_6.6.0 | |
[ 0.182820] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
[ 0.183553] simple-framebuffer 3e267000.framebuffer: framebuffer at 0x3e267000, 0x960000 bytes | |
[ 0.183583] simple-framebuffer 3e267000.framebuffer: format=a8r8g8b8, mode=1920x1280x32, linelength=7680 | |
[ 0.184174] Console: switching to colour frame buffer device 240x80 | |
[ 0.209403] simple-framebuffer 3e267000.framebuffer: fb0: simplefb registered! | |
[ 0.209743] pnp: PnP ACPI: disabled | |
[ 0.218279] NET: Registered PF_INET protocol family | |
[ 0.218722] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) | |
[ 0.220799] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) | |
[ 0.221008] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) | |
[ 0.221209] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) | |
[ 0.221445] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) | |
[ 0.221791] TCP: Hash tables configured (established 16384 bind 16384) | |
[ 0.222207] MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear) | |
[ 0.222414] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) | |
[ 0.222563] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) | |
[ 0.222844] NET: Registered PF_UNIX/PF_LOCAL protocol family | |
[ 0.223654] RPC: Registered named UNIX socket transport module. | |
[ 0.223767] RPC: Registered udp transport module. | |
[ 0.223851] RPC: Registered tcp transport module. | |
[ 0.223933] RPC: Registered tcp NFSv4.1 backchannel transport module. | |
[ 0.224046] NET: Registered PF_XDP protocol family | |
[ 0.224142] PCI: CLS 0 bytes, default 64 | |
[ 0.224451] Trying to unpack rootfs image as initramfs... | |
[ 0.630099] Freeing initrd memory: 10052K | |
[ 1.112167] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available | |
[ 1.112508] kvm [1]: IPA Size Limit: 44 bits | |
[ 1.114830] kvm [1]: vgic interrupt IRQ9 | |
[ 1.115074] kvm [1]: Hyp mode initialized successfully | |
[ 1.117750] Initialise system trusted keyrings | |
[ 1.118055] workingset: timestamp_bits=42 max_order=19 bucket_order=0 | |
[ 1.124382] zbud: loaded | |
[ 1.126348] squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
[ 1.127196] NFS: Registering the id_resolver key type | |
[ 1.127323] Key type id_resolver registered | |
[ 1.127402] Key type id_legacy registered | |
[ 1.127562] nfs4filelayout_init: NFSv4 File Layout Driver Registering... | |
[ 1.127684] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... | |
[ 1.128001] 9p: Installing v9fs 9p2000 file system support | |
[ 1.192758] Key type asymmetric registered | |
[ 1.192845] Asymmetric key parser 'x509' registered | |
[ 1.193016] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) | |
[ 1.193595] io scheduler mq-deadline registered | |
[ 1.193685] io scheduler kyber registered | |
[ 1.210156] EINJ: ACPI disabled. | |
[ 1.233261] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | |
[ 1.235629] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 27, base_baud = 62499999) is a 16550 | |
[ 1.237519] SuperH (H)SCI(F) driver initialized | |
[ 1.238230] msm_serial: driver initialized | |
[ 1.248483] loop: module loaded | |
[ 1.249859] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver | |
[ 1.251036] megasas: 07.717.02.00-rc1 | |
[ 1.258271] tun: Universal TUN/TAP device driver, 1.6 | |
[ 1.259453] thunder_xcv, ver 1.0 | |
[ 1.259566] thunder_bgx, ver 1.0 | |
[ 1.259670] nicpf, ver 1.0 | |
[ 1.261335] hclge is initializing | |
[ 1.261429] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version | |
[ 1.261554] hns3: Copyright (c) 2017 Huawei Corporation. | |
[ 1.267754] e1000: Intel(R) PRO/1000 Network Driver | |
[ 1.273861] e1000: Copyright (c) 1999-2006 Intel Corporation. | |
[ 1.280008] e1000e: Intel(R) PRO/1000 Network Driver | |
[ 1.286128] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. | |
[ 1.292290] igb: Intel(R) Gigabit Ethernet Network Driver | |
[ 1.298464] igb: Copyright (c) 2007-2014 Intel Corporation. | |
[ 1.304721] igbvf: Intel(R) Gigabit Virtual Function Network Driver | |
[ 1.310940] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. | |
[ 1.317589] sky2: driver version 1.30 | |
[ 1.325006] VFIO - User Level meta-driver version: 0.3 | |
[ 1.333791] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
[ 1.340046] ehci-pci: EHCI PCI platform driver | |
[ 1.346240] ehci-platform: EHCI generic platform driver | |
[ 1.352553] ehci-orion: EHCI orion driver | |
[ 1.358829] ehci-exynos: EHCI Exynos driver | |
[ 1.365118] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver | |
[ 1.371315] ohci-pci: OHCI PCI platform driver | |
[ 1.377508] ohci-platform: OHCI generic platform driver | |
[ 1.383804] ohci-exynos: OHCI Exynos driver | |
[ 1.390479] usbcore: registered new interface driver usb-storage | |
[ 1.399799] i2c_dev: i2c /dev entries driver | |
[ 1.408343] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode | |
[ 1.414887] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode | |
[ 1.424624] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer | |
[ 1.432826] sdhci: Secure Digital Host Controller Interface driver | |
[ 1.438848] sdhci: Copyright(c) Pierre Ossman | |
[ 1.445688] Synopsys Designware Multimedia Card Interface Driver | |
[ 1.452909] sdhci-pltfm: SDHCI platform and OF driver helper | |
[ 1.461290] ledtrig-cpu: registered to indicate activity on CPUs | |
[ 1.469150] hid: raw HID events driver (C) Jiri Kosina | |
[ 1.475600] usbcore: registered new interface driver usbhid | |
[ 1.481436] usbhid: USB HID core driver | |
[ 1.487514] ashmem: initialized | |
[ 1.493881] bcm2835-mbox fe00b880.mailbox: mailbox enabled | |
[ 1.505245] drop_monitor: Initializing network drop monitor service | |
[ 1.511720] NET: Registered PF_INET6 protocol family | |
[ 1.520660] Segment Routing with IPv6 | |
[ 1.526400] In-situ OAM (IOAM) with IPv6 | |
[ 1.532114] NET: Registered PF_PACKET protocol family | |
[ 1.538095] 9pnet: Installing 9P2000 support | |
[ 1.543929] Key type dns_resolver registered | |
[ 1.550437] registered taskstats version 1 | |
[ 1.556158] Loading compiled-in X.509 certificates | |
[ 1.562061] zswap: loaded using pool lzo/zbud | |
[ 1.568376] Key type ._fscrypt registered | |
[ 1.574061] Key type .fscrypt registered | |
[ 1.579676] Key type fscrypt-provisioning registered | |
[ 1.590851] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 25, base_baud = 0) is a PL011 rev2 | |
[ 2.887442] printk: console [ttyAMA0] enabled | |
[ 2.897669] serial serial0: tty port ttyAMA0 registered | |
[ 2.910959] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-03-24T13:19:26 | |
[ 2.929106] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator | |
[ 2.942241] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator | |
[ 3.056119] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM | |
[ 3.076804] sdhci-iproc fe300000.mmc: allocated mmc-pwrseq | |
[ 3.096289] ALSA device list: | |
[ 3.105125] No soundcards found. | |
[ 3.126889] mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO | |
[ 3.140758] mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA | |
[ 3.171764] Freeing unused kernel memory: 10368K | |
[ 3.182382] Run /init as init process | |
[ 3.191738] with arguments: | |
[ 3.191749] /init | |
[ 3.191756] with environment: | |
[ 3.191762] HOME=/ | |
[ 3.191768] TERM=linux | |
[ 3.247054] mmc0: new high speed SDIO card at address 0001 | |
[ 3.268989] mmc1: new ultra high speed DDR50 SDHC card at address aaaa | |
[ 3.282109] mmcblk1: mmc1:aaaa SM32G 29.7 GiB | |
[ 3.295057] mmcblk1: p1 p2 | |
[ 3.342284] stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] loading module dm_mod... | |
[ 3.371786] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: [email protected] | |
[ 3.391339] stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] running udev... | |
[ 3.443581] stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] Starting version 250.4 | |
[ 3.655158] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: | |
[ 3.667834] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] | |
[ 3.682770] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 | |
[ 3.699265] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 | |
[ 3.763107] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) | |
[ 3.778629] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 | |
[ 3.790768] pci_bus 0000:00: root bus resource [bus 00-ff] | |
[ 3.801988] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) | |
[ 3.818260] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 | |
[ 3.830175] pci 0000:00:00.0: PME# supported from D0 D3hot | |
[ 3.848592] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 | |
[ 3.860519] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] | |
[ 3.873568] pci 0000:01:00.0: PME# supported from D0 D3cold | |
[ 3.899345] pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff] | |
[ 3.912312] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] | |
[ 3.925662] pci 0000:00:00.0: PCI bridge to [bus 01] | |
[ 3.936324] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] | |
[ 3.949282] pcieport 0000:00:00.0: enabling device (0000 -> 0002) | |
[ 3.961302] pcieport 0000:00:00.0: PME: Signaling with IRQ 64 | |
[ 4.010420] stage-1-init: [Thu Jan 1 00:00:04 UTC 1970] starting device mapper and LVM... | |
[ 4.016654] random: lvm: uninitialized urandom read (4 bytes read) | |
[ 4.147099] stage-1-init: [Thu Jan 1 00:00:04 UTC 1970] checking /dev/disk/by-label/NIXOS_SD... | |
[ 4.154091] stage-1-init: [Thu Jan 1 00:00:04 UTC 1970] fsck (busybox 1.35.0) | |
[ 4.159098] stage-1-init: [Thu Jan 1 00:00:04 UTC 1970] [fsck.ext4 (1) -- /mnt-root/] fsck.ext4 -a /dev/disk/by-label/NIXOS_SD | |
[ 4.167695] stage-1-init: [Thu Jan 1 00:00:04 UTC 1970] NIXOS_SD: clean, 127600/1881152 files, 779862/7782016 blocks | |
[ 4.173203] stage-1-init: [Thu Jan 1 00:00:04 UTC 1970] mounting /dev/disk/by-label/NIXOS_SD on /... | |
[ 4.187073] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. | |
[ 4.836041] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null). Quota mode: none. | |
[ 4.853788] booting system configuration /nix/store/1ilkhwzf4ljrwz92n7gi9lsj0ipx64ii-nixos-system-nixos-22.05.1437.e8d47977286 | |
[ 4.981673] stage-2-init: running activation script... | |
[ 5.242563] random: perl: uninitialized urandom read (4 bytes read) | |
[ 5.961372] random: perl: uninitialized urandom read (4 bytes read) | |
[ 6.030434] stage-2-init: setting up /etc... | |
[ 6.048369] random: perl: uninitialized urandom read (4 bytes read) | |
[ 7.433599] systemd[1]: System time before build time, advancing clock. | |
[ 7.546669] systemd[1]: systemd 250.4 running in system mode (+PAM +AUDIT -SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified) | |
[ 7.591794] systemd[1]: Detected architecture arm64. | |
[ 8.305262] systemd[1]: Queued start job for default target Multi-User System. | |
[ 8.320354] random: systemd: uninitialized urandom read (16 bytes read) | |
[ 8.339906] systemd[1]: Created slice Slice /system/getty. | |
[ 8.360268] random: systemd: uninitialized urandom read (16 bytes read) | |
[ 8.376418] systemd[1]: Created slice Slice /system/modprobe. | |
[ 8.396772] random: systemd: uninitialized urandom read (16 bytes read) | |
[ 8.412975] systemd[1]: Created slice User and Session Slice. | |
[ 8.433957] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. | |
[ 8.457159] systemd[1]: Started Forward Password Requests to Wall Directory Watch. | |
[ 8.479705] systemd[1]: Reached target Local Encrypted Volumes. | |
[ 8.500700] systemd[1]: Reached target Containers. | |
[ 8.520578] systemd[1]: Reached target Path Units. | |
[ 8.540371] systemd[1]: Reached target Remote File Systems. | |
[ 8.561039] systemd[1]: Reached target Slice Units. | |
[ 8.581083] systemd[1]: Reached target Swaps. | |
[ 8.600715] systemd[1]: Reached target ZFS pool import target. | |
[ 8.631946] systemd[1]: Listening on Process Core Dump Socket. | |
[ 8.654271] systemd[1]: Listening on Journal Audit Socket. | |
[ 8.675943] systemd[1]: Listening on Journal Socket (/dev/log). | |
[ 8.698030] systemd[1]: Listening on Journal Socket. | |
[ 8.719922] systemd[1]: Listening on udev Control Socket. | |
[ 8.741423] systemd[1]: Listening on udev Kernel Socket. | |
[ 8.767759] systemd[1]: Mounting Huge Pages File System... | |
[ 8.794424] systemd[1]: Mounting POSIX Message Queue File System... | |
[ 8.821964] systemd[1]: Mounting Kernel Debug File System... | |
[ 8.849318] systemd[1]: Starting Create List of Static Device Nodes... | |
[ 8.877417] systemd[1]: Starting Load Kernel Module configfs... | |
[ 8.905509] systemd[1]: Starting Load Kernel Module drm... | |
[ 8.932843] systemd[1]: Starting Load Kernel Module fuse... | |
[ 8.959721] systemd[1]: Starting mount-pstore.service... | |
[ 8.976864] fuse: init (API version 7.34) | |
[ 8.993295] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/). | |
[ 9.021007] systemd[1]: Starting Journal Service... | |
[ 9.048518] systemd[1]: Starting Load Kernel Modules... | |
[ 9.075900] systemd[1]: Starting Remount Root and Kernel File Systems... | |
[ 9.105745] systemd[1]: Starting Coldplug All udev Devices... | |
[ 9.130525] audit: type=1334 audit(1640290181.695:2): prog-id=38 op=LOAD | |
[ 9.145113] audit: type=1334 audit(1640290181.707:3): prog-id=39 op=LOAD | |
[ 9.159471] audit: type=1334 audit(1640290181.711:4): prog-id=0 op=UNLOAD | |
[ 9.162703] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. | |
[ 9.173823] audit: type=1334 audit(1640290181.711:5): prog-id=0 op=UNLOAD | |
[ 9.183142] systemd[1]: Mounted Huge Pages File System. | |
[ 9.223669] audit: type=1334 audit(1640290181.723:6): prog-id=40 op=LOAD | |
[ 9.223706] audit: type=1334 audit(1640290181.739:7): prog-id=41 op=LOAD | |
[ 9.223722] audit: type=1334 audit(1640290181.739:8): prog-id=0 op=UNLOAD | |
[ 9.223736] audit: type=1334 audit(1640290181.739:9): prog-id=0 op=UNLOAD | |
[ 9.229228] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null). Quota mode: none. | |
[ 9.276809] spl: loading out-of-tree module taints kernel. | |
[ 9.319699] systemd[1]: Started Journal Service. | |
[ 9.339807] audit: type=1130 audit(1640290181.903:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 9.358507] icp: module license 'CDDL' taints kernel. | |
[ 9.390468] Disabling lock debugging due to kernel taint | |
[ 9.431961] audit: type=1130 audit(1640290181.995:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 9.508081] urandom_read_iter: 40 callbacks suppressed | |
[ 9.508098] random: systemd-journal: uninitialized urandom read (16 bytes read) | |
[ 9.547728] random: systemd: uninitialized urandom read (16 bytes read) | |
[ 9.570197] random: systemd-journal: uninitialized urandom read (16 bytes read) | |
[ 9.643037] systemd-journald[479]: Received client request to flush runtime journal. | |
[ 9.685854] systemd-journald[479]: File /var/log/journal/ea2c1ed9ee324541aac726e9d9b77610/system.journal corrupted or uncleanly shut down, renaming and replacing. | |
[ 10.429136] ZFS: Loaded module v2.1.5-1, ZFS pool version 5000, ZFS filesystem version 5 | |
[ 11.177259] systemd-journald[479]: Oldest entry in /var/log/journal/ea2c1ed9ee324541aac726e9d9b77610/system.journal is older than the configured file retention duration (1month), suggesting rotation. | |
[ 11.204951] systemd-journald[479]: /var/log/journal/ea2c1ed9ee324541aac726e9d9b77610/system.journal: Journal header limits reached or header out-of-date, rotating. | |
[ 11.349747] random: crng init done | |
[ 11.361195] random: 33 urandom warning(s) missed due to ratelimiting | |
[ 11.743011] 8021q: 802.1Q VLAN Support v1.8 | |
[ 12.011257] cfg80211: Loading compiled-in X.509 certificates for regulatory database | |
[ 12.081566] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' | |
[ 12.182784] vchiq: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 12.305687] iproc-rng200 fe104000.rng: hwrng registered | |
[ 12.433675] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 | |
[ 12.560992] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus | |
[ 12.609225] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 12.641294] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 12.672527] xhci_hcd 0000:01:00.0: enabling device (0000 -> 0002) | |
[ 12.691192] xhci_hcd 0000:01:00.0: xHCI Host Controller | |
[ 12.709000] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 | |
[ 12.732747] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 | |
[ 12.733617] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000040000000890 | |
[ 12.779400] hub 1-0:1.0: USB hub found | |
[ 12.790039] hub 1-0:1.0: 1 port detected | |
[ 12.807931] xhci_hcd 0000:01:00.0: xHCI Host Controller | |
[ 12.808422] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2 | |
[ 12.820064] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 | |
[ 12.831597] usbcore: registered new interface driver brcmfmac | |
[ 12.864401] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed | |
[ 12.867112] hub 2-0:1.0: USB hub found | |
[ 12.867175] hub 2-0:1.0: 4 ports detected | |
[ 12.873221] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 12.928678] Bluetooth: Core ver 2.22 | |
[ 12.945944] NET: Registered PF_BLUETOOTH protocol family | |
[ 12.957649] Bluetooth: HCI device and connection manager initialized | |
[ 12.980065] Bluetooth: HCI socket layer initialized | |
[ 13.000472] Bluetooth: L2CAP socket layer initialized | |
[ 13.011936] Bluetooth: SCO socket layer initialized | |
[ 13.096989] usb 1-1: new high-speed USB device number 2 using xhci_hcd | |
[ 13.198426] Bluetooth: HCI UART driver ver 2.3 | |
[ 13.209416] Bluetooth: HCI UART protocol H4 registered | |
[ 13.221031] Bluetooth: HCI UART protocol BCSP registered | |
[ 13.221195] Bluetooth: HCI UART protocol LL registered | |
[ 13.245307] Bluetooth: HCI UART protocol Broadcom registered | |
[ 13.245370] Bluetooth: HCI UART protocol QCA registered | |
[ 13.250382] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 13.275862] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator | |
[ 13.276120] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator | |
[ 13.285380] hub 1-1:1.0: USB hub found | |
[ 13.335599] hub 1-1:1.0: 4 ports detected | |
[ 13.337541] bcm2835_audio bcm2835_audio: card created with 8 channels | |
[ 13.337794] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 | |
[ 13.338871] mc: Linux media interface: v0.10 | |
[ 13.339415] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 13.350341] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
[ 13.361897] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2 | |
[ 13.409115] uart-pl011 fe201000.serial: no DMA platform data | |
[ 13.427565] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) | |
[ 13.454905] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) | |
[ 13.460057] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) | |
[ 13.474507] bcmgenet fd580000.ethernet eth0: Link is Down | |
[ 13.477736] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) | |
[ 13.497715] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
[ 13.508246] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
[ 13.508349] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
[ 13.508410] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
[ 13.508623] checking generic (3e267000 960000) vs hw (0 ffffffffffffffff) | |
[ 13.508628] fb0: switching to vc4 from simple | |
[ 13.550944] Bluetooth: hci0: Frame reassembly failed (-84) | |
[ 13.551089] Console: switching to colour dummy device 80x25 | |
[ 13.555308] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0 | |
[ 13.578595] videodev: Linux video capture interface: v2.00 | |
[ 13.583324] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000348 | |
[ 13.583862] Mem abort info: | |
[ 13.584027] ESR = 0x96000006 | |
[ 13.584208] EC = 0x25: DABT (current EL), IL = 32 bits | |
[ 13.584521] SET = 0, FnV = 0 | |
[ 13.584702] EA = 0, S1PTW = 0 | |
[ 13.584926] FSC = 0x06: level 2 translation fault | |
[ 13.585221] Data abort info: | |
[ 13.585391] ISV = 0, ISS = 0x00000006 | |
[ 13.585618] CM = 0, WnR = 0 | |
[ 13.585795] user pgtable: 4k pages, 48-bit VAs, pgdp=0000000048390000 | |
[ 13.586175] [0000000000000348] pgd=0800000045623003, p4d=0800000045623003, pud=080000004922e003, pmd=0000000000000000 | |
[ 13.586819] Internal error: Oops: 96000006 [#1] SMP | |
[ 13.587117] Modules linked in: videodev mc snd_soc_hdmi_codec raspberrypi_cpufreq snd_bcm2835(C) hci_uart btsdio btqca btbcm bluetooth brcmfmac reset_raspberrypi raspberrypi_hwmon clk_raspberrypi brcmutil crct10dif_ce broadcom bcm_phy_lib ecdh_generic pwm_bcm2835 ecc i2c_bcm2835 genet iproc_rng200 bcm2711_thermal rng_core vchiq(C) mdio_bcm_unimac ip6_tables nvmem_rmem cfg80211 xt_conntrack nf_conntrack uio_pdrv_genirq uio nf_defrag_ipv6 nf_defrag_ipv4 rfkill 8021q garp mrp xt_tcpudp ip6t_rpfilter ipt_rpfilter xt_pkttype nft_compat nft_counter nf_tables libcrc32c sch_fq_codel nfnetlink zfs(PO) zunicode(PO) zzstd(O) zlua(O) zcommon(PO) znvpair(PO) zavl(PO) icp(PO) spl(O) tap macvlan bridge stp llc fuse ip_tables x_tables xhci_pci xhci_pci_renesas vc4 cec drm_kms_helper drm pcie_brcmstb dm_mod | |
[ 13.591316] CPU: 0 PID: 90 Comm: kworker/u8:3 Tainted: P C O 5.15.50 #1-NixOS | |
[ 13.591803] Hardware name: Raspberry Pi 4 Model B Rev 1.2 (DT) | |
[ 13.592147] Workqueue: events_unbound deferred_probe_work_func | |
[ 13.592501] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) | |
[ 13.592910] pc : vc4_hdmi_enable_scrambling+0x44/0x268 [vc4] | |
[ 13.593275] lr : vc4_hdmi_connector_detect+0x68/0x250 [vc4] | |
[ 13.593623] sp : ffff8000088436e0 | |
[ 13.593818] x29: ffff8000088436e0 x28: 0000000000000010 x27: 0000000000001e00 | |
[ 13.594241] x26: 0000000000000002 x25: 0000000000000000 x24: 0000000000000000 | |
[ 13.594662] x23: 0000000000000003 x22: ffffa30517ff6c30 x21: 0000000000000001 | |
[ 13.595084] x20: ffff4af88914a080 x19: ffff4af88914a4f8 x18: 0000000000000000 | |
[ 13.595505] x17: 58b0805a70f23000 x16: ffffa3052932cdd0 x15: 1d0100000183010f | |
[ 13.595925] x14: 06e3ff00e20c0000 x13: 06e3ff00e20c0000 x12: 0fe401c305e30380 | |
[ 13.596347] x11: 091300963e10102d x10: 00000000000000b1 x9 : ffffa30517fe4b58 | |
[ 13.596768] x8 : 000000000000000d x7 : 0000000000000100 x6 : 0000000000000000 | |
[ 13.597188] x5 : 0000000000000000 x4 : ffff4af8bfb81280 x3 : 0000000000001a99 | |
[ 13.597609] x2 : 00000000000003e8 x1 : 000000001443fd00 x0 : 0000000000000000 | |
[ 13.598031] Call trace: | |
[ 13.598177] vc4_hdmi_enable_scrambling+0x44/0x268 [vc4] | |
[ 13.598509] vc4_hdmi_connector_detect+0x68/0x250 [vc4] | |
[ 13.598834] drm_helper_probe_detect+0xb4/0xe0 [drm_kms_helper] | |
[ 13.599238] drm_helper_probe_single_connector_modes+0x5f8/0x768 [drm_kms_helper] | |
[ 13.599715] drm_client_modeset_probe+0x240/0x10c8 [drm] | |
[ 13.600137] __drm_fb_helper_initial_config_and_unlock+0x50/0x520 [drm_kms_helper] | |
[ 13.600620] drm_fbdev_client_hotplug+0x11c/0x1c0 [drm_kms_helper] | |
[ 13.601021] drm_fbdev_generic_setup+0xbc/0x198 [drm_kms_helper] | |
[ 13.601411] vc4_drm_bind+0x1ac/0x1c8 [vc4] | |
[ 13.601676] try_to_bring_up_master+0x230/0x320 | |
[ 13.601951] __component_add+0xc8/0x1c8 | |
[ 13.602180] component_add+0x1c/0x28 | |
[ 13.602393] vc4_hvs_dev_probe+0x24/0x30 [vc4] | |
[ 13.602674] platform_probe+0x70/0xe0 | |
[ 13.602894] really_probe+0xc4/0x430 | |
[ 13.603107] __driver_probe_device+0x11c/0x190 | |
[ 13.603370] driver_probe_device+0x88/0x118 | |
[ 13.603618] __device_attach_driver+0xa0/0x138 | |
[ 13.603882] bus_for_each_drv+0x80/0xd0 | |
[ 13.604110] __device_attach+0x100/0x1b8 | |
[ 13.604342] device_initial_probe+0x1c/0x28 | |
[ 13.604591] bus_probe_device+0xa4/0xb0 | |
[ 13.604819] deferred_probe_work_func+0xb8/0x108 | |
[ 13.605092] process_one_work+0x1e0/0x480 | |
[ 13.605332] worker_thread+0x158/0x4c0 | |
[ 13.605556] kthread+0x128/0x138 | |
[ 13.605749] ret_from_fork+0x10/0x20 | |
[ 13.605965] Code: f9402a60 52807d02 529fa001 72a28861 (f941a400) | |
[ 13.606325] ---[ end trace d6c91c2e9336baa4 ]--- | |
[ 13.801990] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 13.822809] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. | |
[ 15.740891] Bluetooth: hci0: command 0x1001 tx timeout | |
[ 16.541010] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx | |
[ 16.541530] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready | |
[ 23.772894] Bluetooth: hci0: BCM: Reading local version info failed (-110) | |
[ 23.773342] Bluetooth: hci0: hardware error 0x00 | |
[ 25.788891] Bluetooth: hci0: command 0xfc18 tx timeout | |
[ 34.012910] Bluetooth: hci0: BCM: failed to write update baudrate (-110) | |
[ 34.019640] Bluetooth: hci0: Failed to set baudrate | |
[ 36.028892] Bluetooth: hci0: command 0x0c03 tx timeout | |
[ 44.252899] Bluetooth: hci0: BCM: Reset failed (-110) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[nixos@nixos:~]$ journalctl -b | cat | |
Dec 23 20:09:41 nixos kernel: Booting Linux on physical CPU 0x0000000000 [0x410fd083] | |
Dec 23 20:09:41 nixos kernel: Linux version 5.15.50 (nixbld@localhost) (gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.38) #1-NixOS SMP Sat Jun 25 13:18:40 UTC 2022 | |
Dec 23 20:09:41 nixos kernel: Machine model: Raspberry Pi 4 Model B Rev 1.2 | |
Dec 23 20:09:41 nixos kernel: efi: UEFI not found. | |
Dec 23 20:09:41 nixos kernel: Reserved memory: created CMA memory pool at 0x0000000037400000, size 64 MiB | |
Dec 23 20:09:41 nixos kernel: OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool | |
Dec 23 20:09:41 nixos kernel: NUMA: No NUMA configuration found | |
Dec 23 20:09:41 nixos kernel: NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff] | |
Dec 23 20:09:41 nixos kernel: NUMA: NODE_DATA [mem 0x7fbf9140-0x7fbfbfff] | |
Dec 23 20:09:41 nixos kernel: Zone ranges: | |
Dec 23 20:09:41 nixos kernel: DMA [mem 0x0000000000000000-0x000000003fffffff] | |
Dec 23 20:09:41 nixos kernel: DMA32 [mem 0x0000000040000000-0x000000007fffffff] | |
Dec 23 20:09:41 nixos kernel: Normal empty | |
Dec 23 20:09:41 nixos kernel: Device empty | |
Dec 23 20:09:41 nixos kernel: Movable zone start for each node | |
Dec 23 20:09:41 nixos kernel: Early memory node ranges | |
Dec 23 20:09:41 nixos kernel: node 0: [mem 0x0000000000000000-0x000000003b3fffff] | |
Dec 23 20:09:41 nixos kernel: node 0: [mem 0x0000000040000000-0x000000007fffffff] | |
Dec 23 20:09:41 nixos kernel: Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] | |
Dec 23 20:09:41 nixos kernel: On node 0, zone DMA32: 19456 pages in unavailable ranges | |
Dec 23 20:09:41 nixos kernel: percpu: Embedded 30 pages/cpu s82456 r8192 d32232 u122880 | |
Dec 23 20:09:41 nixos kernel: pcpu-alloc: s82456 r8192 d32232 u122880 alloc=30*4096 | |
Dec 23 20:09:41 nixos kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 | |
Dec 23 20:09:41 nixos kernel: Detected PIPT I-cache on CPU0 | |
Dec 23 20:09:41 nixos kernel: CPU features: detected: Spectre-v2 | |
Dec 23 20:09:41 nixos kernel: CPU features: detected: Spectre-v3a | |
Dec 23 20:09:41 nixos kernel: CPU features: detected: Spectre-v4 | |
Dec 23 20:09:41 nixos kernel: CPU features: detected: Spectre-BHB | |
Dec 23 20:09:41 nixos kernel: CPU features: kernel page table isolation forced ON by KASLR | |
Dec 23 20:09:41 nixos kernel: CPU features: detected: Kernel page table isolation (KPTI) | |
Dec 23 20:09:41 nixos kernel: CPU features: detected: ARM errata 1165522, 1319367, or 1530923 | |
Dec 23 20:09:41 nixos kernel: Built 1 zonelists, mobility grouping on. Total pages: 496944 | |
Dec 23 20:09:41 nixos kernel: Policy zone: DMA32 | |
Dec 23 20:09:41 nixos kernel: Kernel command line: init=/nix/store/1ilkhwzf4ljrwz92n7gi9lsj0ipx64ii-nixos-system-nixos-22.05.1437.e8d47977286/init console=ttyS0,115200n8 console=ttyAMA0,115200n8 console=tty0 loglevel=7 | |
Dec 23 20:09:41 nixos kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: mem auto-init: stack:off, heap alloc:off, heap free:off | |
Dec 23 20:09:41 nixos kernel: software IO TLB: mapped [mem 0x0000000033400000-0x0000000037400000] (64MB) | |
Dec 23 20:09:41 nixos kernel: Memory: 1791064K/2019328K available (19520K kernel code, 4566K rwdata, 10604K rodata, 10368K init, 636K bss, 162728K reserved, 65536K cma-reserved) | |
Dec 23 20:09:41 nixos kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 | |
Dec 23 20:09:41 nixos kernel: ftrace: allocating 64171 entries in 251 pages | |
Dec 23 20:09:41 nixos kernel: ftrace: allocated 251 pages with 7 groups | |
Dec 23 20:09:41 nixos kernel: trace event string verifier disabled | |
Dec 23 20:09:41 nixos kernel: rcu: Hierarchical RCU implementation. | |
Dec 23 20:09:41 nixos kernel: rcu: RCU event tracing is enabled. | |
Dec 23 20:09:41 nixos kernel: rcu: RCU restricting CPUs from NR_CPUS=384 to nr_cpu_ids=4. | |
Dec 23 20:09:41 nixos kernel: Trampoline variant of Tasks RCU enabled. | |
Dec 23 20:09:41 nixos kernel: Rude variant of Tasks RCU enabled. | |
Dec 23 20:09:41 nixos kernel: Tracing variant of Tasks RCU enabled. | |
Dec 23 20:09:41 nixos kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. | |
Dec 23 20:09:41 nixos kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 | |
Dec 23 20:09:41 nixos kernel: NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 | |
Dec 23 20:09:41 nixos kernel: Root IRQ handler: gic_handle_irq | |
Dec 23 20:09:41 nixos kernel: GIC: Using split EOI/Deactivate mode | |
Dec 23 20:09:41 nixos kernel: irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 10) | |
Dec 23 20:09:41 nixos kernel: arch_timer: cp15 timer(s) running at 54.00MHz (phys). | |
Dec 23 20:09:41 nixos kernel: clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns | |
Dec 23 20:09:41 nixos kernel: sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns | |
Dec 23 20:09:41 nixos kernel: Console: colour dummy device 80x25 | |
Dec 23 20:09:41 nixos kernel: printk: console [tty0] enabled | |
Dec 23 20:09:41 nixos kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) | |
Dec 23 20:09:41 nixos kernel: pid_max: default: 32768 minimum: 301 | |
Dec 23 20:09:41 nixos kernel: LSM: Security Framework initializing | |
Dec 23 20:09:41 nixos kernel: landlock: Up and running. | |
Dec 23 20:09:41 nixos kernel: Yama: becoming mindful. | |
Dec 23 20:09:41 nixos kernel: LSM support for eBPF active | |
Dec 23 20:09:41 nixos kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: rcu: Hierarchical SRCU implementation. | |
Dec 23 20:09:41 nixos kernel: EFI services will not be available. | |
Dec 23 20:09:41 nixos kernel: smp: Bringing up secondary CPUs ... | |
Dec 23 20:09:41 nixos kernel: Detected PIPT I-cache on CPU1 | |
Dec 23 20:09:41 nixos kernel: CPU1: Booted secondary processor 0x0000000001 [0x410fd083] | |
Dec 23 20:09:41 nixos kernel: Detected PIPT I-cache on CPU2 | |
Dec 23 20:09:41 nixos kernel: CPU2: Booted secondary processor 0x0000000002 [0x410fd083] | |
Dec 23 20:09:41 nixos kernel: Detected PIPT I-cache on CPU3 | |
Dec 23 20:09:41 nixos kernel: CPU3: Booted secondary processor 0x0000000003 [0x410fd083] | |
Dec 23 20:09:41 nixos kernel: smp: Brought up 1 node, 4 CPUs | |
Dec 23 20:09:41 nixos kernel: SMP: Total of 4 processors activated. | |
Dec 23 20:09:41 nixos kernel: CPU features: detected: 32-bit EL0 Support | |
Dec 23 20:09:41 nixos kernel: CPU features: detected: 32-bit EL1 Support | |
Dec 23 20:09:41 nixos kernel: CPU features: detected: CRC32 instructions | |
Dec 23 20:09:41 nixos kernel: CPU: All CPU(s) started at EL2 | |
Dec 23 20:09:41 nixos kernel: alternatives: patching kernel code | |
Dec 23 20:09:41 nixos kernel: devtmpfs: initialized | |
Dec 23 20:09:41 nixos kernel: KASLR enabled | |
Dec 23 20:09:41 nixos kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
Dec 23 20:09:41 nixos kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: pinctrl core: initialized pinctrl subsystem | |
Dec 23 20:09:41 nixos kernel: DMI not present or invalid. | |
Dec 23 20:09:41 nixos kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family | |
Dec 23 20:09:41 nixos kernel: DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations | |
Dec 23 20:09:41 nixos kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations | |
Dec 23 20:09:41 nixos kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations | |
Dec 23 20:09:41 nixos kernel: audit: initializing netlink subsys (disabled) | |
Dec 23 20:09:41 nixos kernel: audit: type=2000 audit(0.052:1): state=initialized audit_enabled=0 res=1 | |
Dec 23 20:09:41 nixos kernel: thermal_sys: Registered thermal governor 'step_wise' | |
Dec 23 20:09:41 nixos kernel: thermal_sys: Registered thermal governor 'power_allocator' | |
Dec 23 20:09:41 nixos kernel: cpuidle: using governor menu | |
Dec 23 20:09:41 nixos kernel: hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. | |
Dec 23 20:09:41 nixos kernel: ASID allocator initialised with 32768 entries | |
Dec 23 20:09:41 nixos kernel: Serial: AMBA PL011 UART driver | |
Dec 23 20:09:41 nixos kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages | |
Dec 23 20:09:41 nixos kernel: HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages | |
Dec 23 20:09:41 nixos kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages | |
Dec 23 20:09:41 nixos kernel: HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages | |
Dec 23 20:09:41 nixos kernel: cryptd: max_cpu_qlen set to 1000 | |
Dec 23 20:09:41 nixos kernel: fbcon: Taking over console | |
Dec 23 20:09:41 nixos kernel: ACPI: Interpreter disabled. | |
Dec 23 20:09:41 nixos kernel: iommu: Default domain type: Translated | |
Dec 23 20:09:41 nixos kernel: iommu: DMA domain TLB invalidation policy: strict mode | |
Dec 23 20:09:41 nixos kernel: vgaarb: loaded | |
Dec 23 20:09:41 nixos kernel: SCSI subsystem initialized | |
Dec 23 20:09:41 nixos kernel: libata version 3.00 loaded. | |
Dec 23 20:09:41 nixos kernel: usbcore: registered new interface driver usbfs | |
Dec 23 20:09:41 nixos kernel: usbcore: registered new interface driver hub | |
Dec 23 20:09:41 nixos kernel: usbcore: registered new device driver usb | |
Dec 23 20:09:41 nixos kernel: usb_phy_generic phy: supply vcc not found, using dummy regulator | |
Dec 23 20:09:41 nixos kernel: usb_phy_generic phy: dummy supplies not allowed for exclusive requests | |
Dec 23 20:09:41 nixos kernel: pps_core: LinuxPPS API ver. 1 registered | |
Dec 23 20:09:41 nixos kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> | |
Dec 23 20:09:41 nixos kernel: PTP clock support registered | |
Dec 23 20:09:41 nixos kernel: EDAC MC: Ver: 3.0.0 | |
Dec 23 20:09:41 nixos kernel: FPGA manager framework | |
Dec 23 20:09:41 nixos kernel: Advanced Linux Sound Architecture Driver Initialized. | |
Dec 23 20:09:41 nixos kernel: clocksource: Switched to clocksource arch_sys_counter | |
Dec 23 20:09:41 nixos kernel: VFS: Disk quotas dquot_6.6.0 | |
Dec 23 20:09:41 nixos kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
Dec 23 20:09:41 nixos kernel: simple-framebuffer 3e267000.framebuffer: framebuffer at 0x3e267000, 0x960000 bytes | |
Dec 23 20:09:41 nixos kernel: simple-framebuffer 3e267000.framebuffer: format=a8r8g8b8, mode=1920x1280x32, linelength=7680 | |
Dec 23 20:09:41 nixos kernel: Console: switching to colour frame buffer device 240x80 | |
Dec 23 20:09:41 nixos kernel: simple-framebuffer 3e267000.framebuffer: fb0: simplefb registered! | |
Dec 23 20:09:41 nixos kernel: pnp: PnP ACPI: disabled | |
Dec 23 20:09:41 nixos kernel: NET: Registered PF_INET protocol family | |
Dec 23 20:09:41 nixos kernel: IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: TCP: Hash tables configured (established 16384 bind 16384) | |
Dec 23 20:09:41 nixos kernel: MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) | |
Dec 23 20:09:41 nixos kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family | |
Dec 23 20:09:41 nixos kernel: RPC: Registered named UNIX socket transport module. | |
Dec 23 20:09:41 nixos kernel: RPC: Registered udp transport module. | |
Dec 23 20:09:41 nixos kernel: RPC: Registered tcp transport module. | |
Dec 23 20:09:41 nixos kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. | |
Dec 23 20:09:41 nixos kernel: NET: Registered PF_XDP protocol family | |
Dec 23 20:09:41 nixos kernel: PCI: CLS 0 bytes, default 64 | |
Dec 23 20:09:41 nixos kernel: Trying to unpack rootfs image as initramfs... | |
Dec 23 20:09:41 nixos kernel: Freeing initrd memory: 10052K | |
Dec 23 20:09:41 nixos kernel: hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available | |
Dec 23 20:09:41 nixos kernel: kvm [1]: IPA Size Limit: 44 bits | |
Dec 23 20:09:41 nixos kernel: kvm [1]: vgic interrupt IRQ9 | |
Dec 23 20:09:41 nixos kernel: kvm [1]: Hyp mode initialized successfully | |
Dec 23 20:09:41 nixos kernel: Initialise system trusted keyrings | |
Dec 23 20:09:41 nixos kernel: workingset: timestamp_bits=42 max_order=19 bucket_order=0 | |
Dec 23 20:09:41 nixos kernel: zbud: loaded | |
Dec 23 20:09:41 nixos kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
Dec 23 20:09:41 nixos kernel: NFS: Registering the id_resolver key type | |
Dec 23 20:09:41 nixos kernel: Key type id_resolver registered | |
Dec 23 20:09:41 nixos kernel: Key type id_legacy registered | |
Dec 23 20:09:41 nixos kernel: nfs4filelayout_init: NFSv4 File Layout Driver Registering... | |
Dec 23 20:09:41 nixos kernel: nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... | |
Dec 23 20:09:41 nixos kernel: 9p: Installing v9fs 9p2000 file system support | |
Dec 23 20:09:41 nixos kernel: Key type asymmetric registered | |
Dec 23 20:09:41 nixos kernel: Asymmetric key parser 'x509' registered | |
Dec 23 20:09:41 nixos kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) | |
Dec 23 20:09:41 nixos kernel: io scheduler mq-deadline registered | |
Dec 23 20:09:41 nixos kernel: io scheduler kyber registered | |
Dec 23 20:09:41 nixos kernel: EINJ: ACPI disabled. | |
Dec 23 20:09:41 nixos kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | |
Dec 23 20:09:41 nixos kernel: fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 27, base_baud = 62499999) is a 16550 | |
Dec 23 20:09:41 nixos kernel: SuperH (H)SCI(F) driver initialized | |
Dec 23 20:09:41 nixos kernel: msm_serial: driver initialized | |
Dec 23 20:09:41 nixos kernel: loop: module loaded | |
Dec 23 20:09:41 nixos kernel: bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver | |
Dec 23 20:09:41 nixos kernel: megasas: 07.717.02.00-rc1 | |
Dec 23 20:09:41 nixos kernel: tun: Universal TUN/TAP device driver, 1.6 | |
Dec 23 20:09:41 nixos kernel: thunder_xcv, ver 1.0 | |
Dec 23 20:09:41 nixos kernel: thunder_bgx, ver 1.0 | |
Dec 23 20:09:41 nixos kernel: nicpf, ver 1.0 | |
Dec 23 20:09:41 nixos kernel: hclge is initializing | |
Dec 23 20:09:41 nixos kernel: hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version | |
Dec 23 20:09:41 nixos kernel: hns3: Copyright (c) 2017 Huawei Corporation. | |
Dec 23 20:09:41 nixos kernel: e1000: Intel(R) PRO/1000 Network Driver | |
Dec 23 20:09:41 nixos kernel: e1000: Copyright (c) 1999-2006 Intel Corporation. | |
Dec 23 20:09:41 nixos kernel: e1000e: Intel(R) PRO/1000 Network Driver | |
Dec 23 20:09:41 nixos kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation. | |
Dec 23 20:09:41 nixos kernel: igb: Intel(R) Gigabit Ethernet Network Driver | |
Dec 23 20:09:41 nixos kernel: igb: Copyright (c) 2007-2014 Intel Corporation. | |
Dec 23 20:09:41 nixos kernel: igbvf: Intel(R) Gigabit Virtual Function Network Driver | |
Dec 23 20:09:41 nixos kernel: igbvf: Copyright (c) 2009 - 2012 Intel Corporation. | |
Dec 23 20:09:41 nixos kernel: sky2: driver version 1.30 | |
Dec 23 20:09:41 nixos kernel: VFIO - User Level meta-driver version: 0.3 | |
Dec 23 20:09:41 nixos kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
Dec 23 20:09:41 nixos kernel: ehci-pci: EHCI PCI platform driver | |
Dec 23 20:09:41 nixos kernel: ehci-platform: EHCI generic platform driver | |
Dec 23 20:09:41 nixos kernel: ehci-orion: EHCI orion driver | |
Dec 23 20:09:41 nixos kernel: ehci-exynos: EHCI Exynos driver | |
Dec 23 20:09:41 nixos kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver | |
Dec 23 20:09:41 nixos kernel: ohci-pci: OHCI PCI platform driver | |
Dec 23 20:09:41 nixos kernel: ohci-platform: OHCI generic platform driver | |
Dec 23 20:09:41 nixos kernel: ohci-exynos: OHCI Exynos driver | |
Dec 23 20:09:41 nixos kernel: usbcore: registered new interface driver usb-storage | |
Dec 23 20:09:41 nixos kernel: i2c_dev: i2c /dev entries driver | |
Dec 23 20:09:41 nixos kernel: brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode | |
Dec 23 20:09:41 nixos kernel: brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode | |
Dec 23 20:09:41 nixos kernel: bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer | |
Dec 23 20:09:41 nixos kernel: sdhci: Secure Digital Host Controller Interface driver | |
Dec 23 20:09:41 nixos kernel: sdhci: Copyright(c) Pierre Ossman | |
Dec 23 20:09:41 nixos kernel: Synopsys Designware Multimedia Card Interface Driver | |
Dec 23 20:09:41 nixos kernel: sdhci-pltfm: SDHCI platform and OF driver helper | |
Dec 23 20:09:41 nixos kernel: ledtrig-cpu: registered to indicate activity on CPUs | |
Dec 23 20:09:41 nixos kernel: hid: raw HID events driver (C) Jiri Kosina | |
Dec 23 20:09:41 nixos kernel: usbcore: registered new interface driver usbhid | |
Dec 23 20:09:41 nixos kernel: usbhid: USB HID core driver | |
Dec 23 20:09:41 nixos kernel: ashmem: initialized | |
Dec 23 20:09:41 nixos kernel: bcm2835-mbox fe00b880.mailbox: mailbox enabled | |
Dec 23 20:09:41 nixos kernel: drop_monitor: Initializing network drop monitor service | |
Dec 23 20:09:41 nixos kernel: NET: Registered PF_INET6 protocol family | |
Dec 23 20:09:41 nixos kernel: Segment Routing with IPv6 | |
Dec 23 20:09:41 nixos kernel: In-situ OAM (IOAM) with IPv6 | |
Dec 23 20:09:41 nixos kernel: NET: Registered PF_PACKET protocol family | |
Dec 23 20:09:41 nixos kernel: 9pnet: Installing 9P2000 support | |
Dec 23 20:09:41 nixos kernel: Key type dns_resolver registered | |
Dec 23 20:09:41 nixos kernel: registered taskstats version 1 | |
Dec 23 20:09:41 nixos kernel: Loading compiled-in X.509 certificates | |
Dec 23 20:09:41 nixos kernel: zswap: loaded using pool lzo/zbud | |
Dec 23 20:09:41 nixos kernel: Key type ._fscrypt registered | |
Dec 23 20:09:41 nixos kernel: Key type .fscrypt registered | |
Dec 23 20:09:41 nixos kernel: Key type fscrypt-provisioning registered | |
Dec 23 20:09:41 nixos kernel: fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 25, base_baud = 0) is a PL011 rev2 | |
Dec 23 20:09:41 nixos kernel: printk: console [ttyAMA0] enabled | |
Dec 23 20:09:41 nixos kernel: serial serial0: tty port ttyAMA0 registered | |
Dec 23 20:09:41 nixos kernel: raspberrypi-firmware soc:firmware: Attached to firmware from 2022-03-24T13:19:26 | |
Dec 23 20:09:41 nixos kernel: dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator | |
Dec 23 20:09:41 nixos kernel: dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator | |
Dec 23 20:09:41 nixos kernel: dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM | |
Dec 23 20:09:41 nixos kernel: sdhci-iproc fe300000.mmc: allocated mmc-pwrseq | |
Dec 23 20:09:41 nixos kernel: ALSA device list: | |
Dec 23 20:09:41 nixos kernel: No soundcards found. | |
Dec 23 20:09:41 nixos kernel: mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO | |
Dec 23 20:09:41 nixos kernel: mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA | |
Dec 23 20:09:41 nixos kernel: Freeing unused kernel memory: 10368K | |
Dec 23 20:09:41 nixos kernel: Run /init as init process | |
Dec 23 20:09:41 nixos kernel: with arguments: | |
Dec 23 20:09:41 nixos kernel: /init | |
Dec 23 20:09:41 nixos kernel: with environment: | |
Dec 23 20:09:41 nixos kernel: HOME=/ | |
Dec 23 20:09:41 nixos kernel: TERM=linux | |
Dec 23 20:09:41 nixos kernel: mmc0: new high speed SDIO card at address 0001 | |
Dec 23 20:09:41 nixos kernel: mmc1: new ultra high speed DDR50 SDHC card at address aaaa | |
Dec 23 20:09:41 nixos kernel: mmcblk1: mmc1:aaaa SM32G 29.7 GiB | |
Dec 23 20:09:41 nixos kernel: mmcblk1: p1 p2 | |
Dec 23 20:09:41 nixos stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] loading module dm_mod... | |
Dec 23 20:09:41 nixos kernel: device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: [email protected] | |
Dec 23 20:09:41 nixos stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] running udev... | |
Dec 23 20:09:41 nixos stage-1-init: [Thu Jan 1 00:00:03 UTC 1970] Starting version 250.4 | |
Dec 23 20:09:41 nixos kernel: brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: | |
Dec 23 20:09:41 nixos kernel: brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] | |
Dec 23 20:09:41 nixos kernel: brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 | |
Dec 23 20:09:41 nixos kernel: brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 | |
Dec 23 20:09:41 nixos kernel: brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) | |
Dec 23 20:09:41 nixos kernel: brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 | |
Dec 23 20:09:41 nixos kernel: pci_bus 0000:00: root bus resource [bus 00-ff] | |
Dec 23 20:09:41 nixos kernel: pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) | |
Dec 23 20:09:41 nixos kernel: pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 | |
Dec 23 20:09:41 nixos kernel: pci 0000:00:00.0: PME# supported from D0 D3hot | |
Dec 23 20:09:41 nixos kernel: pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 | |
Dec 23 20:09:41 nixos kernel: pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] | |
Dec 23 20:09:41 nixos kernel: pci 0000:01:00.0: PME# supported from D0 D3cold | |
Dec 23 20:09:41 nixos kernel: pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff] | |
Dec 23 20:09:41 nixos kernel: pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] | |
Dec 23 20:09:41 nixos kernel: pci 0000:00:00.0: PCI bridge to [bus 01] | |
Dec 23 20:09:41 nixos kernel: pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] | |
Dec 23 20:09:41 nixos kernel: pcieport 0000:00:00.0: enabling device (0000 -> 0002) | |
Dec 23 20:09:41 nixos kernel: pcieport 0000:00:00.0: PME: Signaling with IRQ 64 | |
Dec 23 20:09:41 nixos stage-1-init: [Thu Jan 1 00:00:04 UTC 1970] starting device mapper and LVM... | |
Dec 23 20:09:41 nixos kernel: random: lvm: uninitialized urandom read (4 bytes read) | |
Dec 23 20:09:41 nixos stage-1-init: [Thu Jan 1 00:00:04 UTC 1970] checking /dev/disk/by-label/NIXOS_SD... | |
Dec 23 20:09:41 nixos stage-1-init: [Thu Jan 1 00:00:04 UTC 1970] fsck (busybox 1.35.0) | |
Dec 23 20:09:41 nixos stage-1-init: [Thu Jan 1 00:00:04 UTC 1970] [fsck.ext4 (1) -- /mnt-root/] fsck.ext4 -a /dev/disk/by-label/NIXOS_SD | |
Dec 23 20:09:41 nixos stage-1-init: [Thu Jan 1 00:00:04 UTC 1970] NIXOS_SD: clean, 127600/1881152 files, 779862/7782016 blocks | |
Dec 23 20:09:41 nixos stage-1-init: [Thu Jan 1 00:00:04 UTC 1970] mounting /dev/disk/by-label/NIXOS_SD on /... | |
Dec 23 20:09:41 nixos kernel: EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. | |
Dec 23 20:09:41 nixos kernel: EXT4-fs (mmcblk1p2): re-mounted. Opts: (null). Quota mode: none. | |
Dec 23 20:09:41 nixos unknown: booting system configuration /nix/store/1ilkhwzf4ljrwz92n7gi9lsj0ipx64ii-nixos-system-nixos-22.05.1437.e8d47977286 | |
Dec 23 20:09:41 nixos stage-2-init: running activation script... | |
Dec 23 20:09:41 nixos kernel: random: perl: uninitialized urandom read (4 bytes read) | |
Dec 23 20:09:41 nixos kernel: random: perl: uninitialized urandom read (4 bytes read) | |
Dec 23 20:09:41 nixos stage-2-init: setting up /etc... | |
Dec 23 20:09:41 nixos kernel: random: perl: uninitialized urandom read (4 bytes read) | |
Dec 23 20:09:41 nixos systemd[1]: System time before build time, advancing clock. | |
Dec 23 20:09:41 nixos systemd[1]: systemd 250.4 running in system mode (+PAM +AUDIT -SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified) | |
Dec 23 20:09:41 nixos systemd[1]: Detected architecture arm64. | |
Dec 23 20:09:41 nixos systemd[1]: Queued start job for default target Multi-User System. | |
Dec 23 20:09:41 nixos kernel: random: systemd: uninitialized urandom read (16 bytes read) | |
Dec 23 20:09:41 nixos systemd[1]: Created slice Slice /system/getty. | |
Dec 23 20:09:41 nixos kernel: random: systemd: uninitialized urandom read (16 bytes read) | |
Dec 23 20:09:41 nixos systemd[1]: Created slice Slice /system/modprobe. | |
Dec 23 20:09:41 nixos kernel: random: systemd: uninitialized urandom read (16 bytes read) | |
Dec 23 20:09:41 nixos systemd[1]: Created slice User and Session Slice. | |
Dec 23 20:09:41 nixos systemd[1]: Started Dispatch Password Requests to Console Directory Watch. | |
Dec 23 20:09:41 nixos systemd[1]: Started Forward Password Requests to Wall Directory Watch. | |
Dec 23 20:09:41 nixos systemd[1]: Reached target Local Encrypted Volumes. | |
Dec 23 20:09:41 nixos systemd[1]: Reached target Containers. | |
Dec 23 20:09:41 nixos systemd[1]: Reached target Path Units. | |
Dec 23 20:09:41 nixos systemd[1]: Reached target Remote File Systems. | |
Dec 23 20:09:41 nixos systemd[1]: Reached target Slice Units. | |
Dec 23 20:09:41 nixos systemd[1]: Reached target Swaps. | |
Dec 23 20:09:41 nixos systemd[1]: Reached target ZFS pool import target. | |
Dec 23 20:09:41 nixos systemd[1]: Listening on Process Core Dump Socket. | |
Dec 23 20:09:41 nixos systemd[1]: Listening on Journal Audit Socket. | |
Dec 23 20:09:41 nixos systemd[1]: Listening on Journal Socket (/dev/log). | |
Dec 23 20:09:41 nixos systemd[1]: Listening on Journal Socket. | |
Dec 23 20:09:41 nixos systemd[1]: Listening on udev Control Socket. | |
Dec 23 20:09:41 nixos systemd[1]: Listening on udev Kernel Socket. | |
Dec 23 20:09:41 nixos systemd[1]: Mounting Huge Pages File System... | |
Dec 23 20:09:41 nixos systemd[1]: Mounting POSIX Message Queue File System... | |
Dec 23 20:09:41 nixos systemd[1]: Mounting Kernel Debug File System... | |
Dec 23 20:09:41 nixos systemd[1]: Starting Create List of Static Device Nodes... | |
Dec 23 20:09:41 nixos systemd[1]: Starting Load Kernel Module configfs... | |
Dec 23 20:09:41 nixos systemd[1]: Starting Load Kernel Module drm... | |
Dec 23 20:09:41 nixos systemd[1]: Starting Load Kernel Module fuse... | |
Dec 23 20:09:41 nixos systemd[1]: Starting mount-pstore.service... | |
Dec 23 20:09:41 nixos kernel: fuse: init (API version 7.34) | |
Dec 23 20:09:41 nixos systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/). | |
Dec 23 20:09:41 nixos systemd[1]: Starting Journal Service... | |
Dec 23 20:09:41 nixos systemd[1]: Starting Load Kernel Modules... | |
Dec 23 20:09:41 nixos systemd[1]: Starting Remount Root and Kernel File Systems... | |
Dec 23 20:09:41 nixos systemd[1]: Starting Coldplug All udev Devices... | |
Dec 23 20:09:41 nixos kernel: audit: type=1334 audit(1640290181.695:2): prog-id=38 op=LOAD | |
Dec 23 20:09:41 nixos kernel: audit: type=1334 audit(1640290181.707:3): prog-id=39 op=LOAD | |
Dec 23 20:09:41 nixos kernel: audit: type=1334 audit(1640290181.711:4): prog-id=0 op=UNLOAD | |
Dec 23 20:09:41 nixos kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. | |
Dec 23 20:09:41 nixos kernel: audit: type=1334 audit(1640290181.711:5): prog-id=0 op=UNLOAD | |
Dec 23 20:09:41 nixos systemd[1]: Mounted Huge Pages File System. | |
Dec 23 20:09:41 nixos kernel: audit: type=1334 audit(1640290181.723:6): prog-id=40 op=LOAD | |
Dec 23 20:09:41 nixos kernel: audit: type=1334 audit(1640290181.739:7): prog-id=41 op=LOAD | |
Dec 23 20:09:41 nixos kernel: audit: type=1334 audit(1640290181.739:8): prog-id=0 op=UNLOAD | |
Dec 23 20:09:41 nixos kernel: audit: type=1334 audit(1640290181.739:9): prog-id=0 op=UNLOAD | |
Dec 23 20:09:41 nixos kernel: EXT4-fs (mmcblk1p2): re-mounted. Opts: (null). Quota mode: none. | |
Dec 23 20:09:41 nixos systemd-journald[479]: Journal started | |
Dec 23 20:09:41 nixos systemd-journald[479]: Runtime Journal (/run/log/journal/ea2c1ed9ee324541aac726e9d9b77610) is 5.7M, max 45.8M, 40.0M free. | |
Dec 23 20:09:41 nixos audit: BPF prog-id=38 op=LOAD | |
Dec 23 20:09:41 nixos audit: BPF prog-id=39 op=LOAD | |
Dec 23 20:09:41 nixos audit: BPF prog-id=0 op=UNLOAD | |
Dec 23 20:09:41 nixos audit: BPF prog-id=0 op=UNLOAD | |
Dec 23 20:09:41 nixos audit: BPF prog-id=40 op=LOAD | |
Dec 23 20:09:41 nixos audit: BPF prog-id=41 op=LOAD | |
Dec 23 20:09:41 nixos audit: BPF prog-id=0 op=UNLOAD | |
Dec 23 20:09:41 nixos audit: BPF prog-id=0 op=UNLOAD | |
Dec 23 20:09:41 nixos systemd-modules-load[480]: Inserted module 'bridge' | |
Dec 23 20:09:41 nixos systemd-modules-load[480]: Inserted module 'macvlan' | |
Dec 23 20:09:41 nixos systemd-modules-load[480]: Inserted module 'tap' | |
Dec 23 20:09:41 nixos systemd-modules-load[480]: Module 'tun' is built in | |
Dec 23 20:09:41 nixos kernel: spl: loading out-of-tree module taints kernel. | |
Dec 23 20:09:41 nixos systemd[1]: Started Journal Service. | |
Dec 23 20:09:41 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:41 nixos systemd[1]: Mounted POSIX Message Queue File System. | |
Dec 23 20:09:41 nixos kernel: audit: type=1130 audit(1640290181.903:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:41 nixos kernel: icp: module license 'CDDL' taints kernel. | |
Dec 23 20:09:41 nixos kernel: Disabling lock debugging due to kernel taint | |
Dec 23 20:09:41 nixos systemd[1]: Mounted Kernel Debug File System. | |
Dec 23 20:09:41 nixos systemd[1]: Finished Create List of Static Device Nodes. | |
Dec 23 20:09:41 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:42 nixos systemd[1]: [email protected]: Deactivated successfully. | |
Dec 23 20:09:42 nixos systemd[1]: Finished Load Kernel Module configfs. | |
Dec 23 20:09:42 nixos kernel: audit: type=1130 audit(1640290181.995:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:42 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:42 nixos audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:42 nixos systemd[1]: [email protected]: Deactivated successfully. | |
Dec 23 20:09:42 nixos systemd[1]: Finished Load Kernel Module drm. | |
Dec 23 20:09:42 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:42 nixos audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:42 nixos systemd[1]: [email protected]: Deactivated successfully. | |
Dec 23 20:09:42 nixos systemd[1]: Finished Load Kernel Module fuse. | |
Dec 23 20:09:42 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:42 nixos audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:42 nixos kernel: urandom_read_iter: 40 callbacks suppressed | |
Dec 23 20:09:42 nixos kernel: random: systemd-journal: uninitialized urandom read (16 bytes read) | |
Dec 23 20:09:42 nixos systemd[1]: Finished Remount Root and Kernel File Systems. | |
Dec 23 20:09:42 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:42 nixos kernel: random: systemd: uninitialized urandom read (16 bytes read) | |
Dec 23 20:09:42 nixos audit: BPF prog-id=42 op=LOAD | |
Dec 23 20:09:42 nixos audit: BPF prog-id=43 op=LOAD | |
Dec 23 20:09:42 nixos systemd[1]: Mounting FUSE Control File System... | |
Dec 23 20:09:42 nixos kernel: random: systemd-journal: uninitialized urandom read (16 bytes read) | |
Dec 23 20:09:42 nixos audit: BPF prog-id=44 op=LOAD | |
Dec 23 20:09:42 nixos audit: BPF prog-id=45 op=LOAD | |
Dec 23 20:09:42 nixos systemd[1]: Mounting Kernel Configuration File System... | |
Dec 23 20:09:42 nixos audit: BPF prog-id=46 op=LOAD | |
Dec 23 20:09:42 nixos audit: BPF prog-id=47 op=LOAD | |
Dec 23 20:09:42 nixos systemd[1]: Starting Flush Journal to Persistent Storage... | |
Dec 23 20:09:42 nixos audit: BPF prog-id=48 op=LOAD | |
Dec 23 20:09:42 nixos audit: BPF prog-id=49 op=LOAD | |
Dec 23 20:09:42 nixos systemd[1]: Starting Load/Save Random Seed... | |
Dec 23 20:09:42 nixos audit: BPF prog-id=50 op=LOAD | |
Dec 23 20:09:42 nixos audit: BPF prog-id=51 op=LOAD | |
Dec 23 20:09:42 nixos systemd-journald[479]: Time spent on flushing to /var/log/journal/ea2c1ed9ee324541aac726e9d9b77610 is 35.687ms for 401 entries. | |
Dec 23 20:09:42 nixos systemd-journald[479]: System Journal (/var/log/journal/ea2c1ed9ee324541aac726e9d9b77610) is 47.5M, max 2.9G, 2.8G free. | |
Dec 23 20:09:42 nixos systemd-journald[479]: Received client request to flush runtime journal. | |
Dec 23 20:09:42 nixos systemd-journald[479]: File /var/log/journal/ea2c1ed9ee324541aac726e9d9b77610/system.journal corrupted or uncleanly shut down, renaming and replacing. | |
Dec 23 20:09:42 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:42 nixos audit: BPF prog-id=52 op=LOAD | |
Dec 23 20:09:42 nixos audit: BPF prog-id=53 op=LOAD | |
Dec 23 20:09:42 nixos audit: BPF prog-id=54 op=LOAD | |
Dec 23 20:09:42 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:42 nixos systemd[1]: Starting Create Static Device Nodes in /dev... | |
Dec 23 20:09:42 nixos systemd[1]: Mounted FUSE Control File System. | |
Dec 23 20:09:42 nixos systemd[1]: Mounted Kernel Configuration File System. | |
Dec 23 20:09:42 nixos systemd-random-seed[496]: Kernel entropy pool is not initialized yet, waiting until it is. | |
Dec 23 20:09:42 nixos systemd[1]: Finished Create Static Device Nodes in /dev. | |
Dec 23 20:09:42 nixos systemd[1]: Reached target Preparation for Local File Systems. | |
Dec 23 20:09:42 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:42 nixos systemd[1]: Starting Rule-based Manager for Device Events and Files... | |
Dec 23 20:09:42 nixos systemd[1]: Finished Coldplug All udev Devices. | |
Dec 23 20:09:42 nixos systemd[1]: Finished Flush Journal to Persistent Storage. | |
Dec 23 20:09:42 nixos systemd[1]: Started Rule-based Manager for Device Events and Files. | |
Dec 23 20:09:42 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:43 nixos kernel: ZFS: Loaded module v2.1.5-1, ZFS pool version 5000, ZFS filesystem version 5 | |
Dec 23 20:09:43 nixos systemd-modules-load[480]: Inserted module 'zfs' | |
Dec 23 20:09:43 nixos systemd-modules-load[480]: Module 'loop' is built in | |
Dec 23 20:09:43 nixos systemd-modules-load[480]: Module 'atkbd' is built in | |
Dec 23 20:09:43 nixos systemd[1]: Finished Load Kernel Modules. | |
Dec 23 20:09:43 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:43 nixos audit: BPF prog-id=55 op=LOAD | |
Dec 23 20:09:43 nixos audit: BPF prog-id=56 op=LOAD | |
Dec 23 20:09:43 nixos systemd[1]: Starting Firewall... | |
Dec 23 20:09:43 nixos audit: BPF prog-id=57 op=LOAD | |
Dec 23 20:09:43 nixos audit: BPF prog-id=58 op=LOAD | |
Dec 23 20:09:43 nixos systemd[1]: Starting Apply Kernel Variables... | |
Dec 23 20:09:43 nixos audit: BPF prog-id=59 op=LOAD | |
Dec 23 20:09:43 nixos audit: BPF prog-id=60 op=LOAD | |
Dec 23 20:09:43 nixos systemd[1]: Starting Mount ZFS filesystems... | |
Dec 23 20:09:43 nixos systemd[1]: Finished Apply Kernel Variables. | |
Dec 23 20:09:43 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:43 nixos systemd[1]: Finished Mount ZFS filesystems. | |
Dec 23 20:09:43 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-mount comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:43 nixos systemd[1]: Reached target Local File Systems. | |
Dec 23 20:09:43 nixos audit: BPF prog-id=61 op=LOAD | |
Dec 23 20:09:43 nixos audit: BPF prog-id=62 op=LOAD | |
Dec 23 20:09:43 nixos systemd[1]: Starting Create Volatile Files and Directories... | |
Dec 23 20:09:43 nixos audit[571]: NETFILTER_CFG table=filter:2 family=2 entries=2 op=nft_register_chain pid=571 comm="iptables" | |
Dec 23 20:09:43 nixos audit[571]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=132 a0=3 a1=ffffe101af60 a2=0 a3=ffffa1d83d20 items=0 ppid=539 pid=571 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D4E006E69786F732D66772D616363657074 | |
Dec 23 20:09:43 nixos audit[572]: NETFILTER_CFG table=filter:3 family=10 entries=2 op=nft_register_chain pid=572 comm="ip6tables" | |
Dec 23 20:09:43 nixos audit[572]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=132 a0=3 a1=ffffee5e4ed0 a2=0 a3=ffff93fa4d20 items=0 ppid=539 pid=572 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D4E006E69786F732D66772D616363657074 | |
Dec 23 20:09:43 nixos systemd[1]: Finished Create Volatile Files and Directories. | |
Dec 23 20:09:43 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:43 nixos systemd[1]: Rebuild Journal Catalog was skipped because of a failed condition check (ConditionNeedsUpdate=/var). | |
Dec 23 20:09:43 nixos audit: BPF prog-id=63 op=LOAD | |
Dec 23 20:09:43 nixos audit: BPF prog-id=64 op=LOAD | |
Dec 23 20:09:43 nixos audit: BPF prog-id=65 op=LOAD | |
Dec 23 20:09:43 nixos systemd[1]: Starting Network Time Synchronization... | |
Dec 23 20:09:43 nixos systemd[1]: Update is Completed was skipped because all trigger condition checks failed. | |
Dec 23 20:09:43 nixos audit: BPF prog-id=66 op=LOAD | |
Dec 23 20:09:43 nixos audit: BPF prog-id=67 op=LOAD | |
Dec 23 20:09:43 nixos systemd[1]: Starting Record System Boot/Shutdown in UTMP... | |
Dec 23 20:09:43 nixos audit[577]: SYSTEM_BOOT pid=577 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:43 nixos audit[573]: NETFILTER_CFG table=filter:4 family=2 entries=1 op=nft_register_rule pid=573 comm="iptables" | |
Dec 23 20:09:43 nixos audit[573]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=216 a0=3 a1=ffffe62329a0 a2=0 a3=ffff864f4d20 items=0 ppid=539 pid=573 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D41006E69786F732D66772D616363657074002D6A00414343455054 | |
Dec 23 20:09:43 nixos systemd[1]: Finished Record System Boot/Shutdown in UTMP. | |
Dec 23 20:09:43 nixos audit[581]: NETFILTER_CFG table=filter:5 family=10 entries=1 op=nft_register_rule pid=581 comm="ip6tables" | |
Dec 23 20:09:43 nixos audit[581]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=216 a0=3 a1=fffffa91fe50 a2=0 a3=ffff91f71d20 items=0 ppid=539 pid=581 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D41006E69786F732D66772D616363657074002D6A00414343455054 | |
Dec 23 20:09:43 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 23 20:09:43 nixos audit[582]: NETFILTER_CFG table=filter:6 family=2 entries=1 op=nft_register_chain pid=582 comm="iptables" | |
Dec 23 20:09:43 nixos audit[582]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=100 a0=3 a1=ffffcf67ac90 a2=0 a3=ffffaef31d20 items=0 ppid=539 pid=582 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D4E006E69786F732D66772D726566757365 | |
Dec 23 20:09:43 nixos audit[583]: NETFILTER_CFG table=filter:7 family=10 entries=1 op=nft_register_chain pid=583 comm="ip6tables" | |
Dec 23 20:09:43 nixos audit[583]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=100 a0=3 a1=ffffe34a87d0 a2=0 a3=ffff97a25d20 items=0 ppid=539 pid=583 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D4E006E69786F732D66772D726566757365 | |
Dec 23 20:09:43 nixos audit[584]: NETFILTER_CFG table=filter:8 family=2 entries=1 op=nft_register_rule pid=584 comm="iptables" | |
Dec 23 20:09:43 nixos audit[584]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=216 a0=3 a1=ffffc0e2afe0 a2=0 a3=ffffb2b34d20 items=0 ppid=539 pid=584 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D41006E69786F732D66772D726566757365002D6A0044524F50 | |
Dec 23 20:09:43 nixos audit[585]: NETFILTER_CFG table=filter:9 family=10 entries=1 op=nft_register_rule pid=585 comm="ip6tables" | |
Dec 23 20:09:43 nixos audit[585]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=216 a0=3 a1=ffffc1623f10 a2=0 a3=ffffbdcf5d20 items=0 ppid=539 pid=585 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D41006E69786F732D66772D726566757365002D6A0044524F50 | |
Dec 23 20:09:43 nixos audit[586]: NETFILTER_CFG table=filter:10 family=2 entries=1 op=nft_register_chain pid=586 comm="iptables" | |
Dec 23 20:09:43 nixos audit[586]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=104 a0=3 a1=fffff85e27b0 a2=0 a3=ffff877bad20 items=0 ppid=539 pid=586 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D4E006E69786F732D66772D6C6F672D726566757365 | |
Dec 23 20:09:43 nixos audit[587]: NETFILTER_CFG table=filter:11 family=10 entries=1 op=nft_register_chain pid=587 comm="ip6tables" | |
Dec 23 20:09:43 nixos audit[587]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=104 a0=3 a1=ffffe24e52c0 a2=0 a3=ffff8dd9bd20 items=0 ppid=539 pid=587 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D4E006E69786F732D66772D6C6F672D726566757365 | |
Dec 23 20:09:43 nixos audit[590]: NETFILTER_CFG table=filter:12 family=2 entries=1 op=nft_register_rule pid=590 comm="iptables" | |
Dec 23 20:09:43 nixos audit[590]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=292 a0=3 a1=ffffcb8cbd80 a2=0 a3=ffffb19b9d20 items=0 ppid=539 pid=590 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D41006E69786F732D66772D6C6F672D726566757365002D6D00706B74747970650000002D2D706B742D7479706500756E6963617374002D6A006E69786F732D66772D726566757365 | |
Dec 23 20:09:43 nixos audit[593]: NETFILTER_CFG table=filter:13 family=10 entries=1 op=nft_register_rule pid=593 comm="ip6tables" | |
Dec 23 20:09:43 nixos audit[593]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=292 a0=3 a1=ffffdd2f4fa0 a2=0 a3=ffffbc501d20 items=0 ppid=539 pid=593 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D41006E69786F732D66772D6C6F672D726566757365002D6D00706B74747970650000002D2D706B742D7479706500756E6963617374002D6A006E69786F732D66772D726566757365 | |
Dec 23 20:09:43 nixos audit[594]: NETFILTER_CFG table=filter:14 family=2 entries=1 op=nft_register_rule pid=594 comm="iptables" | |
Dec 23 20:09:43 nixos audit[594]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=240 a0=3 a1=fffff84d59c0 a2=0 a3=ffffbebe0d20 items=0 ppid=539 pid=594 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D41006E69786F732D66772D6C6F672D726566757365002D6A006E69786F732D66772D726566757365 | |
Dec 23 20:09:43 nixos audit[595]: NETFILTER_CFG table=filter:15 family=10 entries=1 op=nft_register_rule pid=595 comm="ip6tables" | |
Dec 23 20:09:43 nixos audit[595]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=240 a0=3 a1=ffffeb40ada0 a2=0 a3=ffffb2281d20 items=0 ppid=539 pid=595 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D41006E69786F732D66772D6C6F672D726566757365002D6A006E69786F732D66772D726566757365 | |
Dec 23 20:09:43 nixos audit[596]: NETFILTER_CFG table=filter:16 family=2 entries=1 op=nft_register_chain pid=596 comm="iptables" | |
Dec 23 20:09:43 nixos audit[596]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=96 a0=3 a1=ffffee9f24c0 a2=0 a3=ffff93171d20 items=0 ppid=539 pid=596 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D4E006E69786F732D6677 | |
Dec 23 20:09:43 nixos audit[597]: NETFILTER_CFG table=filter:17 family=10 entries=1 op=nft_register_chain pid=597 comm="ip6tables" | |
Dec 23 20:09:43 nixos audit[597]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=96 a0=3 a1=ffffe6f2a540 a2=0 a3=ffffad169d20 items=0 ppid=539 pid=597 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Dec 23 20:09:43 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D4E006E69786F732D6677 | |
Dec 23 20:09:43 nixos systemd-timesyncd[574]: System clock time unset or jumped backwards, restoring from recorded timestamp: Thu 2022-07-07 02:19:15 UTC | |
Jul 07 02:19:15 nixos systemd-journald[479]: Oldest entry in /var/log/journal/ea2c1ed9ee324541aac726e9d9b77610/system.journal is older than the configured file retention duration (1month), suggesting rotation. | |
Jul 07 02:19:15 nixos systemd-journald[479]: /var/log/journal/ea2c1ed9ee324541aac726e9d9b77610/system.journal: Journal header limits reached or header out-of-date, rotating. | |
Jul 07 02:19:15 nixos kernel: random: crng init done | |
Jul 07 02:19:15 nixos kernel: random: 33 urandom warning(s) missed due to ratelimiting | |
Jul 07 02:19:15 nixos kernel: 8021q: 802.1Q VLAN Support v1.8 | |
Jul 07 02:19:15 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Jul 07 02:19:15 nixos audit[607]: NETFILTER_CFG table=raw:18 family=2 entries=2 op=nft_register_chain pid=607 comm="iptables" | |
Jul 07 02:19:15 nixos audit[607]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=128 a0=3 a1=ffffc6e33790 a2=0 a3=ffffbe0fed20 items=0 ppid=539 pid=607 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Jul 07 02:19:15 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D7400726177002D4E006E69786F732D66772D727066696C746572 | |
Jul 07 02:19:15 nixos audit[609]: NETFILTER_CFG table=raw:19 family=10 entries=2 op=nft_register_chain pid=609 comm="ip6tables" | |
Jul 07 02:19:15 nixos audit[609]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=128 a0=3 a1=ffffe5f7bbd0 a2=0 a3=ffff8735cd20 items=0 ppid=539 pid=609 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Jul 07 02:19:15 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D7400726177002D4E006E69786F732D66772D727066696C746572 | |
Jul 07 02:19:15 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mount-pstore comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Jul 07 02:19:15 nixos audit[611]: NETFILTER_CFG table=raw:20 family=2 entries=1 op=nft_register_rule pid=611 comm="iptables" | |
Jul 07 02:19:15 nixos audit[611]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=272 a0=3 a1=ffffce5ac8b0 a2=0 a3=ffffba19dd20 items=0 ppid=539 pid=611 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Jul 07 02:19:15 nixos audit: PROCTITLE proctitle=69707461626C6573002D77002D7400726177002D41006E69786F732D66772D727066696C746572002D6D00727066696C746572002D2D76616C69646D61726B002D6A0052455455524E | |
Jul 07 02:19:15 nixos audit[613]: NETFILTER_CFG table=raw:21 family=10 entries=1 op=nft_register_rule pid=613 comm="ip6tables" | |
Jul 07 02:19:15 nixos audit[613]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=272 a0=3 a1=fffffb50e880 a2=0 a3=ffffa6fd8d20 items=0 ppid=539 pid=613 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Jul 07 02:19:15 nixos audit: PROCTITLE proctitle=6970367461626C6573002D77002D7400726177002D41006E69786F732D66772D727066696C746572002D6D00727066696C746572002D2D76616C69646D61726B002D6A0052455455524E | |
Jul 07 02:19:15 nixos audit: BPF prog-id=68 op=LOAD | |
Jul 07 02:19:15 nixos audit: BPF prog-id=69 op=LOAD | |
Jul 07 02:19:15 nixos audit: BPF prog-id=70 op=LOAD | |
Jul 07 02:19:15 nixos audit: BPF prog-id=71 op=LOAD | |
Jul 07 02:19:15 nixos audit: BPF prog-id=72 op=LOAD | |
Jul 07 02:19:15 nixos audit: BPF prog-id=73 op=LOAD | |
Jul 07 02:19:15 nixos audit: BPF prog-id=74 op=LOAD | |
Jul 07 02:19:15 nixos audit: BPF prog-id=75 op=LOAD | |
Jul 07 02:19:15 nixos audit[615]: NETFILTER_CFG table=raw:22 family=2 entries=1 op=nft_register_rule pid=615 comm="iptables" | |
Jul 07 02:19:15 nixos audit[615]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=352 a0=3 a1=ffffef23fdc0 a2=0 a3=ffffb71b9d20 items=0 ppid=539 pid=615 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Jul 07 02:19:15 nixos audit: PROCTITLE proctitle=69707461626C6573002D7400726177002D41006E69786F732D66772D727066696C746572002D7000756470002D2D73706F7274003637002D2D64706F7274003638002D6A0052455455524E | |
Jul 07 02:19:15 nixos audit: BPF prog-id=76 op=LOAD | |
Jul 07 02:19:15 nixos audit: BPF prog-id=77 op=LOAD | |
Jul 07 02:19:15 nixos audit[621]: NETFILTER_CFG table=raw:23 family=2 entries=1 op=nft_register_rule pid=621 comm="iptables" | |
Jul 07 02:19:15 nixos audit[621]: SYSCALL arch=c00000b7 syscall=211 success=yes exit=544 a0=3 a1=ffffdd12f050 a2=0 a3=ffff9fcb7d20 items=0 ppid=539 pid=621 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/nix/store/28daa8bf9dih6v55mcr8kncyk9ankjgc-iptables-1.8.7/bin/xtables-nft-multi" key=(null) | |
Jul 07 02:19:15 nixos audit: PROCTITLE proctitle=69707461626C6573002D7400726177002D41006E69786F732D66772D727066696C746572002D7300302E302E302E30002D64003235352E3235352E3235352E323535002D7000756470002D2D73706F7274003638002D2D64706F7274003637002D6A0052455455524E | |
Jul 07 02:19:15 nixos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reload-systemd-vconsole-setup comm="systemd" exe="/nix/store/4wf9pmzhdf7bxp8hi171ngq8gdxa473g-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Jul 07 02:19:15 nixos audit: BPF prog-id=78 op=LOAD | |
Jul 07 02:19:15 nixos audit: BPF prog-id=79 op=LOAD | |
Jul 07 02:19:15 nixos audit: BPF prog-id=80 op=LOAD | |
Jul 07 02:19:15 nixos audit: BPF prog-id=81 op=LOAD | |
Jul 07 02:19:15 nixos audit: CONFIG_CHANGE op=set audit_enabled=0 old=1 auid=4294967295 ses=4294967295 res=1 | |
Jul 07 02:19:15 nixos audit[633]: SYSCALL arch=c00000b7 syscall=206 success=yes exit=60 a0=3 a1=fffff4aca180 a2=3c a3=0 items=0 ppid=616 pid=633 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="auditctl" exe="/nix/store/30bfs0p5n4c2m4mdji7700ksdnm71sns-audit-2.8.5-bin/bin/auditctl" key=(null) | |
Jul 07 02:19:15 nixos audit: PROCTITLE proctitle=617564697463746C002D650030002D61007461736B2C6E65766572 | |
Jul 07 02:19:15 nixos systemd[1]: Started Network Time Synchronization. | |
Jul 07 02:19:15 nixos iqqragp36xxx998svnlpfzns319i42a1-mount-pstore.sh[489]: Persistent Storage backend was not registered in time. | |
Jul 07 02:19:15 nixos dhcpcd[617]: dhcpcd-9.4.1 starting | |
Jul 07 02:19:15 nixos systemd[1]: Finished mount-pstore.service. | |
Jul 07 02:19:15 nixos dhcpcd[627]: dev: loaded udev | |
Jul 07 02:19:15 nixos w1sz22dwikvz32425a362wzmvcn5swvg-audit-disable[624]: No rules | |
Jul 07 02:19:15 nixos systemd[1]: Platform Persistent Storage Archival was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). | |
Jul 07 02:19:15 nixos dhcpcd[627]: DUID 00:01:00:01:29:57:98:1c:dc:a6:32:af:c4:8a | |
Jul 07 02:19:15 nixos logrotate[619]: WARNING: logrotate in debug mode does nothing except printing debug messages! Consider using verbose mode (-v) instead if this is not what you want. | |
Jul 07 02:19:15 nixos logrotate[619]: reading config file /nix/store/alypv0ls1nq4b2n09ddlrg9cxd39bagx-logrotate.conf | |
Jul 07 02:19:15 nixos logrotate[619]: warning: 'monthly' overrides previously specified 'weekly' | |
Jul 07 02:19:15 nixos logrotate[619]: Reading state from file: /var/lib/logrotate.status | |
Jul 07 02:19:15 nixos logrotate[619]: Allocating hash table for state file, size 64 entries | |
Jul 07 02:19:15 nixos logrotate[619]: Creating new state | |
Jul 07 02:19:15 nixos logrotate[619]: Creating new state | |
Jul 07 02:19:15 nixos logrotate[619]: Handling 2 logs | |
Jul 07 02:19:15 nixos logrotate[619]: rotating pattern: "/var/log/btmp" monthly (1 rotations) | |
Jul 07 02:19:15 nixos logrotate[619]: empty log files are not rotated, only log files >= 1048576 bytes are rotated, old logs are removed | |
Jul 07 02:19:15 nixos logrotate[619]: considering log /var/log/btmp | |
Jul 07 02:19:15 nixos logrotate[619]: Now: 2022-07-07 02:19 | |
Jul 07 02:19:15 nixos logrotate[619]: Last rotated at 2022-07-06 06:00 | |
Jul 07 02:19:15 nixos logrotate[619]: log does not need rotating (log has been rotated at 2022-07-06 06:00, which is less than a month ago) | |
Jul 07 02:19:15 nixos logrotate[619]: log does not need rotating ('minsize' directive is used and the log size is smaller than the minsize value) | |
Jul 07 02:19:15 nixos logrotate[619]: rotating pattern: "/var/log/wtmp" monthly (1 rotations) | |
Jul 07 02:19:15 nixos logrotate[619]: empty log files are not rotated, only log files >= 1048576 bytes are rotated, old logs are removed | |
Jul 07 02:19:15 nixos logrotate[619]: considering log /var/log/wtmp | |
Jul 07 02:19:15 nixos logrotate[619]: Now: 2022-07-07 02:19 | |
Jul 07 02:19:15 nixos logrotate[619]: Last rotated at 2022-07-06 06:00 | |
Jul 07 02:19:15 nixos logrotate[619]: log does not need rotating (log has been rotated at 2022-07-06 06:00, which is less than a month ago) | |
Jul 07 02:19:15 nixos logrotate[619]: log does not need rotating ('minsize' directive is used and the log size is smaller than the minsize value) | |
Jul 07 02:19:15 nixos systemd[1]: Reached target System Initialization. | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring file `/etc/passwd` (1) | |
Jul 07 02:19:15 nixos systemd[1]: Started logrotate.timer. | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring directory `/etc` (2) | |
Jul 07 02:19:15 nixos systemd[1]: Started Daily Cleanup of Temporary Directories. | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring file `/etc/group` (3) | |
Jul 07 02:19:15 nixos systemd[1]: Started zpool-trim.timer. | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring directory `/etc` (2) | |
Jul 07 02:19:15 nixos systemd[1]: Reached target Timer Units. | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring file `/etc/hosts` (4) | |
Jul 07 02:19:15 nixos zed[640]: ZFS Event Daemon 2.1.5-1 (PID 640) | |
Jul 07 02:19:15 nixos zed[640]: Processing events since eid=0 | |
Jul 07 02:19:15 nixos systemd[1]: Listening on D-Bus System Message Bus Socket. | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring directory `/etc` (2) | |
Jul 07 02:19:15 nixos systemd[1]: Listening on Nix Daemon Socket. | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring file `/etc/resolv.conf` (5) | |
Jul 07 02:19:15 nixos systemd[1]: Reached target Socket Units. | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring directory `/etc` (2) | |
Jul 07 02:19:15 nixos systemd[1]: Reached target Basic System. | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring file `/etc/services` (6) | |
Jul 07 02:19:15 nixos systemd[1]: Starting Kernel Auditing... | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring directory `/etc` (2) | |
Jul 07 02:19:15 nixos systemd[1]: Starting DHCP Client... | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring file `/etc/netgroup` (7) | |
Jul 07 02:19:15 nixos systemd[1]: Starting Logrotate configuration check... | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring directory `/etc` (2) | |
Jul 07 02:19:15 nixos systemd[1]: Starting Name Service Cache Daemon... | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:19:15 nixos systemd[1]: Started Reset console on configuration changes. | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring directory `/etc` (2) | |
Jul 07 02:19:15 nixos systemd[1]: Starting resolvconf update... | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:19:15 nixos systemd[1]: Starting ZFS file system shares... | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring directory `/etc` (2) | |
Jul 07 02:19:15 nixos systemd[1]: Started ZFS Event Daemon (zed). | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:19:15 nixos systemd[1]: Finished Load/Save Random Seed. | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring directory `/etc` (2) | |
Jul 07 02:19:15 nixos systemd[1]: Finished Kernel Auditing. | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:19:15 nixos systemd[1]: Finished Logrotate configuration check. | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring directory `/etc` (2) | |
Jul 07 02:19:15 nixos systemd[1]: Finished ZFS file system shares. | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:19:15 nixos systemd[1]: Started Name Service Cache Daemon. | |
Jul 07 02:19:15 nixos nscd[634]: 634 monitoring directory `/etc` (2) | |
Jul 07 02:19:15 nixos systemd[1]: Reached target Host and Network Name Lookups. | |
Jul 07 02:19:15 nixos systemd[1]: Reached target User and Group Name Lookups. | |
Jul 07 02:19:15 nixos systemd[1]: Reached target ZFS startup target. | |
Jul 07 02:19:15 nixos systemd[1]: Starting D-Bus System Message Bus... | |
Jul 07 02:19:15 nixos kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database | |
Jul 07 02:19:15 nixos systemd[1]: Starting User Login Management... | |
Jul 07 02:19:16 nixos kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' | |
Jul 07 02:19:16 nixos systemd[1]: Finished resolvconf update. | |
Jul 07 02:19:16 nixos dhcpcd[627]: no valid interfaces found | |
Jul 07 02:19:16 nixos dhcpcd[617]: no valid interfaces found | |
Jul 07 02:19:16 nixos systemd[1]: Started D-Bus System Message Bus. | |
Jul 07 02:19:16 nixos kernel: vchiq: module is from the staging directory, the quality is unknown, you have been warned. | |
Jul 07 02:19:16 nixos systemd-logind[689]: New seat seat0. | |
Jul 07 02:19:16 nixos kernel: iproc-rng200 fe104000.rng: hwrng registered | |
Jul 07 02:19:16 nixos systemd[1]: Started User Login Management. | |
Jul 07 02:19:16 nixos systemd[1]: Finished Firewall. | |
Jul 07 02:19:16 nixos systemd[1]: Reached target Preparation for Network. | |
Jul 07 02:19:16 nixos kernel: bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 | |
Jul 07 02:19:16 nixos systemd[1]: Reached target All Network Interfaces (deprecated). | |
Jul 07 02:19:16 nixos systemd[1]: Starting Networking Setup... | |
Jul 07 02:19:16 nixos kernel: unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus | |
Jul 07 02:19:16 nixos kernel: vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
Jul 07 02:19:16 nixos kernel: vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
Jul 07 02:19:16 nixos kernel: xhci_hcd 0000:01:00.0: enabling device (0000 -> 0002) | |
Jul 07 02:19:16 nixos kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller | |
Jul 07 02:19:16 nixos kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 | |
Jul 07 02:19:16 nixos kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 | |
Jul 07 02:19:16 nixos kernel: xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000040000000890 | |
Jul 07 02:19:16 nixos kernel: hub 1-0:1.0: USB hub found | |
Jul 07 02:19:16 nixos kernel: hub 1-0:1.0: 1 port detected | |
Jul 07 02:19:16 nixos kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller | |
Jul 07 02:19:16 nixos kernel: brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2 | |
Jul 07 02:19:16 nixos kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 | |
Jul 07 02:19:16 nixos kernel: usbcore: registered new interface driver brcmfmac | |
Jul 07 02:19:16 nixos systemd[1]: Finished Networking Setup. | |
Jul 07 02:19:16 nixos kernel: xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed | |
Jul 07 02:19:16 nixos kernel: hub 2-0:1.0: USB hub found | |
Jul 07 02:19:16 nixos kernel: hub 2-0:1.0: 4 ports detected | |
Jul 07 02:19:16 nixos kernel: vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
Jul 07 02:19:16 nixos kernel: Bluetooth: Core ver 2.22 | |
Jul 07 02:19:16 nixos kernel: NET: Registered PF_BLUETOOTH protocol family | |
Jul 07 02:19:16 nixos kernel: Bluetooth: HCI device and connection manager initialized | |
Jul 07 02:19:16 nixos kernel: Bluetooth: HCI socket layer initialized | |
Jul 07 02:19:16 nixos systemd[1]: Starting Extra networking commands.... | |
Jul 07 02:19:16 nixos kernel: Bluetooth: L2CAP socket layer initialized | |
Jul 07 02:19:16 nixos kernel: Bluetooth: SCO socket layer initialized | |
Jul 07 02:19:17 nixos systemd[1]: Finished Extra networking commands.. | |
Jul 07 02:19:17 nixos kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd | |
Jul 07 02:19:17 nixos systemd[1]: Reached target Network. | |
Jul 07 02:19:17 nixos kernel: Bluetooth: HCI UART driver ver 2.3 | |
Jul 07 02:19:17 nixos kernel: Bluetooth: HCI UART protocol H4 registered | |
Jul 07 02:19:17 nixos kernel: Bluetooth: HCI UART protocol BCSP registered | |
Jul 07 02:19:17 nixos kernel: Bluetooth: HCI UART protocol LL registered | |
Jul 07 02:19:17 nixos kernel: Bluetooth: HCI UART protocol Broadcom registered | |
Jul 07 02:19:17 nixos kernel: Bluetooth: HCI UART protocol QCA registered | |
Jul 07 02:19:17 nixos kernel: snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. | |
Jul 07 02:19:17 nixos systemd-udevd[510]: Using default interface naming scheme 'v250'. | |
Jul 07 02:19:17 nixos kernel: hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator | |
Jul 07 02:19:17 nixos kernel: hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator | |
Jul 07 02:19:17 nixos kernel: hub 1-1:1.0: USB hub found | |
Jul 07 02:19:17 nixos kernel: hub 1-1:1.0: 4 ports detected | |
Jul 07 02:19:17 nixos kernel: bcm2835_audio bcm2835_audio: card created with 8 channels | |
Jul 07 02:19:17 nixos kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 | |
Jul 07 02:19:17 nixos kernel: mc: Linux media interface: v0.10 | |
Jul 07 02:19:17 nixos kernel: vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
Jul 07 02:19:17 nixos systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. | |
Jul 07 02:19:17 nixos kernel: vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) | |
Jul 07 02:19:17 nixos kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2 | |
Jul 07 02:19:17 nixos kernel: uart-pl011 fe201000.serial: no DMA platform data | |
Jul 07 02:19:17 nixos systemd[1]: Starting SSH Daemon... | |
Jul 07 02:19:17 nixos kernel: vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) | |
Jul 07 02:19:17 nixos systemd[1]: Starting Permit User Sessions... | |
Jul 07 02:19:17 nixos systemd[1]: Started SSH Daemon. | |
Jul 07 02:19:17 nixos kernel: bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) | |
Jul 07 02:19:17 nixos kernel: vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) | |
Jul 07 02:19:17 nixos kernel: bcmgenet fd580000.ethernet eth0: Link is Down | |
Jul 07 02:19:17 nixos kernel: vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) | |
Jul 07 02:19:17 nixos dhcpcd[627]: eth0: waiting for carrier | |
Jul 07 02:19:17 nixos systemd-udevd[522]: Using default interface naming scheme 'v250'. | |
Jul 07 02:19:17 nixos systemd[1]: Finished Permit User Sessions. | |
Jul 07 02:19:17 nixos kernel: vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
Jul 07 02:19:17 nixos kernel: vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
Jul 07 02:19:17 nixos kernel: vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
Jul 07 02:19:17 nixos kernel: vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) | |
Jul 07 02:19:17 nixos kernel: checking generic (3e267000 960000) vs hw (0 ffffffffffffffff) | |
Jul 07 02:19:17 nixos kernel: fb0: switching to vc4 from simple | |
Jul 07 02:19:17 nixos kernel: Bluetooth: hci0: Frame reassembly failed (-84) | |
Jul 07 02:19:17 nixos kernel: Console: switching to colour dummy device 80x25 | |
Jul 07 02:19:17 nixos kernel: [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0 | |
Jul 07 02:19:17 nixos kernel: videodev: Linux video capture interface: v2.00 | |
Jul 07 02:19:17 nixos kernel: Unable to handle kernel NULL pointer dereference at virtual address 0000000000000348 | |
Jul 07 02:19:17 nixos kernel: Mem abort info: | |
Jul 07 02:19:17 nixos kernel: ESR = 0x96000006 | |
Jul 07 02:19:17 nixos kernel: EC = 0x25: DABT (current EL), IL = 32 bits | |
Jul 07 02:19:17 nixos kernel: SET = 0, FnV = 0 | |
Jul 07 02:19:17 nixos kernel: EA = 0, S1PTW = 0 | |
Jul 07 02:19:17 nixos kernel: FSC = 0x06: level 2 translation fault | |
Jul 07 02:19:17 nixos kernel: Data abort info: | |
Jul 07 02:19:17 nixos kernel: ISV = 0, ISS = 0x00000006 | |
Jul 07 02:19:17 nixos kernel: CM = 0, WnR = 0 | |
Jul 07 02:19:17 nixos kernel: user pgtable: 4k pages, 48-bit VAs, pgdp=0000000048390000 | |
Jul 07 02:19:17 nixos kernel: [0000000000000348] pgd=0800000045623003, p4d=0800000045623003, pud=080000004922e003, pmd=0000000000000000 | |
Jul 07 02:19:17 nixos kernel: Internal error: Oops: 96000006 [#1] SMP | |
Jul 07 02:19:17 nixos kernel: Modules linked in: videodev mc snd_soc_hdmi_codec raspberrypi_cpufreq snd_bcm2835(C) hci_uart btsdio btqca btbcm bluetooth brcmfmac reset_raspberrypi raspberrypi_hwmon clk_raspberrypi brcmutil crct10dif_ce broadcom bcm_phy_lib ecdh_generic pwm_bcm2835 ecc i2c_bcm2835 genet iproc_rng200 bcm2711_thermal rng_core vchiq(C) mdio_bcm_unimac ip6_tables nvmem_rmem cfg80211 xt_conntrack nf_conntrack uio_pdrv_genirq uio nf_defrag_ipv6 nf_defrag_ipv4 rfkill 8021q garp mrp xt_tcpudp ip6t_rpfilter ipt_rpfilter xt_pkttype nft_compat nft_counter nf_tables libcrc32c sch_fq_codel nfnetlink zfs(PO) zunicode(PO) zzstd(O) zlua(O) zcommon(PO) znvpair(PO) zavl(PO) icp(PO) spl(O) tap macvlan bridge stp llc fuse ip_tables x_tables xhci_pci xhci_pci_renesas vc4 cec drm_kms_helper drm pcie_brcmstb dm_mod | |
Jul 07 02:19:17 nixos kernel: CPU: 0 PID: 90 Comm: kworker/u8:3 Tainted: P C O 5.15.50 #1-NixOS | |
Jul 07 02:19:17 nixos kernel: Hardware name: Raspberry Pi 4 Model B Rev 1.2 (DT) | |
Jul 07 02:19:17 nixos kernel: Workqueue: events_unbound deferred_probe_work_func | |
Jul 07 02:19:17 nixos kernel: pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) | |
Jul 07 02:19:17 nixos kernel: pc : vc4_hdmi_enable_scrambling+0x44/0x268 [vc4] | |
Jul 07 02:19:17 nixos kernel: lr : vc4_hdmi_connector_detect+0x68/0x250 [vc4] | |
Jul 07 02:19:17 nixos kernel: sp : ffff8000088436e0 | |
Jul 07 02:19:17 nixos kernel: x29: ffff8000088436e0 x28: 0000000000000010 x27: 0000000000001e00 | |
Jul 07 02:19:17 nixos kernel: x26: 0000000000000002 x25: 0000000000000000 x24: 0000000000000000 | |
Jul 07 02:19:17 nixos kernel: x23: 0000000000000003 x22: ffffa30517ff6c30 x21: 0000000000000001 | |
Jul 07 02:19:17 nixos kernel: x20: ffff4af88914a080 x19: ffff4af88914a4f8 x18: 0000000000000000 | |
Jul 07 02:19:17 nixos kernel: x17: 58b0805a70f23000 x16: ffffa3052932cdd0 x15: 1d0100000183010f | |
Jul 07 02:19:17 nixos kernel: x14: 06e3ff00e20c0000 x13: 06e3ff00e20c0000 x12: 0fe401c305e30380 | |
Jul 07 02:19:17 nixos kernel: x11: 091300963e10102d x10: 00000000000000b1 x9 : ffffa30517fe4b58 | |
Jul 07 02:19:17 nixos kernel: x8 : 000000000000000d x7 : 0000000000000100 x6 : 0000000000000000 | |
Jul 07 02:19:17 nixos kernel: x5 : 0000000000000000 x4 : ffff4af8bfb81280 x3 : 0000000000001a99 | |
Jul 07 02:19:17 nixos kernel: x2 : 00000000000003e8 x1 : 000000001443fd00 x0 : 0000000000000000 | |
Jul 07 02:19:17 nixos kernel: Call trace: | |
Jul 07 02:19:17 nixos kernel: vc4_hdmi_enable_scrambling+0x44/0x268 [vc4] | |
Jul 07 02:19:17 nixos kernel: vc4_hdmi_connector_detect+0x68/0x250 [vc4] | |
Jul 07 02:19:17 nixos kernel: drm_helper_probe_detect+0xb4/0xe0 [drm_kms_helper] | |
Jul 07 02:19:17 nixos kernel: drm_helper_probe_single_connector_modes+0x5f8/0x768 [drm_kms_helper] | |
Jul 07 02:19:17 nixos kernel: drm_client_modeset_probe+0x240/0x10c8 [drm] | |
Jul 07 02:19:17 nixos kernel: __drm_fb_helper_initial_config_and_unlock+0x50/0x520 [drm_kms_helper] | |
Jul 07 02:19:17 nixos kernel: drm_fbdev_client_hotplug+0x11c/0x1c0 [drm_kms_helper] | |
Jul 07 02:19:17 nixos kernel: drm_fbdev_generic_setup+0xbc/0x198 [drm_kms_helper] | |
Jul 07 02:19:17 nixos kernel: vc4_drm_bind+0x1ac/0x1c8 [vc4] | |
Jul 07 02:19:17 nixos kernel: try_to_bring_up_master+0x230/0x320 | |
Jul 07 02:19:17 nixos kernel: __component_add+0xc8/0x1c8 | |
Jul 07 02:19:17 nixos kernel: component_add+0x1c/0x28 | |
Jul 07 02:19:17 nixos kernel: vc4_hvs_dev_probe+0x24/0x30 [vc4] | |
Jul 07 02:19:17 nixos kernel: platform_probe+0x70/0xe0 | |
Jul 07 02:19:17 nixos kernel: really_probe+0xc4/0x430 | |
Jul 07 02:19:17 nixos kernel: __driver_probe_device+0x11c/0x190 | |
Jul 07 02:19:17 nixos kernel: driver_probe_device+0x88/0x118 | |
Jul 07 02:19:17 nixos kernel: __device_attach_driver+0xa0/0x138 | |
Jul 07 02:19:17 nixos kernel: bus_for_each_drv+0x80/0xd0 | |
Jul 07 02:19:17 nixos kernel: __device_attach+0x100/0x1b8 | |
Jul 07 02:19:17 nixos kernel: device_initial_probe+0x1c/0x28 | |
Jul 07 02:19:17 nixos kernel: bus_probe_device+0xa4/0xb0 | |
Jul 07 02:19:17 nixos kernel: deferred_probe_work_func+0xb8/0x108 | |
Jul 07 02:19:17 nixos kernel: process_one_work+0x1e0/0x480 | |
Jul 07 02:19:17 nixos kernel: worker_thread+0x158/0x4c0 | |
Jul 07 02:19:17 nixos kernel: kthread+0x128/0x138 | |
Jul 07 02:19:17 nixos kernel: ret_from_fork+0x10/0x20 | |
Jul 07 02:19:17 nixos kernel: Code: f9402a60 52807d02 529fa001 72a28861 (f941a400) | |
Jul 07 02:19:17 nixos kernel: ---[ end trace d6c91c2e9336baa4 ]--- | |
Jul 07 02:19:18 nixos kernel: bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. | |
Jul 07 02:19:18 nixos kernel: bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. | |
Jul 07 02:19:17 nixos systemd[1]: Reached target Bluetooth Support. | |
Jul 07 02:19:17 nixos dhcpcd[627]: wlan0: waiting for carrier | |
Jul 07 02:19:17 nixos systemd[1]: Reached target Sound Card. | |
Jul 07 02:19:17 nixos sshd[822]: Server listening on 0.0.0.0 port 22. | |
Jul 07 02:19:17 nixos systemd[1]: Started Getty on tty1. | |
Jul 07 02:19:17 nixos sshd[822]: Server listening on :: port 22. | |
Jul 07 02:19:17 nixos systemd[1]: Reached target Login Prompts. | |
Jul 07 02:19:17 nixos systemd[1]: Starting Load/Save RF Kill Switch Status... | |
Jul 07 02:19:17 nixos systemd[1]: Started Load/Save RF Kill Switch Status. | |
Jul 07 02:19:19 nixos kernel: Bluetooth: hci0: command 0x1001 tx timeout | |
Jul 07 02:19:20 nixos dhcpcd[627]: eth0: carrier acquired | |
Jul 07 02:19:20 nixos kernel: bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx | |
Jul 07 02:19:20 nixos kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready | |
Jul 07 02:19:20 nixos dhcpcd[627]: eth0: IAID 32:af:c4:89 | |
Jul 07 02:19:20 nixos dhcpcd[627]: eth0: adding address fe80::dea6:32ff:feaf:c489 | |
Jul 07 02:19:20 nixos dhcpcd[627]: eth0: soliciting an IPv6 router | |
Jul 07 02:19:21 nixos dhcpcd[627]: eth0: rebinding lease of 192.168.0.129 | |
Jul 07 02:19:21 nixos dhcpcd[627]: eth0: probing address 192.168.0.129/24 | |
Jul 07 02:19:22 nixos login[835]: pam_unix(login:session): session opened for user nixos(uid=1000) by LOGIN(uid=0) | |
Jul 07 02:19:22 nixos systemd[1]: Created slice Slice /user/1000. | |
Jul 07 02:19:22 nixos systemd[1]: Starting User Runtime Directory /run/user/1000... | |
Jul 07 02:19:22 nixos systemd-logind[689]: New session 1 of user nixos. | |
Jul 07 02:19:22 nixos systemd[1]: Finished User Runtime Directory /run/user/1000. | |
Jul 07 02:19:22 nixos systemd[1]: Starting User Manager for UID 1000... | |
Jul 07 02:19:22 nixos systemd[867]: pam_unix(systemd-user:session): session opened for user nixos(uid=1000) by (uid=0) | |
Jul 07 02:19:22 nixos systemd[1]: systemd-rfkill.service: Deactivated successfully. | |
Jul 07 02:19:22 nixos systemd[867]: Queued start job for default target Main User Target. | |
Jul 07 02:19:22 nixos systemd[867]: Created slice User Application Slice. | |
Jul 07 02:19:22 nixos systemd[867]: Reached target Paths. | |
Jul 07 02:19:22 nixos systemd[867]: Reached target Timers. | |
Jul 07 02:19:22 nixos systemd[867]: Starting D-Bus User Message Bus Socket... | |
Jul 07 02:19:22 nixos systemd[867]: Listening on D-Bus User Message Bus Socket. | |
Jul 07 02:19:22 nixos systemd[867]: Reached target Sockets. | |
Jul 07 02:19:22 nixos systemd[867]: Reached target Basic System. | |
Jul 07 02:19:22 nixos systemd[1]: Started User Manager for UID 1000. | |
Jul 07 02:19:22 nixos systemd[867]: Starting Run user-specific NixOS activation... | |
Jul 07 02:19:22 nixos systemd[1]: Started Session 1 of User nixos. | |
Jul 07 02:19:22 nixos systemd[867]: Finished Run user-specific NixOS activation. | |
Jul 07 02:19:22 nixos systemd[867]: Reached target Main User Target. | |
Jul 07 02:19:22 nixos systemd[867]: Startup finished in 275ms. | |
Jul 07 02:19:25 nixos dhcpcd[627]: eth0: leased 192.168.0.129 for 86400 seconds | |
Jul 07 02:19:25 nixos dhcpcd[627]: eth0: adding route to 192.168.0.0/24 | |
Jul 07 02:19:25 nixos dhcpcd[627]: eth0: adding default route via 192.168.0.1 | |
Jul 07 02:19:26 nixos nscd[634]: 634 monitored file `/etc/resolv.conf` was written to | |
Jul 07 02:19:26 nixos systemd[1]: Stopping Name Service Cache Daemon... | |
Jul 07 02:19:26 nixos systemd[1]: nscd.service: Deactivated successfully. | |
Jul 07 02:19:26 nixos systemd[1]: Stopped Name Service Cache Daemon. | |
Jul 07 02:19:26 nixos systemd[1]: Starting Name Service Cache Daemon... | |
Jul 07 02:19:26 nixos dhcpcd[617]: Failed to reload-or-try-restart ntpd.service: Unit ntpd.service not found. | |
Jul 07 02:19:26 nixos dhcpcd[617]: Failed to reload-or-try-restart openntpd.service: Unit openntpd.service not found. | |
Jul 07 02:19:26 nixos dhcpcd[617]: Failed to reload-or-try-restart chronyd.service: Unit chronyd.service not found. | |
Jul 07 02:19:26 nixos systemd[1]: Started DHCP Client. | |
Jul 07 02:19:26 nixos systemd[1]: Reached target Network is Online. | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring file `/etc/passwd` (1) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring directory `/etc` (2) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring file `/etc/group` (3) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring directory `/etc` (2) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring file `/etc/hosts` (4) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring directory `/etc` (2) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring file `/etc/resolv.conf` (5) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring directory `/etc` (2) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring file `/etc/services` (6) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring directory `/etc` (2) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring file `/etc/netgroup` (7) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring directory `/etc` (2) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring directory `/etc` (2) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring directory `/etc` (2) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring directory `/etc` (2) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring directory `/etc` (2) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring file `/etc/nsswitch.conf` (8) | |
Jul 07 02:19:26 nixos nscd[929]: 929 monitoring directory `/etc` (2) | |
Jul 07 02:19:26 nixos systemd[1]: Started Name Service Cache Daemon. | |
Jul 07 02:19:26 nixos systemd[1]: Reached target Multi-User System. | |
Jul 07 02:19:26 nixos systemd[1]: Startup finished in 7.380s (kernel) + 14.834s (userspace) = 22.215s. | |
Jul 07 02:19:27 nixos kernel: Bluetooth: hci0: BCM: Reading local version info failed (-110) | |
Jul 07 02:19:27 nixos kernel: Bluetooth: hci0: hardware error 0x00 | |
Jul 07 02:19:29 nixos kernel: Bluetooth: hci0: command 0xfc18 tx timeout | |
Jul 07 02:19:34 nixos dhcpcd[627]: eth0: no IPv6 Routers available | |
Jul 07 02:19:36 nixos sshd[940]: Accepted publickey for nixos from 192.168.0.91 port 41352 ssh2: ED25519 SHA256:Bl3s7Ub7uw0BZDhYYiooWYYI3tE4gJSEBqyqX0S9xws | |
Jul 07 02:19:36 nixos sshd[940]: pam_unix(sshd:session): session opened for user nixos(uid=1000) by (uid=0) | |
Jul 07 02:19:36 nixos systemd-logind[689]: New session 3 of user nixos. | |
Jul 07 02:19:36 nixos systemd[1]: Started Session 3 of User nixos. | |
Jul 07 02:19:37 nixos kernel: Bluetooth: hci0: BCM: failed to write update baudrate (-110) | |
Jul 07 02:19:37 nixos kernel: Bluetooth: hci0: Failed to set baudrate | |
Jul 07 02:19:39 nixos kernel: Bluetooth: hci0: command 0x0c03 tx timeout | |
Jul 07 02:23:00 nixos systemd-timesyncd[574]: Initial synchronization to time server 203.57.115.181:123 (2.nixos.pool.ntp.org). | |
Jul 07 02:23:03 nixos kernel: Bluetooth: hci0: BCM: Reset failed (-110) | |
Jul 07 02:25:37 nixos kernel: irq 10, desc: 00000000a9eaa522, depth: 0, count: 0, unhandled: 0 | |
Jul 07 02:25:37 nixos kernel: ->handle_irq(): 0000000082bfa3b2, brcmstb_l2_intc_irq_handle+0x0/0x1e0 | |
Jul 07 02:25:37 nixos kernel: ->irq_data.chip(): 00000000d639af00, gic_data+0x0/0x768 | |
Jul 07 02:25:37 nixos kernel: ->action(): 000000002036491e | |
Jul 07 02:25:37 nixos kernel: ->action->handler(): 000000008a3ef495, bad_chained_irq+0x0/0x58 | |
Jul 07 02:25:37 nixos kernel: IRQ_LEVEL set | |
Jul 07 02:25:37 nixos kernel: IRQ_NOPROBE set | |
Jul 07 02:25:37 nixos kernel: IRQ_NOREQUEST set | |
Jul 07 02:25:37 nixos kernel: IRQ_NOTHREAD set |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 138.458344] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000348 | |
[ 138.467154] Mem abort info: | |
[ 138.469956] ESR = 0x96000006 | |
[ 138.473004] EC = 0x25: DABT (current EL), IL = 32 bits | |
[ 138.478318] SET = 0, FnV = 0 | |
[ 138.481367] EA = 0, S1PTW = 0 | |
[ 138.484516] FSC = 0x06: level 2 translation fault | |
[ 138.489401] Data abort info: | |
[ 138.492277] ISV = 0, ISS = 0x00000006 | |
[ 138.496107] CM = 0, WnR = 0 | |
[ 138.499070] user pgtable: 4k pages, 48-bit VAs, pgdp=000000004a520000 | |
[ 138.505509] [0000000000000348] pgd=080000004a51c003, p4d=080000004a51c003, pud=080000004a519003, pmd=0000000000000000 | |
[ 138.516129] Internal error: Oops: 96000006 [#1] SMP | |
[ 138.521006] Modules linked in: bcm2835_v4l2(C) bcm2835_mmal_vchiq(C) videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev snd_soc_hdmi_codec raspberrypi_cpufreq mc hci_uart snd_bcm2835(C) btqca btsdio btbcm bluetooth brcmfmac brcmutil ip6_tables cfg80211 xt_conntrack nf_conntrack clk_raspberrypi ecdh_generic nf_defrag_ipv6 nf_defrag_ipv4 crct10dif_ce raspberrypi_hwmon broadcom bcm_phy_lib reset_raspberrypi rfkill ecc 8021q genet garp mrp iproc_rng200 i2c_bcm2835 rng_core pwm_bcm2835 xt_tcpudp bcm2711_thermal mdio_bcm_unimac vchiq(C) nvmem_rmem ip6t_rpfilter uio_pdrv_genirq uio ipt_rpfilter xt_pkttype nft_compat nft_counter nf_tables libcrc32c sch_fq_codel nfnetlink zfs(PO) zunicode(PO) zzstd(O) zlua(O) zcommon(PO) znvpair(PO) zavl(PO) icp(PO) spl(O) tap macvlan bridge stp llc fuse ip_tables x_tables xhci_pci xhci_pci_renesas vc4 cec drm_kms_helper drm pcie_brcmstb dm_mod | |
[ 138.600287] CPU: 3 PID: 830 Comm: irq/53-vc4 hdmi Tainted: P C O 5.15.50 #1-NixOS | |
[ 138.608895] Hardware name: Raspberry Pi 4 Model B Rev 1.2 (DT) | |
[ 138.614720] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) | |
[ 138.621676] pc : vc4_hdmi_enable_scrambling+0x44/0x268 [vc4] | |
[ 138.627358] lr : vc4_hdmi_connector_detect+0x68/0x250 [vc4] | |
[ 138.632942] sp : ffff800008e93980 | |
[ 138.636247] x29: ffff800008e93980 x28: 0000000000000010 x27: 0000000000001e00 | |
[ 138.643380] x26: 0000000000000002 x25: 0000000000000000 x24: 0000000000000000 | |
[ 138.650512] x23: 0000000000000002 x22: ffffd2ae6fe3ac30 x21: 0000000000000001 | |
[ 138.657643] x20: ffff322708567080 x19: ffff3227085674f8 x18: 0000000000000000 | |
[ 138.664773] x17: 58b0805a70f23000 x16: ffffd2aec012cdd0 x15: 1d0100000183010f | |
[ 138.671904] x14: 06e3ff00e20c0000 x13: 06e3ff00e20c0000 x12: 0fe401c305e30380 | |
[ 138.679035] x11: 091300963e10102d x10: 00000000000000b1 x9 : ffffd2ae6fe28b58 | |
[ 138.686166] x8 : 000000000000000d x7 : 0000000000000100 x6 : 0000000000000000 | |
[ 138.693297] x5 : 0000000000000000 x4 : ffff32273fbdb280 x3 : 00000000000018af | |
[ 138.700428] x2 : 00000000000003e8 x1 : 000000001443fd00 x0 : 0000000000000000 | |
[ 138.707560] Call trace: | |
[ 138.709999] vc4_hdmi_enable_scrambling+0x44/0x268 [vc4] | |
[ 138.715324] vc4_hdmi_connector_detect+0x68/0x250 [vc4] | |
[ 138.720558] drm_helper_probe_detect+0xb4/0xe0 [drm_kms_helper] | |
[ 138.726540] drm_helper_probe_single_connector_modes+0x5f8/0x768 [drm_kms_helper] | |
[ 138.734055] drm_client_modeset_probe+0x240/0x10c8 [drm] | |
[ 138.739477] __drm_fb_helper_initial_config_and_unlock+0x50/0x520 [drm_kms_helper] | |
[ 138.747082] drm_fb_helper_hotplug_event.part.0+0xd8/0xe8 [drm_kms_helper] | |
[ 138.753988] drm_fbdev_client_hotplug+0x44/0x1c0 [drm_kms_helper] | |
[ 138.760113] drm_client_dev_hotplug+0x88/0xd8 [drm] | |
[ 138.765065] drm_kms_helper_hotplug_event+0x3c/0x50 [drm_kms_helper] | |
[ 138.771452] vc4_hdmi_hpd_irq_thread+0x30/0x40 [vc4] | |
[ 138.776428] irq_thread_fn+0x34/0xa8 | |
[ 138.779999] irq_thread+0x154/0x2d0 | |
[ 138.783480] kthread+0x128/0x138 | |
[ 138.786701] ret_from_fork+0x10/0x20 | |
[ 138.790274] Code: f9402a60 52807d02 529fa001 72a28861 (f941a400) | |
[ 138.796361] ---[ end trace c7bf4b187d61f972 ]--- | |
[ 138.801029] genirq: exiting task "irq/53-vc4 hdmi" (830) is an active IRQ thread (irq 53) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jul 07 02:32:43 nixos kernel: Unable to handle kernel NULL pointer dereference at virtual address 0000000000000348 | |
Jul 07 02:32:43 nixos kernel: Mem abort info: | |
Jul 07 02:32:43 nixos kernel: ESR = 0x96000006 | |
Jul 07 02:32:43 nixos kernel: EC = 0x25: DABT (current EL), IL = 32 bits | |
Jul 07 02:32:43 nixos kernel: SET = 0, FnV = 0 | |
Jul 07 02:32:43 nixos kernel: EA = 0, S1PTW = 0 | |
Jul 07 02:32:43 nixos kernel: FSC = 0x06: level 2 translation fault | |
Jul 07 02:32:43 nixos kernel: Data abort info: | |
Jul 07 02:32:43 nixos kernel: ISV = 0, ISS = 0x00000006 | |
Jul 07 02:32:43 nixos kernel: CM = 0, WnR = 0 | |
Jul 07 02:32:43 nixos kernel: user pgtable: 4k pages, 48-bit VAs, pgdp=000000004a520000 | |
Jul 07 02:32:43 nixos kernel: [0000000000000348] pgd=080000004a51c003, p4d=080000004a51c003, pud=080000004a519003, pmd=0000000000000000 | |
Jul 07 02:32:43 nixos kernel: Internal error: Oops: 96000006 [#1] SMP | |
Jul 07 02:32:43 nixos kernel: Modules linked in: bcm2835_v4l2(C) bcm2835_mmal_vchiq(C) videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev snd_soc_hdmi_codec raspberrypi_cpufreq mc hci_uart snd_bcm2835(C) btqca btsdio btbcm bluetooth brcmfmac brcmutil ip6_tables cfg80211 xt_conntrack nf_conntrack clk_raspberrypi ecdh_generic nf_defrag_ipv6 nf_defrag_ipv4 crct10dif_ce raspberrypi_hwmon broadcom bcm_phy_lib reset_raspberrypi rfkill ecc 8021q genet garp mrp iproc_rng200 i2c_bcm2835 rng_core pwm_bcm2835 xt_tcpudp bcm2711_thermal mdio_bcm_unimac vchiq(C) nvmem_rmem ip6t_rpfilter uio_pdrv_genirq uio ipt_rpfilter xt_pkttype nft_compat nft_counter nf_tables libcrc32c sch_fq_codel nfnetlink zfs(PO) zunicode(PO) zzstd(O) zlua(O) zcommon(PO) znvpair(PO) zavl(PO) icp(PO) spl(O) tap macvlan bridge stp llc fuse ip_tables x_tables xhci_pci xhci_pci_renesas vc4 cec drm_kms_helper drm pcie_brcmstb dm_mod | |
Jul 07 02:32:43 nixos kernel: CPU: 3 PID: 830 Comm: irq/53-vc4 hdmi Tainted: P C O 5.15.50 #1-NixOS | |
Jul 07 02:32:43 nixos kernel: Hardware name: Raspberry Pi 4 Model B Rev 1.2 (DT) | |
Jul 07 02:32:43 nixos kernel: pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) | |
Jul 07 02:32:43 nixos kernel: pc : vc4_hdmi_enable_scrambling+0x44/0x268 [vc4] | |
Jul 07 02:32:43 nixos kernel: lr : vc4_hdmi_connector_detect+0x68/0x250 [vc4] | |
Jul 07 02:32:43 nixos kernel: sp : ffff800008e93980 | |
Jul 07 02:32:43 nixos kernel: x29: ffff800008e93980 x28: 0000000000000010 x27: 0000000000001e00 | |
Jul 07 02:32:43 nixos kernel: x26: 0000000000000002 x25: 0000000000000000 x24: 0000000000000000 | |
Jul 07 02:32:43 nixos kernel: x23: 0000000000000002 x22: ffffd2ae6fe3ac30 x21: 0000000000000001 | |
Jul 07 02:32:43 nixos kernel: x20: ffff322708567080 x19: ffff3227085674f8 x18: 0000000000000000 | |
Jul 07 02:32:43 nixos kernel: x17: 58b0805a70f23000 x16: ffffd2aec012cdd0 x15: 1d0100000183010f | |
Jul 07 02:32:43 nixos kernel: x14: 06e3ff00e20c0000 x13: 06e3ff00e20c0000 x12: 0fe401c305e30380 | |
Jul 07 02:32:43 nixos kernel: x11: 091300963e10102d x10: 00000000000000b1 x9 : ffffd2ae6fe28b58 | |
Jul 07 02:32:43 nixos kernel: x8 : 000000000000000d x7 : 0000000000000100 x6 : 0000000000000000 | |
Jul 07 02:32:43 nixos kernel: x5 : 0000000000000000 x4 : ffff32273fbdb280 x3 : 00000000000018af | |
Jul 07 02:32:43 nixos kernel: x2 : 00000000000003e8 x1 : 000000001443fd00 x0 : 0000000000000000 | |
Jul 07 02:32:43 nixos kernel: Call trace: | |
Jul 07 02:32:43 nixos kernel: vc4_hdmi_enable_scrambling+0x44/0x268 [vc4] | |
Jul 07 02:32:43 nixos kernel: vc4_hdmi_connector_detect+0x68/0x250 [vc4] | |
Jul 07 02:32:43 nixos kernel: drm_helper_probe_detect+0xb4/0xe0 [drm_kms_helper] | |
Jul 07 02:32:43 nixos kernel: drm_helper_probe_single_connector_modes+0x5f8/0x768 [drm_kms_helper] | |
Jul 07 02:32:43 nixos kernel: drm_client_modeset_probe+0x240/0x10c8 [drm] | |
Jul 07 02:32:43 nixos kernel: __drm_fb_helper_initial_config_and_unlock+0x50/0x520 [drm_kms_helper] | |
Jul 07 02:32:43 nixos kernel: drm_fb_helper_hotplug_event.part.0+0xd8/0xe8 [drm_kms_helper] | |
Jul 07 02:32:43 nixos kernel: drm_fbdev_client_hotplug+0x44/0x1c0 [drm_kms_helper] | |
Jul 07 02:32:43 nixos kernel: drm_client_dev_hotplug+0x88/0xd8 [drm] | |
Jul 07 02:32:43 nixos kernel: drm_kms_helper_hotplug_event+0x3c/0x50 [drm_kms_helper] | |
Jul 07 02:32:43 nixos kernel: vc4_hdmi_hpd_irq_thread+0x30/0x40 [vc4] | |
Jul 07 02:32:43 nixos kernel: irq_thread_fn+0x34/0xa8 | |
Jul 07 02:32:43 nixos kernel: irq_thread+0x154/0x2d0 | |
Jul 07 02:32:43 nixos kernel: kthread+0x128/0x138 | |
Jul 07 02:32:43 nixos kernel: ret_from_fork+0x10/0x20 | |
Jul 07 02:32:43 nixos kernel: Code: f9402a60 52807d02 529fa001 72a28861 (f941a400) | |
Jul 07 02:32:43 nixos kernel: ---[ end trace c7bf4b187d61f972 ]--- | |
Jul 07 02:32:44 nixos kernel: genirq: exiting task "irq/53-vc4 hdmi" (830) is an active IRQ thread (irq 53) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment