[ create a new paste ] login | about

Link: http://codepad.org/dae723sF    [ raw code | fork ]

Plain Text, pasted on Jul 31:
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
Jul 31 21:36:31 ubuntu systemd[1]: Starting Flush Journal to Persistent Storage...
Jul 31 21:36:31 ubuntu kernel: [    0.000000] microcode: microcode updated early to revision 0x25, date = 2018-04-02
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Linux version 4.18.0-15-generic (buildd@lcy01-amd64-029) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #16~18.04.1-Ubuntu SMP Thu Feb 7 14:06:04 UTC 2019 (Ubuntu 4.18.0-15.16~18.04.1-generic 4.18.20)
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Command line: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
Jul 31 21:36:31 ubuntu kernel: [    0.000000] KERNEL supported cpus:
Jul 31 21:36:31 ubuntu systemd[1]: Started udev Coldplug all Devices.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   Intel GenuineIntel
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   AMD AuthenticAMD
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   Centaur CentaurHauls
Jul 31 21:36:31 ubuntu kernel: [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jul 31 21:36:31 ubuntu kernel: [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jul 31 21:36:31 ubuntu kernel: [    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jul 31 21:36:31 ubuntu kernel: [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jul 31 21:36:31 ubuntu systemd[1]: Started Flush Journal to Persistent Storage.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-provided physical RAM map:
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Jul 31 21:36:31 ubuntu systemd[1]: Started Create Static Device Nodes in /dev.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bf490fff] usable
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x00000000bf491000-0x00000000bf497fff] ACPI NVS
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x00000000bf498000-0x00000000bf8ebfff] usable
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x00000000bf8ec000-0x00000000bfd27fff] reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x00000000bfd28000-0x00000000da66bfff] usable
Jul 31 21:36:31 ubuntu systemd[1]: Starting udev Kernel Device Manager...
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x00000000da66c000-0x00000000da6f5fff] reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x00000000da6f6000-0x00000000da70efff] ACPI data
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x00000000da70f000-0x00000000dac4afff] ACPI NVS
Jul 31 21:36:31 ubuntu systemd[1]: Started Set the console keyboard layout.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x00000000dac4b000-0x00000000dbffefff] reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x00000000dbfff000-0x00000000dbffffff] usable
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x00000000dd000000-0x00000000df1fffff] reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Jul 31 21:36:31 ubuntu systemd-modules-load[1265]: Inserted module 'lp'
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Jul 31 21:36:31 ubuntu systemd-modules-load[1265]: Inserted module 'ppdev'
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000081fdfffff] usable
Jul 31 21:36:31 ubuntu kernel: [    0.000000] NX (Execute Disable) protection: active
Jul 31 21:36:31 ubuntu kernel: [    0.000000] e820: update [mem 0xbf122018-0xbf132057] usable ==> usable
Jul 31 21:36:31 ubuntu systemd-modules-load[1265]: Inserted module 'parport_pc'
Jul 31 21:36:31 ubuntu kernel: [    0.000000] e820: update [mem 0xbf122018-0xbf132057] usable ==> usable
Jul 31 21:36:31 ubuntu kernel: [    0.000000] e820: update [mem 0xbf114018-0xbf121057] usable ==> usable
Jul 31 21:36:31 ubuntu kernel: [    0.000000] e820: update [mem 0xbf114018-0xbf121057] usable ==> usable
Jul 31 21:36:31 ubuntu systemd[1]: Started Load Kernel Modules.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] extended physical RAM map:
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009efff] usable
Jul 31 21:36:31 ubuntu systemd[1]: Mounting Kernel Configuration File System...
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000bf114017] usable
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000bf114018-0x00000000bf121057] usable
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000bf121058-0x00000000bf122017] usable
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000bf122018-0x00000000bf132057] usable
Jul 31 21:36:31 ubuntu systemd[1]: Starting Apply Kernel Variables...
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000bf132058-0x00000000bf490fff] usable
Jul 31 21:36:31 ubuntu systemd[1]: Mounting FUSE Control File System...
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000bf491000-0x00000000bf497fff] ACPI NVS
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000bf498000-0x00000000bf8ebfff] usable
Jul 31 21:36:31 ubuntu systemd[1]: Started udev Kernel Device Manager.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000bf8ec000-0x00000000bfd27fff] reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000bfd28000-0x00000000da66bfff] usable
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000da66c000-0x00000000da6f5fff] reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000da6f6000-0x00000000da70efff] ACPI data
Jul 31 21:36:31 ubuntu systemd[1]: Mounted Kernel Configuration File System.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000da70f000-0x00000000dac4afff] ACPI NVS
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000dac4b000-0x00000000dbffefff] reserved
Jul 31 21:36:31 ubuntu systemd[1]: Started LVM2 metadata daemon.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000dbfff000-0x00000000dbffffff] usable
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000dd000000-0x00000000df1fffff] reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jul 31 21:36:31 ubuntu systemd[1]: Starting Show Plymouth Boot Screen...
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Jul 31 21:36:31 ubuntu systemd[1]: Mounted FUSE Control File System.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000081fdfffff] usable
Jul 31 21:36:31 ubuntu kernel: [    0.000000] efi: EFI v2.31 by American Megatrends
Jul 31 21:36:31 ubuntu kernel: [    0.000000] efi:  ESRT=0xdbf57898  ACPI=0xda6fb000  ACPI 2.0=0xda6fb000  SMBIOS=0xf04c0  MPS=0xfd4c0 
Jul 31 21:36:31 ubuntu kernel: [    0.000000] secureboot: Secure boot enabled
Jul 31 21:36:31 ubuntu systemd[1]: Started Apply Kernel Variables.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Kernel is locked down from EFI secure boot; see man kernel_lockdown.7
Jul 31 21:36:31 ubuntu kernel: [    0.000000] SMBIOS 2.7 present.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] DMI: ASUS All Series/Z87M-PLUS, BIOS 1107 11/04/2014
Jul 31 21:36:31 ubuntu kernel: [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jul 31 21:36:31 ubuntu systemd[1]: Started Show Plymouth Boot Screen.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
Jul 31 21:36:31 ubuntu kernel: [    0.000000] last_pfn = 0x81fe00 max_arch_pfn = 0x400000000
Jul 31 21:36:31 ubuntu systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] MTRR default type: uncachable
Jul 31 21:36:31 ubuntu kernel: [    0.000000] MTRR fixed ranges enabled:
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   00000-9FFFF write-back
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   A0000-BFFFF uncachable
Jul 31 21:36:31 ubuntu systemd[1]: Reached target Local Encrypted Volumes.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   C0000-CFFFF write-protect
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   D0000-DFFFF uncachable
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   E0000-FFFFF write-protect
Jul 31 21:36:31 ubuntu kernel: [    0.000000] MTRR variable ranges enabled:
Jul 31 21:36:31 ubuntu systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   0 base 0000000000 mask 7800000000 write-back
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   1 base 0800000000 mask 7FE0000000 write-back
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   2 base 00E0000000 mask 7FE0000000 uncachable
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   3 base 00DE000000 mask 7FFE000000 uncachable
Jul 31 21:36:31 ubuntu systemd[1]: Reached target Local File Systems (Pre).
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   4 base 00DD000000 mask 7FFF000000 uncachable
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   5 base 081FE00000 mask 7FFFE00000 uncachable
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   6 disabled
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   7 disabled
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   8 disabled
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   9 disabled
Jul 31 21:36:31 ubuntu kernel: [    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jul 31 21:36:31 ubuntu systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] total RAM covered: 32718M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 64K 	chunk_size: 64K 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu systemd[1]: Mounting /tmp...
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 64K 	chunk_size: 128K 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 64K 	chunk_size: 256K 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 64K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 64K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu systemd[1]: Mounted /tmp.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 64K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 64K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu systemd[1]: Reached target Local File Systems.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 64K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 64K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu systemd[1]: Starting Create Volatile Files and Directories...
Jul 31 21:36:31 ubuntu systemd[1]: Starting Clean up any mess left by 0dns-up...
Jul 31 21:36:31 ubuntu systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Jul 31 21:36:31 ubuntu systemd[1]: Starting Set console font and keymap...
Jul 31 21:36:31 ubuntu systemd[1]: Started Create Volatile Files and Directories.
Jul 31 21:36:31 ubuntu systemd[1]: Starting Network Time Synchronization...
Jul 31 21:36:31 ubuntu systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Jul 31 21:36:31 ubuntu systemd[1]: Starting Network Name Resolution...
Jul 31 21:36:31 ubuntu systemd[1]: Started Tell Plymouth To Write Out Runtime Data.
Jul 31 21:36:31 ubuntu systemd[1]: Started Set console font and keymap.
Jul 31 21:36:31 ubuntu systemd[1]: Started Update UTMP about System Boot/Shutdown.
Jul 31 21:36:31 ubuntu systemd[1]: Started Network Time Synchronization.
Jul 31 21:36:31 ubuntu systemd[1]: Started Clean up any mess left by 0dns-up.
Jul 31 21:36:31 ubuntu systemd[1]: Starting Raise network interfaces...
Jul 31 21:36:31 ubuntu systemd[1]: Reached target System Initialization.
Jul 31 21:36:31 ubuntu systemd[1]: Listening on CUPS Scheduler.
Jul 31 21:36:31 ubuntu systemd[1]: Starting Socket activation for snappy daemon.
Jul 31 21:36:31 ubuntu systemd[1]: Started Daily Cleanup of Temporary Directories.
Jul 31 21:36:31 ubuntu systemd[1]: Listening on ACPID Listen Socket.
Jul 31 21:36:31 ubuntu systemd[1]: Listening on D-Bus System Message Bus Socket.
Jul 31 21:36:31 ubuntu systemd[1]: Started ACPI Events Check.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 64K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 510M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 64K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 64K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 64K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu systemd[1]: Listening on UUID daemon activation socket.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 64K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 64K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 64K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 128K 	chunk_size: 128K 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 128K 	chunk_size: 256K 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 128K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu systemd[1]: Started CUPS Scheduler.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 128K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 128K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 128K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu systemd[1]: Reached target Paths.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 128K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 128K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 128K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 510M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 128K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 128K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 128K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 128K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu systemd[1]: Started Message of the Day.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 128K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 128K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 256K 	chunk_size: 256K 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 256K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 256K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu systemd[1]: Reached target System Time Synchronized.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 256K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 256K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 256K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 256K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu systemd[1]: Started Discard unused blocks once a week.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 256K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 510M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 256K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 256K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu systemd[1]: Started Daily apt download activities.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 256K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 256K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 256K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu systemd[1]: Started Daily apt upgrade and clean activities.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 256K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 512K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 512K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 512K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 512K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu systemd[1]: Started Trigger anacron every hour.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 512K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 512K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 512K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 510M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 512K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 512K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu systemd[1]: Reached target Timers.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 512K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 512K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 512K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 512K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 1M 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu systemd[1]: Listening on Socket activation for snappy daemon.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 1M 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 1M 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 1M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 1M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu systemd[1]: Reached target Sockets.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 1M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 510M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 1M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 1M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 1M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 1M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 1M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu systemd[1]: Reached target Basic System.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 1M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 2M 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 2M 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu systemd[1]: Starting Accounts Service...
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 2M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 2M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 2M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 510M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 2M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 2M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu systemd[1]: Started ACPI event daemon.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 2M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 2M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 2M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 0G
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 2M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1G
Jul 31 21:36:31 ubuntu systemd[1]: Started D-Bus System Message Bus.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 4M 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 4M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 4M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 4M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 510M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 4M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 2M
Jul 31 21:36:31 ubuntu systemd-udevd[1291]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 4M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 2M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 4M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 2M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 4M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: 2M
Jul 31 21:36:31 ubuntu dbus-daemon[1370]: dbus[1370]: Unknown group "power" in message bus configuration file
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 4M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 2M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 4M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1022M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 8M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 8M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: -2M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 8M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 510M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 8M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 6M
Jul 31 21:36:31 ubuntu dbus-daemon[1370]: [system] AppArmor D-Bus mediation is enabled
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 8M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 6M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 8M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 6M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 8M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: 6M
Jul 31 21:36:31 ubuntu systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 8M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 6M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 8M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1018M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 16M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 254M
Jul 31 21:36:31 ubuntu systemd[1]: Starting Restore /etc/resolv.conf if the system crashed before the ppp link was shut down...
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 16M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 510M
Jul 31 21:36:31 ubuntu systemd[1]: Starting WPA supplicant...
Jul 31 21:36:31 ubuntu systemd[1]: Starting Thermal Daemon Service...
Jul 31 21:36:31 ubuntu systemd[1]: Starting LSB: Speech Dispatcher...
Jul 31 21:36:31 ubuntu systemd[1]: Starting Modem Manager...
Jul 31 21:36:31 ubuntu systemd[1]: Starting LSB: automatic crash report generation...
Jul 31 21:36:31 ubuntu systemd[1]: Started CUPS Scheduler.
Jul 31 21:36:31 ubuntu systemd[1]: Starting Disk Manager...
Jul 31 21:36:31 ubuntu systemd-resolved[1321]: Positive Trust Anchors:
Jul 31 21:36:31 ubuntu systemd-resolved[1321]: . IN DS 19036 8 2 49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5
Jul 31 21:36:31 ubuntu systemd-resolved[1321]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Jul 31 21:36:31 ubuntu systemd-resolved[1321]: Negative trust anchors: 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Jul 31 21:36:31 ubuntu systemd-resolved[1321]: Using system hostname 'ubuntu'.
Jul 31 21:36:31 ubuntu systemd[1]: Started Regular background program processing daemon.
Jul 31 21:36:31 ubuntu systemd[1]: Starting Network Manager...
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 16M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 14M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 16M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 14M
Jul 31 21:36:31 ubuntu systemd[1]: Starting LSB: Record successful boot for GRUB...
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 16M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 14M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 16M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: 14M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 16M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 14M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] *BAD*gran_size: 16M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1010M
Jul 31 21:36:31 ubuntu systemd[1]: Started Run anacron jobs.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 32M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 142M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 32M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 46M
Jul 31 21:36:31 ubuntu systemd[1]: Reached target Login Prompts.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 32M 	chunk_size: 128M 	num_reg: 9  	lose cover RAM: 46M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 32M 	chunk_size: 256M 	num_reg: 9  	lose cover RAM: 46M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 32M 	chunk_size: 512M 	num_reg: 9  	lose cover RAM: 46M
Jul 31 21:36:31 ubuntu systemd[1]: Started Set the CPU Frequency Scaling governor.
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 32M 	chunk_size: 1G 	num_reg: 9  	lose cover RAM: 46M
Jul 31 21:36:31 ubuntu systemd[1]: Starting System Logging Service...
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 32M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 46M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 64M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 142M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 64M 	chunk_size: 128M 	num_reg: 9  	lose cover RAM: 78M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 64M 	chunk_size: 256M 	num_reg: 9  	lose cover RAM: 78M
Jul 31 21:36:31 ubuntu acpid: starting up with netlink and the input layer
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 64M 	chunk_size: 512M 	num_reg: 9  	lose cover RAM: 78M
Jul 31 21:36:31 ubuntu cron[1390]: (CRON) INFO (pidfile fd = 3)
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 64M 	chunk_size: 1G 	num_reg: 9  	lose cover RAM: 78M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 64M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 78M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 128M 	chunk_size: 128M 	num_reg: 9  	lose cover RAM: 206M
Jul 31 21:36:31 ubuntu mtp-probe: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-13"
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 128M 	chunk_size: 256M 	num_reg: 9  	lose cover RAM: 206M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 128M 	chunk_size: 512M 	num_reg: 9  	lose cover RAM: 206M
Jul 31 21:36:31 ubuntu mtp-probe: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-8"
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 128M 	chunk_size: 1G 	num_reg: 9  	lose cover RAM: 206M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 128M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 206M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 256M 	chunk_size: 256M 	num_reg: 7  	lose cover RAM: 462M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 256M 	chunk_size: 512M 	num_reg: 9  	lose cover RAM: 462M
Jul 31 21:36:31 ubuntu mtp-probe: bus: 3, device: 2 was not an MTP device
Jul 31 21:36:31 ubuntu mtp-probe: bus: 3, device: 4 was not an MTP device
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 256M 	chunk_size: 1G 	num_reg: 9  	lose cover RAM: 462M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 256M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 462M
Jul 31 21:36:31 ubuntu mtp-probe: checking bus 3, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14"
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 512M 	chunk_size: 512M 	num_reg: 5  	lose cover RAM: 974M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 512M 	chunk_size: 1G 	num_reg: 5  	lose cover RAM: 974M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 512M 	chunk_size: 2G 	num_reg: 5  	lose cover RAM: 974M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 1G 	chunk_size: 1G 	num_reg: 5  	lose cover RAM: 974M
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 1G 	chunk_size: 2G 	num_reg: 5  	lose cover RAM: 974M
Jul 31 21:36:31 ubuntu mtp-probe: bus: 3, device: 5 was not an MTP device
Jul 31 21:36:31 ubuntu kernel: [    0.000000]  gran_size: 2G 	chunk_size: 2G 	num_reg: 4  	lose cover RAM: 1998M
Jul 31 21:36:31 ubuntu kernel: [    0.000000] mtrr_cleanup: can not find optimal value
Jul 31 21:36:31 ubuntu kernel: [    0.000000] please specify mtrr_gran_size/mtrr_chunk_size
Jul 31 21:36:31 ubuntu kernel: [    0.000000] e820: update [mem 0xdd000000-0xffffffff] usable ==> reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000] last_pfn = 0xdc000 max_arch_pfn = 0x400000000
Jul 31 21:36:31 ubuntu kernel: [    0.000000] found SMP MP-table at [mem 0x000fd760-0x000fd76f] mapped at [(____ptrval____)]
Jul 31 21:36:31 ubuntu mtp-probe: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-12"
Jul 31 21:36:31 ubuntu kernel: [    0.000000] esrt: Reserving ESRT space from 0x00000000dbf57898 to 0x00000000dbf578d0.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Scanning 1 areas for low memory corruption
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Base memory trampoline at [(____ptrval____)] 97000 size 24576
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Using GB pages for direct mapping
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BRK [0x50d63000, 0x50d63fff] PGTABLE
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BRK [0x50d64000, 0x50d64fff] PGTABLE
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BRK [0x50d65000, 0x50d65fff] PGTABLE
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BRK [0x50d66000, 0x50d66fff] PGTABLE
Jul 31 21:36:31 ubuntu mtp-probe: bus: 3, device: 3 was not an MTP device
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BRK [0x50d67000, 0x50d67fff] PGTABLE
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BRK [0x50d68000, 0x50d68fff] PGTABLE
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BRK [0x50d69000, 0x50d69fff] PGTABLE
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BRK [0x50d6a000, 0x50d6afff] PGTABLE
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BRK [0x50d6b000, 0x50d6bfff] PGTABLE
Jul 31 21:36:31 ubuntu systemd[1]: Started irqbalance daemon.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] BRK [0x50d6c000, 0x50d6cfff] PGTABLE
Jul 31 21:36:31 ubuntu kernel: [    0.000000] RAMDISK: [mem 0x3da3f000-0x3fffdfff]
Jul 31 21:36:31 ubuntu cron[1390]: (CRON) INFO (Running @reboot jobs)
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: Early table checksum verification disabled
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: RSDP 0x00000000DA6FB000 000024 (v02 ALASKA)
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: XSDT 0x00000000DA6FB080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
Jul 31 21:36:31 ubuntu systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: FACP 0x00000000DA7094B0 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: DSDT 0x00000000DA6FB198 00E313 (v02 ALASKA A M I    00000031 INTL 20091112)
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: FACS 0x00000000DAC49080 000040
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: APIC 0x00000000DA7095C0 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
Jul 31 21:36:31 ubuntu dbus-daemon[1370]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.2' (uid=0 pid=1365 comm="/usr/lib/accountsservice/accounts-daemon " label="unconfined")
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: FPDT 0x00000000DA709638 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Jul 31 21:36:31 ubuntu systemd[1]: Starting Dispatcher daemon for systemd-networkd...
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: LPIT 0x00000000DA709680 00005C (v01 ALASKA A M I    00000000 AMI. 00000005)
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: SSDT 0x00000000DA7096E0 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20091112)
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: SSDT 0x00000000DA709C20 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20091112)
Jul 31 21:36:31 ubuntu systemd[1]: Starting Login Service...
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: SSDT 0x00000000DA70A6F8 0001C7 (v01 PmRef  LakeTiny 00003000 INTL 20091112)
Jul 31 21:36:31 ubuntu systemd[1]: Starting Ubuntu live CD installer...
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: MCFG 0x00000000DA70A8C0 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Jul 31 21:36:31 ubuntu systemd[1]: Starting Snappy daemon...
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: HPET 0x00000000DA70A900 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: SSDT 0x00000000DA70A938 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: SSDT 0x00000000DA70ACA8 0034E1 (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Jul 31 21:36:31 ubuntu systemd[1]: Started Network Name Resolution.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] No NUMA configuration found
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000081fdfffff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] NODE_DATA(0) allocated [mem 0x81fdd3000-0x81fdfdfff]
Jul 31 21:36:31 ubuntu systemd[1]: Started Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] tsc: Fast TSC calibration using PIT
Jul 31 21:36:31 ubuntu systemd-udevd[1299]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Zone ranges:
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   Normal   [mem 0x0000000100000000-0x000000081fdfffff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   Device   empty
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Movable zone start for each node
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Early memory node ranges
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009efff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   node   0: [mem 0x0000000000100000-0x00000000bf490fff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   node   0: [mem 0x00000000bf498000-0x00000000bf8ebfff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   node   0: [mem 0x00000000bfd28000-0x00000000da66bfff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   node   0: [mem 0x00000000dbfff000-0x00000000dbffffff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   node   0: [mem 0x0000000100000000-0x000000081fdfffff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Reserved but unavailable: 24121 pages
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000081fdfffff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] On node 0 totalpages: 8363975
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   DMA zone: 64 pages used for memmap
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   DMA zone: 24 pages reserved
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   DMA zone: 3997 pages, LIFO batch:0
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   DMA32 zone: 13897 pages used for memmap
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   DMA32 zone: 889386 pages, LIFO batch:31
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   Normal zone: 116728 pages used for memmap
Jul 31 21:36:31 ubuntu kernel: [    0.000000]   Normal zone: 7470592 pages, LIFO batch:31
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Reserving Intel graphics memory at [mem 0xdd200000-0xdf1fffff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x1808
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Jul 31 21:36:31 ubuntu kernel: [    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: IRQ0 used by override.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: IRQ9 used by override.
Jul 31 21:36:31 ubuntu systemd[1]: Started Ubuntu live CD installer.
Jul 31 21:36:31 ubuntu systemd[1]: Started Login Service.
Jul 31 21:36:31 ubuntu systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jul 31 21:36:31 ubuntu systemd[1]: Starting Authorization Manager...
Jul 31 21:36:31 ubuntu systemd[1]: Reached target Host and Network Name Lookups.
Jul 31 21:36:31 ubuntu avahi-daemon[1374]: Found user 'avahi' (UID 116) and group 'avahi' (GID 122).
Jul 31 21:36:31 ubuntu avahi-daemon[1374]: Successfully dropped root privileges.
Jul 31 21:36:31 ubuntu avahi-daemon[1374]: avahi-daemon 0.7 starting up.
Jul 31 21:36:31 ubuntu udisksd[1386]: udisks daemon version 2.7.6 starting
Jul 31 21:36:31 ubuntu avahi-daemon[1374]: Successfully called chroot().
Jul 31 21:36:31 ubuntu avahi-daemon[1374]: Successfully dropped remaining capabilities.
Jul 31 21:36:31 ubuntu avahi-daemon[1374]: No service file found in /etc/avahi/services.
Jul 31 21:36:31 ubuntu systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Jul 31 21:36:31 ubuntu systemd[1]: Started Make remote CUPS printers available locally.
Jul 31 21:36:31 ubuntu acpid: 8 rules loaded
Jul 31 21:36:31 ubuntu acpid: waiting for events: event logging is off
Jul 31 21:36:31 ubuntu avahi-daemon[1374]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Jul 31 21:36:31 ubuntu avahi-daemon[1374]: New relevant interface lo.IPv6 for mDNS.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
Jul 31 21:36:31 ubuntu avahi-daemon[1374]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
Jul 31 21:36:31 ubuntu avahi-daemon[1374]: New relevant interface lo.IPv4 for mDNS.
Jul 31 21:36:31 ubuntu avahi-daemon[1374]: Network interface enumeration completed.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jul 31 21:36:31 ubuntu avahi-daemon[1374]: Registering new address record for ::1 on lo.*.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbf114000-0xbf114fff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbf121000-0xbf121fff]
Jul 31 21:36:31 ubuntu avahi-daemon[1374]: Registering new address record for 127.0.0.1 on lo.IPv4.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbf122000-0xbf122fff]
Jul 31 21:36:31 ubuntu grub-common[1392]:  * Recording successful boot for GRUB
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbf132000-0xbf132fff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbf491000-0xbf497fff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbf8ec000-0xbfd27fff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xda66c000-0xda6f5fff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xda6f6000-0xda70efff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xda70f000-0xdac4afff]
Jul 31 21:36:31 ubuntu apport[1383]:  * Starting automatic crash report generation: apport
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xdac4b000-0xdbffefff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xdc000000-0xdcffffff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xdd000000-0xdf1fffff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xdf200000-0xf7ffffff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
Jul 31 21:36:31 ubuntu ModemManager[1382]: <info>  ModemManager (version 1.6.8) starting in system bus...
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
Jul 31 21:36:31 ubuntu apport[1383]:    ...done.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
Jul 31 21:36:31 ubuntu systemd[1]: Started LSB: automatic crash report generation.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Jul 31 21:36:31 ubuntu speech-dispatcher[1381]:  * speech-dispatcher disabled; edit /etc/default/speech-dispatcher
Jul 31 21:36:31 ubuntu kernel: [    0.000000] [mem 0xdf200000-0xf7ffffff] available for PCI devices
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
Jul 31 21:36:31 ubuntu systemd[1]: Started LSB: Speech Dispatcher.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Jul 31 21:36:31 ubuntu gpu-manager[1404]: Error: can't open /lib/modules/4.18.0-15-generic/updates/dkms
Jul 31 21:36:31 ubuntu kernel: [    0.000000] random: get_random_bytes called from start_kernel+0x99/0x55a with crng_init=0
Jul 31 21:36:31 ubuntu kernel: [    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Jul 31 21:36:31 ubuntu kernel: [    0.000000] percpu: Embedded 46 pages/cpu @(____ptrval____) s151552 r8192 d28672 u524288
Jul 31 21:36:31 ubuntu kernel: [    0.000000] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
Jul 31 21:36:31 ubuntu gpu-manager[1404]: Error: can't open /lib/modules/4.18.0-15-generic/updates/dkms
Jul 31 21:36:31 ubuntu kernel: [    0.000000] pcpu-alloc: [0] 0 1 2 3 
Jul 31 21:36:31 ubuntu systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8233262
Jul 31 21:36:31 ubuntu grub-common[1392]:    ...done.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Policy zone: Normal
Jul 31 21:36:31 ubuntu systemd[1]: Started LSB: Record successful boot for GRUB.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Jul 31 21:36:31 ubuntu rsyslogd: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd.  [v8.32.0]
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Memory: 32569856K/33455900K available (12300K kernel code, 2633K rwdata, 4360K rodata, 2464K init, 2340K bss, 886044K reserved, 0K cma-reserved)
Jul 31 21:36:31 ubuntu rsyslogd: rsyslogd's groupid changed to 106
Jul 31 21:36:31 ubuntu kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Jul 31 21:36:31 ubuntu systemd[1]: Started System Logging Service.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Kernel/User page tables isolation: enabled
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ftrace: allocating 40831 entries in 160 pages
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Hierarchical RCU implementation.
Jul 31 21:36:31 ubuntu kernel: [    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
Jul 31 21:36:31 ubuntu rsyslogd: rsyslogd's userid changed to 102
Jul 31 21:36:31 ubuntu kernel: [    0.000000] 	Tasks RCU enabled.
Jul 31 21:36:31 ubuntu rsyslogd:  [origin software="rsyslogd" swVersion="8.32.0" x-pid="1396" x-info="http://www.rsyslog.com"] start
Jul 31 21:36:31 ubuntu kernel: [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Jul 31 21:36:31 ubuntu kernel: [    0.000000] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
Jul 31 21:36:31 ubuntu kernel: [    0.000000] Console: colour dummy device 80x25
Jul 31 21:36:31 ubuntu kernel: [    0.000000] console [tty0] enabled
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ACPI: Core revision 20180531
Jul 31 21:36:31 ubuntu kernel: [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Jul 31 21:36:31 ubuntu kernel: [    0.000000] hpet clockevent registered
Jul 31 21:36:31 ubuntu kernel: [    0.000000] APIC: Switch to symmetric I/O mode setup
Jul 31 21:36:31 ubuntu kernel: [    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jul 31 21:36:31 ubuntu kernel: [    0.020000] tsc: Fast TSC calibration using PIT
Jul 31 21:36:31 ubuntu kernel: [    0.024000] tsc: Detected 3400.065 MHz processor
Jul 31 21:36:31 ubuntu kernel: [    0.024000] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x31028c534a7, max_idle_ns: 440795366700 ns
Jul 31 21:36:31 ubuntu kernel: [    0.024000] Calibrating delay loop (skipped), value calculated using timer frequency.. 6800.13 BogoMIPS (lpj=13600260)
Jul 31 21:36:31 ubuntu kernel: [    0.024000] pid_max: default: 32768 minimum: 301
Jul 31 21:36:31 ubuntu kernel: [    0.024000] Security Framework initialized
Jul 31 21:36:31 ubuntu kernel: [    0.024000] Yama: becoming mindful.
Jul 31 21:36:31 ubuntu kernel: [    0.024000] AppArmor: AppArmor initialized
Jul 31 21:36:31 ubuntu kernel: [    0.028193] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
Jul 31 21:36:31 ubuntu kernel: [    0.029728] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Jul 31 21:36:31 ubuntu kernel: [    0.029785] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
Jul 31 21:36:31 ubuntu kernel: [    0.029835] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
Jul 31 21:36:31 ubuntu kernel: [    0.029967] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jul 31 21:36:31 ubuntu kernel: [    0.029967] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Jul 31 21:36:31 ubuntu kernel: [    0.029970] mce: CPU supports 9 MCE banks
Jul 31 21:36:31 ubuntu kernel: [    0.029976] CPU0: Thermal monitoring enabled (TM1)
Jul 31 21:36:31 ubuntu kernel: [    0.029984] process: using mwait in idle threads
Jul 31 21:36:31 ubuntu kernel: [    0.029986] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Jul 31 21:36:31 ubuntu kernel: [    0.029986] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
Jul 31 21:36:31 ubuntu kernel: [    0.029987] Spectre V2 : Mitigation: Full generic retpoline
Jul 31 21:36:31 ubuntu kernel: [    0.029987] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jul 31 21:36:31 ubuntu kernel: [    0.029988] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
Jul 31 21:36:31 ubuntu kernel: [    0.029988] Spectre V2 : Enabling Restricted Speculation for firmware calls
Jul 31 21:36:31 ubuntu kernel: [    0.029989] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Jul 31 21:36:31 ubuntu kernel: [    0.033418] Freeing SMP alternatives memory: 36K
Jul 31 21:36:31 ubuntu kernel: [    0.042277] TSC deadline timer enabled
Jul 31 21:36:31 ubuntu kernel: [    0.042278] smpboot: CPU0: Intel(R) Core(TM) i5-4670K CPU @ 3.40GHz (family: 0x6, model: 0x3c, stepping: 0x3)
Jul 31 21:36:31 ubuntu kernel: [    0.042330] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
Jul 31 21:36:31 ubuntu kernel: [    0.042356] ... version:                3
Jul 31 21:36:31 ubuntu kernel: [    0.042356] ... bit width:              48
Jul 31 21:36:31 ubuntu kernel: [    0.042357] ... generic registers:      8
Jul 31 21:36:31 ubuntu kernel: [    0.042357] ... value mask:             0000ffffffffffff
Jul 31 21:36:31 ubuntu kernel: [    0.042358] ... max period:             00007fffffffffff
Jul 31 21:36:31 ubuntu kernel: [    0.042358] ... fixed-purpose events:   3
Jul 31 21:36:31 ubuntu kernel: [    0.042358] ... event mask:             00000007000000ff
Jul 31 21:36:31 ubuntu kernel: [    0.042378] Hierarchical SRCU implementation.
Jul 31 21:36:31 ubuntu kernel: [    0.042953] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jul 31 21:36:31 ubuntu kernel: [    0.042962] smp: Bringing up secondary CPUs ...
Jul 31 21:36:31 ubuntu kernel: [    0.043003] x86: Booting SMP configuration:
Jul 31 21:36:31 ubuntu kernel: [    0.043003] .... node  #0, CPUs:      #1 #2 #3
Jul 31 21:36:31 ubuntu kernel: [    0.044308] smp: Brought up 1 node, 4 CPUs
Jul 31 21:36:31 ubuntu kernel: [    0.044308] smpboot: Max logical packages: 1
Jul 31 21:36:31 ubuntu kernel: [    0.044308] smpboot: Total of 4 processors activated (27200.52 BogoMIPS)
Jul 31 21:36:31 ubuntu kernel: [    0.045896] devtmpfs: initialized
Jul 31 21:36:31 ubuntu kernel: [    0.045896] x86/mm: Memory block size: 128MB
Jul 31 21:36:31 ubuntu kernel: [    0.048012] PM: Registering ACPI NVS region [mem 0xbf491000-0xbf497fff] (28672 bytes)
Jul 31 21:36:31 ubuntu kernel: [    0.048012] PM: Registering ACPI NVS region [mem 0xda70f000-0xdac4afff] (5488640 bytes)
Jul 31 21:36:31 ubuntu kernel: [    0.048082] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Jul 31 21:36:31 ubuntu kernel: [    0.048082] futex hash table entries: 1024 (order: 4, 65536 bytes)
Jul 31 21:36:31 ubuntu kernel: [    0.048082] pinctrl core: initialized pinctrl subsystem
Jul 31 21:36:31 ubuntu kernel: [    0.048101] RTC time: 21:36:14, date: 07/31/19
Jul 31 21:36:31 ubuntu kernel: [    0.048550] NET: Registered protocol family 16
Jul 31 21:36:31 ubuntu kernel: [    0.048595] audit: initializing netlink subsys (disabled)
Jul 31 21:36:31 ubuntu kernel: [    0.048598] audit: type=2000 audit(1564608974.048:1): state=initialized audit_enabled=0 res=1
Jul 31 21:36:31 ubuntu kernel: [    0.048598] cpuidle: using governor ladder
Jul 31 21:36:31 ubuntu kernel: [    0.048598] cpuidle: using governor menu
Jul 31 21:36:31 ubuntu kernel: [    0.048598] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jul 31 21:36:31 ubuntu kernel: [    0.048598] ACPI: bus type PCI registered
Jul 31 21:36:31 ubuntu kernel: [    0.048598] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jul 31 21:36:31 ubuntu kernel: [    0.048598] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Jul 31 21:36:31 ubuntu kernel: [    0.048598] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Jul 31 21:36:31 ubuntu kernel: [    0.048598] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
Jul 31 21:36:31 ubuntu kernel: [    0.048598] PCI: Using configuration type 1 for base access
Jul 31 21:36:31 ubuntu kernel: [    0.048598] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
Jul 31 21:36:31 ubuntu kernel: [    0.048824] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Jul 31 21:36:31 ubuntu kernel: [    0.048824] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Jul 31 21:36:31 ubuntu kernel: [    0.048824] ACPI: Added _OSI(Module Device)
Jul 31 21:36:31 ubuntu kernel: [    0.048824] ACPI: Added _OSI(Processor Device)
Jul 31 21:36:31 ubuntu kernel: [    0.048824] ACPI: Added _OSI(3.0 _SCP Extensions)
Jul 31 21:36:31 ubuntu kernel: [    0.048824] ACPI: Added _OSI(Processor Aggregator Device)
Jul 31 21:36:31 ubuntu kernel: [    0.048824] ACPI: Added _OSI(Linux-Dell-Video)
Jul 31 21:36:31 ubuntu kernel: [    0.048824] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Jul 31 21:36:31 ubuntu kernel: [    0.057250] ACPI: 6 ACPI AML tables successfully acquired and loaded
Jul 31 21:36:31 ubuntu kernel: [    0.059523] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jul 31 21:36:31 ubuntu kernel: [    0.060510] ACPI: Dynamic OEM Table Load:
Jul 31 21:36:31 ubuntu kernel: [    0.060510] ACPI: SSDT 0xFFFF99EFBBB78800 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20091112)
Jul 31 21:36:31 ubuntu kernel: [    0.060512] ACPI: Dynamic OEM Table Load:
Jul 31 21:36:31 ubuntu kernel: [    0.060512] ACPI: SSDT 0xFFFF99EFBBAA3000 0005AA (v01 PmRef  ApIst    00003000 INTL 20091112)
Jul 31 21:36:31 ubuntu kernel: [    0.060569] ACPI: Dynamic OEM Table Load:
Jul 31 21:36:31 ubuntu kernel: [    0.060569] ACPI: SSDT 0xFFFF99EFBBB77800 000119 (v01 PmRef  ApCst    00003000 INTL 20091112)
Jul 31 21:36:31 ubuntu kernel: [    0.060948] ACPI: Interpreter enabled
Jul 31 21:36:31 ubuntu kernel: [    0.060968] ACPI: (supports S0 S3 S4 S5)
Jul 31 21:36:31 ubuntu kernel: [    0.060969] ACPI: Using IOAPIC for interrupt routing
Jul 31 21:36:31 ubuntu kernel: [    0.060990] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jul 31 21:36:31 ubuntu kernel: [    0.061265] ACPI: Enabled 9 GPEs in block 00 to 3F
Jul 31 21:36:31 ubuntu kernel: [    0.069529] ACPI: Power Resource [FN00] (off)
Jul 31 21:36:31 ubuntu kernel: [    0.069583] ACPI: Power Resource [FN01] (off)
Jul 31 21:36:31 ubuntu kernel: [    0.069635] ACPI: Power Resource [FN02] (off)
Jul 31 21:36:31 ubuntu kernel: [    0.069688] ACPI: Power Resource [FN03] (off)
Jul 31 21:36:31 ubuntu kernel: [    0.069741] ACPI: Power Resource [FN04] (off)
Jul 31 21:36:31 ubuntu kernel: [    0.070399] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Jul 31 21:36:31 ubuntu kernel: [    0.070403] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Jul 31 21:36:31 ubuntu kernel: [    0.070609] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
Jul 31 21:36:31 ubuntu kernel: [    0.070741] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
Jul 31 21:36:31 ubuntu kernel: [    0.070741] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jul 31 21:36:31 ubuntu kernel: [    0.071094] PCI host bridge to bus 0000:00
Jul 31 21:36:31 ubuntu kernel: [    0.071095] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jul 31 21:36:31 ubuntu kernel: [    0.071096] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jul 31 21:36:31 ubuntu kernel: [    0.071097] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jul 31 21:36:31 ubuntu kernel: [    0.071098] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Jul 31 21:36:31 ubuntu kernel: [    0.071099] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Jul 31 21:36:31 ubuntu kernel: [    0.071099] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Jul 31 21:36:31 ubuntu kernel: [    0.071100] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
Jul 31 21:36:31 ubuntu kernel: [    0.071101] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff window]
Jul 31 21:36:31 ubuntu kernel: [    0.071102] pci_bus 0000:00: root bus resource [bus 00-3e]
Jul 31 21:36:31 ubuntu kernel: [    0.071107] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
Jul 31 21:36:31 ubuntu kernel: [    0.071168] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
Jul 31 21:36:31 ubuntu kernel: [    0.071192] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jul 31 21:36:31 ubuntu kernel: [    0.071281] pci 0000:00:02.0: [8086:0412] type 00 class 0x030000
Jul 31 21:36:31 ubuntu kernel: [    0.071288] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
Jul 31 21:36:31 ubuntu kernel: [    0.071292] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
Jul 31 21:36:31 ubuntu kernel: [    0.071294] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
Jul 31 21:36:31 ubuntu kernel: [    0.071302] pci 0000:00:02.0: BAR 2: assigned to efifb
Jul 31 21:36:31 ubuntu kernel: [    0.071351] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
Jul 31 21:36:31 ubuntu kernel: [    0.071357] pci 0000:00:03.0: reg 0x10: [mem 0xf7d14000-0xf7d17fff 64bit]
Jul 31 21:36:31 ubuntu kernel: [    0.071427] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
Jul 31 21:36:31 ubuntu kernel: [    0.071442] pci 0000:00:14.0: reg 0x10: [mem 0xf7d00000-0xf7d0ffff 64bit]
Jul 31 21:36:31 ubuntu kernel: [    0.071487] pci 0000:00:14.0: PME# supported from D3hot D3cold
Jul 31 21:36:31 ubuntu kernel: [    0.071539] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
Jul 31 21:36:31 ubuntu kernel: [    0.071555] pci 0000:00:16.0: reg 0x10: [mem 0xf7d1e000-0xf7d1e00f 64bit]
Jul 31 21:36:31 ubuntu kernel: [    0.071603] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jul 31 21:36:31 ubuntu kernel: [    0.071660] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
Jul 31 21:36:31 ubuntu kernel: [    0.071677] pci 0000:00:1a.0: reg 0x10: [mem 0xf7d1c000-0xf7d1c3ff]
Jul 31 21:36:31 ubuntu kernel: [    0.071743] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Jul 31 21:36:31 ubuntu kernel: [    0.071800] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
Jul 31 21:36:31 ubuntu kernel: [    0.071814] pci 0000:00:1b.0: reg 0x10: [mem 0xf7d10000-0xf7d13fff 64bit]
Jul 31 21:36:31 ubuntu kernel: [    0.071860] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jul 31 21:36:31 ubuntu kernel: [    0.071912] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
Jul 31 21:36:31 ubuntu kernel: [    0.071966] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jul 31 21:36:31 ubuntu kernel: [    0.072060] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
Jul 31 21:36:31 ubuntu kernel: [    0.072117] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Jul 31 21:36:31 ubuntu kernel: [    0.072214] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
Jul 31 21:36:31 ubuntu kernel: [    0.072231] pci 0000:00:1d.0: reg 0x10: [mem 0xf7d1b000-0xf7d1b3ff]
Jul 31 21:36:31 ubuntu kernel: [    0.072298] pci 0000:00:1d.0: PME# supported from D0


Create a new paste based on this one


Comments: