View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017140 | CentOS-8 | plymouth | public | 2020-03-12 09:20 | 2020-05-23 19:50 |
Reporter | olahaye74 | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 8.1.1911 | ||||
Summary | 0017140: Plymouth crash in initrd | ||||
Description | Bug similar to https://bugs.centos.org/view.php?id=9644 but for CentOS-8.1 Hitting this issue on CentOS-8.1(CentOS Linux release 8.1.1911 (Core) ) plymouth-0.9.3-15.el8.x86_64 Crash: access("/run/udev/control", F_OK) = 0 socket(AF_NETLINK, SOCK_RAW|SOCK_CLOEXEC|SOCK_NONBLOCK, NETLINK_KOBJECT_UEVENT) = 7 setsockopt(7, SOL_SOCKET, SO_ATTACH_FILTER, {len=18, filter=0x7fffa210cc00}, 16) = 0 bind(7, {sa_family=AF_NETLINK, nl_pid=0, nl_groups=0x000002}, 12) = 0 getsockname(7, {sa_family=AF_NETLINK, nl_pid=4681, nl_groups=0x000002}, [12]) = 0 setsockopt(7, SOL_SOCKET, SO_PASSCRED, [1], 4) = 0 epoll_ctl(3, EPOLL_CTL_ADD, 7, {EPOLLERR|EPOLLHUP, {u32=952875488, u64=94412923976160}}) = 0 epoll_ctl(3, EPOLL_CTL_MOD, 7, {EPOLLIN|EPOLLERR|EPOLLHUP, {u32=952875488, u64=94412923976160}}) = 0 getpid() = 4681 gettid() = 4681 getrandom("\xfa\xd7\x9b\xf5\x0d\xec\xb1\x40\xd5\x66\xbc\x19\xdf\xa2\xf0\x55", 16, GRND_NONBLOCK) = 16 access("/sys/sub = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/sys/bus", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 9 fstat(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 getdents64(9, /* 34 entries */, 32768) = 952 getdents64(9, /* 0 entries */, 32768) = 0 close(9) = 0 openat(AT_FDCWD, "/sys/class", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 9 fstat(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 getdents64(9, /* 50 entries */, 32768) = 1448 getdents64(9, /* 0 entries */, 32768) = 0 close(9) = 0 write(2, "plymouthd: ply-event-loop.c:913: ply_event_loop_watch_for_timeout: Assertion `seconds > 0.0' failed.\n", 101) = 101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6dcee12000 rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [], 8) = 0 getpid() = 4681 gettid() = 4681 tgkill(4681, 4681, SIGABRT) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 --- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=4681, si_uid=0} --- openat(AT_FDCWD, "/dev/tty1", O_RDWR|O_NOCTTY) = 9 ioctl(9, KDSETMODE, 0) = 0 write(9, "\33[?25h\0", 7) = 7 ioctl(9, TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(9, SNDCTL_TMR_CONTINUE or TCSETSF, {B38400 opost isig icanon echo ...}) = 0 close(9) = 0 unlink("/var/run/plymouth/pid") = 0 | ||||
Steps To Reproduce | Use those kernels and ignited.img. run them using Qemu. Plymouth will crash when you reach the shell, you'll have many commands to debug including strace. http://olivier.lahaye1.free.fr/SystemImager/plymouth_crash/ | ||||
Tags | No tags attached. | ||||
Plymouth strace and dmesg information. Bug reported upstream as well: https://bugzilla.redhat.com/show_bug.cgi?id=1836828 Relavant info in strace: access("/sys/devices/virtual/drm/ttm/uevent", F_OK) = 0 readlinkat(AT_FDCWD, "/sys/devices/virtual/drm/ttm/subsystem", "../../../../class/drm", 99) = 21 openat(AT_FDCWD, "/sys/devices/virtual/drm/ttm/uevent", O_RDONLY|O_CLOEXEC) = 10 fstat(10, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0 fstat(10, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0 read(10, "DEVTYPE=ttm\n", 4096) = 12 read(10, "", 4096) = 0 close(10) = 0 openat(AT_FDCWD, "/run/udev/data/+drm:ttm", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) write(2, "@lymouthd: ply-event-loop.c:913: ply_event_loop_watch_for_timeout: Assertion `seconds > 0.0' failed.\n", 101) = 101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f31b20000 rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [], 8) = 0 getpid() = 5844 gettid() = 5844 tgkill(5844, 5844, SIGABRT) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 --- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=5844, si_uid=0} --- dmesg.log (34,215 bytes)
[ 0.000000] Linux version 4.18.0-147.8.1.el8_1.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 8.3.1 20190507 (Red Hat 8.3.1-4) (GCC)) #1 SMP Thu Apr 9 13:49:54 UTC 2020 [ 0.000000] Command line: si.image-server=10.0.238.84 si.config=testimage.conf acpi=no noapic ip=dhcp dns=8.8.8.8,8.8.4.4 rd.vconsole.keymap=fr-mac splash si.debug rd.retry=20 initrd=initrd [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000007fffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000800000-0x0000000000807fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000000808000-0x000000000080ffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000810000-0x00000000008fffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000000900000-0x000000003e0bcfff] usable [ 0.000000] BIOS-e820: [mem 0x000000003e0bd000-0x000000003e0d2fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000003e0d3000-0x000000003e0f2fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000003e0f3000-0x000000003ea63fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ea64000-0x000000003eb1afff] reserved [ 0.000000] BIOS-e820: [mem 0x000000003eb1b000-0x000000003fb9afff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fb9b000-0x000000003fbf2fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000003fbf3000-0x000000003fbfafff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003fbfb000-0x000000003fbfefff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000003fbff000-0x000000003fef3fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fef4000-0x000000003ff77fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000003ff78000-0x000000003fffffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved [ 0.000000] Malformed early option 'acpi' [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] e820: update [mem 0x3df6a018-0x3df73a57] usable ==> usable [ 0.000000] e820: update [mem 0x3df6a018-0x3df73a57] usable ==> usable [ 0.000000] e820: update [mem 0x3df2e018-0x3df69457] usable ==> usable [ 0.000000] e820: update [mem 0x3df2e018-0x3df69457] usable ==> usable [ 0.000000] extended physical RAM map: [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000007fffff] usable [ 0.000000] reserve setup_data: [mem 0x0000000000800000-0x0000000000807fff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x0000000000808000-0x000000000080ffff] usable [ 0.000000] reserve setup_data: [mem 0x0000000000810000-0x00000000008fffff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x0000000000900000-0x000000003df2e017] usable [ 0.000000] reserve setup_data: [mem 0x000000003df2e018-0x000000003df69457] usable [ 0.000000] reserve setup_data: [mem 0x000000003df69458-0x000000003df6a017] usable [ 0.000000] reserve setup_data: [mem 0x000000003df6a018-0x000000003df73a57] usable [ 0.000000] reserve setup_data: [mem 0x000000003df73a58-0x000000003e0bcfff] usable [ 0.000000] reserve setup_data: [mem 0x000000003e0bd000-0x000000003e0d2fff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x000000003e0d3000-0x000000003e0f2fff] reserved [ 0.000000] reserve setup_data: [mem 0x000000003e0f3000-0x000000003ea63fff] usable [ 0.000000] reserve setup_data: [mem 0x000000003ea64000-0x000000003eb1afff] reserved [ 0.000000] reserve setup_data: [mem 0x000000003eb1b000-0x000000003fb9afff] usable [ 0.000000] reserve setup_data: [mem 0x000000003fb9b000-0x000000003fbf2fff] reserved [ 0.000000] reserve setup_data: [mem 0x000000003fbf3000-0x000000003fbfafff] ACPI data [ 0.000000] reserve setup_data: [mem 0x000000003fbfb000-0x000000003fbfefff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x000000003fbff000-0x000000003fef3fff] usable [ 0.000000] reserve setup_data: [mem 0x000000003fef4000-0x000000003ff77fff] reserved [ 0.000000] reserve setup_data: [mem 0x000000003ff78000-0x000000003fffffff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x00000000b0000000-0x00000000bfffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: SMBIOS=0x3fbe8000 ACPI=0x3fbfa000 ACPI 2.0=0x3fbfa014 MEMATTR=0x3ef7f018 [ 0.000000] secureboot: Secure boot disabled [ 0.000000] SMBIOS 2.8 present. [ 0.000000] DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] last_pfn = 0x3fef4 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR variable ranges disabled: [ 0.000000] Disabled [ 0.000000] x86/PAT: MTRRs disabled, skipping PAT initialization too. [ 0.000000] CPU MTRRs all blank - virtualized system. [ 0.000000] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC [ 0.000000] Base memory trampoline at [(____ptrval____)] 99000 size 24576 [ 0.000000] BRK [0x0fc01000, 0x0fc01fff] PGTABLE [ 0.000000] BRK [0x0fc02000, 0x0fc02fff] PGTABLE [ 0.000000] BRK [0x0fc03000, 0x0fc03fff] PGTABLE [ 0.000000] BRK [0x0fc04000, 0x0fc04fff] PGTABLE [ 0.000000] BRK [0x0fc05000, 0x0fc05fff] PGTABLE [ 0.000000] BRK [0x0fc06000, 0x0fc06fff] PGTABLE [ 0.000000] BRK [0x0fc07000, 0x0fc07fff] PGTABLE [ 0.000000] BRK [0x0fc08000, 0x0fc08fff] PGTABLE [ 0.000000] BRK [0x0fc09000, 0x0fc09fff] PGTABLE [ 0.000000] RAMDISK: [mem 0x2f21e000-0x342fbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x000000003FBFA014 000024 (v02 BOCHS ) [ 0.000000] ACPI: XSDT 0x000000003FBF90E8 000044 (v01 BOCHS BXPCFACP 00000001 01000013) [ 0.000000] ACPI: FACP 0x000000003FBF6000 0000F4 (v03 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FBF7000 001ECE (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FBFD000 000040 [ 0.000000] ACPI: APIC 0x000000003FBF5000 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: HPET 0x000000003FBF4000 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) [ 0.000000] ACPI: MCFG 0x000000003FBF3000 00003C (v01 BOCHS BXPCMCFG 00000001 BXPC 00000001) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003fef3fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3fe49000-0x3fe72fff] [ 0.000000] tsc: Unable to calibrate against PIT [ 0.000000] tsc: No reference (HPET/PMTIMER) available [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003fef3fff] [ 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 0x0000000000001000-0x000000000009ffff] [ 0.000000] node 0: [mem 0x0000000000100000-0x00000000007fffff] [ 0.000000] node 0: [mem 0x0000000000808000-0x000000000080ffff] [ 0.000000] node 0: [mem 0x0000000000900000-0x000000003e0bcfff] [ 0.000000] node 0: [mem 0x000000003e0f3000-0x000000003ea63fff] [ 0.000000] node 0: [mem 0x000000003eb1b000-0x000000003fb9afff] [ 0.000000] node 0: [mem 0x000000003fbff000-0x000000003fef3fff] [ 0.000000] Zeroed struct page in unavailable ranges: 682 pages [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003fef3fff] [ 0.000000] On node 0 totalpages: 261194 [ 0.000000] DMA zone: 59 pages used for memmap [ 0.000000] DMA zone: 1814 pages reserved [ 0.000000] DMA zone: 3751 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 4028 pages used for memmap [ 0.000000] DMA32 zone: 257443 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: Skipping IOAPIC probe due to 'noapic' option. [ 0.000000] Using ACPI for processor (LAPIC) configuration information [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x00800000-0x00807fff] [ 0.000000] PM: Registered nosave memory: [mem 0x00810000-0x008fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x3df2e000-0x3df2efff] [ 0.000000] PM: Registered nosave memory: [mem 0x3df69000-0x3df69fff] [ 0.000000] PM: Registered nosave memory: [mem 0x3df6a000-0x3df6afff] [ 0.000000] PM: Registered nosave memory: [mem 0x3df73000-0x3df73fff] [ 0.000000] PM: Registered nosave memory: [mem 0x3e0bd000-0x3e0d2fff] [ 0.000000] PM: Registered nosave memory: [mem 0x3e0d3000-0x3e0f2fff] [ 0.000000] PM: Registered nosave memory: [mem 0x3ea64000-0x3eb1afff] [ 0.000000] PM: Registered nosave memory: [mem 0x3fb9b000-0x3fbf2fff] [ 0.000000] PM: Registered nosave memory: [mem 0x3fbf3000-0x3fbfafff] [ 0.000000] PM: Registered nosave memory: [mem 0x3fbfb000-0x3fbfefff] [ 0.000000] [mem 0x40000000-0xafffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 47 pages/cpu s155648 r8192 d28672 u2097152 [ 0.000000] pcpu-alloc: s155648 r8192 d28672 u2097152 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 255293 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: si.image-server=10.0.238.84 si.config=testimage.conf acpi=no noapic ip=dhcp dns=8.8.8.8,8.8.4.4 rd.vconsole.keymap=fr-mac splash si.debug rd.retry=20 initrd=initrd [ 0.000000] Specific versions of hardware are certified with Red Hat Enterprise Linux 8. Please see the list of hardware certified with Red Hat Enterprise Linux 8 at https://access.redhat.com/ecosystem. [ 0.000000] Memory: 215568K/1044776K available (12292K kernel code, 2118K rwdata, 3780K rodata, 2368K init, 6348K bss, 254800K reserved, 0K cma-reserved) [ 0.000000] random: get_random_u64 called from cache_random_seq_create+0x7c/0x140 with crng_init=0 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 35731 entries in 140 pages [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 32, preallocated irqs: 16 [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] ACPI: Core revision 20180531 [ 0.000000] ACPI: setting ELCR to 0200 (from 0000) [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns [ 0.000000] hpet clockevent registered [ 0.001000] APIC: Switch to symmetric I/O mode setup [ 0.001000] Not enabling interrupt remapping due to skipped IO-APIC setup [ 0.004000] tsc: Unable to calibrate against PIT [ 0.004000] tsc: using HPET reference calibration [ 0.004000] tsc: Detected 2807.938 MHz processor [ 0.004000] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x28798b8b746, max_idle_ns: 440795297713 ns [ 0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5615.87 BogoMIPS (lpj=2807938) [ 0.004000] pid_max: default: 32768 minimum: 301 [ 0.005469] Security Framework initialized [ 0.005473] Yama: becoming mindful. [ 0.005477] SELinux: Initializing. [ 0.007292] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.008340] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.008395] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.008429] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.009104] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.009107] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.009109] FEATURE SPEC_CTRL Not Present [ 0.009110] FEATURE IBPB_SUPPORT Not Present [ 0.009112] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.009114] Spectre V2 : Mitigation: Full generic retpoline [ 0.009116] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.009117] Speculative Store Bypass: Vulnerable [ 0.009156] MDS: Vulnerable: Clear CPU buffers attempted, no microcode [ 0.019173] Freeing SMP alternatives memory: 32K [ 0.021000] APIC calibration not consistent with PM-Timer: 125ms instead of 100ms [ 0.021000] APIC delta adjusted to PM-Timer: 6249989 (7835875) [ 0.021000] smpboot: CPU0: Intel QEMU Virtual CPU version 2.5+ (family: 0x6, model: 0x6, stepping: 0x3) [ 0.021000] Performance Events: PMU not available due to virtualization, using software events only. [ 0.021000] rcu: Hierarchical SRCU implementation. [ 0.021000] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.021000] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.021028] smp: Bringing up secondary CPUs ... [ 0.021031] smp: Brought up 1 node, 1 CPU [ 0.021032] smpboot: Max logical packages: 1 [ 0.021034] smpboot: Total of 1 processors activated (5615.87 BogoMIPS) [ 0.022002] node 0 initialised, 143602 pages in 1ms [ 0.022193] devtmpfs: initialized [ 0.022231] x86/mm: Memory block size: 128MB [ 0.022472] PM: Registering ACPI NVS region [mem 0x00800000-0x00807fff] (32768 bytes) [ 0.022475] PM: Registering ACPI NVS region [mem 0x00810000-0x008fffff] (983040 bytes) [ 0.022490] PM: Registering ACPI NVS region [mem 0x3e0bd000-0x3e0d2fff] (90112 bytes) [ 0.022493] PM: Registering ACPI NVS region [mem 0x3fbfb000-0x3fbfefff] (16384 bytes) [ 0.022495] PM: Registering ACPI NVS region [mem 0x3ff78000-0x3fffffff] (557056 bytes) [ 0.022571] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.022577] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.022666] pinctrl core: initialized pinctrl subsystem [ 0.022807] NET: Registered protocol family 16 [ 0.022884] audit: initializing netlink subsys (disabled) [ 0.022957] cpuidle: using governor menu [ 0.023000] ACPI: bus type PCI registered [ 0.023000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.023031] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000) [ 0.023037] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820 [ 0.023042] PCI: Using configuration type 1 for base access [ 0.023988] audit: type=2000 audit(1589800771.022:1): state=initialized audit_enabled=0 res=1 [ 0.024111] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.024383] cryptd: max_cpu_qlen set to 1000 [ 0.024640] ACPI: Added _OSI(Module Device) [ 0.024642] ACPI: Added _OSI(Processor Device) [ 0.024644] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.024645] ACPI: Added _OSI(Processor Aggregator Device) [ 0.024647] ACPI: Added _OSI(Linux-Dell-Video) [ 0.025153] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.025760] ACPI: Interpreter enabled [ 0.025772] ACPI: (supports S0 S3 S4 S5) [ 0.025773] ACPI: Using PIC for interrupt routing [ 0.025791] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.025857] ACPI: Enabled 1 GPEs in block 00 to 3F [ 0.027000] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.027000] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.027000] acpi PNP0A08:00: _OSC: platform does not support [LTR] [ 0.027000] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability] [ 0.027074] PCI host bridge to bus 0000:00 [ 0.027079] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.027081] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.027083] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.027085] pci_bus 0000:00: root bus resource [mem 0x40000000-0xafffffff window] [ 0.027087] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.027089] pci_bus 0000:00: root bus resource [mem 0x800000000-0xfffffffff window] [ 0.027092] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.027146] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000 [ 0.028017] pci 0000:00:01.0: [1234:1111] type 00 class 0x030000 [ 0.029005] pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xc0ffffff pref] [ 0.029783] pci 0000:00:01.0: reg 0x18: [mem 0xc1042000-0xc1042fff] [ 0.031989] pci 0000:00:01.0: reg 0x30: [mem 0xffff0000-0xffffffff pref] [ 0.032041] pci 0000:00:01.0: BAR 0: assigned to efifb [ 0.032396] pci 0000:00:02.0: [1af4:1000] type 00 class 0x020000 [ 0.033000] pci 0000:00:02.0: reg 0x10: [io 0x6060-0x607f] [ 0.034255] pci 0000:00:02.0: reg 0x14: [mem 0xc1041000-0xc1041fff] [ 0.036000] pci 0000:00:02.0: reg 0x20: [mem 0x800000000-0x800003fff 64bit pref] [ 0.037000] pci 0000:00:02.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref] [ 0.038551] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100 [ 0.039168] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO [ 0.039548] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601 [ 0.044282] pci 0000:00:1f.2: reg 0x20: [io 0x6040-0x605f] [ 0.044802] pci 0000:00:1f.2: reg 0x24: [mem 0xc1040000-0xc1040fff] [ 0.045617] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500 [ 0.047505] pci 0000:00:1f.3: reg 0x20: [io 0x6000-0x603f] [ 0.048493] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.048608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.048718] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.048828] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.048937] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11) [ 0.049000] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11) [ 0.049000] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11) [ 0.049000] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11) [ 0.050020] ACPI: PCI Interrupt Link [GSIA] (IRQs *16) [ 0.050035] ACPI: PCI Interrupt Link [GSIB] (IRQs *17) [ 0.050045] ACPI: PCI Interrupt Link [GSIC] (IRQs *18) [ 0.050055] ACPI: PCI Interrupt Link [GSID] (IRQs *19) [ 0.050065] ACPI: PCI Interrupt Link [GSIE] (IRQs *20) [ 0.050074] ACPI: PCI Interrupt Link [GSIF] (IRQs *21) [ 0.050084] ACPI: PCI Interrupt Link [GSIG] (IRQs *22) [ 0.050094] ACPI: PCI Interrupt Link [GSIH] (IRQs *23) [ 0.050349] pci 0000:00:01.0: vgaarb: setting as boot VGA device [ 0.050353] pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.050357] pci 0000:00:01.0: vgaarb: bridge control possible [ 0.050359] vgaarb: loaded [ 0.050477] SCSI subsystem initialized [ 0.050499] ACPI: bus type USB registered [ 0.050516] usbcore: registered new interface driver usbfs [ 0.050524] usbcore: registered new interface driver hub [ 0.050537] usbcore: registered new device driver usb [ 0.050584] pps_core: LinuxPPS API ver. 1 registered [ 0.050587] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.050591] PTP clock support registered [ 0.050628] EDAC MC: Ver: 3.0.0 [ 0.050914] Registered efivars operations [ 0.051000] PCI: Using ACPI for IRQ routing [ 0.139063] PCI: pci_cache_line_size set to 64 bytes [ 0.139218] e820: reserve RAM buffer [mem 0x00810000-0x008fffff] [ 0.139220] e820: reserve RAM buffer [mem 0x3df2e018-0x3fffffff] [ 0.139222] e820: reserve RAM buffer [mem 0x3df6a018-0x3fffffff] [ 0.139222] e820: reserve RAM buffer [mem 0x3e0bd000-0x3fffffff] [ 0.139223] e820: reserve RAM buffer [mem 0x3ea64000-0x3fffffff] [ 0.139224] e820: reserve RAM buffer [mem 0x3fb9b000-0x3fffffff] [ 0.139225] e820: reserve RAM buffer [mem 0x3fef4000-0x3fffffff] [ 0.139328] NetLabel: Initializing [ 0.139331] NetLabel: domain hash size = 128 [ 0.139332] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.139347] NetLabel: unlabeled traffic allowed by default [ 0.139459] HPET: 3 timers in total, 0 timers will be used for per-cpu timer [ 0.139497] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.139501] hpet0: 3 comparators, 64-bit 100.000000 MHz counter [ 0.145000] clocksource: Switched to clocksource tsc-early [ 0.156719] VFS: Disk quotas dquot_6.6.0 [ 0.156719] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.156719] pnp: PnP ACPI init [ 0.156719] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.156719] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.156719] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active) [ 0.161899] pnp 00:03: Plug and Play ACPI device, IDs PNP0400 (active) [ 0.161936] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active) [ 0.162200] pnp: PnP ACPI: found 5 devices [ 0.167414] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.167414] pci 0000:00:01.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window [ 0.167414] pci 0000:00:02.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window [ 0.167414] pci 0000:00:02.0: BAR 6: assigned [mem 0x40000000-0x4003ffff pref] [ 0.167414] pci 0000:00:01.0: BAR 6: assigned [mem 0x40040000-0x4004ffff pref] [ 0.167414] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.167414] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.167414] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.167414] pci_bus 0000:00: resource 7 [mem 0x40000000-0xafffffff window] [ 0.167414] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff window] [ 0.167414] pci_bus 0000:00: resource 9 [mem 0x800000000-0xfffffffff window] [ 0.167414] NET: Registered protocol family 2 [ 0.168770] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes) [ 0.168777] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.168787] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.168792] TCP: Hash tables configured (established 8192 bind 8192) [ 0.168792] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.168792] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.168792] NET: Registered protocol family 1 [ 0.168792] NET: Registered protocol family 44 [ 0.168792] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.168792] PCI: CLS 0 bytes, default 64 [ 0.168792] Unpacking initramfs... [ 1.155484] Freeing initrd memory: 82808K [ 1.158725] Initialise system trusted keyrings [ 1.158733] Key type blacklist registered [ 1.158761] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.160168] zbud: loaded [ 1.160464] pstore: using deflate compression [ 1.160663] Platform Keyring initialized [ 1.254603] NET: Registered protocol family 38 [ 1.254610] Key type asymmetric registered [ 1.254611] Asymmetric key parser 'x509' registered [ 1.254625] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 1.254646] io scheduler mq-deadline registered [ 1.254647] io scheduler kyber registered [ 1.254689] io scheduler bfq registered [ 1.254721] atomic64_test: passed for x86-64 platform with CX8 and with SSE [ 1.254779] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 1.254800] efifb: probing for efifb [ 1.254809] efifb: framebuffer at 0xc0000000, using 5120k, total 5120k [ 1.254810] efifb: mode is 1280x1024x32, linelength=5120, pages=1 [ 1.254812] efifb: scrolling: redraw [ 1.254813] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 1.268954] Console: switching to colour frame buffer device 160x64 [ 1.280685] fb0: EFI VGA frame buffer device [ 1.280685] intel_idle: does not run on family 6 model 6 [ 1.280685] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.280685] ACPI: Power Button [PWRF] [ 1.281316] PCI Interrupt Link [LNKG] enabled at IRQ 11 [ 1.281329] PCI: setting IRQ 11 as level-triggered [ 1.282909] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.308143] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.308925] Non-volatile memory driver v1.3 [ 1.309102] rdac: device handler registered [ 1.309102] hp_sw: device handler registered [ 1.309629] emc: device handler registered [ 1.309924] alua: device handler registered [ 1.310115] libphy: Fixed MDIO Bus: probed [ 1.310311] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.310479] ehci-pci: EHCI PCI platform driver [ 1.310605] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.310605] ohci-pci: OHCI PCI platform driver [ 1.311056] uhci_hcd: USB Universal Host Controller Interface driver [ 1.311261] usbcore: registered new interface driver usbserial_generic [ 1.311446] usbserial: USB Serial support registered for generic [ 1.311647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.312756] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.312921] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.313124] mousedev: PS/2 mouse device common for all mice [ 1.313124] rtc_cmos 00:00: RTC can wake from S4 [ 1.314615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.319099] rtc_cmos 00:00: registered as rtc0 [ 1.319099] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs [ 1.320329] EFI Variables Facility v0.08 2004-May-17 [ 1.320623] hidraw: raw HID events driver (C) Jiri Kosina [ 1.320623] usbcore: registered new interface driver usbhid [ 1.321110] usbhid: USB HID core driver [ 1.321327] drop_monitor: Initializing network drop monitor service [ 1.321531] Initializing XFRM netlink socket [ 1.321768] NET: Registered protocol family 10 [ 1.327292] Segment Routing with IPv6 [ 1.327825] NET: Registered protocol family 17 [ 1.328137] mpls_gso: MPLS GSO support [ 1.335614] core: Using 0 MCE banks [ 1.338894] sched_clock: Marking stable (1338846767, 0)->(1515922867, -177076100) [ 1.339538] registered taskstats version 1 [ 1.340068] Loading compiled-in X.509 certificates [ 1.371123] Loaded X.509 cert 'CentOS Linux kernel signing key: fe454f8213ebfc41c8be4b4305d614b216a92a7e' [ 1.381250] Loaded X.509 cert 'CentOS Linux Driver update signing key: 29bd4c0d06d2e9911044b5dc973309139b51d6d5' [ 1.381848] Loaded X.509 cert 'CentOS Linux kpatch signing key: b49f086205909dc4da2cfa99376fb191d2f09e78' [ 1.382789] zswap: loaded using pool lzo/zbud [ 1.387921] Key type big_key registered [ 1.392559] Key type encrypted registered [ 1.402264] Couldn't get size: 0x800000000000000e [ 1.402809] MODSIGN: Couldn't get UEFI db list [ 1.403358] Couldn't get size: 0x800000000000000e [ 1.404031] Couldn't get UEFI MokListRT [ 1.404594] Couldn't get size: 0x800000000000000e [ 1.405128] Couldn't get UEFI dbx list [ 1.405759] ima: No TPM chip found, activating TPM-bypass! [ 1.406299] ima: Allocated hash algorithm: sha1 [ 1.406845] evm: Initialising EVM extended attributes: [ 1.407476] evm: security.selinux [ 1.408000] evm: security.ima [ 1.408537] evm: security.capability [ 1.409144] evm: HMAC attrs: 0x1 [ 1.409995] rtc_cmos 00:00: setting system clock to 2020-05-18 11:19:32 UTC (1589800772) [ 1.412791] Freeing unused decrypted memory: 2040K [ 1.415002] Freeing unused kernel memory: 2368K [ 1.416357] Write protecting the kernel read-only data: 18432k [ 1.417376] Freeing unused kernel memory: 2020K [ 1.419142] Freeing unused kernel memory: 316K [ 1.440374] systemd[1]: systemd 239 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy) [ 1.441753] systemd[1]: Detected virtualization qemu. [ 1.442341] systemd[1]: Detected architecture x86-64. [ 1.442922] systemd[1]: Running in initial RAM disk. [ 1.447318] systemd[1]: No hostname configured. [ 1.448153] systemd[1]: Set hostname to <localhost>. [ 1.448869] random: systemd: uninitialized urandom read (16 bytes read) [ 1.454687] systemd[1]: Initializing machine ID from random generator. [ 1.516621] random: systemd: uninitialized urandom read (16 bytes read) [ 1.528163] systemd[1]: Reached target Swap. [ 1.529608] random: systemd: uninitialized urandom read (16 bytes read) [ 1.530197] systemd[1]: Reached target Timers. [ 1.531673] systemd[1]: Listening on udev Control Socket. [ 2.017229] tsc: Refined TSC clocksource calibration: 2808.001 MHz [ 2.031052] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2879c7239ca, max_idle_ns: 440795336549 ns [ 2.053173] clocksource: Switched to clocksource tsc [ 2.181064] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 [ 4.004181] device-mapper: uevent: version 1.0.3 [ 4.015417] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com [ 5.130520] input: PC Speaker as /devices/platform/pcspkr/input/input4 [ 5.303128] libata version 3.00 loaded. [ 5.324139] ahci 0000:00:1f.2: version 3.0 [ 5.348309] PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 5.348311] PCI: setting IRQ 10 as level-triggered [ 5.349487] ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode [ 5.349489] ahci 0000:00:1f.2: flags: 64bit ncq only [ 5.396155] virtio_net virtio0 enp0s2: renamed from eth0 [ 5.401392] scsi host0: ahci [ 5.409875] scsi host1: ahci [ 5.422908] scsi host2: ahci [ 5.430559] scsi host3: ahci [ 5.434645] scsi host4: ahci [ 5.442877] scsi host5: ahci [ 5.443118] ata1: SATA max UDMA/133 abar m4096@0xc1040000 port 0xc1040100 irq 19 [ 5.443129] ata2: SATA max UDMA/133 abar m4096@0xc1040000 port 0xc1040180 irq 19 [ 5.443139] ata3: SATA max UDMA/133 abar m4096@0xc1040000 port 0xc1040200 irq 19 [ 5.443149] ata4: SATA max UDMA/133 abar m4096@0xc1040000 port 0xc1040280 irq 19 [ 5.443179] ata5: SATA max UDMA/133 abar m4096@0xc1040000 port 0xc1040300 irq 19 [ 5.443189] ata6: SATA max UDMA/133 abar m4096@0xc1040000 port 0xc1040380 irq 19 [ 5.514412] checking generic (c0000000 500000) vs hw (c0000000 1000000) [ 5.514413] fb: switching to bochsdrmfb from EFI VGA [ 5.535535] Console: switching to colour dummy device 80x25 [ 5.535706] bochs-drm 0000:00:01.0: vgaarb: deactivate vga console [ 5.535815] [drm] Found bochs VGA, ID 0xb0c5. [ 5.535818] [drm] Framebuffer size 16384 kB @ 0xc0000000, mmio @ 0xc1042000. [ 5.542528] [TTM] Zone kernel: Available graphics memory: 500358 kiB [ 5.542532] [TTM] Initializing pool allocator [ 5.542536] [TTM] Initializing DMA pool allocator [ 5.545355] [drm] Found EDID data blob. [ 5.545740] [drm] Initialized bochs-drm 1.0.0 20130925 for 0000:00:01.0 on minor 0 [ 5.569541] fbcon: DRM emulated (fb0) is primary device [ 5.570853] Console: switching to colour frame buffer device 128x48 [ 5.576661] bochs-drm 0000:00:01.0: fb0: DRM emulated frame buffer device [ 5.750574] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 5.750937] ata1.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100 [ 5.757969] ata1.00: 62914560 sectors, multi 16: LBA48 NCQ (depth 32) [ 5.764069] ata1.00: applying bridge limits [ 5.767371] ata2: SATA link down (SStatus 0 SControl 300) [ 5.768238] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 5.768870] ata3.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 [ 5.769284] ata3.00: applying bridge limits [ 5.770213] ata3.00: configured for UDMA/100 [ 5.772594] ata1.00: configured for UDMA/100 [ 5.773154] scsi 0:0:0:0: Direct-Access ATA QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5 [ 5.773996] scsi 2:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 [ 5.777885] ata5: SATA link down (SStatus 0 SControl 300) [ 5.778613] ata4: SATA link down (SStatus 0 SControl 300) [ 5.785384] ata6: SATA link down (SStatus 0 SControl 300) [ 5.818630] sd 0:0:0:0: [sda] 62914560 512-byte logical blocks: (32.2 GB/30.0 GiB) [ 5.828556] sd 0:0:0:0: [sda] Write Protect is off [ 5.828962] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 5.828972] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 5.832480] sd 0:0:0:0: [sda] Attached SCSI disk [ 5.841870] sr 2:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray [ 5.842289] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 5.843774] sr 2:0:0:0: Attached scsi CD-ROM sr0 [ 15.135560] random: fast init done [ 27.595861] random: crng init done [ 27.605528] random: 7 urandom warning(s) missed due to ratelimiting Plymouth_udev.log (70,507 bytes)
execve("/sbin/plymouthd", ["plymouthd"], 0x7ffc74170b48 /* 24 vars */) = 0 brk(NULL) = 0x55c7194fc000 arch_prctl(0x3001 /* ARCH_??? */, 0x7ffc3293d630) = -1 EINVAL (Invalid argument) access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=13774, ...}) = 0 mmap(NULL, 13774, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f1f31b1d000 close(3) = 0 openat(AT_FDCWD, "/lib64/libply.so.4", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000Y\0\0\0\0\0\0@\0\0\0\0\0\0\0(\37\2\0\0\0\0\0\0\0\0\0@\08\0\10\0@\0\35\0\34\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0Hc\1\0\0\0\0\0Hc\1\0\0\0\0\0\0\0 \0\0\0\0\0\1\0\0\0\6\0\0\0\240h\1\0\0\0\0\0\240h!\0\0\0\0\0\240h!\0\0\0\0\0h\7\0\0\0\0\0\0\340\16\0\0\0\0\0\0\0\0 \0\0\0\0\0\2\0\0\0\6\0\0\0\270h\1\0\0\0\0\0\270h!\0\0\0\0\0\270h!\0\0\0\0\0 \2\0\0\0\0\0\0 \2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0(c\1\0\0\0\0\0(c\1\0\0\0\0\0(c\1\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0h5\1\0\0\0\0\0h5\1\0\0\0\0\0h5\1\0\0\0\0\0\344\6\0\0\0\0\0\0\344\6\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\240h\1\0\0\0\0\0\240h!\0\0\0\0\0\240h!\0\0\0\0\0`\7\0\0\0\0\0\0`\7\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0)4{J\367cZ\353`\223$\2504\353\v\23C\37x\f\0\0\0\0\203\0\0\0V\0\0\0\20\0\0\0\n\0\0\0\340U\0@\23V\4\310&4J)*\2E@Dt\2Q\0\10\243\20C\342\330{\3(\230F\224,\1\0\0@\302\6\224\220\f\30\1\2;\0\3@@\26D\201\10\4(\222@\310$`$\3\214\34\204\312\20\300@Y!\200\220\26\3007\310\210\25%AB\221\0\322`\223\0046R\10E \22``J\234\10\20\2C\21\201\353-\200\32\322\2 `a\10 \10\262 \202\v\230$\21\24\tV\0\0\0\0\0\0\0W\0\0\0Z\0\0\0[\0\0\0_\0\0\0\0\0\0\0a\0\0\0f\0\0\0g\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0j\0\0\0k\0\0\0m\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0q\0\0\0s\0\0\0t\0\0\0w\0\0\0\0\0\0\0x\0\0\0\0\0\0\0y\0\0\0z\0\0\0{\0\0\0|\0\0\0\0\0\0\0\200\0\0\0\201\0\0\0\0\0\0\0", 832) = 832 lseek(3, 90920, SEEK_SET) = 90920 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 fstat(3, {st_mode=S_IFREG|0755, st_size=140904, ...}) = 0 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f31b1b000 lseek(3, 90920, SEEK_SET) = 90920 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 mmap(NULL, 2193280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f316e1000 mprotect(0x7f1f316f8000, 2093056, PROT_NONE) = 0 mmap(0x7f1f318f7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f1f318f7000 close(3) = 0 openat(AT_FDCWD, "/lib64/libply-splash-core.so.4", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000q\0\0\0\0\0\0@\0\0\0\0\0\0\0\370\26\2\0\0\0\0\0\0\0\0\0@\08\0\10\0@\0\34\0\33\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\230z\1\0\0\0\0\0\230z\1\0\0\0\0\0\0\0 \0\0\0\0\0\1\0\0\0\6\0\0\0\210\207\1\0\0\0\0\0\210\207!\0\0\0\0\0\210\207!\0\0\0\0\0x\10\0\0\0\0\0\0\210\10\0\0\0\0\0\0\0\0 \0\0\0\0\0\2\0\0\0\6\0\0\0\240\207\1\0\0\0\0\0\240\207!\0\0\0\0\0\240\207!\0\0\0\0\0@\2\0\0\0\0\0\0@\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0xz\1\0\0\0\0\0xz\1\0\0\0\0\0xz\1\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0XR\1\0\0\0\0\0XR\1\0\0\0\0\0XR\1\0\0\0\0\0\274\6\0\0\0\0\0\0\274\6\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\210\207\1\0\0\0\0\0\210\207!\0\0\0\0\0\210\207!\0\0\0\0\0x\10\0\0\0\0\0\0x\10\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\325\331\376\216&\353\353\245Mwi\375;\274Cz\365\317\347r\0\0\0\0\203\0\0\0\201\0\0\0\20\0\0\0\n\0\0\0j\220\201\224\201e\1\204*\247!\222G\230 \213\201\10%`\324\302b02\232\5 \365Y\210A*\200\21\346le\264\6@\0!\221`\4\262\16@\2\0\1\2\1@\261\201\3r\0h\210 P \10Q#\364I\230a\250\0@a\t\4\0\200\10PF\4\20!H\0\261\346\1`\10\310U\"\10\0\24\10b0`k\30(\0L%@\2/\232\260 \304\4\231\0255\1I81\0\3600\0\201\0\0\0\204\0\0\0\206\0\0\0\211\0\0\0\0\0\0\0\213\0\0\0\0\0\0\0\214\0\0\0\216\0\0\0\217\0\0\0\222\0\0\0\224\0\0\0\226\0\0\0\231\0\0\0\0\0\0\0\0\0\0\0\232\0\0\0\234\0\0\0\236\0\0\0\240\0\0\0\0\0\0\0\242\0\0\0\243\0\0\0\247\0\0\0\251\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\252\0\0\0\253\0\0\0\0\0\0\0\0\0\0\0\254\0\0\0\256\0\0\0", 832) = 832 lseek(3, 96888, SEEK_SET) = 96888 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 fstat(3, {st_mode=S_IFREG|0755, st_size=138744, ...}) = 0 lseek(3, 96888, SEEK_SET) = 96888 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 mmap(NULL, 2199568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f314c7000 mprotect(0x7f1f314df000, 2097152, PROT_NONE) = 0 mmap(0x7f1f316df000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f1f316df000 mmap(0x7f1f316e0000, 16, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1f316e0000 close(3) = 0 openat(AT_FDCWD, "/lib64/libudev.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340E\0\0\0\0\0\0@\0\0\0\0\0\0\0\350\313\7\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0 \0\37\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\350H\2\0\0\0\0\0\350H\2\0\0\0\0\0\0\0 \0\0\0\0\0\1\0\0\0\6\0\0\0\320X\2\0\0\0\0\0\320X\"\0\0\0\0\0\320X\"\0\0\0\0\0\270\7\0\0\0\0\0\0(\20\0\0\0\0\0\0\0\0 \0\0\0\0\0\2\0\0\0\6\0\0\0\300Y\2\0\0\0\0\0\300Y\"\0\0\0\0\0\300Y\"\0\0\0\0\0p\2\0\0\0\0\0\0p\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\310H\2\0\0\0\0\0\310H\2\0\0\0\0\0\310H\2\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0\7\0\0\0\4\0\0\0\320X\2\0\0\0\0\0\320X\"\0\0\0\0\0\320X\"\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\324\356\1\0\0\0\0\0\324\356\1\0\0\0\0\0\324\356\1\0\0\0\0\0\304\f\0\0\0\0\0\0\304\f\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\320X\2\0\0\0\0\0\320X\"\0\0\0\0\0\320X\"\0\0\0\0\0000\7\0\0\0\0\0\0000\7\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0Iu\324\276\20\247\224\270\365NV\337\2\344\215\242T\315\331\205\0\0\0\0C\0\0\0n\0\0\0\10\0\0\0\t\0\0\0%P\3625\322\0305KP\200\4k\0\t\343\2\352\312\26\1\\\0E\204$ \224\200\2242\0\22\301\202\200\0\1\0\0Q\241\"H\240 \274/5z\245s\25\22p\23H\221\220%0\250\25C\2\0\0\0\0n\0\0\0o\0\0\0q\0\0\0t\0\0\0v\0\0\0\0\0\0\0x\0\0\0{\0\0\0}\0\0\0\0\0\0\0~\0\0\0\177\0\0\0\200\0\0\0\201\0\0\0\203\0\0\0\206\0\0\0\207\0\0\0\0\0\0\0\210\0\0\0\211\0\0\0\213\0\0\0\0\0\0\0\214\0\0\0\216\0\0\0\217\0\0\0\221\0\0\0\224\0\0\0\0\0\0\0\226\0\0\0\230\0\0\0\231\0\0\0\234\0\0\0\235\0\0\0\236\0\0\0\240\0\0\0", 832) = 832 lseek(3, 149704, SEEK_SET) = 149704 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 fstat(3, {st_mode=S_IFREG|0755, st_size=513000, ...}) = 0 lseek(3, 149704, SEEK_SET) = 149704 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 mmap(NULL, 2255096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f312a0000 mprotect(0x7f1f312c5000, 2097152, PROT_NONE) = 0 mmap(0x7f1f314c5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f1f314c5000 close(3) = 0 openat(AT_FDCWD, "/lib64/libm.so.6", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\305\0\0\0\0\0\0@\0\0\0\0\0\0\0\340M8\0\0\0\0\0\0\0\0\0@\08\0\10\0@\0%\0$\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0004\0\30\0\0\0\0\0004\0\30\0\0\0\0\0\0\0 \0\0\0\0\0\1\0\0\0\6\0\0\0`\r\30\0\0\0\0\0`\r8\0\0\0\0\0`\r8\0\0\0\0\0\324\3\0\0\0\0\0\0\340\3\0\0\0\0\0\0\0\0 \0\0\0\0\0\2\0\0\0\6\0\0\0x\r\30\0\0\0\0\0x\r8\0\0\0\0\0x\r8\0\0\0\0\0000\2\0\0\0\0\0\0000\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0D\0\0\0\0\0\0\0D\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0H\2\0\0\0\0\0\0H\2\0\0\0\0\0\0H\2\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\210.\27\0\0\0\0\0\210.\27\0\0\0\0\0\210.\27\0\0\0\0\0D\34\0\0\0\0\0\0D\34\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0`\r\30\0\0\0\0\0`\r8\0\0\0\0\0`\r8\0\0\0\0\0\240\2\0\0\0\0\0\0\240\2\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\26\304G\325\v,\362.\256\237\263\263\353\345\22{t\361\266\f\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\3\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0000\0\0\0\5\0\0\0GNU\0\0\0\0\300\4\0\0\0\0\6\0\0\0\0\0\0\1\0\0\300\4\0\0\0\0\6\0\0\0\0\0\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0\372\3\0\0\22\0\0\0\200\0\0\0\r\0\0\0\245@\0@AH\20\4\"T\4N\2\17e\0J\350\200\"\0q\10\312H`\0\200\0006J@\24\204&\20PA\337\300P\1\2\t\0\20h\202\24\10\0\222\22\0\200(\252\0!@\212`\30\0\2#\0E \20(\2\20$\tf\5Q\6\212\21\0\0\0\4!\22@\5\10 0\324J\32 \320\0\10\22\1\204iJG\211\f\20\200H \0`(\220\24\n\5\22\2\2\210\0\6\0\10\2@@\10\303\30\"\204\5A0E\4 \210#\t\0@B\20@\203!A\0\4`\0\10J\1\t\224\1\200\200\0\0000H2", 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=3692320, ...}) = 0 mmap(NULL, 3674432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f30f1e000 mprotect(0x7f1f3109f000, 2093056, PROT_NONE) = 0 mmap(0x7f1f3129e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x180000) = 0x7f1f3129e000 close(3) = 0 openat(AT_FDCWD, "/lib64/librt.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340%\0\0\0\0\0\0@\0\0\0\0\0\0\0P#\2\0\0\0\0\0\0\0\0\0@\08\0\10\0@\0'\0&\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\34o\0\0\0\0\0\0\34o\0\0\0\0\0\0\0\0 \0\0\0\0\0\1\0\0\0\6\0\0\0X}\0\0\0\0\0\0X} \0\0\0\0\0X} \0\0\0\0\0\364\4\0\0\0\0\0\0h\16\0\0\0\0\0\0\0\0 \0\0\0\0\0\2\0\0\0\6\0\0\0x}\0\0\0\0\0\0x} \0\0\0\0\0x} \0\0\0\0\0000\2\0\0\0\0\0\0000\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0D\0\0\0\0\0\0\0D\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0H\2\0\0\0\0\0\0H\2\0\0\0\0\0\0H\2\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\0]\0\0\0\0\0\0\0]\0\0\0\0\0\0\0]\0\0\0\0\0\0L\2\0\0\0\0\0\0L\2\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0X}\0\0\0\0\0\0X} \0\0\0\0\0X} \0\0\0\0\0\250\2\0\0\0\0\0\0\250\2\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\2548\307d1t\350\223\351\372l\"\233\3522Y\2\370^\241\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\3\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0b\0\0\0B\0\0\0\10\0\0\0\t\0\0\0\1\0\204!0\0\10@\0\20P\213\340\6\22 \0\10\202@\0(\200 \t\3\0\4@\1@#\2\20\0\2\240\4 \0\10\0\0\2\0\4\0\200\210\206D\20\0\0\20\4P\20\2\322\4\1\4\206\0\0\0\0\0\0\0\0B\0\0\0C\0\0\0D\0\0\0\0\0\0\0E\0\0\0\0\0\0\0F\0\0\0\0\0\0\0H\0\0\0I\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0K\0\0\0\0\0\0\0L\0\0\0\0\0\0\0M\0\0\0\0\0\0\0O\0\0\0P\0\0\0\0\0\0\0", 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=142608, ...}) = 0 mmap(NULL, 2132928, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f30d15000 mprotect(0x7f1f30d1c000, 2097152, PROT_NONE) = 0 mmap(0x7f1f30f1c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f1f30f1c000 close(3) = 0 openat(AT_FDCWD, "/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\20\0\0\0\0\0\0@\0\0\0\0\0\0\0\350\303\0\0\0\0\0\0\0\0\0\0@\08\0\10\0@\0\"\0!\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0H%\0\0\0\0\0\0H%\0\0\0\0\0\0\0\0 \0\0\0\0\0\1\0\0\0\6\0\0\0H-\0\0\0\0\0\0H- \0\0\0\0\0H- \0\0\0\0\0`\3\0\0\0\0\0\0\350\3\0\0\0\0\0\0\0\0 \0\0\0\0\0\2\0\0\0\6\0\0\0p-\0\0\0\0\0\0p- \0\0\0\0\0p- \0\0\0\0\0000\2\0\0\0\0\0\0000\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0D\0\0\0\0\0\0\0D\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0H\2\0\0\0\0\0\0H\2\0\0\0\0\0\0H\2\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0@\37\0\0\0\0\0\0@\37\0\0\0\0\0\0@\37\0\0\0\0\0\0\324\0\0\0\0\0\0\0\324\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0H-\0\0\0\0\0\0H- \0\0\0\0\0H- \0\0\0\0\0\270\2\0\0\0\0\0\0\270\2\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0M2\37\36\202'\277\10\217K\267\310\360\230;\3027\3g\21\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\3\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0\33\0\0\0\34\0\0\0\2\0\0\0\7\0\0\0\230\2\21\0\200H\0\4\22\0 @\203(\10\236\34\0\0\0\0\0\0\0\35\0\0\0\0\0\0\0\0\0\0\0\36\0\0\0\0\0\0\0\37\0\0\0\0\0\0\0 \0\0\0\0\0\0\0!\0\0\0\0\0\0\0\"\0\0\0$\0\0\0%\0\0\0'\0\0\0(\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0)\0\0\0*\0\0\0\0\0\0\0\0\0\0\0\353\26\251\30a\257\0\371\301S\200\30\273\25sB\257\304M\17\221!\374\370\6\2\4\371\3733\373\17\371\31sB\372\31sB\225\263_\31\177\236\320\30a\242\222\6\325\252\356\354\5\350\7\371\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=52328, ...}) = 0 mmap(NULL, 2109744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f30b11000 mprotect(0x7f1f30b14000, 2093056, PROT_NONE) = 0 mmap(0x7f1f30d13000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f1f30d13000 close(3) = 0 openat(AT_FDCWD, "/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2009\2\0\0\0\0\0@\0\0\0\0\0\0\0\200_[\0\0\0\0\0\0\0\0\0@\08\0\v\0@\0L\0K\0\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0h\2\0\0\0\0\0\0h\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\3\0\0\0\4\0\0\0\260\347\30\0\0\0\0\0\260\347\30\0\0\0\0\0\260\347\30\0\0\0\0\0\34\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\334\217\33\0\0\0\0\0\334\217\33\0\0\0\0\0\0\0 \0\0\0\0\0\1\0\0\0\6\0\0\0(\226\33\0\0\0\0\0(\226;\0\0\0\0\0(\226;\0\0\0\0\0XR\0\0\0\0\0\0\370\221\0\0\0\0\0\0\0\0 \0\0\0\0\0\2\0\0\0\6\0\0\0`\313\33\0\0\0\0\0`\313;\0\0\0\0\0`\313;\0\0\0\0\0\360\1\0\0\0\0\0\0\360\1\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\250\2\0\0\0\0\0\0\250\2\0\0\0\0\0\0\250\2\0\0\0\0\0\0D\0\0\0\0\0\0\0D\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\360\2\0\0\0\0\0\0\360\2\0\0\0\0\0\0\360\2\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0\7\0\0\0\4\0\0\0(\226\33\0\0\0\0\0(\226;\0\0\0\0\0(\226;\0\0\0\0\0\20\0\0\0\0\0\0\0\220\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\314\347\30\0\0\0\0\0\314\347\30\0\0\0\0\0\314\347\30\0\0\0\0\0\fb\0\0\0\0\0\0\fb\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0(\226\33\0\0\0\0\0(\226;\0\0\0\0\0(\226;\0\0\0\0\0\3309\0\0\0\0\0\0\3309\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0xh\256\6\222\0\vHh\374\"\30\260\261Tl~ewF\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\3\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0\363\3\0\0\f\0\0\0\0\1\0\0\16\0\0\0\0000\20D\240 \2\1\210\3\346\220\305E\214\0\304\0X\0\7\204\0p\302\200\1\r\212\fA\4", 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=5993088, ...}) = 0 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f31b19000 mmap(NULL, 3942432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f3074e000 mprotect(0x7f1f30907000, 2097152, PROT_NONE) = 0 mmap(0x7f1f30b07000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b9000) = 0x7f1f30b07000 mmap(0x7f1f30b0d000, 14368, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1f30b0d000 close(3) = 0 openat(AT_FDCWD, "/lib64/libmount.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\352\0\0\0\0\0\0@\0\0\0\0\0\0\0000\341\7\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\37\0\36\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340I\5\0\0\0\0\0\340I\5\0\0\0\0\0\0\0 \0\0\0\0\0\1\0\0\0\6\0\0\0\260Y\5\0\0\0\0\0\260Y%\0\0\0\0\0\260Y%\0\0\0\0\0\270'\0\0\0\0\0\0P;\0\0\0\0\0\0\0\0 \0\0\0\0\0\2\0\0\0\6\0\0\0\350o\5\0\0\0\0\0\350o%\0\0\0\0\0\350o%\0\0\0\0\0`\2\0\0\0\0\0\0`\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\300I\5\0\0\0\0\0\300I\5\0\0\0\0\0\300I\5\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0\7\0\0\0\4\0\0\0\260Y\5\0\0\0\0\0\260Y%\0\0\0\0\0\260Y%\0\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0P\345td\4\0\0\0\350\252\4\0\0\0\0\0\350\252\4\0\0\0\0\0\350\252\4\0\0\0\0\0\214\26\0\0\0\0\0\0\214\26\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\260Y\5\0\0\0\0\0\260Y%\0\0\0\0\0\260Y%\0\0\0\0\0P&\0\0\0\0\0\0P&\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0q\201\1\204M\326FO\207\353+\r\262vqN\376\352\206U\0\0\0\0\7\1\0\0\352\0\0\0 \0\0\0\v\0\0\0D\202\302\0\n\244\345\34\22\346\0\3\216\242\304D\200\t&\0\10\0\0\4@\26\240\16\276j\2\376\22\320\"$\210\5\0F@\"\0\4\200\0p\304\202\222I\223\1&\\\1\2\1\0002\0\0\2f!X\26f\201\220\232\225\4@0\200\20`(\200\31\20\0d\2C\f@@@F\f\30\10\1\0C\4@\10@8\2\0202l\260\204\f\200\1\4 \200h,\0\0 \0\6\10$D\0\f\300HA\204$A\211\330!\0` P\3bT$rP\214\10\f\200\220\3\270t\5\20\352 \20\24!\0\210\0P\354\7 \220\20\1\3\4\f\0\203\0\200\4\10\211xP\325\4\4\0\0000\220\0\5\302\0\10\0\34Q\1\10\0\1\1( \24B\27D", 832) = 832 lseek(3, 346560, SEEK_SET) = 346560 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 fstat(3, {st_mode=S_IFREG|0755, st_size=518384, ...}) = 0 lseek(3, 346560, SEEK_SET) = 346560 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 mmap(NULL, 2462976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f304f4000 mprotect(0x7f1f30549000, 2097152, PROT_NONE) = 0 mmap(0x7f1f30749000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x55000) = 0x7f1f30749000 mmap(0x7f1f3074d000, 1280, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1f3074d000 close(3) = 0 openat(AT_FDCWD, "/lib64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300-\0\0\0\0\0\0@\0\0\0\0\0\0\0@\217\1\0\0\0\0\0\0\0\0\0@\08\0\10\0@\0 \0\37\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\260i\1\0\0\0\0\0\260i\1\0\0\0\0\0\0\0 \0\0\0\0\0\1\0\0\0\6\0\0\0000l\1\0\0\0\0\0000l!\0\0\0\0\0000l!\0\0\0\0\0\330\3\0\0\0\0\0\0\240\6\0\0\0\0\0\0\0\0 \0\0\0\0\0\2\0\0\0\6\0\0\0Pl\1\0\0\0\0\0Pl!\0\0\0\0\0Pl!\0\0\0\0\0\20\2\0\0\0\0\0\0\20\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\220i\1\0\0\0\0\0\220i\1\0\0\0\0\0\220i\1\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\370E\1\0\0\0\0\0\370E\1\0\0\0\0\0\370E\1\0\0\0\0\0<\6\0\0\0\0\0\0<\6\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0000l\1\0\0\0\0\0000l!\0\0\0\0\0000l!\0\0\0\0\0\320\3\0\0\0\0\0\0\320\3\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\0=[y`\211\361\t*\371\321#P\242\340Je\7\3270\0\0\0\0\203\0\0\0\25\0\0\0\20\0\0\0\n\0\0\0\23\34\3\30\4$\0\1\1\201\0T\4\6\210\20\200\204\0\10\0\10\5\200\2\0@\20D\20\0\266\2\200\320 \301\0\220\202t\1\0\4\10(\300\2H\1\v \320\1\2(\0235\4`l\322\0!\3p`@\322\200\10`\0@\1\0\200\1\0\0\22$\0\10\21\2\10I\300\1$\t\21( \10C\v\246\202H\t\10\10\3D\f\n\34\22O\306\1\207\va\204\226\315\4\302\305\f\242\333\16\314\25\0\0\0\26\0\0\0\31\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0\36\0\0\0\37\0\0\0!\0\0\0$\0\0\0&\0\0\0\0\0\0\0'\0\0\0)\0\0\0*\0\0\0-\0\0\0/\0\0\0002\0\0\0003\0\0\0006\0\0\0\0\0\0\0007\0\0\08\0\0\0<\0\0\0=\0\0\0?\0\0\0@\0\0\0A\0\0\0B\0\0\0C\0\0\0E\0\0\0\0\0\0\0F\0\0\0\0\0\0\0", 832) = 832 lseek(3, 92560, SEEK_SET) = 92560 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 fstat(3, {st_mode=S_IFREG|0755, st_size=104256, ...}) = 0 lseek(3, 92560, SEEK_SET) = 92560 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 mmap(NULL, 2192080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f302dc000 mprotect(0x7f1f302f3000, 2093056, PROT_NONE) = 0 mmap(0x7f1f304f2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f1f304f2000 close(3) = 0 openat(AT_FDCWD, "/lib64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000o\0\0\0\0\0\0@\0\0\0\0\0\0\0xy\v\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0(\0'\0\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0000\2\0\0\0\0\0\0000\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\3\0\0\0\4\0\0\0\200Y\1\0\0\0\0\0\200Y\1\0\0\0\0\0\200Y\1\0\0\0\0\0\34\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\204\245\1\0\0\0\0\0\204\245\1\0\0\0\0\0\0\0 \0\0\0\0\0\1\0\0\0\6\0\0\0\210\253\1\0\0\0\0\0\210\253!\0\0\0\0\0\210\253!\0\0\0\0\0\250\7\0\0\0\0\0\08I\0\0\0\0\0\0\0\0 \0\0\0\0\0\2\0\0\0\6\0\0\0`\255\1\0\0\0\0\0`\255!\0\0\0\0\0`\255!\0\0\0\0\0000\2\0\0\0\0\0\0000\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0p\2\0\0\0\0\0\0p\2\0\0\0\0\0\0p\2\0\0\0\0\0\0D\0\0\0\0\0\0\0D\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\270\2\0\0\0\0\0\0\270\2\0\0\0\0\0\0\270\2\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\240Y\1\0\0\0\0\0\240Y\1\0\0\0\0\0\240Y\1\0\0\0\0\0\254\t\0\0\0\0\0\0\254\t\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\210\253\1\0\0\0\0\0\210\253!\0\0\0\0\0\210\253!\0\0\0\0\0x\4\0\0\0\0\0\0x\4\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0Lg\255\21\326\2262x:\336\374\256\271T\313\310\35%\30\315\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\3\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0\f\2\0\0c\0\0\0 \0\0\0\v\0\0\0\31#\2\261\1\10\20\2@Ae\370\3\10\10\25\200 \0\0\0\0\200\300\321Q\0\0\0\222\353\3020D\0\10\20A\0\2\0\2\f\1\200\v\221\1\330\240\r\240@\230 \244\201\21\n\202-l@g\214V\226\0\224 \200$H\200X(\1R\f\311B\240\220\22\10\r$B", 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=754552, ...}) = 0 mmap(NULL, 2225344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f300bc000 mprotect(0x7f1f300d7000, 2093056, PROT_NONE) = 0 mmap(0x7f1f302d6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7f1f302d6000 mmap(0x7f1f302d8000, 13504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1f302d8000 close(3) = 0 openat(AT_FDCWD, "/lib64/libblkid.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \266\0\0\0\0\0\0@\0\0\0\0\0\0\0(Z\t\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\37\0\36\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\320\264\4\0\0\0\0\0\320\264\4\0\0\0\0\0\0\0 \0\0\0\0\0\1\0\0\0\6\0\0\0\320\271\4\0\0\0\0\0\320\271$\0\0\0\0\0\320\271$\0\0\0\0\0\230I\0\0\0\0\0\0000]\0\0\0\0\0\0\0\0 \0\0\0\0\0\2\0\0\0\6\0\0\0\340\365\4\0\0\0\0\0\340\365$\0\0\0\0\0\340\365$\0\0\0\0\0000\2\0\0\0\0\0\0000\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\260\264\4\0\0\0\0\0\260\264\4\0\0\0\0\0\260\264\4\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0\7\0\0\0\4\0\0\0\320\271\4\0\0\0\0\0\320\271$\0\0\0\0\0\320\271$\0\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0P\345td\4\0\0\0P\30\4\0\0\0\0\0P\30\4\0\0\0\0\0P\30\4\0\0\0\0\0\4\25\0\0\0\0\0\0\4\25\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\320\271\4\0\0\0\0\0\320\271$\0\0\0\0\0\320\271$\0\0\0\0\0000F\0\0\0\0\0\0000F\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0Q\205\323\267\30e\6B\310\255E\352\10\362\255.gu~<\0\0\0\0a\0\0\0\277\0\0\0\20\0\0\0\n\0\0\0\210\"\0\200\1\0f\0\22 \304\244\20\0 \n\10\215\322a\242\4q\10\240\312\240\203(&\202\1\1\2\6`\234\10\0\20\0\n\20\223\0104\302+\0\0\4\0@\204*P\200\20C\210\0\1\0\t\0\n\2\20\0\0\0\0\23\2\21\0\10\0\n\7\4b,\5\32\10C\222\10\0\r\0\300\264\2\2\200$!@\240\0\220\0\20\10\2\10\0\206\20\200\f\1\0\20$\0\4\10\4\242`\10\321\202(\0\277\0\0\0\0\0\0\0\300\0\0\0\301\0\0\0\0\0\0\0\0\0\0\0\302\0\0\0\0\0\0\0\304\0\0\0\305\0\0\0\306\0\0\0\307\0\0\0\0\0\0\0\312\0\0\0\0\0\0\0\0\0\0\0\314\0\0\0\315\0\0\0\0\0\0\0\316\0\0\0", 832) = 832 lseek(3, 308400, SEEK_SET) = 308400 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 fstat(3, {st_mode=S_IFREG|0755, st_size=614888, ...}) = 0 lseek(3, 308400, SEEK_SET) = 308400 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 mmap(NULL, 2430720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f2fe6a000 mprotect(0x7f1f2feb6000, 2093056, PROT_NONE) = 0 mmap(0x7f1f300b5000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4b000) = 0x7f1f300b5000 mmap(0x7f1f300bb000, 1792, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1f300bb000 close(3) = 0 openat(AT_FDCWD, "/lib64/libuuid.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\32\0\0\0\0\0\0@\0\0\0\0\0\0\08\350\0\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\37\0\36\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10_\0\0\0\0\0\0\10_\0\0\0\0\0\0\0\0 \0\0\0\0\0\1\0\0\0\6\0\0\0\0l\0\0\0\0\0\0\0l \0\0\0\0\0\0l \0\0\0\0\0\0\4\0\0\0\0\0\0\20\4\0\0\0\0\0\0\0\0 \0\0\0\0\0\2\0\0\0\6\0\0\0 l\0\0\0\0\0\0 l \0\0\0\0\0 l \0\0\0\0\0 \2\0\0\0\0\0\0 \2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\350^\0\0\0\0\0\0\350^\0\0\0\0\0\0\350^\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0\7\0\0\0\4\0\0\0\0l\0\0\0\0\0\0\0l \0\0\0\0\0\0l \0\0\0\0\0\4\0\0\0\0\0\0\0J\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\08V\0\0\0\0\0\08V\0\0\0\0\0\08V\0\0\0\0\0\0T\1\0\0\0\0\0\0T\1\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\0l\0\0\0\0\0\0\0l \0\0\0\0\0\0l \0\0\0\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\336a\312R4\330N\236\361L\202>\312\320\331\257\304\304\230U\0\0\0\0\21\0\0\0/\0\0\0\4\0\0\0\10\0\0\0\10\t\6\4\200\1\0\0C%\4 \22\4A\0T\16t $\n\0\202 \0@\20@\4\20\0/\0\0\0002\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0003\0\0\0004\0\0\0007\0\0\0:\0\0\0\0\0\0\0<\0\0\0=\0\0\0>\0\0\0?\0\0\0B\0\0\0D\0\0\0E\0\0\0\276)\27\252\234)\27\252\207k\345[\21\210t&q\201\201\346\222Jtp\212+\361+]\n\362\253\242e\370(d\210\352\246a\0\246\207\n\350\3631\205KI\210\353\305\361\253\271\t\262\267\365\334tp\32\3\345\222R*1\33\227\325\335)\326&/\214\203\224@P\23\347\0Hv\215\350\253G@+\t\0\0\0\0\0\0\0\0\0\0\0\0", 832) = 832 lseek(3, 24296, SEEK_SET) = 24296 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 fstat(3, {st_mode=S_IFREG|0755, st_size=61432, ...}) = 0 lseek(3, 24296, SEEK_SET) = 24296 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 mmap(NULL, 2125840, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f2fc62000 mprotect(0x7f1f2fc68000, 2097152, PROT_NONE) = 0 mmap(0x7f1f2fe68000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f1f2fe68000 mmap(0x7f1f2fe69000, 16, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1f2fe69000 close(3) = 0 openat(AT_FDCWD, "/lib64/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240z\0\0\0\0\0\0@\0\0\0\0\0\0\0\30\237\4\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\37\0\36\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200g\2\0\0\0\0\0\200g\2\0\0\0\0\0\0\0 \0\0\0\0\0\1\0\0\0\6\0\0\08v\2\0\0\0\0\08v\"\0\0\0\0\08v\"\0\0\0\0\0(\n\0\0\0\0\0\0\270/\0\0\0\0\0\0\0\0 \0\0\0\0\0\2\0\0\0\6\0\0\0\360v\2\0\0\0\0\0\360v\"\0\0\0\0\0\360v\"\0\0\0\0\0 \2\0\0\0\0\0\0 \2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0`g\2\0\0\0\0\0`g\2\0\0\0\0\0`g\2\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0\7\0\0\0\4\0\0\08v\2\0\0\0\0\08v\"\0\0\0\0\08v\"\0\0\0\0\0(\0\0\0\0\0\0\0\350\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\300\31\2\0\0\0\0\0\300\31\2\0\0\0\0\0\300\31\2\0\0\0\0\0<\v\0\0\0\0\0\0<\v\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\08v\2\0\0\0\0\08v\"\0\0\0\0\08v\"\0\0\0\0\0\310\t\0\0\0\0\0\0\310\t\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\336#\215\216\213Q\331\326\312\246\361%\345\265\325b\305\300\312\263\0\0\0\0\305\0\0\0\220\0\0\0 \0\0\0\v\0\0\0\230 \4\201 L\0\3#\20\300\nT\210\357\322B\6h\10\24\26\0\6\20\4\4\0\0\311@\1P.\21\30\0&\th\30 \200*H\10\22\1\1,!\0\20\0\217\7\250A@S\0\274\0\0\0R\20\236\4\1\5\24\33\21\33\214 \0\3C\10\1H\21\2\2\0\200j\17\304\1\2\210`\203\200\2*\200\202@\200\4\0\0C\30\4\0\20\200:\0!\266\10\5\0\216\0\4\0@\204\20\0@\n\0\200 $`0T\1@\304\0\20\0\240\24\20\234\10\200\0D\0\204\10@&\7\202\0\200\200\1\10\10\0\2\2\0\200\232\203\4\304\25\221(\2\200\0\10\0\201@\0\200\200\210@@\241\1\2\21\200@\24\201\4\221\313@ \10D\1\0\0\0\2", 832) = 832 lseek(3, 157536, SEEK_SET) = 157536 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 fstat(3, {st_mode=S_IFREG|0755, st_size=304856, ...}) = 0 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f31b17000 lseek(3, 157536, SEEK_SET) = 157536 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 mmap(NULL, 2270704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f2fa37000 mprotect(0x7f1f2fa5e000, 2097152, PROT_NONE) = 0 mmap(0x7f1f2fc5e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0x7f1f2fc5e000 mmap(0x7f1f2fc60000, 5616, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1f2fc60000 close(3) = 0 openat(AT_FDCWD, "/lib64/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P#\0\0\0\0\0\0@\0\0\0\0\0\0\0\310j\10\0\0\0\0\0\0\0\0\0@\08\0\10\0@\0\35\0\34\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0p!\10\0\0\0\0\0p!\10\0\0\0\0\0\0\0 \0\0\0\0\0\1\0\0\0\6\0\0\0\260+\10\0\0\0\0\0\260+(\0\0\0\0\0\260+(\0\0\0\0\0\260\5\0\0\0\0\0\0x\6\0\0\0\0\0\0\0\0 \0\0\0\0\0\2\0\0\0\6\0\0\0\250,\10\0\0\0\0\0\250,(\0\0\0\0\0\250,(\0\0\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0P!\10\0\0\0\0\0P!\10\0\0\0\0\0P!\10\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\340\300\7\0\0\0\0\0\340\300\7\0\0\0\0\0\340\300\7\0\0\0\0\0,\7\0\0\0\0\0\0,\7\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\260+\10\0\0\0\0\0\260+(\0\0\0\0\0\260+(\0\0\0\0\0P\4\0\0\0\0\0\0P\4\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\7/B\f\\\321\31\377\26\232\347\327>i\216\336\325\t%\334\0\0\0\0C\0\0\0\31\0\0\0\10\0\0\0\t\0\0\0#&`tELdQ\3D\6\0\245\244\25\252\2\2\0\3@\0\0\0\30\22\201\210\0\200H\0\"\0020\20@\2\30\0|\20AA,SB\201\0 \31\244\222\2B\\\18\314\0217\4\1'\31\0\0\0\32\0\0\0\34\0\0\0\36\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\"\0\0\0\0\0\0\0$\0\0\0&\0\0\0\0\0\0\0'\0\0\0\0\0\0\0(\0\0\0\0\0\0\0)\0\0\0*\0\0\0+\0\0\0,\0\0\0-\0\0\0.\0\0\0\0\0\0\0000\0\0\0002\0\0\0\0\0\0\0\0\0\0\0003\0\0\0\0\0\0\0004\0\0\0005\0\0\0006\0\0\0007\0\0\09\0\0\0;\0\0\0<\0\0\0=\0\0\0?\0\0\0@\0\0\0B\0\0\0C\0\0\0D\0\0\0\0\0\0\0G\0\0\0\0\0\0\0J\0\0\0K\0\0\0\0\0\0\0N\0\0\0O\0\0\0", 832) = 832 lseek(3, 532816, SEEK_SET) = 532816 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 fstat(3, {st_mode=S_IFREG|0755, st_size=553480, ...}) = 0 lseek(3, 532816, SEEK_SET) = 532816 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 mmap(NULL, 2634280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f2f7b3000 mprotect(0x7f1f2f836000, 2093056, PROT_NONE) = 0 mmap(0x7f1f2fa35000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x82000) = 0x7f1f2fa35000 close(3) = 0 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f31b15000 arch_prctl(ARCH_SET_FS, 0x7f1f31b16300) = 0 mprotect(0x7f1f30b07000, 16384, PROT_READ) = 0 mprotect(0x7f1f302d6000, 4096, PROT_READ) = 0 mprotect(0x7f1f2fa35000, 4096, PROT_READ) = 0 mprotect(0x7f1f30d13000, 4096, PROT_READ) = 0 mprotect(0x7f1f2fc5e000, 4096, PROT_READ) = 0 mprotect(0x7f1f2fe68000, 4096, PROT_READ) = 0 mprotect(0x7f1f300b5000, 20480, PROT_READ) = 0 mprotect(0x7f1f304f2000, 4096, PROT_READ) = 0 mprotect(0x7f1f30f1c000, 4096, PROT_READ) = 0 mprotect(0x7f1f30749000, 12288, PROT_READ) = 0 mprotect(0x7f1f3129e000, 4096, PROT_READ) = 0 mprotect(0x7f1f314c5000, 4096, PROT_READ) = 0 mprotect(0x7f1f318f7000, 4096, PROT_READ) = 0 mprotect(0x7f1f316df000, 4096, PROT_READ) = 0 mprotect(0x55c719285000, 4096, PROT_READ) = 0 mprotect(0x7f1f31b21000, 4096, PROT_READ) = 0 munmap(0x7f1f31b1d000, 13774) = 0 set_tid_address(0x7f1f31b165d0) = 5843 set_robust_list(0x7f1f31b165e0, 24) = 0 rt_sigaction(SIGRTMIN, {sa_handler=0x7f1f300c29a0, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f1f300cedc0}, NULL, 8) = 0 rt_sigaction(SIGRT_1, {sa_handler=0x7f1f300c2a30, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f1f300cedc0}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0 statfs("/sys/fs/selinux", {f_type=SYSFS_MAGIC, f_bsize=4096, f_blocks=0, f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={val=[0, 0]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_NOSUID|ST_NODEV|ST_NOEXEC|ST_RELATIME}) = 0 statfs("/selinux", 0x7ffc3293d580) = -1 ENOENT (No such file or directory) brk(NULL) = 0x55c7194fc000 brk(0x55c71951d000) = 0x55c71951d000 openat(AT_FDCWD, "/proc/filesystems", O_RDONLY|O_CLOEXEC) = 3 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\ttmpfs\nnodev\tbdev\nnodev\tproc\nnodev\tcpuset\nnodev\tcgroup\nnodev\tcgroup2\nnodev\tdevtmpfs\nnodev\tconfigfs\nnodev\tdebugfs\nnodev\ttracefs\nnodev\tsecurityfs\nnodev\tsockfs\nnodev\tdax\nnodev\tbpf\nnodev\tpipefs\nnodev\tramfs\nnodev\thugetlbfs\nnodev\tdevpts\nnodev\tautofs\nnodev\tpstore\nnodev\tefivarfs\nnodev\tmqueue\nnodev\tselinuxfs\n", 1024) = 331 close(3) = 0 openat(AT_FDCWD, "/proc/mounts", O_RDONLY|O_CLOEXEC) = 3 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(3, "rootfs / rootfs rw,size=394988k,nr_inodes=98747 0 0\nsysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0\nproc /proc proc rw,nosuid,nodev,noexec,relatime 0 0\ndevtmpfs /dev devtmpfs rw,nosuid,size=455580k,nr_inodes=113895,mode=755 0 0\nsecurityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0\ntmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0\ndevpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0\ntmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0\ntmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0\ncgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0\npstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0\nefivarfs /sys/firmware/efi/efivars efivarfs rw,nosuid,nodev,noexec,relatime 0 0\nbpf /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0\ncgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0\ncgr"..., 1024) = 1024 read(3, "cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0\ncgroup /sys/fs/cgroup/hugetlb cgroup rw,nosuid,nodev,noexec,relatime,hugetlb 0 0\ncgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0\ncgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0\ncgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0\ncgroup /sys/fs/cgroup/rdma cgroup rw,nosuid,nodev,noexec,relatime,rdma 0 0\ncgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0\ncgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0\ncgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0\ncgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0\nramfs /scripts ramfs rw,relatime 0 0\nconfigfs /sys/kernel/config configfs rw,relatime 0 0\n", 1024) = 867 read(3, "", 1024) = 0 close(3) = 0 access("/etc/selinux/config", F_OK) = -1 ENOENT (No such file or directory) clock_gettime(CLOCK_MONOTONIC, {tv_sec=165771, tv_nsec=891427995}) = 0 epoll_create1(EPOLL_CLOEXEC) = 3 pipe2([4, 5], O_CLOEXEC) = 0 epoll_ctl(3, EPOLL_CTL_ADD, 4, {EPOLLERR|EPOLLHUP, {u32=424660032, u64=94313611512896}}) = 0 epoll_ctl(3, EPOLL_CTL_MOD, 4, {EPOLLIN|EPOLLERR|EPOLLHUP, {u32=424660032, u64=94313611512896}}) = 0 geteuid() = 0 chdir("/") = 0 rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f1f30785960}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 pipe2([6, 7], O_CLOEXEC) = 0 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f1f31b165d0) = 5844 close(7) = 0 read(6, strace: Process 5844 attached <unfinished ...> [pid 5844] set_robust_list(0x7f1f31b165e0, 24) = 0 [pid 5844] close(6) = 0 [pid 5844] rt_sigaction(SIGABRT, {sa_handler=0x55c71907c0d0, sa_mask=[ABRT], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f1f30785960}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 [pid 5844] rt_sigaction(SIGSEGV, {sa_handler=0x55c71907c0d0, sa_mask=[SEGV], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f1f30785960}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 [pid 5844] openat(AT_FDCWD, "/proc/cmdline", O_RDONLY) = 6 [pid 5844] read(6, "si.image-server=10.0.238.84 si.config=testimage.conf acpi=no noapic ip=dhcp dns=8.8.8.8,8.8.4.4 rd.vconsole.keymap=fr-mac splash si.debug rd.retry=20 initrd=initrd\n", 4096) = 167 [pid 5844] close(6) = 0 [pid 5844] stat("/dev/tty1", {st_mode=S_IFCHR|0620, st_rdev=makedev(4, 1), ...}) = 0 [pid 5844] openat(AT_FDCWD, "/dev/null", O_RDWR|O_APPEND) = 6 [pid 5844] dup2(6, 0) = 0 [pid 5844] dup2(6, 1) = 1 [pid 5844] dup2(6, 2) = 2 [pid 5844] close(6) = 0 [pid 5844] stat("/var/run/plymouth", {st_mode=S_IFDIR|0755, st_size=40, ...}) = 0 [pid 5844] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 6 [pid 5844] setsockopt(6, SOL_SOCKET, SO_PASSCRED, [1], 4) = 0 [pid 5844] bind(6, {sa_family=AF_UNIX, sun_path=@"/org/freedesktop/plymouthd"}, 29) = 0 [pid 5844] listen(6, 128) = 0 [pid 5844] epoll_ctl(3, EPOLL_CTL_ADD, 6, {EPOLLERR|EPOLLHUP, {u32=424670816, u64=94313611523680}}) = 0 [pid 5844] epoll_ctl(3, EPOLL_CTL_MOD, 6, {EPOLLIN|EPOLLERR|EPOLLHUP, {u32=424670816, u64=94313611523680}}) = 0 [pid 5844] clock_gettime(CLOCK_MONOTONIC, {tv_sec=165771, tv_nsec=927797995}) = 0 [pid 5844] openat(AT_FDCWD, "/var/lib/plymouth//boot-duration", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 5844] write(7, "\0", 1 <unfinished ...> [pid 5843] <... read resumed>"\0", 1) = 1 [pid 5844] <... write resumed>) = 1 [pid 5843] exit_group(0) = ? [pid 5843] +++ exited with 0 +++ close(7) = 0 openat(AT_FDCWD, "/etc/plymouth//plymouthd.conf", O_RDONLY|O_CLOEXEC) = 7 fstat(7, {st_mode=S_IFREG|0644, st_size=94, ...}) = 0 read(7, "# SystemImager is the default theme\n[Daemon]\nTheme=systemimager\nShowDelay=0\n# DeviceTimeout=5\n", 4096) = 94 lseek(7, 0, SEEK_CUR) = 94 lseek(7, 0, SEEK_CUR) = 94 read(7, "", 4096) = 0 lseek(7, 0, SEEK_CUR) = 94 close(7) = 0 stat("/var/run/plymouth/themes/systemimager/systemimager.plymouth", 0x7ffc3293c3d0) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/var/run/plymouth/plymouthd.defaults", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/share/plymouth//plymouthd.defaults", O_RDONLY|O_CLOEXEC) = 7 fstat(7, {st_mode=S_IFREG|0644, st_size=94, ...}) = 0 read(7, "# SystemImager is the default theme\n[Daemon]\nTheme=systemimager\nShowDelay=0\n# DeviceTimeout=5\n", 4096) = 94 lseek(7, 0, SEEK_CUR) = 94 lseek(7, 0, SEEK_CUR) = 94 read(7, "", 4096) = 0 lseek(7, 0, SEEK_CUR) = 94 close(7) = 0 stat("/var/run/plymouth/themes/systemimager/systemimager.plymouth", 0x7ffc3293c3d0) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/sys/class/tty/console/active", O_RDONLY) = 7 read(7, "tty0\n", 511) = 5 close(7) = 0 access("/run/udev/control", F_OK) = 0 socket(AF_NETLINK, SOCK_RAW|SOCK_CLOEXEC|SOCK_NONBLOCK, NETLINK_KOBJECT_UEVENT) = 7 setsockopt(7, SOL_SOCKET, SO_ATTACH_FILTER, {len=18, filter=0x7ffc3293b420}, 16) = 0 bind(7, {sa_family=AF_NETLINK, nl_pid=0, nl_groups=0x000002}, 12) = 0 getsockname(7, {sa_family=AF_NETLINK, nl_pid=5844, nl_groups=0x000002}, [12]) = 0 setsockopt(7, SOL_SOCKET, SO_PASSCRED, [1], 4) = 0 epoll_ctl(3, EPOLL_CTL_ADD, 7, {EPOLLERR|EPOLLHUP, {u32=424678560, u64=94313611531424}}) = 0 epoll_ctl(3, EPOLL_CTL_MOD, 7, {EPOLLIN|EPOLLERR|EPOLLHUP, {u32=424678560, u64=94313611531424}}) = 0 getpid() = 5844 gettid() = 5844 getrandom("\x74\xcd\xff\x45\xea\x83\xd3\x70\x84\xf2\xf9\xa0\x3d\xfc\x75\xdd", 16, GRND_NONBLOCK) = 16 access("/sys/subsystem", F_OK) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/sys/bus", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 8 fstat(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 getdents64(8, /* 33 entries */, 32768) = 928 getdents64(8, /* 0 entries */, 32768) = 0 close(8) = 0 openat(AT_FDCWD, "/sys/class", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 8 fstat(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 getdents64(8, /* 53 entries */, 32768) = 1544 openat(AT_FDCWD, "/sys/class/drm/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 9 fstat(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 getdents64(9, /* 6 entries */, 32768) = 176 openat(AT_FDCWD, "/", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 openat(10, "sys", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 close(10) = 0 openat(11, "class", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(11) = 0 openat(10, "drm", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(10) = 0 openat(11, "card0", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 readlinkat(11, "card0", "../../devices/pci0000:00/0000:00:01.0/drm/card0", 99) = 47 close(10) = 0 openat(11, "..", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 close(11) = 0 openat(10, "..", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 close(10) = 0 openat(11, "devices", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(11) = 0 openat(10, "pci0000:00", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(10) = 0 openat(11, "0000:00:01.0", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(11) = 0 openat(10, "drm", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(10) = 0 openat(11, "card0", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(11) = 0 close(10) = 0 access("/sys/devices/pci0000:00/0000:00:01.0/drm/card0/uevent", F_OK) = 0 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/drm/card0/uevent", O_RDONLY|O_CLOEXEC) = 10 fstat(10, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0 fstat(10, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0 read(10, "MAJOR=226\nMINOR=0\nDEVNAME=dri/card0\nDEVTYPE=drm_minor\n", 4096) = 54 read(10, "", 4096) = 0 close(10) = 0 getrandom("\x16\x08\x0c\xa5\xb4\x9b\xf6\xed\xf5\x0b\x4c\x0b\x9d\x5a\xa9\x44", 16, GRND_NONBLOCK) = 16 getrandom("\x26\xf5\x5a\x57\x0d\x1c\xaf\xc4\x7c\x34\x5a\x1c\x5c\xcb\x79\xf5", 16, GRND_NONBLOCK) = 16 readlinkat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/drm/card0/subsystem", "../../../../../class/drm", 99) = 24 openat(AT_FDCWD, "/run/udev/data/c226:0", O_RDONLY|O_CLOEXEC) = 10 fstat(10, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0 fstat(10, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0 read(10, "I:5426860\nE:ID_PATH=pci-0000:00:01.0\nE:ID_PATH_TAG=pci-0000_00_01_0\nE:ID_FOR_SEAT=drm-pci-0000_00_01_0\nG:uaccess\nG:seat\nG:master-of-seat\n", 4096) = 137 read(10, "", 4096) = 0 close(10) = 0 getrandom("\xac\x9f\x35\x51\xf9\x20\xae\x2b\xdb\x28\x91\x7a\x90\x9e\x20\x00", 16, GRND_NONBLOCK) = 16 openat(AT_FDCWD, "/", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 openat(10, "sys", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 close(10) = 0 openat(11, "class", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(11) = 0 openat(10, "drm", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(10) = 0 openat(11, "version", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0 close(11) = 0 close(10) = 0 lstat("/sys/class/drm/version", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0 openat(AT_FDCWD, "/", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 openat(10, "sys", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 close(10) = 0 openat(11, "class", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(11) = 0 openat(10, "drm", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(10) = 0 openat(11, "card0-Virtual-1", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 readlinkat(11, "card0-Virtual-1", "../../devices/pci0000:00/0000:00:01.0/drm/card0/card0-Virtual-1", 99) = 63 close(10) = 0 openat(11, "..", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 close(11) = 0 openat(10, "..", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 close(10) = 0 openat(11, "devices", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(11) = 0 openat(10, "pci0000:00", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(10) = 0 openat(11, "0000:00:01.0", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(11) = 0 openat(10, "drm", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(10) = 0 openat(11, "card0", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(11) = 0 openat(10, "card0-Virtual-1", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(10) = 0 close(11) = 0 access("/sys/devices/pci0000:00/0000:00:01.0/drm/card0/card0-Virtual-1/uevent", F_OK) = 0 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/drm/card0/card0-Virtual-1/uevent", O_RDONLY|O_CLOEXEC) = 10 fstat(10, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0 fstat(10, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0 read(10, "", 4096) = 0 close(10) = 0 readlinkat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/drm/card0/card0-Virtual-1/subsystem", "../../../../../../class/drm", 99) = 27 openat(AT_FDCWD, "/run/udev/data/+drm:card0-Virtual-1", O_RDONLY|O_CLOEXEC) = 10 fstat(10, {st_mode=S_IFREG|0644, st_size=127, ...}) = 0 fstat(10, {st_mode=S_IFREG|0644, st_size=127, ...}) = 0 read(10, "I:5432825\nE:ID_PATH=pci-0000:00:01.0\nE:ID_PATH_TAG=pci-0000_00_01_0\nE:ID_FOR_SEAT=drm-pci-0000_00_01_0\nG:seat\nG:master-of-seat\n", 4096) = 127 read(10, "", 4096) = 0 close(10) = 0 getrandom("\x3d\xdf\x9d\x32\x01\x62\x88\x72\x17\xd1\x12\x75\x8f\xb9\xb9\x0c", 16, GRND_NONBLOCK) = 16 openat(AT_FDCWD, "/", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 openat(10, "sys", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 close(10) = 0 openat(11, "class", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(11) = 0 openat(10, "drm", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(10) = 0 openat(11, "ttm", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 readlinkat(11, "ttm", "../../devices/virtual/drm/ttm", 99) = 29 close(10) = 0 openat(11, "..", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 close(11) = 0 openat(10, "..", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 close(10) = 0 openat(11, "devices", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(11) = 0 openat(10, "virtual", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(10) = 0 openat(11, "drm", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(11) = 0 openat(10, "ttm", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(10) = 0 close(11) = 0 access("/sys/devices/virtual/drm/ttm/uevent", F_OK) = 0 openat(AT_FDCWD, "/sys/devices/virtual/drm/ttm/uevent", O_RDONLY|O_CLOEXEC) = 10 fstat(10, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0 fstat(10, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0 read(10, "DEVTYPE=ttm\n", 4096) = 12 read(10, "", 4096) = 0 close(10) = 0 readlinkat(AT_FDCWD, "/sys/devices/virtual/drm/ttm/subsystem", "../../../../class/drm", 99) = 21 openat(AT_FDCWD, "/run/udev/data/+drm:ttm", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) getdents64(9, /* 0 entries */, 32768) = 0 close(9) = 0 getdents64(8, /* 0 entries */, 32768) = 0 close(8) = 0 openat(AT_FDCWD, "/", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 8 openat(8, "sys", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 9 fstat(9, {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 close(8) = 0 openat(9, "devices", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 8 fstat(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(9) = 0 openat(8, "pci0000:00", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 9 fstat(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(8) = 0 openat(9, "0000:00:01.0", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 8 fstat(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(9) = 0 openat(8, "drm", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 9 fstat(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(8) = 0 openat(9, "card0", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 8 fstat(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(9) = 0 close(8) = 0 access("/sys/devices/pci0000:00/0000:00:01.0/drm/card0/uevent", F_OK) = 0 readlinkat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/drm/card0/subsystem", "../../../../../class/drm", 99) = 24 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/drm/card0/uevent", O_RDONLY|O_CLOEXEC) = 8 fstat(8, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0 fstat(8, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0 read(8, "MAJOR=226\nMINOR=0\nDEVNAME=dri/card0\nDEVTYPE=drm_minor\n", 4096) = 54 read(8, "", 4096) = 0 close(8) = 0 getrandom("\x5d\x78\xb9\xe6\x50\xa5\x80\xf7\xf0\x79\x5a\x65\xc0\xe0\xf8\x70", 16, GRND_NONBLOCK) = 16 openat(AT_FDCWD, "/run/udev/data/c226:0", O_RDONLY|O_CLOEXEC) = 8 fstat(8, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0 fstat(8, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0 read(8, "I:5426860\nE:ID_PATH=pci-0000:00:01.0\nE:ID_PATH_TAG=pci-0000_00_01_0\nE:ID_FOR_SEAT=drm-pci-0000_00_01_0\nG:uaccess\nG:seat\nG:master-of-seat\n", 4096) = 137 read(8, "", 4096) = 0 close(8) = 0 getrandom("\x3d\xc5\x94\x23\x9a\x4a\xe3\xc5\xb1\x4f\xe6\x31\xd1\x1b\xad\xe6", 16, GRND_NONBLOCK) = 16 futex(0x7f1f30d140e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0 openat(AT_FDCWD, "/usr/lib64/plymouth/renderers/drm.so", O_RDONLY|O_CLOEXEC) = 8 read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360(\0\0\0\0\0\0@\0\0\0\0\0\0\0\30\226\0\0\0\0\0\0\0\0\0\0@\08\0\10\0@\0\35\0\34\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0Hl\0\0\0\0\0\0Hl\0\0\0\0\0\0\0\0 \0\0\0\0\0\1\0\0\0\6\0\0\0\250z\0\0\0\0\0\0\250z \0\0\0\0\0\250z \0\0\0\0\0\340\5\0\0\0\0\0\0\350\5\0\0\0\0\0\0\0\0 \0\0\0\0\0\2\0\0\0\6\0\0\0\300z\0\0\0\0\0\0\300z \0\0\0\0\0\300z \0\0\0\0\0`\2\0\0\0\0\0\0`\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0(l\0\0\0\0\0\0(l\0\0\0\0\0\0(l\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\240c\0\0\0\0\0\0\240c\0\0\0\0\0\0\240c\0\0\0\0\0\0\374\0\0\0\0\0\0\0\374\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\250z\0\0\0\0\0\0\250z \0\0\0\0\0\250z \0\0\0\0\0X\5\0\0\0\0\0\0X\5\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\223\305\337|\33\242\205\247\353\352e\261\243\350=\205\36I}\211\0\0\0\0\3\0\0\0Y\0\0\0\1\0\0\0\6\0\0\0\310@ \1\10\0\0\10Y\0\0\0[\0\0\0\0\0\0\0BE\325\354\273\343\222|\330qX\34\307H\357V\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\304\3\0\0\22\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0P\1\0\0\22\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\4\0\0\22\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\234\5\0\0\22\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\237\3\0\0\22\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\277\2\0\0\22\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\364\2\0\0\22\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0o\0\0\0\22\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\330\4\0\0\22\0\0\0", 832) = 832 lseek(8, 27688, SEEK_SET) = 27688 read(8, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 fstat(8, {st_mode=S_IFREG|0755, st_size=40280, ...}) = 0 lseek(8, 27688, SEEK_SET) = 27688 read(8, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 mmap(NULL, 2130064, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f1f2f5aa000 mprotect(0x7f1f2f5b1000, 2097152, PROT_NONE) = 0 mmap(0x7f1f2f7b1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x7000) = 0x7f1f2f7b1000 close(8) = 0 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 8 fstat(8, {st_mode=S_IFREG|0644, st_size=13774, ...}) = 0 mmap(NULL, 13774, PROT_READ, MAP_PRIVATE, 8, 0) = 0x7f1f31b1d000 close(8) = 0 openat(AT_FDCWD, "/lib64/libdrm.so.2", O_RDONLY|O_CLOEXEC) = 8 read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320D\0\0\0\0\0\0@\0\0\0\0\0\0\0`u\1\0\0\0\0\0\0\0\0\0@\08\0\10\0@\0\34\0\33\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\220\0\1\0\0\0\0\0\220\0\1\0\0\0\0\0\0\0 \0\0\0\0\0\1\0\0\0\6\0\0\0\320\n\1\0\0\0\0\0\320\n!\0\0\0\0\0\320\n!\0\0\0\0\0000\5\0\0\0\0\0\0 \17\0\0\0\0\0\0\0\0 \0\0\0\0\0\2\0\0\0\6\0\0\0(\v\1\0\0\0\0\0(\v!\0\0\0\0\0(\v!\0\0\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0p\0\1\0\0\0\0\0p\0\1\0\0\0\0\0p\0\1\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\310\330\0\0\0\0\0\0\310\330\0\0\0\0\0\0\310\330\0\0\0\0\0\0\224\6\0\0\0\0\0\0\224\6\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\320\n\1\0\0\0\0\0\320\n!\0\0\0\0\0\320\n!\0\0\0\0\0000\5\0\0\0\0\0\0000\5\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0E\20\37\21\\\32757\236\374\351\250\311\241\232\n81\362\243\0\0\0\0\203\0\0\08\0\0\0 \0\0\0\v\0\0\0\0\200\0\0 @\20H\0\0\0\210\4 \0\0\210(\24\240\1@\210\200\r\0\2\r\10\0\0\210\0\0\0 \0\200\0\0\202H0\10\351\2\4\30\4\10\20\304\0\240\0\0\0ePA\0\2\240\24(\0\204\3(H@\2\31\0@B\0\2\200$\6\262\20\n\20\10\200\0001\210t \10\24\242` \10\10\210\f\10\1\204\2\0\0\220\0\2\0\10P\2\4P \0\0\10\215`\1\0\1L\10\0p\240\23\0\6@\0(B\4\200\0\0\t\214\31\200\2\208\23\222\202\214\0\4 \0\0\0\0\0\"\0\20\n\0\2D\f\10.\0<\20\t@\0\10\n \4\200\0\0D\5\0\222dh@\0\200\0\0-I\33\0\0\30\0\0\0\20\0\4\0F$\1\0\1\t\214\t@\6@\20\30@\6\0\0D\220\240h\0\n\1$*\204\16\0\301\0\21@ b\304\207\0N\" \0\4\221\214!\1\0\58\0\0\0\0\0\0\0", 832) = 832 lseek(8, 65648, SEEK_SET) = 65648 read(8, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 fstat(8, {st_mode=S_IFREG|0755, st_size=97376, ...}) = 0 lseek(8, 65648, SEEK_SET) = 65648 read(8, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32 mmap(NULL, 2169328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f1f2f398000 mprotect(0x7f1f2f3a9000, 2093056, PROT_NONE) = 0 mmap(0x7f1f2f5a8000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x10000) = 0x7f1f2f5a8000 mmap(0x7f1f2f5a9000, 2544, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1f2f5a9000 close(8) = 0 mprotect(0x7f1f2f5a8000, 4096, PROT_READ) = 0 mprotect(0x7f1f2f7b1000, 4096, PROT_READ) = 0 munmap(0x7f1f31b1d000, 13774) = 0 openat(AT_FDCWD, "/dev/dri/card0", O_RDWR) = 8 ioctl(8, DRM_IOCTL_DROP_MASTER, 0) = 0 openat(AT_FDCWD, "/dev/tty1", O_RDWR|O_NOCTTY|O_NONBLOCK) = 9 fcntl(9, F_GETFL) = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE) fcntl(9, F_SETFL, O_RDWR|O_LARGEFILE) = 0 epoll_ctl(3, EPOLL_CTL_ADD, 9, {EPOLLERR|EPOLLHUP, {u32=424758272, u64=94313611611136}}) = 0 epoll_ctl(3, EPOLL_CTL_MOD, 9, {EPOLLIN|EPOLLERR|EPOLLHUP, {u32=424758272, u64=94313611611136}}) = 0 fstat(9, {st_mode=S_IFCHR|0620, st_rdev=makedev(4, 1), ...}) = 0 ioctl(9, TIOCSLCKTRMIOS, {B0 -opost -isig -icanon -echo ...}) = 0 ioctl(9, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 ioctl(9, SNDCTL_TMR_START or TCSETS, {B38400 opost -isig -icanon -echo ...}) = 0 ioctl(9, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 ioctl(9, TIOCGLCKTRMIOS, {B0 -opost -isig -icanon -echo ...}) = 0 ioctl(9, TIOCSLCKTRMIOS, {B4000000 opost isig icanon echo ...}) = 0 ioctl(9, TIOCGWINSZ, {ws_row=48, ws_col=128, ws_xpixel=0, ws_ypixel=0}) = 0 ioctl(9, GIO_CMAP, 0x55c719500f48) = 0 rt_sigaction(SIGWINCH, {sa_handler=0x7f1f316e6c00, sa_mask=[WINCH], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f1f30785960}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 ioctl(9, VT_SETMODE, 0x7ffc3293c2d0) = 0 rt_sigaction(SIGUSR1, {sa_handler=0x7f1f316e6c00, sa_mask=[USR1], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f1f30785960}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 rt_sigaction(SIGUSR2, {sa_handler=0x7f1f316e6c00, sa_mask=[USR2], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f1f30785960}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 ioctl(9, VT_GETSTATE, 0x7ffc3293c2f2) = 0 ioctl(8, DRM_IOCTL_MODE_GETRESOURCES, 0x7ffc3293c250) = 0 ioctl(8, DRM_IOCTL_MODE_GETRESOURCES, 0x7ffc3293c250) = 0 ioctl(8, DRM_IOCTL_MODE_GETCONNECTOR, 0x7ffc3293c200) = 0 ioctl(8, DRM_IOCTL_MODE_GETCONNECTOR, 0x7ffc3293c200) = 0 ioctl(8, DRM_IOCTL_MODE_GETENCODER, 0x7ffc3293c2b0) = 0 ioctl(8, DRM_IOCTL_MODE_GETCRTC, 0x7ffc3293c260) = 0 ioctl(8, DRM_IOCTL_MODE_GETPROPERTY, 0x7ffc3293c270) = 0 ioctl(8, DRM_IOCTL_MODE_GETPROPERTY, 0x7ffc3293c270) = 0 ioctl(8, DRM_IOCTL_MODE_GETPROPERTY, 0x7ffc3293c270) = 0 ioctl(8, DRM_IOCTL_MODE_GETPROPERTY, 0x7ffc3293c270) = 0 ioctl(8, DRM_IOCTL_MODE_GETPROPERTY, 0x7ffc3293c270) = 0 ioctl(8, DRM_IOCTL_MODE_GETPROPERTY, 0x7ffc3293c270) = 0 ioctl(8, DRM_IOCTL_MODE_GETPROPERTY, 0x7ffc3293c270) = 0 ioctl(8, DRM_IOCTL_MODE_GETPROPERTY, 0x7ffc3293c270) = 0 mmap(NULL, 3149824, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f2f097000 ioctl(8, DRM_IOCTL_MODE_CREATE_DUMB, 0x7ffc3293c270) = 0 ioctl(8, DRM_IOCTL_MODE_ADDFB, 0x7ffc3293c210) = 0 ioctl(8, DRM_IOCTL_MODE_RMFB, 0x7ffc3293c28c) = 0 ioctl(8, DRM_IOCTL_MODE_DESTROY_DUMB, 0x7ffc3293c2a4) = 0 ioctl(9, TIOCGWINSZ, {ws_row=48, ws_col=128, ws_xpixel=0, ws_ypixel=0}) = 0 openat(AT_FDCWD, "/", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 openat(10, "sys", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 close(10) = 0 openat(11, "devices", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(11) = 0 openat(10, "pci0000:00", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(10) = 0 openat(11, "0000:00:01.0", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(11) = 0 openat(10, "drm", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(10) = 0 openat(11, "card0", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(11) = 0 openat(10, "card0-Virtual-1", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(10) = 0 close(11) = 0 access("/sys/devices/pci0000:00/0000:00:01.0/drm/card0/card0-Virtual-1/uevent", F_OK) = 0 readlinkat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/drm/card0/card0-Virtual-1/subsystem", "../../../../../../class/drm", 99) = 27 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/drm/card0/card0-Virtual-1/uevent", O_RDONLY|O_CLOEXEC) = 10 fstat(10, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0 fstat(10, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0 read(10, "", 4096) = 0 close(10) = 0 openat(AT_FDCWD, "/run/udev/data/+drm:card0-Virtual-1", O_RDONLY|O_CLOEXEC) = 10 fstat(10, {st_mode=S_IFREG|0644, st_size=127, ...}) = 0 fstat(10, {st_mode=S_IFREG|0644, st_size=127, ...}) = 0 read(10, "I:5432825\nE:ID_PATH=pci-0000:00:01.0\nE:ID_PATH_TAG=pci-0000_00_01_0\nE:ID_FOR_SEAT=drm-pci-0000_00_01_0\nG:seat\nG:master-of-seat\n", 4096) = 127 read(10, "", 4096) = 0 close(10) = 0 getrandom("\x4b\x25\x5e\x7f\x95\x72\x73\x22\xb3\xcc\xbc\xe1\x9c\x38\xc1\x4d", 16, GRND_NONBLOCK) = 16 openat(AT_FDCWD, "/", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 openat(10, "sys", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 close(10) = 0 openat(11, "devices", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(11) = 0 openat(10, "virtual", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(10) = 0 openat(11, "drm", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 10 fstat(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(11) = 0 openat(10, "ttm", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 11 fstat(11, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 close(10) = 0 close(11) = 0 access("/sys/devices/virtual/drm/ttm/uevent", F_OK) = 0 readlinkat(AT_FDCWD, "/sys/devices/virtual/drm/ttm/subsystem", "../../../../class/drm", 99) = 21 openat(AT_FDCWD, "/sys/devices/virtual/drm/ttm/uevent", O_RDONLY|O_CLOEXEC) = 10 fstat(10, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0 fstat(10, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0 read(10, "DEVTYPE=ttm\n", 4096) = 12 read(10, "", 4096) = 0 close(10) = 0 openat(AT_FDCWD, "/run/udev/data/+drm:ttm", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) write(2, "@lymouthd: ply-event-loop.c:913: ply_event_loop_watch_for_timeout: Assertion `seconds > 0.0' failed.\n", 101) = 101 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f31b20000 rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [], 8) = 0 getpid() = 5844 gettid() = 5844 tgkill(5844, 5844, SIGABRT) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 --- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=5844, si_uid=0} --- openat(AT_FDCWD, "/dev/tty1", O_RDWR|O_NOCTTY) = 10 ioctl(10, KDSETMODE, 0) = 0 write(10, "\33[?25h\0", 7) = 7 ioctl(10, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0 ioctl(10, SNDCTL_TMR_CONTINUE or TCSETSF, {B38400 opost isig icanon echo ...}) = 0 close(10) = 0 rt_sigaction(SIGABRT, {sa_handler=SIG_DFL, sa_mask=[ABRT], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f1f30785960}, {sa_handler=0x55c71907c0d0, sa_mask=[ABRT], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f1f30785960}, 8) = 0 rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [ABRT], 8) = 0 getpid() = 5844 gettid() = 5844 tgkill(5844, 5844, SIGABRT) = 0 rt_sigprocmask(SIG_SETMASK, [ABRT], NULL, 8) = 0 rt_sigreturn({mask=[]}) = 0 --- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=5844, si_uid=0} --- +++ killed by SIGABRT (core dumped) +++ |
|
I've reported the bug to Plymouth bugzilla as well. https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/112 All material needed to reproduce the problem has been made available. Read the ticket description that tells what to download and how to test. |
|
When doing: plymouth --debug The Plymouth log is: 00:16:52.991 main.c:854:plymouth_should_show_default_splash : checking if plymouth should show default splash 00:16:52.992 main.c:882:plymouth_should_show_default_splash : using default splash because kernel command line has option "splash" 00:16:52.994 ply-device-manager.c:886:create_devices_from_terminals : checking for consoles 00:16:52.994 ply-device-manager.c:664:add_consoles_from_file : opening /sys/class/tty/console/active 00:16:52.995 ply-device-manager.c:672:add_consoles_from_file : reading file 00:16:52.996 ply-device-manager.c:710:add_consoles_from_file : console /dev/tty7 found! 00:16:52.997 ply-device-manager.c:486:watch_for_udev_events : watching for udev graphics device add and remove events 00:16:52.998 ply-device-manager.c:346:create_devices_for_subsystem : creating objects for drm devices Then: @lymouthd: ply-event-loop.c:913: ply_event_loop_watch_for_timeout: Assertion `seconds > 0.0' failed. When looking at dmesg: access("/sys/devices/virtual/drm/ttm/uevent", F_OK) = 0 openat(AT_FDCWD, "/sys/devices/virtual/drm/ttm/uevent", O_RDONLY|O_CLOEXEC) = 10 fstat(10, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0 fstat(10, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0 read(10, "DEVTYPE=ttm\n", 4096) = 12 read(10, "", 4096) = 0 close(10) = 0 readlinkat(AT_FDCWD, "/sys/devices/virtual/drm/ttm/subsystem", "../../../../class/drm", 99) = 21 openat(AT_FDCWD, "/run/udev/data/+drm:ttm", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) Can't it be a missing dev rule? |
|
Bug tracked down; please fix. Looking at where the problem seems to occur, I suspected that the problem was here: in src/libply-splash-core/ply-device-manager.c at line 974 ply_event_loop_watch_for_timeout (in ply_device_manager_watch_devices() function)) Indeed, the console is correctly setup and this occurs at line 954 of that file, and there after, there is a specific ifdef HAVE_UDEV According to the ABRT error, the device_timout variable which is a double is incorrect (not > 0.0). So either it is equal 0.0 (not initialized) or NaN or corrupted and seen as negative. ply_device_manager_watch_devices() is called from main.c:1093 in load_devices(). The timeout value comes from state->device_timeout. BUT at line 2241 in main(), state.device_timeout is set to NAN and at line 2278, the load_devices() is called with &state parameter!!!! So, between line 2241 where state.device_timeout is set to NAN and line 2278 where it is used, the state.device_timout MUST be set to something > 0.0... At line 2257, find_distribution_default_splash(&state) is called in find_distribution_default_splash() line 428, load_settings is called In my settings file initrd:/usr/share/plymouth/plymouthd.defaults I have the following content: # SystemImager is the default theme [Daemon] Theme=systemimager ShowDelay=0 # DeviceTimeout=5 in main.c:310, we have: timeout_string = ply_key_file_get_value (key_file, "Daemon", "DeviceTimeout"); Below, timeout_string is checked against NULL. As the trace "Device timout is set to ...." is not in the log, This means that timeout _string is NULL. And IT IS as ply_key_file_get_value() returns NULL if ply_key_file_get_raw_value() returns NULL, and ply_key_file_get_raw_value() returns NULL if group ("Daemon" here) is not found. (and it is not found as it is commented out) THUS, state->device_timeout is still NAN value!!! BUG #1 (no default value AFAICT) IMHO, there should be a else statement at line 317 that would set state->device_timeout to a default value (maybe 5.0) ? BUG #2: at line 313 the result of atof() is not checked against value of 0.0 while the ply_event_loop_watch_for_timeout() require NON-NULL double. WARNING #3: at line 313: strtod() should be used instead of atof() according to atof manual. More over, you don't take care of locale LC_NU MERIC! (use ply_key_file_get_double() which does instead) BUG #4: at line 310: you should use state->device_timeout = ply_key_file_get_double (key_file, "Daemon", "DeviceTimeout", 5.0); By that way, a default value would exists. Be careful, if strtod() fails in ply_key_file_get_double(), a value of 0.0 is returned. A test against this invalid value for DeviceTimeout MUST exists! (also you can have NaN in config file that atof() know how to deal with. So MAKE TESTS! BUG #5: Same problem for ShowDelay (though, I assume value of 0 is acceptable) BUG #6: Same problem for DeviceScale (but there is no ply_key_file_get_unsigned_long() and surtout() provides 0 as default value) Updating settings with this content allows Plymouthd to start: # SystemImager is the default theme [Daemon] Theme=systemimager ShowDelay=0.1 DeviceTimeout=2.0 IMHO, in order to fix things: 1 - replace lines 296 to 304 with: state->splash_delay = ply_key_file_get_double (key_file, "Daemon", "DeviceTimeout", 5.0); /* replace 5.0 with define PLYMOUTH_DEFAULT_SPLASH_DELAY (hardcoded value is BAD) */ if (!(state->splash_delay > 0.0)) { ply_trace ("Splash delay is invalid. defaulting to %d", PLYMOUTH_DEFAULT_SPLASH_DELAY); state->splash_delay= PLYMOUTH_DEFAULT_SPLASH_DELAY; } 2 - same operation for lines 308 to 317 regarding DeviceTimeout test must use ">= instead of > if zero is acceptable) 3 - Maybe check that what surtout() line 323 returns something that Plymouth can handle. Please fix. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2020-03-12 09:20 | olahaye74 | New Issue | |
2020-05-18 14:38 | olahaye74 | File Added: dmesg.log | |
2020-05-18 14:38 | olahaye74 | File Added: Plymouth_udev.log | |
2020-05-18 14:38 | olahaye74 | Note Added: 0036960 | |
2020-05-23 13:10 | olahaye74 | Note Added: 0036976 | |
2020-05-23 15:17 | olahaye74 | Note Added: 0036977 | |
2020-05-23 19:50 | olahaye74 | Note Added: 0036978 |