1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587 | Apr 12 23:50:15 ubuntu-phablet kernel: [71501.690812]Restarting tasks ... done.
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.695925][pm_notifier_call_chain]: there are 4 notify callbacks, event = 4
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.695986]msdc: 0,mmc_schedule_delayed_work ret= 1
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.696051]msdc: 1,mmc_schedule_delayed_work ret= 1
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.696156]PM: suspend exit 2015-04-12 21:48:58.453161936 UTC
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.696199]PM: suspend entry 2015-04-12 21:48:58.453208859 UTC
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.696210]PM: Syncing filesystems ... done.
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.701919][pm_notifier_call_chain]: there are 4 notify callbacks, event = 3
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.701948]Freezing user space processes ... (elapsed 0.001 seconds) done.
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.703560]Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.743893]Suspending console(s) (use no_console_suspend to debug)
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.756935][UART3] Suspend(0)!
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.756944]GPIO_UART_URXD4_PIN is not properly set
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.756966][UART2] Suspend(0)!
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.756972]GPIO_UART_URXD3_PIN is not properly set
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.756993][UART1] Suspend(0)!
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.757021][UART0] Suspend(0)!
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.757101]Mali<1>: Mali PM:mali_pm_suspend
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.757319][MATV] suspend
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.757710]now:21=49:15 04/12/2015. min.tv64=251485310449
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.758777]slp_read(0xf0010044)=0x880
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.759773]Disabling non-boot CPUs ...
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.761414]vfp_pm_suspend: saving vfp state
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.761414]wdt disable spm timer.....
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.761414][WDT] suspend
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.761414][SPM] md_settle = 99, settle = 99
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.761414][SPM] sec = 5400, wakesrc = 0x3204564 (1)(1)
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.761414][SPM] wake up by CONN (0x400)(0x400)(2531326)
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.761414][SPM] event_reg = 0x90100000, isr = 0x10, r13 = 0xe8060802
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.761414]wdt enable spm timer.....
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.761414][WDT] resume(1)
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.761421]Suspended for 0.000 seconds
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.761477]Enabling non-boot CPUs ...
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.785723]CPU1 is up
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.788198][MATV] resume
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.788323]Mali<1>: Mali PM: mali_pm_resume
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.788570][Serial_Core]: By pass Set termio
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.788581][UART0] Resume(0)!
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.788602][UART1] Resume(0)!
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.788617]GPIO_UART_URXD3_PIN is not properly set p2
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.788628][UART2] Resume(0)!
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.788642]GPIO_UART_URXD4_PIN is not properly set p2
Apr 12 23:50:15 ubuntu-phablet kernel: [71501.788653][UART3] Resume(0)!
Apr 12 23:50:15 ubuntu-phablet kernel: [71502.033872]sd card rocr <0xc1ff8000>
Apr 12 23:50:15 ubuntu-phablet kernel: [71502.034225]msdc LDO<2> change<3300> to <1800>
Apr 12 23:50:15 ubuntu-phablet kernel: [71502.159189]msdc status[16] & 0xF = 0x4 bus_speed = 0x4
Apr 12 23:50:15 ubuntu-phablet kernel: [71502.160145][Reset and init thermal controller]
Apr 12 23:50:15 ubuntu-phablet kernel: [71502.160176][PTP] PTP_INIT_02() start (ptp_level = 0x0).
Apr 12 23:50:15 ubuntu-phablet kernel: [71502.160185][PTP] DCVOFFSETIN = 0xffff0110
Apr 12 23:50:15 ubuntu-phablet kernel: [71502.160192][PTP] AGEVOFFSETIN = 0x0
Apr 12 23:50:15 ubuntu-phablet kernel: [71502.160209][PTP] PTP_MON_MODE() start (ptp_level = 0x0).
Apr 12 23:50:15 ubuntu-phablet kernel: [71502.160913]Restarting tasks ... done.
Apr 12 23:50:15 ubuntu-phablet kernel: [71502.164087][pm_notifier_call_chain]: there are 4 notify callbacks, event = 4
Apr 12 23:50:15 ubuntu-phablet kernel: [71502.164152]msdc: 0,mmc_schedule_delayed_work ret= 1
Apr 12 23:50:15 ubuntu-phablet kernel: [71502.164220]msdc: 1,mmc_schedule_delayed_work ret= 1
Apr 12 23:50:15 ubuntu-phablet kernel: [71502.164338]PM: suspend exit 2015-04-12 21:50:15.447659165 UTC
Apr 12 23:50:15 ubuntu-phablet kernel: [71502.164387]active wakeup source: pmicAuxadc irq wakelock
Apr 12 23:50:15 ubuntu-phablet kernel: [71502.174266]PM: suspend entry 2015-04-12 21:50:15.457574704 UTC
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.174282]PM: Syncing filesystems ... done.
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.184936][pm_notifier_call_chain]: there are 4 notify callbacks, event = 3
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.184968]Freezing user space processes ... (elapsed 0.002 seconds) done.
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.187027]Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.227506]Suspending console(s) (use no_console_suspend to debug)
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.240708][UART3] Suspend(0)!
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.240716]GPIO_UART_URXD4_PIN is not properly set
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.240738][UART2] Suspend(0)!
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.240744]GPIO_UART_URXD3_PIN is not properly set
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.240765][UART1] Suspend(0)!
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.240793][UART0] Suspend(0)!
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.240874]Mali<1>: Mali PM:mali_pm_suspend
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.241055][MATV] suspend
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.241450]now:21=50:33 04/12/2015. min.tv64=174475254835
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.242510]slp_read(0xf0010044)=0x880
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.243546]Disabling non-boot CPUs ...
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.245199]vfp_pm_suspend: saving vfp state
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.245199]wdt disable spm timer.....
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.245199][WDT] suspend
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.245199][SPM] md_settle = 99, settle = 99
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.245199][SPM] sec = 5400, wakesrc = 0x3204564 (1)(1)
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.245199][SPM] wake up by CONN (0x400)(0x400)(286122)
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.245199][SPM] event_reg = 0x90100000, isr = 0x10, r13 = 0xe8060802
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.245199]wdt enable spm timer.....
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.245199][WDT] resume(1)
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.245205]Suspended for 0.000 seconds
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.245261]Enabling non-boot CPUs ...
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.269416]CPU1 is up
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.271898][MATV] resume
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.272022]Mali<1>: Mali PM: mali_pm_resume
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.272268][Serial_Core]: By pass Set termio
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.272280][UART0] Resume(0)!
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.272300][UART1] Resume(0)!
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.272315]GPIO_UART_URXD3_PIN is not properly set p2
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.272327][UART2] Resume(0)!
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.272341]GPIO_UART_URXD4_PIN is not properly set p2
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.272352][UART3] Resume(0)!
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.523899]sd card rocr <0xc1ff8000>
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.524252]msdc LDO<2> change<3300> to <1800>
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.649210]msdc status[16] & 0xF = 0x4 bus_speed = 0x4
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.650138][Reset and init thermal controller]
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.650168][PTP] PTP_INIT_02() start (ptp_level = 0x0).
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.650177][PTP] DCVOFFSETIN = 0xffff0110
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.650184][PTP] AGEVOFFSETIN = 0x0
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.650201][PTP] PTP_MON_MODE() start (ptp_level = 0x0).
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.650863]Restarting tasks ... done.
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.653453][pm_notifier_call_chain]: there are 4 notify callbacks, event = 4
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.653488]msdc: 0,mmc_schedule_delayed_work ret= 1
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.653506]msdc: 1,mmc_schedule_delayed_work ret= 1
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.653602]PM: suspend exit 2015-04-12 21:50:25.453234937 UTC
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.653630]active wakeup source: event4-1561
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.653639]active wakeup source: event1-1561
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.653648]active wakeup source: event0-1561
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.653660]active wakeup source: mmc1_detect
Apr 12 23:50:25 ubuntu-phablet kernel: [71502.654446]PM: suspend entry 2015-04-12 21:50:25.454072629 UTC
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.654461]PM: Syncing filesystems ... done.
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.664771][pm_notifier_call_chain]: there are 4 notify callbacks, event = 3
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.664802]Freezing user space processes ... (elapsed 0.001 seconds) done.
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.666752]Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.707143]Suspending console(s) (use no_console_suspend to debug)
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.720228][UART3] Suspend(0)!
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.720235]GPIO_UART_URXD4_PIN is not properly set
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.720257][UART2] Suspend(0)!
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.720263]GPIO_UART_URXD3_PIN is not properly set
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.720285][UART1] Suspend(0)!
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.720313][UART0] Suspend(0)!
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.720394]Mali<1>: Mali PM:mali_pm_suspend
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.720613][MATV] suspend
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.721003]now:21=50:42 04/12/2015. min.tv64=164479391371
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.722077]slp_read(0xf0010044)=0x880
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.723075]Disabling non-boot CPUs ...
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.734622]vfp_pm_suspend: saving vfp state
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.734622]wdt disable spm timer.....
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.734622][WDT] suspend
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.734622][SPM] md_settle = 99, settle = 99
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.734622][SPM] sec = 5400, wakesrc = 0x3204564 (1)(1)
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.734622][SPM] wake up by CONN (0x400)(0x400)(668473)
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.734622][SPM] event_reg = 0x90100000, isr = 0x10, r13 = 0xe8060802
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.734622]wdt enable spm timer.....
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.734622][WDT] resume(1)
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.734629]Suspended for 0.000 seconds
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.734684]Enabling non-boot CPUs ...
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.758876]CPU1 is up
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.761336][MATV] resume
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.761459]Mali<1>: Mali PM: mali_pm_resume
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.761705][Serial_Core]: By pass Set termio
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.761717][UART0] Resume(0)!
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.761737][UART1] Resume(0)!
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.761752]GPIO_UART_URXD3_PIN is not properly set p2
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.761763][UART2] Resume(0)!
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.761778]GPIO_UART_URXD4_PIN is not properly set p2
Apr 12 23:50:46 ubuntu-phablet kernel: [71502.761789][UART3] Resume(0)!
Apr 12 23:50:46 ubuntu-phablet kernel: [71503.003920]sd card rocr <0xc1ff8000>
Apr 12 23:50:46 ubuntu-phablet kernel: [71503.004271]msdc LDO<2> change<3300> to <1800>
Apr 12 23:50:46 ubuntu-phablet kernel: [71503.129265]msdc status[16] & 0xF = 0x4 bus_speed = 0x4
Apr 12 23:50:46 ubuntu-phablet kernel: [71503.130188][Reset and init thermal controller]
Apr 12 23:50:46 ubuntu-phablet kernel: [71503.130219][PTP] PTP_INIT_02() start (ptp_level = 0x0).
Apr 12 23:50:46 ubuntu-phablet kernel: [71503.130228][PTP] DCVOFFSETIN = 0xffff0110
Apr 12 23:50:46 ubuntu-phablet kernel: [71503.130235][PTP] AGEVOFFSETIN = 0x0
Apr 12 23:50:46 ubuntu-phablet kernel: [71503.130256][PTP] PTP_MON_MODE() start (ptp_level = 0x0).
Apr 12 23:50:46 ubuntu-phablet kernel: [71503.130923]Restarting tasks ... done.
Apr 12 23:50:46 ubuntu-phablet kernel: [71503.132718][pm_notifier_call_chain]: there are 4 notify callbacks, event = 4
Apr 12 23:50:46 ubuntu-phablet kernel: [71503.132753]msdc: 0,mmc_schedule_delayed_work ret= 1
Apr 12 23:50:46 ubuntu-phablet kernel: [71503.132768]msdc: 1,mmc_schedule_delayed_work ret= 1
Apr 12 23:50:46 ubuntu-phablet kernel: [71503.132867]PM: suspend exit 2015-04-12 21:50:46.443038088 UTC
Apr 12 23:50:46 ubuntu-phablet kernel: [71503.132900]active wakeup source: mmc1_detect
Apr 12 23:50:46 ubuntu-phablet kernel: [71503.133016]PM: suspend entry 2015-04-12 21:50:46.443188165 UTC
Apr 12 23:50:46 ubuntu-phablet kernel: [71503.133028]PM: Syncing filesystems ... done.
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.143221][pm_notifier_call_chain]: there are 4 notify callbacks, event = 3
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.143252]Freezing user space processes ... (elapsed 0.001 seconds) done.
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.145147]Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.185820]Suspending console(s) (use no_console_suspend to debug)
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.198965][UART3] Suspend(0)!
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.198973]GPIO_UART_URXD4_PIN is not properly set
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.198994][UART2] Suspend(0)!
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.199000]GPIO_UART_URXD3_PIN is not properly set
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.199021][UART1] Suspend(0)!
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.199050][UART0] Suspend(0)!
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.199131]Mali<1>: Mali PM:mali_pm_suspend
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.199349][MATV] suspend
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.199744]now:21=51:03 04/12/2015. min.tv64=143490111758
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.200799]slp_read(0xf0010044)=0x880
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.201795]Disabling non-boot CPUs ...
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.203488]vfp_pm_suspend: saving vfp state
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.203488]wdt disable spm timer.....
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.203488][WDT] suspend
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.203488][SPM] md_settle = 99, settle = 99
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.203488][SPM] sec = 5400, wakesrc = 0x3204564 (1)(1)
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.203488][SPM] wake up by EINT (0x20)(0x20)(1044490)
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.203488][SPM] event_reg = 0x90100000, isr = 0x10, r13 = 0xe8060000
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.203488]wdt enable spm timer.....
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.203488][WDT] resume(1)
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.203494]Suspended for 0.000 seconds
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.203551]Enabling non-boot CPUs ...
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.227691]CPU1 is up
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.230187][MATV] resume
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.230312]Mali<1>: Mali PM: mali_pm_resume
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.230557][Serial_Core]: By pass Set termio
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.230568][UART0] Resume(0)!
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.230588][UART1] Resume(0)!
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.230603]GPIO_UART_URXD3_PIN is not properly set p2
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.230614][UART2] Resume(0)!
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.230629]GPIO_UART_URXD4_PIN is not properly set p2
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.230640][UART3] Resume(0)!
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.473939]sd card rocr <0xc1ff8000>
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.474291]msdc LDO<2> change<3300> to <1800>
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.599516]msdc status[16] & 0xF = 0x4 bus_speed = 0x4
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.600395][Reset and init thermal controller]
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.600424][PTP] PTP_INIT_02() start (ptp_level = 0x0).
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.600433][PTP] DCVOFFSETIN = 0xffff0110
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.600440][PTP] AGEVOFFSETIN = 0x0
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.600457][PTP] PTP_MON_MODE() start (ptp_level = 0x0).
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.601115]Restarting tasks ... done.
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.606175][pm_notifier_call_chain]: there are 4 notify callbacks, event = 4
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.606209]msdc: 0,mmc_schedule_delayed_work ret= 1
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.606229]msdc: 1,mmc_schedule_delayed_work ret= 1
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.606332]PM: suspend exit 2015-04-12 21:51:18.447663860 UTC
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.606368]active wakeup source: pmicAuxadc irq wakelock
Apr 12 23:51:18 ubuntu-phablet kernel: [71503.606379]active wakeup source: EINT wakelock
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.883414]PM: suspend entry 2015-04-12 21:51:18.724732322 UTC
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.883431]PM: Syncing filesystems ... done.
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.891484][pm_notifier_call_chain]: there are 4 notify callbacks, event = 3
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.891516]Freezing user space processes ... (elapsed 0.002 seconds) done.
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.893688]Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.934763]Suspending console(s) (use no_console_suspend to debug)
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.947974][UART3] Suspend(0)!
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.947982]GPIO_UART_URXD4_PIN is not properly set
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.948004][UART2] Suspend(0)!
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.948010]GPIO_UART_URXD3_PIN is not properly set
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.948031][UART1] Suspend(0)!
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.948059][UART0] Suspend(0)!
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.948139]Mali<1>: Mali PM:mali_pm_suspend
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.948322][MATV] suspend
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.948719]now:21=51:36 04/12/2015. min.tv64=111209974909
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.949784]slp_read(0xf0010044)=0x880
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.950777]Disabling non-boot CPUs ...
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.950807]vfp_pm_suspend: saving vfp state
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.950807]wdt disable spm timer.....
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.950807][WDT] suspend
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.950807][SPM] md_settle = 99, settle = 99
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.950807][SPM] sec = 5400, wakesrc = 0x3204564 (1)(1)
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.950807][SPM] wake up by EINT (0x20)(0x20)(51364)
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.950807][SPM] event_reg = 0x90100000, isr = 0x10, r13 = 0xe8060000
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.950807]wdt enable spm timer.....
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.950807][WDT] resume(1)
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.950813]Suspended for 0.000 seconds
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.954667][MATV] resume
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.954790]Mali<1>: Mali PM: mali_pm_resume
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.955035][Serial_Core]: By pass Set termio
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.955045][UART0] Resume(0)!
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.955065][UART1] Resume(0)!
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.955080]GPIO_UART_URXD3_PIN is not properly set p2
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.955092][UART2] Resume(0)!
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.955106]GPIO_UART_URXD4_PIN is not properly set p2
Apr 12 23:51:20 ubuntu-phablet kernel: [71503.955117][UART3] Resume(0)!
Apr 12 23:51:20 ubuntu-phablet kernel: [71504.203989]sd card rocr <0xc1ff8000>
Apr 12 23:51:20 ubuntu-phablet kernel: [71504.204340]msdc LDO<2> change<3300> to <1800>
Apr 12 23:51:20 ubuntu-phablet kernel: [71504.329486]msdc status[16] & 0xF = 0x4 bus_speed = 0x4
Apr 12 23:51:20 ubuntu-phablet kernel: [71504.330376][Reset and init thermal controller]
Apr 12 23:51:20 ubuntu-phablet kernel: [71504.330406][PTP] PTP_INIT_02() start (ptp_level = 0x0).
Apr 12 23:51:20 ubuntu-phablet kernel: [71504.330415][PTP] DCVOFFSETIN = 0xffff0110
Apr 12 23:51:20 ubuntu-phablet kernel: [71504.330422][PTP] AGEVOFFSETIN = 0x0
Apr 12 23:51:20 ubuntu-phablet kernel: [71504.330439][PTP] PTP_MON_MODE() start (ptp_level = 0x0).
Apr 12 23:51:20 ubuntu-phablet kernel: [71504.331077]Restarting tasks ... done.
Apr 12 23:51:20 ubuntu-phablet kernel: [71504.350737][pm_notifier_call_chain]: there are 4 notify callbacks, event = 4
Apr 12 23:51:20 ubuntu-phablet kernel: [71504.350797]msdc: 0,mmc_schedule_delayed_work ret= 1
Apr 12 23:51:20 ubuntu-phablet kernel: [71504.350863]msdc: 1,mmc_schedule_delayed_work ret= 1
Apr 12 23:51:20 ubuntu-phablet kernel: [71504.352867]PM: suspend exit 2015-04-12 21:51:20.471050628 UTC
Apr 12 23:51:20 ubuntu-phablet kernel: [71504.352913]active wakeup source: event4-1561
Apr 12 23:51:20 ubuntu-phablet kernel: [71504.352923]active wakeup source: event1-1561
Apr 12 23:51:20 ubuntu-phablet kernel: [71504.352932]active wakeup source: event0-1561
Apr 12 23:51:20 ubuntu-phablet kernel: [71504.352950]active wakeup source: EINT wakelock
Apr 12 23:51:20 ubuntu-phablet powerd[987]: handle_requestSysState from :1.12 - ACTIVE (1)
Apr 12 23:51:20 ubuntu-phablet powerd[987]: name_watch_add: looking for :1.12
Apr 12 23:51:20 ubuntu-phablet powerd[987]: watching :1.12 to see when it disappears on dbus
Apr 12 23:51:20 ubuntu-phablet powerd[987]: libsuspend: acquire_wake_lock: powerd_power_request
Apr 12 23:51:20 ubuntu-phablet powerd[987]: handle_requestSysState - SUCCESS
Apr 12 23:51:20 ubuntu-phablet powerd[987]: Enqueue state change to ACTIVE
Apr 12 23:51:20 ubuntu-phablet powerd[987]: exiting suspend
Apr 12 23:51:20 ubuntu-phablet powerd[987]: libsuspend: exit_suspend.
Apr 12 23:51:20 ubuntu-phablet kernel: [71504.428149][Ker_PM][request_suspend_state]wakeup (3->0) at 71504404823422 (2015-04-12 21:51:20.546318705 UTC)
Apr 12 23:51:21 ubuntu-phablet powerd[987]: Emitting signal for transition to state ACTIVE (1)
Apr 12 23:51:21 ubuntu-phablet powerd[987]: Transition to ACTIVE complete
Apr 12 23:51:21 ubuntu-phablet powerd[987]: libsuspend: release_wake_lock: powerd_power_request
Apr 12 23:51:21 ubuntu-phablet kernel: [71505.027500]mtk-tpd: TPD wake up
Apr 12 23:51:21 ubuntu-phablet kernel: [71505.054050]mtk-tpd: TPD wake up done
Apr 12 23:51:21 ubuntu-phablet kernel: [71505.054086]<MAGNETIC> mag_context_obj ok------->hwm_obj->early_suspend=0
Apr 12 23:51:21 ubuntu-phablet powerd[987]: light_dev: setting brightness to 120
Apr 12 23:51:21 ubuntu-phablet powerd[987]: we get signal from :1.12: DisplayPowerStateChange
Apr 12 23:51:21 ubuntu-phablet powerd[987]: Received DisplayPowerStateChange: state=1 flags=2
Apr 12 23:51:21 ubuntu-phablet powerd[987]: light_dev: setting brightness to 0
Apr 12 23:51:21 ubuntu-phablet powerd[987]: we get signal from :1.12: DisplayPowerStateChange
Apr 12 23:51:21 ubuntu-phablet powerd[987]: Received DisplayPowerStateChange: state=0 flags=2
Apr 12 23:51:21 ubuntu-phablet powerd[987]: handle_clearSysState from :1.12, cookie: 6cf839c3-49ac-4957-8f80-a5033fc48b6d
Apr 12 23:51:21 ubuntu-phablet powerd[987]: name_watch_remove: looking for :1.12
Apr 12 23:51:21 ubuntu-phablet powerd[987]: name_watch: ref_count for :1.12 is now 0
Apr 12 23:51:21 ubuntu-phablet powerd[987]: no longer watching :1.12, there are no more requests
Apr 12 23:51:21 ubuntu-phablet powerd[987]: libsuspend: acquire_wake_lock: powerd_power_request
Apr 12 23:51:21 ubuntu-phablet powerd[987]: Enqueue state change to SUSPEND
Apr 12 23:51:21 ubuntu-phablet powerd[987]: libsuspend: prepare_suspend.
Apr 12 23:51:21 ubuntu-phablet powerd[987]: Emitting signal for transition to state SUSPEND (0)
Apr 12 23:51:21 ubuntu-phablet powerd[987]: entering suspend
Apr 12 23:51:21 ubuntu-phablet powerd[987]: libsuspend: enter_suspend.
Apr 12 23:51:21 ubuntu-phablet kernel: [71505.690538][Ker_PM][request_suspend_state]sleep (0->3) at 71505667215884 (2015-04-12 21:51:21.808711320 UTC)
Apr 12 23:51:21 ubuntu-phablet kernel: [71505.690555][Ker_PM][request_suspend_state]sys_sync_work_queue early_sys_sync_work
Apr 12 23:51:21 ubuntu-phablet kernel: [71505.690573][Ker_PM][request_suspend_state]suspend_work_queue early_suspend_work
Apr 12 23:51:21 ubuntu-phablet powerd[987]: Transition to SUSPEND complete
Apr 12 23:51:21 ubuntu-phablet powerd[987]: libsuspend: release_wake_lock: powerd_power_request
Apr 12 23:51:21 ubuntu-phablet kernel: [71505.703481]<MAGNETIC> mag_context_obj ok------->hwm_obj->early_suspend=1
Apr 12 23:51:21 ubuntu-phablet kernel: [71505.703496]mtk-tpd: TPD enter sleep
Apr 12 23:51:21 ubuntu-phablet kernel: [71505.705556]mmc3516x: set power mode ok 0!
Apr 12 23:51:21 ubuntu-phablet kernel: [71505.705576][LED]#6:0
Apr 12 23:51:22 ubuntu-phablet kernel: [71506.320730][Ker_PM][early_suspend]calling pm_autosleep_set_state() with parameter: 3
Apr 12 23:51:22 ubuntu-phablet powerd[987]: handle_requestSysState from :1.12 - ACTIVE (1)
Apr 12 23:51:22 ubuntu-phablet powerd[987]: name_watch_add: looking for :1.12
Apr 12 23:51:22 ubuntu-phablet powerd[987]: watching :1.12 to see when it disappears on dbus
Apr 12 23:51:22 ubuntu-phablet powerd[987]: libsuspend: acquire_wake_lock: powerd_power_request
Apr 12 23:51:22 ubuntu-phablet powerd[987]: handle_requestSysState - SUCCESS
Apr 12 23:51:22 ubuntu-phablet powerd[987]: Enqueue state change to ACTIVE
Apr 12 23:51:22 ubuntu-phablet powerd[987]: exiting suspend
Apr 12 23:51:22 ubuntu-phablet powerd[987]: libsuspend: exit_suspend.
Apr 12 23:51:22 ubuntu-phablet kernel: [71506.633753][Ker_PM][request_suspend_state]wakeup (3->0) at 71506610427192 (2015-04-12 21:51:22.751922552 UTC)
Apr 12 23:51:23 ubuntu-phablet powerd[987]: Emitting signal for transition to state ACTIVE (1)
Apr 12 23:51:23 ubuntu-phablet powerd[987]: Transition to ACTIVE complete
Apr 12 23:51:23 ubuntu-phablet powerd[987]: libsuspend: release_wake_lock: powerd_power_request
Apr 12 23:51:23 ubuntu-phablet kernel: [71507.177410]mtk-tpd: TPD wake up
Apr 12 23:51:23 ubuntu-phablet kernel: [71507.204029]mtk-tpd: TPD wake up done
Apr 12 23:51:23 ubuntu-phablet kernel: [71507.204064]<MAGNETIC> mag_context_obj ok------->hwm_obj->early_suspend=0
Apr 12 23:51:23 ubuntu-phablet powerd[987]: light_dev: setting brightness to 120
Apr 12 23:51:23 ubuntu-phablet powerd[987]: we get signal from :1.12: DisplayPowerStateChange
Apr 12 23:51:23 ubuntu-phablet powerd[987]: Received DisplayPowerStateChange: state=1 flags=2
Apr 12 23:51:26 ubuntu-phablet powerd[987]: handle_requestSysState from :1.76 - ACTIVE (1)
Apr 12 23:51:26 ubuntu-phablet powerd[987]: name_watch_add: looking for :1.76
Apr 12 23:51:26 ubuntu-phablet powerd[987]: watching :1.76 to see when it disappears on dbus
Apr 12 23:51:26 ubuntu-phablet powerd[987]: libsuspend: acquire_wake_lock: powerd_power_request
Apr 12 23:51:26 ubuntu-phablet powerd[987]: handle_requestSysState - SUCCESS
Apr 12 23:51:26 ubuntu-phablet powerd[987]: Enqueue state change to ACTIVE
Apr 12 23:51:26 ubuntu-phablet powerd[987]: queue empty && state == current, discarding
Apr 12 23:51:26 ubuntu-phablet powerd[987]: libsuspend: release_wake_lock: powerd_power_request
Apr 12 23:51:41 ubuntu-phablet wpa_supplicant[2065]: wlan2: WPA: Group rekeying completed with 24:65:11:78:db:6a [GTK=TKIP]
Apr 12 23:52:19 ubuntu-phablet wpa_supplicant[2065]: wlan2: CTRL-EVENT-SCAN-STARTED
Apr 12 23:52:25 ubuntu-phablet powerd[987]: light_dev: setting brightness to 5
Apr 12 23:52:26 ubuntu-phablet powerd[987]: light_dev: setting brightness to 120
Apr 12 23:52:30 ubuntu-phablet powerd[987]: light_dev: setting brightness to 0
Apr 12 23:52:30 ubuntu-phablet powerd[987]: we get signal from :1.12: DisplayPowerStateChange
Apr 12 23:52:30 ubuntu-phablet powerd[987]: Received DisplayPowerStateChange: state=0 flags=2
Apr 12 23:52:30 ubuntu-phablet powerd[987]: handle_clearSysState from :1.12, cookie: b59cd2ec-6575-48ff-9673-da026d8113bf
Apr 12 23:52:30 ubuntu-phablet powerd[987]: name_watch_remove: looking for :1.12
Apr 12 23:52:30 ubuntu-phablet powerd[987]: name_watch: ref_count for :1.12 is now 0
Apr 12 23:52:30 ubuntu-phablet powerd[987]: no longer watching :1.12, there are no more requests
Apr 12 23:52:30 ubuntu-phablet powerd[987]: libsuspend: acquire_wake_lock: powerd_power_request
Apr 12 23:52:30 ubuntu-phablet powerd[987]: Enqueue state change to ACTIVE
Apr 12 23:52:30 ubuntu-phablet powerd[987]: queue empty && state == current, discarding
Apr 12 23:52:30 ubuntu-phablet powerd[987]: libsuspend: release_wake_lock: powerd_power_request
Apr 12 23:52:31 ubuntu-phablet powerd[987]: handle_requestSysState from :1.12 - ACTIVE (1)
Apr 12 23:52:31 ubuntu-phablet powerd[987]: name_watch_add: looking for :1.12
Apr 12 23:52:31 ubuntu-phablet powerd[987]: watching :1.12 to see when it disappears on dbus
Apr 12 23:52:31 ubuntu-phablet powerd[987]: libsuspend: acquire_wake_lock: powerd_power_request
Apr 12 23:52:31 ubuntu-phablet powerd[987]: handle_requestSysState - SUCCESS
Apr 12 23:52:31 ubuntu-phablet powerd[987]: Enqueue state change to ACTIVE
Apr 12 23:52:31 ubuntu-phablet powerd[987]: queue empty && state == current, discarding
Apr 12 23:52:31 ubuntu-phablet powerd[987]: libsuspend: release_wake_lock: powerd_power_request
Apr 12 23:52:31 ubuntu-phablet powerd[987]: light_dev: setting brightness to 120
Apr 12 23:52:32 ubuntu-phablet powerd[987]: we get signal from :1.12: DisplayPowerStateChange
Apr 12 23:52:32 ubuntu-phablet powerd[987]: Received DisplayPowerStateChange: state=1 flags=2
Apr 12 23:52:47 ubuntu-phablet kernel: [71590.889600][USBPHY]slew calibration:FM_OUT =327,x=4208,value=4
Apr 12 23:52:47 ubuntu-phablet kernel: [71591.264506] gadget: high-speed config #1: android
Apr 12 23:52:49 ubuntu-phablet powerd[987]: Turning screen on, battery state changes
Apr 12 23:52:49 ubuntu-phablet powerd[987]: turn_display_on(1)
Apr 12 23:52:49 ubuntu-phablet powerd[987]: signalling activity via HAL
Apr 12 23:53:00 ubuntu-phablet kernel: [71604.635621]binder_set_nice: 2 callbacks suppressed
Apr 12 23:53:01 ubuntu-phablet powerd[987]: :1.76 vanished from dbus, clearing associated requests
Apr 12 23:53:03 ubuntu-phablet dbus[795]: [system] Activating service name='com.canonical.SystemImage' (using servicehelper)
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/signondaemon.cpp 390 init Failed to SUID root. Secure storage will not be available.
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/signondaemon.cpp 529 initExtension Loading plugin "/usr/lib/arm-linux-gnueabihf/signon/extensions/libsignon-apparmor-ac.so"
Apr 12 23:53:04 ubuntu-phablet signond[10552]: virtual SignOn::AbstractAccessControlManager* Plugin::accessControlManager(QObject*) const
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsaccessmanager.cpp 164 finalize Enter
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsaccessmanager.cpp 187 init Initializing CredentialsAccessManager with configuration: "#012#012====== Credentials Access Manager Configuration ======#012#012Using encryption: true#012Metadata DB path: /home/phablet/.config/signond/signon.db#012Cryptomanager name: #012ACL manager name: #012Secrets storage name: #012======================================================#012#012"
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsaccessmanager.cpp 200 init No SecretsStorage set, using default (dummy)
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsaccessmanager.cpp 225 init No CryptoManager set, using default (dummy)
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsaccessmanager.cpp 653 onEncryptedFSMounted
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsaccessmanager.cpp 239 init No key authorizer set, using default
Apr 12 23:53:04 ubuntu-phablet signond[10552]: /build/buildd/signon-8.57+15.04.20150205~rtm/lib/signond/SignOn/key-handler.cpp 89 initialize No key manager has been registered
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsaccessmanager.cpp 267 init CredentialsAccessManager successfully initialized...
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 133 SqlDatabase Supported Drivers: ("QSQLITE")
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 134 SqlDatabase DATABASE NAME [ "/home/phablet/.config/signond/signon.db" ]
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 150 init Database connection succeeded.
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 161 init SQL table structure already created...
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsaccessmanager.cpp 399 openSecretsDB Database name: [ "/home/phablet/.config/signond/signon-secrets.db" ]
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 133 SqlDatabase Supported Drivers: ("QSQLITE")
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 134 SqlDatabase DATABASE NAME [ "/home/phablet/.config/signond/signon-secrets.db" ]
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 150 init Database connection succeeded.
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 161 init SQL table structure already created...
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/signondaemon.cpp 502 init Signond SUCCESSFULLY initialized.
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/signondaemon.cpp 507 onNewConnection New p2p connection "QDBusServer-8871160"
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 81 isPeerAllowedToUseIdentity "Access control list of identity: 1: [unconfined].Tokens count: 1#011"
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 153 peerHasOneOfAccesses "unconfined"
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 168 isPeerAllowedToAccess "unconfined"
Apr 12 23:53:04 ubuntu-phablet signond[10552]: Client connected via P2P socket; treating as unconfined
Apr 12 23:53:04 ubuntu-phablet signond[10552]: Process "unconfined" access to "unconfined" ALLOWED
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/signondaemon.cpp 626 getIdentity Registering identity: 1
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 1374 credentials id: 1 queryPassword: false
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/signondaemon.cpp 652 getIdentity DONE REGISTERING IDENTITY
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 81 isPeerAllowedToUseIdentity "Access control list of identity: 1: [unconfined].Tokens count: 1#011"
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 153 peerHasOneOfAccesses "unconfined"
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 168 isPeerAllowedToAccess "unconfined"
Apr 12 23:53:04 ubuntu-phablet signond[10552]: Client connected via P2P socket; treating as unconfined
Apr 12 23:53:04 ubuntu-phablet signond[10552]: Process "unconfined" access to "unconfined" ALLOWED
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/signondaemonadaptor.cpp 188 getAuthSessionObjectPath ACM passed, creating AuthSession object
Apr 12 23:53:04 ubuntu-phablet signond[10552]: ../../../../src/signond/signonauthsession.cpp 60 createAuthSession
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/signonauthsession.cpp 37 SignonAuthSession
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/signonauthsession.cpp 44 SignonAuthSession "/com/google/code/AccountsSSO/SingleSignOn/AuthSession_0"
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/pluginproxy.cpp 75 PluginProxy
Apr 12 23:53:05 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/main.cpp 71 main handler: 0x14665
Apr 12 23:53:05 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/main.cpp 87 main "password"
Apr 12 23:53:05 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/remotepluginprocess.cpp 186 setupProxySettings
Apr 12 23:53:05 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/remotepluginprocess.cpp 90 loadPlugin loading auth library for "password"
Apr 12 23:53:05 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/remotepluginprocess.cpp 100 loadPlugin library loaded
Apr 12 23:53:05 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/remotepluginprocess.cpp 112 loadPlugin constructor resolved
Apr 12 23:53:05 ubuntu-phablet signonpluginprocess[10554]: /build/buildd/signon-8.57+15.04.20150205~rtm/src/plugins/password/passwordplugin.cpp 33 PasswordPlugin
Apr 12 23:53:05 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/remotepluginprocess.cpp 143 loadPlugin plugin is fully initialized
Apr 12 23:53:05 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/remotepluginprocess.cpp 149 setupDataStreams
Apr 12 23:53:05 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/remotepluginprocess.cpp 165 setupDataStreams cancel thread created
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/pluginproxy.cpp 474 queryType
Apr 12 23:53:05 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/remotepluginprocess.cpp 496 startTask operation is completed
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/pluginproxy.cpp 496 queryMechanisms
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/pluginproxy.cpp 519 queryMechanisms ("password")
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/pluginproxy.cpp 172 createNewPluginProxy The process is started
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/signonsessioncore.cpp 135 sessionCore The new session is created : "1+password"
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/signonauthsession.cpp 75 createAuthSession SignonAuthSession created successfully: "/com/google/code/AccountsSSO/SingleSignOn/AuthSession_0"
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/signonauthsessionadaptor.cpp 76 process "password"
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 1374 credentials id: 1 queryPassword: false
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/signonsessioncore.cpp 919 startNewRequest Starting the authentication process
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/signonsessioncore.cpp 330 startProcess the number of requests is 1
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 1374 credentials id: 1 queryPassword: true
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 1380 credentials Loading credentials from DB.
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/default-secrets-storage.cpp 134 loadCredentials
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 168 isPeerAllowedToAccess "unconfined"
Apr 12 23:53:05 ubuntu-phablet signond[10552]: Client connected via P2P socket; treating as unconfined
Apr 12 23:53:05 ubuntu-phablet signond[10552]: Process "unconfined" access to "unconfined" ALLOWED
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 1466 loadData Loading: 1 , "password"
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 703 methodId method: "password"
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 710 methodId No result or invalid method query.
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/signonauthsession.cpp 142 stateChangedSlot
Apr 12 23:53:05 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/remotepluginprocess.cpp 496 startTask operation is completed
Apr 12 23:53:05 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/remotepluginprocess.cpp 372 sessionDataReceived The cancel thread is started
Apr 12 23:53:05 ubuntu-phablet signonpluginprocess[10554]: /build/buildd/signon-8.57+15.04.20150205~rtm/src/plugins/password/passwordplugin.cpp 64 process
Apr 12 23:53:05 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/remotepluginprocess.cpp 425 disableCancelThread Before the isFinished loop
Apr 12 23:53:05 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/remotepluginprocess.cpp 430 disableCancelThread Internal iteration 0
Apr 12 23:53:05 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/remotepluginprocess.cpp 496 startTask operation is completed
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/pluginproxy.cpp 306 onReadStandardOutput PROXY RESULT OPERATION: 1
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/pluginproxy.cpp 327 onReadStandardOutput PROXY EXPECTED DATA SIZE: 651
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/pluginproxy.cpp 343 handlePluginResponse 1
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/pluginproxy.cpp 346 handlePluginResponse PLUGIN_RESPONSE_RESULT
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/signonsessioncore.cpp 544 processResultReply
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 1374 credentials id: 1 queryPassword: true
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 1380 credentials Loading credentials from DB.
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/default-secrets-storage.cpp 134 loadCredentials
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/signonsessioncore.cpp 516 processStoreOperation Processing store operation.
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 1197 updateCredentials UPDATE: 1
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/default-secrets-storage.cpp 98 updateCredentials INSERT: 1
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/signonidentity.cpp 447 onCredentialsUpdated 1
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/signonsessioncore.cpp 902 startNewRequest No more requests to process
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 81 isPeerAllowedToUseIdentity "Access control list of identity: 1: [unconfined].Tokens count: 1#011"
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 153 peerHasOneOfAccesses "unconfined"
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 168 isPeerAllowedToAccess "unconfined"
Apr 12 23:53:05 ubuntu-phablet signond[10552]: Client connected via P2P socket; treating as unconfined
Apr 12 23:53:05 ubuntu-phablet signond[10552]: Process "unconfined" access to "unconfined" ALLOWED
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/signonidentity.cpp 255 getInfo QUERYING INFO
Apr 12 23:53:05 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 1374 credentials id: 1 queryPassword: false
Apr 12 23:53:05 ubuntu-phablet dbus[795]: [system] Successfully activated service 'com.canonical.SystemImage'
Apr 12 23:53:05 ubuntu-phablet powerd[987]: handle_requestWakeup from :1.198 - ubuntu push client, 1428875885
Apr 12 23:53:05 ubuntu-phablet powerd[987]: void {anonymous}::reset_alarm_clock() found 2 remaining wakeup requests
Apr 12 23:53:05 ubuntu-phablet powerd[987]: setting hardware wakeup time to 2015-04-12 23:53:10 for ubuntu push client
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/signondaemon.cpp 507 onNewConnection New p2p connection "QDBusServer-8937672"
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 81 isPeerAllowedToUseIdentity "Access control list of identity: 1: [unconfined].Tokens count: 1#011"
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 153 peerHasOneOfAccesses "unconfined"
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 168 isPeerAllowedToAccess "unconfined"
Apr 12 23:53:08 ubuntu-phablet signond[10552]: Client connected via P2P socket; treating as unconfined
Apr 12 23:53:08 ubuntu-phablet signond[10552]: Process "unconfined" access to "unconfined" ALLOWED
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/signondaemon.cpp 626 getIdentity Registering identity: 1
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/signondaemon.cpp 652 getIdentity DONE REGISTERING IDENTITY
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 81 isPeerAllowedToUseIdentity "Access control list of identity: 1: [unconfined].Tokens count: 1#011"
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 153 peerHasOneOfAccesses "unconfined"
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 168 isPeerAllowedToAccess "unconfined"
Apr 12 23:53:08 ubuntu-phablet signond[10552]: Client connected via P2P socket; treating as unconfined
Apr 12 23:53:08 ubuntu-phablet signond[10552]: Process "unconfined" access to "unconfined" ALLOWED
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/signondaemonadaptor.cpp 188 getAuthSessionObjectPath ACM passed, creating AuthSession object
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/signonauthsession.cpp 60 createAuthSession
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/signonauthsession.cpp 37 SignonAuthSession
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/signonauthsession.cpp 44 SignonAuthSession "/com/google/code/AccountsSSO/SingleSignOn/AuthSession_1"
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/signonauthsession.cpp 75 createAuthSession SignonAuthSession created successfully: "/com/google/code/AccountsSSO/SingleSignOn/AuthSession_1"
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/signonauthsessionadaptor.cpp 76 process "password"
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 1374 credentials id: 1 queryPassword: false
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/signonsessioncore.cpp 919 startNewRequest Starting the authentication process
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/signonsessioncore.cpp 330 startProcess the number of requests is 1
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 1374 credentials id: 1 queryPassword: true
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 1380 credentials Loading credentials from DB.
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/default-secrets-storage.cpp 134 loadCredentials
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 168 isPeerAllowedToAccess "unconfined"
Apr 12 23:53:08 ubuntu-phablet signond[10552]: Client connected via P2P socket; treating as unconfined
Apr 12 23:53:08 ubuntu-phablet signond[10552]: Process "unconfined" access to "unconfined" ALLOWED
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 1466 loadData Loading: 1 , "password"
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 703 methodId method: "password"
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 710 methodId No result or invalid method query.
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/signonauthsession.cpp 142 stateChangedSlot
Apr 12 23:53:08 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/remotepluginprocess.cpp 372 sessionDataReceived The cancel thread is started
Apr 12 23:53:08 ubuntu-phablet signonpluginprocess[10554]: /build/buildd/signon-8.57+15.04.20150205~rtm/src/plugins/password/passwordplugin.cpp 64 process
Apr 12 23:53:08 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/remotepluginprocess.cpp 425 disableCancelThread Before the isFinished loop
Apr 12 23:53:08 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/remotepluginprocess.cpp 430 disableCancelThread Internal iteration 0
Apr 12 23:53:08 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/remotepluginprocess.cpp 496 startTask operation is completed
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/signonauthsession.cpp 142 stateChangedSlot
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/pluginproxy.cpp 306 onReadStandardOutput PROXY RESULT OPERATION: 1
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/pluginproxy.cpp 327 onReadStandardOutput PROXY EXPECTED DATA SIZE: 651
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/pluginproxy.cpp 343 handlePluginResponse 1
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/pluginproxy.cpp 346 handlePluginResponse PLUGIN_RESPONSE_RESULT
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/signonsessioncore.cpp 544 processResultReply
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 1374 credentials id: 1 queryPassword: true
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 1380 credentials Loading credentials from DB.
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/default-secrets-storage.cpp 134 loadCredentials
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/signonsessioncore.cpp 516 processStoreOperation Processing store operation.
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 1197 updateCredentials UPDATE: 1
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/default-secrets-storage.cpp 98 updateCredentials INSERT: 1
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/signonidentity.cpp 447 onCredentialsUpdated 1
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/signonsessioncore.cpp 902 startNewRequest No more requests to process
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 81 isPeerAllowedToUseIdentity "Access control list of identity: 1: [unconfined].Tokens count: 1#011"
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 153 peerHasOneOfAccesses "unconfined"
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 168 isPeerAllowedToAccess "unconfined"
Apr 12 23:53:08 ubuntu-phablet signond[10552]: Client connected via P2P socket; treating as unconfined
Apr 12 23:53:08 ubuntu-phablet signond[10552]: Process "unconfined" access to "unconfined" ALLOWED
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/signonidentity.cpp 255 getInfo QUERYING INFO
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 1374 credentials id: 1 queryPassword: false
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 81 isPeerAllowedToUseIdentity "Access control list of identity: 1: [unconfined].Tokens count: 1#011"
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 153 peerHasOneOfAccesses "unconfined"
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/accesscontrolmanagerhelper.cpp 168 isPeerAllowedToAccess "unconfined"
Apr 12 23:53:08 ubuntu-phablet signond[10552]: Client connected via P2P socket; treating as unconfined
Apr 12 23:53:08 ubuntu-phablet signond[10552]: Process "unconfined" access to "unconfined" ALLOWED
Apr 12 23:53:08 ubuntu-phablet signond[10552]: ../../../../src/signond/signonidentity.cpp 255 getInfo QUERYING INFO
Apr 12 23:53:10 ubuntu-phablet powerd[987]: worker thread finished waiting for hw alarm
Apr 12 23:53:10 ubuntu-phablet powerd[987]: Emitting wakeup signal
Apr 12 23:53:10 ubuntu-phablet powerd[987]: worker thread is finished working; calling join()
Apr 12 23:53:10 ubuntu-phablet powerd[987]: worker thread is destroyed.
Apr 12 23:53:10 ubuntu-phablet powerd[987]: void {anonymous}::reset_alarm_clock() found 1 remaining wakeup requests
Apr 12 23:53:10 ubuntu-phablet powerd[987]: setting hardware wakeup time to 2015-04-12 23:58:05 for ubuntu push client
Apr 12 23:53:10 ubuntu-phablet powerd[987]: starting hardware alarm worker thread
Apr 12 23:53:10 ubuntu-phablet powerd[987]: calling wait_for_next_alarm
Apr 12 23:53:10 ubuntu-phablet kernel: [71614.314610]rtc_timer_do_work break, next->expires.tv64=1428875607209974909
Apr 12 23:53:41 ubuntu-phablet signond[10552]: ../../../../src/signond/signondisposable.cpp 121 destroyUnused Object unused, deleting: SignonDaemonNS::SignonIdentity(0x83a2f8, name = "/com/google/code/AccountsSSO/SingleSignOn/Identity_0")
Apr 12 23:53:41 ubuntu-phablet signond[10552]: QObject::disconnect: Unexpected null parameter
Apr 12 23:53:41 ubuntu-phablet signond[10552]: QObject::disconnect: Unexpected null parameter
Apr 12 23:53:41 ubuntu-phablet signond[10552]: ../../../../src/signond/signondisposable.cpp 121 destroyUnused Object unused, deleting: SignonDaemonNS::SignonSessionCore(0x87b758)
Apr 12 23:53:41 ubuntu-phablet signond[10552]: ../../../../src/signond/signonauthsession.cpp 52 ~SignonAuthSession
Apr 12 23:53:41 ubuntu-phablet signond[10552]: ../../../../src/signond/signondisposable.cpp 121 destroyUnused Object unused, deleting: SignonDaemonNS::SignonSessionCore(0x87b758)
Apr 12 23:53:41 ubuntu-phablet signond[10552]: ../../../../src/signond/signonauthsession.cpp 52 ~SignonAuthSession
Apr 12 23:53:41 ubuntu-phablet signond[10552]: ../../../../src/signond/signondisposable.cpp 121 destroyUnused Object unused, deleting: SignonDaemonNS::SignonSessionCore(0x87b758)
Apr 12 23:53:41 ubuntu-phablet signond[10552]: ../../../../src/signond/signondisposable.cpp 128 destroyUnused No disposable objects, starting notification timer
Apr 12 23:53:41 ubuntu-phablet signond[10552]: message repeated 3 times: [ ../../../../src/signond/signondisposable.cpp 128 destroyUnused No disposable objects, starting notification timer]
Apr 12 23:53:41 ubuntu-phablet signond[10552]: ../../../../src/signond/pluginproxy.cpp 241 stop
Apr 12 23:53:41 ubuntu-phablet signonpluginprocess[10554]: ../../../../src/remotepluginprocess/remotepluginprocess.cpp 496 startTask operation is completed
Apr 12 23:53:41 ubuntu-phablet signonpluginprocess[10554]: /build/buildd/signon-8.57+15.04.20150205~rtm/src/plugins/password/passwordplugin.cpp 38 ~PasswordPlugin
Apr 12 23:53:41 ubuntu-phablet signond[10552]: ../../../../src/signond/pluginproxy.cpp 452 onExit Plugin process exit with code 0 : 0
Apr 12 23:53:46 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsaccessmanager.cpp 669 onEncryptedFSUnmounting
Apr 12 23:53:46 ubuntu-phablet signond[10552]: ../../../../src/signond/credentialsdb.cpp 1303 ~CredentialsDB
Apr 12 23:53:46 ubuntu-phablet signond[10552]: ../../../../src/signond/signondaemon.cpp 86 ~SignonDaemonConfiguration
Apr 12 23:54:09 ubuntu-phablet powerd[987]: light_dev: setting brightness to 5
Apr 12 23:54:24 ubuntu-phablet powerd[987]: light_dev: setting brightness to 0
Apr 12 23:54:24 ubuntu-phablet powerd[987]: we get signal from :1.12: DisplayPowerStateChange
Apr 12 23:54:24 ubuntu-phablet powerd[987]: Received DisplayPowerStateChange: state=0 flags=1
Apr 12 23:54:24 ubuntu-phablet powerd[987]: handle_clearSysState from :1.12, cookie: 9a6d39f0-bfb8-43f3-bfae-b32ddd26e517
Apr 12 23:54:24 ubuntu-phablet powerd[987]: name_watch_remove: looking for :1.12
Apr 12 23:54:24 ubuntu-phablet powerd[987]: name_watch: ref_count for :1.12 is now 0
Apr 12 23:54:24 ubuntu-phablet powerd[987]: no longer watching :1.12, there are no more requests
Apr 12 23:54:24 ubuntu-phablet powerd[987]: libsuspend: acquire_wake_lock: powerd_power_request
Apr 12 23:54:24 ubuntu-phablet powerd[987]: Enqueue state change to ACTIVE
Apr 12 23:54:24 ubuntu-phablet powerd[987]: queue empty && state == current, discarding
Apr 12 23:54:24 ubuntu-phablet powerd[987]: libsuspend: release_wake_lock: powerd_power_request
Apr 12 23:55:52 ubuntu-phablet powerd[987]: handle_requestSysState from :1.12 - ACTIVE (1)
Apr 12 23:55:52 ubuntu-phablet powerd[987]: name_watch_add: looking for :1.12
Apr 12 23:55:52 ubuntu-phablet powerd[987]: watching :1.12 to see when it disappears on dbus
Apr 12 23:55:52 ubuntu-phablet powerd[987]: libsuspend: acquire_wake_lock: powerd_power_request
Apr 12 23:55:52 ubuntu-phablet powerd[987]: handle_requestSysState - SUCCESS
Apr 12 23:55:52 ubuntu-phablet powerd[987]: Enqueue state change to ACTIVE
Apr 12 23:55:52 ubuntu-phablet powerd[987]: queue empty && state == current, discarding
Apr 12 23:55:52 ubuntu-phablet powerd[987]: libsuspend: release_wake_lock: powerd_power_request
Apr 12 23:55:52 ubuntu-phablet powerd[987]: light_dev: setting brightness to 120
Apr 12 23:55:53 ubuntu-phablet powerd[987]: we get signal from :1.12: DisplayPowerStateChange
Apr 12 23:55:53 ubuntu-phablet powerd[987]: Received DisplayPowerStateChange: state=1 flags=2
Apr 12 23:56:15 ubuntu-phablet kernel: [71629.281558]lipeng debug|[Sound_Speaker_Turnon] Speaker_Volume: 0
Apr 12 23:56:42 ubuntu-phablet powerd[987]: light_dev: setting brightness to 5
|