U-Boot 2018.09 (Dec 05 2019 - 10:12:58 -0800) SoC: LS1023AE Rev1.1 (0x87920811) Clock Configuration: CPU0(A53):1000 MHz CPU1(A53):1000 MHz Bus: 300 MHz DDR: 1600 MT/s FMAN: 500 MHz Reset Configuration Word (RCW): 00000000: 0610000a 0a000000 00000000 00000000 00000010: 45580002 00000012 40044000 c1002000 00000020: 00000000 00000000 00000000 0003effe 00000030: 20004504 0418320a 00000096 00000001 Model: LS1043A QDS Board - T40/T20 Board: LS1043AQDS, boot from vBank: 0 I2C: ready DRAM: Initializing DDR... Detected UDIMM Fixed DDR4 on board 1.9 GiB (DDR4, 32-bit, CL=11, ECC off) Using SERDES1 Protocol: 17752 (0x4558) SEC Firmware: Bad firmware image (not a FIT image) Waking secondary cores to start from fbd35000 All (2) cores are up. MMC: FSL_SDHC: 0 Loading Environment from SPI Flash... SF: Detected mx25u3235f with page size 256 Bytes, erase size 64 KiB, total 4 MiB OK In: serial Out: serial Err: serial Net: SF: Detected mx25u3235f with page size 256 Bytes, erase size 64 KiB, total 4 MiB Fman1: Uploading microcode version 108.4.9 PCIe0: pcie@3400000 Root Complex: no link PCIe1: pcie@3500000 Root Complex: no link PCIe2: pcie@3600000 disabled FM1@DTSEC1 [PRIME], FM1@DTSEC2, FM1@DTSEC3, FM1@DTSEC5, FM1@DTSEC6 ### main_loop entered: bootdelay=5 ### main_loop: bootcmd="printenv" WatchGuard U-Boot 2018.09 - Dec 05 2019 10:12:58 +-------------------------------------------------------------------------+ |WatchGuard (SYSA) | |WatchGuard (SYSB Recovery/Diagnostic Mode) | | | | | | | | | | | | | | | | | | | +-------------------------------------------------------------------------+ Use the ^ and v keys to select which entry is highlighted. Press enter to boot the selected OS. password> ass => printenv SysARoot=mmcblk0p3 SysBRoot=mmcblk0p2 WGKernelfile=kernel_T20_T40_prod.itb arch=arm baudrate=115200 board=ls1043aqds_t20 board_name=ls1043aqds_t20 boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr} boot_efi_binary=if fdt addr ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr ${fdtcontroladdr};fi;load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}extlinux/extlinux.conf boot_net_pci_enum=pci enum boot_net_usb_start=usb start boot_os=y boot_prefixes=/ /boot/ boot_script_dhcp=boot.scr.uimg boot_script_hdr=hdr_ls1043ardb_bs.out boot_scripts=ls1043ardb_boot.scr boot_targets=mmc0 usb0 bootargs=console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=spi0.0:1m(uboot),5m(kernel),1m(dtb),9m(file_system) bootcmd=printenv bootcmd_mmc0=setenv devnum 0; run mmc_boot bootcmd_usb0=setenv devnum 0; run usb_boot bootdelay=5 consoledev=ttyS0 cpu=armv8 distro_bootcmd=setenv scsi_need_init; for target in ${boot_targets}; do run bootcmd_${target}; done efi_dtb_prefixes=/ /dtb/ /dtb/current/ eth1addr=00:0B:6B:01:01:02 eth2addr=00:0B:6B:01:01:03 eth3addr=00:0B:6B:01:01:04 eth4addr=00:0B:6B:01:01:05 eth5addr=00:0B:6B:01:01:06 ethact=FM1@DTSEC1 ethaddr=00:0B:6B:01:01:01 ethprime=FM1@DTSEC1 fdt_addr=0x64f00000 fdt_addr_r=0x90000000 fdt_high=0xffffffffffffffff fdtcontroladdr=fbc2e288 fdtheader_addr_r=0x80100000 flash_bootloader=tftp 0x82000000 u-boot_ls1043aqds_wg_t20_qspi.bin;sf probe 0; sf erase 0 0x100000; sf write 0x82000000 0 $filesize;sf read 0x80000000 0 $filesize; cmp.b 0x82000000 0x80000000 $filesize; fman_ucode=fbc3d540 hwconfig=fsl_ddr:bank_intlv=auto initrd_high=0xffffffffffffffff ipaddr=192.168.1.1 kernel_addr=0x61000000 kernel_addr_r=0x81000000 kernel_addr_sd=0x8000 kernel_size=0x2800000 kernel_size_sd=0x14000 kernel_start=0x1000000 kernelhdr_addr_sd=0x4000 kernelhdr_size_sd=0x10 kernelheader_addr=0x60800000 kernelheader_addr_r=0x80200000 kernelheader_size=0x40000 kernelheader_start=0x800000 load_addr=0xa0000000 load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile} loadaddr=82000000 mmc_boot=if mmc dev ${devnum}; then setenv devtype mmc; run scan_dev_for_boot_part; fi mtdparts=mtdparts=spi0.0:1m(uboot),5m(kernel),1m(dtb),9m(file_system) netmask=255.255.255.0 nuke_env=sf probe 0;sf erase 0x200000 10000; scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi; scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then run scan_dev_for_boot; fi; done scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}extlinux/extlinux.conf; then echo Found ${prefix}extlinux/extlinux.conf; run boot_extlinux; echo SCRIPT FAILED: continuing...; fi scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done scriptaddr=0x80000000 scripthdraddr=0x80080000 scsi_boot=run scsi_init; if scsi dev ${devnum}; then setenv devtype scsi; run scan_dev_for_boot_part; fi scsi_init=if ${scsi_need_init}; then setenv scsi_need_init false; scsi scan; fi serveraddr=10.0.1.13; serverip=192.168.1.100 soc=fsl-layerscape stderr=serial stdin=serial stdout=serial usb_boot=usb start; if usb dev ${devnum}; then setenv devtype usb; run scan_dev_for_boot_part; fi vendor=freescale wgBootRecovery=setenv bootargs wgmode=safe root=/dev/$SysARoot rw console=$consoledev,$baudrate $othbootargs earlycon=uart8250,mmio,0x21c0500; mmc info; ext2load mmc 0:3 $loadaddr $WGKernelfile; bootm $loadaddr; wgBootSysA=setenv bootargs root=/dev/$SysARoot rw rootdelay=2 console=$consoledev,$baudrate $othbootargs earlycon=uart8250,mmio,0x21c0500; mmc info; ext2load mmc 0:3 $loadaddr $WGKernelfile; bootm $loadaddr; wgBootSysB=setenv bootargs root=/dev/$SysBRoot rw rootdelay=2 console=$consoledev,$baudrate $othbootargs earlycon=uart8250,mmio,0x21c0500; mmc info; ext2load mmc 0:2 $loadaddr $WGKernelfile; bootm $loadaddr; Environment size: 5011/8188 bytes => mmc info Device: FSL_SDHC Manufacturer ID: 70 OEM: 100 Name: M6270 Bus Speed: 52000000 Mode : MMC High Speed (52MHz) Rd Block Len: 512 MMC version 5.0 High Capacity: Yes Capacity: 3.6 GiB Bus Width: 4-bit Erase Group Size: 512 KiB HC WP Group Size: 4 MiB User Capacity: 3.6 GiB WRREL Boot Capacity: 2 MiB ENH RPMB Capacity: 512 KiB ENH => mmc dev switch to partitions #0, OK mmc0(part 0) is current device => help 74lv164 - 74lv164 control ? - alias for 'help' base - print or set address offset bdinfo - print Board Info structure blkcache- block cache diagnostics and control boot - boot default, i.e., run 'bootcmd' bootd - boot default, i.e., run 'bootcmd' bootefi - Boots an EFI payload from memory bootelf - Boot from an ELF image in memory booti - boot arm64 Linux Image image from memory bootm - boot application image from memory bootp - boot image via network using BOOTP/TFTP protocol bootvx - Boot vxWorks from an ELF image bootz - boot Linux zImage image from memory cmp - memory compare coninfo - print console devices and information cp - memory copy cpu - Multiprocessor CPU boot manipulation and release crc32 - checksum calculation date - get/set/reset date & time dcache - enable or disable data cache dhcp - boot image via network using DHCP/TFTP protocol echo - echo args to console editenv - edit environment variable env - environment handling commands erase - erase FLASH memory exit - exit script ext2load- load binary file from a Ext2 filesystem ext2ls - list files in a directory (default /) ext4load- load binary file from a Ext4 filesystem ext4ls - list files in a directory (default /) ext4size- determine a file's size false - do nothing, unsuccessfully fatinfo - print information about filesystem fatload - load binary file from a dos filesystem fatls - list files in a directory (default /) fatsize - determine a file's size fdt - flattened device tree utility commands flinfo - print FLASH memory information fstype - Look up a filesystem type go - start application at address 'addr' gpio - query and control gpio pins gpt - GUID Partition Table grepenv - search environment variables gzwrite - unzip and write memory to block device hash - compute hash message digest help - print command description/usage i2c - I2C sub-system icache - enable or disable instruction cache iminfo - print header information for application image imxtract- extract a part of a multi-image itest - return true/false on integer compare led - LED control load - load binary file from a filesystem loadb - load binary file over serial line (kermit mode) loads - load S-Record file over serial line loadx - load binary file over serial line (xmodem mode) loady - load binary file over serial line (ymodem mode) loop - infinite loop on address range ls - list files in a directory (default /) lzmadec - lzma uncompress a memory region md - memory display mdio - MDIO utility commands meminfo - display memory information mii - MII utility commands mm - memory modify (auto-incrementing address) mmc - MMC sub system mmcinfo - display MMC info mtest - simple RAM read/write test mw - memory write (fill) nfs - boot image via network using NFS protocol nm - memory modify (constant address) part - disk partition related commands pci - list and access PCI Configuration Space ping - send ICMP ECHO_REQUEST to network host printenv- print environment variables protect - enable or disable FLASH write protection pxe - commands to get and boot from pxe files qixis_reset- Reset the board using the FPGA sequencer reset - Perform RESET of the CPU run - run commands in an environment variable save - save file to a filesystem saveenv - save environment variables to persistent storage scsi - SCSI sub-system scsiboot- boot from SCSI device setenv - set environment variables setexpr - set environment variable as the result of eval expression sf - SPI flash sub-system showvar - print local hushshell variables size - determine a file's size sleep - delay execution for some time source - run script from memory sysboot - command to get and boot from syslinux files test - minimal test like /bin/sh tftpboot- boot image via network using TFTP protocol true - do nothing, successfully unzip - unzip a memory region usb - USB sub-system usbboot - boot from USB device vdd_override- override VDD vdd_read- read VDD version - print monitor, compiler and linker version => ext4ls mmc 0:3 1024 . 1024 .. 12288 lost+found 217 info.txt 1024 proc 1024 initrd 1024 tools 1024 usr 1024 root 3072 sbin 1024 boot 1024 home 16384 dev 1024 sysfs 3 lib64 1024 var 3072 etc 15360 lib 1024 pending 1024 bin 1024 tmp 1024 opt 1024 sys 10420940 kernel_T20_T40.itb 10420940 kernel_T20_T40_prod.itb 1024 data2 => ext4ls mmc 0:3 etc 3072 . 1024 .. 0 diskpt_once 19 default.xml 512 random-seed 5762 CRYPTO-POST.req 7052 tcsd.conf 1024 ssh 1024 mdev.d 178 fw_env.config 1024 runlevel 1024 oss-conf 2597 services 1024 sysa 1024 wgsync 118 wapid.conf 17 mdev.conf 1024 defaults 39119 dhcp_fingerprints.conf 28 snmpd.conf 1024 nginx 1024 raddb 1024 fonts 142 lickey.pem 1235 passwd 1024 ppp 1024 csfc_post 1024 libnl 972 conntrackd.conf 1024 schema 443 loggerd-modules.conf 1325 country_spec_00.xml 1024 iproute2 1024 json-schema 6995 CRYPTO-POST.rsp 237 group 1024 proxy 3072 inittab.d 1024 stylesheet 451 diag_access_public.pem 1024 tdts 259 nsswitch.conf 98 code-signature 1024 rsyncd-modules 587219 defaultT40.xml 314 netdbg.cfg 11755 termcap 686 protocols 1024 tdr 520 guac-standalone.cfg 2802 country_spec_us.xml 32 shells 1362 ethertypes 1024 wg 605784 magic.mgc 61 wvmodemscan.conf 33 snmp-wrap.conf 12 mtab 587199 defaultT20.xml 16 wvdial.conf 160 hosts-default 1 lsb-release 355 hmacsums.txt 1024 radiusclient 123348 product_table.json 17 localtime 1024 fmc 20 resolv.conf 3072 licenses 853 fstab 1024 pam.d 10 hosts 460 rsyncd.conf 178 codesign-public.pem 192429 code-signed => setenv wgBootSysA 'setenv bootargs root=/dev/$SysARoot rw rootdelay=2 console=$consoledev,$baudrate earlycon=uart8250,mmio,0x21c0500 $othbootargs; mmc info; ext2load mmc 0:3 $loadaddr $WGKernelfile; bootm $loadaddr;' => setenv othbootargs 'loglevel=8 single' => saveenv Saving Environment to SPI Flash... SF: Detected mx25u3235f with page size 256 Bytes, erase size 64 KiB, total 4 MiB Erasing SPI flash...Writing to SPI flash...done OK => run wgBootSysA Device: FSL_SDHC Manufacturer ID: 70 OEM: 100 Name: M6270 Bus Speed: 52000000 Mode : MMC High Speed (52MHz) Rd Block Len: 512 MMC version 5.0 High Capacity: Yes Capacity: 3.6 GiB Bus Width: 4-bit Erase Group Size: 512 KiB HC WP Group Size: 4 MiB User Capacity: 3.6 GiB WRREL Boot Capacity: 2 MiB ENH RPMB Capacity: 512 KiB ENH 10420940 bytes read in 612 ms (16.2 MiB/s) ## Loading kernel from FIT Image at 82000000 ... Using 'conf@1' configuration Trying 'kernel@1' kernel subimage Description: WatchGuard Kernel Created: 2022-01--8 1:26:08 UTC Type: Kernel Image Compression: gzip compressed Data Start: 0x820000cc Data Size: 10386949 Bytes = 9.9 MiB Architecture: AArch64 OS: Linux Load Address: 0x80080000 Entry Point: 0x80080000 Hash algo: crc32 Hash value: 9b4fb984 Hash algo: sha1 Hash value: fc46e7e04922b05ce0863c4c05ae2f62b964d1d8 Verifying Hash Integrity ... crc32+ sha1+ OK ## Loading fdt from FIT Image at 82000000 ... Using 'conf@1' configuration Trying 'fdt@1' fdt subimage Description: Flattened Device Tree blob Created: 2022-01--8 1:26:08 UTC Type: Flat Device Tree Compression: uncompressed Data Start: 0x829e8000 Data Size: 32642 Bytes = 31.9 KiB Architecture: AArch64 Load Address: 0x90000000 Hash algo: crc32 Hash value: 8ac87d7b Hash algo: sha1 Hash value: 01635f39bd4bb64375dce2d6e03b2bda97f89275 Verifying Hash Integrity ... crc32+ sha1+ OK Loading fdt from 0x829e8000 to 0x90000000 Booting using the fdt blob at 0x90000000 Uncompressing Kernel Image ... OK Using Device Tree in place at 0000000090000000, end 000000009001af81 WARNING: SEC firmware not running, no kaslr-seed WARNING failed to get smmu node: FDT_ERR_NOTFOUND WARNING failed to get smmu node: FDT_ERR_NOTFOUND Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.14.83 (release@cmrb06) (gcc version 6.5.0 (crosstool-NG 1.23.0.580-eb72b4e)) #1 SMP PREEMPT Wed Dec 22 17:22:15 PST 2021 [ 0.000000] Boot CPU: AArch64 Processor [410fd034] [ 0.000000] Machine model: LS1043A RDB Board - T40 [ 0.000000] earlycon: uart8250 at MMIO 0x00000000021c0500 (options '') [ 0.000000] bootconsole [uart8250] enabled [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] crashkernel reserved: 0x00000000f8600000 - 0x00000000fbe00000 (56 MB) [ 0.000000] OF: reserved mem: initialized node qman-fqd, compatible id fsl,qman-fqd [ 0.000000] OF: reserved mem: initialized node qman-pfdr, compatible id fsl,qman-pfdr [ 0.000000] OF: reserved mem: initialized node bman-fbpr, compatible id fsl,bman-fbpr [ 0.000000] cma: Reserved 16 MiB at 0x00000000f4000000 [ 0.000000] On node 0 totalpages: 494080 [ 0.000000] DMA zone: 6937 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 494080 pages, LIFO batch:31 [ 0.000000] percpu: Embedded 22 pages/cpu @ffff800078575000 s50904 r8192 d31016 u90112 [ 0.000000] pcpu-alloc: s50904 r8192 d31016 u90112 alloc=22*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: enabling workaround for ARM erratum 845719 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 487143 [ 0.000000] Kernel command line: root=/dev/mmcblk0p3 rw rootdelay=2 console=ttyS0,115200 earlycon=uart8250,mmio,0x21c0500 loglevel=8 single [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.000000] Memory: 1852420K/1976320K available (7996K kernel code, 518K rwdata, 2944K rodata, 5376K init, 849K bss, 107516K reserved, 16384K cma-reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] modules : 0xffff000000000000 - 0xffff000008000000 ( 128 MB) [ 0.000000] vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000 (129022 GB) [ 0.000000] .text : 0xffff000008080000 - 0xffff000008850000 ( 8000 KB) [ 0.000000] .rodata : 0xffff000008850000 - 0xffff000008b40000 ( 3008 KB) [ 0.000000] .init : 0xffff000008b40000 - 0xffff000009080000 ( 5376 KB) [ 0.000000] .data : 0xffff000009080000 - 0xffff000009101a00 ( 519 KB) [ 0.000000] .bss : 0xffff000009101a00 - 0xffff0000091d6108 ( 850 KB) [ 0.000000] fixed : 0xffff7dfffe7fb000 - 0xffff7dfffec00000 ( 4116 KB) [ 0.000000] PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000 ( 16 MB) [ 0.000000] vmemmap : 0xffff7e0000000000 - 0xffff800000000000 ( 2048 GB maximum) [ 0.000000] 0xffff7e0000000000 - 0xffff7e0001b19000 ( 27 MB actual) [ 0.000000] memory : 0xffff800000000000 - 0xffff80007be00000 ( 1982 MB) [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] RCU event tracing is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GIC: Adjusting CPU interface base to 0x000000000142f000 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] arch_timer: Enabling global workaround for Freescale erratum a005858 [ 0.000000] arch_timer: CPU0: Trapping CNTVCT access [ 0.000000] arch_timer: cp15 timer(s) running at 25.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c40939b5, max_idle_ns: 440795202646 ns [ 0.000004] sched_clock: 56 bits at 25MHz, resolution 40ns, wraps every 4398046511100ns [ 0.008589] Console: colour dummy device 80x25 [ 0.013079] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=100000) [ 0.023506] pid_max: default: 32768 minimum: 301 [ 0.028218] Security Framework initialized [ 0.032386] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.039145] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.062384] ASID allocator initialised with 32768 entries [ 0.075844] Hierarchical SRCU implementation. [ 0.088268] WG CPU Model 1043 Count 4 [ 0.092035] WG CRASH MIN RESERVE 56 MB [ 0.096073] [ 0.096073] wg_kernel_init: Built Dec 22 2021 17:11:46 [ 0.103071] EFI services will not be available. [ 0.115654] smp: Bringing up secondary CPUs ... [ 0.148332] Detected VIPT I-cache on CPU1 [ 0.148364] arch_timer: CPU1: Trapping CNTVCT access [ 0.148370] CPU1: Booted secondary processor [410fd034] [ 0.148433] smp: Brought up 1 node, 2 CPUs [ 0.166866] SMP: Total of 2 processors activated. [ 0.171606] CPU features: detected feature: 32-bit EL0 Support [ 0.177489] CPU features: detected feature: Kernel page table isolation (KPTI) [ 0.193439] CPU: All CPU(s) started at EL2 [ 0.197572] alternatives: patching kernel code [ 0.202276] wg_check_smp_cpus: CPUs offline, found 2, expected 4. [ 0.202280] wg_check_smp_cpus: CPUs offline, found 2, expected 4. [ 0.219550] random: get_random_u32 called from bucket_table_alloc+0xf8/0x280 with crng_init=0 [ 0.228387] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238207] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.244901] alloc_chrdev_region: 254:0 gpiochip [ 0.249732] DMI not present or invalid. [ 0.253784] NET: Registered protocol family 16 [ 0.258606] alloc_chrdev_region: 253:0 fsl_mc_bus [ 0.267552] cpuidle: using governor menu [ 0.271965] Bman ver:0a02,02,01 [ 0.277516] qman-fqd addr 0x00000000f8000000 size 0x400000 [ 0.283045] qman-pfdr addr 0x00000000f6000000 size 0x2000000 [ 0.288769] Qman ver:0a01,03,02,00 [ 0.292339] vdso: 2 pages (1 code @ ffff000008857000, 1 data @ ffff000009084000) [ 0.299801] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.307508] DMA: preallocated 256 KiB pool for atomic allocations [ 0.313741] Serial: AMBA PL011 UART driver [ 0.318846] Machine: LS1043A RDB Board - T40 [ 0.323150] SoC family: QorIQ LS1043A [ 0.326830] SoC ID: svr:0x87920811, Revision: 1.1 [ 0.355544] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.363974] ACPI: Interpreter disabled. [ 0.369962] alloc_chrdev_region: 252:0 tpm [ 0.374791] misc_register: 10, 63 vga_arbiter [ 0.379404] vgaarb: loaded [ 0.382288] SCSI subsystem initialized [ 0.386185] libata version 3.00 loaded. [ 0.390238] usbcore: registered new interface driver usbfs [ 0.395836] usbcore: registered new interface driver hub [ 0.401231] usbcore: registered new device driver usb [ 0.406391] alloc_chrdev_region: 251:0 rtc [ 0.411237] i2c i2c-0: IMX I2C adapter registered [ 0.416023] i2c i2c-0: using dma0chan16 (tx) and dma0chan17 (rx) for DMA transfers [ 0.423906] alloc_chrdev_region: 250:0 pps [ 0.428209] pps_core: LinuxPPS API ver. 1 registered [ 0.433225] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.442441] alloc_chrdev_region: 249:0 ptp [ 0.446745] PTP clock support registered [ 0.450784] dmi: Firmware registration failed. [ 0.455315] bman-fbpr addr 0x00000000f5000000 size 0x1000000 [ 0.461044] Bman err interrupt handler present [ 0.466124] Bman portal initialised, cpu 0 [ 0.470332] Bman portal initialised, cpu 1 [ 0.474461] Bman portals initialised [ 0.479224] Qman err interrupt handler present [ 0.483941] QMan: Allocated lookup table at ffff000009fe5000, entry count 65537 [ 0.491883] Qman portal initialised, cpu 0 [ 0.496082] Qman portal initialised, cpu 1 [ 0.500209] Qman portals initialised [ 0.503914] Bman: BPID allocator includes range 32:32 [ 0.509088] Qman: FQID allocator includes range 256:256 [ 0.514352] Qman: FQID allocator includes range 32768:32768 [ 0.520048] Qman: CGRID allocator includes range 0:256 [ 0.525426] Qman: pool channel allocator includes range 1025:15 [ 0.531519] No USDPAA memory, no 'fsl,usdpaa-mem' in device-tree [ 0.537610] fsl-ifc 1530000.ifc: Freescale Integrated Flash Controller [ 0.544200] fsl-ifc 1530000.ifc: IFC version 1.4, 8 banks [ 0.549880] alloc_chrdev_region: 248:0 iio [ 0.554647] alloc_chrdev_region: 247:0 watchdog [ 0.559535] clocksource: Switched to clocksource arch_sys_counter [ 0.565854] pnp: PnP ACPI: disabled [ 0.573486] NET: Registered protocol family 2 [ 0.578266] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.585671] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.592588] TCP: Hash tables configured (established 16384 bind 16384) [ 0.599244] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.605342] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.611968] NET: Registered protocol family 1 [ 0.616375] PCI: CLS 0 bytes, default 64 [ 0.834513] hw perfevents: failed to parse interrupt-affinity[2] for pmu [ 0.841297] hw perfevents: /pmu: failed to register PMU devices! [ 0.847369] armv8-pmu: probe of pmu failed with error -22 [ 0.858866] audit: initializing netlink subsys (disabled) [ 0.864388] audit: type=2000 audit(0.740:1): state=initialized audit_enabled=0 res=1 [ 0.864730] workingset: timestamp_bits=62 max_order=19 bucket_order=0 [ 1.051949] alg: No test for fips(ansi_cprng) (fips_ansi_cprng) [ 1.061374] async_tx: api initialized (async) [ 1.065808] alloc_chrdev_region: 246:0 bsg [ 1.070118] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 1.077582] io scheduler noop registered [ 1.081553] io scheduler cfq registered (default) [ 1.086298] io scheduler mq-deadline registered [ 1.090866] io scheduler kyber registered [ 1.097205] OF: PCI: host bridge /soc/pcie@3400000 ranges: [ 1.102804] OF: PCI: IO 0x4000010000..0x400001ffff -> 0x00000000 [ 1.109131] OF: PCI: MEM 0x4040000000..0x407fffffff -> 0x40000000 [ 1.115623] layerscape-pcie 3400000.pcie: PCI host bridge to bus 0000:00 [ 1.122388] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.127923] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 1.134154] pci_bus 0000:00: root bus resource [mem 0x4040000000-0x407fffffff] (bus address [0x40000000-0x7fffffff]) [ 1.144777] pci 0000:00:00.0: [1957:8088] type 01 class 0x060400 [ 1.150855] pci 0000:00:00.0: reg 0x38: [mem 0x4040000000-0x40400007ff pref] [ 1.157993] pci 0000:00:00.0: supports D1 D2 [ 1.162298] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot [ 1.168583] pci 0000:00:00.0: BAR 6: assigned [mem 0x4040000000-0x40400007ff pref] [ 1.176217] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 1.181676] pcieport 0000:00:00.0: Signaling PME with IRQ 70 [ 1.187482] pcieport 0000:00:00.0: AER enabled with IRQ 71 [ 1.193162] OF: PCI: host bridge /soc/pcie@3500000 ranges: [ 1.198701] OF: PCI: IO 0x4800010000..0x480001ffff -> 0x00000000 [ 1.205024] OF: PCI: MEM 0x4840000000..0x487fffffff -> 0x40000000 [ 1.211458] layerscape-pcie 3500000.pcie: PCI host bridge to bus 0001:00 [ 1.218220] pci_bus 0001:00: root bus resource [bus 00-ff] [ 1.223752] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x0000-0xffff]) [ 1.232784] pci_bus 0001:00: root bus resource [mem 0x4840000000-0x487fffffff] (bus address [0x40000000-0x7fffffff]) [ 1.243398] pci 0001:00:00.0: [1957:8088] type 01 class 0x060400 [ 1.249471] pci 0001:00:00.0: reg 0x38: [mem 0x4840000000-0x48400007ff pref] [ 1.256598] pci 0001:00:00.0: supports D1 D2 [ 1.260905] pci 0001:00:00.0: PME# supported from D0 D1 D2 D3hot [ 1.267166] pci 0001:00:00.0: BAR 6: assigned [mem 0x4840000000-0x48400007ff pref] [ 1.274802] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 1.280229] pcieport 0001:00:00.0: Signaling PME with IRQ 72 [ 1.286032] pcieport 0001:00:00.0: AER enabled with IRQ 73 [ 1.293511] Freescale LS2 console driver [ 1.297477] misc_register: 10, 62 fsl_mc_console [ 1.302265] fsl-ls2-console: device fsl_mc_console registered [ 1.308058] misc_register: 10, 61 fsl_aiop_console [ 1.313013] fsl-ls2-console: device fsl_aiop_console registered [ 1.320981] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.328515] console [ttyS0] disabled [ 1.332155] 21c0500.serial: ttyS0 at MMIO 0x21c0500 (irq = 39, base_baud = 18750000) is a 16550A [ 1.341034] console [ttyS0] enabled [ 1.341034] console [ttyS0] enabled [ 1.348039] bootconsole [uart8250] disabled [ 1.348039] bootconsole [uart8250] disabled [ 1.356700] 21c0600.serial: ttyS1 at MMIO 0x21c0600 (irq = 39, base_baud = 18750000) is a 16550A [ 1.365754] 21d0500.serial: ttyS2 at MMIO 0x21d0500 (irq = 40, base_baud = 18750000) is a 16550A [ 1.374802] 21d0600.serial: ttyS3 at MMIO 0x21d0600 (irq = 40, base_baud = 18750000) is a 16550A [ 1.384082] alloc_chrdev_region: 245:0 ttyLP [ 1.388753] misc_register: 10, 183 hw_random [ 1.398277] brd: module loaded [ 1.401347] misc_register: 10, 237 loop-control [ 1.409774] loop: module loaded [ 1.441748] ahci-qoriq 3200000.sata: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl platform mode [ 1.450734] ahci-qoriq 3200000.sata: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst [ 1.461111] scsi host0: ahci-qoriq [ 1.464662] ata1: SATA max UDMA/133 mmio [mem 0x03200000-0x0320ffff] port 0x100 irq 52 [ 1.473692] fsl-quadspi 1550000.quadspi: mx25u3235f (4096 Kbytes) [ 1.479872] 11 ofpart partitions found on MTD device 1550000.quadspi [ 1.486242] Creating 11 MTD partitions on "1550000.quadspi": [ 1.491915] 0x000000000000-0x000000200000 : "NOR (RO) RCW + E-Hole + U-boot Image" [ 1.499951] 0x000000200000-0x000000210000 : "NOR (RW) U-Boot ENV" [ 1.506475] 0x000000210000-0x000000220000 : "NOR (RO) EMPTY Hole 1" [ 1.513161] 0x000000220000-0x000000240000 : "NOR (RW) FMAN UCODE" [ 1.519701] 0x000000240000-0x000000280000 : "NOR (RW) E-HOLE 2 or PPA" [ 1.526636] 0x000000280000-0x0000002a0000 : "NOR (RW) WG CFG0" [ 1.532883] 0x0000002a0000-0x0000002c0000 : "NOR (RW) WG CFG1" [ 1.539137] 0x0000002c0000-0x0000002e0000 : "NOR (RW) WG MFG" [ 1.545312] 0x0000002e0000-0x000000300000 : "NOR (RW) E-HOLE 3" [ 1.551660] 0x000000300000-0x000000320000 : "NOR (RW) FMAN UCODE Old" [ 1.558531] 0x000000320000-0x000000400000 : "NOR (RW) WG bootOpt Data & reserved" [ 1.567520] m25p80 spi0.0: unrecognized JEDEC id bytes: ff, ff, ff [ 1.574731] libphy: Fixed MDIO Bus: probed [ 1.579900] libphy: Freescale XGMAC MDIO Bus: probed [ 1.586306] libphy: Freescale XGMAC MDIO Bus: probed [ 1.591841] libphy: Freescale XGMAC MDIO Bus: probed [ 1.597119] libphy: Freescale XGMAC MDIO Bus: probed [ 1.602412] libphy: Freescale XGMAC MDIO Bus: probed [ 1.607698] libphy: Freescale XGMAC MDIO Bus: probed [ 1.612970] libphy: Freescale XGMAC MDIO Bus: probed [ 1.618247] libphy: Freescale XGMAC MDIO Bus: probed [ 1.623517] libphy: Freescale XGMAC MDIO Bus: probed [ 1.644196] Freescale FM module, FMD API version 21.1.0 [ 1.652780] Freescale FM Ports module [ 1.656456] fsl_mac: fsl_mac: FSL FMan MAC API based driver [ 1.662353] fman_memac_init: IF_MODE 2 [ 1.666629] fsl_mac 1ae0000.ethernet: FMan MEMAC [ 1.671261] fsl_mac 1ae0000.ethernet: FMan MAC address: 00:0b:6b:01:01:01 [ 1.678216] fman_memac_init: IF_MODE 2 [ 1.682483] fsl_mac 1ae2000.ethernet: FMan MEMAC [ 1.687116] fsl_mac 1ae2000.ethernet: FMan MAC address: 00:0b:6b:01:01:02 [ 1.694073] fman_memac_init: IF_MODE 8006 [ 1.698099] fsl_mac 1ae4000.ethernet: FMan MEMAC [ 1.702729] fsl_mac 1ae4000.ethernet: FMan MAC address: 00:0b:6b:01:01:03 [ 1.709696] fman_memac_init: IF_MODE 2 [ 1.713964] fsl_mac 1ae8000.ethernet: FMan MEMAC [ 1.718595] fsl_mac 1ae8000.ethernet: FMan MAC address: 00:0b:6b:01:01:05 [ 1.725559] fman_memac_init: IF_MODE 2 [ 1.729830] fsl_mac 1aea000.ethernet: FMan MEMAC [ 1.734459] fsl_mac 1aea000.ethernet: FMan MAC address: 00:0b:6b:01:01:06 [ 1.741326] fsl_dpa: FSL DPAA Ethernet driver [ 1.746657] fsl_dpa soc:fsl,dpaa:ethernet@0: Skip RX PCD High Priority FQs initialization [ 1.758936] fsl_dpa: fsl_dpa: Probed interface eth0 [ 1.765223] fsl_dpa soc:fsl,dpaa:ethernet@1: Skip RX PCD High Priority FQs initialization [ 1.777829] fsl_dpa: fsl_dpa: Probed interface eth1 [ 1.784791] fsl_dpa soc:fsl,dpaa:ethernet@2: Skip RX PCD High Priority FQs initialization [ 1.788450] ata1: SATA link down (SStatus 0 SControl 300) [ 1.803313] fsl_dpa: fsl_dpa: Probed interface eth2 [ 1.808901] fsl_dpa soc:fsl,dpaa:ethernet@3: of_find_device_by_node(/soc/fman@1a00000/ethernet@e6000) failed [ 1.818771] fsl_dpa: probe of soc:fsl,dpaa:ethernet@3 failed with error -22 [ 1.826961] fsl_dpa soc:fsl,dpaa:ethernet@4: Skip RX PCD High Priority FQs initialization [ 1.840794] fsl_dpa: fsl_dpa: Probed interface eth3 [ 1.847282] fsl_dpa soc:fsl,dpaa:ethernet@5: Skip RX PCD High Priority FQs initialization [ 1.861138] fsl_dpa: fsl_dpa: Probed interface eth4 [ 1.867107] fsl_dpa soc:fsl,dpaa:ethernet@8: of_find_device_by_node(/soc/fman@1a00000/ethernet@f0000) failed [ 1.876979] fsl_dpa: probe of soc:fsl,dpaa:ethernet@8 failed with error -22 [ 1.883993] fsl_advanced: FSL DPAA Advanced drivers: [ 1.889621] fsl_proxy: FSL DPAA Proxy initialization driver [ 1.895483] fsl_oh: FSL FMan Offline Parsing port driver [ 1.903434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.909981] ehci-pci: EHCI PCI platform driver [ 1.914515] ehci-platform: EHCI generic platform driver [ 1.919977] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.926174] ohci-pci: OHCI PCI platform driver [ 1.930660] ohci-platform: OHCI generic platform driver [ 1.936598] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 1.942114] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 1.950263] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x22010810 [ 1.959014] xhci-hcd xhci-hcd.0.auto: irq 49, io mem 0x02f00000 [ 1.965304] hub 1-0:1.0: USB hub found [ 1.969083] hub 1-0:1.0: 1 port detected [ 1.973237] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 1.978745] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 1.986420] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed [ 1.993378] hub 2-0:1.0: USB hub found [ 1.997150] hub 2-0:1.0: 1 port detected [ 2.001376] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 2.006884] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 [ 2.014937] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x22010810 [ 2.023676] xhci-hcd xhci-hcd.1.auto: irq 50, io mem 0x03000000 [ 2.029913] hub 3-0:1.0: USB hub found [ 2.033686] hub 3-0:1.0: 1 port detected [ 2.037831] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 2.043336] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4 [ 2.051019] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed [ 2.057968] hub 4-0:1.0: USB hub found [ 2.061744] hub 4-0:1.0: 1 port detected [ 2.065959] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 2.071470] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 5 [ 2.079619] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x22010810 [ 2.088356] xhci-hcd xhci-hcd.2.auto: irq 51, io mem 0x03100000 [ 2.094588] hub 5-0:1.0: USB hub found [ 2.098361] hub 5-0:1.0: 1 port detected [ 2.102498] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 2.108058] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 6 [ 2.115737] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed [ 2.122682] hub 6-0:1.0: USB hub found [ 2.126459] hub 6-0:1.0: 1 port detected [ 2.130759] usbcore: registered new interface driver usbserial [ 2.136637] usbcore: registered new interface driver usbserial_generic [ 2.143243] usbserial: USB Serial support registered for generic [ 2.149294] usbcore: registered new interface driver pl2303 [ 2.154898] usbserial: USB Serial support registered for pl2303 [ 2.170391] rtc-s35390a 0-0030: rtc core: registered rtc-s35390a as rtc0 [ 2.177168] i2c /dev entries driver [ 2.180984] ptp_qoriq: device tree node missing required elements, try automatic configuration [ 2.189867] pps pps0: new PPS source ptp0 [ 2.195173] misc_register: 10, 130 watchdog [ 2.199474] imx2-wdt 2ad0000.wdog: timeout 60 sec (nowayout=0) [ 2.205487] CPUidle arm: CPU 0 failed to init idle CPU ops [ 2.211282] sdhci: Secure Digital Host Controller Interface driver [ 2.217477] sdhci: Copyright(c) Pierre Ossman [ 2.221943] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.271569] mmc0: SDHCI controller on 1560000.esdhc [1560000.esdhc] using ADMA 64-bit [ 2.283419] ledtrig-cpu: registered to indicate activity on CPUs [ 2.291040] platform caam_qi: Linux CAAM Queue I/F driver initialised [ 2.297602] caam-dma caam-dma: Defer probing after JR driver probing [ 2.304042] caam 1700000.crypto: Entropy delay = 3200 [ 2.309160] caam 1700000.crypto: Instantiated RNG4 SH0 [ 2.335896] caam 1700000.crypto: Instantiated RNG4 SH1 [ 2.341069] caam 1700000.crypto: device ID = 0x0a12060000000000 (Era 8) [ 2.347729] caam 1700000.crypto: job rings = 3, qi = 1 [ 2.354400] usbcore: registered new interface driver usbhid [ 2.359987] usbhid: USB HID core driver [ 2.364835] Freescale USDPAA process driver [ 2.368627] mmc0: new high speed MMC card at address 0001 [ 2.371569] mmcblk0: mmc0:0001 M62704 3.56 GiB [ 2.371661] mmcblk0boot0: mmc0:0001 M62704 partition 1 2.00 MiB [ 2.371805] mmcblk0boot1: mmc0:0001 M62704 partition 2 2.00 MiB [ 2.371898] mmcblk0rpmb: mmc0:0001 M62704 partition 3 512 KiB [ 2.373850] mmcblk0: p1 p2 p3 p4 < p5 p6 p7 > [ 2.401030] fsl-usdpaa: no region found [ 2.404930] Freescale USDPAA process IRQ driver [ 2.409475] misc_register: 10, 60 fsl-usdpaa-irq [ 2.414707] Initializing XFRM netlink socket [ 2.419072] NET: Registered protocol family 10 [ 2.424364] Segment Routing with IPv6 [ 2.428086] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 2.433499] NET: Registered protocol family 17 [ 2.437962] NET: Registered protocol family 15 [ 2.442425] Key type ceph registered [ 2.446086] libceph: loaded (mon/osd proto 15/24) [ 2.450926] misc_register: 10, 59 cpu_dma_latency [ 2.455782] misc_register: 10, 58 network_latency [ 2.460632] misc_register: 10, 57 network_throughput [ 2.465753] misc_register: 10, 56 memory_bandwidth [ 2.470703] registered taskstats version 1 [ 2.475698] caam-dma caam-dma: caam dma support with 3 job rings [ 2.483150] rtc-s35390a 0-0030: setting system clock to 2022-04-25 10:05:58 UTC (1650881158) [ 2.494260] Freeing unused kernel memory: 5376K [ 3.084465] random: crng init done [ 5.027072] EXT4-fs (mmcblk0p5): mounting ext3 file system using the ext4 subsystem [ 5.035397] EXT4-fs (mmcblk0p5): INFO: recovery required on readonly filesystem [ 5.042722] EXT4-fs (mmcblk0p5): write access will be enabled during recovery [ 5.410427] EXT4-fs (mmcblk0p5): recovery complete [ 5.416399] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: initrd: Integrity check bypassed [ 7.048396] Running /etc/runlevel/1/S02rootrw...Done. [ 7.050682] Running /etc/runlevel/1/S05mproc...Done. [ 7.051480] Running /etc/runlevel/1/S05sysfs...Done. [ 7.052223] Running /etc/runlevel/1/S06fixdev...Done. [ 7.053352] Running /etc/runlevel/1/S06temp...Done. [ 7.054024] Running /etc/runlevel/1/S10armled...Done. [ 7.064527] Running /etc/runlevel/1/S10diskpt...Done. [ 7.066763] Running /etc/runlevel/1/S18seed-random...Reseeded random generator [ 7.069300] Done. [ 7.081801] Running /etc/runlevel/2/S10var...Done. [ 7.084428] Running /etc/runlevel/2/S11shm...Done. [ 7.085629] Running /etc/runlevel/2/S13devpts...Done. [ 7.086212] Running /etc/runlevel/2/S15hosts...Done. [ 7.087221] Running /etc/runlevel/2/S16pending...mke2fs 1.44.1 (24-Mar-2018) [ 7.152268] Discarding device blocks: done [ 7.726127] Creating filesystem with 194560 4k blocks and 48672 inodes [ 7.726382] Filesystem UUID: 6e57ea48-c21a-4ef0-881a-f07103ff8574 [ 7.726614] Superblock backups stored on blocks: [ 7.726793] 32768, 98304, 163840 [ 7.726911] [ 7.726952] Allocating group tables: done [ 7.727241] Writing inode tables: done [ 7.751702] Writing superblocks and filesystem accounting information: done [ 8.466443] [ 8.469685] Done. [ 8.469758] Running /etc/runlevel/2/S18data...fsck 1.44.1 (24-Mar-2018) [ 8.490750] e2fsck 1.44.1 (24-Mar-2018) [ 8.497891] /dev/wgrd.sysa_data: clean, 479/48672 files, 9416/194560 blocks [ 7.723692] EXT4-fs (mmcblk0p5): mounting ext3 file system using the ext4 subsystem [ 7.740861] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null) [ 8.526511] Done. [ 8.526591] Running /etc/runlevel/2/S18data2...fsck 1.44.1 (24-Mar-2018) [ 8.532457] e2fsck 1.44.1 (24-Mar-2018) [ 8.535284] /dev/wgrd.data2 was not cleanly unmounted, check forced. [ 8.540258] Pass 1: Checking inodes, blocks, and sizes [ 9.129105] Pass 2: Checking directory structure [ 9.134894] Pass 3: Checking directory connectivity [ 9.135100] Pass 4: Checking reference counts [ 9.139965] Pass 5: Checking group summary information [ 9.157749] /dev/wgrd.data2: 12/48672 files (0.0% non-contiguous), 3257/194560 blocks [ 9.167170] Filesystem errors corrected. [ 9.167347] Done. [ 9.167407] Running /etc/runlevel/2/S18hotplug...Done. [ 9.177323] Running /etc/runlevel/2/S18kdump...kdump T20/T40 [ 10.060715] Done. [ 10.060830] Running /etc/runlevel/2/S19caam... [ 9.308313] caam_jr 1710000.jr: registering rng-caam [ 9.472856] alg: No test for auth(sha1) (auth-sha1-caam) [ 9.478256] alg: No test for auth(sha256) (auth-sha256-caam) [ 9.483984] alg: No test for auth(sha384) (auth-sha384-caam) [ 9.489712] alg: No test for auth(sha512) (auth-sha512-caam) [ 9.728901] alg: No test for authenc(hmac(sha224),ecb(cipher_null)) (authenc-hmac-sha224-ecb-cipher_null-caam) [ 9.738991] alg: No test for authenc(hmac(sha256),ecb(cipher_null)) (authenc-hmac-sha256-ecb-cipher_null-caam) [ 9.749068] alg: No test for authenc(hmac(sha384),ecb(cipher_null)) (authenc-hmac-sha384-ecb-cipher_null-caam) [ 9.759148] alg: No test for authenc(hmac(sha512),ecb(cipher_null)) (authenc-hmac-sha512-ecb-cipher_null-caam) [ 9.769221] alg: No test for authenc(hmac(md5),cbc(aes)) (authenc-hmac-md5-cbc-aes-caam) [ 9.777389] alg: No test for echainiv(authenc(hmac(md5),cbc(aes))) (echainiv-authenc-hmac-md5-cbc-aes-caam) [ 9.796958] alg: No test for echainiv(authenc(hmac(sha1),cbc(aes))) (echainiv-authenc-hmac-sha1-cbc-aes-caam) [ 9.806955] alg: No test for authenc(hmac(sha224),cbc(aes)) (authenc-hmac-sha224-cbc-aes-caam) [ 9.815641] alg: No test for echainiv(authenc(hmac(sha224),cbc(aes))) (echainiv-authenc-hmac-sha224-cbc-aes-caam) [ 9.835731] alg: No test for echainiv(authenc(hmac(sha256),cbc(aes))) (echainiv-authenc-hmac-sha256-cbc-aes-caam) [ 9.846073] alg: No test for authenc(hmac(sha384),cbc(aes)) (authenc-hmac-sha384-cbc-aes-caam) [ 9.854758] alg: No test for echainiv(authenc(hmac(sha384),cbc(aes))) (echainiv-authenc-hmac-sha384-cbc-aes-caam) [ 9.874852] alg: No test for echainiv(authenc(hmac(sha512),cbc(aes))) (echainiv-authenc-hmac-sha512-cbc-aes-caam) [ 9.885193] alg: No test for authenc(hmac(md5),cbc(des3_ede)) (authenc-hmac-md5-cbc-des3_ede-caam) [ 9.894229] alg: No test for echainiv(authenc(hmac(md5),cbc(des3_ede))) (echainiv-authenc-hmac-md5-cbc-des3_ede-caam) [ 9.906387] alg: No test for echainiv(authenc(hmac(sha1),cbc(des3_ede))) (echainiv-authenc-hmac-sha1-cbc-des3_ede-caam) [ 9.918724] alg: No test for echainiv(authenc(hmac(sha224),cbc(des3_ede))) (echainiv-authenc-hmac-sha224-cbc-des3_ede-caam) [ 9.931405] alg: No test for echainiv(authenc(hmac(sha256),cbc(des3_ede))) (echainiv-authenc-hmac-sha256-cbc-des3_ede-caam) [ 9.944152] alg: No test for echainiv(authenc(hmac(sha384),cbc(des3_ede))) (echainiv-authenc-hmac-sha384-cbc-des3_ede-caam) [ 9.956843] alg: No test for echainiv(authenc(hmac(sha512),cbc(des3_ede))) (echainiv-authenc-hmac-sha512-cbc-des3_ede-caam) [ 9.968055] alg: No test for authenc(hmac(md5),cbc(des)) (authenc-hmac-md5-cbc-des-caam) [ 9.976221] alg: No test for echainiv(authenc(hmac(md5),cbc(des))) (echainiv-authenc-hmac-md5-cbc-des-caam) [ 9.987513] alg: No test for echainiv(authenc(hmac(sha1),cbc(des))) (echainiv-authenc-hmac-sha1-cbc-des-caam) [ 9.998984] alg: No test for echainiv(authenc(hmac(sha224),cbc(des))) (echainiv-authenc-hmac-sha224-cbc-des-caam) [ 10.010795] alg: No test for echainiv(authenc(hmac(sha256),cbc(des))) (echainiv-authenc-hmac-sha256-cbc-des-caam) [ 10.022614] alg: No test for echainiv(authenc(hmac(sha384),cbc(des))) (echainiv-authenc-hmac-sha384-cbc-des-caam) [ 10.034433] alg: No test for echainiv(authenc(hmac(sha512),cbc(des))) (echainiv-authenc-hmac-sha512-cbc-des-caam) [ 10.044776] alg: No test for authenc(hmac(md5),rfc3686(ctr(aes))) (authenc-hmac-md5-rfc3686-ctr-aes-caam) [ 10.054425] alg: No test for seqiv(authenc(hmac(md5),rfc3686(ctr(aes)))) (seqiv-authenc-hmac-md5-rfc3686-ctr-aes-caam) [ 10.065258] alg: No test for seqiv(authenc(hmac(sha1),rfc3686(ctr(aes)))) (seqiv-authenc-hmac-sha1-rfc3686-ctr-aes-caam) [ 10.076209] alg: No test for authenc(hmac(sha224),rfc3686(ctr(aes))) (authenc-hmac-sha224-rfc3686-ctr-aes-caam) [ 10.086377] alg: No test for seqiv(authenc(hmac(sha224),rfc3686(ctr(aes)))) (seqiv-authenc-hmac-sha224-rfc3686-ctr-aes-caam) [ 10.097733] alg: No test for seqiv(authenc(hmac(sha256),rfc3686(ctr(aes)))) (seqiv-authenc-hmac-sha256-rfc3686-ctr-aes-caam) [ 10.109089] alg: No test for seqiv(authenc(hmac(sha384),rfc3686(ctr(aes)))) (seqiv-authenc-hmac-sha384-rfc3686-ctr-aes-caam) [ 10.120439] alg: No test for seqiv(authenc(hmac(sha512),rfc3686(ctr(aes)))) (seqiv-authenc-hmac-sha512-rfc3686-ctr-aes-caam) [ 10.131691] caam algorithms registered in /proc/crypto [ 10.203208] alg: No test for authenc(hmac(md5),cbc(aes)) (authenc-hmac-md5-cbc-aes-caam-qi) [ 10.211660] alg: No test for echainiv(authenc(hmac(md5),cbc(aes))) (echainiv-authenc-hmac-md5-cbc-aes-caam-qi) [ 10.224645] alg: No test for echainiv(authenc(hmac(sha1),cbc(aes))) (echainiv-authenc-hmac-sha1-cbc-aes-caam-qi) [ 10.234913] alg: No test for authenc(hmac(sha224),cbc(aes)) (authenc-hmac-sha224-cbc-aes-caam-qi) [ 10.243874] alg: No test for echainiv(authenc(hmac(sha224),cbc(aes))) (echainiv-authenc-hmac-sha224-cbc-aes-caam-qi) [ 10.257379] alg: No test for echainiv(authenc(hmac(sha256),cbc(aes))) (echainiv-authenc-hmac-sha256-cbc-aes-caam-qi) [ 10.267992] alg: No test for authenc(hmac(sha384),cbc(aes)) (authenc-hmac-sha384-cbc-aes-caam-qi) [ 10.276954] alg: No test for echainiv(authenc(hmac(sha384),cbc(aes))) (echainiv-authenc-hmac-sha384-cbc-aes-caam-qi) [ 10.290482] alg: No test for echainiv(authenc(hmac(sha512),cbc(aes))) (echainiv-authenc-hmac-sha512-cbc-aes-caam-qi) [ 10.301093] alg: No test for authenc(hmac(md5),cbc(des3_ede)) (authenc-hmac-md5-cbc-des3_ede-caam-qi) [ 10.310402] alg: No test for echainiv(authenc(hmac(md5),cbc(des3_ede))) (echainiv-authenc-hmac-md5-cbc-des3_ede-caam-qi) [ 10.321862] alg: No test for echainiv(authenc(hmac(sha1),cbc(des3_ede))) (echainiv-authenc-hmac-sha1-cbc-des3_ede-caam-qi) [ 10.333503] alg: No test for echainiv(authenc(hmac(sha224),cbc(des3_ede))) (echainiv-authenc-hmac-sha224-cbc-des3_ede-caam-qi) [ 10.345491] alg: No test for echainiv(authenc(hmac(sha256),cbc(des3_ede))) (echainiv-authenc-hmac-sha256-cbc-des3_ede-caam-qi) [ 10.357490] alg: No test for echainiv(authenc(hmac(sha384),cbc(des3_ede))) (echainiv-authenc-hmac-sha384-cbc-des3_ede-caam-qi) [ 10.369483] alg: No test for echainiv(authenc(hmac(sha512),cbc(des3_ede))) (echainiv-authenc-hmac-sha512-cbc-des3_ede-caam-qi) [ 10.380966] alg: No test for authenc(hmac(md5),cbc(des)) (authenc-hmac-md5-cbc-des-caam-qi) [ 10.389410] alg: No test for echainiv(authenc(hmac(md5),cbc(des))) (echainiv-authenc-hmac-md5-cbc-des-caam-qi) [ 10.400022] alg: No test for echainiv(authenc(hmac(sha1),cbc(des))) (echainiv-authenc-hmac-sha1-cbc-des-caam-qi) [ 10.410801] alg: No test for echainiv(authenc(hmac(sha224),cbc(des))) (echainiv-authenc-hmac-sha224-cbc-des-caam-qi) [ 10.421924] alg: No test for echainiv(authenc(hmac(sha256),cbc(des))) (echainiv-authenc-hmac-sha256-cbc-des-caam-qi) [ 10.433050] alg: No test for echainiv(authenc(hmac(sha384),cbc(des))) (echainiv-authenc-hmac-sha384-cbc-des-caam-qi) [ 10.444173] alg: No test for echainiv(authenc(hmac(sha512),cbc(des))) (echainiv-authenc-hmac-sha512-cbc-des-caam-qi) [ 10.456643] platform caam_qi: algorithms registered in /proc/crypto [ 10.529692] caam 1700000.crypto: caam pkc algorithms registered in /proc/crypto Done. [ 11.314703] Running /etc/runlevel/2/S19chkupgrade...Done. [ 11.328491] Running /etc/runlevel/2/S19csfc_post... [ 11.332630] CSfC Crypto self-test Bypassed [ 11.332804] Done. [ 11.332871] Running /etc/runlevel/2/S19ipv6...disabling IPv6 autoconf for all [ 11.334503] disabling IPv6 autoconf for default [ 11.334671] enable IPv6 forwarding for all [ 11.334821] enable IPv6 forwarding for default [ 11.334984] disabling IPv6 for all [ 11.335105] disabling IPv6 for default [ 11.335239] Done. [ 11.335299] Running /etc/runlevel/2/S19platform...Done. [ 11.336872] Running /etc/runlevel/2/S20adminhome...Done. [ 11.343466] Running /etc/runlevel/2/S20cleanup-dbg...Done. [ 11.349108] Running /etc/runlevel/2/S20cylanceconfig...Done. [ 11.591415] Running /etc/runlevel/2/S20gwc...Done. [ 11.592136] Running /etc/runlevel/2/S20sigs...unable to stat `/etc/defaults/signatures/dlp/PredefinedContentControlLists.xml' error No such file or directory [ 11.604347] unable to stat `/etc/defaults/signatures/dlp/dlp_list.xml.gz' error No such file or directory [ 11.604718] unable to stat `/etc/defaults/signatures/dlp/profile.xml' error No such file or directory [ 10.852939] usbcore: registered new interface driver usb-storage [ 11.614706] Done. [ 11.614771] Running /etc/runlevel/2/S20tweakthermals...S20tweakthermals: model T20 [ 10.864457] wgipc: loading out-of-tree module taints kernel. [ 10.870635] wgipc: module license 'Watchguard Proprietary' taints kernel. [ 10.878751] Disabling lock debugging due to kernel taint [ 10.885771] genl_validate_assign_mc_groups first_id set to 20 for WGIPC mc group [ 11.619401] Setting Thermal Zone 0: trip_point_1_temp to 100C [ 11.619631] Setting Thermal Zone 1: trip_point_1_temp to 100C [ 11.619848] Setting Thermal Zone 2: trip_point_1_temp to 100C [ 10.906670] dpaa2_evb: module is from the staging directory, the quality is unknown, you have been warned. [ 11.620065] Setting Thermal Zone 3: trip_point_1_temp to 100C [ 10.922286] fsl_dpa soc:fsl,dpaa:ethernet@0 eth0.tmp: renamed from eth0 [ 11.620298] Setting Thermal Zone 4: trip_point_1_temp to 100C [ 11.620516] Done. [ 10.939813] fsl_dpa soc:fsl,dpaa:ethernet@1 eth1.tmp: renamed from eth1 [ 11.620575] Running /etc/runlevel/2/S20usb...Done. [ 11.637020] Running /etc/runlevel/2/S20wgbase...Done. [ 11.676207] Running /etc/runlevel/2/S21eth... [ 10.963788] fsl_dpa soc:fsl,dpaa:ethernet@2 eth0: renamed from eth2 [ 10.979786] fsl_dpa soc:fsl,dpaa:ethernet@0 eth1: renamed from eth0.tmp [ 11.003776] fsl_dpa soc:fsl,dpaa:ethernet@1 eth2: renamed from eth1.tmp Done. [ 11.797180] Running /etc/runlevel/2/S21tpm_n_notpm...Done. [ 11.801555] Running /etc/runlevel/2/S22hwmon...Done. [ 11.804976] Running /etc/runlevel/2/S22login...Done. [ 11.805399] Running /etc/runlevel/2/S22rtc...Done. [ 11.811220] Running /etc/runlevel/2/S23pppoe... [ 11.050071] PPP generic driver version 2.4.2 [ 11.065229] PPP MPPE Compression module registered [ 11.073973] PPP Deflate Compression module registered [ 11.082682] NET: Registered protocol family 24 Done. [ 11.870510] Running /etc/runlevel/2/S23sslvpn... [ 11.101764] tun: Universal TUN/TAP device driver, 1.6 [ 11.106913] misc_register: 10, 200 tun Done. [ 11.889231] Running /etc/runlevel/2/S23tpm... [ 11.243555] tpm tpm0: starting up the TPM manually S23tpm: Is a TPM DUT! [ 12.390833] Done. [ 12.390903] Running /etc/runlevel/2/S24fmcsetup...S24fmcsetup: model T20 [ 12.716598] Done. [ 12.716672] Running /etc/runlevel/2/S24l2tpvpn... [ 11.953823] l2tp_core: L2TP core driver, V2.0 [ 11.963303] l2tp_netlink: L2TP netlink interface [ 11.973928] l2tp_ppp: PPPoL2TP kernel driver, V2.0 Done. [ 12.756584] Running /etc/runlevel/2/S24nginx...Done. [ 12.759856] Running /etc/runlevel/2/S25core...Done. [ 12.760988] Running /etc/runlevel/2/S25wgcfg...Info: No conversion required from version 12.7.2 to 12.7.2. [ 13.167115] Done. [ 13.167197] Running /etc/runlevel/2/S26defaultxml...Done. [ 13.175807] Running /etc/runlevel/2/S27cfgcheck...Config ok [ 14.261126] Done. [ 14.261240] Running /etc/runlevel/2/S29wgcore...Done. [ 14.276947] Running /etc/runlevel/2/S30backup...Done. [ 14.278633] Running /etc/runlevel/2/S30net... [ 13.520869] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 13.539895] Bridge firewalling registered [ 13.550847] Ebtables v2.0 registered [ 13.710270] gre: GRE over IPv4 demultiplexor driver [ 13.727207] ip_gre: GRE over IPv4 tunneling driver [ 13.732570] register_netdevice: ifindex 7 -> iflink 0 gre0 [ 13.738805] register_netdevice: ifindex 8 -> iflink 0 gretap0 [ 13.745261] register_netdevice: ifindex 9 -> iflink 0 erspan0 [ 13.751224] bvpn vif handlers are registered [ 13.762223] IPv4 over IPsec tunneling driver [ 13.767008] register_netdevice: ifindex 10 -> iflink 0 ip_vti0 [ 13.785282] 8021q: 802.1Q VLAN Support v1.8 [ 13.807214] register_netdevice: ifindex 11 -> iflink 0 ip6tnl0 [ 13.820563] register_netdevice: ifindex 12 -> iflink 0 ip6_vti0 [ 13.848116] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) [ 13.854548] MII link monitoring set to 100 ms Done. [ 14.641946] Running /etc/runlevel/2/S30upgrade...Done. [ 14.644232] Running /etc/runlevel/2/S30wireless...start load wireless modules [ 14.647913] Done. [ 14.647976] Running /etc/runlevel/2/S31cacert...Done. [ 14.649671] Running /etc/runlevel/2/S31cert...Done. [ 14.678591] Running /etc/runlevel/2/S31crypto...Done. [ 14.690612] Running /etc/runlevel/2/S31xtables...[ 13.920023] Netfilter messages via NETLINK v0.30. [ 14.048550] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 14.054765] nf_conntrack_init_start: conntrack max=65536 high water mark=52428 [ 14.201885] ip_tables: (C) 2000-2006 Netfilter Core Team [ 14.392327] nf_ct_ftp: Maximum expected value 1 [ 14.487369] ctnetlink v0.93: registering with nfnetlink. [ 14.660955] arp_tables: arp_tables: (C) 2002 David S. Miller [ 14.754534] u32 classifier [ 14.757319] input device check on [ 14.760997] Actions configured [ 14.782680] Mirror/redirect action on Done. [ 15.568871] Running /etc/runlevel/2/S31xtables6...Done. [ 15.896807] Running /etc/runlevel/2/S32auth...Done. [ 15.905271] Running /etc/runlevel/2/S32clst...Done. [ 15.933217] Running /etc/runlevel/2/S32modemdrivers... [ 15.177363] usbcore: registered new interface driver option [ 15.183120] usbserial: USB Serial support registered for GSM modem (1-port) [ 15.196100] usbcore: registered new interface driver wg_sierra [ 15.202034] usbserial: USB Serial support registered for Sierra USB modem [ 15.215711] usbcore: registered new interface driver cdc_acm [ 15.221411] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 15.234475] usbcore: registered new interface driver GobiSerial [ 15.240503] usbserial: USB Serial support registered for GobiSerial [ 15.246808] GobiSerial: 2013-10-08/NTGR_2.12:GobiSerial [ 15.270734] usbcore: registered new interface driver cdc_ether [ 15.282027] usbcore: registered new interface driver rndis_host [ 15.293518] usbcore: registered new interface driver sierra_net [ 15.309055] GobiNet: 2013-10-08/NTGR_2.21 [ 15.313293] usbcore: registered new interface driver GobiNet [ 15.324704] usbcore: registered new interface driver cdc_wdm [ 15.338751] usbcore: registered new interface driver qmi_wwan [ 15.351448] usbcore: registered new interface driver cdc_ncm [ 15.361138] usbcore: registered new interface driver huawei_cdc_ncm Done. [ 16.145276] Running /etc/runlevel/2/S32wgxt... [ 15.409376] ipt_addrpairs_6 v0.1.0: Loading [ 15.421229] xt_session6 : Loading [ 15.424608] xt_session6 : Loaded limit 1000 hash 1024 WG IPC ID 184549376 (0x0B000000) [ 15.476562] ipt_addrpairs: ADDRPAIRS SCALE Set MAX 16384 Entry Max 16384 [ 15.483321] ipt_addrpairs: v1.0.0 Loaded [ 15.493672] xt_ifset: Loaded with set limit 5000 and entry limit 5000 [ 15.503850] xt_classify : Loaded [ 15.510763] xt_master: Loaded [ 15.517563] xt_MASTER: Loaded [ 15.524355] xt_WGTEE: Loaded [ 15.531434] Schedule: Loaded [ 15.538259] xt_POLICY: Loaded [ 15.544880] xt_policy : Loaded [ 15.551780] xt_EXPIRES: Loaded [ 15.558661] xt_IPPRECEDENCE: Loaded [ 15.574116] xt_PKTCACHE: Loaded [ 15.586784] xt_session : Loaded limit 1000 hash 1024 WG IPC ID 92274688 (0x05800000) [ 15.610186] xt_CONNCLASSIFY: Loaded [ 15.617431] xt_connclassify : Loaded [ 15.626233] xt_ipspoof : Loaded [ 15.714702] xt_LBDNAT: Loaded [ 15.725155] xt_MWAN: Loaded [ 15.736958] xt_psd: Loaded [ 15.743958] xt_ipsd: Loaded [ 15.751015] xt_ddos: Loaded [ 15.758713] xt_dos: Loaded [ 15.767965] xt_wgaccount: Allocated 117 policy counter block array [ 15.774220] xt_wgaccount: Allocated policy counter block 0 of size 4080 at ffff8000704a1000 [ 15.782597] xt_wgaccount: Allocated policy counter block 1 of size 4080 at ffff800071f50000 [ 15.790977] xt_wgaccount: Loaded [ 15.881976] xt_block : Loaded limit 1000 hash 1024 WG IPC ID 155189248 [ 15.896213] xt_localroute: Loaded [ 15.907067] xt_duplicate: Loaded [ 15.923923] xt_WGCLASSIFY: Loaded [ 15.959116] xt_fqdn : Loading [ 15.962336] xt_fqdn : Loaded [ 15.975673] devsec : Loaded limit 1000 hash 1024 WGIPC ID 260046848 (0x0F800000) [ 15.989303] xt_geo: Loaded limit 300 hash 256 WGIPC ID 272629760 (0x10400000) [ 15.996549] xt_sdwan: Loaded [ 16.010403] xt_WGCT: Loaded Done. [ 16.809189] Running /etc/runlevel/2/S33appID... [ 16.089484] tdts: Passive init mode [ 16.097765] WG workqueue: Loaded [ 16.176697] DPI engine defaults: conn_max=4096 tcp_reasm=1 eva_enhance=1 ac_type=0 [ 16.184288] DPI engine active configuration: conn_max=500000 tcp_reasm=0 eva_enhance=0 ac_type=0 [ 16.198397] Init chrdev /dev/detector with major 190 [ 16.203417] DPI engine version 2.0.30 965e09 [ 16.207702] DPI engine initialization succeeded [ 16.243543] Loaded Done. [ 17.023424] Running /etc/runlevel/2/S35nropen...updated /proc/sys/fs/nr_open with new value: 2097152 [ 16.255708] Proxy glue: Loaded 17:41:19 (248) [ 17.024521] Done. [ 17.024582] Running /etc/runlevel/2/S35proxy...Setting the proxy tmpfs size to size=457m. [ 17.291963] /usr/bin/pxyhelper returned 0 [ 17.292119] Done. [ 17.292179] Running /etc/runlevel/2/S35scand...Done. [ 17.301707] Running /etc/runlevel/2/S36dynroute...Done. [ 17.302192] Running /etc/runlevel/2/S42notpm_restore...systemdata file not provided, defaulting to (/etc/wg/tcsd/lib/tpm/system.data) [ 17.323842] restoring [ 17.323924] restore complete: systemdata_payload restore OK, length:2352 [ 17.324185] Dealing with tpm DUT [ 17.324302] Done. [ 17.324361] Running /etc/runlevel/2/S42ssh...Done. [ 17.326493] Running /etc/runlevel/2/S44sysb...Done. [ 17.344961] Running /etc/runlevel/2/S45clientless...Done. [ 17.345576] Running /etc/runlevel/2/S45portald...Done. [ 17.346995] Running /etc/runlevel/2/S50nettune...Setting IPv4 route garbage collection timeout to 2 minutes [ 17.347971] Setting promote_secondaries to 1 [ 17.348129] Setting icmp_errors_use_inbound_ifaddr to 1 [ 17.348325] Done. [ 17.348385] Running /etc/runlevel/2/S60daas...Done. [ 17.349697] Running /etc/runlevel/2/S80seed-random...Saved random seed [ 17.356407] Done. [ 17.356470] Running /etc/runlevel/2/S90bootmon...Done. [ 17.359683] Running /etc/runlevel/2/S90kcrashrep...Done. [ 17.391665] Running /etc/runlevel/2/S98setmacs...setting device eth0 to 00:01:21:2a:cf:f9 [ 17.402787] setting device eth1 to 00:01:21:2a:cf:fa [ 17.402988] setting device eth2 to 00:01:21:2a:cf:fb [ 17.403174] setting device eth3 to 00:01:21:2a:cf:fc [ 17.403366] setting device eth4 to 00:01:21:2a:cf:fd [ 17.403565] Done. [ 17.403625] Running /etc/runlevel/2/S99fetchmac0...Done. [ 17.406930] Running /etc/runlevel/2/S99igmp...Done. [ 17.407353] Running /etc/runlevel/2/S99rootro...Done. [ 20.735461] wg_ctmax_proc_dointvec: conntrack max=52600 high water mark=42080 [ 22.164580] Running /etc/runlevel/4/S51armled...Done. [ 22.192068] Running /etc/runlevel/4/S81ckwebupload...Done. [ 22.213279] Running /etc/runlevel/4/S99defaultap...Not a wireless model, skipping script [ 22.219929] Done. smolguard login: