Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

ekanite cause a high cpu usage, any fix or how to debug? #35

Closed
zjqzero opened this issue Jul 28, 2016 · 32 comments
Closed

ekanite cause a high cpu usage, any fix or how to debug? #35

zjqzero opened this issue Jul 28, 2016 · 32 comments

Comments

@zjqzero
Copy link

zjqzero commented Jul 28, 2016

top - 11:07:44 up 43 days, 17:30,  2 users,  load average: 1.06, 1.03, 1.05
Tasks: 127 total,   4 running, 123 sleeping,   0 stopped,   0 zombie
%Cpu0  : 60.4 us, 38.9 sy,  0.0 ni,  0.0 id,  0.0 wa,  0.0 hi,  0.3 si,  0.3 st
KiB Mem:   1016332 total,   895712 used,   120620 free,    85044 buffers
KiB Swap:        0 total,        0 used,        0 free.   237724 cached Mem

  PID USER      PR  NI    VIRT    RES    SHR S %CPU %MEM     TIME+ COMMAND                                                                                                                     
28941 root      20   0 1554440 115492  98036 R 99.0 11.4   8490:51 ekanited                                                                                                                    

thx.

@otoolep
Copy link
Member

otoolep commented Jul 29, 2016

Thanks for the report @zjqzero -- I need much more information that this. What was the program doing at the time? What resources does the program have? CPU, RAM, etc? Without this information, it's impossible to know if there is actually a problem.

You can also enable standard Go CPU and memory profiling, via the command line options. Pass -h to the program to learn these options. Once enabled, follow these instructions:

https://blog.golang.org/profiling-go-programs

@zjqzero
Copy link
Author

zjqzero commented Aug 2, 2016

Thanks for your answer. @otoolep

I run ekanite in docker on ubuntu14.04. The server has 1G memory and 1core cpu.

every week there will produce about 2.5G data or above

root@iZ23r4rzcncZ:/var/ekanited# du -d 1 -h
4.7M    ./20160728_0000
2.1M    ./20160731_0000
67M ./20160726_0000
1.1G    ./20160729_0000
16M ./20160730_0000
548M    ./20160801_0000
588M    ./20160802_0000
213M    ./20160727_0000
2.5G    

root@iZ23r4rzcncZ:/var/ekanited# free -h
             total       used       free     shared    buffers     cached
Mem:          992M       911M        80M       920K        22M       518M
-/+ buffers/cache:       370M       622M
Swap:           0B         0B         0B
root@iZ23r4rzcncZ:/var/ekanited# cat /proc/cpuinfo 
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model       : 62
model name  : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
stepping    : 4
microcode   : 0x428
cpu MHz     : 2600.064
cache size  : 20480 KB
physical id : 0
siblings    : 1
core id     : 0
cpu cores   : 1
apicid      : 0
initial apicid  : 0
fpu     : yes
fpu_exception   : yes
cpuid level : 13
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush mmx fxsr sse sse2 ht syscall nx rdtscp lm constant_tsc rep_good nopl pni ssse3 cx16 sse4_1 sse4_2 popcnt aes hypervisor lahf_lm
bogomips    : 5200.12
clflush size    : 64
cache_alignment : 64
address sizes   : 46 bits physical, 48 bits virtual
power management:

ekanite can run normal about 24 hours, here is the 7 days cpu usage
https://github.com/zjqzero/Dockerfile/blob/master/cpu_usage.png

here is some log:

[engine] 2016/07/27 00:01:26 retention enforcement deleted index /var/ekanited/20160719_0000
[engine] 2016/07/27 00:01:53 index /var/ekanited/20160727_0000 created with 4 shards, start time: 2016-07-27 00:00:00 +0000 UTC, end time: 2016-07-28 00:00:00 +0000 UTC
[engine] 2016/07/27 01:01:26 retention enforcement commencing
[engine] 2016/07/27 02:01:27 retention enforcement commencing
[engine] 2016/07/27 03:01:27 retention enforcement commencing
[engine] 2016/07/27 04:01:27 retention enforcement commencing
[engine] 2016/07/27 05:01:27 retention enforcement commencing
[engine] 2016/07/27 06:01:27 retention enforcement commencing
[engine] 2016/07/27 07:01:27 retention enforcement commencing
[engine] 2016/07/27 08:01:27 retention enforcement commencing
[engine] 2016/07/27 09:01:28 retention enforcement commencing
[engine] 2016/07/27 10:01:28 retention enforcement commencing
[engine] 2016/07/27 11:01:28 retention enforcement commencing
[engine] 2016/07/27 12:01:28 retention enforcement commencing
[engine] 2016/07/27 13:01:28 retention enforcement commencing
[engine] 2016/07/27 14:01:29 retention enforcement commencing
[engine] 2016/07/27 15:01:29 retention enforcement commencing
[engine] 2016/07/27 16:01:30 retention enforcement commencing
[engine] 2016/07/27 17:01:30 retention enforcement commencing
[engine] 2016/07/27 18:01:30 retention enforcement commencing
[engine] 2016/07/27 19:01:31 retention enforcement commencing
[engine] 2016/07/27 20:01:31 retention enforcement commencing
[engine] 2016/07/27 21:01:31 retention enforcement commencing
[engine] 2016/07/27 22:01:32 retention enforcement commencing
[engine] 2016/07/27 23:01:32 retention enforcement commencing
[engine] 2016/07/28 00:01:32 retention enforcement commencing
[engine] 2016/07/28 00:01:32 retention enforcement deleted index /var/ekanited/20160720_0000
[engine] 2016/07/28 00:06:59 index /var/ekanited/20160728_0000 created with 4 shards, start time: 2016-07-28 00:00:00 +0000 UTC, end time: 2016-07-29 00:00:00 +0000 UTC
[engine] 2016/07/28 01:01:32 retention enforcement commencing
[engine] 2016/07/28 02:01:33 retention enforcement commencing
[engine] 2016/07/28 03:01:33 retention enforcement commencing
[ekanite] 2016/07/28 03:32:52 signal received, shutting down...
[ekanite] 2016/07/28 03:32:54 ekanite started using /var/ekanited for index storage
[ekanite] 2016/07/28 03:32:54 GOMAXPROCS set to 1
[ekanite] 2016/07/28 03:32:54 engine opened index with 4 shard(s) at /var/ekanited/20160728_0000
[ekanite] 2016/07/28 03:32:54 diags now available at localhost:9951
[ekanite] 2016/07/28 03:32:54 engine opened index with 4 shard(s) at /var/ekanited/20160723_0000
[ekanite] 2016/07/28 03:32:57 engine opened index with 4 shard(s) at /var/ekanited/20160726_0000
[ekanite] 2016/07/28 03:32:58 engine opened index with 4 shard(s) at /var/ekanited/20160725_0000
[ekanite] 2016/07/28 03:32:59 engine opened index with 4 shard(s) at /var/ekanited/20160721_0000
[ekanite] 2016/07/28 03:33:12 engine opened index with 4 shard(s) at /var/ekanited/20160724_0000
[ekanite] 2016/07/28 03:33:18 engine opened index with 4 shard(s) at /var/ekanited/20160727_0000
[ekanite] 2016/07/28 03:33:53 engine opened index with 4 shard(s) at /var/ekanited/20160722_0000
[ekanite] 2016/07/28 03:33:53 engine opened with shard number of 4, retention period of 168h0m0s
[ekanite] 2016/07/28 03:33:53 HTTP query server listening to 0.0.0.0:8080
[ekanite] 2016/07/28 03:33:53 batching configured with size 300, timeout 1s, max pending 1000
[ekanite] 2016/07/28 03:33:53 TCP collector listening to 0.0.0.0:5514
[engine] 2016/07/28 04:33:53 retention enforcement commencing
[engine] 2016/07/28 05:33:53 retention enforcement commencing
[engine] 2016/07/28 06:33:53 retention enforcement commencing
[engine] 2016/07/28 07:33:53 retention enforcement commencing
[engine] 2016/07/28 08:33:53 retention enforcement commencing
[engine] 2016/07/28 09:33:53 retention enforcement commencing
[engine] 2016/07/28 10:33:53 retention enforcement commencing
[engine] 2016/07/28 11:33:53 retention enforcement commencing
[engine] 2016/07/28 12:33:53 retention enforcement commencing
[engine] 2016/07/28 13:33:53 retention enforcement commencing
[engine] 2016/07/28 14:33:53 retention enforcement commencing
[engine] 2016/07/28 15:33:53 retention enforcement commencing
[engine] 2016/07/28 16:33:53 retention enforcement commencing
[engine] 2016/07/28 17:33:53 retention enforcement commencing
[engine] 2016/07/28 18:33:53 retention enforcement commencing
[engine] 2016/07/28 19:33:53 retention enforcement commencing
[engine] 2016/07/28 20:33:53 retention enforcement commencing
[engine] 2016/07/28 21:33:53 retention enforcement commencing
[engine] 2016/07/28 22:33:53 retention enforcement commencing
[engine] 2016/07/28 23:33:53 retention enforcement commencing
[engine] 2016/07/29 00:04:11 index /var/ekanited/20160729_0000 created with 4 shards, start time: 2016-07-29 00:00:00 +0000 UTC, end time: 2016-07-30 00:00:00 +0000 UTC
[engine] 2016/07/29 00:33:53 retention enforcement commencing
[engine] 2016/07/29 00:33:53 retention enforcement deleted index /var/ekanited/20160721_0000
[engine] 2016/07/29 01:33:53 retention enforcement commencing
[engine] 2016/07/29 02:33:53 retention enforcement commencing
[engine] 2016/07/29 03:33:53 retention enforcement commencing
[engine] 2016/07/29 04:33:53 retention enforcement commencing
[engine] 2016/07/29 05:33:53 retention enforcement commencing
[httpserver] 2016/07/29 06:29:37 executing query '1'
[engine] 2016/07/29 06:29:37 searching index /var/ekanited/20160722_0000
[httpserver] 2016/07/29 06:29:38 executing query '1'
[engine] 2016/07/29 06:29:38 searching index /var/ekanited/20160722_0000
[httpserver] 2016/07/29 06:29:38 executing query '1'
[engine] 2016/07/29 06:29:38 searching index /var/ekanited/20160722_0000
[httpserver] 2016/07/29 06:29:38 executing query '1'
[engine] 2016/07/29 06:29:38 searching index /var/ekanited/20160722_0000
[engine] 2016/07/29 06:30:27 searching index /var/ekanited/20160723_0000
[engine] 2016/07/29 06:30:27 searching index /var/ekanited/20160723_0000
[engine] 2016/07/29 06:30:27 searching index /var/ekanited/20160723_0000
[engine] 2016/07/29 06:30:27 searching index /var/ekanited/20160723_0000
[engine] 2016/07/29 06:30:27 searching index /var/ekanited/20160724_0000
[engine] 2016/07/29 06:30:27 searching index /var/ekanited/20160724_0000
[engine] 2016/07/29 06:30:27 searching index /var/ekanited/20160724_0000
[engine] 2016/07/29 06:30:28 searching index /var/ekanited/20160724_0000
[engine] 2016/07/29 06:30:50 searching index /var/ekanited/20160725_0000
[engine] 2016/07/29 06:30:50 searching index /var/ekanited/20160725_0000
[engine] 2016/07/29 06:30:50 searching index /var/ekanited/20160725_0000
[engine] 2016/07/29 06:30:50 searching index /var/ekanited/20160725_0000
[engine] 2016/07/29 06:30:51 searching index /var/ekanited/20160726_0000
[engine] 2016/07/29 06:30:51 searching index /var/ekanited/20160726_0000
[engine] 2016/07/29 06:30:51 searching index /var/ekanited/20160726_0000
[engine] 2016/07/29 06:30:51 searching index /var/ekanited/20160726_0000
[engine] 2016/07/29 06:30:58 searching index /var/ekanited/20160727_0000
[engine] 2016/07/29 06:30:58 searching index /var/ekanited/20160727_0000
[engine] 2016/07/29 06:30:58 searching index /var/ekanited/20160727_0000
[engine] 2016/07/29 06:30:58 searching index /var/ekanited/20160727_0000
[engine] 2016/07/29 06:31:12 searching index /var/ekanited/20160728_0000
[engine] 2016/07/29 06:31:12 searching index /var/ekanited/20160728_0000
[engine] 2016/07/29 06:31:12 searching index /var/ekanited/20160728_0000
[engine] 2016/07/29 06:31:12 searching index /var/ekanited/20160728_0000
[engine] 2016/07/29 06:31:12 searching index /var/ekanited/20160729_0000
[engine] 2016/07/29 06:31:12 searching index /var/ekanited/20160729_0000
[engine] 2016/07/29 06:31:12 searching index /var/ekanited/20160729_0000
[engine] 2016/07/29 06:31:12 searching index /var/ekanited/20160729_0000
[httpserver] 2016/07/29 06:33:05 executing query 'msg='
[engine] 2016/07/29 06:33:05 searching index /var/ekanited/20160722_0000
[engine] 2016/07/29 06:33:05 searching index /var/ekanited/20160723_0000
[engine] 2016/07/29 06:33:05 searching index /var/ekanited/20160724_0000
[engine] 2016/07/29 06:33:05 searching index /var/ekanited/20160725_0000
[engine] 2016/07/29 06:33:05 searching index /var/ekanited/20160726_0000
[engine] 2016/07/29 06:33:06 searching index /var/ekanited/20160727_0000
[engine] 2016/07/29 06:33:06 searching index /var/ekanited/20160728_0000
[engine] 2016/07/29 06:33:06 searching index /var/ekanited/20160729_0000
[engine] 2016/07/29 06:33:53 retention enforcement commencing
[httpserver] 2016/07/29 06:47:03 Error executing template: template: ServerTemplate:54:19: executing "ServerTemplate" at <</li>
    >: write tcp 192.168.0.2:8080->183.194.1.118:64609: write: connection timed out
[httpserver] 2016/07/29 06:47:06 Error executing template: template: ServerTemplate:54:19: executing "ServerTemplate" at <</li>
    >: write tcp 192.168.0.2:8080->183.194.1.118:62017: write: connection timed out
[httpserver] 2016/07/29 06:47:06 Error executing template: template: ServerTemplate:54:19: executing "ServerTemplate" at <</li>
    >: write tcp 192.168.0.2:8080->183.194.1.118:64577: write: connection timed out
[httpserver] 2016/07/29 06:47:06 Error executing template: template: ServerTemplate:54:19: executing "ServerTemplate" at <</li>
    >: write tcp 192.168.0.2:8080->183.194.1.118:64514: write: connection timed out
[engine] 2016/07/29 07:33:53 retention enforcement commencing
[engine] 2016/07/29 08:33:53 retention enforcement commencing
[engine] 2016/07/29 09:33:54 retention enforcement commencing
[engine] 2016/07/29 10:33:58 retention enforcement commencing
[engine] 2016/07/29 11:33:58 retention enforcement commencing
[engine] 2016/07/29 12:33:58 retention enforcement commencing
[engine] 2016/07/29 13:33:58 retention enforcement commencing
[engine] 2016/07/29 14:33:59 retention enforcement commencing
[engine] 2016/07/29 15:33:59 retention enforcement commencing
[engine] 2016/07/29 16:33:59 retention enforcement commencing
[engine] 2016/07/29 17:33:59 retention enforcement commencing
[engine] 2016/07/29 18:34:00 retention enforcement commencing
[engine] 2016/07/29 19:34:00 retention enforcement commencing
[engine] 2016/07/29 20:34:00 retention enforcement commencing
[engine] 2016/07/29 21:34:01 retention enforcement commencing
[engine] 2016/07/29 22:34:01 retention enforcement commencing
[engine] 2016/07/29 23:34:01 retention enforcement commencing
[engine] 2016/07/30 00:11:09 index /var/ekanited/20160730_0000 created with 4 shards, start time: 2016-07-30 00:00:00 +0000 UTC, end time: 2016-07-31 00:00:00 +0000 UTC
[engine] 2016/07/30 00:34:01 retention enforcement commencing
[engine] 2016/07/30 00:34:02 retention enforcement deleted index /var/ekanited/20160722_0000
[engine] 2016/07/30 01:34:02 retention enforcement commencing
[engine] 2016/07/30 02:34:02 retention enforcement commencing
[engine] 2016/07/30 03:34:03 retention enforcement commencing
[engine] 2016/07/30 04:34:03 retention enforcement commencing
[engine] 2016/07/30 05:34:03 retention enforcement commencing
[engine] 2016/07/30 06:34:03 retention enforcement commencing
[engine] 2016/07/30 07:34:04 retention enforcement commencing
[engine] 2016/07/30 08:34:04 retention enforcement commencing
[engine] 2016/07/30 09:34:04 retention enforcement commencing
[engine] 2016/07/30 10:34:05 retention enforcement commencing
[engine] 2016/07/30 11:34:05 retention enforcement commencing
[engine] 2016/07/30 12:34:05 retention enforcement commencing
[engine] 2016/07/30 13:34:05 retention enforcement commencing
[engine] 2016/07/30 14:34:06 retention enforcement commencing
[engine] 2016/07/30 15:34:06 retention enforcement commencing
[engine] 2016/07/30 16:34:06 retention enforcement commencing
[engine] 2016/07/30 17:34:06 retention enforcement commencing
[engine] 2016/07/30 18:34:06 retention enforcement commencing
[engine] 2016/07/30 19:34:06 retention enforcement commencing
[engine] 2016/07/30 20:34:06 retention enforcement commencing
[engine] 2016/07/30 21:34:07 retention enforcement commencing
[engine] 2016/07/30 22:34:07 retention enforcement commencing
[engine] 2016/07/30 23:34:07 retention enforcement commencing
[engine] 2016/07/31 00:08:24 index /var/ekanited/20160731_0000 created with 4 shards, start time: 2016-07-31 00:00:00 +0000 UTC, end time: 2016-08-01 00:00:00 +0000 UTC
[engine] 2016/07/31 00:34:07 retention enforcement commencing
[engine] 2016/07/31 00:34:07 retention enforcement deleted index /var/ekanited/20160723_0000
[engine] 2016/07/31 01:34:07 retention enforcement commencing
[engine] 2016/07/31 02:34:07 retention enforcement commencing
[engine] 2016/07/31 03:34:08 retention enforcement commencing
[engine] 2016/07/31 04:34:08 retention enforcement commencing
[engine] 2016/07/31 05:34:08 retention enforcement commencing
[engine] 2016/07/31 06:34:08 retention enforcement commencing
[engine] 2016/07/31 07:34:09 retention enforcement commencing
[engine] 2016/07/31 08:34:09 retention enforcement commencing
[engine] 2016/07/31 09:34:10 retention enforcement commencing
[engine] 2016/07/31 10:34:10 retention enforcement commencing
[engine] 2016/07/31 11:34:10 retention enforcement commencing
[engine] 2016/07/31 12:34:10 retention enforcement commencing
[engine] 2016/07/31 13:34:10 retention enforcement commencing
[engine] 2016/07/31 14:34:10 retention enforcement commencing
[engine] 2016/07/31 15:34:11 retention enforcement commencing
[engine] 2016/07/31 16:34:11 retention enforcement commencing
[engine] 2016/07/31 17:34:11 retention enforcement commencing
[engine] 2016/07/31 18:34:11 retention enforcement commencing
[engine] 2016/07/31 19:34:12 retention enforcement commencing
[engine] 2016/07/31 20:34:12 retention enforcement commencing
[engine] 2016/07/31 21:34:12 retention enforcement commencing
[engine] 2016/07/31 22:34:13 retention enforcement commencing
[engine] 2016/07/31 23:34:13 retention enforcement commencing
[engine] 2016/08/01 00:12:59 index /var/ekanited/20160801_0000 created with 4 shards, start time: 2016-08-01 00:00:00 +0000 UTC, end time: 2016-08-02 00:00:00 +0000 UTC
[engine] 2016/08/01 00:34:13 retention enforcement commencing
[engine] 2016/08/01 00:34:13 retention enforcement deleted index /var/ekanited/20160724_0000
[engine] 2016/08/01 01:34:14 retention enforcement commencing
[engine] 2016/08/01 02:34:14 retention enforcement commencing
[engine] 2016/08/01 03:34:14 retention enforcement commencing
[engine] 2016/08/01 04:34:14 retention enforcement commencing
[engine] 2016/08/01 05:34:15 retention enforcement commencing
[engine] 2016/08/01 06:34:15 retention enforcement commencing
[engine] 2016/08/01 07:34:15 retention enforcement commencing
[engine] 2016/08/01 08:34:15 retention enforcement commencing
[engine] 2016/08/01 09:34:16 retention enforcement commencing
[engine] 2016/08/01 10:34:16 retention enforcement commencing
[engine] 2016/08/01 11:34:16 retention enforcement commencing
[engine] 2016/08/01 12:34:16 retention enforcement commencing
[engine] 2016/08/01 13:34:17 retention enforcement commencing
[engine] 2016/08/01 14:34:18 retention enforcement commencing
[engine] 2016/08/01 15:34:18 retention enforcement commencing
[engine] 2016/08/01 16:34:18 retention enforcement commencing
[engine] 2016/08/01 17:34:19 retention enforcement commencing
[engine] 2016/08/01 18:34:19 retention enforcement commencing
[engine] 2016/08/01 19:34:20 retention enforcement commencing
[engine] 2016/08/01 20:34:20 retention enforcement commencing
[engine] 2016/08/01 21:34:20 retention enforcement commencing
[engine] 2016/08/01 22:34:21 retention enforcement commencing
[engine] 2016/08/01 23:34:21 retention enforcement commencing
[engine] 2016/08/02 00:19:05 index /var/ekanited/20160802_0000 created with 4 shards, start time: 2016-08-02 00:00:00 +0000 UTC, end time: 2016-08-03 00:00:00 +0000 UTC
[engine] 2016/08/02 00:34:21 retention enforcement commencing
[engine] 2016/08/02 00:34:22 retention enforcement deleted index /var/ekanited/20160725_0000
[engine] 2016/08/02 01:34:22 retention enforcement commencing
[engine] 2016/08/02 02:34:23 retention enforcement commencing
[engine] 2016/08/02 03:34:23 retention enforcement commencing
[engine] 2016/08/02 04:34:23 retention enforcement commencing
[engine] 2016/08/02 05:34:24 retention enforcement commencing
[ekanite] 2016/08/02 06:18:16 signal received, shutting down...
[ekanite] 2016/08/02 06:19:48 ekanite started using /var/ekanited for index storage
[ekanite] 2016/08/02 06:19:48 GOMAXPROCS set to 1
[ekanite] 2016/08/02 06:19:48 diags now available at localhost:9951
[ekanite] 2016/08/02 06:19:48 engine opened index with 4 shard(s) at /var/ekanited/20160728_0000
[ekanite] 2016/08/02 06:19:49 engine opened index with 4 shard(s) at /var/ekanited/20160731_0000
[ekanite] 2016/08/02 06:19:58 engine opened index with 4 shard(s) at /var/ekanited/20160726_0000
[ekanite] 2016/08/02 06:21:11 engine opened index with 4 shard(s) at /var/ekanited/20160729_0000
[ekanite] 2016/08/02 06:21:11 engine opened index with 4 shard(s) at /var/ekanited/20160730_0000
[ekanite] 2016/08/02 06:21:32 engine opened index with 4 shard(s) at /var/ekanited/20160801_0000
[ekanite] 2016/08/02 06:21:53 engine opened index with 4 shard(s) at /var/ekanited/20160802_0000
[ekanite] 2016/08/02 06:22:06 engine opened index with 4 shard(s) at /var/ekanited/20160727_0000
[ekanite] 2016/08/02 06:22:06 engine opened with shard number of 4, retention period of 168h0m0s
[ekanite] 2016/08/02 06:22:06 HTTP query server listening to 0.0.0.0:8080
[ekanite] 2016/08/02 06:22:06 batching configured with size 300, timeout 1s, max pending 1000
[ekanite] 2016/08/02 06:22:06 TCP collector listening to 0.0.0.0:5514
[engine] 2016/08/02 07:22:06 retention enforcement commencing

@otoolep
Copy link
Member

otoolep commented Aug 4, 2016

@zjqzero -- I need more information. Can you pass

-cpuprof cpu.pprof, let the CPU spike for a while, shutdown the program, and then make the file available? I also need to know what version you are running.

@otoolep
Copy link
Member

otoolep commented Aug 4, 2016

Also, what rate of log messages are you indexing?

@zjqzero
Copy link
Author

zjqzero commented Aug 9, 2016

When I use -cpuprof option. The cpu utilization has been normal for a few days.
I will continue to monitor it.
The running version is release 1.0.0

@zjqzero
Copy link
Author

zjqzero commented Aug 12, 2016

@otoolep
here is the cpu.pprof, please check, thks
cpu.pprof file

On 20160811 it produce about 463M index and cause high cpu usage
463M ./20160811_0000

@otoolep
Copy link
Member

otoolep commented Aug 12, 2016

Does the CPU load disappear if you stop indexing?

@otoolep
Copy link
Member

otoolep commented Aug 12, 2016

What OS are you running?

@zjqzero
Copy link
Author

zjqzero commented Aug 13, 2016

HOST OS is ubuntu 14.04
DOCKER container is also ubuntu 14.04
When I shutdown the NIC interface, the high CPU load never disappered

@otoolep otoolep closed this as completed Aug 13, 2016
@otoolep
Copy link
Member

otoolep commented Aug 13, 2016

Closed in error.

@otoolep otoolep reopened this Aug 13, 2016
@otoolep
Copy link
Member

otoolep commented Aug 13, 2016

pprof002.svg.zip

@otoolep
Copy link
Member

otoolep commented Aug 13, 2016

Attached .svg file, showing profiling. Nothing jumps out at me.

What rate are you indexing at? How many messages a second? https://github.com/ekanite/ekanite/blob/master/README.md#diagnostics will tell you the endpoint to hit to get stats. Perhaps log messages are just piling up within?

I should point out that I have never done any performance optimization on Ekanite. There is probably a ton of stuff we could do to reduce CPU load.

@otoolep
Copy link
Member

otoolep commented Aug 14, 2016

#37 is the start of better diagnostics support. Hopefully I can provide better debugging built into Ekanite soon, to help with issues like this.

@zjqzero
Copy link
Author

zjqzero commented Aug 14, 2016

ok , it will help much

Sent from my iPhone

On Aug 14, 2016, at 09:40, otoolep notifications@github.com wrote:

#37 is the start of better diagnostics support. Hopefully I can provide better debugging built into Ekanite soon, to help with issues like this.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

@otoolep
Copy link
Member

otoolep commented Sep 3, 2016

@zjqzero -- upgrade to v1.1.0 (just released) and see if that addresses your issue. v1.1.0 has a fix for an issue that might have resulted in excessive CPU usage.

@zjqzero
Copy link
Author

zjqzero commented Sep 5, 2016

@otoolep
hi, there may be some thing wrong with 1.1.0, it can index nothing with my syslog-ng config that works on 1.0.0.
I capture the packets with wireshark, I think the message is correct, but ekanite have no index.

please check. thanks

Frame 1081: 202 bytes on wire (1616 bits), 202 bytes captured (1616 bits) on interface 0 Ethernet II, Src: 02:42:ac:11:00:03 (02:42:ac:11:00:03), Dst: 02:42:b3:2b:b5:93 (02:42:b3:2b:b5:93) Internet Protocol Version 4, Src: 172.17.0.3, Dst: 172.17.0.1 Transmission Control Protocol, Src Port: 39150 (39150), Dst Port: 5514 (5514), Seq: 36195, Ack: 1, Len: 136 Syslog message: USER.NOTICE: 1 2016-09-06T00:33:44+00:00 L700 VWMS stunnel - LOG5[197]: Connection closed: 1573 byte(s) sent to SSL, 5331 byte(s) sent to socket 0000 1... = Facility: USER - random user-level messages (1) .... .101 = Level: NOTICE - normal but significant condition (5) Message: 1 2016-09-06T00:33:44+00:00 L700 VWMS stunnel - LOG5[197]: Connection closed: 1573 byte(s) sent to SSL, 5331 byte(s) sent to socket

@otoolep
Copy link
Member

otoolep commented Sep 5, 2016

OK, thanks @zjqzero -- I ran a quick test of the code before releasing and it seemed fine to me.

I'll take a look.

Can I see your syslog-ng config?

@zjqzero
Copy link
Author

zjqzero commented Sep 5, 2016

@otoolep here's my syslog-ng config file:

@Version: 3.5

options {
use_dns(no);
keep_hostname(yes);
create_dirs(yes);
ts_format(iso);
};

source file_app_log {
file("/appdata/log/app.log" follow-freq(3));
};

template app { template("<${PRI}>1 ${ISODATE} ${HOST} VWMS ${PROGRAM} ${PID} - $MSG"); template_escape(no); };

destination d_net_app {
tcp("172.17.0.1" port(5514) template(app));
};

log {
source(file_app_log);
destination(d_net_app);
};

@otoolep
Copy link
Member

otoolep commented Sep 5, 2016

Please show me the output of:

curl 172.17.0.1:9951/debug/vars

when the program is supposedly receiving log messages.

@zjqzero
Copy link
Author

zjqzero commented Sep 5, 2016

zhou@L700:~/Test/ekanited-v1.1.0-linux-amd64/data$ curl localhost:9951/debug/vars
{
"bleve": {"bootDuration": 29713, "indexes": {}},
"cmdline": ["./ekanited","-datadir","./data","-tcp","0.0.0.0:5514","-queryhttp","0.0.0.0:18000"],
"ekanite": {"launch": 2016-09-05 16:17:15.052635122 +0000 UTC},
"engine": {},
"input": {"rfc5424Unparsed": 1189, "tcpBytesRead": 267034, "tcpConnReadEOF": 4, "tcpConnReadError": 1717, "tcpConnReadTimeout": 1713, "tcpConnections": 1, "tcpEventsRx": 1189},
"memstats": {"Alloc":2704008,"TotalAlloc":2704008,"Sys":8231160,"Lookups":28,"Mallocs":18456,"Frees":266,"HeapAlloc":2704008,"HeapSys":4751360,"HeapIdle":999424,"HeapInuse":3751936,"HeapReleased":0,"HeapObjects":18190,"StackInuse":491520,"StackSys":491520,"MSpanInuse":45360,"MSpanSys":49152,"MCacheInuse":4800,"MCacheSys":16384,"BuckHashSys":1443476,"GCSys":163840,"OtherSys":1315428,"NextGC":4194304,"LastGC":0,"PauseTotalNs":0,"PauseNs":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"PauseEnd":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"NumGC":0,"GCCPUFraction":0,"EnableGC":true,"DebugGC":false,"BySize":[{"Size":0,"Mallocs":0,"Frees":0},{"Size":8,"Mallocs":61,"Frees":0},{"Size":16,"Mallocs":2211,"Frees":0},{"Size":32,"Mallocs":5621,"Frees":0},{"Size":48,"Mallocs":1661,"Frees":0},{"Size":64,"Mallocs":546,"Frees":0},{"Size":80,"Mallocs":1809,"Frees":0},{"Size":96,"Mallocs":252,"Frees":0},{"Size":112,"Mallocs":667,"Frees":0},{"Size":128,"Mallocs":1256,"Frees":0},{"Size":144,"Mallocs":835,"Frees":0},{"Size":160,"Mallocs":347,"Frees":0},{"Size":176,"Mallocs":675,"Frees":0},{"Size":192,"Mallocs":380,"Frees":0},{"Size":208,"Mallocs":229,"Frees":0},{"Size":224,"Mallocs":110,"Frees":0},{"Size":240,"Mallocs":105,"Frees":0},{"Size":256,"Mallocs":412,"Frees":0},{"Size":288,"Mallocs":102,"Frees":0},{"Size":320,"Mallocs":60,"Frees":0},{"Size":352,"Mallocs":36,"Frees":0},{"Size":384,"Mallocs":149,"Frees":0},{"Size":416,"Mallocs":26,"Frees":0},{"Size":448,"Mallocs":3,"Frees":0},{"Size":480,"Mallocs":7,"Frees":0},{"Size":512,"Mallocs":144,"Frees":0},{"Size":576,"Mallocs":12,"Frees":0},{"Size":640,"Mallocs":23,"Frees":0},{"Size":704,"Mallocs":26,"Frees":0},{"Size":768,"Mallocs":23,"Frees":0},{"Size":896,"Mallocs":24,"Frees":0},{"Size":1024,"Mallocs":90,"Frees":0},{"Size":1152,"Mallocs":29,"Frees":0},{"Size":1280,"Mallocs":44,"Frees":0},{"Size":1408,"Mallocs":11,"Frees":0},{"Size":1536,"Mallocs":10,"Frees":0},{"Size":1664,"Mallocs":33,"Frees":0},{"Size":2048,"Mallocs":32,"Frees":0},{"Size":2304,"Mallocs":30,"Frees":0},{"Size":2560,"Mallocs":3,"Frees":0},{"Size":2816,"Mallocs":10,"Frees":0},{"Size":3072,"Mallocs":10,"Frees":0},{"Size":3328,"Mallocs":10,"Frees":0},{"Size":4096,"Mallocs":26,"Frees":0},{"Size":4608,"Mallocs":0,"Frees":0},{"Size":5376,"Mallocs":9,"Frees":0},{"Size":6144,"Mallocs":12,"Frees":0},{"Size":6400,"Mallocs":6,"Frees":0},{"Size":6656,"Mallocs":1,"Frees":0},{"Size":6912,"Mallocs":3,"Frees":0},{"Size":8192,"Mallocs":1,"Frees":0},{"Size":8448,"Mallocs":0,"Frees":0},{"Size":8704,"Mallocs":0,"Frees":0},{"Size":9472,"Mallocs":0,"Frees":0},{"Size":10496,"Mallocs":0,"Frees":0},{"Size":12288,"Mallocs":1,"Frees":0},{"Size":13568,"Mallocs":0,"Frees":0},{"Size":14080,"Mallocs":0,"Frees":0},{"Size":16384,"Mallocs":0,"Frees":0},{"Size":16640,"Mallocs":0,"Frees":0},{"Size":17664,"Mallocs":0,"Frees":0}]}

@otoolep
Copy link
Member

otoolep commented Sep 5, 2016

"tcpEventsRx": 1189 and "rfc5424Unparsed": 1189 tells me your messages are being received, but not getting parsed. This means they do not meet the required format.

Can you provide me an example log line?

@otoolep
Copy link
Member

otoolep commented Sep 5, 2016

An easy way to see the log messages as they would be received by Ekanite is to start netcat instead, like so:

netcat -l 0.0.0.0 5514

and watch the received log messages get dumped to stdout.

@zjqzero
Copy link
Author

zjqzero commented Sep 5, 2016

netcat output:
<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session 3667 - gnome-session-binary[3667]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session 3667 - gnome-session-binary[3667]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session-binary 3667 - GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session-binary 3667 - GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session 3667 - gnome-session-binary[3667]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session-binary 3667 - GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session 3667 - gnome-session-binary[3667]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session-binary 3667 - GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session 3667 - gnome-session-binary[3667]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session 3667 - gnome-session-binary[3667]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session-binary 3667 - GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session-binary 3667 - GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session 3667 - gnome-session-binary[3667]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session-binary 3667 - GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session-binary 3667 - GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session 3667 - gnome-session-binary[3667]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session 3667 - 1370515881: 2013-06-06<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session 3667 - 1263540433: 2010-01-15<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session 3667 - 1370515881: 2013-06-06<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session 3667 - 1263540433: 2010-01-15<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session 3667 - 1370515881: 2013-06-06<13>1 2016-09-06T00:50:28+00:00 L700 VWMS gnome-session 3667 - 1263540433: 2010-01-15<13>1 2016-09-06T00:50:28+00:00 L700 VWMS systemd 1 - Stopped Stop ureadahead data collection 45s after completed startup.<13>1 2016-09-06T00:50:28+00:00 L700 VWMS snapd 2181 - 2016/09/06 00:50:28.183267 main.go:67: Exiting on terminated signal.<13>1 2016-09-06T00:50:28+00:00 L700 VWMS org.freedesktop.Notifications 3209 - (notify-osd:3339): Gdk-WARNING *: notify-osd: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.<13>1 2016-09-06T00:50:28+00:00 L700 VWMS systemd 1 - Stopped target Graphical Interface.<13>1 2016-09-06T00:50:28+00:00 L700 VWMS /usr/lib/snapd/snapd 2181 - main.go:67: Exiting on terminated signal.<13>1 2016-09-06T00:50:28+00:00 L700 VWMS systemd 1 - Stopping Accounts Service...<13>1 2016-09-06T00:50:28+00:00 L700 VWMS systemd 1 - Stopping RealtimeKit Scheduling Policy Service...<13>1 2016-09-06T00:50:28+00:00 L700 VWMS systemd 1 - Stopping Authenticate and Authorize Users to Run Privileged Tasks...<13>1 2016-09-06T00:50:28+00:00 L700 VWMS systemd 1 - Stopped target Sound Card.<13>1 2016-09-06T00:50:28+00:00 L700 VWMS systemd 1 - Stopped target Timers.<13>1 2016-09-06T00:50:28+00:00 L700 VWMS systemd 1 - Stopped Daily apt activities.<13>1 2016-09-06T00:50:28+00:00 L700 VWMS systemd 1 - Stopping Light Display Manager...<13>1 2016-09-06T00:50:28+00:00 L700 VWMS systemd 1 - Stopping User Manager for UID 1000...<13>1 2016-09-06T00:50:28+00:00 L700 VWMS rsyslogd - [origin software="rsyslogd" swVersion="8.16.0" x-pid="1973" x-info="http://www.rsyslog.com"] exiting on signal 15.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS rsyslogd - [origin software="rsyslogd" swVersion="8.16.0" x-pid="2029" x-info="http://www.rsyslog.com"] start<13>1 2016-09-06T00:58:39+00:00 L700 VWMS rsyslogd-2222 - command 'KLogPermitNonKernelFacility' is currently not permitted - did you already set it via a RainerScript command (v6+ config)? [v8.16.0 try http://www.rsyslog.com/e/2222 ]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS rsyslogd - rsyslogd's groupid changed to 108<13>1 2016-09-06T00:58:39+00:00 L700 VWMS rsyslogd - rsyslogd's userid changed to 104<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd-modules-load 913 - Inserted module 'lp'<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd-modules-load 913 - Inserted module 'ppdev'<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd-modules-load 913 - Inserted module 'parport_pc'<13>1 2016-09-06T00:58:39+00:00 L700 VWMS loadkeys 897 - Loading /etc/console-setup/cached.kmap.gz<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Apply Kernel Variables...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Mounting FUSE Control File System...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Create Static Device Nodes in /dev...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/lib/modprobe.d/blacklist_linux_4.4.0-21-generic.conf: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/lib/modprobe.d/blacklist_linux_4.4.0-31-generic.conf: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/lib/modprobe.d/blacklist_linux_4.4.0-34-generic.conf: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Mounted FUSE Control File System.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Set console keymap.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Apply Kernel Variables.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Create Static Device Nodes in /dev.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting udev Kernel Device Manager...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/etc/udev/rules.d/60-vboxdrv.rules: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started udev Kernel Device Manager.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Remount Root and Kernel File Systems...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Remount Root and Kernel File Systems.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Load/Save Random Seed...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting udev Coldplug all Devices...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Reached target Local File Systems (Pre).<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Reached target Local File Systems.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting LSB: AppArmor initialization...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Clean up any mess left by 0dns-up...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Set console font and keymap...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Tell Plymouth To Write Out Runtime Data...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Flush Journal to Persistent Storage...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Load/Save Random Seed.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Clean up any mess left by 0dns-up.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Tell Plymouth To Write Out Runtime Data.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/home/zhou/.cache/upstart/upstart-event-bridge.log: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/home/zhou/.cache/upstart/gnome-keyring.log: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/home/zhou/.cache/upstart/gnome-keyring-ssh.log: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/home/zhou/.cache/upstart/ssh-agent.log: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/home/zhou/.cache/upstart/window-stack-bridge.log: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Nameserver information manager...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Flush Journal to Persistent Storage.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Nameserver information manager.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Create Volatile Files and Directories...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd-tmpfiles 1099 - [/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS apparmor 980 - * Starting AppArmor profiles<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Create Volatile Files and Directories.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Update UTMP about System Boot/Shutdown...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Network Time Synchronization...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/home/zhou/.cache/upstart/indicator-sound.log: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Update UTMP about System Boot/Shutdown.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Network Time Synchronization.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Reached target System Time Synchronized.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/var/lib/NetworkManager/dhclient-wlp3s0.conf: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS apparmor 980 - Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/home/zhou/.cache/upstart/unity-settings-daemon.log: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS apparmor 980 - Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd<13>1 2016-09-06T00:58:39+00:00 L700 VWMS apparmor 980 - ...done.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started LSB: AppArmor initialization.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Raise network interfaces...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/var/lib/dpkg/info/linux-image-4.4.0-34-generic.list: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/var/lib/dpkg/info/linux-image-4.4.0-31-generic.list: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/var/lib/dpkg/info/linux-image-extra-4.4.0-31-generic.list: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Raise network interfaces.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/var/lib/dpkg/info/linux-image-extra-4.4.0-34-generic.list: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/var/lib/dpkg/info/linux-image-extra-4.4.0-21-generic.list: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/var/lib/dpkg/info/linux-headers-4.4.0-31-generic.list: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/var/lib/dpkg/info/linux-headers-4.4.0-31.list: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/var/lib/dpkg/info/linux-image-4.4.0-21-generic.list: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/var/lib/dpkg/info/linux-headers-4.4.0-34.list: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ureadahead 899 - ureadahead:/var/lib/dpkg/info/linux-headers-4.4.0-34-generic.list: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started udev Coldplug all Devices.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Show Plymouth Boot Screen...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Created slice system-systemd\x2dbacklight.slice.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS mtp-probe - checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1"<13>1 2016-09-06T00:58:39+00:00 L700 VWMS mtp-probe - bus: 1, device: 3 was not an MTP device<13>1 2016-09-06T00:58:39+00:00 L700 VWMS mtp-probe - checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4"<13>1 2016-09-06T00:58:39+00:00 L700 VWMS mtp-probe - bus: 1, device: 4 was not an MTP device<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Received SIGRTMIN+20 from PID 1535 (plymouthd).<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Show Plymouth Boot Screen.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Forward Password Requests to Plymouth Directory Watch.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd-udevd 1524 - Process '/lib/udev/hdparm' failed with exit code 5.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Found device SSD 1.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Activating swap /dev/disk/by-uuid/890eab6c-43cb-497d-abdc-65172d5c36e7...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Activated swap /dev/disk/by-uuid/890eab6c-43cb-497d-abdc-65172d5c36e7.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Reached target Swap.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Reached target System Initialization.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Listening on ACPID Listen Socket.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - snapd.refresh.timer: Adding 5h 13min 41.218254s random time.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - snapd.refresh.timer: Adding 2h 52min 46.732321s random time.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Timer to automatically refresh installed snaps.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Trigger resolvconf update for networkd DNS.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started ACPI Events Check.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - apt-daily.timer: Adding 10h 51min 52.571755s random time.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Daily apt activities.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started CUPS Scheduler.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Reached target Paths.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Socket activation for snappy daemon.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Listening on CUPS Scheduler.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Listening on D-Bus System Message Bus Socket.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Docker Socket for the API.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Listening on UUID daemon activation socket.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Daily Cleanup of Temporary Directories.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Reached target Timers.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Listening on Avahi mDNS/DNS-SD Stack Activation Socket.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Listening on Socket activation for snappy daemon.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Listening on Docker Socket for the API.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Reached target Sockets.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Reached target Basic System.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting LSB: Set up cgroupfs mounts....<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Accounts Service...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started crash report submission daemon.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting LSB: daemon to balance interrupts for SMP systems...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting LSB: automatic crash report generation...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started ACPI event daemon.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting LSB: Record successful boot for GRUB...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Detect the available GPUs and deal with any system changes...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Snappy daemon.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Permit User Sessions...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting LSB: Start or stop stunnel 4.x (SSL tunnel for network daemons)...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Login Service...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Thermal Daemon Service...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting VirtualBox Linux kernel module...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting LSB: Speech Dispatcher...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS gpu-manager 1987 - /etc/modprobe.d is not a file<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Avahi mDNS/DNS-SD Stack...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Save/Restore Sound Card State...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started CUPS Scheduler.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting System Logging Service...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Restore /etc/resolv.conf if the system crashed before the ppp link was shut down...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Modem Manager...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Run anacron jobs.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started D-Bus System Message Bus.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS anacron 2060 - Anacron 2.3 started on 2016-09-06<13>1 2016-09-06T00:58:39+00:00 L700 VWMS gpu-manager 1987 - /etc/modprobe.d is not a file<13>1 2016-09-06T00:58:39+00:00 L700 VWMS avahi-daemon 2017 - Found user 'avahi' (UID 111) and group 'avahi' (GID 120).<13>1 2016-09-06T00:58:39+00:00 L700 VWMS avahi-daemon 2017 - Successfully dropped root privileges.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS avahi-daemon 2017 - avahi-daemon 0.6.32-rc starting up.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS anacron 2060 - Will run job cron.daily' in 5 min.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS anacron 2060 - Jobs will be executed sequentially<13>1 2016-09-06T00:58:39+00:00 L700 VWMS gpu-manager 1987 - /etc/modprobe.d is not a file<13>1 2016-09-06T00:58:39+00:00 L700 VWMS setupcon 986 - /bin/setupcon: 809: /bin/setupcon: cannot open /tmp/tmpkbd.Umc19w: No such file<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Initializing cgroup subsys cpuset<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Initializing cgroup subsys cpu<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Initializing cgroup subsys cpuacct<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Linux version 4.4.0-36-generic (buildd@lcy01-01) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2) ) #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016 (Ubuntu 4.4.0-36.55-generic 4.4.16)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-36-generic root=UUID=f1f7155c-3d2d-40fe-b34a-268c39d0b5fc ro quiet splash vt.handoff=7<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] KERNEL supported cpus:<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Intel GenuineIntel<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] AMD AuthenticAMD<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Centaur CentaurHauls<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] x86/fpu: Using 'eager' FPU context switches.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] e820: BIOS-provided physical RAM map:<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ace3efff] usable<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BIOS-e820: [mem 0x00000000ace3f000-0x00000000acebefff] reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BIOS-e820: [mem 0x00000000acebf000-0x00000000acfbefff] ACPI NVS<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BIOS-e820: [mem 0x00000000acfbf000-0x00000000acffefff] ACPI data<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BIOS-e820: [mem 0x00000000acfff000-0x00000000acffffff] usable<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BIOS-e820: [mem 0x00000000ad000000-0x00000000af9fffff] reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000002cfdfffff] usable<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] NX (Execute Disable) protection: active<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] SMBIOS 2.7 present.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] DMI: TOSHIBA Satellite L700/Base Board Product Name, BIOS 2.60 06/26/2012<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] e820: last_pfn = 0x2cfe00 max_arch_pfn = 0x400000000<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] MTRR default type: uncachable<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] MTRR fixed ranges enabled:<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] 00000-9FFFF write-back<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] A0000-BFFFF uncachable<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] C0000-FFFFF write-protect<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] MTRR variable ranges enabled:<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] 0 base 000000000 mask F80000000 write-back<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] 1 base 080000000 mask FC0000000 write-back<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] 2 base 0AD000000 mask FFF000000 uncachable<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] 3 base 0AE000000 mask FFE000000 uncachable<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] 4 base 0B0000000 mask FF0000000 uncachable<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] 5 base 0FFC00000 mask FFFC00000 write-protect<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] 6 base 100000000 mask F00000000 write-back<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] 7 base 200000000 mask F80000000 write-back<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] 8 base 280000000 mask FC0000000 write-back<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] 9 base 2C0000000 mask FF0000000 write-back<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT <13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] e820: last_pfn = 0xad000 max_arch_pfn = 0x400000000<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Scanning 1 areas for low memory corruption<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] reserving inaccessible SNB gfx pages<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BRK [0x02200000, 0x02200fff] PGTABLE<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BRK [0x02201000, 0x02201fff] PGTABLE<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BRK [0x02202000, 0x02202fff] PGTABLE<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BRK [0x02203000, 0x02203fff] PGTABLE<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BRK [0x02204000, 0x02204fff] PGTABLE<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] BRK [0x02205000, 0x02205fff] PGTABLE<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] RAMDISK: [mem 0x33b64000-0x35da9fff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: Early table checksum verification disabled<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: RSDP 0x00000000000FE020 000024 (v02 TOSQCI)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: XSDT 0x00000000ACFFE120 000084 (v01 TOSQCI TOSQCI00 00000001 01000013)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: FACP 0x00000000ACFFC000 0000F4 (v04 TOSQCI TOSQCI00 00000001 MSFT 01000013)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: DSDT 0x00000000ACFEC000 00CFBD (v01 TOSQCI TOSQCI00 00000000 MSFT 01000013)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: FACS 0x00000000ACF6D000 000040<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: FACS 0x00000000ACF6D000 000040<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: ASF! 0x00000000ACFFD000 0000A5 (v32 TOSQCI TOSQCI00 00000001 MSFT 01000013)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: HPET 0x00000000ACFFB000 000038 (v01 TOSQCI TOSQCI00 00000001 MSFT 01000013)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: APIC 0x00000000ACFFA000 00008C (v02 TOSQCI TOSQCI00 00000001 MSFT 01000013)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: MCFG 0x00000000ACFF9000 00003C (v01 TOSQCI TOSQCI00 00000001 MSFT 01000013)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: SLIC 0x00000000ACFEB000 000176 (v01 TOSQCI TOSQCI00 00000001 MSFT 01000013)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: WDAT 0x00000000ACFEA000 000224 (v01 TOSQCI TOSQCI00 00000001 MSFT 01000013)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: SSDT 0x00000000ACFE8000 001068 (v01 INSYDE INSYDE 00001000 MSFT 01000013)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: BOOT 0x00000000ACFE6000 000028 (v01 TOSQCI TOSQCI00 00000001 MSFT 01000013)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: ASPT 0x00000000ACFE3000 000034 (v07 TOSQCI TOSQCI00 00000001 MSFT 01000013)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: SSDT 0x00000000ACFE2000 00098F (v01 PmRef Cpu0Ist 00003000 INTL 20100121)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: SSDT 0x00000000ACFE1000 000996 (v01 PmRef CpuPm 00003000 INTL 20100121)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: Local APIC address 0xfee00000<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] No NUMA configuration found<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000002cfdfffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] NODE_DATA(0) allocated [mem 0x2cfdf3000-0x2cfdf7fff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Zone ranges:<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Normal [mem 0x0000000100000000-0x00000002cfdfffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Device empty<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Movable zone start for each node<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Early memory node ranges<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009cfff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] node 0: [mem 0x0000000000100000-0x00000000ace3efff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] node 0: [mem 0x00000000acfff000-0x00000000acffffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] node 0: [mem 0x0000000100000000-0x00000002cfdfffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000002cfdfffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] On node 0 totalpages: 2608092<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] DMA zone: 64 pages used for memmap<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] DMA zone: 156 pages reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] DMA zone: 3996 pages, LIFO batch:0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] DMA32 zone: 11001 pages used for memmap<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] DMA32 zone: 704064 pages, LIFO batch:31<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Normal zone: 29688 pages used for memmap<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Normal zone: 1900032 pages, LIFO batch:31<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Reserving Intel graphics stolen memory at 0xada00000-0xaf9fffff<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: PM-Timer IO Port: 0x408<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: Local APIC address 0xfee00000<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: IRQ0 used by override.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: IRQ9 used by override.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Using ACPI (MADT) for SMP configuration information<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0xace3f000-0xacebefff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0xacebf000-0xacfbefff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0xacfbf000-0xacffefff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0xad000000-0xaf9fffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0xafa00000-0xdfffffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfeafffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffd7ffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] e820: [mem 0xafa00000-0xdfffffff] available for PCI devices<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Booting paravirtualized kernel on bare hardware<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff8802cfa00000 s98008 r8192 d28968 u262144<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] pcpu-alloc: s98008 r8192 d28968 u262144 alloc=1_2097152<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 <13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 2567183<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Policy zone: Normal<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-36-generic root=UUID=f1f7155c-3d2d-40fe-b34a-268c39d0b5fc ro quiet splash vt.handoff=7<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Memory: 10146924K/10432368K available (8394K kernel code, 1282K rwdata, 3944K rodata, 1480K init, 1292K bss, 285444K reserved, 0K cma-reserved)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Hierarchical RCU implementation.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Build-time adjustment of leaf fanout to 64.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] NR_IRQS:16640 nr_irqs:488 16<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] vt handoff: transparent VT on vt#7<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] Console: colour dummy device 80x25<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] console [tty0] enabled<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] hpet clockevent registered<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] tsc: Fast TSC calibration using PIT<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000000] tsc: Detected 2194.993 MHz processor<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000039] Calibrating delay loop (skipped), value calculated using timer frequency.. 4389.98 BogoMIPS (lpj=8779972)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000041] pid_max: default: 32768 minimum: 301<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000047] ACPI: Core revision 20150930<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000049] TOSHIBA Satellite detected - force copy of DSDT to local memory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.000092] ACPI: Forced DSDT copy: length 0x0CFBD copied locally, original unmapped<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.009578] ACPI: 4 ACPI AML tables successfully acquired and loaded<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.009600] Security Framework initialized<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.009602] Yama: becoming mindful.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.009619] AppArmor: AppArmor initialized<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.010692] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.014234] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.015756] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.015775] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.016036] Initializing cgroup subsys io<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.016040] Initializing cgroup subsys memory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.016045] Initializing cgroup subsys devices<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.016048] Initializing cgroup subsys freezer<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.016050] Initializing cgroup subsys net_cls<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.016052] Initializing cgroup subsys perf_event<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.016054] Initializing cgroup subsys net_prio<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.016056] Initializing cgroup subsys hugetlb<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.016059] Initializing cgroup subsys pids<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.016082] CPU: Physical Processor ID: 0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.016083] CPU: Processor Core ID: 0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.016087] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.016088] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.016091] mce: CPU supports 7 MCE banks<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.016100] CPU0: Thermal monitoring handled by SMI<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.016108] process: using mwait in idle threads<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.016111] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.016112] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.016586] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.034238] ftrace: allocating 31996 entries in 125 pages<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.051636] smpboot: Max logical packages: 4<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.051640] smpboot: APIC(0) Converting physical 0 to logical package 0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.051714] x2apic: IRQ remapping doesn't support X2APIC mode<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.052146] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.091835] TSC deadline timer enabled<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.091839] smpboot: CPU0: Intel(R) Core(TM) i3-2330M CPU @ 2.20GHz (family: 0x6, model: 0x2a, stepping: 0x7)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.091858] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.091881] ... version: 3<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.091882] ... bit width: 48<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.091883] ... generic registers: 4<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.091884] ... value mask: 0000ffffffffffff<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.091885] ... max period: 0000ffffffffffff<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.091886] ... fixed-purpose events: 3<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.091887] ... event mask: 000000070000000f<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.092774] x86: Booting SMP configuration:<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.092776] .... node #0, CPUs: #1<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.093089] CPU1: Thermal monitoring handled by SMI<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.095267] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.095355] #2<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.095745] CPU2: Thermal monitoring handled by SMI<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.097886] #3<7>[ 0.098175] CPU3: Thermal monitoring handled by SMI<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.100226] x86: Booted up 1 node, 4 CPUs<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.100229] smpboot: Total of 4 processors activated (17559.94 BogoMIPS)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.103696] devtmpfs: initialized<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.106856] evm: security.selinux<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.106858] evm: security.SMACK64<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.106859] evm: security.SMACK64EXEC<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.106860] evm: security.SMACK64TRANSMUTE<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.106860] evm: security.SMACK64MMAP<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.106861] evm: security.ima<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.106862] evm: security.capability<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.106935] PM: Registering ACPI NVS region [mem 0xacebf000-0xacfbefff](1048576 bytes)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.107037] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.107129] pinctrl core: initialized pinctrl subsystem<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.107249] RTC time: 16:58:35, date: 09/05/16<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.107366] NET: Registered protocol family 16<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.131527] cpuidle: using governor ladder<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.143538] cpuidle: using governor menu<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.143550] PCCT header not found.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.143668] Simple Boot Flag at 0x44 set to 0x1<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.143699] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.143701] ACPI: bus type PCI registered<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.143702] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.143782] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff](base 0xe0000000)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.143785] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.143799] PCI: Using configuration type 1 for base access<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.143839] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.155993] ACPI: Added _OSI(Module Device)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.155995] ACPI: Added _OSI(Processor Device)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.155996] ACPI: Added _OSI(3.0 _SCP Extensions)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.155998] ACPI: Added _OSI(Processor Aggregator Device)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.159192] ACPI: Executed 1 blocks of module-level executable AML code<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.162250] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.162715] ACPI: Dynamic OEM Table Load:<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.162723] ACPI: SSDT 0xFFFF8802C31E2000 000727 (v01 PmRef Cpu0Cst 00003001 INTL 20100121)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.163329] ACPI: Dynamic OEM Table Load:<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.163335] ACPI: SSDT 0xFFFF8802C3290000 000303 (v01 PmRef ApIst 00003000 INTL 20100121)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.163867] ACPI: Dynamic OEM Table Load:<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.163872] ACPI: SSDT 0xFFFF8802C328C000 000119 (v01 PmRef ApCst 00003000 INTL 20100121)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.164783] ACPI : EC: EC started<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.164969] ACPI: Interpreter enabled<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.164976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [_S1_](20150930/hwxface-580)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.164981] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [_S2_](20150930/hwxface-580)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.164996] ACPI: (supports S0 S3 S4 S5)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.164997] ACPI: Using IOAPIC for interrupt routing<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.165024] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.166348] acpi ABCDEFGH:00: ACPI dock station (docks/bays count: 1)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.170657] ACPI: PCI Root Bridge [PCI0](domain 0000 [bus 00-fe])<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.170663] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.170697] _SB_.PCI0:_OSC invalid UUID<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.170699] _OSC request data:1 1f 0 <13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.170703] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.171151] PCI host bridge to bus 0000:00<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.171154] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.171156] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.171158] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.171160] pci_bus 0000:00: root bus resource [mem 0xafa00000-0xfeafffff window]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.171162] pci_bus 0000:00: root bus resource [bus 00-fe]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.171170] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.171267] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.171281] pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc03fffff 64bit]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.171288] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.171293] pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.171401] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.171435] pci 0000:00:16.0: reg 0x10: [mem 0xc0704000-0xc070400f 64bit]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.171502] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.171599] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.171889] pci 0000:00:1a.0: reg 0x10: [mem 0xc070a000-0xc070a3ff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.173457] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.173517] pci 0000:00:1a.0: System wakeup disabled by ACPI<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.173564] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.173593] pci 0000:00:1b.0: reg 0x10: [mem 0xc0700000-0xc0703fff 64bit]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.173661] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.173708] pci 0000:00:1b.0: System wakeup disabled by ACPI<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.173755] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.173882] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.173936] pci 0000:00:1c.0: System wakeup disabled by ACPI<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.173981] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.174107] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.174160] pci 0000:00:1c.1: System wakeup disabled by ACPI<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.174205] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.174284] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.174330] pci 0000:00:1c.5: System wakeup disabled by ACPI<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.174372] pci 0000:00:1c.6: [8086:1c1c] type 01 class 0x060400<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.174450] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.174496] pci 0000:00:1c.6: System wakeup disabled by ACPI<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.174542] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.174821] pci 0000:00:1d.0: reg 0x10: [mem 0xc0709000-0xc07093ff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.176388] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.176446] pci 0000:00:1d.0: System wakeup disabled by ACPI<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.176492] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.176670] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.176697] pci 0000:00:1f.2: reg 0x10: [io 0x40a0-0x40a7]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.176705] pci 0000:00:1f.2: reg 0x14: [io 0x40f4-0x40f7]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.176714] pci 0000:00:1f.2: reg 0x18: [io 0x4080-0x4087]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.176722] pci 0000:00:1f.2: reg 0x1c: [io 0x40dc-0x40df]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.176730] pci 0000:00:1f.2: reg 0x20: [io 0x4060-0x407f]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.176739] pci 0000:00:1f.2: reg 0x24: [mem 0xc0708000-0xc07087ff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.176774] pci 0000:00:1f.2: PME# supported from D3hot<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.176851] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.176870] pci 0000:00:1f.3: reg 0x10: [mem 0xc0706000-0xc07060ff 64bit]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.176892] pci 0000:00:1f.3: reg 0x20: [io 0x4040-0x405f]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.177052] pci 0000:00:1c.0: PCI bridge to [bus 01]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.177214] pci 0000:02:00.0: [1033:0194] type 00 class 0x0c0330<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.177268] pci 0000:02:00.0: reg 0x10: [mem 0xc0600000-0xc0601fff 64bit]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.177396] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.177453] pci 0000:02:00.0: System wakeup disabled by ACPI<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.183696] pci 0000:00:1c.1: PCI bridge to [bus 02]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.183711] pci 0000:00:1c.1: bridge window [mem 0xc0600000-0xc06fffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.183824] pci 0000:03:00.0: [10ec:8176] type 00 class 0x028000<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.183884] pci 0000:03:00.0: reg 0x10: [io 0x3000-0x30ff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.183931] pci 0000:03:00.0: reg 0x18: [mem 0xc0500000-0xc0503fff 64bit]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.184072] pci 0000:03:00.0: supports D1 D2<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.184074] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.184128] pci 0000:03:00.0: System wakeup disabled by ACPI<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.191650] pci 0000:00:1c.5: PCI bridge to [bus 03]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.191661] pci 0000:00:1c.5: bridge window [io 0x3000-0x3fff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.191670] pci 0000:00:1c.5: bridge window [mem 0xc0500000-0xc05fffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.191856] pci 0000:04:00.0: [1969:2062] type 00 class 0x020000<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.192032] pci 0000:04:00.0: reg 0x10: [mem 0xc0400000-0xc043ffff 64bit]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.192076] pci 0000:04:00.0: reg 0x18: [io 0x2000-0x207f]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.192456] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.192573] pci 0000:04:00.0: System wakeup disabled by ACPI<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.199685] pci 0000:00:1c.6: PCI bridge to [bus 04]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.199695] pci 0000:00:1c.6: bridge window [io 0x2000-0x2fff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.199704] pci 0000:00:1c.6: bridge window [mem 0xc0400000-0xc04fffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.200252] ACPI: PCI Interrupt Link [LNKA](IRQs 1 3 4 5 6 10 11 12 14 15) _7<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.200309] ACPI: PCI Interrupt Link [LNKB](IRQs 1 3 4 5 6 *10 11 12 14 15)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.200362] ACPI: PCI Interrupt Link [LNKC](IRQs 1 3 4 5 6 10 *11 12 14 15)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.200415] ACPI: PCI Interrupt Link [LNKD](IRQs 1 3 4 5 6 *10 11 12 14 15)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.200467] ACPI: PCI Interrupt Link [LNKE](IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.200519] ACPI: PCI Interrupt Link [LNKF](IRQs 1 3 4 5 6 *10 11 12 14 15)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.200571] ACPI: PCI Interrupt Link [LNKG](IRQs 1 3 4 5 6 10 *11 12 14 15)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.200623] ACPI: PCI Interrupt Link [LNKH](IRQs 1 3 4 5 6 10 11 12 14 15) *7<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.200908] ACPI: Enabled 7 GPEs in block 00 to 3F<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.201020] ACPI : EC: GPE = 0x1e, I/O: command/status = 0x66, data = 0x62<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.201140] vgaarb: setting as boot device: PCI:0000:00:02.0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.201143] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.201145] vgaarb: loaded<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.201147] vgaarb: bridge control possible 0000:00:02.0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.201427] SCSI subsystem initialized<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.201468] libata version 3.00 loaded.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.201491] ACPI: bus type USB registered<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.201509] usbcore: registered new interface driver usbfs<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.201518] usbcore: registered new interface driver hub<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.201534] usbcore: registered new device driver usb<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.201683] PCI: Using ACPI for IRQ routing<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.208260] PCI: pci_cache_line_size set to 64 bytes<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.208374] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.208376] e820: reserve RAM buffer [mem 0xace3f000-0xafffffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.208377] e820: reserve RAM buffer [mem 0xad000000-0xafffffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.208379] e820: reserve RAM buffer [mem 0x2cfe00000-0x2cfffffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.208498] NetLabel: Initializing<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.208499] NetLabel: domain hash size = 128<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.208500] NetLabel: protocols = UNLABELED CIPSOv4<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.208514] NetLabel: unlabeled traffic allowed by default<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.208594] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.208599] hpet0: 8 comparators, 64-bit 14.318180 MHz counter<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.210610] amd_nb: Cannot enumerate AMD northbridges<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.210626] clocksource: Switched to clocksource hpet<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217006] AppArmor: AppArmor Filesystem Enabled<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217078] pnp: PnP ACPI init<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217236] system 00:00: [io 0x0680-0x069f] has been reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217238] system 00:00: [io 0x1004-0x1013] has been reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217240] system 00:00: [io 0xffff] has been reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217242] system 00:00: [io 0xffff] has been reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217245] system 00:00: [io 0x0400-0x0453] could not be reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217247] system 00:00: [io 0x0458-0x047f] has been reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217249] system 00:00: [io 0x0500-0x057f] has been reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217250] system 00:00: [io 0x164e-0x164f] has been reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217255] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217284] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217330] system 00:02: [io 0x0454-0x0457] has been reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217334] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217385] pnp 00:03: Plug and Play ACPI device, IDs TOS1102 PNP0303 (active)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217414] pnp 00:04: Plug and Play ACPI device, IDs TOS0220 PNP0f13 (active)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217547] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217550] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217552] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217554] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217556] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217558] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217560] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217562] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217564] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217566] system 00:05: [mem 0xafa00000-0xafa00fff] has been reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217569] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217789] system 00:06: [mem 0x20000000-0x201fffff] could not be reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217792] system 00:06: [mem 0x40000000-0x401fffff] could not be reserved<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217794] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.217872] pnp: PnP ACPI: found 7 devices<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224551] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224601] pci 0000:00:1c.0: PCI bridge to [bus 01]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224619] pci 0000:00:1c.1: PCI bridge to [bus 02]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224627] pci 0000:00:1c.1: bridge window [mem 0xc0600000-0xc06fffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224639] pci 0000:00:1c.5: PCI bridge to [bus 03]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224642] pci 0000:00:1c.5: bridge window [io 0x3000-0x3fff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224648] pci 0000:00:1c.5: bridge window [mem 0xc0500000-0xc05fffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224657] pci 0000:00:1c.6: PCI bridge to [bus 04]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224660] pci 0000:00:1c.6: bridge window [io 0x2000-0x2fff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224665] pci 0000:00:1c.6: bridge window [mem 0xc0400000-0xc04fffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224675] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224677] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224679] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224681] pci_bus 0000:00: resource 7 [mem 0xafa00000-0xfeafffff window]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224683] pci_bus 0000:02: resource 1 [mem 0xc0600000-0xc06fffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224685] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224687] pci_bus 0000:03: resource 1 [mem 0xc0500000-0xc05fffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224689] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224691] pci_bus 0000:04: resource 1 [mem 0xc0400000-0xc04fffff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224724] NET: Registered protocol family 2<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.224921] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.225169] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.225303] TCP: Hash tables configured (established 131072 bind 65536)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.225345] UDP hash table entries: 8192 (order: 6, 262144 bytes)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.225404] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.225504] NET: Registered protocol family 1<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.225521] pci 0000:00:02.0: Video device with shadowed ROM<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.267309] PCI: CLS 64 bytes, default 64<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.267367] Trying to unpack rootfs image as initramfs...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.876869] Freeing initrd memory: 35096K (ffff880033b64000 - ffff880035daa000)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.876922] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.876926] software IO TLB [mem 0xa8e3f000-0xace3f000](64MB) mapped at [ffff8800a8e3f000-ffff8800ace3efff]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.877006] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.877008] hw unit of domain pp0-core 2^-16 Joules<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.877009] hw unit of domain package 2^-16 Joules<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.877010] hw unit of domain pp1-gpu 2^-16 Joules<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.877109] Scanning for low memory corruption every 60 seconds<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.877515] futex hash table entries: 2048 (order: 5, 131072 bytes)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.877554] audit: initializing netlink subsys (disabled)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.877572] audit: type=2000 audit(1473094715.856:1): initialized<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.877984] Initialise system trusted keyring<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.878088] HugeTLB registered 2 MB page size, pre-allocated 0 pages<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.879765] zbud: loaded<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.879986] VFS: Disk quotas dquot_6.6.0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.880026] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.880308] squashfs: version 4.0 (2009/01/31) Phillip Lougher<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.880564] fuse init (API version 7.23)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.880712] Key type big_key registered<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.880739] Allocating IMA MOK and blacklist keyrings.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.881175] Key type asymmetric registered<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.881178] Asymmetric key parser 'x509' registered<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.881214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.881249] io scheduler noop registered<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.881252] io scheduler deadline registered (default)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.881283] io scheduler cfq registered<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.881729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.881737] pciehp: PCI Express Hot Plug Controller Driver version: 0.4<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.881768] vesafb: mode is 1024x768x32, linelength=4096, pages=0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.881769] vesafb: scrolling: redraw<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.881771] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.881780] pmd_set_huge: Cannot satisfy [mem 0xb0000000-0xb0200000] with a huge-page mapping due to MTRR override.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.881788] vesafb: framebuffer at 0xb0000000, mapped to 0xffffc90001c00000, using 3072k, total 3072k<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.881879] Console: switching to colour frame buffer device 128x48<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.881895] fb0: VESA VGA frame buffer device<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.881912] intel_idle: MWAIT substates: 0x21120<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.881914] intel_idle: v0.4.1 model 0x2A<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.881915] intel_idle: lapic_timer_reliable_states 0xffffffff<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.882177] ACPI: AC Adapter [ACAD](on-line)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.882240] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.882244] ACPI: Power Button [PWRB]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.882283] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.882311] ACPI: Lid Switch [LID]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.882350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.882352] ACPI: Power Button [PWRF]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.882661] GHES: HEST is not enabled!<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.882800] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.884502] Linux agpgart interface v0.103<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.887537] brd: module loaded<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.888828] loop: module loaded<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.889058] libphy: Fixed MDIO Bus: probed<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.889062] tun: Universal TUN/TAP device driver, 1.6<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.889063] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.889109] PPP generic driver version 2.4.2<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.889169] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.889173] ehci-pci: EHCI PCI platform driver<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.889302] ehci-pci 0000:00:1a.0: EHCI Host Controller<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.889309] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.889322] ehci-pci 0000:00:1a.0: debug port 2<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.893229] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.893243] ehci-pci 0000:00:1a.0: irq 16, io mem 0xc070a000<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.902660] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.902706] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.902709] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.902711] usb usb1: Product: EHCI Host Controller<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.902713] usb usb1: Manufacturer: Linux 4.4.0-36-generic ehci_hcd<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.902714] usb usb1: SerialNumber: 0000:00:1a.0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.902943] hub 1-0:1.0: USB hub found<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.902952] hub 1-0:1.0: 2 ports detected<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.903161] ehci-pci 0000:00:1d.0: EHCI Host Controller<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.903167] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.903179] ehci-pci 0000:00:1d.0: debug port 2<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.907082] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.907094] ehci-pci 0000:00:1d.0: irq 23, io mem 0xc0709000<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.918706] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.918802] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.918805] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.918807] usb usb2: Product: EHCI Host Controller<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.918808] usb usb2: Manufacturer: Linux 4.4.0-36-generic ehci_hcd<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.918810] usb usb2: SerialNumber: 0000:00:1d.0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.919040] hub 2-0:1.0: USB hub found<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.919048] hub 2-0:1.0: 2 ports detected<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.919160] ehci-platform: EHCI generic platform driver<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.919174] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.919179] ohci-pci: OHCI PCI platform driver<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.919190] ohci-platform: OHCI generic platform driver<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.919198] uhci_hcd: USB Universal Host Controller Interface driver<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.919280] xhci_hcd 0000:02:00.0: xHCI Host Controller<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.919286] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.919449] xhci_hcd 0000:02:00.0: hcc params 0x014042c3 hci version 0x96 quirks 0x00000004<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.919622] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.919624] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.919626] usb usb3: Product: xHCI Host Controller<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.919627] usb usb3: Manufacturer: Linux 4.4.0-36-generic xhci-hcd<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.919629] usb usb3: SerialNumber: 0000:02:00.0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.919850] hub 3-0:1.0: USB hub found<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.919862] hub 3-0:1.0: 2 ports detected<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.919954] xhci_hcd 0000:02:00.0: xHCI Host Controller<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.919958] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 4<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.922875] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.922893] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.922895] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.922897] usb usb4: Product: xHCI Host Controller<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.922898] usb usb4: Manufacturer: Linux 4.4.0-36-generic xhci-hcd<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.922900] usb usb4: SerialNumber: 0000:02:00.0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.923119] hub 4-0:1.0: USB hub found<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.923131] hub 4-0:1.0: 2 ports detected<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.923269] i8042: PNP: PS/2 Controller [PNP0303:PS2E,PNP0f13:PS2M] at 0x60,0x64 irq 1,12<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.931576] i8042: Detected active multiplexing controller, rev 1.1<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.936735] serio: i8042 KBD port at 0x60,0x64 irq 1<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.936739] serio: i8042 AUX0 port at 0x60,0x64 irq 12<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.936775] serio: i8042 AUX1 port at 0x60,0x64 irq 12<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.936803] serio: i8042 AUX2 port at 0x60,0x64 irq 12<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.936831] serio: i8042 AUX3 port at 0x60,0x64 irq 12<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.937128] mousedev: PS/2 mouse device common for all mice<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.937680] rtc_cmos 00:01: RTC can wake from S4<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.937925] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.937960] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.937972] i2c /dev entries driver<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.938032] device-mapper: uevent: version 1.0.3<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.938180] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.938202] Intel P-state driver initializing.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.938394] ledtrig-cpu: registered to indicate activity on CPUs<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.939488] NET: Registered protocol family 10<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.940006] NET: Registered protocol family 17<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.940054] Key type dns_resolver registered<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.940607] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x28<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.940628] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x28<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.940642] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x28<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.940663] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x28<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.940789] microcode: Microcode Update Driver: v2.01 tigran@aivazian.fsnet.co.uk, Peter Oruba<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.941190] registered taskstats version 1<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.941230] Loading compiled-in X.509 certificates<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.943293] Loaded X.509 cert 'Build time autogenerated kernel key: 181cd957879f68b474ab1d0c92722cd44e756f77'<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.943318] zswap: loaded using pool lzo/zbud<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.945446] Key type trusted registered<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.949050] Key type encrypted registered<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.949058] AppArmor: AppArmor sha1 policy hashing enabled<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.949063] ima: No TPM chip found, activating TPM-bypass!<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.949088] evm: HMAC attrs: 0x1<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.949453] Magic number: 0:533:994<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.949509] memory memory37: hash matches<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.949557] rtc_cmos 00:01: setting system clock to 2016-09-05 16:58:36 UTC (1473094716)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.949631] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.949633] EDD information not available.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.949708] PM: Hibernation image not present or could not be loaded.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 0.965281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.214703] usb 1-1: new high-speed USB device number 2 using ehci-pci<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.230703] usb 2-1: new high-speed USB device number 2 using ehci-pci<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.274838] ACPI: Battery Slot [BAT1](battery present)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.276305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.276307] Write protecting the kernel read-only data: 14336k<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.276887] Freeing unused kernel memory: 1832K (ffff880001836000 - ffff880001a00000)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.277363] Freeing unused kernel memory: 152K (ffff880001dda000 - ffff880001e00000)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.289124] random: systemd-udevd urandom read with 2 bits of entropy available<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.324383] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.347044] usb 1-1: New USB device found, idVendor=8087, idProduct=0024<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.347050] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.347342] hub 1-1:1.0: USB hub found<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.347413] hub 1-1:1.0: 6 ports detected<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.362075] wmi: Mapper loaded<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.363044] usb 2-1: New USB device found, idVendor=8087, idProduct=0024<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.363050] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.363344] hub 2-1:1.0: USB hub found<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.363413] hub 2-1:1.0: 6 ports detected<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.376148] [drm] Initialized drm 1.1.0 20060810<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.377052] ahci 0000:00:1f.2: version 3.0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.377276] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.390712] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x19 impl SATA mode<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.390720] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst <13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.413890] atl1c 0000:04:00.0: version 1.0.1.1-NAPI<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.417830] scsi host0: ahci<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.421152] scsi host1: ahci<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.428117] scsi host2: ahci<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.432279] scsi host3: ahci<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.434169] scsi host4: ahci<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.437219] scsi host5: ahci<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.437336] ata1: SATA max UDMA/133 abar m2048@0xc0708000 port 0xc0708100 irq 29<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.437340] ata2: DUMMY<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.437342] ata3: DUMMY<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.437346] ata4: SATA max UDMA/133 abar m2048@0xc0708000 port 0xc0708280 irq 29<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.437349] ata5: SATA max UDMA/133 abar m2048@0xc0708000 port 0xc0708300 irq 29<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.437351] ata6: DUMMY<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.438521] [drm] Memory usable by graphics device = 2048M<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.438527] checking generic (b0000000 300000) vs hw (b0000000 10000000)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.438529] fb: switching to inteldrmfb from VESA VGA<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.438568] Console: switching to colour dummy device 80x25<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.438689] [drm] Replacing VGA console driver<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.445893] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.445896] [drm] Driver supports precise vblank timestamp query.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.446860] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.467146] ACPI: Video Device [GFX0](multi-head: yes rom: no post: no)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.467413] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input10<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.467519] [drm] Initialized i915 1.6.0 20151010 for 0000:00:02.0 on minor 0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.537854] atl1c 0000:04:00.0 enp4s0: renamed from eth0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.607989] fbcon: inteldrmfb (fb0) is primary device<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.608063] Console: switching to colour frame buffer device 170x48<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.608085] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.618718] usb 1-1.1: new full-speed USB device number 3 using ehci-pci<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.634706] usb 2-1.5: new high-speed USB device number 3 using ehci-pci<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.714204] usb 1-1.1: New USB device found, idVendor=046d, idProduct=c52f<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.714214] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.714219] usb 1-1.1: Product: USB Receiver<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.714224] usb 1-1.1: Manufacturer: Logitech<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.720933] hidraw: raw HID events driver (C) Jiri Kosina<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.726157] usbcore: registered new interface driver usbhid<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.726161] usbhid: USB HID core driver<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.729632] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C52F.0001/input/input11<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.729765] hid-generic 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.0-1.1/input0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.730675] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C52F.0002/input/input12<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.740600] usb 2-1.5: New USB device found, idVendor=0bda, idProduct=0138<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.740604] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.740606] usb 2-1.5: Product: USB2.0-CRW<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.740608] usb 2-1.5: Manufacturer: Generic<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.740610] usb 2-1.5: SerialNumber: 20090516388200000<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.752442] usbcore: registered new interface driver usb-storage<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.754237] usbcore: registered new interface driver uas<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.754674] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.755551] ata1.00: ATA-9: SSD, N1126K, max UDMA/133<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.755555] ata1.00: 494927872 sectors, multi 1: LBA48 NCQ (depth 31/32), AA<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.755979] ums-realtek 2-1.5:1.0: USB Mass Storage device detected<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.756046] ata1.00: configured for UDMA/133<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.756202] scsi 0:0:0:0: Direct-Access ATA SSD 6K PQ: 0 ANSI: 5<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.756406] sd 0:0:0:0: [sda] 494927872 512-byte logical blocks: (253 GB/236 GiB)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.756425] sd 0:0:0:0: Attached scsi generic sg0 type 0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.756539] sd 0:0:0:0: [sda] Write Protect is off<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.756544] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.756606] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.757125] sda: sda1 sda2<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.757467] sd 0:0:0:0: [sda] Attached SCSI disk<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.775099] scsi host6: usb-storage 2-1.5:1.0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.775194] usbcore: registered new interface driver ums-realtek<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.786728] usb 1-1.4: new high-speed USB device number 4 using ehci-pci<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.787095] hid-generic 0003:046D:C52F.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-1.1/input1<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.874718] tsc: Refined TSC clocksource calibration: 2195.013 MHz<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.874728] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa3cbf1da7, max_idle_ns: 440795275681 ns<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.913251] usb 1-1.4: New USB device found, idVendor=04f2, idProduct=b289<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.913260] usb 1-1.4: New USB device strings: Mfr=2, Product=1, SerialNumber=0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.913266] usb 1-1.4: Product: TOSHIBA Web Camera - MP<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.913270] usb 1-1.4: Manufacturer: Sonix Technology Co., Ltd.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 1.932602] usb 2-1.5: USB disconnect, device number 3<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 2.074725] ata4: SATA link down (SStatus 0 SControl 300)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 2.239502] psmouse serio2: synaptics: queried max coordinates: x [..5692], y [..4680]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 2.324736] psmouse serio2: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000/0x0, board id: 0, fw id: 582762<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 2.324742] psmouse serio2: synaptics: Toshiba Satellite L700 detected, limiting rate to 40pps.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 2.378132] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input9<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 2.394754] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 2.398201] ata5.00: ATAPI: TSSTcorp CDDVDW TS-L633F, TF01, max UDMA/100<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 2.400746] ata5.00: configured for UDMA/100<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 2.404254] scsi 4:0:0:0: CD-ROM TSSTcorp CDDVDW TS-L633F TF01 PQ: 0 ANSI: 5<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 2.430353] sr 4:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 2.430362] cdrom: Uniform CD-ROM driver Revision: 3.20<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 2.430545] sr 4:0:0:0: Attached scsi CD-ROM sr0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 2.430620] sr 4:0:0:0: Attached scsi generic sg1 type 5<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 2.588311] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 2.798965] lp: driver loaded but no devices found<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 2.806134] ppdev: user-space parallel port driver<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 2.874845] clocksource: Switched to clocksource tsc<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 2.980217] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.139453] random: nonblocking pool is initialized<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.178340] audit: type=1400 audit(1473094718.721:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=1242 comm="apparmor_parser"<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.178352] audit: type=1400 audit(1473094718.721:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=1242 comm="apparmor_parser"<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.181420] audit: type=1400 audit(1473094718.725:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=1241 comm="apparmor_parser"<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.186386] audit: type=1400 audit(1473094718.729:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=1243 comm="apparmor_parser"<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.186400] audit: type=1400 audit(1473094718.729:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1243 comm="apparmor_parser"<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.186409] audit: type=1400 audit(1473094718.729:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=1243 comm="apparmor_parser"<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.186417] audit: type=1400 audit(1473094718.729:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1243 comm="apparmor_parser"<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.187215] audit: type=1400 audit(1473094718.733:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=1263 comm="apparmor_parser"<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.196159] audit: type=1400 audit(1473094718.741:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=1265 comm="apparmor_parser"<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.489400] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.613858] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.23<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.615725] input: Toshiba input device as /devices/virtual/input/input15<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.629451] toshiba_acpi: Supported laptop features: hotkeys touchpad usb-sleep-charge<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.670324] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20150930/utaddress-254)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.670335] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.670340] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.670347] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.670349] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.670354] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.670357] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.670362] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.670364] lpc_ich: Resource conflict(s) found affecting gpio_ich<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.730913] media: Linux media interface: v0.10<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.741943] Linux video capture interface: v2.00<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.762161] snd_hda_codec_conexant hdaudioC0D0: CX20585: BIOS auto-probing.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.762649] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20585: line_outs=1 (0x1f/0x0/0x0/0x0/0x0) type:speaker<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.762653] snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.762671] snd_hda_codec_conexant hdaudioC0D0: hp_outs=1 (0x19/0x0/0x0/0x0/0x0)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.762674] snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.762676] snd_hda_codec_conexant hdaudioC0D0: inputs:<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.762680] snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x23<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.762683] snd_hda_codec_conexant hdaudioC0D0: Mic=0x1a<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.763771] snd_hda_codec_conexant hdaudioC0D0: Enable sync_write for stable communication<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.773509] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.773612] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.773712] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.787368] uvcvideo: Found UVC 1.00 device TOSHIBA Web Camera - MP (04f2:b289)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.798015] rtl8192ce: Using firmware rtlwifi/rtl8192cfw.bin<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.808311] input: TOSHIBA Web Camera - MP as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input19<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.808426] usbcore: registered new interface driver uvcvideo<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.808429] USB Video Class driver (1.1.1)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.812378] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.812779] rtlwifi: rtlwifi: wireless switch is on<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 3.955385] Adding 7999484k swap on /dev/sda1. Priority:-1 extents:1 across:7999484k SSFS<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 4.027208] intel_rapl: Found RAPL domain package<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 4.027213] intel_rapl: Found RAPL domain core<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 4.027216] intel_rapl: Found RAPL domain uncore<13>1 2016-09-06T00:58:39+00:00 L700 VWMS kernel - [ 4.027224] intel_rapl: RAPL package 0 domain package locked by BIOS<13>1 2016-09-06T00:58:39+00:00 L700 VWMS rsyslogd-2039 - Could not open output pipe '/dev/xconsole':: No such file or directory [v8.16.0 try http://www.rsyslog.com/e/2039 ]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS rsyslogd-2007 - action 'action 10' suspended, next retry is Tue Sep 6 00:59:09 2016 [v8.16.0 try http://www.rsyslog.com/e/2007 ]<13>1 2016-09-06T00:58:39+00:00 L700 VWMS ModemManager 2055 - <info> ModemManager (version 1.4.12) starting in system bus...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS gpu-manager 1987 - /etc/modprobe.d is not a file<13>1 2016-09-06T00:58:39+00:00 L700 VWMS gpu-manager 1987 - /etc/modprobe.d is not a file<13>1 2016-09-06T00:58:39+00:00 L700 VWMS gpu-manager 1987 - Error: can't open /lib/modules/4.4.0-36-generic/updates/dkms<13>1 2016-09-06T00:58:39+00:00 L700 VWMS gpu-manager 1987 - Error: can't open /lib/modules/4.4.0-36-generic/updates/dkms<13>1 2016-09-06T00:58:39+00:00 L700 VWMS dbus 2062 - [system] AppArmor D-Bus mediation is enabled<13>1 2016-09-06T00:58:39+00:00 L700 VWMS avahi-daemon 2017 - Successfully called chroot().<13>1 2016-09-06T00:58:39+00:00 L700 VWMS avahi-daemon 2017 - Successfully dropped remaining capabilities.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS avahi-daemon 2017 - No service file found in /etc/avahi/services.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS thermald 1999 - 13 CPUID levels; family:model:stepping 0x6:2a:7 (6:42:7)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS thermald 1999 - Polling mode is enabled: 4<13>1 2016-09-06T00:58:39+00:00 L700 VWMS avahi-daemon 2017 - Network interface enumeration completed.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS avahi-daemon 2017 - Server startup complete. Host name is L700.local. Local service cookie is 2377763250.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS dbus 2062 - [system] Successfully activated service 'org.freedesktop.systemd1'<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Avahi mDNS/DNS-SD Stack.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Thermal Daemon Service.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS dbus 2062 - [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkitd.service'<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Make remote CUPS printers available locally.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS thermald 1999 - sysfs write failed enabled<13>1 2016-09-06T00:58:39+00:00 L700 VWMS thermald 1999 - sysfs read failed max_brightness<13>1 2016-09-06T00:58:39+00:00 L700 VWMS /usr/lib/snapd/snapd 1989 - daemon.go:192: DEBUG: adding /<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Network Manager...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS /usr/lib/snapd/snapd 1989 - daemon.go:192: DEBUG: adding /v2/system-info<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Regular background program processing daemon.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS /usr/lib/snapd/snapd 1989 - daemon.go:192: DEBUG: adding /v2/login<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started System Logging Service.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS /usr/lib/snapd/snapd 1989 - daemon.go:192: DEBUG: adding /v2/logout<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - console-setup.service: Main process exited, code=exited, status=1/FAILURE<13>1 2016-09-06T00:58:39+00:00 L700 VWMS /usr/lib/snapd/snapd 1989 - daemon.go:192: DEBUG: adding /v2/icons/{name}/icon<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Failed to start Set console font and keymap.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS /usr/lib/snapd/snapd 1989 - daemon.go:192: DEBUG: adding /v2/find<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - console-setup.service: Unit entered failed state.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS /usr/lib/snapd/snapd 1989 - daemon.go:192: DEBUG: adding /v2/snaps<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - console-setup.service: Failed with result 'exit-code'.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS /usr/lib/snapd/snapd 1989 - daemon.go:192: DEBUG: adding /v2/snaps/{name}<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started LSB: Set up cgroupfs mounts..<13>1 2016-09-06T00:58:39+00:00 L700 VWMS /usr/lib/snapd/snapd 1989 - daemon.go:192: DEBUG: adding /v2/interfaces<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Permit User Sessions.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS /usr/lib/snapd/snapd 1989 - daemon.go:192: DEBUG: adding /v2/assertions<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS /usr/lib/snapd/snapd 1989 - daemon.go:192: DEBUG: adding /v2/assertions/{assertType}<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Save/Restore Sound Card State.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS /usr/lib/snapd/snapd 1989 - daemon.go:192: DEBUG: adding /v2/events<13>1 2016-09-06T00:58:39+00:00 L700 VWMS /usr/lib/snapd/snapd 1989 - daemon.go:192: DEBUG: adding /v2/changes/{id}<13>1 2016-09-06T00:58:39+00:00 L700 VWMS /usr/lib/snapd/snapd 1989 - daemon.go:192: DEBUG: adding /v2/changes<13>1 2016-09-06T00:58:39+00:00 L700 VWMS /usr/lib/snapd/snapd 1989 - daemon.go:192: DEBUG: adding /v2/create-user<13>1 2016-09-06T00:58:39+00:00 L700 VWMS /usr/lib/snapd/snapd 1989 - daemon.go:192: DEBUG: adding /v2/buy<13>1 2016-09-06T00:58:39+00:00 L700 VWMS /usr/lib/snapd/snapd 1989 - daemon.go:192: DEBUG: adding /v2/buy/methods<13>1 2016-09-06T00:58:39+00:00 L700 VWMS /usr/lib/snapd/snapd 1989 - daemon.go:192: DEBUG: adding /v2/snapctl<13>1 2016-09-06T00:58:39+00:00 L700 VWMS /usr/lib/snapd/snapd 1989 - daemon.go:182: DEBUG: init done in 1.470228ms<13>1 2016-09-06T00:58:39+00:00 L700 VWMS cron 2153 - (CRON) INFO (pidfile fd = 3)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS cron 2153 - (CRON) INFO (Running @reboot jobs)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS acpid - starting up with netlink and the input layer<13>1 2016-09-06T00:58:39+00:00 L700 VWMS acpid - 9 rules loaded<13>1 2016-09-06T00:58:39+00:00 L700 VWMS acpid - waiting for events: event logging is off<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.7417] NetworkManager (version 1.2.0) is starting...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.7423] Read config: /etc/NetworkManager/NetworkManager.conf (etc: default-wifi-powersave-on.conf)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.7537] manager[0x1da11a0]: monitoring kernel firmware directory '/lib/firmware'.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.7542] monitoring ifupdown state file '/run/network/ifstate'.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.7603] dns-mgr[0x1db38a0]: set resolv-conf-mode: dnsmasq, plugin="dnsmasq"<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.7608] dns-mgr[0x1db38a0]: using resolv.conf manager 'resolvconf'<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.7644] rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/ieee80211/phy0/rfkill0) (driver rtl8192ce)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS dbus 2062 - [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'<13>1 2016-09-06T00:58:39+00:00 L700 VWMS whoopsie 1978 - [00:58:39] Using lock path: /var/lock/whoopsie/lock<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Network Manager.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Login Service.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Network Manager Script Dispatcher Service...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Reached target Network.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting MySQL Community Server...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting A high performance web server and a reverse proxy server...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Docker Application Container Engine...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 2344 - nginx.service: Failed at step EXEC spawning /usr/sbin/nginx: No such file or directory<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting /etc/rc.local Compatibility...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Authenticate and Authorize Users to Run Privileged Tasks...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Created slice system-getty.slice.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - nginx.service: Control process exited, code=exited status=203<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Failed to start A high performance web server and a reverse proxy server.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - nginx.service: Unit entered failed state.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - nginx.service: Failed with result 'exit-code'.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started /etc/rc.local Compatibility.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS dbus 2062 - [system] Successfully activated service 'org.freedesktop.nm_dispatcher'<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.9212] init!<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.9214] management mode: unmanaged<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Network Manager Script Dispatcher Service.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.9220] devices added (path: /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/wlan0, iface: wlan0)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.9220] device added (path: /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/wlan0, iface: wlan0): no ifupdown configuration found.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.9221] devices added (path: /sys/devices/pci0000:00/0000:00:1c.6/0000:04:00.0/net/enp4s0, iface: enp4s0)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.9221] device added (path: /sys/devices/pci0000:00/0000:00:1c.6/0000:04:00.0/net/enp4s0, iface: enp4s0): no ifupdown configuration found.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.9221] devices added (path: /sys/devices/virtual/net/lo, iface: lo)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.9221] device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.9221] end _init.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.9222] settings: loaded plugin ifupdown: (C) 2008 Canonical Ltd. To report bugs please use the NetworkManager mailing list. (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-settings-plugin-ifupdown.so)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.9222] settings: loaded plugin keyfile: (c) 2007 - 2015 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.9230] SettingsPlugin-Ofono: init!<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <warn> [1473094719.9231] SettingsPlugin-Ofono: file doesn't exist: /var/lib/ofono<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.9231] SettingsPlugin-Ofono: end _init.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.9231] settings: loaded plugin ofono: (C) 2013-2016 Canonical Ltd. To report bugs please use the NetworkManager mailing list. (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-settings-plugin-ofono.so)<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - <info> [1473094719.9232](31222608) ... get_connections.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS polkitd 2351 - started daemon version 0.105 using authority implementation local' version`0.105'<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - 1473094719.9232 ... get_connections (managed=false): return empty list.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS dbus 2062 - [system] Successfully activated service 'org.freedesktop.PolicyKit1'<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Authenticate and Authorize Users to Run Privileged Tasks.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS accounts-daemon 1975 - started daemon version 0.6.40<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Accounts Service.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS vboxdrv.sh 2000 - vboxdrv.sh: Starting VirtualBox services.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS vboxdrv.sh - Starting VirtualBox services.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - [1473094719.9697] keyfile: new connection /etc/NetworkManager/system-connections/HiWiFi_0C202E (2cb896e1-63da-424c-8d00-7d57676723bc,"HiWiFi_0C202E")<13>1 2016-09-06T00:58:39+00:00 L700 VWMS dbus 2062 - [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - [1473094719.9705] SettingsPlugin-Ofono: (31222832) ... get_connections.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - [1473094719.9705] SettingsPlugin-Ofono: (31222832) connections count: 0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS NetworkManager 2152 - [1473094719.9705] get unmanaged devices count: 0<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Load/Save RF Kill Switch Status...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Hold until boot process finishes up...<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Started Modem Manager.<13>1 2016-09-06T00:58:39+00:00 L700 VWMS systemd 1 - Starting Hostname Service...<13>1 2016-09-06T00:58:40+00:00 L700 VWMS dbus 2062 - [system] Successfully activated service 'org.freedesktop.hostname1'<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Started Hostname Service.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0055] settings: hostname: using hostnamed<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0056] settings: hostname changed from (none) to "L700"<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0059] Using DHCP client 'dhclient'<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0060] manager: WiFi enabled by radio killswitch; enabled by state file<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0060] manager: WWAN enabled by radio killswitch; enabled by state file<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0061] manager: Networking is enabled by state file<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0061] Loaded device plugin: NMVxlanFactory (internal)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0062] Loaded device plugin: NMVlanFactory (internal)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0062] Loaded device plugin: NMVethFactory (internal)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0062] Loaded device plugin: NMTunFactory (internal)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0063] Loaded device plugin: NMMacvlanFactory (internal)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0063] Loaded device plugin: NMIPTunnelFactory (internal)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0064] Loaded device plugin: NMInfinibandFactory (internal)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0064] Loaded device plugin: NMEthernetFactory (internal)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0064] Loaded device plugin: NMBridgeFactory (internal)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0065] Loaded device plugin: NMBondFactory (internal)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0071] Loaded device plugin: NMAtmManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0137] Loaded device plugin: NMWwanFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0148] Loaded device plugin: NMWifiFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS nm-dispatcher - req:1 'hostname': new request (1 scripts)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0172] Loaded device plugin: NMBluezManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS nm-dispatcher - req:1 'hostname': start running ordered scripts...<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0207] manager: (enp4s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/0)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0238] keyfile: add connection in-memory (c73e1261-e022-47af-8172-4fdfd2980c30,"Wired connection 1")<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0249] settings: (enp4s0): created default wired connection 'Wired connection 1'<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0264] device (enp4s0): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.477373] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.493094] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0489] device (lo): link connected<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0499] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - 1473094720.0505: using nl80211 for WiFi device control<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0519] device (wlan0): driver supports Access Point (AP) mode<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0533] manager: (wlan0): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/2)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS dbus 2062 - [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0657] urfkill disappeared from the bus<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0717] ofono is now available<13>1 2016-09-06T00:58:40+00:00 L700 VWMS whoopsie 1978 - [00:58:40] Could not get the Network Manager state:<13>1 2016-09-06T00:58:40+00:00 L700 VWMS whoopsie 1978 - [00:58:40] GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: No such property 'state'<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0726] failed to enumerate oFono devices: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.0733] ModemManager available in the bus<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Starting WPA supplicant...<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.554234] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.563923] vboxdrv: Found 4 processor cores<13>1 2016-09-06T00:58:40+00:00 L700 VWMS dockerd 2348 - time="2016-09-06T00:58:40.116518785+08:00" level=info msg="libcontainerd: new containerd process, pid: 2596"<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Reached target Sound Card.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.582220] rtl8192ce 0000:03:00.0 wlp3s0: renamed from wlan0<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.583713] vboxdrv: TSC mode is Invariant, tentative frequency 2195012237 Hz<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.583718] vboxdrv: Successfully loaded version 5.1.0 (interface 0x00260000)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.1503] device (wlan0): interface index 3 renamed iface from 'wlan0' to 'wlp3s0'<13>1 2016-09-06T00:58:40+00:00 L700 VWMS dbus 2062 - [system] Successfully activated service 'fi.w1.wpa_supplicant1'<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.610239] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.1602] devices added (path: /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/wlp3s0, iface: wlp3s0)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.1603] device added (path: /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/wlp3s0, iface: wlp3s0): no ifupdown configuration found.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.1604] device (wlp3s0): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Started WPA supplicant.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS wpa_supplicant 2531 - Successfully initialized wpa_supplicant<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Started Load/Save RF Kill Switch Status.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.787714] VBoxNetFlt: Successfully started.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.791636] VBoxNetAdp: Successfully started.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.793275] VBoxPciLinuxInit<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.804735] vboxpci: IOMMU not found (not registered)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS vboxdrv.sh - VirtualBox services started.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS gpu-manager 1987 - update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Started VirtualBox Linux kernel module.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.956147] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.956189] cfg80211: World regulatory domain updated:<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.956193] cfg80211: DFS Master region: unset<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.956195] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.956198] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.956201] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.956203] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.956206] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.956209] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.956211] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.956213] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 4.956216] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)<13>1 2016-09-06T00:58:40+00:00 L700 VWMS irqbalance 1979 - * Starting SMP IRQ Balancer: irqbalance<13>1 2016-09-06T00:58:40+00:00 L700 VWMS irqbalance 1979 - ...done.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS apport 1980 - * Starting automatic crash report generation: apport<13>1 2016-09-06T00:58:40+00:00 L700 VWMS apport 1980 - ...done.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS stunnel - LOG5[ui]: stunnel 5.30 on x86_64-pc-linux-gnu platform<13>1 2016-09-06T00:58:40+00:00 L700 VWMS stunnel4 1995 - Starting SSL tunnels: /etc/stunnel/client.conf: started<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.5091] supplicant: wpa_supplicant running<13>1 2016-09-06T00:58:40+00:00 L700 VWMS speech-dispatcher 2006 - * speech-dispatcher disabled; edit /etc/default/speech-dispatcher<13>1 2016-09-06T00:58:40+00:00 L700 VWMS stunnel - LOG5[ui]: Compiled with OpenSSL 1.0.2e 3 Dec 2015<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.5092] device (wlp3s0): supplicant interface state: init -> starting<13>1 2016-09-06T00:58:40+00:00 L700 VWMS stunnel - LOG5[ui]: Running with OpenSSL 1.0.2g-fips 1 Mar 2016<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Starting vboxballoonctrl-service.service...<13>1 2016-09-06T00:58:40+00:00 L700 VWMS stunnel - LOG5[ui]: Update OpenSSL shared libraries or rebuild stunnel<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Starting vboxautostart-service.service...<13>1 2016-09-06T00:58:40+00:00 L700 VWMS stunnel - LOG5[ui]: Threading:PTHREAD Sockets:POLL,IPv6,SYSTEMD TLS:ENGINE,FIPS,OCSP,PSK,SNI Auth:LIBWRAP<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Starting vboxweb-service.service...<13>1 2016-09-06T00:58:40+00:00 L700 VWMS stunnel - LOG5[ui]: Reading configuration from file /etc/stunnel/client.conf<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Started LSB: daemon to balance interrupts for SMP systems.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS stunnel - LOG5[ui]: UTF-8 byte order mark not detected<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Started LSB: automatic crash report generation.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS stunnel - LOG5[ui]: FIPS mode disabled<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Started LSB: Record successful boot for GRUB.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS stunnel - LOG4[ui]: Insecure file permissions on /etc/stunnel/client.pem<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Started Detect the available GPUs and deal with any system changes.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS stunnel - LOG4[ui]: Service [squid] needs authentication to prevent MITM attacks<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Started LSB: Start or stop stunnel 4.x (SSL tunnel for network daemons).<13>1 2016-09-06T00:58:40+00:00 L700 VWMS stunnel - LOG4[ui]: Insecure file permissions on /etc/stunnel/client.pem<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Started LSB: Speech Dispatcher.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS stunnel - LOG4[ui]: Service [terminall service] needs authentication to prevent MITM attacks<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Started LSB: Set the CPU Frequency Scaling governor to "ondemand".<13>1 2016-09-06T00:58:40+00:00 L700 VWMS stunnel - LOG5[ui]: Configuration successful<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Started vboxballoonctrl-service.service.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Started vboxautostart-service.service.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Started vboxweb-service.service.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS wpa_supplicant 2531 - dbus: wpa_dbus_get_object_properties: failed to get object properties: (none) none<13>1 2016-09-06T00:58:40+00:00 L700 VWMS wpa_supplicant 2531 - dbus: Failed to construct signal<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.5534] device (wlp3s0): supplicant interface state: starting -> ready<13>1 2016-09-06T00:58:40+00:00 L700 VWMS NetworkManager 2152 - [1473094720.5535] device (wlp3s0): state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]<13>1 2016-09-06T00:58:40+00:00 L700 VWMS kernel - [ 5.003391] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Starting Light Display Manager...<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Received SIGRTMIN+21 from PID 1535 (plymouthd).<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Started Hold until boot process finishes up.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Started Getty on tty1.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Reached target Login Prompts.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Starting Set console scheme...<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Started Set console scheme.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Started Light Display Manager.<13>1 2016-09-06T00:58:40+00:00 L700 VWMS acpid - client connected from 2822[0:0]<13>1 2016-09-06T00:58:40+00:00 L700 VWMS acpid - 1 client rule loaded<13>1 2016-09-06T00:58:40+00:00 L700 VWMS systemd 1 - Started MySQL Community Server.<13>1 2016-09-06T00:58:41+00:00 L700 VWMS systemd 1 - Created slice User Slice of zhou.<13>1 2016-09-06T00:58:41+00:00 L700 VWMS systemd 1 - Starting User Manager for UID 1000...<13>1 2016-09-06T00:58:41+00:00 L700 VWMS systemd 1 - Started Session c1 of user zhou.<13>1 2016-09-06T00:58:41+00:00 L700 VWMS systemd 2841 - Reached target Paths.<13>1 2016-09-06T00:58:41+00:00 L700 VWMS systemd 2841 - Reached target Timers.<13>1 2016-09-06T00:58:41+00:00 L700 VWMS systemd 2841 - Reached target Sockets.<13>1 2016-09-06T00:58:41+00:00 L700 VWMS systemd 2841 - Reached target Basic System.<13>1 2016-09-06T00:58:41+00:00 L700 VWMS systemd 2841 - Reached target Default.<13>1 2016-09-06T00:58:41+00:00 L700 VWMS systemd 2841 - Startup finished in 17ms.<13>1 2016-09-06T00:58:41+00:00 L700 VWMS systemd 1 - Started User Manager for UID 1000.<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 5.629401] aufs 4.x-rcN-20160111<13>1 2016-09-06T00:58:41+00:00 L700 VWMS dockerd 2348 - time="2016-09-06T00:58:41.184824590+08:00" level=info msg="[graphdriver] using prior storage driver "aufs""<13>1 2016-09-06T00:58:41+00:00 L700 VWMS dockerd 2348 - time="2016-09-06T00:58:41.228473310+08:00" level=info msg="Graph migration to content-addressability took 0.00 seconds"<13>1 2016-09-06T00:58:41+00:00 L700 VWMS dockerd 2348 - time="2016-09-06T00:58:41.229174942+08:00" level=warning msg="Your kernel does not support swap memory limit."<13>1 2016-09-06T00:58:41+00:00 L700 VWMS dockerd 2348 - time="2016-09-06T00:58:41.230278870+08:00" level=info msg="Loading containers: start."<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 5.694536] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 5.696971] Bridge firewalling registered<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 5.704663] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS dockerd 2348 - ..time="2016-09-06T00:58:41.269322194+08:00" level=info msg="Firewalld running: false"<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 5.727031] ip_tables: (C) 2000-2006 Netfilter Core Team<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 5.787422] Initializing XFRM netlink socket<13>1 2016-09-06T00:58:41+00:00 L700 VWMS systemd-udevd 3028 - Could not generate persistent MAC address for docker0: No such file or directory<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.3458] manager: (docker0): new Bridge device (/org/freedesktop/NetworkManager/Devices/3)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.3548] devices added (path: /sys/devices/virtual/net/docker0, iface: docker0)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.3548] device added (path: /sys/devices/virtual/net/docker0, iface: docker0): no ifupdown configuration found.<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4051] device (wlp3s0): supplicant interface state: ready -> inactive<13>1 2016-09-06T00:58:41+00:00 L700 VWMS avahi-daemon 2017 - Joining mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1.<13>1 2016-09-06T00:58:41+00:00 L700 VWMS avahi-daemon 2017 - New relevant interface docker0.IPv4 for mDNS.<13>1 2016-09-06T00:58:41+00:00 L700 VWMS avahi-daemon 2017 - Registering new address record for 172.17.0.1 on docker0.IPv4.<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 5.891635] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready<13>1 2016-09-06T00:58:41+00:00 L700 VWMS org.ayatana.bamf 3005 - bamfdaemon start/running, process 3122<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4571] policy: auto-activating connection 'HiWiFi_0C202E'<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4582] device (docker0): state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41]<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4605] keyfile: add connection in-memory (0cd3203c-9c19-4442-97e8-e0d95b0b2466,"docker0")<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4617] device (docker0): state change: unavailable -> disconnected (reason 'connection-assumed') [20 30 41]<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4633] device (docker0): Activation: starting connection 'docker0' (0cd3203c-9c19-4442-97e8-e0d95b0b2466)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4652] device (wlp3s0): Activation: starting connection 'HiWiFi_0C202E' (2cb896e1-63da-424c-8d00-7d57676723bc)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4657] device (docker0): state change: disconnected -> prepare (reason 'none') [30 40 0]<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4666] device (wlp3s0): state change: disconnected -> prepare (reason 'none') [30 40 0]<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4668] manager: NetworkManager state is now CONNECTING<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4674] device (docker0): state change: prepare -> config (reason 'none') [40 50 0]<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4681] device (wlp3s0): state change: prepare -> config (reason 'none') [40 50 0]<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4684] device (wlp3s0): Activation: (wifi) access point 'HiWiFi_0C202E' has security, but secrets are required.<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4685] device (wlp3s0): state change: config -> need-auth (reason 'none') [50 60 0]<13>1 2016-09-06T00:58:41+00:00 L700 VWMS whoopsie 1978 - [00:58:41] offline<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4706] device (docker0): state change: config -> ip-config (reason 'none') [50 70 0]<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4812] device (docker0): state change: ip-config -> ip-check (reason 'none') [70 80 0]<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4836] device (wlp3s0): state change: need-auth -> prepare (reason 'none') [60 40 0]<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4847] device (wlp3s0): state change: prepare -> config (reason 'none') [40 50 0]<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4855] device (wlp3s0): Activation: (wifi) connection 'HiWiFi_0C202E' has security, and secrets exist. No new secrets needed.<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4860] Config: added 'ssid' value 'HiWiFi_0C202E'<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4864] Config: added 'scan_ssid' value '1'<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4868] Config: added 'key_mgmt' value 'WPA-PSK'<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4872] Config: added 'psk' value ''<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4873] device (docker0): state change: ip-check -> secondaries (reason 'none') [80 90 0]<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4880] device (docker0): state change: secondaries -> activated (reason 'none') [90 100 0]<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4952] device (docker0): Activation: successful, device activated.<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.4966] sup-iface[0x1ddc350,wlp3s0]: config: set interface ap_scan to 1<13>1 2016-09-06T00:58:41+00:00 L700 VWMS nm-dispatcher - req:2 'up' [docker0]: new request (1 scripts)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS nm-dispatcher - req:2 'up' [docker0]: start running ordered scripts...<13>1 2016-09-06T00:58:41+00:00 L700 VWMS wpa_supplicant 2531 - wlp3s0: SME: Trying to authenticate with d4:ee:07:0c:20:2e (SSID='HiWiFi_0C202E' freq=2422 MHz)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 5.969081] wlp3s0: authenticate with d4:ee:07:0c:20:2e<13>1 2016-09-06T00:58:41+00:00 L700 VWMS org.a11y.Bus 3005 - * (process:3186): WARNING *: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files<13>1 2016-09-06T00:58:41+00:00 L700 VWMS org.a11y.Bus 3005 - Activating service name='org.a11y.atspi.Registry'<13>1 2016-09-06T00:58:41+00:00 L700 VWMS org.a11y.Bus 3005 - Successfully activated service 'org.a11y.atspi.Registry'<13>1 2016-09-06T00:58:41+00:00 L700 VWMS org.a11y.atspi.Registry 3193 - SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry<13>1 2016-09-06T00:58:41+00:00 L700 VWMS dockerd 2348 - time="2016-09-06T00:58:41.867507216+08:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.8682] device (wlp3s0): supplicant interface state: inactive -> authenticating<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.316783] wlp3s0: send auth to d4:ee:07:0c:20:2e (try 1/3)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS wpa_supplicant 2531 - wlp3s0: Trying to associate with d4:ee:07:0c:20:2e (SSID='HiWiFi_0C202E' freq=2422 MHz)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.323261] wlp3s0: authenticated<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.326707] wlp3s0: associate with d4:ee:07:0c:20:2e (try 1/3)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.8795] device (wlp3s0): supplicant interface state: authenticating -> associating<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.330723] wlp3s0: RX AssocResp from d4:ee:07:0c:20:2e (capab=0x411 status=0 aid=1)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS wpa_supplicant 2531 - wlp3s0: Associated with d4:ee:07:0c:20:2e<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.331265] wlp3s0: associated<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.331314] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.8879] device (wlp3s0): supplicant interface state: associating -> associated<13>1 2016-09-06T00:58:41+00:00 L700 VWMS wpa_supplicant 2531 - wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=CN<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.371754] cfg80211: Regulatory domain changed to country: CN<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.371758] cfg80211: DFS Master region: FCC<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.371760] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.371763] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.371765] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (N/A)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.371767] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (0 s)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.371769] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.371771] cfg80211: (57240000 KHz - 59400000 KHz @ 2160000 KHz), (N/A, 2800 mBm), (N/A)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.371773] cfg80211: (59400000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4400 mBm), (N/A)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.371774] cfg80211: (63720000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 2800 mBm), (N/A)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.375726] aufs au_opts_verify:1597:dockerd[2598]: dirperm1 breaks the protection by the permission bits on the lower branch<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.401453] aufs au_opts_verify:1597:dockerd[2598]: dirperm1 breaks the protection by the permission bits on the lower branch<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.406864] device veth50bbd5f entered promiscuous mode<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.406974] IPv6: ADDRCONF(NETDEV_UP): veth50bbd5f: link is not ready<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.406979] docker0: port 1(veth50bbd5f) entered forwarding state<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.406996] docker0: port 1(veth50bbd5f) entered forwarding state<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.407030] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready<13>1 2016-09-06T00:58:41+00:00 L700 VWMS kernel - [ 6.407098] docker0: port 1(veth50bbd5f) entered disabled state<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.9581] device (veth8c1d028): failed to find device 5 'veth8c1d028' with udev<13>1 2016-09-06T00:58:41+00:00 L700 VWMS systemd-udevd 3251 - Could not generate persistent MAC address for veth8c1d028: No such file or directory<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.9596] manager: (veth8c1d028): new Veth device (/org/freedesktop/NetworkManager/Devices/4)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.9602] device (veth50bbd5f): failed to find device 6 'veth50bbd5f' with udev<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.9618] manager: (veth50bbd5f): new Veth device (/org/freedesktop/NetworkManager/Devices/5)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS dockerd 2348 - time="2016-09-06T00:58:41.966527787+08:00" level=info msg="No non-localhost DNS nameservers are left in resolv.conf. Using default external servers : [nameserver 8.8.8.8 nameserver 8.8.4.4]"<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.9666] devices added (path: /sys/devices/virtual/net/veth8c1d028, iface: veth8c1d028)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.9666] device added (path: /sys/devices/virtual/net/veth8c1d028, iface: veth8c1d028): no ifupdown configuration found.<13>1 2016-09-06T00:58:41+00:00 L700 VWMS dockerd 2348 - time="2016-09-06T00:58:41.967554306+08:00" level=info msg="IPv6 enabled; Adding default IPv6 external servers : [nameserver 2001:4860:4860::8888 nameserver 2001:4860:4860::8844]"<13>1 2016-09-06T00:58:41+00:00 L700 VWMS systemd-udevd 3252 - Could not generate persistent MAC address for veth50bbd5f: No such file or directory<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.9740] devices added (path: /sys/devices/virtual/net/veth50bbd5f, iface: veth50bbd5f)<13>1 2016-09-06T00:58:41+00:00 L700 VWMS NetworkManager 2152 - [1473094721.9740] device added (path: /sys/devices/virtual/net/veth50bbd5f, iface: veth50bbd5f): no ifupdown configuration found.<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.1142] device (veth8c1d028): driver 'veth' does not support carrier detection.<13>1 2016-09-06T00:58:42+00:00 L700 VWMS kernel - [ 6.564502] eth0: renamed from veth8c1d028<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.1180] devices removed (path: /sys/devices/virtual/net/veth8c1d028, iface: veth8c1d028)<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.1191] device (wlp3s0): supplicant interface state: associated -> 4-way handshake<13>1 2016-09-06T00:58:42+00:00 L700 VWMS wpa_supplicant 2531 - wlp3s0: WPA: Key negotiation completed with d4:ee:07:0c:20:2e [PTK=CCMP GTK=CCMP]<13>1 2016-09-06T00:58:42+00:00 L700 VWMS wpa_supplicant 2531 - wlp3s0: CTRL-EVENT-CONNECTED - Connection to d4:ee:07:0c:20:2e completed [id=0 id_str=]<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.1502] device (veth50bbd5f): link connected<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.1503] device (docker0): link connected<13>1 2016-09-06T00:58:42+00:00 L700 VWMS kernel - [ 6.599330] IPv6: ADDRCONF(NETDEV_CHANGE): veth50bbd5f: link becomes ready<13>1 2016-09-06T00:58:42+00:00 L700 VWMS kernel - [ 6.599378] docker0: port 1(veth50bbd5f) entered forwarding state<13>1 2016-09-06T00:58:42+00:00 L700 VWMS kernel - [ 6.599401] docker0: port 1(veth50bbd5f) entered forwarding state<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.1541] device (wlp3s0): supplicant interface state: 4-way handshake -> completed<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.1541] device (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network 'HiWiFi_0C202E'.<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.1542] device (wlp3s0): state change: config -> ip-config (reason 'none') [50 70 0]<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.1554] dhcp4 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.1581] dhcp4 (wlp3s0): dhclient started with pid 3354<13>1 2016-09-06T00:58:42+00:00 L700 VWMS dhclient 3354 - DHCPREQUEST of 192.168.199.98 on wlp3s0 to 255.255.255.255 port 67 (xid=0x797d088c)<13>1 2016-09-06T00:58:42+00:00 L700 VWMS dhclient 3354 - DHCPACK of 192.168.199.98 from 192.168.199.1<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.2217] address 192.168.199.98<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.2218] plen 24 (255.255.255.0)<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.2218] gateway 192.168.199.1<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.2218] server identifier 192.168.199.1<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.2218] lease time 43200<13>1 2016-09-06T00:58:42+00:00 L700 VWMS avahi-daemon 2017 - Joining mDNS multicast group on interface wlp3s0.IPv4 with address 192.168.199.98.<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.2218] hostname 'L700'<13>1 2016-09-06T00:58:42+00:00 L700 VWMS avahi-daemon 2017 - New relevant interface wlp3s0.IPv4 for mDNS.<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.2219] nameserver '192.168.199.1'<13>1 2016-09-06T00:58:42+00:00 L700 VWMS avahi-daemon 2017 - Registering new address record for 192.168.199.98 on wlp3s0.IPv4.<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.2219] domain name 'lan'<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.2219] dhcp4 (wlp3s0): state changed unknown -> bound<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.2241] device (wlp3s0): state change: ip-config -> ip-check (reason 'none') [70 80 0]<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.2249] device (wlp3s0): state change: ip-check -> secondaries (reason 'none') [80 90 0]<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.2257] device (wlp3s0): state change: secondaries -> activated (reason 'none') [90 100 0]<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.2259] manager: NetworkManager state is now CONNECTED_LOCAL<13>1 2016-09-06T00:58:42+00:00 L700 VWMS dhclient 3354 - bound to 192.168.199.98 -- renewal in 17259 seconds.<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.2366] manager: NetworkManager state is now CONNECTED_GLOBAL<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.2367] policy: set 'HiWiFi_0C202E' (wlp3s0) as default for IPv4 routing and DNS<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.2381] DNS: starting dnsmasq...<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.2425] dnsmasq[0x1dae340]: dnsmasq not found on the bus. The nameserver update will be sent when dnsmasq appears<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.2425] dns-mgr: Writing DNS information to /sbin/resolvconf<13>1 2016-09-06T00:58:42+00:00 L700 VWMS whoopsie 1978 - [00:58:42] Cannot reach: https://daisy.ubuntu.com<13>1 2016-09-06T00:58:42+00:00 L700 VWMS dockerd 2348 - time="2016-09-06T00:58:42.243463149+08:00" level=info msg="Loading containers: done."<13>1 2016-09-06T00:58:42+00:00 L700 VWMS dockerd 2348 - time="2016-09-06T00:58:42.245237987+08:00" level=info msg="Daemon has completed initialization"<13>1 2016-09-06T00:58:42+00:00 L700 VWMS dockerd 2348 - time="2016-09-06T00:58:42.245294659+08:00" level=info msg="Docker daemon" commit=23cf638 graphdriver=aufs version=1.12.1<13>1 2016-09-06T00:58:42+00:00 L700 VWMS dnsmasq 3369 - started, version 2.75 cache disabled<13>1 2016-09-06T00:58:42+00:00 L700 VWMS dnsmasq 3369 - compile time options: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC loop-detect inotify<13>1 2016-09-06T00:58:42+00:00 L700 VWMS dnsmasq 3369 - DBus support enabled: connected to system bus<13>1 2016-09-06T00:58:42+00:00 L700 VWMS dnsmasq 3369 - warning: no upstream servers configured<13>1 2016-09-06T00:58:42+00:00 L700 VWMS dockerd 2348 - time="2016-09-06T00:58:42.277344454+08:00" level=info msg="API listen on /var/run/docker.sock"<13>1 2016-09-06T00:58:42+00:00 L700 VWMS systemd 1 - Started Docker Application Container Engine.<13>1 2016-09-06T00:58:42+00:00 L700 VWMS systemd 1 - Reached target Multi-User System.<13>1 2016-09-06T00:58:42+00:00 L700 VWMS systemd 1 - Reached target Graphical Interface.<13>1 2016-09-06T00:58:42+00:00 L700 VWMS systemd 1 - Started Stop ureadahead data collection 45s after completed startup.<13>1 2016-09-06T00:58:42+00:00 L700 VWMS systemd 1 - Starting Update UTMP about System Runlevel Changes...<13>1 2016-09-06T00:58:42+00:00 L700 VWMS systemd 1 - Started Update UTMP about System Runlevel Changes.<13>1 2016-09-06T00:58:42+00:00 L700 VWMS systemd 1 - Startup finished in 2.629s (kernel) + 4.108s (userspace) = 6.737s.<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.3532] device (wlp3s0): Activation: successful, device activated.<13>1 2016-09-06T00:58:42+00:00 L700 VWMS nm-dispatcher - req:3 'up' [wlp3s0]: new request (1 scripts)<13>1 2016-09-06T00:58:42+00:00 L700 VWMS nm-dispatcher - req:3 'up' [wlp3s0]: start running ordered scripts...<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.3589] dnsmasq[0x1dae340]: dnsmasq appeared as :1.26<13>1 2016-09-06T00:58:42+00:00 L700 VWMS NetworkManager 2152 - [1473094722.3596] dns-mgr: Writing DNS information to /sbin/resolvconf<13>1 2016-09-06T00:58:42+00:00 L700 VWMS dnsmasq 3369 - setting upstream servers from DBus<13>1 2016-09-06T00:58:42+00:00 L700 VWMS dnsmasq 3369 - using nameserver 192.168.199.1#53<13>1 2016-09-06T00:58:42+00:00 L700 VWMS whoopsie 1978 - [00:58:42] The default IPv4 route is: /org/freedesktop/NetworkManager/ActiveConnection/1<13>1 2016-09-06T00:58:42+00:00 L700 VWMS whoopsie 1978 - [00:58:42] Not a paid data plan: /org/freedesktop/NetworkManager/ActiveConnection/1<13>1 2016-09-06T00:58:42+00:00 L700 VWMS whoopsie 1978 - [00:58:42] Found usable connection: /org/freedesktop/NetworkManager/ActiveConnection/1<13>1 2016-09-06T00:58:42+00:00 L700 VWMS ModemManager 2055 - Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:1c.6/0000:04:00.0': not supported by any plugin<13>1 2016-09-06T00:58:42+00:00 L700 VWMS ModemManager 2055 - Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0': not supported by any plugin<13>1 2016-09-06T00:58:42+00:00 L700 VWMS dbus 2062 - [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'<13>1 2016-09-06T00:58:42+00:00 L700 VWMS systemd 1 - Starting Daemon for power management...<13>1 2016-09-06T00:58:42+00:00 L700 VWMS dbus 2062 - [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'<13>1 2016-09-06T00:58:42+00:00 L700 VWMS org.gnome.ScreenSaver 3005 - * (gnome-screensaver:3640): WARNING *: Couldn't get presence status: The name org.gnome.SessionManager was not provided by any .service files<13>1 2016-09-06T00:58:42+00:00 L700 VWMS avahi-daemon 2017 - Joining mDNS multicast group on interface docker0.IPv6 with address fe80::42:9cff:fe35:39bb.<13>1 2016-09-06T00:58:42+00:00 L700 VWMS avahi-daemon 2017 - New relevant interface docker0.IPv6 for mDNS.<13>1 2016-09-06T00:58:42+00:00 L700 VWMS avahi-daemon 2017 - Registering new address record for fe80::42:9cff:fe35:39bb on docker0..<13>1 2016-09-06T00:58:43+00:00 L700 VWMS whoopsie 1978 - [00:58:42] online<13>1 2016-09-06T00:58:43+00:00 L700 VWMS gnome-session 3487 - SSH_AUTH_SOCK=/run/user/1000/keyring/ssh<13>1 2016-09-06T00:58:43+00:00 L700 VWMS dbus 2062 - [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'<13>1 2016-09-06T00:58:43+00:00 L700 VWMS systemd 1 - Starting RealtimeKit Scheduling Policy Service...<13>1 2016-09-06T00:58:43+00:00 L700 VWMS gnome-session 3487 - SSH_AUTH_SOCK=/run/user/1000/keyring/ssh<13>1 2016-09-06T00:58:43+00:00 L700 VWMS gnome-session 3487 - SSH_AUTH_SOCK=/run/user/1000/keyring/ssh<13>1 2016-09-06T00:58:43+00:00 L700 VWMS dbus 2062 - [system] Successfully activated service 'org.freedesktop.RealtimeKit1'<13>1 2016-09-06T00:58:43+00:00 L700 VWMS systemd 1 - Started RealtimeKit Scheduling Policy Service.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS rtkit-daemon 3721 - Successfully called chroot.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS rtkit-daemon 3721 - Successfully dropped privileges.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS rtkit-daemon 3721 - Successfully limited resources.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS rtkit-daemon 3721 - Running.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS rtkit-daemon 3721 - Canary thread running.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS rtkit-daemon 3721 - Watchdog thread running.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS rtkit-daemon 3721 - Successfully made thread 3714 of process 3714 (n/a) owned by '1000' high priority at nice level -11.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS rtkit-daemon 3721 - Supervising 1 threads of 1 processes of 1 users.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS rtkit-daemon 3721 - Supervising 1 threads of 1 processes of 1 users.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS rtkit-daemon 3721 - Successfully made thread 3753 of process 3714 (n/a) owned by '1000' RT at priority 5.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS rtkit-daemon 3721 - Supervising 2 threads of 1 processes of 1 users.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS rtkit-daemon 3721 - Supervising 2 threads of 1 processes of 1 users.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS rtkit-daemon 3721 - Successfully made thread 3756 of process 3714 (n/a) owned by '1000' RT at priority 5.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS rtkit-daemon 3721 - Supervising 3 threads of 1 processes of 1 users.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS rtkit-daemon 3721 - Successfully made thread 3762 of process 3762 (n/a) owned by '1000' high priority at nice level -11.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS rtkit-daemon 3721 - Supervising 4 threads of 2 processes of 1 users.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS pulseaudio 3762 - [pulseaudio] pid.c: Daemon already running.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS dbus 2062 - [system] Successfully activated service 'org.freedesktop.UPower'<13>1 2016-09-06T00:58:43+00:00 L700 VWMS systemd 1 - Started Daemon for power management.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS gnome-session 3487 - (process:3774): indicator-application-service-WARNING *: Unable to get watcher name 'org.kde.StatusNotifierWatcher'<13>1 2016-09-06T00:58:43+00:00 L700 VWMS gnome-session 3487 - (process:3774): indicator-application-service-WARNING *: Name Lost<13>1 2016-09-06T00:58:43+00:00 L700 VWMS gnome-session-binary 3487 - Entering running state<13>1 2016-09-06T00:58:43+00:00 L700 VWMS avahi-daemon 2017 - Joining mDNS multicast group on interface wlp3s0.IPv6 with address fe80::9ab5:a2f8:c58:830.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS avahi-daemon 2017 - New relevant interface wlp3s0.IPv6 for mDNS.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS avahi-daemon 2017 - Registering new address record for fe80::9ab5:a2f8:c58:830 on wlp3s0..<13>1 2016-09-06T00:58:43+00:00 L700 VWMS dbus 2062 - [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'<13>1 2016-09-06T00:58:43+00:00 L700 VWMS systemd 1 - Starting Disk Manager...<13>1 2016-09-06T00:58:43+00:00 L700 VWMS udisksd 3821 - udisks daemon version 2.1.7 starting<13>1 2016-09-06T00:58:43+00:00 L700 VWMS dbus 2062 - [system] Successfully activated service 'org.freedesktop.UDisks2'<13>1 2016-09-06T00:58:43+00:00 L700 VWMS systemd 1 - Started Disk Manager.<13>1 2016-09-06T00:58:43+00:00 L700 VWMS udisksd 3821 - Acquired the name org.freedesktop.UDisks2 on the system message bus<13>1 2016-09-06T00:58:43+00:00 L700 VWMS gnome-session 3487 - (gnome-software:3780): Gs-WARNING *: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered<13>1 2016-09-06T00:58:43+00:00 L700 VWMS gnome-session 3487 - (gnome-software:3780): Gs-WARNING *: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered<13>1 2016-09-06T00:58:43+00:00 L700 VWMS dbus 2062 - [system] Activating service name='org.freedesktop.fwupd' (using servicehelper)<13>1 2016-09-06T00:58:43+00:00 L700 VWMS dbus 2062 - [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'<13>1 2016-09-06T00:58:43+00:00 L700 VWMS systemd 1 - Starting Manage, Install and Generate Color Profiles...<13>1 2016-09-06T00:58:44+00:00 L700 VWMS dbus 2062 - [system] Successfully activated service 'org.freedesktop.ColorManager'<13>1 2016-09-06T00:58:44+00:00 L700 VWMS avahi-daemon 2017 - Joining mDNS multicast group on interface veth50bbd5f.IPv6 with address fe80::e864:ceff:fe64:a462.<13>1 2016-09-06T00:58:44+00:00 L700 VWMS systemd 1 - Started Manage, Install and Generate Color Profiles.<13>1 2016-09-06T00:58:44+00:00 L700 VWMS avahi-daemon 2017 - New relevant interface veth50bbd5f.IPv6 for mDNS.<13>1 2016-09-06T00:58:44+00:00 L700 VWMS avahi-daemon 2017 - Registering new address record for fe80::e864:ceff:fe64:a462 on veth50bbd5f..<13>1 2016-09-06T00:58:44+00:00 L700 VWMS org.gtk.vfs.AfcVolumeMonitor 3005 - Volume monitor alive<13>1 2016-09-06T00:58:45+00:00 L700 VWMS org.freedesktop.fwupd 2062 - (fwupd:3852): Fu-WARNING *: Failed to coldplug: UEFI firmware updating not supported<13>1 2016-09-06T00:58:45+00:00 L700 VWMS dbus 2062 - [system] Successfully activated service 'org.freedesktop.fwupd'<13>1 2016-09-06T00:58:45+00:00 L700 VWMS org.gnome.ScreenSaver 3005 - * Message: Lost the name, shutting down.<13>1 2016-09-06T00:58:45+00:00 L700 VWMS gnome-session 3487 - QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.<13>1 2016-09-06T00:58:46+00:00 L700 VWMS gnome-session 3487 - No LSB modules are available.<13>1 2016-09-06T00:58:46+00:00 L700 VWMS gnome-session 3487 - No LSB modules are available.<13>1 2016-09-06T00:58:46+00:00 L700 VWMS gnome-session 3487 - (WARN-3953 /build/fcitx-J2yftF/fcitx-4.2.9.1/src/lib/fcitx-config/fcitx-config.c:922) Invalid Entry: line 151 missing '='<13>1 2016-09-06T00:58:46+00:00 L700 VWMS gnome-session 3487 - (WARN-3953 /build/fcitx-J2yftF/fcitx-4.2.9.1/src/lib/fcitx-config/fcitx-config.c:922) Invalid Entry: line 153 missing '='<13>1 2016-09-06T00:58:46+00:00 L700 VWMS gnome-session 3487 - (WARN-3953 /build/fcitx-J2yftF/fcitx-4.2.9.1/src/lib/fcitx-config/fcitx-config.c:922) Invalid Entry: line 151 missing '='<13>1 2016-09-06T00:58:46+00:00 L700 VWMS gnome-session 3487 - (WARN-3953 /build/fcitx-J2yftF/fcitx-4.2.9.1/src/lib/fcitx-config/fcitx-config.c:922) Invalid Entry: line 148 missing '='<13>1 2016-09-06T00:58:46+00:00 L700 VWMS gnome-session 3487 - (WARN-3953 /build/fcitx-J2yftF/fcitx-4.2.9.1/src/lib/fcitx-config/fcitx-config.c:922) Invalid Entry: line 153 missing '='<13>1 2016-09-06T00:58:46+00:00 L700 VWMS gnome-session 3487 - (WARN-3953 /build/fcitx-J2yftF/fcitx-4.2.9.1/src/lib/fcitx-config/fcitx-config.c:922) Invalid Entry: line 151 missing '='<13>1 2016-09-06T00:58:46+00:00 L700 VWMS gnome-session 3487 - message repeated 2 times: [ (WARN-3953 /build/fcitx-J2yftF/fcitx-4.2.9.1/src/lib/fcitx-config/fcitx-config.c:922) Invalid Entry: line 151 missing '=']<13>1 2016-09-06T00:58:46+00:00 L700 VWMS gnome-session 3487 - (WARN-3953 /build/fcitx-J2yftF/fcitx-4.2.9.1/src/lib/fcitx-config/fcitx-config.c:922) Invalid Entry: line 153 missing '='<13>1 2016-09-06T00:58:46+00:00 L700 VWMS gnome-session 3487 - (WARN-3953 /build/fcitx-J2yftF/fcitx-4.2.9.1/src/lib/fcitx-config/fcitx-config.c:922) Invalid Entry: line 155 missing '='<13>1 2016-09-06T00:58:46+00:00 L700 VWMS gnome-session 3487 - (WARN-3953 /build/fcitx-J2yftF/fcitx-4.2.9.1/src/lib/fcitx-config/fcitx-config.c:922) Invalid Entry: line 153 missing '='<13>1 2016-09-06T00:58:48+00:00 L700 VWMS NetworkManager 2152 - [1473094728.1282] manager: startup complete<13>1 2016-09-06T00:58:49+00:00 L700 VWMS NetworkManager 2152 - [1473094729.5709] WiFi hardware radio set enabled<13>1 2016-09-06T00:58:49+00:00 L700 VWMS NetworkManager 2152 - [1473094729.5710] WWAN hardware radio set enabled<13>1 2016-09-06T00:58:51+00:00 L700 VWMS com.canonical.Unity.Scope.Applications 3005 - Error loading package indexes: Couldn't stat '/var/cache/software-center/xapian'<13>1 2016-09-06T00:58:51+00:00 L700 VWMS com.canonical.Unity.Scope.Applications 3005 - (unity-scope-loader:4046): unity-applications-daemon-CRITICAL *: daemon.vala:144: Failed to load Software Center index. 'Apps Available for Download' will not be listed<13>1 2016-09-06T00:58:57+00:00 L700 VWMS kernel - [ 21.614834] docker0: port 1(veth50bbd5f) entered forwarding state<13>1 2016-09-06T00:59:03+00:00 L700 VWMS gnome-session 3487 - * (zeitgeist-datahub:4123): WARNING *: zeitgeist-datahub.vala:229: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!<13>1 2016-09-06T00:59:07+00:00 L700 VWMS pulseaudio 3714 - [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out<13>1 2016-09-06T00:59:19+00:00 L700 VWMS systemd-timesyncd 1156 - Timed out waiting for reply from 91.189.94.4:123 (ntp.ubuntu.com).<13>1 2016-09-06T00:59:20+00:00 L700 VWMS systemd 2841 - Time has been changed<13>1 2016-09-06T00:59:20+00:00 L700 VWMS systemd 1 - Time has been changed<13>1 2016-09-06T00:59:20+00:00 L700 VWMS systemd-timesyncd 1156 - Synchronized to time server 91.189.89.199:123 (ntp.ubuntu.com).<13>1 2016-09-06T00:59:20+00:00 L700 VWMS systemd 1 - snapd.refresh.timer: Adding 2h 55min 6.929931s random time.<13>1 2016-09-06T00:59:20+00:00 L700 VWMS systemd 1 - snapd.refresh.timer: Adding 2h 39min 25.898917s random time.<13>1 2016-09-06T00:59:20+00:00 L700 VWMS systemd 1 - apt-daily.timer: Adding 10h 48min 52.536160s random time.<13>1 2016-09-06T00:59:26+00:00 L700 VWMS systemd 1 - Starting Stop ureadahead data collection...<13>1 2016-09-06T00:59:26+00:00 L700 VWMS systemd 1 - Stopped Read required files in advance.<13>1 2016-09-06T00:59:26+00:00 L700 VWMS systemd 1 - Started Stop ureadahead data collection.<13>1 2016-09-06T01:00:10+00:00 L700 VWMS kernel - [ 95.283654] aufs au_opts_verify:1597:dockerd[2849]: dirperm1 breaks the protection by the permission bits on the lower branch<13>1 2016-09-06T01:00:10+00:00 L700 VWMS kernel - [ 95.289070] device vethedd679b entered promiscuous mode<13>1 2016-09-06T01:00:10+00:00 L700 VWMS kernel - [ 95.289326] IPv6: ADDRCONF(NETDEV_UP): vethedd679b: link is not ready<13>1 2016-09-06T01:00:10+00:00 L700 VWMS kernel - [ 95.289336] docker0: port 2(vethedd679b) entered forwarding state<13>1 2016-09-06T01:00:10+00:00 L700 VWMS kernel - [ 95.289372] docker0: port 2(vethedd679b) entered forwarding state<13>1 2016-09-06T01:00:10+00:00 L700 VWMS systemd-udevd 4231 - Could not generate persistent MAC address for vethedd679b: No such file or directory<13>1 2016-09-06T01:00:10+00:00 L700 VWMS systemd-udevd 4230 - Could not generate persistent MAC address for vethe310c80: No such file or directory<13>1 2016-09-06T01:00:10+00:00 L700 VWMS NetworkManager 2152 - [1473094810.1652] device (vethe310c80): failed to find device 7 'vethe310c80' with udev<13>1 2016-09-06T01:00:10+00:00 L700 VWMS kernel - [ 95.290339] docker0: port 2(vethedd679b) entered disabled state<13>1 2016-09-06T01:00:10+00:00 L700 VWMS NetworkManager 2152 - [1473094810.1682] manager: (vethe310c80): new Veth device (/org/freedesktop/NetworkManager/Devices/6)<13>1 2016-09-06T01:00:10+00:00 L700 VWMS NetworkManager 2152 - [1473094810.1694] device (vethedd679b): failed to find device 8 'vethedd679b' with udev<13>1 2016-09-06T01:00:10+00:00 L700 VWMS NetworkManager 2152 - [1473094810.1725] manager: (vethedd679b): new Veth device (/org/freedesktop/NetworkManager/Devices/7)<13>1 2016-09-06T01:00:10+00:00 L700 VWMS NetworkManager 2152 - [1473094810.1807] devices added (path: /sys/devices/virtual/net/vethedd679b, iface: vethedd679b)<13>1 2016-09-06T01:00:10+00:00 L700 VWMS NetworkManager 2152 - [1473094810.1808] device added (path: /sys/devices/virtual/net/vethedd679b, iface: vethedd679b): no ifupdown configuration found.<13>1 2016-09-06T01:00:10+00:00 L700 VWMS dockerd 2348 - time="2016-09-06T01:00:10.182298102+08:00" level=info msg="No non-localhost DNS nameservers are left in resolv.conf. Using default external servers : [nameserver 8.8.8.8 nameserver 8.8.4.4]"<13>1 2016-09-06T01:00:10+00:00 L700 VWMS dockerd 2348 - time="2016-09-06T01:00:10.182362288+08:00" level=info msg="IPv6 enabled; Adding default IPv6 external servers : [nameserver 2001:4860:4860::8888 nameserver 2001:4860:4860::8844]"<13>1 2016-09-06T01:00:10+00:00 L700 VWMS NetworkManager 2152 - [1473094810.1882] devices added (path: /sys/devices/virtual/net/vethe310c80, iface: vethe310c80)<13>1 2016-09-06T01:00:10+00:00 L700 VWMS NetworkManager 2152 - [1473094810.1882] device added (path: /sys/devices/virtual/net/vethe310c80, iface: vethe310c80): no ifupdown configuration found.<13>1 2016-09-06T01:00:10+00:00 L700 VWMS NetworkManager 2152 - [1473094810.3008] device (vethe310c80): driver 'veth' does not support carrier detection.<13>1 2016-09-06T01:00:10+00:00 L700 VWMS kernel - [ 95.427397] eth0: renamed from vethe310c80<13>1 2016-09-06T01:00:10+00:00 L700 VWMS NetworkManager 2152 - [1473094810.3072] devices removed (path: /sys/devices/virtual/net/vethe310c80, iface: vethe310c80)<13>1 2016-09-06T01:00:10+00:00 L700 VWMS NetworkManager 2152 - [1473094810.3252] device (vethedd679b): link connected<13>1 2016-09-06T01:00:10+00:00 L700 VWMS kernel - [ 95.449688] IPv6: ADDRCONF(NETDEV_CHANGE): vethedd679b: link becomes ready<13>1 2016-09-06T01:00:10+00:00 L700 VWMS kernel - [ 95.449779] docker0: port 2(vethedd679b) entered forwarding state<13>1 2016-09-06T01:00:10+00:00 L700 VWMS kernel - [ 95.449807] docker0: port 2(vethedd679b) entered forwarding state<13>1 2016-09-06T01:00:11+00:00 L700 VWMS avahi-daemon 2017 - Joining mDNS multicast group on interface vethedd679b.IPv6 with address fe80::24a6:59ff:fe7f:38ea.<13>1 2016-09-06T01:00:11+00:00 L700 VWMS avahi-daemon 2017 - New relevant interface vethedd679b.IPv6 for mDNS.<13>1 2016-09-06T01:00:11+00:00 L700 VWMS avahi-daemon 2017 - Registering new address record for fe80::24a6:59ff:fe7f:38ea on vethedd679b..

@otoolep
Copy link
Member

otoolep commented Sep 5, 2016

I'm not sure how it worked before, but can you try changing your syslog-ng config to:

options {
use_dns(no);
keep_hostname(yes);
create_dirs(yes);
ts_format(iso);
};

source file_app_log {
file("/appdata/log/app.log" follow-freq(3));
};

template app { template("<${PRI}>1 ${ISODATE} ${HOST} VWMS ${PROGRAM} ${PID} - $MSG\n"); template_escape(no); };

destination d_net_app {
tcp("172.17.0.1" port(5514) template(app));
};

log {
source(file_app_log);
destination(d_net_app);
};

(Adding newline to all log messges, as per http://stackoverflow.com/questions/13701627/newlines-get-stripped-in-syslog-ng. Ekanite requires that each log message is newline-delimited.)

@otoolep
Copy link
Member

otoolep commented Sep 5, 2016

Yeah, I am beginning to think there is an error in my syslog-ng template in the README. I meant to follow this example: https://www.loggly.com/docs/syslog-ng-manual-configuration/ and it has the \n.

@zjqzero
Copy link
Author

zjqzero commented Sep 5, 2016

@otoolep
Missing \n is not the problem.
"input": {"rfc5424Unparsed": 197, "tcpBytesRead": 24627, "tcpConnReadError": 33, "tcpConnReadTimeout": 33, "tcpConnections": 1, "tcpEventsRx": 197}

zhou@L700:~/Test$ netcat -l 0.0.0.0 5514
<13>1 2016-09-06T01:03:02+00:00 L700 VWMS gnome-session 3487 - gnome-session-binary[3487]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
<13>1 2016-09-06T01:03:02+00:00 L700 VWMS gnome-session-binary 3487 - GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
<13>1 2016-09-06T01:03:02+00:00 L700 VWMS gnome-session 3487 - gnome-session-binary[3487]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

@zjqzero
Copy link
Author

zjqzero commented Sep 5, 2016

I just use /var/log/syslog of ubuntu for testing. You can try
In fact I always add '\n' default, this will result in a pretty view.
On 1.0.0 without '\n' all log will be in one line in a particular period.

@otoolep
Copy link
Member

otoolep commented Sep 5, 2016

Thos log lines you supplied me are not compliant with the format required by Ekanite. You need to supply:

<PRI>VERSION TIMESTAMP HOSTNAME APP-NAME PROC-ID MSGID MSG"

@otoolep
Copy link
Member

otoolep commented Sep 5, 2016

In other words, your syslog-ng template is not in the correct form for Ekanite. Remove VWMS from the template.

@otoolep otoolep closed this as completed Sep 5, 2016
@otoolep otoolep reopened this Sep 5, 2016
@otoolep
Copy link
Member

otoolep commented Sep 5, 2016

Since haven't been using the right template, the system's use of regex may cause excessive CPU. I'm closing this until you retest with the correct syslog-ng template. If you still see high CPU usage, please let me know.

@zjqzero
Copy link
Author

zjqzero commented Sep 5, 2016

ok, i see. thank you.

@zjqzero zjqzero closed this as completed Apr 4, 2019
@dagelf
Copy link

dagelf commented Aug 12, 2021

Ekanited made one of my servers freeze up with just 30 log lines/s... is it supposed to be more performant than that? (Storage, RAM and CPU was definitely not a bottleneck here.) ... I was just using the defaults with the logs from iptables -j LOG. Everything's there, and looks fine, but I had to actually manually kill and restart it. Does it sound like a configuration problem?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants