Re: How to debug the start up process ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



While I have no idea what an uInitrd is, Item 9.3 of the FAQ
may provide some help on how to get your own code in there:

https://gitlab.com/cryptsetup/cryptsetup/-/wikis/FrequentlyAskedQuestions

Regards,
Arno

On Fri, Sep 11, 2020 at 20:08:15 CEST, su wrote:
>    I have an arm64 board installed with armbian linux OS. The board has an
>    internal emmc and it can boot from an external usb drive too.
>    Now both the usb drive and the emmc has the same OS and they can boot
>    respectively . As far as the root file system is concerned , the one at
>    usb drive and the one at emmc are exactly the same.
>    Now I would like to luks the root file system at the emmc.  The
>    building process of a new uInitrd is quite smooth . The problem is :
>    once the new uInitrd takes effect , the kernel hang without any warning
>    . Please refer to the following kernel printout about the boot process
>    . I would like to know how to debug it ? Thankyou !
>    =======================================================================
>    =========
>    Starting kernel ...
>    uboot time: 6464083 us
>    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
>    [    0.000000] Linux version 5.5.0-rc6-aml-s9xxx (root@vbox) (gcc
>    version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03
>    (arm-rel-8.36))) #rc1.038 SMP PREEMPT Thu Feb 6 10:21:51 MSK 2020
>    [    0.000000] Machine model: Khadas VIM
>    [    0.000000] efi: Getting EFI parameters from FDT:
>    [    0.000000] efi: UEFI not found.
>    [    0.000000] Reserved memory: created CMA memory pool at
>    0x0000000063000000, size 256 MiB
>    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible
>    id shared-dma-pool
>    [    0.000000] psci: probing for conduit method from DT.
>    [    0.000000] psci: PSCIv0.2 detected in firmware.
>    [    0.000000] psci: Using standard PSCI v0.2 function IDs
>    [    0.000000] psci: Trusted OS migration not required
>    [    0.000000] percpu: Embedded 22 pages/cpu s50392 r8192 d31528 u90112
>    [    0.000000] Detected VIPT I-cache on CPU0
>    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages:
>    470336
>    [    0.000000] Kernel command line: root=/dev/mapper/emmcroot
>    rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0
>    no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes
>    net.ifnames=0
>    [    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 0x3bfff000-0x3ffff000]
>    (64MB)
>    [    0.000000] Memory: 1505484K/1911808K available (14460K kernel code,
>    1434K rwdata, 5884K rodata, 960K init, 927K bss, 144180K reserved,
>    262144K cma-reserved)
>    [    0.000000] random: get_random_u64 called from
>    cache_random_seq_create+0x7c/0x150 with crng_init=0
>    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4,
>    Nodes=1
>    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
>    [    0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to
>    nr_cpu_ids=4.
>    [    0.000000] 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] GIC: Using split EOI/Deactivate mode
>    [    0.000000] irq_meson_gpio: 110 to 8 gpio interrupt mux initialized
>    [    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
>    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff
>    max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
>    [    0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps
>    every 4398046511097ns
>    [    0.000354] Console: colour dummy device 80x25
>    [    0.000649] printk: console [tty0] enabled
>    [    0.000686] Calibrating delay loop (skipped), value calculated using
>    timer frequency.. 48.00 BogoMIPS (lpj=96000)
>    [    0.000706] pid_max: default: 32768 minimum: 301
>    [    0.000825] LSM: Security Framework initializing
>    [    0.000875] SELinux:  Initializing.
>    [    0.000952] *** VALIDATE SELinux ***
>    [    0.001012] Mount-cache hash table entries: 4096 (order: 3, 32768
>    bytes, linear)
>    [    0.001035] Mountpoint-cache hash table entries: 4096 (order: 3,
>    32768 bytes, linear)
>    [    0.001093] *** VALIDATE tmpfs ***
>    [    0.001462] *** VALIDATE proc ***
>    [    0.001666] *** VALIDATE cgroup1 ***
>    [    0.001680] *** VALIDATE cgroup2 ***
>    [    0.024005] ASID allocator initialised with 32768 entries
>    [    0.031990] rcu: Hierarchical SRCU implementation.
>    [    0.042021] EFI services will not be available.
>    [    0.048042] smp: Bringing up secondary CPUs ...
>    [    0.080261] Detected VIPT I-cache on CPU1
>    [    0.080309] CPU1: Booted secondary processor 0x0000000001
>    [0x410fd034]
>    [    0.112298] Detected VIPT I-cache on CPU2
>    [    0.112340] CPU2: Booted secondary processor 0x0000000002
>    [0x410fd034]
>    [    0.144341] Detected VIPT I-cache on CPU3
>    [    0.144382] CPU3: Booted secondary processor 0x0000000003
>    [0x410fd034]
>    [    0.144456] smp: Brought up 1 node, 4 CPUs
>    [    0.144520] SMP: Total of 4 processors activated.
>    [    0.144531] CPU features: detected: 32-bit EL0 Support
>    [    0.144543] CPU features: detected: CRC32 instructions
>    [    0.144843] CPU: All CPU(s) started at EL2
>    [    0.144865] alternatives: patching kernel code
>    [    0.145847] devtmpfs: initialized
>    [    0.150960] clocksource: jiffies: mask: 0xffffffff max_cycles:
>    0xffffffff, max_idle_ns: 7645041785100000 ns
>    [    0.150997] futex hash table entries: 1024 (order: 4, 65536 bytes,
>    linear)
>    [    0.157625] xor: measuring software checksum speed
>    [    0.196327]    8regs     :  2375.000 MB/sec
>    [    0.236359]    32regs    :  2724.000 MB/sec
>    [    0.276398]    arm64_neon:  2406.000 MB/sec
>    [    0.276408] xor: using function: 32regs (2724.000 MB/sec)
>    [    0.276458] pinctrl core: initialized pinctrl subsystem
>    [    0.277059] thermal_sys: Registered thermal governor 'step_wise'
>    [    0.277227] DMI not present or invalid.
>    [    0.277554] NET: Registered protocol family 16
>    [    0.281201] DMA: preallocated 256 KiB pool for atomic allocations
>    [    0.281244] audit: initializing netlink subsys (disabled)
>    [    0.281431] audit: type=2000 audit(0.280:1): state=initialized
>    audit_enabled=0 res=1
>    [    0.282464] cpuidle: using governor ladder
>    [    0.282504] cpuidle: using governor menu
>    [    0.282847] hw-breakpoint: found 6 breakpoint and 4 watchpoint
>    registers.
>    [    0.283560] Serial: AMBA PL011 UART driver
>    [    0.297999] HugeTLB registered 1.00 GiB page size, pre-allocated 0
>    pages
>    [    0.298024] HugeTLB registered 32.0 MiB page size, pre-allocated 0
>    pages
>    [    0.298037] HugeTLB registered 2.00 MiB page size, pre-allocated 0
>    pages
>    [    0.298049] HugeTLB registered 64.0 KiB page size, pre-allocated 0
>    pages
>    [    0.301534] cryptd: max_cpu_qlen set to 1000
>    [    0.376588] raid6: neonx8   gen()  1616 MB/s
>    [    0.444655] raid6: neonx8   xor()  1490 MB/s
>    [    0.512704] raid6: neonx4   gen()  1566 MB/s
>    [    0.580773] raid6: neonx4   xor()  1471 MB/s
>    [    0.648832] raid6: neonx2   gen()  1200 MB/s
>    [    0.716878] raid6: neonx2   xor()  1216 MB/s
>    [    0.785010] raid6: neonx1   gen()   787 MB/s
>    [    0.853030] raid6: neonx1   xor()   915 MB/s
>    [    0.921090] raid6: int64x8  gen()  1195 MB/s
>    [    0.989102] raid6: int64x8  xor()   769 MB/s
>    [    1.057142] raid6: int64x4  gen()  1029 MB/s
>    [    1.125220] raid6: int64x4  xor()   752 MB/s
>    [    1.193296] raid6: int64x2  gen()   728 MB/s
>    [    1.261308] raid6: int64x2  xor()   615 MB/s
>    [    1.329413] raid6: int64x1  gen()   486 MB/s
>    [    1.397413] raid6: int64x1  xor()   468 MB/s
>    [    1.397423] raid6: using algorithm neonx8 gen() 1616 MB/s
>    [    1.397434] raid6: .... xor() 1490 MB/s, rmw enabled
>    [    1.397443] raid6: using neon recovery algorithm
>    [    1.397707] ACPI: Interpreter disabled.
>    [    1.398866] iommu: Default domain type: Translated
>    [    1.399118] vgaarb: loaded
>    [    1.399648] SCSI subsystem initialized
>    [    1.400022] usbcore: registered new interface driver usbfs
>    [    1.400066] usbcore: registered new interface driver hub
>    [    1.400131] usbcore: registered new device driver usb
>    [    1.400530] pps_core: LinuxPPS API ver. 1 registered
>    [    1.400543] pps_core: Software ver. 5.3.6 - Copyright 2005-2007
>    Rodolfo Giometti <giometti@xxxxxxxx>
>    [    1.400566] PTP clock support registered
>    [    1.400595] EDAC MC: Ver: 3.0.0
>    [    1.401142] FPGA manager framework
>    [    1.401244] Advanced Linux Sound Architecture Driver Initialized.
>    [    1.401692] NetLabel: Initializing
>    [    1.401705] NetLabel:  domain hash size = 128
>    [    1.401714] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
>    [    1.401772] NetLabel:  unlabeled traffic allowed by default
>    [    1.402227] clocksource: Switched to clocksource arch_sys_counter
>    [    1.402250] *** VALIDATE bpf ***
>    [    1.402488] VFS: Disk quotas dquot_6.6.0
>    [    1.402546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096
>    bytes)
>    [    1.402655] FS-Cache: Loaded
>    [    1.402666] *** VALIDATE ramfs ***
>    [    1.402687] *** VALIDATE hugetlbfs ***
>    [    1.403044] pnp: PnP ACPI: disabled
>    [    1.407961] NET: Registered protocol family 2
>    [    1.408425] tcp_listen_portaddr_hash hash table entries: 1024
>    (order: 2, 16384 bytes, linear)
>    [    1.408473] TCP established hash table entries: 16384 (order: 5,
>    131072 bytes, linear)
>    [    1.408589] TCP bind hash table entries: 16384 (order: 6, 262144
>    bytes, linear)
>    [    1.408795] TCP: Hash tables configured (established 16384 bind
>    16384)
>    [    1.408926] UDP hash table entries: 1024 (order: 3, 32768 bytes,
>    linear)
>    [    1.408979] UDP-Lite hash table entries: 1024 (order: 3, 32768
>    bytes, linear)
>    [    1.409178] NET: Registered protocol family 1
>    [    1.409614] RPC: Registered named UNIX socket transport module.
>    [    1.409633] RPC: Registered udp transport module.
>    [    1.409643] RPC: Registered tcp transport module.
>    [    1.409652] RPC: Registered tcp NFSv4.1 backchannel transport
>    module.
>    [    1.409668] NET: Registered protocol family 44
>    [    1.409687] PCI: CLS 0 bytes, default 64
>    [    1.409862] Trying to unpack rootfs image as initramfs...
>    [    1.593595] Freeing initrd memory: 14372K
>    [    1.594350] hw perfevents: enabled with armv8_cortex_a53 PMU driver,
>    7 counters available
>    [    1.736370] Initialise system trusted keyrings
>    [    1.736574] workingset: timestamp_bits=46 max_order=19
>    bucket_order=0
>    [    1.741653] zbud: loaded
>    [    1.742911] squashfs: version 4.0 (2009/01/31) Phillip Lougher
>    [    1.743191] FS-Cache: Netfs 'nfs' registered for caching
>    [    1.743691] NFS: Registering the id_resolver key type
>    [    1.743726] Key type id_resolver registered
>    [    1.743737] Key type id_legacy registered
>    [    1.743752] nfs4filelayout_init: NFSv4 File Layout Driver
>    Registering...
>    [    1.743764] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
>    [    1.744808] FS-Cache: Netfs 'cifs' registered for caching
>    [    1.745116] Key type cifs.spnego registered
>    [    1.745136] Key type cifs.idmap registered
>    [    1.745155] ntfs: driver 2.1.32 [Flags: R/W].
>    [    1.745709] JFS: nTxBlock = 8192, nTxLock = 65536
>    [    1.749560] SGI XFS with ACLs, security attributes, realtime, quota,
>    no debug enabled
>    [    1.750925] *** VALIDATE xfs ***
>    [    1.751203] ocfs2: Registered cluster interface o2cb
>    [    1.751399] OCFS2 User DLM kernel interface loaded
>    [    1.752652] *** VALIDATE gfs2 ***
>    [    1.752907] gfs2: GFS2 installed
>    [    1.753805] aufs 5.5-20200203
>    [    1.771774] Key type asymmetric registered
>    [    1.771797] Asymmetric key parser 'x509' registered
>    [    1.771808] Asymmetric key parser 'pkcs8' registered
>    [    1.771869] Block layer SCSI generic (bsg) driver version 0.4 loaded
>    (major 246)
>    [    1.772030] io scheduler mq-deadline registered
>    [    1.772044] io scheduler kyber registered
>    [    1.772221] io scheduler bfq registered
>    [    1.785287] soc soc0: Amlogic Meson GXL (S905X) Revision 21:b (82:2)
>    Detected
>    [    1.788917] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
>    [    1.790679] Serial: AMBA driver
>    [    1.791037] c11084c0.serial: ttyAML6 at MMIO 0xc11084c0 (irq = 10,
>    base_baud = 1500000) is a meson_uart
>    [    1.791191] serial serial0: tty port ttyAML6 registered
>    [    1.791401] c81004c0.serial: ttyAML0 at MMIO 0xc81004c0 (irq = 15,
>    base_baud = 1500000) is a meson_uart
>    [    2.762384] printk: console [ttyAML0] enabled
>    [    2.767193] c81004e0.serial: ttyAML2 at MMIO 0xc81004e0 (irq = 16,
>    base_baud = 1500000) is a meson_uart
>    [    2.787238] brd: module loaded
>    [    2.795004] loop: module loaded
>    [    2.797395] libphy: Fixed MDIO Bus: probed
>    [    2.798068] meson8b-dwmac c9410000.ethernet: IRQ eth_wake_irq not
>    found
>    [    2.803175] meson8b-dwmac c9410000.ethernet: IRQ eth_lpi not found
>    [    2.809364] meson8b-dwmac c9410000.ethernet: PTP uses main clock
>    [    2.815265] meson8b-dwmac c9410000.ethernet: no reset control found
>    [    2.821893] meson8b-dwmac c9410000.ethernet: User ID: 0x11, Synopsys
>    ID: 0x37
>    [    2.828539] meson8b-dwmac c9410000.ethernet: DWMAC1000
>    [    2.833685] meson8b-dwmac c9410000.ethernet: DMA HW capability
>    register supported
>    [    2.841100] meson8b-dwmac c9410000.ethernet: RX Checksum Offload
>    Engine supported
>    [    2.848517] meson8b-dwmac c9410000.ethernet: COE Type 2
>    [    2.853689] meson8b-dwmac c9410000.ethernet: TX Checksum insertion
>    supported
>    [    2.860676] meson8b-dwmac c9410000.ethernet: Wake-Up On Lan
>    supported
>    [    2.867087] meson8b-dwmac c9410000.ethernet: Normal descriptors
>    [    2.872925] meson8b-dwmac c9410000.ethernet: Ring mode enabled
>    [    2.878704] meson8b-dwmac c9410000.ethernet: Enable RX Mitigation
>    via HW Watchdog Timer
>    [    2.886805] libphy: stmmac: probed
>    [    2.891308] VFIO - User Level meta-driver version: 0.3
>    [    2.896572] dwc3 c9000000.dwc3: Failed to get clk 'ref': -2
>    [    2.901486] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI)
>    Driver
>    [    2.907108] ehci-pci: EHCI PCI platform driver
>    [    2.911535] ehci-platform: EHCI generic platform driver
>    [    2.916865] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
>    [    2.922793] ohci-pci: OHCI PCI platform driver
>    [    2.927218] ohci-platform: OHCI generic platform driver
>    [    2.932969] usbcore: registered new interface driver usb-storage
>    [    2.938516] mousedev: PS/2 mouse device common for all mice
>    [    2.944488] i2c /dev entries driver
>    [    2.951446] sdhci: Secure Digital Host Controller Interface driver
>    [    2.953388] sdhci: Copyright(c) Pierre Ossman
>    [    2.957752] Synopsys Designware Multimedia Card Interface Driver
>    [    2.965013] meson-gx-mmc d0072000.mmc: Got CD GPIO
>    [    2.995411] meson-gx-mmc d0074000.mmc: allocated mmc-pwrseq
>    [    3.022285] sdhci-pltfm: SDHCI platform and OF driver helper
>    [    3.023328] ledtrig-cpu: registered to indicate activity on CPUs
>    [    3.029078] meson-sm: secure-monitor enabled
>    [    3.033161] gxl-crypto c883e000.crypto: will run requests pump with
>    realtime priority
>    [    3.040454] gxl-crypto c883e000.crypto: will run requests pump with
>    realtime priority
>    [    3.059507] hid: raw HID events driver (C) Jiri Kosina
>    [    3.059725] usbcore: registered new interface driver usbhid
>    [    3.064566] usbhid: USB HID core driver
>    [    3.068681] platform-mhu c883c404.mailbox: Platform MHU Mailbox
>    registered
>    [BL31]: tee size: 0
>    [    3.085147] NET: Registered protocol family 17
>    [    3.085372] Key type dns_resolver registered
>    [    3.088792] registered taskstats version 1
>    [    3.092274] Loading compiled-in X.509 certificates
>    [    3.097112] zswap: loaded using pool lzo/zbud
>    [    3.101557] Key type ._fscrypt registered
>    [    3.105284] Key type .fscrypt registered
>    [    3.110182] Btrfs loaded, crc32c=crc32c-generic
>    [    3.153371] mmc1: new HS200 MMC card at address 0001
>    [    3.158177] mmcblk1: mmc1:0001 DG4008 7.28 GiB
>    [    3.158530] mmcblk1boot0: mmc1:0001 DG4008 partition 1 4.00 MiB
>    [    3.163453] mmcblk1boot1: mmc1:0001 DG4008 partition 2 4.00 MiB
>    [    3.169159] mmcblk1rpmb: mmc1:0001 DG4008 partition 3 4.00 MiB,
>    chardev (243:0)
>    [    3.186090]  mmcblk1: p1 p2
>    [    3.258170] Key type encrypted registered
>    [    3.275342] meson-drm d0100000.vpu: Queued 2 outputs on vpu
>    [    3.275667] [drm] Supports vblank timestamp caching Rev 2
>    (21.10.2013).
>    [    3.281901] [drm] No driver support for vblank timestamp query.
>    [    3.287807] meson-drm d0100000.vpu: CVBS Output connector not
>    available
>    [    3.322281] meson-dw-hdmi c883a000.hdmi-tx: Detected HDMI TX
>    controller v2.01a with HDCP (meson_dw_hdmi_phy)
>    [    3.326904] meson-dw-hdmi c883a000.hdmi-tx: registered DesignWare
>    HDMI I2C bus driver
>    [    3.334940] meson-drm d0100000.vpu: bound c883a000.hdmi-tx (ops
>    meson_dw_hdmi_ops)
>    [    3.342185] [drm] Initialized meson 1.0.0 20161109 for d0100000.vpu
>    on minor 0
>    [    3.348936] [drm] Cannot find any crtc or sizes
>    [    3.354036] libphy: mdio_mux: probed
>    [    3.357012] [drm] Cannot find any crtc or sizes
>    [    3.363181] libphy: mdio_mux: probed
>    [    3.365273] phy phy-d0078080.phy.2: unsupported PHY mode 5
>    [    3.372398] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
>    [    3.375815] xhci-hcd xhci-hcd.0.auto: new USB bus registered,
>    assigned bus number 1
>    [    3.383517] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f664 hci
>    version 0x100 quirks 0x0000000002010010
>    [    3.392746] xhci-hcd xhci-hcd.0.auto: irq 42, io mem 0xc9000000
>    [    3.398832] usb usb1: New USB device found, idVendor=1d6b,
>    idProduct=0002, bcdDevice= 5.05
>    [    3.406770] usb usb1: New USB device strings: Mfr=3, Product=2,
>    SerialNumber=1
>    [    3.413921] usb usb1: Product: xHCI Host Controller
>    [    3.418750] usb usb1: Manufacturer: Linux 5.5.0-rc6-aml-s9xxx
>    xhci-hcd
>    [    3.425218] usb usb1: SerialNumber: xhci-hcd.0.auto
>    [    3.430508] hub 1-0:1.0: USB hub found
>    [    3.433770] hub 1-0:1.0: 2 ports detected
>    [    3.437993] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
>    [    3.443174] xhci-hcd xhci-hcd.0.auto: new USB bus registered,
>    assigned bus number 2
>    [    3.450759] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0
>    SuperSpeed
>    [    3.457261] usb usb2: We don't know the algorithms for LPM for this
>    host, disabling LPM.
>    [    3.465323] usb usb2: New USB device found, idVendor=1d6b,
>    idProduct=0003, bcdDevice= 5.05
>    [    3.473434] usb usb2: New USB device strings: Mfr=3, Product=2,
>    SerialNumber=1
>    [    3.480591] usb usb2: Product: xHCI Host Controller
>    [    3.485420] usb usb2: Manufacturer: Linux 5.5.0-rc6-aml-s9xxx
>    xhci-hcd
>    [    3.491889] usb usb2: SerialNumber: xhci-hcd.0.auto
>    [    3.497131] hub 2-0:1.0: USB hub found
>    [    3.500460] hub 2-0:1.0: config failed, hub doesn't have any ports!
>    (err -19)
>    [    3.509226] meson-gx-mmc d0070000.mmc: allocated mmc-pwrseq
>    [    3.539184] scpi_protocol scpi: SCP Protocol legacy pre-1.0 firmware
>    domain-0 init dvfs: 4
>    [    3.552456] gx-sound-card sound: snd-soc-dummy-dai <->
>    c1105400.bus:audio-controller-0 mapping ok
>    [    3.556260] gx-sound-card sound: i2s-hifi <->
>    c1105400.bus:audio-controller-2 mapping ok
>    [    3.563829] gx-sound-card sound: ASoC: no DMI vendor name!
>    [    3.569743] printk: console [netcon0] enabled
>    [    3.573472] netconsole: network logging started
>    [    3.577943] hctosys: unable to open rtc device (rtc0)
>    [    3.583224] ALSA device list:
>    [    3.585868]   #0: AMLGX
>    [    3.588639] Freeing unused kernel memory: 960K
>    [    3.592746] Run /init as init process
>    [    3.770276] usb 1-2: new high-speed USB device number 2 using
>    xhci-hcd
>    [    3.792394] usb 1-2: New USB device found, idVendor=0951,
>    idProduct=1665, bcdDevice= 1.00
>    [    3.795038] usb 1-2: New USB device strings: Mfr=1, Product=2,
>    SerialNumber=3
>    [    3.802272] usb 1-2: Product: DataTraveler 2.0
>    [    3.806449] usb 1-2: Manufacturer: Kingston
>    [    3.810571] usb 1-2: SerialNumber: 001CC05FE92CFD307932248D
>    [    3.817380] usb-storage 1-2:1.0: USB Mass Storage device detected
>    [    3.826648] scsi host0: usb-storage 1-2:1.0
>    [    3.864900] usbcore: registered new interface driver uas
>    [    3.953217] lima d00c0000.gpu: IRQ ppmmu3 not found
>    [    3.953266] lima d00c0000.gpu: IRQ ppmmu4 not found
>    [    3.957602] lima d00c0000.gpu: IRQ ppmmu5 not found
>    [    3.962476] lima d00c0000.gpu: IRQ ppmmu6 not found
>    [    3.967326] lima d00c0000.gpu: IRQ ppmmu7 not found
>    [    3.972204] lima d00c0000.gpu: gp - mali450 version major 0 minor 0
>    [    3.978708] lima d00c0000.gpu: pp0 - mali450 version major 0 minor 0
>    [    3.984789] lima d00c0000.gpu: pp1 - mali450 version major 0 minor 0
>    [    3.991018] lima d00c0000.gpu: pp2 - mali450 version major 0 minor 0
>    [    3.997266] lima d00c0000.gpu: IRQ pp3 not found
>    [    4.001781] lima d00c0000.gpu: IRQ pp4 not found
>    [    4.006384] lima d00c0000.gpu: IRQ pp5 not found
>    [    4.010904] lima d00c0000.gpu: IRQ pp6 not found
>    [    4.015518] lima d00c0000.gpu: IRQ pp7 not found
>    [    4.020058] lima d00c0000.gpu: l2 cache 8K, 4-way, 64byte cache
>    line, 128bit external bus
>    [    4.028167] lima d00c0000.gpu: l2 cache 64K, 4-way, 64byte cache
>    line, 128bit external bus
>    [    4.038258] lima d00c0000.gpu: bus rate = 166666667
>    [    4.041759] lima d00c0000.gpu: mod rate = 744000000
>    [    4.046455] [drm] Initialized lima 1.0.0 20190217 for d00c0000.gpu
>    on minor 1
>    [    4.066095] random: fast init done
>    [    4.854967] scsi 0:0:0:0: Direct-Access     Kingston DataTraveler
>    2.0 1.00 PQ: 0 ANSI: 4
>    [    4.860464] sd 0:0:0:0: Attached scsi generic sg0 type 0
>    [    4.861302] sd 0:0:0:0: [sda] 30233588 512-byte logical blocks:
>    (15.5 GB/14.4 GiB)
>    [    4.870564] sd 0:0:0:0: [sda] Write Protect is off
>    [    4.875306] sd 0:0:0:0: [sda] Write cache: disabled, read cache:
>    enabled, doesn't support DPO or FUA
>    [    4.911570]  sda: sda1 sda2
>    [    4.914265] sd 0:0:0:0: [sda] Attached SCSI removable disk
>    [    5.453031] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16)
>    initialised: dm-devel@xxxxxxxxxx

> _______________________________________________
> dm-crypt mailing list
> dm-crypt@xxxxxxxx
> https://www.saout.de/mailman/listinfo/dm-crypt


-- 
Arno Wagner,     Dr. sc. techn., Dipl. Inform.,    Email: arno@xxxxxxxxxxx
GnuPG: ID: CB5D9718  FP: 12D6 C03B 1B30 33BB 13CF  B774 E35C 5FA1 CB5D 9718
----
A good decision is based on knowledge and not on numbers. -- Plato

If it's in the news, don't worry about it.  The very definition of 
"news" is "something that hardly ever happens." -- Bruce Schneier
_______________________________________________
dm-crypt mailing list
dm-crypt@xxxxxxxx
https://www.saout.de/mailman/listinfo/dm-crypt



[Index of Archives]     [Device Mapper Devel]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux