· 5 years ago · Nov 18, 2020, 11:02 AM
1cornel@cornel-ubuntuvb:~/workspace/ldd/custom_drivers/002pseudo_char_driver$ dmesg
2[ 0.000000] Linux version 5.4.0-53-generic (buildd@lgw01-amd64-046) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #59~18.04.1-Ubuntu SMP Wed Oct 21 12:14:56 UTC 2020 (Ubuntu 5.4.0-53.59~18.04.1-generic 5.4.65)
3[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-53-generic root=UUID=6a7add17-d5ea-4ee0-8852-ae88b6f3ff93 ro quiet splash
4[ 0.000000] KERNEL supported cpus:
5[ 0.000000] Intel GenuineIntel
6[ 0.000000] AMD AuthenticAMD
7[ 0.000000] Hygon HygonGenuine
8[ 0.000000] Centaur CentaurHauls
9[ 0.000000] zhaoxin Shanghai
10[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
11[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
12[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
13[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
14[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
15[ 0.000000] BIOS-provided physical RAM map:
16[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
17[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
18[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
19[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffeffff] usable
20[ 0.000000] BIOS-e820: [mem 0x000000007fff0000-0x000000007fffffff] ACPI data
21[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
22[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
23[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
24[ 0.000000] NX (Execute Disable) protection: active
25[ 0.000000] SMBIOS 2.5 present.
26[ 0.000000] DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
27[ 0.000000] Hypervisor detected: KVM
28[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
29[ 0.000000] kvm-clock: cpu 0, msr 58801001, primary cpu clock
30[ 0.000000] kvm-clock: using sched offset of 3324223539 cycles
31[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
32[ 0.000003] tsc: Detected 3600.006 MHz processor
33[ 0.001577] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
34[ 0.001578] e820: remove [mem 0x000a0000-0x000fffff] usable
35[ 0.001582] last_pfn = 0x7fff0 max_arch_pfn = 0x400000000
36[ 0.001591] MTRR default type: uncachable
37[ 0.001591] MTRR variable ranges disabled:
38[ 0.001593] Disabled
39[ 0.001594] x86/PAT: MTRRs disabled, skipping PAT initialization too.
40[ 0.001596] CPU MTRRs all blank - virtualized system.
41[ 0.001598] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC
42[ 0.001633] found SMP MP-table at [mem 0x0009fff0-0x0009ffff]
43[ 0.079417] check: Scanning 1 areas for low memory corruption
44[ 0.079572] RAMDISK: [mem 0x3313d000-0x35895fff]
45[ 0.079582] ACPI: Early table checksum verification disabled
46[ 0.079585] ACPI: RSDP 0x00000000000E0000 000024 (v02 VBOX )
47[ 0.079588] ACPI: XSDT 0x000000007FFF0030 00003C (v01 VBOX VBOXXSDT 00000001 ASL 00000061)
48[ 0.079592] ACPI: FACP 0x000000007FFF00F0 0000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061)
49[ 0.079596] ACPI: DSDT 0x000000007FFF0470 002325 (v02 VBOX VBOXBIOS 00000002 INTL 20100528)
50[ 0.079599] ACPI: FACS 0x000000007FFF0200 000040
51[ 0.079601] ACPI: FACS 0x000000007FFF0200 000040
52[ 0.079603] ACPI: APIC 0x000000007FFF0240 000054 (v02 VBOX VBOXAPIC 00000001 ASL 00000061)
53[ 0.079605] ACPI: SSDT 0x000000007FFF02A0 0001CC (v01 VBOX VBOXCPUT 00000002 INTL 20100528)
54[ 0.079612] ACPI: Local APIC address 0xfee00000
55[ 0.079807] No NUMA configuration found
56[ 0.079808] Faking a node at [mem 0x0000000000000000-0x000000007ffeffff]
57[ 0.079814] NODE_DATA(0) allocated [mem 0x7ffc5000-0x7ffeffff]
58[ 0.079982] Zone ranges:
59[ 0.079982] DMA [mem 0x0000000000001000-0x0000000000ffffff]
60[ 0.079983] DMA32 [mem 0x0000000001000000-0x000000007ffeffff]
61[ 0.079984] Normal empty
62[ 0.079985] Device empty
63[ 0.079986] Movable zone start for each node
64[ 0.079988] Early memory node ranges
65[ 0.079989] node 0: [mem 0x0000000000001000-0x000000000009efff]
66[ 0.079990] node 0: [mem 0x0000000000100000-0x000000007ffeffff]
67[ 0.080994] Zeroed struct page in unavailable ranges: 114 pages
68[ 0.080995] Initmem setup node 0 [mem 0x0000000000001000-0x000000007ffeffff]
69[ 0.080996] On node 0 totalpages: 524174
70[ 0.080997] DMA zone: 64 pages used for memmap
71[ 0.080998] DMA zone: 21 pages reserved
72[ 0.080999] DMA zone: 3998 pages, LIFO batch:0
73[ 0.081075] DMA32 zone: 8128 pages used for memmap
74[ 0.081076] DMA32 zone: 520176 pages, LIFO batch:63
75[ 0.088190] ACPI: PM-Timer IO Port: 0x4008
76[ 0.088192] ACPI: Local APIC address 0xfee00000
77[ 0.088236] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
78[ 0.088238] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
79[ 0.088239] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
80[ 0.088241] ACPI: IRQ0 used by override.
81[ 0.088242] ACPI: IRQ9 used by override.
82[ 0.088243] Using ACPI (MADT) for SMP configuration information
83[ 0.088247] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
84[ 0.088263] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
85[ 0.088264] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
86[ 0.088264] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
87[ 0.088265] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
88[ 0.088266] [mem 0x80000000-0xfebfffff] available for PCI devices
89[ 0.088267] Booting paravirtualized kernel on KVM
90[ 0.088269] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
91[ 0.088272] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
92[ 0.089351] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u2097152
93[ 0.089354] pcpu-alloc: s184320 r8192 d28672 u2097152 alloc=1*2097152
94[ 0.089355] pcpu-alloc: [0] 0
95[ 0.089374] Built 1 zonelists, mobility grouping on. Total pages: 515961
96[ 0.089375] Policy zone: DMA32
97[ 0.089376] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-53-generic root=UUID=6a7add17-d5ea-4ee0-8852-ae88b6f3ff93 ro quiet splash
98[ 0.090478] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
99[ 0.090508] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
100[ 0.090533] mem auto-init: stack:off, heap alloc:on, heap free:off
101[ 0.090536] Calgary: detecting Calgary via BIOS EBDA area
102[ 0.090537] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
103[ 0.093717] Memory: 1987220K/2096696K available (14339K kernel code, 2379K rwdata, 4928K rodata, 2704K init, 5020K bss, 109476K reserved, 0K cma-reserved)
104[ 0.093721] random: get_random_u64 called from __kmem_cache_create+0x41/0x550 with crng_init=0
105[ 0.094995] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
106[ 0.095007] Kernel/User page tables isolation: enabled
107[ 0.095018] ftrace: allocating 44233 entries in 173 pages
108[ 0.114417] rcu: Hierarchical RCU implementation.
109[ 0.114419] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.
110[ 0.114419] Tasks RCU enabled.
111[ 0.114420] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
112[ 0.114421] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
113[ 0.117293] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16
114[ 0.117515] random: crng done (trusting CPU's manufacturer)
115[ 0.124734] Console: colour VGA+ 80x25
116[ 0.124737] printk: console [tty0] enabled
117[ 0.124748] ACPI: Core revision 20190816
118[ 0.124823] APIC: Switch to symmetric I/O mode setup
119[ 0.125021] x2apic enabled
120[ 0.125211] Switched APIC routing to physical x2apic.
121[ 0.126225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
122[ 0.126245] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33e458e6624, max_idle_ns: 440795259572 ns
123[ 0.126248] Calibrating delay loop (skipped) preset value.. 7200.01 BogoMIPS (lpj=14400024)
124[ 0.126250] pid_max: default: 32768 minimum: 301
125[ 0.126285] LSM: Security Framework initializing
126[ 0.126292] Yama: becoming mindful.
127[ 0.126306] AppArmor: AppArmor initialized
128[ 0.126329] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
129[ 0.126332] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
130[ 0.126342] *** VALIDATE tmpfs ***
131[ 0.126437] *** VALIDATE proc ***
132[ 0.126468] *** VALIDATE cgroup1 ***
133[ 0.126470] *** VALIDATE cgroup2 ***
134[ 0.126573] process: using mwait in idle threads
135[ 0.126577] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
136[ 0.126577] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
137[ 0.126579] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
138[ 0.126580] Spectre V2 : Mitigation: Full generic retpoline
139[ 0.126581] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
140[ 0.126581] Speculative Store Bypass: Vulnerable
141[ 0.126584] SRBDS: Unknown: Dependent on hypervisor status
142[ 0.126584] MDS: Mitigation: Clear CPU buffers
143[ 0.132315] Freeing SMP alternatives memory: 40K
144[ 0.241621] smpboot: CPU0: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz (family: 0x6, model: 0x9e, stepping: 0x9)
145[ 0.241721] Performance Events: unsupported p6 CPU model 158 no PMU driver, software events only.
146[ 0.241742] rcu: Hierarchical SRCU implementation.
147[ 0.242199] NMI watchdog: Perf NMI watchdog permanently disabled
148[ 0.242214] smp: Bringing up secondary CPUs ...
149[ 0.242215] smp: Brought up 1 node, 1 CPU
150[ 0.242215] smpboot: Max logical packages: 1
151[ 0.242231] smpboot: Total of 1 processors activated (7200.01 BogoMIPS)
152[ 0.242246] devtmpfs: initialized
153[ 0.242246] x86/mm: Memory block size: 128MB
154[ 0.242246] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
155[ 0.242246] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
156[ 0.242246] pinctrl core: initialized pinctrl subsystem
157[ 0.242246] PM: RTC time: 08:18:23, date: 2020-11-18
158[ 0.242246] NET: Registered protocol family 16
159[ 0.242246] audit: initializing netlink subsys (disabled)
160[ 0.242246] EISA bus registered
161[ 0.242246] cpuidle: using governor ladder
162[ 0.242246] cpuidle: using governor menu
163[ 0.242246] ACPI: bus type PCI registered
164[ 0.242246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
165[ 0.242246] PCI: Using configuration type 1 for base access
166[ 0.242632] audit: type=2000 audit(1605687508.824:1): state=initialized audit_enabled=0 res=1
167[ 0.242719] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
168[ 0.243282] ACPI: Added _OSI(Module Device)
169[ 0.243283] ACPI: Added _OSI(Processor Device)
170[ 0.243283] ACPI: Added _OSI(3.0 _SCP Extensions)
171[ 0.243284] ACPI: Added _OSI(Processor Aggregator Device)
172[ 0.243285] ACPI: Added _OSI(Linux-Dell-Video)
173[ 0.243285] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
174[ 0.243286] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
175[ 0.245755] ACPI: 2 ACPI AML tables successfully acquired and loaded
176[ 0.247285] ACPI: Interpreter enabled
177[ 0.247293] ACPI: (supports S0 S5)
178[ 0.247294] ACPI: Using IOAPIC for interrupt routing
179[ 0.247549] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
180[ 0.247652] ACPI: Enabled 2 GPEs in block 00 to 07
181[ 0.252606] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
182[ 0.252609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
183[ 0.253097] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
184[ 0.253103] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
185[ 0.253446] PCI host bridge to bus 0000:00
186[ 0.253448] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
187[ 0.253449] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
188[ 0.253450] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
189[ 0.253450] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfdffffff window]
190[ 0.253451] pci_bus 0000:00: root bus resource [bus 00-ff]
191[ 0.253488] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
192[ 0.254277] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
193[ 0.254940] pci 0000:00:01.1: [8086:7111] type 00 class 0x01018a
194[ 0.255264] pci 0000:00:01.1: reg 0x20: [io 0xd000-0xd00f]
195[ 0.255397] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
196[ 0.255397] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
197[ 0.255398] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
198[ 0.255399] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
199[ 0.255880] pci 0000:00:02.0: [15ad:0405] type 00 class 0x030000
200[ 0.256763] pci 0000:00:02.0: reg 0x10: [io 0xd010-0xd01f]
201[ 0.257519] pci 0000:00:02.0: reg 0x14: [mem 0xe0000000-0xe0ffffff pref]
202[ 0.258222] pci 0000:00:02.0: reg 0x18: [mem 0xf0000000-0xf01fffff]
203[ 0.260636] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
204[ 0.261161] pci 0000:00:03.0: reg 0x10: [mem 0xf0200000-0xf021ffff]
205[ 0.262947] pci 0000:00:03.0: reg 0x18: [io 0xd020-0xd027]
206[ 0.265537] pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000
207[ 0.266004] pci 0000:00:04.0: reg 0x10: [io 0xd040-0xd05f]
208[ 0.266301] pci 0000:00:04.0: reg 0x14: [mem 0xf0400000-0xf07fffff]
209[ 0.266712] pci 0000:00:04.0: reg 0x18: [mem 0xf0800000-0xf0803fff pref]
210[ 0.268816] pci 0000:00:05.0: [8086:2415] type 00 class 0x040100
211[ 0.268943] pci 0000:00:05.0: reg 0x10: [io 0xd100-0xd1ff]
212[ 0.269009] pci 0000:00:05.0: reg 0x14: [io 0xd200-0xd23f]
213[ 0.269752] pci 0000:00:06.0: [106b:003f] type 00 class 0x0c0310
214[ 0.270300] pci 0000:00:06.0: reg 0x10: [mem 0xf0804000-0xf0804fff]
215[ 0.273558] pci 0000:00:07.0: [8086:7113] type 00 class 0x068000
216[ 0.274010] pci 0000:00:07.0: quirk: [io 0x4000-0x403f] claimed by PIIX4 ACPI
217[ 0.274018] pci 0000:00:07.0: quirk: [io 0x4100-0x410f] claimed by PIIX4 SMB
218[ 0.275404] pci 0000:00:0b.0: [8086:265c] type 00 class 0x0c0320
219[ 0.275954] pci 0000:00:0b.0: reg 0x10: [mem 0xf0805000-0xf0805fff]
220[ 0.279646] pci 0000:00:0d.0: [8086:2829] type 00 class 0x010601
221[ 0.280203] pci 0000:00:0d.0: reg 0x10: [io 0xd240-0xd247]
222[ 0.280678] pci 0000:00:0d.0: reg 0x14: [io 0xd248-0xd24b]
223[ 0.281148] pci 0000:00:0d.0: reg 0x18: [io 0xd250-0xd257]
224[ 0.281598] pci 0000:00:0d.0: reg 0x1c: [io 0xd258-0xd25b]
225[ 0.282008] pci 0000:00:0d.0: reg 0x20: [io 0xd260-0xd26f]
226[ 0.282301] pci 0000:00:0d.0: reg 0x24: [mem 0xf0806000-0xf0807fff]
227[ 0.289182] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11)
228[ 0.290338] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 *10 11)
229[ 0.290456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 *9 10 11)
230[ 0.290570] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 9 10 *11)
231[ 0.290723] iommu: Default domain type: Translated
232[ 0.290859] SCSI subsystem initialized
233[ 0.290880] libata version 3.00 loaded.
234[ 0.290926] pci 0000:00:02.0: vgaarb: setting as boot VGA device
235[ 0.290927] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
236[ 0.290929] pci 0000:00:02.0: vgaarb: bridge control possible
237[ 0.290929] vgaarb: loaded
238[ 0.290942] ACPI: bus type USB registered
239[ 0.290953] usbcore: registered new interface driver usbfs
240[ 0.290957] usbcore: registered new interface driver hub
241[ 0.290961] usbcore: registered new device driver usb
242[ 0.290979] pps_core: LinuxPPS API ver. 1 registered
243[ 0.290980] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
244[ 0.290981] PTP clock support registered
245[ 0.291001] EDAC MC: Ver: 3.0.0
246[ 0.291250] PCI: Using ACPI for IRQ routing
247[ 0.291251] PCI: pci_cache_line_size set to 64 bytes
248[ 0.291431] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
249[ 0.291431] e820: reserve RAM buffer [mem 0x7fff0000-0x7fffffff]
250[ 0.291503] NetLabel: Initializing
251[ 0.291504] NetLabel: domain hash size = 128
252[ 0.291504] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
253[ 0.291519] NetLabel: unlabeled traffic allowed by default
254[ 0.293158] clocksource: Switched to clocksource kvm-clock
255[ 0.301447] *** VALIDATE bpf ***
256[ 0.301496] VFS: Disk quotas dquot_6.6.0
257[ 0.301504] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
258[ 0.301519] *** VALIDATE ramfs ***
259[ 0.301521] *** VALIDATE hugetlbfs ***
260[ 0.301574] AppArmor: AppArmor Filesystem Enabled
261[ 0.301590] pnp: PnP ACPI init
262[ 0.301646] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
263[ 0.301760] pnp 00:01: Plug and Play ACPI device, IDs PNP0f03 (active)
264[ 0.302487] pnp: PnP ACPI: found 2 devices
265[ 0.303334] thermal_sys: Registered thermal governor 'fair_share'
266[ 0.303335] thermal_sys: Registered thermal governor 'bang_bang'
267[ 0.303335] thermal_sys: Registered thermal governor 'step_wise'
268[ 0.303335] thermal_sys: Registered thermal governor 'user_space'
269[ 0.303336] thermal_sys: Registered thermal governor 'power_allocator'
270[ 0.307844] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
271[ 0.307873] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
272[ 0.307874] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
273[ 0.307874] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
274[ 0.307875] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfdffffff window]
275[ 0.307913] NET: Registered protocol family 2
276[ 0.308018] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
277[ 0.308025] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
278[ 0.308045] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
279[ 0.308056] TCP: Hash tables configured (established 16384 bind 16384)
280[ 0.308070] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
281[ 0.308075] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
282[ 0.308114] NET: Registered protocol family 1
283[ 0.308118] NET: Registered protocol family 44
284[ 0.308134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
285[ 0.308145] pci 0000:00:01.0: Activating ISA DMA hang workarounds
286[ 0.308188] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
287[ 0.310538] PCI: CLS 0 bytes, default 64
288[ 0.311336] Trying to unpack rootfs image as initramfs...
289[ 0.696948] Freeing initrd memory: 40292K
290[ 0.696989] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33e458e6624, max_idle_ns: 440795259572 ns
291[ 0.697001] clocksource: Switched to clocksource tsc
292[ 0.697025] platform rtc_cmos: registered platform RTC device (no PNP device found)
293[ 0.697044] check: Scanning for low memory corruption every 60 seconds
294[ 0.697267] Initialise system trusted keyrings
295[ 0.697272] Key type blacklist registered
296[ 0.697297] workingset: timestamp_bits=36 max_order=19 bucket_order=0
297[ 0.698283] zbud: loaded
298[ 0.699929] squashfs: version 4.0 (2009/01/31) Phillip Lougher
299[ 0.700035] fuse: init (API version 7.31)
300[ 0.700048] *** VALIDATE fuse ***
301[ 0.700049] *** VALIDATE fuse ***
302[ 0.700109] Platform Keyring initialized
303[ 0.702094] Key type asymmetric registered
304[ 0.702094] Asymmetric key parser 'x509' registered
305[ 0.702100] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
306[ 0.702120] io scheduler mq-deadline registered
307[ 0.702185] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
308[ 0.702333] ACPI: AC Adapter [AC] (on-line)
309[ 0.702393] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
310[ 0.702417] ACPI: Power Button [PWRF]
311[ 0.702480] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
312[ 0.702490] ACPI: Sleep Button [SLPF]
313[ 0.702641] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
314[ 0.703614] Linux agpgart interface v0.103
315[ 0.704625] loop: module loaded
316[ 0.704737] ata_piix 0000:00:01.1: version 2.13
317[ 0.705027] scsi host0: ata_piix
318[ 0.705087] scsi host1: ata_piix
319[ 0.705110] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14
320[ 0.705110] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15
321[ 0.705161] libphy: Fixed MDIO Bus: probed
322[ 0.705162] tun: Universal TUN/TAP device driver, 1.6
323[ 0.705413] PPP generic driver version 2.4.2
324[ 0.705446] VFIO - User Level meta-driver version: 0.3
325[ 0.705761] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
326[ 0.705762] ehci-pci: EHCI PCI platform driver
327[ 0.706349] ehci-pci 0000:00:0b.0: EHCI Host Controller
328[ 0.706352] ehci-pci 0000:00:0b.0: new USB bus registered, assigned bus number 1
329[ 0.706526] ehci-pci 0000:00:0b.0: irq 19, io mem 0xf0805000
330[ 0.722385] ehci-pci 0000:00:0b.0: USB 2.0 started, EHCI 1.00
331[ 0.722440] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
332[ 0.722441] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
333[ 0.722443] usb usb1: Product: EHCI Host Controller
334[ 0.722444] usb usb1: Manufacturer: Linux 5.4.0-53-generic ehci_hcd
335[ 0.722445] usb usb1: SerialNumber: 0000:00:0b.0
336[ 0.722545] hub 1-0:1.0: USB hub found
337[ 0.722551] hub 1-0:1.0: 12 ports detected
338[ 0.722824] ehci-platform: EHCI generic platform driver
339[ 0.722833] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
340[ 0.722835] ohci-pci: OHCI PCI platform driver
341[ 0.723780] ohci-pci 0000:00:06.0: OHCI PCI host controller
342[ 0.723784] ohci-pci 0000:00:06.0: new USB bus registered, assigned bus number 2
343[ 0.723857] ohci-pci 0000:00:06.0: irq 22, io mem 0xf0804000
344[ 0.784332] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
345[ 0.784335] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
346[ 0.784338] usb usb2: Product: OHCI PCI host controller
347[ 0.784340] usb usb2: Manufacturer: Linux 5.4.0-53-generic ohci_hcd
348[ 0.784341] usb usb2: SerialNumber: 0000:00:06.0
349[ 0.784513] hub 2-0:1.0: USB hub found
350[ 0.784537] hub 2-0:1.0: 12 ports detected
351[ 0.785262] ohci-platform: OHCI generic platform driver
352[ 0.785277] uhci_hcd: USB Universal Host Controller Interface driver
353[ 0.785358] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
354[ 0.786121] serio: i8042 KBD port at 0x60,0x64 irq 1
355[ 0.786127] serio: i8042 AUX port at 0x60,0x64 irq 12
356[ 0.786299] mousedev: PS/2 mouse device common for all mice
357[ 0.786763] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
358[ 0.787579] rtc_cmos rtc_cmos: registered as rtc0
359[ 0.787602] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
360[ 0.787611] i2c /dev entries driver
361[ 0.787679] device-mapper: uevent: version 1.0.3
362[ 0.787774] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
363[ 0.787805] platform eisa.0: Probing EISA bus 0
364[ 0.787807] platform eisa.0: EISA: Cannot allocate resource for mainboard
365[ 0.787810] platform eisa.0: Cannot allocate resource for EISA slot 1
366[ 0.787812] platform eisa.0: Cannot allocate resource for EISA slot 2
367[ 0.787813] platform eisa.0: Cannot allocate resource for EISA slot 3
368[ 0.787815] platform eisa.0: Cannot allocate resource for EISA slot 4
369[ 0.787817] platform eisa.0: Cannot allocate resource for EISA slot 5
370[ 0.787819] platform eisa.0: Cannot allocate resource for EISA slot 6
371[ 0.787821] platform eisa.0: Cannot allocate resource for EISA slot 7
372[ 0.787822] platform eisa.0: Cannot allocate resource for EISA slot 8
373[ 0.787824] platform eisa.0: EISA: Detected 0 cards
374[ 0.787828] intel_pstate: CPU model not supported
375[ 0.787840] ledtrig-cpu: registered to indicate activity on CPUs
376[ 0.788011] intel_pmc_core intel_pmc_core.0: initialized
377[ 0.788053] drop_monitor: Initializing network drop monitor service
378[ 0.788352] NET: Registered protocol family 10
379[ 0.795165] Segment Routing with IPv6
380[ 0.795198] NET: Registered protocol family 17
381[ 0.795253] Key type dns_resolver registered
382[ 0.795422] RAS: Correctable Errors collector initialized.
383[ 0.795428] IPI shorthand broadcast: enabled
384[ 0.795435] sched_clock: Marking stable (785643157, 8765759)->(799405887, -4996971)
385[ 0.795520] registered taskstats version 1
386[ 0.795533] Loading compiled-in X.509 certificates
387[ 0.796657] Loaded X.509 cert 'Build time autogenerated kernel key: 92777d0b49f6ce90c395fe130e00d4b0c5f16e7a'
388[ 0.796680] zswap: loaded using pool lzo/zbud
389[ 0.796805] Key type ._fscrypt registered
390[ 0.796806] Key type .fscrypt registered
391[ 0.801814] Key type big_key registered
392[ 0.803905] Key type encrypted registered
393[ 0.803907] AppArmor: AppArmor sha1 policy hashing enabled
394[ 0.803913] ima: No TPM chip found, activating TPM-bypass!
395[ 0.803917] ima: Allocated hash algorithm: sha1
396[ 0.803922] ima: No architecture policies found
397[ 0.803929] evm: Initialising EVM extended attributes:
398[ 0.803930] evm: security.selinux
399[ 0.803931] evm: security.SMACK64
400[ 0.803931] evm: security.SMACK64EXEC
401[ 0.803932] evm: security.SMACK64TRANSMUTE
402[ 0.803932] evm: security.SMACK64MMAP
403[ 0.803933] evm: security.apparmor
404[ 0.803933] evm: security.ima
405[ 0.803934] evm: security.capability
406[ 0.803934] evm: HMAC attrs: 0x1
407[ 0.804253] PM: Magic number: 12:501:321
408[ 0.804270] tty tty46: hash matches
409[ 0.804277] pci 0000:00:02.0: hash matches
410[ 0.804340] rtc_cmos rtc_cmos: setting system clock to 2020-11-18T08:18:24 UTC (1605687504)
411[ 0.875367] ata2.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133
412[ 0.876367] scsi 1:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5
413[ 0.877048] sr 1:0:0:0: [sr0] scsi3-mmc drive: 32x/32x xa/form2 tray
414[ 0.877050] cdrom: Uniform CD-ROM driver Revision: 3.20
415[ 0.877243] sr 1:0:0:0: Attached scsi CD-ROM sr0
416[ 0.877437] sr 1:0:0:0: Attached scsi generic sg0 type 5
417[ 0.879349] Freeing unused decrypted memory: 2040K
418[ 0.879809] Freeing unused kernel image memory: 2704K
419[ 0.886416] Write protecting the kernel read-only data: 22528k
420[ 0.886843] Freeing unused kernel image memory: 2008K
421[ 0.886980] Freeing unused kernel image memory: 1216K
422[ 0.894393] x86/mm: Checked W+X mappings: passed, no W+X pages found.
423[ 0.894394] x86/mm: Checking user space page tables
424[ 0.901444] x86/mm: Checked W+X mappings: passed, no W+X pages found.
425[ 0.901446] Run /init as init process
426[ 0.985009] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
427[ 0.985057] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input4
428[ 0.999371] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
429[ 0.999371] e1000: Copyright (c) 1999-2006 Intel Corporation.
430[ 1.002666] piix4_smbus 0000:00:07.0: SMBus Host Controller at 0x4100, revision 0
431[ 1.006185] ahci 0000:00:0d.0: version 3.0
432[ 1.007502] ahci 0000:00:0d.0: SSS flag set, parallel bus scan disabled
433[ 1.007612] ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
434[ 1.007614] ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc
435[ 1.014343] scsi host2: ahci
436[ 1.014390] ata3: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806100 irq 21
437[ 1.216749] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
438[ 1.238723] usb 2-1: new full-speed USB device number 2 using ohci-pci
439[ 1.326598] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
440[ 1.326762] ata3.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133
441[ 1.326763] ata3.00: 209715200 sectors, multi 128: LBA48 NCQ (depth 32)
442[ 1.330908] ata3.00: configured for UDMA/133
443[ 1.330981] scsi 2:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5
444[ 1.331114] sd 2:0:0:0: [sda] 209715200 512-byte logical blocks: (107 GB/100 GiB)
445[ 1.331119] sd 2:0:0:0: [sda] Write Protect is off
446[ 1.331120] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
447[ 1.331128] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
448[ 1.331262] sd 2:0:0:0: Attached scsi generic sg1 type 0
449[ 1.331626] sda: sda1
450[ 1.331768] sd 2:0:0:0: [sda] Attached SCSI disk
451[ 1.391537] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 08:00:27:cb:3f:9e
452[ 1.391541] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
453[ 1.392482] e1000 0000:00:03.0 enp0s3: renamed from eth0
454[ 1.565617] usb 2-1: New USB device found, idVendor=80ee, idProduct=0021, bcdDevice= 1.00
455[ 1.565621] usb 2-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
456[ 1.565623] usb 2-1: Product: USB Tablet
457[ 1.565626] usb 2-1: Manufacturer: VirtualBox
458[ 1.574854] hidraw: raw HID events driver (C) Jiri Kosina
459[ 1.587933] usbcore: registered new interface driver usbhid
460[ 1.587934] usbhid: USB HID core driver
461[ 1.589535] input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:06.0/usb2/2-1/2-1:1.0/0003:80EE:0021.0001/input/input6
462[ 1.589679] hid-generic 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:06.0-1/input0
463[ 2.374487] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
464[ 2.545978] systemd[1]: systemd 237 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=hybrid)
465[ 2.545999] systemd[1]: Detected virtualization oracle.
466[ 2.546002] systemd[1]: Detected architecture x86-64.
467[ 2.548012] systemd[1]: Set hostname to <cornel-ubuntuvb>.
468[ 2.702279] systemd[1]: Reached target System Time Synchronized.
469[ 2.702481] systemd[1]: Created slice User and Session Slice.
470[ 2.702596] systemd[1]: Created slice System Slice.
471[ 2.702610] systemd[1]: Reached target Slices.
472[ 2.702652] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
473[ 2.702713] systemd[1]: Listening on Journal Socket.
474[ 2.740462] lp: driver loaded but no devices found
475[ 2.746517] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
476[ 2.763817] ppdev: user-space parallel port driver
477[ 2.894325] systemd-journald[223]: Received request to flush runtime journal from PID 1
478[ 2.900472] systemd-journald[223]: File /var/log/journal/8a89673247b84b93b12dadae145cbe0c/system.journal corrupted or uncleanly shut down, renaming and replacing.
479[ 3.020363] Adding 2097148k swap on /swapfile. Priority:-2 extents:6 across:2260988k FS
480[ 3.366771] audit: type=1400 audit(1605687507.059:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=367 comm="apparmor_parser"
481[ 3.366773] audit: type=1400 audit(1605687507.059:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=367 comm="apparmor_parser"
482[ 3.366774] audit: type=1400 audit(1605687507.059:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=367 comm="apparmor_parser"
483[ 3.366776] audit: type=1400 audit(1605687507.059:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=367 comm="apparmor_parser"
484[ 3.389904] audit: type=1400 audit(1605687507.079:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=368 comm="apparmor_parser"
485[ 3.389906] audit: type=1400 audit(1605687507.079:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=368 comm="apparmor_parser"
486[ 3.389907] audit: type=1400 audit(1605687507.079:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=368 comm="apparmor_parser"
487[ 3.389908] audit: type=1400 audit(1605687507.079:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer//sanitized_helper" pid=368 comm="apparmor_parser"
488[ 3.389909] audit: type=1400 audit(1605687507.079:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-thumbnailer" pid=368 comm="apparmor_parser"
489[ 3.539767] vboxguest: loading out-of-tree module taints kernel.
490[ 3.542871] vboxguest: module verification failed: signature and/or required key missing - tainting kernel
491[ 3.595877] vgdrvHeartbeatInit: Setting up heartbeat to trigger every 2000 milliseconds
492[ 3.596032] input: Unspecified device as /devices/pci0000:00/0000:00:04.0/input/input7
493[ 3.621304] vboxguest: Successfully loaded version 6.1.14
494[ 3.621328] vboxguest: misc device minor 58, IRQ 20, I/O port d040, MMIO at 00000000f0400000 (size 0x400000)
495[ 3.621329] vboxguest: Successfully loaded version 6.1.14 (interface 0x00010004)
496[ 4.442713] e1000: enp0s3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
497[ 4.443374] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s3: link becomes ready
498[ 4.882278] [drm] DMA map mode: Caching DMA mappings.
499[ 4.882318] [drm] Capabilities:
500[ 4.882318] [drm] Cursor.
501[ 4.882318] [drm] Cursor bypass 2.
502[ 4.882319] [drm] Alpha cursor.
503[ 4.882319] [drm] 3D.
504[ 4.882319] [drm] Extended Fifo.
505[ 4.882319] [drm] Pitchlock.
506[ 4.882320] [drm] Irq mask.
507[ 4.882320] [drm] GMR.
508[ 4.882320] [drm] Traces.
509[ 4.882320] [drm] GMR2.
510[ 4.882321] [drm] Screen Object 2.
511[ 4.882321] [drm] Max GMR ids is 8192
512[ 4.882322] [drm] Max number of GMR pages is 1048576
513[ 4.882322] [drm] Max dedicated hypervisor surface memory is 507904 kiB
514[ 4.882322] [drm] Maximum display memory size is 16384 kiB
515[ 4.882323] [drm] VRAM at 0xe0000000 size is 16384 kiB
516[ 4.882323] [drm] MMIO at 0xf0000000 size is 2048 kiB
517[ 4.900017] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
518[ 4.903902] [TTM] Zone kernel: Available graphics memory: 1017760 KiB
519[ 4.903903] [TTM] Initializing pool allocator
520[ 4.903906] [TTM] Initializing DMA pool allocator
521[ 4.903921] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
522[ 4.903922] [drm] No driver support for vblank timestamp query.
523[ 4.904089] [drm] Screen Objects Display Unit initialized
524[ 4.904158] [drm] width 720
525[ 4.904166] [drm] height 400
526[ 4.904189] [drm] bpp 32
527[ 4.904325] [drm] Fifo max 0x00200000 min 0x00001000 cap 0x00000355
528[ 4.904330] [drm] DX: no.
529[ 4.904331] [drm] Atomic: yes.
530[ 4.904331] [drm] SM4_1: no.
531[ 4.904343] [drm:vmw_host_log [vmwgfx]] *ERROR* Failed to send host log message.
532[ 4.906240] [drm:vmw_host_log [vmwgfx]] *ERROR* Failed to send host log message.
533[ 4.980131] cryptd: max_cpu_qlen set to 1000
534[ 5.129361] AVX2 version of gcm_enc/dec engaged.
535[ 5.129362] AES CTR mode by8 optimization enabled
536[ 5.211441] fbcon: svgadrmfb (fb0) is primary device
537[ 5.278240] Console: switching to colour frame buffer device 100x37
538[ 5.281335] [drm] Initialized vmwgfx 2.15.0 20180704 for 0000:00:02.0 on minor 0
539[ 7.960181] snd_intel8x0 0000:00:05.0: white list rate for 1028:0177 is 48000
540[ 10.184357] 08:18:33.879968 main VBoxService 6.1.14 r140239 (verbosity: 0) linux.amd64 (Sep 4 2020 09:41:34) release log
541 08:18:33.879970 main Log opened 2020-11-18T08:18:33.879963000Z
542[ 10.184396] 08:18:33.880043 main OS Product: Linux
543[ 10.184421] 08:18:33.880072 main OS Release: 5.4.0-53-generic
544[ 10.184445] 08:18:33.880097 main OS Version: #59~18.04.1-Ubuntu SMP Wed Oct 21 12:14:56 UTC 2020
545[ 10.184482] 08:18:33.880120 main Executable: /opt/VBoxGuestAdditions-6.1.14/sbin/VBoxService
546 08:18:33.880121 main Process ID: 988
547 08:18:33.880122 main Package type: LINUX_64BITS_GENERIC
548[ 10.185643] 08:18:33.881290 main 6.1.14 r140239 started. Verbose level = 0
549[ 10.186630] 08:18:33.882263 main vbglR3GuestCtrlDetectPeekGetCancelSupport: Supported (#1)
550[ 10.197599] vboxsf: g_fHostFeatures=0x8000000f g_fSfFeatures=0x1 g_uSfLastFunction=29
551[ 10.197718] vboxsf: Successfully loaded version 6.1.14
552[ 10.197742] vboxsf: Successfully loaded version 6.1.14 on 5.4.0-53-generic SMP mod_unload (LINUX_VERSION_CODE=0x50441)
553[ 10.198801] 08:18:33.894440 automount vbsvcAutomounterMountIt: Successfully mounted 'curs_driver' on '/media/sf_curs_driver'
554[ 10.399206] systemd-journald[223]: File /var/log/journal/8a89673247b84b93b12dadae145cbe0c/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
555[ 14.171951] rfkill: input handler disabled
556[ 18.707797] ISO 9660 Extensions: Microsoft Joliet Level 3
557[ 18.726369] ISO 9660 Extensions: RRIP_1991A
558[ 162.277447] pcd_driver_init :Device number <major>:<minor> = 240:0
559[ 162.277458] pcd_driver_init :Module init was successful