-
Notifications
You must be signed in to change notification settings - Fork 6
/
ubuntu-bionic-18.04-cloudimg-console.log
679 lines (671 loc) · 43.6 KB
/
ubuntu-bionic-18.04-cloudimg-console.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
[ 0.000000] Linux version 4.15.0-118-generic (buildd@lgw01-amd64-039) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #119-Ubuntu SMP Tue Sep 8 12:30:01 UTC 2020 (Ubuntu 4.15.0-118.119-generic 4.15.18)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-118-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffeffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007fff0000-0x000000007fffffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.5 present.
[ 0.000000] DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] e820: last_pfn = 0x7fff0 max_arch_pfn = 0x400000000
[ 0.000000] MTRR: 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] found SMP MP-table at [mem 0x0009fff0-0x0009ffff]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] RAMDISK: [mem 0x35a67000-0x36d2afff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000E0000 000024 (v02 VBOX )
[ 0.000000] ACPI: XSDT 0x000000007FFF0030 00003C (v01 VBOX VBOXXSDT 00000001 ASL 00000061)
[ 0.000000] ACPI: FACP 0x000000007FFF00F0 0000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061)
[ 0.000000] ACPI: DSDT 0x000000007FFF0470 002325 (v02 VBOX VBOXBIOS 00000002 INTL 20100528)
[ 0.000000] ACPI: FACS 0x000000007FFF0200 000040
[ 0.000000] ACPI: FACS 0x000000007FFF0200 000040
[ 0.000000] ACPI: APIC 0x000000007FFF0240 00005C (v02 VBOX VBOXAPIC 00000001 ASL 00000061)
[ 0.000000] ACPI: SSDT 0x000000007FFF02A0 0001CC (v01 VBOX VBOXCPUT 00000002 INTL 20100528)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffeffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x7ffc5000-0x7ffeffff]
[ 0.000000] kvm-clock: cpu 0, msr 0:7ff44001, primary cpu clock
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: using sched offset of 10940632529 cycles
[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000007ffeffff]
[ 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-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000007ffeffff]
[ 0.000000] Reserved but unavailable: 98 pages
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007ffeffff]
[ 0.000000] ACPI: PM-Timer IO Port: 0x4008
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.000000] e820: [mem 0x80000000-0xfebfffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x500 with crng_init=0
[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] percpu: Embedded 45 pages/cpu s147456 r8192 d28672 u1048576
[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 515961
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-118-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
[ 0.000000] Memory: 2015224K/2096696K available (12300K kernel code, 2482K rwdata, 4272K rodata, 2436K init, 2724K bss, 81472K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] ftrace: allocating 39396 entries in 154 pages
[ 0.004000] Hierarchical RCU implementation.
[ 0.004000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[ 0.004000] Tasks RCU enabled.
[ 0.004000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.004000] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console [tty1] enabled
[ 0.004000] console [ttyS0] enabled
[ 0.004000] ACPI: Core revision 20170831
[ 0.004000] ACPI: 2 ACPI AML tables successfully acquired and loaded
[ 0.004000] APIC: Switch to symmetric I/O mode setup
[ 0.010317] x2apic enabled
[ 0.012028] Switched APIC routing to physical x2apic.
[ 0.020000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.020019] tsc: Detected 2294.686 MHz processor
[ 0.024046] Calibrating delay loop (skipped) preset value.. 4589.37 BogoMIPS (lpj=9178744)
[ 0.028021] pid_max: default: 32768 minimum: 301
[ 0.036131] Security Framework initialized
[ 0.040014] Yama: becoming mindful.
[ 0.048077] AppArmor: AppArmor initialized
[ 0.061083] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.072196] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.076109] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.080050] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.089188] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.092028] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.096015] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.100020] Spectre V2 : Mitigation: Full generic retpoline
[ 0.104013] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.108013] Speculative Store Bypass: Vulnerable
[ 0.112230] SRBDS: Unknown: Dependent on hypervisor status
[ 0.116013] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.121564] Freeing SMP alternatives memory: 36K
[ 0.244450] smpboot: CPU0: Intel(R) Core(TM) i5-5300U CPU @ 2.30GHz (family: 0x6, model: 0x3d, stepping: 0x4)
[ 0.248436] Performance Events: unsupported p6 CPU model 61 no PMU driver, software events only.
[ 0.252223] Hierarchical SRCU implementation.
[ 0.262085] NMI watchdog: Perf event create on CPU 0 failed with -2
[ 0.264018] NMI watchdog: Perf NMI watchdog permanently disabled
[ 0.272237] smp: Bringing up secondary CPUs ...
[ 0.280312] x86: Booting SMP configuration:
[ 0.284018] .... node #0, CPUs: #1
[ 0.004000] kvm-clock: cpu 1, msr 0:7ff44041, secondary cpu clock
[ 0.304158] smp: Brought up 1 node, 2 CPUs
[ 0.308029] smpboot: Max logical packages: 1
[ 0.312027] smpboot: Total of 2 processors activated (9178.74 BogoMIPS)
[ 0.316913] devtmpfs: initialized
[ 0.320438] x86/mm: Memory block size: 128MB
[ 0.326848] evm: security.selinux
[ 0.328032] evm: security.SMACK64
[ 0.332024] evm: security.SMACK64EXEC
[ 0.336018] evm: security.SMACK64TRANSMUTE
[ 0.340018] evm: security.SMACK64MMAP
[ 0.344017] evm: security.apparmor
[ 0.348016] evm: security.ima
[ 0.352017] evm: security.capability
[ 0.360106] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.364064] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.368351] pinctrl core: initialized pinctrl subsystem
[ 0.376539] RTC time: 18:58:54, date: 10/30/20
[ 0.384358] NET: Registered protocol family 16
[ 0.393121] audit: initializing netlink subsys (disabled)
[ 0.396201] audit: type=2000 audit(1604084346.069:1): state=initialized audit_enabled=0 res=1
[ 0.416038] cpuidle: using governor ladder
[ 0.420062] cpuidle: using governor menu
[ 0.424670] ACPI: bus type PCI registered
[ 0.428020] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.432839] PCI: Using configuration type 1 for base access
[ 0.460398] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.469113] ACPI: Added _OSI(Module Device)
[ 0.472030] ACPI: Added _OSI(Processor Device)
[ 0.476029] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.480027] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.484030] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.488023] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.492020] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.498260] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.554147] ACPI: Interpreter enabled
[ 0.556115] ACPI: (supports S0 S5)
[ 0.560016] ACPI: Using IOAPIC for interrupt routing
[ 0.569784] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.573930] ACPI: Enabled 2 GPEs in block 00 to 07
[ 0.695273] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.696043] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[ 0.709879] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[ 0.712106] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 0.723274] PCI host bridge to bus 0000:00
[ 0.724024] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.728025] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.732032] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.736026] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfdffffff window]
[ 0.740025] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.762643] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.764021] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.768020] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.772022] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.887333] pci 0000:00:07.0: quirk: [io 0x4000-0x403f] claimed by PIIX4 ACPI
[ 0.888116] pci 0000:00:07.0: quirk: [io 0x4100-0x410f] claimed by PIIX4 SMB
[ 0.947155] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11)
[ 0.955438] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 *10 11)
[ 0.957347] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 *9 10 11)
[ 0.961308] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 9 10 *11)
[ 0.970448] SCSI subsystem initialized
[ 0.976558] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.980000] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.992036] pci 0000:00:02.0: vgaarb: bridge control possible
[ 1.004018] vgaarb: loaded
[ 1.012238] ACPI: bus type USB registered
[ 1.020210] usbcore: registered new interface driver usbfs
[ 1.028096] usbcore: registered new interface driver hub
[ 1.040242] usbcore: registered new device driver usb
[ 1.052228] EDAC MC: Ver: 3.0.0
[ 1.060292] PCI: Using ACPI for IRQ routing
[ 1.070028] NetLabel: Initializing
[ 1.076015] NetLabel: domain hash size = 128
[ 1.080017] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 1.092139] NetLabel: unlabeled traffic allowed by default
[ 1.108368] clocksource: Switched to clocksource kvm-clock
[ 1.271324] VFS: Disk quotas dquot_6.6.0
[ 1.278660] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.289834] AppArmor: AppArmor Filesystem Enabled
[ 1.296910] pnp: PnP ACPI init
[ 1.318106] pnp: PnP ACPI: found 3 devices
[ 1.341891] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 1.356921] NET: Registered protocol family 2
[ 1.365884] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 1.378798] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[ 1.389388] TCP: Hash tables configured (established 16384 bind 16384)
[ 1.406146] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[ 1.417258] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[ 1.434328] NET: Registered protocol family 1
[ 1.442035] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 1.457286] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 1.468600] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 1.486920] Unpacking initramfs...
[ 4.408929] Freeing initrd memory: 19216K
[ 4.417754] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x211399552f8, max_idle_ns: 440795292447 ns
[ 4.440288] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 4.455860] Scanning for low memory corruption every 60 seconds
[ 4.469736] Initialise system trusted keyrings
[ 4.480022] Key type blacklist registered
[ 4.492999] workingset: timestamp_bits=36 max_order=19 bucket_order=0
[ 4.525624] zbud: loaded
[ 4.537182] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 4.547702] fuse init (API version 7.26)
[ 4.574618] Key type asymmetric registered
[ 4.583189] Asymmetric key parser 'x509' registered
[ 4.592315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 4.604974] io scheduler noop registered
[ 4.611025] io scheduler deadline registered
[ 4.619100] io scheduler cfq registered (default)
[ 4.629746] ACPI: AC Adapter [AC] (on-line)
[ 4.637777] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 4.653435] ACPI: Power Button [PWRF]
[ 4.661145] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[ 4.675215] ACPI: Sleep Button [SLPF]
[ 4.683032] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 4.694178] ACPI: Battery Slot [BAT0] (battery present)
[ 4.719839] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 4.757253] Linux agpgart interface v0.103
[ 4.780541] loop: module loaded
[ 4.793089] scsi host0: ata_piix
[ 4.799221] scsi host1: ata_piix
[ 4.805272] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14
[ 4.815574] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15
[ 4.826006] libphy: Fixed MDIO Bus: probed
[ 4.832505] tun: Universal TUN/TAP device driver, 1.6
[ 4.840351] PPP generic driver version 2.4.2
[ 4.846929] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.856608] ehci-pci: EHCI PCI platform driver
[ 4.863810] ehci-platform: EHCI generic platform driver
[ 4.872263] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 4.881608] ohci-pci: OHCI PCI platform driver
[ 4.888937] ohci-platform: OHCI generic platform driver
[ 4.896510] uhci_hcd: USB Universal Host Controller Interface driver
[ 4.906880] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 4.923935] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 4.931281] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 4.940205] mousedev: PS/2 mouse device common for all mice
[ 4.952902] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[ 4.971824] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[ 4.996781] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[ 5.007528] i2c /dev entries driver
[ 5.036642] device-mapper: uevent: version 1.0.3
[ 5.043920] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: [email protected]
[ 5.056975] ledtrig-cpu: registered to indicate activity on CPUs
[ 5.069152] NET: Registered protocol family 10
[ 5.109067] Segment Routing with IPv6
[ 5.118094] NET: Registered protocol family 17
[ 5.129468] Key type dns_resolver registered
[ 5.140483] mce: Using 0 MCE banks
[ 5.147896] RAS: Correctable Errors collector initialized.
[ 5.162509] sched_clock: Marking stable (5162116472, 0)->(7233994925, -2071878453)
[ 5.182680] registered taskstats version 1
[ 5.190890] Loading compiled-in X.509 certificates
[ 5.220356] Loaded X.509 cert 'Build time autogenerated kernel key: 12f2d460e247d21dc5d156478bb7d4abc0f5a070'
[ 5.236227] zswap: loaded using pool lzo/zbud
[ 5.273421] Key type big_key registered
[ 5.279842] Key type trusted registered
[ 5.298619] Key type encrypted registered
[ 5.305167] AppArmor: AppArmor sha1 policy hashing enabled
[ 5.315279] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[ 5.327710] ima: Allocated hash algorithm: sha1
[ 5.338891] evm: HMAC attrs: 0x1
[ 5.350622] Magic number: 8:632:1000
[ 5.361580] misc memory_bandwidth: hash matches
[ 5.374769] serial 00:02: hash matches
[ 5.386437] rtc_cmos rtc_cmos: setting system clock to 2020-10-30 18:58:59 UTC (1604084339)
[ 5.407622] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 5.423077] EDD information not available.
[ 5.506062] Freeing unused kernel image memory: 2436K
[ 5.540196] Write protecting the kernel read-only data: 20480k
[ 5.560643] Freeing unused kernel image memory: 2008K
[ 5.570638] Freeing unused kernel image memory: 1872K
[ 5.760355] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 5.783786] x86/mm: Checking user space page tables
[ 5.978069] x86/mm: Checked W+X mappings: passed, no W+X pages found.
Loading, please wait...
starting version 237
[ 6.683558] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 6.696116] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 6.736615] Fusion MPT base driver 3.04.20
[ 6.745295] Copyright (c) 1999-2008 LSI Corporation
[ 6.866676] Fusion MPT SPI Host driver 3.04.20
[ 7.021654] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4
[ 7.129577] AVX2 version of gcm_enc/dec engaged.
[ 7.138966] AES CTR mode by8 optimization enabled
[ 8.375623] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 02:6a:93:8d:eb:87
[ 8.386109] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
[ 8.405575] e1000 0000:00:03.0 enp0s3: renamed from eth0
[ 8.418469] mptbase: ioc0: Initiating bringup
[ 9.276245] ioc0: LSI53C1030 A0: Capabilities={Initiator}
[ 10.997636] scsi host2: ioc0: LSI53C1030 A0, FwRev=00000000h, Ports=1, MaxQ=256, IRQ=20
[ 12.405445] scsi 2:0:0:0: Direct-Access VBOX HARDDISK 1.0 PQ: 0 ANSI: 5
[ 12.448288] scsi target2:0:0: Beginning Domain Validation
[ 12.464263] random: fast init done
[ 12.471266] scsi target2:0:0: Domain Validation skipping write tests
[ 12.484261] scsi target2:0:0: Ending Domain Validation
[ 12.494944] scsi target2:0:0: asynchronous
[ 12.505733] scsi 2:0:1:0: Direct-Access VBOX HARDDISK 1.0 PQ: 0 ANSI: 5
[ 12.548705] scsi target2:0:1: Beginning Domain Validation
[ 12.567305] scsi target2:0:1: Domain Validation skipping write tests
[ 12.578260] scsi target2:0:1: Ending Domain Validation
[ 12.586704] scsi target2:0:1: asynchronous
[ 12.622543] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 12.623589] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 12.640194] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 12.659433] sd 2:0:1:0: Attached scsi generic sg1 type 0
[ 12.679720] sd 2:0:0:0: [sda] 20971520 512-byte logical blocks: (10.7 GB/10.0 GiB)
[ 12.700310] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 12.719263] sd 2:0:0:0: [sda] Write Protect is off
[ 12.747937] sd 2:0:1:0: [sdb] 20480 512-byte logical blocks: (10.5 MB/10.0 MiB)
[ 12.772024] sd 2:0:0:0: [sda] Incomplete mode parameter data
[ 12.772274] sd 2:0:1:0: [sdb] Write Protect is off
[ 12.783738] sd 2:0:0:0: [sda] Assuming drive cache: write through
[ 12.821079] sd 2:0:1:0: [sdb] Incomplete mode parameter data
[ 12.830477] sd 2:0:1:0: [sdb] Assuming drive cache: write through
[ 12.848654] sda: sda1
[ 12.853617] sd 2:0:1:0: [sdb] Attached SCSI disk
[ 12.865882] sd 2:0:0:0: [sda] Attached SCSI disk
Begin: Loading essential drivers ... [ 18.584739] raid6: sse2x1 gen() 610 MB/s
[ 18.636582] raid6: sse2x1 xor() 398 MB/s
[ 18.688249] raid6: sse2x2 gen() 1235 MB/s
[ 18.752757] raid6: sse2x2 xor() 579 MB/s
[ 18.804667] raid6: sse2x4 gen() 1306 MB/s
[ 18.860326] raid6: sse2x4 xor() 903 MB/s
[ 18.912223] raid6: avx2x1 gen() 1259 MB/s
[ 18.964955] raid6: avx2x1 xor() 681 MB/s
[ 19.024542] raid6: avx2x2 gen() 1773 MB/s
[ 19.089179] raid6: avx2x2 xor() 1146 MB/s
[ 19.144805] raid6: avx2x4 gen() 2324 MB/s
[ 19.200439] raid6: avx2x4 xor() 1532 MB/s
[ 19.209247] raid6: using algorithm avx2x4 gen() 2324 MB/s
[ 19.217759] raid6: .... xor() 1532 MB/s, rmw enabled
[ 19.227302] raid6: using avx2x2 recovery algorithm
[ 19.245040] xor: automatically using best checksumming function avx
[ 19.272204] async_tx: api initialized (async)
done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... [ 19.854253] Btrfs loaded, crc32c=crc32c-intel
Scanning for Btrfs filesystems
done.
Warning: fsck not present, so skipping root file system
[ 20.041612] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[ 20.731797] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 20.790496] 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)
[ 20.828341] systemd[1]: Detected virtualization oracle.
[ 20.838740] systemd[1]: Detected architecture x86-64.
Welcome to [1mUbuntu 18.04.5 LTS[0m!
[ 20.894148] systemd[1]: Set hostname to <ubuntu>.
[ 20.925869] systemd[1]: Initializing machine ID from random generator.
[ 20.937874] systemd[1]: Installed transient /etc/machine-id file.
[ 22.217331] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[[0;32m OK [0m] Set up automount Arbitrary Executab…rmats File System Automount Point.
[ 22.271196] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice User and Session Slice.
[ 22.294234] systemd[1]: Reached target User and Group Name Lookups.
[[0;32m OK [0m] Reached target User and Group Name Lookups.
[ 22.317246] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.
[[0;32m OK [0m] Created slice System Slice.
[[0;32m OK [0m] Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.
[[0;32m OK [0m] Listening on Syslog Socket.
[[0;32m OK [0m] Created slice system-serial\x2dgetty.slice.
[[0;32m OK [0m] Listening on udev Control Socket.
[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on Journal Socket.
Starting Set the console keyboard layout...[ 22.463522] random: crng init done
[ 22.475315] random: 7 urandom warning(s) missed due to ratelimiting
Mounting Kernel Debug File System...
Starting Remount Root and Kernel File Systems...
Starting Uncomplicated firewall...
Mounting POSIX Message Queue File System...
Mounting Huge Pages File System...
[[0;32m OK [0m] Listening on Journal Audit Socket.
Starting Create list of required st…ce nodes for the current kernel...
[ 22.789130] EXT4-fs (sda1): re-mounted. Opts: (null)
Starting Load Kernel Modules...
[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.
Starting Monitoring of LVM2 mirrors…ng dmeventd or progress polling...
[[0;32m OK [0m] Listening on LVM2 poll daemon socket.
[[0;32m OK [0m] Listening on Journal Socket (/dev/log).
Starting Journal Service...
[[0;32m OK [0m] Reached target System Time Synchronized.
[[0;32m OK [0m] Listening on udev Kernel Socket.
Starting udev Coldplug all Devices...
[[0;32m OK [0m] Reached target Slices.
[[0;32m OK [0m] Reached target Swap.
[[0;32m OK [0m] Mounted Kernel Debug File System.
[[0;32m OK [0m] Started Remount Root and Kernel File Systems.
[[0;32m OK [0m] Started Uncomplicated firewall.
[[0;32m OK [0m] Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted Huge Pages File System.
[[0;32m OK [0m] Started Create list of required sta…vice nodes for the current kernel.
Starting Create Static Device Nodes in /dev...
Starting Load/Save Random Seed...
[[0;32m OK [0m] Started Load/Save Random Seed.
[ 23.530619] Loading iSCSI transport class v2.0-870.
[[0;32m OK [0m] Started LVM2 metadata daemon.
[[0;32m OK [0m] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ 23.812787] iscsi: registered transport (tcp)
[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,…sing dmeventd or progress polling.
[[0;32m OK [0m] Started udev Kernel Device Manager.
[ 24.400737] iscsi: registered transport (iser)
[[0;32m OK [0m] Started Load Kernel Modules.
Mounting FUSE Control File System...
Starting Apply Kernel Variables...
Mounting Kernel Configuration File System...
[[0;32m OK [0m] Mounted Kernel Configuration File System.
[[0;32m OK [0m] Mounted FUSE Control File System.
[[0;32m OK [0m] Started Journal Service.
Starting Flush Journal to Persistent Storage...
[[0;32m OK [0m] Started Apply Kernel Variables.
[[0;32m OK [0m] Started Flush Journal to Persistent Storage.
[[0;32m OK [0m] Started udev Coldplug all Devices.
[[0;32m OK [0m] Started Set the console keyboard layout.
[[0;32m OK [0m] Reached target Local File Systems (Pre).
[[0;32m OK [0m] Reached target Local File Systems.
Starting AppArmor initialization...
Starting Commit a transient machine-id on disk...
Starting Create Volatile Files and Directories...
Starting Tell Plymouth To Write Out Runtime Data...
Starting ebtables ruleset management...
Starting Set console font and keymap...
[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.
[[0;32m OK [0m] Reached target Local Encrypted Volumes.
[[0;32m OK [0m] Started Set console font and keymap.
[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.
[[0;32m OK [0m] Started Commit a transient machine-id on disk.
[[0;32m OK [0m] Started Create Volatile Files and Directories.
Starting Update UTMP about System Boot/Shutdown...
[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.
[[0;32m OK [0m] Started ebtables ruleset management.
[[0;32m OK [0m] Found device /dev/ttyS0.
[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[[0m[0;31m* [0m] A start job is running for AppArmor initialization (11s / no limit)
[K[[0;32m OK [0m] Started AppArmor initialization.
Starting Load AppArmor profiles managed internally by snapd...
Starting Initial cloud-init job (pre-networking)...
[[0;32m OK [0m] Started Load AppArmor profiles managed internally by snapd.
[ 43.810519] cloud-init[574]: Cloud-init v. 20.3-2-g371b392c-0ubuntu1~18.04.1 running 'init-local' at Fri, 30 Oct 2020 18:59:34 +0000. Up 40.80 seconds.
[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).
[[0;32m OK [0m] Reached target Network (Pre).
Starting Network Service...
[[0;32m OK [0m] Started Network Service.
Starting Network Name Resolution...
Starting Wait for Network to be Configured...
[[0;32m OK [0m] Started Network Name Resolution.
[[0;32m OK [0m] Reached target Host and Network Name Lookups.
[[0;32m OK [0m] Reached target Network.
[[0;32m OK [0m] Started Wait for Network to be Configured.
Starting Initial cloud-init job (metadata service crawler)...
[ 52.717974] cloud-init[671]: Cloud-init v. 20.3-2-g371b392c-0ubuntu1~18.04.1 running 'init' at Fri, 30 Oct 2020 18:59:45 +0000. Up 51.03 seconds.
[ 52.729347] cloud-init[671]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++
[ 52.739830] cloud-init[671]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+
[ 52.760954] cloud-init[671]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |
[ 52.775101] cloud-init[671]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+
[ 52.788462] cloud-init[671]: ci-info: | enp0s3 | True | 10.0.2.15 | 255.255.255.0 | global | 02:6a:93:8d:eb:87 |
[ 52.799431] cloud-init[671]: ci-info: | enp0s3 | True | fe80::6a:93ff:fe8d:eb87/64 | . | link | 02:6a:93:8d:eb:87 |
[ 52.811110] cloud-init[671]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . |
[ 52.825903] cloud-init[671]: ci-info: | lo | True | ::1/128 | . | host | . |
[ 52.839554] cloud-init[671]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+
[ 52.848910] cloud-init[671]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++
[ 52.862003] cloud-init[671]: ci-info: +-------+-------------+----------+-----------------+-----------+-------+
[ 52.880731] cloud-init[671]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |
[ 52.890165] cloud-init[671]: ci-info: +-------+-------------+----------+-----------------+-----------+-------+
[ 52.897933] cloud-init[671]: ci-info: | 0 | 0.0.0.0 | 10.0.2.2 | 0.0.0.0 | enp0s3 | UG |
[ 52.903488] cloud-init[671]: ci-info: | 1 | 10.0.2.0 | 0.0.0.0 | 255.255.255.0 | enp0s3 | U |
[ 52.910791] cloud-init[671]: ci-info: | 2 | 10.0.2.2 | 0.0.0.0 | 255.255.255.255 | enp0s3 | UH |
[ 52.918235] cloud-init[671]: ci-info: +-------+-------------+----------+-----------------+-----------+-------+
[ 52.938088] cloud-init[671]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++
[ 52.944600] cloud-init[671]: ci-info: +-------+-------------+---------+-----------+-------+
[ 52.955573] cloud-init[671]: ci-info: | Route | Destination | Gateway | Interface | Flags |
[ 52.968219] cloud-init[671]: ci-info: +-------+-------------+---------+-----------+-------+
[ 52.981399] cloud-init[671]: ci-info: | 1 | fe80::/64 | :: | enp0s3 | U |
[ 52.995456] cloud-init[671]: ci-info: | 3 | local | :: | enp0s3 | U |
[ 53.006816] cloud-init[671]: ci-info: | 4 | ff00::/8 | :: | enp0s3 | U |
[ 53.029094] cloud-init[671]: ci-info: +-------+-------------+---------+-----------+-------+
[ 55.251250] cloud-init[671]: Generating public/private rsa key pair.
[ 55.257957] cloud-init[671]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.
[ 55.266359] cloud-init[671]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.
[ 55.273282] cloud-init[671]: The key fingerprint is:
[ 55.288647] cloud-init[671]: SHA256:/VLqX8Cd3foWVMT5uSHSZBve5fLfH3K/7wM1Cjwkuuk root@ubuntu-bionic
[ 55.297344] cloud-init[671]: The key's randomart image is:
[ 55.303422] cloud-init[671]: +---[RSA 2048]----+
[ 55.309102] cloud-init[671]: | oo|
[ 55.313829] cloud-init[671]: | . . + .+|
[ 55.318778] cloud-init[671]: | . + = +.=|
[ 55.324050] cloud-init[671]: | . . * *.X+|
[ 55.330611] cloud-init[671]: | S . B Bo*|
[ 55.335246] cloud-init[671]: | o + + +.|
[ 55.340290] cloud-init[671]: | . o ..+o+|
[ 55.345741] cloud-init[671]: | E . . .oo*|
[ 55.361081] cloud-init[671]: | ... +@|
[ 55.365846] cloud-init[671]: +----[SHA256]-----+
[ 55.369713] cloud-init[671]: Generating public/private dsa key pair.
[ 55.393294] cloud-init[671]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.
[ 55.412901] cloud-init[671]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.
[ 55.422729] cloud-init[671]: The key fingerprint is:
[ 55.437189] cloud-init[671]: SHA256:y8O7Z7Fuf5GDJsvtY0posGEfJLC3y4Fn8LtVN8sArAw root@ubuntu-bionic
[ 55.448306] cloud-init[671]: The key's randomart image is:
[ 55.453162] cloud-init[671]: +---[DSA 1024]----+
[ 55.469479] cloud-init[671]: | . |
[ 55.474878] cloud-init[671]: | o . |
[ 55.482003] cloud-init[671]: | E o + |
[ 55.486749] cloud-init[671]: | B = . |
[ 55.491284] cloud-init[671]: | . % S o o. . |
[ 55.503041] cloud-init[671]: [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).
[[0;32m OK [0m] Reached target Cloud-config availability.
[[0;32m OK [0m] Reached target System Initialization.
| = @ =o+oo+ |
[ 55.521010] cloud-init[671]: | = X..Bo o |
[ 55.524230] Starting LXD - unix socket.
[[0;32m OK [0m] Listening on Open-iSCSI iscsid Socket.
cloud-init[671]: | + +B + . |
Starting Socket activation for snappy daemon.
[[ 55.542502] cloud-init[671]: | . o*o=oo |
[ 55.542862] cloud-init[671]: +----[SHA256]-----+
[ 55.546188] [0;32m OK [0m] Listening on D-Bus System Message Bus Socket.
[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.
cloud-init[671]: Generating public/private ecdsa key pair.
[ 55.557560] cloud-init[671]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Started Message of the Day.
[ 55.568504] cloud-init[671]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.
[ 55.568861] cloud-init[671]: The key fingerprint is:
[ 55.569918] cloud-init[671]: SHA256:N+68tPmfzlH37gh/pX/gMVUjpK0Na/V2yQ0rwMHqiuY root@ubuntu-bionic
[ 55.570121] cloud-init[671]: The key's randomart image is:
[ 55.570316] cloud-init[671]: +---[ECDSA 256]---+
[ 55.570512] cloud-init[671]: | .. .. |
[ 55.571095] cloud-init[671]: | ...o. ..|
[ 55.571363] cloud-init[671]: | .oo oo o|
[ 55.572326] cloud-init[671]: | . .* oo+|
[ 55.572764] cloud-init[671]: | .S o+...*=|
[ 55.573033] cloud-init[671]: | .o.. .=.=|
[ 55.573326] cloud-init[671]: | . . o ...=o|
[ 55.573863] [[0;32m OK [0m] Listening on ACPID Listen Socket.
[[0;32m OK [0m] Listening on UUID daemon activation socket.
[[0;32m OK [0m] Started Daily apt download activities.
[[0;32m OK [0m] Started Daily apt upgrade and clean activities.
[cloud-init[671]: | o . + o +o=o|
[ 55.626815] cloud-init[671]: | oE *o.oB+=|
[0;32m OK [0m] Started Discard unused blocks once a week.
[[0;32m OK [0m] Reached target Timers.
[ 55.630946] cloud-init[671]: +----[SHA256]-----+
[ 55.655038] cloud-init[671]: Generating public/private ed25519 key pair.
[[0;32m OK [0m] Started ACPI Events Check.
[[0;32m OK [0m] Reached target Paths.
[[0;32m OK [0m] Reached target Network is Online.
[ 55.670620] cloud-init[671]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.
[ 55.691901] cloud-init[671]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.
[ 55.699429] cloud-init[671]: The key fingerprint is:
[ 55.700523] cloud-init[671]: SHA256:E7OfYAvSCzhwM3HqS3opi63HX9kAWGTl+//cXJuaVP0 root@ubuntu-bionic
[ 55.708698] cloud-init[671]: The key's randomart image is:
[ 55.708986] cloud-initStarting Availability of block devices...
[[0;32m OK [0m] Reached target Remote File Systems (Pre).
[[0;32m OK [0m] Reached target Remote File Systems.
[[0;32m OK [0m] Listening on LXD - unix socket.
[[0;32m OK [0m] Listening on Socket activation for snappy daemon.[671]: +--[ED25519 256]--+
[ 55.748808] cloud-init[671]: | ..=.. |
[[0;32m OK [0m] Reached target Sockets.
[[0;32m OK [0m] Reached target Basic System.
[ 55.750660] cloud-init[671]: | B . |
[ 55.769955] cloud-init[671]: |. * . . o |
Starting System Logging Service...
[ 55.780471] cloud-init[671]: | + + o . + .|
[ 55.790436] cloud-init[671]: | = o = S ..|
[ 55.800761] cloud-init[671]: | o + o O = . . .|
Starting Dispatcher daemon for systemd-networkd...
[ 55.815907] cloud-init[671]: |o.+ + + o . E|
Starting Virtualbox guest utils...
[ 55.862007] cloud-init[671]: |.=o . . ..o..o|
[ 55.892850] cloud-init[671]: |+o... ..oo+o |
[ 55.944807] cloud-init[671]: +----[SHA256]-----+
Starting Snap Daemon...
[[0;32m OK [0m] Started D-Bus System Message Bus.
Starting Permit User Sessions...
Starting LSB: automatic crash report generation...
[[0;32m OK [0m] Started FUSE filesystem for LXC.
Starting Pollinate to seed the pseudo random number generator...
Starting Accounts Service...
[[0;32m OK [0m] Started Regular background program processing daemon.
[[0;32m OK [0m] Started Deferred execution scheduler.
Starting LSB: Record successful boot for GRUB...
Starting Login Service...
[[0;32m OK [0m] Started irqbalance daemon.
Starting LXD - container startup/shutdown...
[[0;32m OK [0m] Started System Logging Service.
[[0;32m OK [0m] Started Availability of block devices.
[[0;32m OK [0m] Started Permit User Sessions.
Starting Hold until boot process finishes up...
Starting Terminate Plymouth Boot Screen...
[[0;32m OK [0m] Started Hold until boot process finishes up.
[[0;32m OK [0m] Started Serial Getty on ttyS0.
Starting Set console scheme...
[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.
[[0;32m OK [0m] Started Set console scheme.
[[0;32m OK [0m] Created slice system-getty.slice.
[[0;32m OK [0m] Started Getty on tty1.
[[0;32m OK [0m] Reached target Login Prompts.
Starting Authorization Manager...
[[0;32m OK [0m] Started Login Service.
[[0;32m OK [0m] Started Unattended Upgrades Shutdown.
[[0;32m OK [0m] Started LSB: automatic crash report generation.
[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.
[[0;32m OK [0m] Started Authorization Manager.
[[0;32m OK [0m] Started Accounts Service.
[[0;32m OK [0m] Started LXD - container startup/shutdown.
[[0;32m OK [0m] Started Virtualbox guest utils.
[[0;32m OK [0m] Started Dispatcher daemon for systemd-networkd.
[[0;32m OK [0m] Started Snap Daemon.
Starting Wait until snapd is fully seeded...
[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.
Starting OpenBSD Secure Shell server...
[[0;32m OK [0m] Started OpenBSD Secure Shell server.
[[0;32m OK [0m] Created slice User Slice of vagrant.
Starting User Manager for UID 1000...
[[0;32m OK [0m] Started Session 1 of user vagrant.
[[0;32m OK [0m] Started User Manager for UID 1000.
[[0;32m OK [0m] Started Wait until snapd is fully seeded.
Starting Apply the settings specified in cloud-config...
[[0;32m OK [0m] Reached target Multi-User System.
[[0;32m OK [0m] Reached target Graphical Interface.
Starting Update UTMP about System Runlevel Changes...
[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.
Ubuntu 18.04.5 LTS ubuntu-bionic ttyS0
ubuntu-bionic login: [ 70.466765] cloud-init[1020]: Cloud-init v. 20.3-2-g371b392c-0ubuntu1~18.04.1 running 'modules:config' at Fri, 30 Oct 2020 19:00:00 +0000. Up 66.31 seconds.
ci-info: no authorized SSH keys fingerprints found for user ubuntu.
<14>Oct 30 19:00:09 ec2:
<14>Oct 30 19:00:09 ec2: #############################################################
<14>Oct 30 19:00:09 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
<14>Oct 30 19:00:09 ec2: 1024 SHA256:y8O7Z7Fuf5GDJsvtY0posGEfJLC3y4Fn8LtVN8sArAw root@ubuntu-bionic (DSA)
<14>Oct 30 19:00:10 ec2: 256 SHA256:N+68tPmfzlH37gh/pX/gMVUjpK0Na/V2yQ0rwMHqiuY root@ubuntu-bionic (ECDSA)
<14>Oct 30 19:00:10 ec2: 256 SHA256:E7OfYAvSCzhwM3HqS3opi63HX9kAWGTl+//cXJuaVP0 root@ubuntu-bionic (ED25519)
<14>Oct 30 19:00:10 ec2: 2048 SHA256:/VLqX8Cd3foWVMT5uSHSZBve5fLfH3K/7wM1Cjwkuuk root@ubuntu-bionic (RSA)
<14>Oct 30 19:00:10 ec2: -----END SSH HOST KEY FINGERPRINTS-----
<14>Oct 30 19:00:10 ec2: #############################################################
-----BEGIN SSH HOST KEY KEYS-----
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG1LSx2Oq9Q3o3eEylLuO5kYD8PapidKljCISTo6I6b2TlgJxCQ2vWvPmrL2nYnQCy8abhPOGWXyFIXpcM8IvJQ= root@ubuntu-bionic
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC/s6ExejGVEP9dcY9fV3z0uVMUBvfW4et0jxW/3q8Xj root@ubuntu-bionic
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCp/Nvs6tBuCQC77WSjhdqEtiGNd/ii/AIIlixDOjgCY6as6cDa0KuAZxpPx60yNxv37a0fekrheWVgdIlgvmmYu6USi00U0SSrzPAZE9ry6j52qBC8UJXMHdguHm8tW7qalOmVfxkWLqSfoAWYk7vf/7qHq580Bh/2jSZlwiKp/JWxRlXSyannDSSsBOI+5eSCJpcvy2s9k98/EphBMpLQ2jkZftxSIGT10P2QTPUXXtPq0vMhHKceyIrcqFiFYqqjEkaNHYUZgQ/MClKWm7QUXlCu7EB6LnnkGSh3315J/43N6y/MPO36NebqCp6wgNO3g0in6aJb1DUyzmMQd51R root@ubuntu-bionic
-----END SSH HOST KEY KEYS-----
[ 76.250707] cloud-init[1136]: Cloud-init v. 20.3-2-g371b392c-0ubuntu1~18.04.1 running 'modules:final' at Fri, 30 Oct 2020 19:00:08 +0000. Up 74.06 seconds.
[ 76.270441] cloud-init[1136]: ci-info: no authorized SSH keys fingerprints found for user ubuntu.
[ 76.297171] cloud-init[1136]: Cloud-init v. 20.3-2-g371b392c-0ubuntu1~18.04.1 finished at Fri, 30 Oct 2020 19:00:10 +0000. Datasource DataSourceNoCloud [seed=/dev/sdb][dsmode=net]. Up 76.10 seconds