-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvmware.log
971 lines (971 loc) · 75.8 KB
/
vmware.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
Apr 18 00:25:37.105: vmx| Log for VMware Workstation pid=5144 version=7.0.0 build=build-203739 option=Release
Apr 18 00:25:37.105: vmx| The process is 32-bit.
Apr 18 00:25:37.105: vmx| Host codepage=windows-1252 encoding=windows-1252
Apr 18 00:25:37.105: vmx| Hostname=Euan-PC
Apr 18 00:25:37.117: vmx| IP=(Unknown)
Apr 18 00:25:37.117: vmx| IP=(Unknown)
Apr 18 00:25:37.117: vmx| IP=(Unknown)
Apr 18 00:25:37.117: vmx| IP=(Unknown)
Apr 18 00:25:37.117: vmx| IP=192.168.19.1
Apr 18 00:25:37.117: vmx| IP=192.168.189.1
Apr 18 00:25:37.117: vmx| IP=192.168.1.6
Apr 18 00:25:37.118: vmx| Command line: "C:\Program Files\VMware\VMware Workstation\vmware-vmx.exe" "-T" "querytoken" "-s" "vmx.stdio.keep=TRUE" "-#" "product=1;name=VMware Workstation;version=7.0.0;buildnumber=203739;licensename=VMware Workstation;licenseversion=7.0;" "-@" "pipe=\\.\pipe\vmx458f7f7868b611c6;" "C:\Users\Euan\Documents\Virtual Machines\Euan_Hume_WebArcAss3\Euan_Hume_WebArcAss3.vmx"
Apr 18 00:25:37.118: vmx| Msg_SetLocale: HostLocale=windows-1252 UserLocale=NULL
Apr 18 00:25:37.166: vmx| UI Connecting to pipe '\\.\pipe\vmx458f7f7868b611c6' with user '(null)'
Apr 18 00:25:37.166: vmx| VMXVmdb: Local connection timeout: 60000 ms.
Apr 18 00:25:37.241: vmx| Vix: [3032 mainDispatch.c:369]: VMAutomation: Initializing VMAutomation.
Apr 18 00:25:37.242: vmx| Vix: [3032 mainDispatch.c:391]: VMAutomation: Detected the VM is not managed
Apr 18 00:25:37.243: vmx| Vix: [3032 mainDispatch.c:555]: VMAutomationOpenListenerSocket() listening
Apr 18 00:25:37.245: vmx| Vix: [3032 mainDispatch.c:3485]: VMAutomation_ReportPowerOpFinished: statevar=0, newAppState=1870, success=1
Apr 18 00:25:37.245: vmx| Transitioned vmx/execState/val to poweredOff
Apr 18 00:25:37.246: vmx| Vix: [3032 mainDispatch.c:3485]: VMAutomation_ReportPowerOpFinished: statevar=1, newAppState=1873, success=1
Apr 18 00:25:37.246: vmx| Vix: [3032 mainDispatch.c:3485]: VMAutomation_ReportPowerOpFinished: statevar=2, newAppState=1877, success=1
Apr 18 00:25:37.246: vmx| Vix: [3032 mainDispatch.c:3485]: VMAutomation_ReportPowerOpFinished: statevar=3, newAppState=1881, success=1
Apr 18 00:25:37.246: vmx| HOSTINFO 58926048829 @ 1948300Hz -> 0 @ 1000000Hz
Apr 18 00:25:37.246: vmx| HOSTINFO ((x * 2204469176) >> 32) + -30244853884
Apr 18 00:25:37.248: vmx| HD: host version is 6.1.7600
Apr 18 00:25:37.248: vmx| HD: addr 82c7b3c3
Apr 18 00:25:37.252: vmx| HD: 82d47358, 0
Apr 18 00:25:37.252: vmx| VMMon_GetkHzEstimate: Calculated 1946477 kHz
Apr 18 00:25:37.253: vmx| VMMon_RememberkHzEstimate: Calculated 2000000 kHz
Apr 18 00:25:37.253: vmx| TSC kHz estimates: vmmon 1946477, osReported 2000000. Using 2000000 kHz.
Apr 18 00:25:37.253: vmx| CPU # 0 TSC = 37071490466360
Apr 18 00:25:37.253: vmx| CPU # 1 TSC = 37071490466320
Apr 18 00:25:37.253: vmx| TSC delta 40
Apr 18 00:25:37.253: vmx| CPU # 0 TSC = 37071490658670
Apr 18 00:25:37.253: vmx| CPU # 1 TSC = 37071490658630
Apr 18 00:25:37.253: vmx| TSC delta 40
Apr 18 00:25:37.253: vmx| CPU # 0 TSC = 37071490842180
Apr 18 00:25:37.253: vmx| CPU # 1 TSC = 37071490842230
Apr 18 00:25:37.253: vmx| TSC delta 50
Apr 18 00:25:37.253: vmx| CPU # 0 TSC = 37071491027340
Apr 18 00:25:37.253: vmx| CPU # 1 TSC = 37071491027300
Apr 18 00:25:37.253: vmx| TSC delta 40
Apr 18 00:25:37.253: vmx| TSC min delta 40
Apr 18 00:25:37.253: vmx| PTSC: RefClockToTSC 1948300Hz -> 2000000000Hz
Apr 18 00:25:37.253: vmx| PTSC: RefClockToTSC ((x * 2152801929) >> 21)
Apr 18 00:25:37.253: vmx| PTSC: using reference clock
Apr 18 00:25:37.254: vmx| CPUID[0] vendor: GenuineIntel
Apr 18 00:25:37.254: vmx| CPUID[0] name: Pentium(R) Dual-Core CPU T4200 @ 2.00GHz
Apr 18 00:25:37.254: vmx| CPUID[0] level 00000000, 0: 0x0000000d 0x756e6547 0x6c65746e 0x49656e69
Apr 18 00:25:37.254: vmx| CPUID[0] level 00000001, 0: 0x0001067a 0x00020800 0x0c00e39d 0xbfebfbff
Apr 18 00:25:37.254: vmx| CPUID[0] level 00000002, 0: 0x05b0b101 0x005657f0 0x00000000 0x2cb43078
Apr 18 00:25:37.254: vmx| CPUID[0] level 00000003, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.255: vmx| CPUID[0] level 00000004, 0: 0x04000121 0x01c0003f 0x0000003f 0x00000001
Apr 18 00:25:37.255: vmx| CPUID[0] level 00000005, 0: 0x00000040 0x00000040 0x00000003 0x00002220
Apr 18 00:25:37.255: vmx| CPUID[0] level 00000006, 0: 0x00000001 0x00000002 0x00000003 0x00000000
Apr 18 00:25:37.255: vmx| CPUID[0] level 00000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.255: vmx| CPUID[0] level 00000008, 0: 0x00000400 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.255: vmx| CPUID[0] level 00000009, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.255: vmx| CPUID[0] level 0000000a, 0: 0x07280202 0x00000000 0x00000000 0x00000503
Apr 18 00:25:37.255: vmx| CPUID[0] level 0000000b, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.255: vmx| CPUID[0] level 0000000c, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.255: vmx| CPUID[0] level 0000000d, 0: 0x00000003 0x00000240 0x00000240 0x00000000
Apr 18 00:25:37.255: vmx| CPUID[0] level 80000000, 0: 0x80000008 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.255: vmx| CPUID[0] level 80000001, 0: 0x00000000 0x00000000 0x00000001 0x20100000
Apr 18 00:25:37.255: vmx| CPUID[0] level 80000002, 0: 0x746e6550 0x286d7569 0x44202952 0x2d6c6175
Apr 18 00:25:37.255: vmx| CPUID[0] level 80000003, 0: 0x65726f43 0x55504320 0x20202020 0x54202020
Apr 18 00:25:37.255: vmx| CPUID[0] level 80000004, 0: 0x30303234 0x20402020 0x30302e32 0x007a4847
Apr 18 00:25:37.255: vmx| CPUID[0] level 80000005, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.255: vmx| CPUID[0] level 80000006, 0: 0x00000000 0x00000000 0x04004040 0x00000000
Apr 18 00:25:37.255: vmx| CPUID[0] level 80000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.255: vmx| CPUID[0] level 80000008, 0: 0x00003024 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.255: vmx| CPUID[1] vendor: GenuineIntel
Apr 18 00:25:37.255: vmx| CPUID[1] name: Pentium(R) Dual-Core CPU T4200 @ 2.00GHz
Apr 18 00:25:37.255: vmx| CPUID[1] level 00000000, 0: 0x0000000d 0x756e6547 0x6c65746e 0x49656e69
Apr 18 00:25:37.255: vmx| CPUID[1] level 00000001, 0: 0x0001067a 0x01020800 0x0c00e39d 0xbfebfbff
Apr 18 00:25:37.255: vmx| CPUID[1] level 00000002, 0: 0x05b0b101 0x005657f0 0x00000000 0x2cb43078
Apr 18 00:25:37.255: vmx| CPUID[1] level 00000003, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.255: vmx| CPUID[1] level 00000004, 0: 0x04000121 0x01c0003f 0x0000003f 0x00000001
Apr 18 00:25:37.255: vmx| CPUID[1] level 00000005, 0: 0x00000040 0x00000040 0x00000003 0x00002220
Apr 18 00:25:37.256: vmx| CPUID[1] level 00000006, 0: 0x00000001 0x00000002 0x00000003 0x00000000
Apr 18 00:25:37.256: vmx| CPUID[1] level 00000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.256: vmx| CPUID[1] level 00000008, 0: 0x00000400 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.256: vmx| CPUID[1] level 00000009, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.256: vmx| CPUID[1] level 0000000a, 0: 0x07280202 0x00000000 0x00000000 0x00000503
Apr 18 00:25:37.256: vmx| CPUID[1] level 0000000b, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.256: vmx| CPUID[1] level 0000000c, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.256: vmx| CPUID[1] level 0000000d, 0: 0x00000003 0x00000240 0x00000240 0x00000000
Apr 18 00:25:37.256: vmx| CPUID[1] level 80000000, 0: 0x80000008 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.256: vmx| CPUID[1] level 80000001, 0: 0x00000000 0x00000000 0x00000001 0x20100000
Apr 18 00:25:37.256: vmx| CPUID[1] level 80000002, 0: 0x746e6550 0x286d7569 0x44202952 0x2d6c6175
Apr 18 00:25:37.256: vmx| CPUID[1] level 80000003, 0: 0x65726f43 0x55504320 0x20202020 0x54202020
Apr 18 00:25:37.256: vmx| CPUID[1] level 80000004, 0: 0x30303234 0x20402020 0x30302e32 0x007a4847
Apr 18 00:25:37.256: vmx| CPUID[1] level 80000005, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.256: vmx| CPUID[1] level 80000006, 0: 0x00000000 0x00000000 0x04004040 0x00000000
Apr 18 00:25:37.256: vmx| CPUID[1] level 80000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.256: vmx| CPUID[1] level 80000008, 0: 0x00003024 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.256: vmx| hostCPUID vendor: GenuineIntel
Apr 18 00:25:37.256: vmx| hostCPUID name: Pentium(R) Dual-Core CPU T4200 @ 2.00GHz
Apr 18 00:25:37.256: vmx| hostCPUID level 00000000, 0: 0x0000000d 0x756e6547 0x6c65746e 0x49656e69
Apr 18 00:25:37.256: vmx| hostCPUID level 00000001, 0: 0x0001067a 0x00020800 0x0c00e39d 0xbfebfbff
Apr 18 00:25:37.256: vmx| hostCPUID level 00000002, 0: 0x05b0b101 0x005657f0 0x00000000 0x2cb43078
Apr 18 00:25:37.256: vmx| hostCPUID level 00000003, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.256: vmx| hostCPUID level 00000004, 0: 0x04000121 0x01c0003f 0x0000003f 0x00000001
Apr 18 00:25:37.256: vmx| hostCPUID level 00000005, 0: 0x00000040 0x00000040 0x00000003 0x00002220
Apr 18 00:25:37.256: vmx| hostCPUID level 00000006, 0: 0x00000001 0x00000002 0x00000003 0x00000000
Apr 18 00:25:37.256: vmx| hostCPUID level 00000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.256: vmx| hostCPUID level 00000008, 0: 0x00000400 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.257: vmx| hostCPUID level 00000009, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.257: vmx| hostCPUID level 0000000a, 0: 0x07280202 0x00000000 0x00000000 0x00000503
Apr 18 00:25:37.257: vmx| hostCPUID level 0000000b, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.257: vmx| hostCPUID level 0000000c, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.257: vmx| hostCPUID level 0000000d, 0: 0x00000003 0x00000240 0x00000240 0x00000000
Apr 18 00:25:37.257: vmx| hostCPUID level 80000000, 0: 0x80000008 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.257: vmx| hostCPUID level 80000001, 0: 0x00000000 0x00000000 0x00000001 0x20100000
Apr 18 00:25:37.257: vmx| hostCPUID level 80000002, 0: 0x746e6550 0x286d7569 0x44202952 0x2d6c6175
Apr 18 00:25:37.257: vmx| hostCPUID level 80000003, 0: 0x65726f43 0x55504320 0x20202020 0x54202020
Apr 18 00:25:37.257: vmx| hostCPUID level 80000004, 0: 0x30303234 0x20402020 0x30302e32 0x007a4847
Apr 18 00:25:37.257: vmx| hostCPUID level 80000005, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.257: vmx| hostCPUID level 80000006, 0: 0x00000000 0x00000000 0x04004040 0x00000000
Apr 18 00:25:37.257: vmx| hostCPUID level 80000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.257: vmx| hostCPUID level 80000008, 0: 0x00003024 0x00000000 0x00000000 0x00000000
Apr 18 00:25:37.257: vmx| CPUID Maximum Physical Address Bits supported across all CPUs: 36
Apr 18 00:25:37.272: vmx| Host ACPI: can't find SRAT
Apr 18 00:25:37.272: vmx| Host: SRAT tables not found in memory
Apr 18 00:25:37.272: vmx| Setting thread 36 stack size to 1048576.
Apr 18 00:25:37.273: WinNotifyThread| WinNotify thread is alive
Apr 18 00:25:37.495: vmx| ConfigCheck: No rules file found. Checks are disabled.
Apr 18 00:25:37.495: vmx| changing directory to C:\Users\Euan\Documents\Virtual Machines\Euan_Hume_WebArcAss3\.
Apr 18 00:25:37.495: vmx| Config file: C:\Users\Euan\Documents\Virtual Machines\Euan_Hume_WebArcAss3\Euan_Hume_WebArcAss3.vmx
Apr 18 00:25:37.497: vmx| Vix: [3032 mainDispatch.c:3485]: VMAutomation_ReportPowerOpFinished: statevar=1, newAppState=1873, success=1
Apr 18 00:25:37.497: vmx| Vix: [3032 mainDispatch.c:3485]: VMAutomation_ReportPowerOpFinished: statevar=2, newAppState=1878, success=1
Apr 18 00:25:37.526: vmx| VMXVmdb_LoadRawConfig: Loading raw config
Apr 18 00:25:37.588: vmx| VMXVmdbCbVmVmxExecState: Exec state change requested to state poweredOn without reset, hard.
Apr 18 00:25:37.588: vmx| PowerOn
Apr 18 00:25:37.588: vmx| VMX_PowerOn: VMX build 203739, UI build 203739
Apr 18 00:25:37.588: vmx| Host: WIN32 highest NUMA node 0
Apr 18 00:25:37.588: vmx| Host: WIN32 NUMA node 0, CPU mask 0x0000000000000003
Apr 18 00:25:37.596: vmx| VMXVmdb_LoadRawConfig: Loading raw config
Apr 18 00:25:37.601: vmx| Vix: [3032 mainDispatch.c:3485]: VMAutomation_ReportPowerOpFinished: statevar=0, newAppState=1871, success=1
Apr 18 00:25:37.601: vmx| HOST Windows version 6.1, build 7600, platform 2, "", SMP
Apr 18 00:25:37.601: vmx| DICT --- USER PREFERENCES C:\Users\Euan\AppData\Roaming\VMware\preferences.ini
Apr 18 00:25:37.601: vmx| DICT pref.eula.0.appName = VMware Player
Apr 18 00:25:37.601: vmx| DICT pref.eula.0.buildNumber = 203739
Apr 18 00:25:37.602: vmx| DICT pref.usbDev.maxDevs = 0
Apr 18 00:25:37.602: vmx| DICT pref.keyboardAndMouse.maxProfiles = 0
Apr 18 00:25:37.602: vmx| DICT webUpdate.lastCheckTime = 1302986023
Apr 18 00:25:37.602: vmx| DICT webUpdate.updatesAvailable = TRUE
Apr 18 00:25:37.602: vmx| DICT pref.eula.1.appName = VMware Workstation
Apr 18 00:25:37.602: vmx| DICT pref.eula.1.buildNumber = 203739
Apr 18 00:25:37.602: vmx| DICT vmWizard.installMediaType = iso
Apr 18 00:25:37.602: vmx| DICT vmWizard.guestKey = ubuntu
Apr 18 00:25:37.602: vmx| DICT vmWizard.mruISO0.isoLocation = C:\Users\Euan\Downloads\ubuntu-10.04.2-server-i386.iso
Apr 18 00:25:37.602: vmx| DICT pref.view.toolbars.list = _SEP_,POWER_OFF,SUSPEND,POWER_ON,RESET,POLICIES,PKG_SETTINGS,NEW_PKG,POCKET_ACE,PREVIEW,SNAPSHOT,REVERT,SNAPSHOT_MANAGER,FAVORITES,QUICK_SWITCH,FULL_SCREEN,UNITY,SUMMARY,APPLIANCE,CONSOLE,QUICK_MINIMIZE,FILE_EXIT,INSTANCE_DETAILS,INSTANCE_REACT,INSTANCE_DEACT,REPLAY_PLAY,REPLAY_RECORD
Apr 18 00:25:37.602: vmx| DICT pref.ws.currentObj.path = /vm/#458f7f7868b611c6/
Apr 18 00:25:37.602: vmx| DICT pref.ws.currentObj.type = vm
Apr 18 00:25:37.602: vmx| DICT pref.ws.openedObj0.present = TRUE
Apr 18 00:25:37.602: vmx| DICT pref.ws.openedObj0.name = Home
Apr 18 00:25:37.602: vmx| DICT pref.ws.openedObj1.present = TRUE
Apr 18 00:25:37.602: vmx| DICT pref.ws.openedObj1.type = vm
Apr 18 00:25:37.603: vmx| DICT pref.ws.openedObj1.path = /vm/#458f7f7868b611c6/
Apr 18 00:25:37.603: vmx| DICT pref.ws.openedObj1.file = C:\Users\Euan\Documents\Virtual Machines\Euan_Hume_WebArcAss3\Euan_Hume_WebArcAss3.vmx
Apr 18 00:25:37.603: vmx| DICT pref.ws.openedObj1.name = Euan_Hume_WebArcAss3
Apr 18 00:25:37.603: vmx| DICT pref.ws.openedObj.maxNum = 2
Apr 18 00:25:37.603: vmx| DICT pref.placement.left = 311
Apr 18 00:25:37.603: vmx| DICT pref.placement.top = 43
Apr 18 00:25:37.603: vmx| DICT pref.placement.right = 1171
Apr 18 00:25:37.603: vmx| DICT pref.placement.bottom = 662
Apr 18 00:25:37.603: vmx| DICT hint.vmui.showAllUSBDevs = FALSE
Apr 18 00:25:37.603: vmx| DICT --- USER DEFAULTS C:\Users\Euan\AppData\Roaming\VMware\config.ini
Apr 18 00:25:37.603: vmx| DICT --- HOST DEFAULTS C:\ProgramData\VMware\VMware Workstation\config.ini
Apr 18 00:25:37.603: vmx| DICT --- SITE DEFAULTS C:\ProgramData\VMware\VMware Workstation\config.ini
Apr 18 00:25:37.603: vmx| DICT --- COMMAND LINE
Apr 18 00:25:37.603: vmx| DICT vmx.stdio.keep = TRUE
Apr 18 00:25:37.603: vmx| DICT gui.available = TRUE
Apr 18 00:25:37.603: vmx| DICT --- CONFIGURATION C:\Users\Euan\Documents\Virtual Machines\Euan_Hume_WebArcAss3\Euan_Hume_WebArcAss3.vmx
Apr 18 00:25:37.603: vmx| DICT config.version = 8
Apr 18 00:25:37.603: vmx| DICT virtualHW.version = 7
Apr 18 00:25:37.603: vmx| DICT maxvcpus = 4
Apr 18 00:25:37.603: vmx| DICT scsi0.present = TRUE
Apr 18 00:25:37.603: vmx| DICT scsi0.virtualDev = lsilogic
Apr 18 00:25:37.603: vmx| DICT memsize = 512
Apr 18 00:25:37.603: vmx| DICT scsi0:0.present = TRUE
Apr 18 00:25:37.603: vmx| DICT scsi0:0.fileName = Euan_Hume_WebArcAss3.vmdk
Apr 18 00:25:37.603: vmx| DICT ide0:0.present = FALSE
Apr 18 00:25:37.603: vmx| DICT ide0:0.fileName = auto detect
Apr 18 00:25:37.603: vmx| DICT ide0:0.deviceType = cdrom-raw
Apr 18 00:25:37.603: vmx| DICT ide1:0.present = TRUE
Apr 18 00:25:37.603: vmx| DICT ide1:0.fileName = auto detect
Apr 18 00:25:37.603: vmx| DICT ide1:0.deviceType = cdrom-raw
Apr 18 00:25:37.603: vmx| DICT floppy0.fileType = device
Apr 18 00:25:37.603: vmx| DICT floppy0.fileName =
Apr 18 00:25:37.603: vmx| DICT floppy0.clientDevice = FALSE
Apr 18 00:25:37.603: vmx| DICT ethernet0.present = TRUE
Apr 18 00:25:37.603: vmx| DICT ethernet0.connectionType = nat
Apr 18 00:25:37.603: vmx| DICT ethernet0.wakeOnPcktRcv = FALSE
Apr 18 00:25:37.603: vmx| DICT ethernet0.addressType = generated
Apr 18 00:25:37.603: vmx| DICT usb.present = TRUE
Apr 18 00:25:37.603: vmx| DICT ehci.present = TRUE
Apr 18 00:25:37.603: vmx| DICT sound.present = TRUE
Apr 18 00:25:37.603: vmx| DICT sound.fileName = -1
Apr 18 00:25:37.603: vmx| DICT sound.autodetect = TRUE
Apr 18 00:25:37.603: vmx| DICT pciBridge0.present = TRUE
Apr 18 00:25:37.603: vmx| DICT pciBridge4.present = TRUE
Apr 18 00:25:37.603: vmx| DICT pciBridge4.virtualDev = pcieRootPort
Apr 18 00:25:37.603: vmx| DICT pciBridge4.functions = 8
Apr 18 00:25:37.603: vmx| DICT pciBridge5.present = TRUE
Apr 18 00:25:37.604: vmx| DICT pciBridge5.virtualDev = pcieRootPort
Apr 18 00:25:37.604: vmx| DICT pciBridge5.functions = 8
Apr 18 00:25:37.604: vmx| DICT pciBridge6.present = TRUE
Apr 18 00:25:37.604: vmx| DICT pciBridge6.virtualDev = pcieRootPort
Apr 18 00:25:37.604: vmx| DICT pciBridge6.functions = 8
Apr 18 00:25:37.604: vmx| DICT pciBridge7.present = TRUE
Apr 18 00:25:37.604: vmx| DICT pciBridge7.virtualDev = pcieRootPort
Apr 18 00:25:37.604: vmx| DICT pciBridge7.functions = 8
Apr 18 00:25:37.604: vmx| DICT vmci0.present = TRUE
Apr 18 00:25:37.604: vmx| DICT roamingVM.exitBehavior = go
Apr 18 00:25:37.604: vmx| DICT displayName = Euan_Hume_WebArcAss3
Apr 18 00:25:37.604: vmx| DICT guestOS = ubuntu
Apr 18 00:25:37.604: vmx| DICT nvram = Euan_Hume_WebArcAss3.nvram
Apr 18 00:25:37.604: vmx| DICT virtualHW.productCompatibility = hosted
Apr 18 00:25:37.604: vmx| DICT extendedConfigFile = Euan_Hume_WebArcAss3.vmxf
Apr 18 00:25:37.604: vmx| DICT ethernet0.generatedAddress = 00:0c:29:17:84:d3
Apr 18 00:25:37.604: vmx| DICT tools.syncTime = FALSE
Apr 18 00:25:37.604: vmx| DICT uuid.location = 56 4d 0b d7 4f 03 75 65-fb 02 5f 6f 9b 17 84 d3
Apr 18 00:25:37.604: vmx| DICT uuid.bios = 56 4d 0b d7 4f 03 75 65-fb 02 5f 6f 9b 17 84 d3
Apr 18 00:25:37.604: vmx| DICT cleanShutdown = TRUE
Apr 18 00:25:37.604: vmx| DICT replay.supported = TRUE
Apr 18 00:25:37.604: vmx| DICT replay.filename =
Apr 18 00:25:37.604: vmx| DICT scsi0:0.redo =
Apr 18 00:25:37.604: vmx| DICT pciBridge0.pciSlotNumber = 17
Apr 18 00:25:37.604: vmx| DICT pciBridge4.pciSlotNumber = 21
Apr 18 00:25:37.604: vmx| DICT pciBridge5.pciSlotNumber = 22
Apr 18 00:25:37.604: vmx| DICT pciBridge6.pciSlotNumber = 23
Apr 18 00:25:37.604: vmx| DICT pciBridge7.pciSlotNumber = 24
Apr 18 00:25:37.604: vmx| DICT scsi0.pciSlotNumber = 16
Apr 18 00:25:37.604: vmx| DICT usb.pciSlotNumber = 32
Apr 18 00:25:37.604: vmx| DICT ethernet0.pciSlotNumber = 33
Apr 18 00:25:37.604: vmx| DICT sound.pciSlotNumber = 34
Apr 18 00:25:37.604: vmx| DICT ehci.pciSlotNumber = 35
Apr 18 00:25:37.604: vmx| DICT vmci0.pciSlotNumber = 36
Apr 18 00:25:37.604: vmx| DICT vmotion.checkpointFBSize = 16777216
Apr 18 00:25:37.604: vmx| DICT ethernet0.generatedAddressOffset = 0
Apr 18 00:25:37.604: vmx| DICT vmci0.id = -1692957485
Apr 18 00:25:37.604: vmx| DICT floppy0.autodetect = TRUE
Apr 18 00:25:37.604: vmx| DICT ide0:0.autodetect = TRUE
Apr 18 00:25:37.604: vmx| DICT ide1:0.autodetect = TRUE
Apr 18 00:25:37.604: vmx| DICT ide1:0.startConnected = FALSE
Apr 18 00:25:37.604: vmx| DICT floppy0.startConnected = FALSE
Apr 18 00:25:37.604: vmx| DICT --- USER DEFAULTS C:\Users\Euan\AppData\Roaming\VMware\config.ini
Apr 18 00:25:37.604: vmx| DICT --- HOST DEFAULTS C:\ProgramData\VMware\VMware Workstation\config.ini
Apr 18 00:25:37.604: vmx| DICT --- SITE DEFAULTS C:\ProgramData\VMware\VMware Workstation\config.ini
Apr 18 00:25:37.604: vmx| DICT --- GLOBAL SETTINGS C:\ProgramData\VMware\VMware Workstation\settings.ini
Apr 18 00:25:37.606: vmx| Vix: [3032 mainDispatch.c:3485]: VMAutomation_ReportPowerOpFinished: statevar=1, newAppState=1873, success=1
Apr 18 00:25:37.615: vmx| VMXVmdb_LoadRawConfig: Loading raw config
Apr 18 00:25:37.620: vmx| hostCpuFeatures = 0x406001fc
Apr 18 00:25:37.620: vmx| hostNumPerfCounters = 2
Apr 18 00:25:37.620: vmx| CPU0: PMC: bad VMENTRY_CTL_LOAD_CPGC or VMEXIT_CTL_LOAD_CPGC
Apr 18 00:25:37.620: vmx| PMC: Patch Level 0xa07, smmFrz (hw): (1)
Apr 18 00:25:37.620: vmx| PMC: IA32, Penryn [c:0 f:1 e:0]
Apr 18 00:25:37.620: vmx| CPU1: PMC: bad VMENTRY_CTL_LOAD_CPGC or VMEXIT_CTL_LOAD_CPGC
Apr 18 00:25:37.620: vmx| PMC: Patch Level 0xa07, smmFrz (hw): (1)
Apr 18 00:25:37.620: vmx| PMC: IA32, Penryn [c:0 f:1 e:0]
Apr 18 00:25:37.621: vmx| MONITOR MODE: allowed modes : BT
Apr 18 00:25:37.621: vmx| MONITOR MODE: user requested modes : BT HV HWMMU
Apr 18 00:25:37.621: vmx| MONITOR MODE: guestOS preferred modes: HWMMU BT HV
Apr 18 00:25:37.621: vmx| MONITOR MODE: filtered list : BT
Apr 18 00:25:37.621: vmx| HV Settings: virtual exec = 'software'; virtual mmu = 'software'
Apr 18 00:25:37.634: vmx| Host display topology 1366x768.
Apr 18 00:25:37.634: vmx| SVGA: Max size 2560x1600
Apr 18 00:25:37.634: vmx| WSSCAN: reserved mem (in MB) min=32 max=2872 recommended=2872
Apr 18 00:25:37.634: vmx| WSSCAN: used rec mem (in MB) 2872
Apr 18 00:25:37.634: vmx| PShare: enabled 1 adaptive 1 local 0 scanRate [16, 400]
Apr 18 00:25:37.634: vmx| WSSCAN: 165449 8379 131072 32768
Apr 18 00:25:37.671: vmx| WSSCAN 1 1 567969 576161 735232 593799 50 0
Apr 18 00:25:37.677: vmx| LICENSE using: 'HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc.\VMware Workstation\Dormant\License.ws.7.0.e1.200904'
Apr 18 00:25:37.697: vmx| LOG failed to remove stats\stats32-2 failed: The system cannot find the path specified
Apr 18 00:25:37.697: vmx| LOG failed to rename stats\stats32-1 -> stats\stats32-2 failed: The system cannot find the path specified
Apr 18 00:25:37.697: vmx| LOG failed to rename stats\stats32-0 -> stats\stats32-1 failed: The system cannot find the path specified
Apr 18 00:25:37.697: vmx| LOG failed to rename stats\stats32 -> stats\stats32-0 failed: The system cannot find the path specified
Apr 18 00:25:37.697: vmx| LOG failed to remove stats\stats64-2 failed: The system cannot find the path specified
Apr 18 00:25:37.698: vmx| LOG failed to rename stats\stats64-1 -> stats\stats64-2 failed: The system cannot find the path specified
Apr 18 00:25:37.698: vmx| LOG failed to rename stats\stats64-0 -> stats\stats64-1 failed: The system cannot find the path specified
Apr 18 00:25:37.698: vmx| LOG failed to rename stats\stats64 -> stats\stats64-0 failed: The system cannot find the path specified
Apr 18 00:25:37.698: vmx| LOG failed to remove stats32-2 failed: The system cannot find the file specified
Apr 18 00:25:37.698: vmx| LOG failed to remove stats64-2 failed: The system cannot find the file specified
Apr 18 00:25:37.699: vmx| Host IPI vectors: 0xe1 0
Apr 18 00:25:37.699: vmx| Monitor_PowerOn: HostedVSMP skew tracking is disabled
Apr 18 00:25:37.699: vmx| Monitor_PowerOn: HostedVSMP crosscall yielding is disabled
Apr 18 00:25:37.700: vmx| vmm32-modules: [vmm.vmm32 .data:0x2b000-0x748 .sdata:0x2c000-0x4e4 .statvars:0x2d000-0x3a0 .peer:0x2e000-0x26200 .shared:0x5a000-0x143c0 .bss:0x6f000-0x5de8 .rodata:0x76000-0xb6c0 .text:0x82000-0x5c51d .kstatvars:0x3000-0x0, mmu-nohv.vmm32 .rodata:0x816c0-0x44 .data:0x2b748-0x10 .peer:0x54200-0x5640 .shared:0x6e3c0-0x340 .bss:0x74e00-0x51c .text:0xde520-0xa4e3 .comment:0x40000d5c-0x10e .statvars:0x2000-0x0 .kstatvars:0x2000-0x0 .scb:0x40003cc0-0x180 .shared_meta:0x400042f0-0x330 .peer_meta:0x40000f90-0x1e0 .patchtext:0x40000500-0xb0, pv-none.vmm32 .shared:0x6e700-0x180 .bss:0x75320-0x84 .text:0xe8a04-0xe2 .comment:0x40000e6a-0x48 .shared_meta:0x40004620-0x90, vprobe-none.vmm32 .text:0xe8ae8-0x19 .comment:0x40000eb2-0x12, hv-none.vmm32 .rodata:0x81704-0x4 .data:0x1000-0x0 .peer:0x1000-0x0 .shared:0x1000-0x0 .bss:0x1000-0x0 .text:0xe8b04-0x11 .comment:0x40000ec4-0x12 .statvars:0x1000-0x0 .kstatvars:0x1000-0x0, gphys-sw.vmm32 .peer:0x59840-0x40 .shared:0x6e880-0x80 .bss:0x2000-0x0 .text:0xe8b20-0x7d1 .comment:0x40000ed6-0x12 .scb:0x40003e40-0x60 .shared_meta:0x400046b0-0x240 .peer_meta:0x40001170-0x30, vassert-none.vmm32 .text:0xe92f4-0x39 .comment:0x40000ee8-0x12, vmsafe-none.vmm32 .text:0xe9330-0x1b .comment:0x40000efa-0x12, <MonSrcFile> .rodata:0x81708-0x3ce]
Apr 18 00:25:37.706: vmx| KHZEstimate 2000000
Apr 18 00:25:37.706: vmx| MHZEstimate 2000
Apr 18 00:25:37.706: vmx| NumVCPUs 1
Apr 18 00:25:37.706: vmx| PShare: checkRate 16
Apr 18 00:25:37.707: vmx| UUID: location-UUID is 56 4d 9f 57 36 1b f3 af-dc 83 ab 57 6e 06 3e 7f
Apr 18 00:25:37.708: vmx| UUID: location-UUID is 56 4d 0b d7 4f 03 75 65-fb 02 5f 6f 9b 17 84 d3
Apr 18 00:25:37.709: vmx| UUID: location-UUID is 56 4d 0b d7 4f 03 75 65-fb 02 5f 6f 9b 17 84 d3
Apr 18 00:25:37.710: vmx| AIOGNRC: numThreads=18 ide=0, scsi=1, passthru=1
Apr 18 00:25:37.710: vmx| WORKER: Creating new group with numThreads=18 (18)
Apr 18 00:25:37.781: vmx| Replay State = 0
Apr 18 00:25:37.781: vmx| minDEThreshold: 76
Apr 18 00:25:37.817: vmx| MM: Using partialmap, 131072 pages AC 0 CE 1 TM 0 DOHU 0
Apr 18 00:25:37.830: vmx| MMC: Initialized PLS=1 PLR=0 PFS=0 TS=1 BS=1 WZ=0 BufM=512 SOR=1 BlkP=32 W=50 PF=512
Apr 18 00:25:37.831: vmx| UUID: location-UUID is 56 4d 0b d7 4f 03 75 65-fb 02 5f 6f 9b 17 84 d3
Apr 18 00:25:37.837: vmx| MM: Opened paging file, 'C:\Users\Euan\Documents\Virtual Machines\Euan_Hume_WebArcAss3\564d0bd7-4f03-7565-fb02-5f6f9b1784d3.vmem'.
Apr 18 00:25:37.838: vmx| MStat: Creating Stat vm.uptime
Apr 18 00:25:37.838: vmx| MStat: Creating Stat vm.suspendTime
Apr 18 00:25:37.838: vmx| MStat: Creating Stat vm.powerOnTimeStamp
Apr 18 00:25:37.839: vmx| Setting thread 37 stack size to 1048576.
Apr 18 00:25:37.842: vmx| VMXAIOMGR: Using: simple=Generic unbuf=Compl
Apr 18 00:25:37.861: vmx| VMXVmdb_LoadRawConfig: Loading raw config
Apr 18 00:25:37.868: vmx| DISK: OPEN scsi0:0 'C:\Users\Euan\Documents\Virtual Machines\Euan_Hume_WebArcAss3\Euan_Hume_WebArcAss3.vmdk' persistent R[]
Apr 18 00:25:38.004: vmx| DISKLIB-DSCPTR: Opened [0]: "Euan_Hume_WebArcAss3.vmdk" (0xa)
Apr 18 00:25:38.004: vmx| DISKLIB-LINK : Opened 'C:\Users\Euan\Documents\Virtual Machines\Euan_Hume_WebArcAss3\Euan_Hume_WebArcAss3.vmdk' (0xa): monolithicSparse, 4194304 sectors / 2 GB.
Apr 18 00:25:38.004: vmx| DISKLIB-LIB : Opened "C:\Users\Euan\Documents\Virtual Machines\Euan_Hume_WebArcAss3\Euan_Hume_WebArcAss3.vmdk" (flags 0xa).
Apr 18 00:25:38.004: vmx| DiskGetGeometry: Reading of disk partition table
Apr 18 00:25:38.015: vmx| DISK: OPEN 'C:\Users\Euan\Documents\Virtual Machines\Euan_Hume_WebArcAss3\Euan_Hume_WebArcAss3.vmdk' Geo (261/255/63) BIOS Geo (261/255/63)
Apr 18 00:25:38.049: vmx| TimeTracker host to guest rate conversion 38305181768226 @ 2000000000Hz -> 38305181768226 @ 2000000000Hz
Apr 18 00:25:38.049: vmx| TimeTracker host to guest rate conversion ((x * 2147483648) >> 31) + 0
Apr 18 00:25:38.050: vmx| USB: Initializing 'Generic' backend
Apr 18 00:25:38.051: vmx| USBGW: Write arbitrator op:0 len:4
Apr 18 00:25:38.051: vmx| USBGW: Write arbitrator op:13 len:26
Apr 18 00:25:38.051: vmx| USB: Initializing 'Virtual Hub' backend
Apr 18 00:25:38.051: vmx| USB: Initializing 'Virtual Mouse' backend
Apr 18 00:25:38.052: vmx| USB: Initializing 'Virtual Keyboard' backend
Apr 18 00:25:38.052: vmx| USB: Initializing 'Virtual Mass Storage' backend
Apr 18 00:25:38.052: vmx| USB: Initializing 'Virtual CCID' backend
Apr 18 00:25:38.142: vmx| Setting thread 38 stack size to 1048576.
Apr 18 00:25:38.144: vmx| WORKER: Creating new group with numThreads=1 (19)
Apr 18 00:25:38.164: usbCCIDEnumCards| USB-CCID: Card enum thread created.
Apr 18 00:25:38.170: vmx| USBGW: Skipping disk backing for file (C:\Users\Euan\Documents\Virtual Machines\Euan_Hume_WebArcAss3\Euan_Hume_WebArcAss3.vmx).
Apr 18 00:25:38.174: vmx| USBGW: Skipping disk backing for file (C:\Users\Euan\Documents\Virtual Machines\Euan_Hume_WebArcAss3\Euan_Hume_WebArcAss3.vmdk).
Apr 18 00:25:38.175: vmx| USBGW: Skipping disk backing for file (C:\Users\Euan\Documents\Virtual Machines\Euan_Hume_WebArcAss3\Euan_Hume_WebArcAss3.vmsd).
Apr 18 00:25:38.177: vmx| USBGW: Skipping disk backing for file (C:\Users\Euan\Documents\Virtual Machines\Euan_Hume_WebArcAss3\Euan_Hume_WebArcAss3.nvram).
Apr 18 00:25:38.193: vmx| WORKER: Creating new group with numThreads=1 (20)
Apr 18 00:25:38.193: vmx| MKS: Base polling period is 1000000us
Apr 18 00:25:38.194: vmx| KHBKL: Unable to parse keystring at: ''
Apr 18 00:25:38.194: vmx| MKS REMOTE Loading VNC Configuration from VM config file
Apr 18 00:25:38.200: vmx| VLANCE: send cluster threshold is 80, size = 2 recalcInterval is 2 ticks
Apr 18 00:25:38.200: vmx| VMXNET: send cluster threshold is 80, size = 2 recalcInterval is 2 ticks, dontClusterSize is 128
Apr 18 00:25:38.201: vmx| NetPkt: checksum cycles/kB: C=2377 asm1=3058 asm2=2954
Apr 18 00:25:38.203: vmx| NetPkt: copy and sum cycles/kB: C=3757 asm1=2997 asm2=2997
Apr 18 00:25:38.208: vmx| Chipset version: 0x13
Apr 18 00:25:38.241: vmx| DISKUTIL: ide1:0 : capacity=0
Apr 18 00:25:38.241: vmx| DISKUTIL: ide1:0 : geometry=0/0/0
Apr 18 00:25:38.241: vmx| LSI: vIC initialized 50/4/100/0
Apr 18 00:25:38.242: vmx| SCSI0: UNTAGGED commands will be converted to ORDER tags.
Apr 18 00:25:38.242: vmx| DISKUTIL: scsi0:0 : capacity=4194304
Apr 18 00:25:38.242: vmx| DISKUTIL: scsi0:0 : geometry=261/255/63
Apr 18 00:25:38.243: vmx| SVGA: Device capabilities 0x001fc3e2
Apr 18 00:25:38.243: vmx| Host display topology 1366x768.
Apr 18 00:25:38.243: vmx| SVGA: Max size 2560x1600
Apr 18 00:25:38.286: vmx| Host display topology 1366x768 with 1 displays.
Apr 18 00:25:38.286: vmx| SVGA: Max size 2560x1600
Apr 18 00:25:38.287: vmx| SVGA: FIFO capabilities 0x0000007f
Apr 18 00:25:38.287: vmx| USB: Initializing 'UHCI' host controller
Apr 18 00:25:38.288: vmx| Ethernet0 MAC Address: 00:0c:29:17:84:d3
Apr 18 00:25:38.288: vmx| USB: Initializing 'EHCI' host controller
Apr 18 00:25:38.321: vmx| MStat: Creating Stat vm.heartbeat
Apr 18 00:25:38.322: vmx| TOOLS Generated SessionId 6035822916685024206
Apr 18 00:25:38.323: vmx| VMXVmdbGuest_GetToolsVersion did nothing; tools version has not yet been initialized
Apr 18 00:25:38.323: vmx| DISKUTIL: scsi0:0 : toolsVersion = 8227
Apr 18 00:25:38.323: vmx| VMXVmdbGuest_GetToolsVersion did nothing; tools version has not yet been initialized
Apr 18 00:25:38.323: vmx| TOOLS setting legacy tools version to '8227', manifest status is 5
Apr 18 00:25:38.323: vmx| VMXVmdb_SetToolsVersionState: status value set to 'ok'
Apr 18 00:25:38.323: vmx| VMXVmdb_SetToolsVersionState: status value set to 'ok'
Apr 18 00:25:38.323: vmx| TOOLS INSTALL initializing state to IDLE on power on.
Apr 18 00:25:38.326: vmx| PTSC to VMI Wallclock (nsec) 38305736023730 @ 2000000000Hz -> 1303082738000000000 @ 1000000000Hz
Apr 18 00:25:38.326: vmx| PTSC to VMI Wallclock (nsec) ((x * 2147483648) >> 32) + 1303063585131988135
Apr 18 00:25:38.326: vmx| PTSC to ParaTime RealCycles 0 @ 2000000000Hz -> 0 @ 2000000000Hz
Apr 18 00:25:38.326: vmx| PTSC to ParaTime RealCycles ((x * 1) >> 0) + 0
Apr 18 00:25:38.326: vmx| ParaTime RealCycles to PTSC 0 @ 2000000000Hz -> 0 @ 2000000000Hz
Apr 18 00:25:38.326: vmx| ParaTime RealCycles to PTSC ((x * 1) >> 0) + 0
Apr 18 00:25:38.326: vmx| memoryHotplug: Current size = 512MB, Minimum size = 512MB, Maximum size = 512MB
Apr 18 00:25:38.326: vmx| memoryHotplug: Entry[0]: 00000000000000A0-00000000000A0000
Apr 18 00:25:38.326: vmx| memoryHotplug: Entry[1]: 00000000001000A0-0000000020000000
Apr 18 00:25:38.329: vmx| guestCpuFeatures = 0x404001f8
Apr 18 00:25:38.329: vmx| guestCPUID vendor: GenuineIntel
Apr 18 00:25:38.329: vmx| guestCPUID name: Pentium(R) Dual-Core CPU T4200 @ 2.00GHz
Apr 18 00:25:38.329: vmx| guestCPUID level 00000000, 0: 0x0000000d 0x756e6547 0x6c65746e 0x49656e69
Apr 18 00:25:38.329: vmx| guestCPUID level 00000001, 0: 0x0001067a 0x00010800 0x80000201 0x0febfbff
Apr 18 00:25:38.329: vmx| guestCPUID level 00000002, 0: 0x05b0b101 0x005657f0 0x00000000 0x2cb43078
Apr 18 00:25:38.329: vmx| guestCPUID level 00000003, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:38.329: vmx| guestCPUID level 00000004, 0: 0x04000121 0x01c0003f 0x0000003f 0x00000001
Apr 18 00:25:38.329: vmx| guestCPUID level 00000005, 0: 0x00000040 0x00000040 0x00000003 0x00002220
Apr 18 00:25:38.329: vmx| guestCPUID level 00000006, 0: 0x00000001 0x00000002 0x00000003 0x00000000
Apr 18 00:25:38.329: vmx| guestCPUID level 00000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:38.329: vmx| guestCPUID level 00000008, 0: 0x00000400 0x00000000 0x00000000 0x00000000
Apr 18 00:25:38.329: vmx| guestCPUID level 00000009, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:38.329: vmx| guestCPUID level 0000000a, 0: 0x07280202 0x00000000 0x00000000 0x00000503
Apr 18 00:25:38.329: vmx| guestCPUID level 0000000b, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:38.329: vmx| guestCPUID level 0000000c, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:38.329: vmx| guestCPUID level 0000000d, 0: 0x00000003 0x00000240 0x00000240 0x00000000
Apr 18 00:25:38.329: vmx| guestCPUID level 40000000, 0: 0x40000010 0x61774d56 0x4d566572 0x65726177
Apr 18 00:25:38.329: vmx| guestCPUID level 40000010, 0: 0x001e8480 0x000101d0 0x00000000 0x00000000
Apr 18 00:25:38.329: vmx| guestCPUID level 80000000, 0: 0x80000008 0x00000000 0x00000000 0x00000000
Apr 18 00:25:38.329: vmx| guestCPUID level 80000001, 0: 0x00000000 0x00000000 0x00000000 0x00100000
Apr 18 00:25:38.329: vmx| guestCPUID level 80000002, 0: 0x746e6550 0x286d7569 0x44202952 0x2d6c6175
Apr 18 00:25:38.329: vmx| guestCPUID level 80000003, 0: 0x65726f43 0x55504320 0x20202020 0x54202020
Apr 18 00:25:38.329: vmx| guestCPUID level 80000004, 0: 0x30303234 0x20402020 0x30302e32 0x007a4847
Apr 18 00:25:38.329: vmx| guestCPUID level 80000005, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:38.329: vmx| guestCPUID level 80000006, 0: 0x00000000 0x00000000 0x04004040 0x00000000
Apr 18 00:25:38.329: vmx| guestCPUID level 80000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000
Apr 18 00:25:38.329: vmx| guestCPUID level 80000008, 0: 0x00003028 0x00000000 0x00000000 0x00000000
Apr 18 00:25:38.332: vmx| BusMemSample: initPercent 75 touched 98304
Apr 18 00:25:38.333: vmx| TOOLS received request in VMX to set option 'enableDnD' -> '1'
Apr 18 00:25:38.333: vmx| TOOLS received request in VMX to set option 'copypaste' -> '1'
Apr 18 00:25:38.334: vmx| Vix: [3032 mainDispatch.c:710]: VMAutomation_PowerOn. Powering on.
Apr 18 00:25:38.334: vmx| VMX_PowerOn: ModuleTable_PowerOn = 1
Apr 18 00:25:38.335: vmx| Setting thread 1 stack size to 2097152.
Apr 18 00:25:38.338: mks| Async MKS thread is alive
Apr 18 00:25:38.340: vmx| Setting thread 4 stack size to 1048576.
Apr 18 00:25:38.347: vmx| DnDRegisterRpc: DnD rpc already set to 1
Apr 18 00:25:38.347: vmx| CopyPasteRegisterRpc: already set to 1
Apr 18 00:25:38.348: vcpu-0| APIC: version = 0x14, max LVT = 5
Apr 18 00:25:38.348: vcpu-0| APIC: LDR = 0x2000000, DFR = 0xffffffff
Apr 18 00:25:38.355: vcpu-0| CPU reset: hard (mode 2)
Apr 18 00:25:38.355: vcpu-0| memoryHotplug: Entry[0]: 00000000000000A0-00000000000A0000
Apr 18 00:25:38.355: vcpu-0| memoryHotplug: Entry[1]: 00000000001000A0-0000000020000000
Apr 18 00:25:38.356: vcpu-0| PIIX4: PM Resuming from suspend type 0x0.
Apr 18 00:25:38.589: vcpu-0| SOUND 001.342180 PCISoundWin32 mixerGetLineInfo error 1
Apr 18 00:25:38.594: vcpu-0| VNET: MACVNetConnectToNetwork: Ethernet0: notify available
Apr 18 00:25:38.594: vcpu-0| Vix: [6036 mainDispatch.c:3485]: VMAutomation_ReportPowerOpFinished: statevar=0, newAppState=1872, success=1
Apr 18 00:25:38.601: vcpu-0| Vix: [6036 mainDispatch.c:3406]: VMAutomationReportPowerStateChange: Reporting power state change (opcode=0, err=0).
Apr 18 00:25:38.601: vcpu-0| Vix: [6036 mainDispatch.c:3406]: VMAutomationReportPowerStateChange: Reporting power state change (opcode=2, err=0).
Apr 18 00:25:38.601: vcpu-0| Transitioned vmx/execState/val to poweredOn
Apr 18 00:25:38.661: vmx| VMXVmdb_LoadRawConfig: Loading raw config
Apr 18 00:25:38.766: vcpu-0| sz=2965472
Apr 18 00:25:38.771: vcpu-0| vmm32 initialized: Releasebuild-203739. cflags: 0x00000008.01001000.20602100.00340003
Apr 18 00:25:38.800: mks| Connecting to window system.
Apr 18 00:25:38.800: mks| MKS: Base polling period is 10000us
Apr 18 00:25:38.800: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:25:38.810: mks| GdiBackendConstruct: Using software emulation for overlays.
Apr 18 00:25:38.816: mks| VMXAIOMGR: Disallowing USB connect. 1569508 us since last reopen
Apr 18 00:25:38.816: vcpu-0| MonitorInitNumaUnmapVMM32
Apr 18 00:25:38.880: mks| HostOps hideCursor before defineCursor!
Apr 18 00:25:39.197: vmx| VMXVmdbLoadUsbDevices: New set of 3 USB devices
Apr 18 00:25:39.197: vmx| USB: Found device [name:Apple\ USB\ Mass\ Storage\ Device vid:05ac pid:1209 path:1/2/3 speed:high family:audio,hid,storage]
Apr 18 00:25:39.197: vmx| USB: Found device [name:Iomega\ USB\ Mass\ Storage\ Device vid:059b pid:0571 path:1/7/1 speed:high family:storage]
Apr 18 00:25:39.197: vmx| USB: Found device [name:Suyin\ USB\ Composite\ Device vid:064e pid:a103 path:1/7/4 speed:high family:other]
Apr 18 00:25:39.459: vcpu-0| SVGA: Registering MemSpace at 0xd0000000(0x0) and 0xd8000000(0x0)
Apr 18 00:25:39.464: vcpu-0| SVGA: Unregistering MemSpace at 0xd0000000(0xd0000000) and 0xd8000000(0xd8000000)
Apr 18 00:25:39.603: mks| VMXAIOMGR: Disallowing USB connect. 2357026 us since last reopen
Apr 18 00:25:39.604: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:25:39.657: vcpu-0| SVGA: Registering MemSpace at 0xd0000000(0xd0000000) and 0xd8000000(0xd8000000)
Apr 18 00:25:39.665: vcpu-0| SVGA: Unregistering MemSpace at 0xd0000000(0xd0000000) and 0xd8000000(0xd8000000)
Apr 18 00:25:39.667: vcpu-0| SVGA: Registering IOSpace at 0x10d0
Apr 18 00:25:39.667: vcpu-0| SVGA: Registering MemSpace at 0xd0000000(0xd0000000) and 0xd8000000(0xd8000000)
Apr 18 00:25:39.676: vcpu-0| PCIBridge4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.677: vcpu-0| pciBridge4:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.679: vcpu-0| pciBridge4:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.680: vcpu-0| pciBridge4:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.682: vcpu-0| pciBridge4:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.683: vcpu-0| pciBridge4:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.685: vcpu-0| pciBridge4:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.686: vcpu-0| pciBridge4:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.688: vcpu-0| PCIBridge5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.690: vcpu-0| pciBridge5:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.691: vcpu-0| pciBridge5:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.693: vcpu-0| pciBridge5:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.694: vcpu-0| pciBridge5:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.696: vcpu-0| pciBridge5:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.698: vcpu-0| pciBridge5:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.699: vcpu-0| pciBridge5:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.701: vcpu-0| PCIBridge6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.703: vcpu-0| pciBridge6:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.704: vcpu-0| pciBridge6:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.706: vcpu-0| pciBridge6:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.707: vcpu-0| pciBridge6:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.709: vcpu-0| pciBridge6:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.710: vcpu-0| pciBridge6:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.713: vcpu-0| pciBridge6:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.715: vcpu-0| PCIBridge7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.716: vcpu-0| pciBridge7:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.718: vcpu-0| pciBridge7:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.719: vcpu-0| pciBridge7:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.722: vcpu-0| pciBridge7:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.724: vcpu-0| pciBridge7:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.726: vcpu-0| pciBridge7:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:39.727: vcpu-0| pciBridge7:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.020: vcpu-0| PCIBridge4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.022: vcpu-0| pciBridge4:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.025: vcpu-0| pciBridge4:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.026: vcpu-0| pciBridge4:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.028: vcpu-0| pciBridge4:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.029: vcpu-0| pciBridge4:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.031: vcpu-0| pciBridge4:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.034: vcpu-0| pciBridge4:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.035: vcpu-0| PCIBridge5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.037: vcpu-0| pciBridge5:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.038: vcpu-0| pciBridge5:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.040: vcpu-0| pciBridge5:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.042: vcpu-0| pciBridge5:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.044: vcpu-0| pciBridge5:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.046: vcpu-0| pciBridge5:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.047: vcpu-0| pciBridge5:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.049: vcpu-0| PCIBridge6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.050: vcpu-0| pciBridge6:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.052: vcpu-0| pciBridge6:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.055: vcpu-0| pciBridge6:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.056: vcpu-0| pciBridge6:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.058: vcpu-0| pciBridge6:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.059: vcpu-0| pciBridge6:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.061: vcpu-0| pciBridge6:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.062: vcpu-0| PCIBridge7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.065: vcpu-0| pciBridge7:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.067: vcpu-0| pciBridge7:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.068: vcpu-0| pciBridge7:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.070: vcpu-0| pciBridge7:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.071: vcpu-0| pciBridge7:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.074: vcpu-0| pciBridge7:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.076: vcpu-0| pciBridge7:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:40.089: vcpu-0| DISKUTIL: scsi0:0 : geometry=261/255/63
Apr 18 00:25:40.089: vcpu-0| DISKUTIL: scsi0:0 : capacity=4194304
Apr 18 00:25:40.090: vcpu-0| SCSI0: RESET BUS
Apr 18 00:25:40.179: vcpu-0| BIOS-UUID is 56 4d 0b d7 4f 03 75 65-fb 02 5f 6f 9b 17 84 d3
Apr 18 00:25:40.585: mks| HostOps hideCursor before defineCursor!
Apr 18 00:25:41.299: mks| HostOps hideCursor before defineCursor!
Apr 18 00:25:42.746: mks| HostOps hideCursor before defineCursor!
Apr 18 00:25:43.817: vcpu-0| SVGA: Unregistering IOSpace at 0x10d0
Apr 18 00:25:43.817: vcpu-0| SVGA: Registering IOSpace at 0xfffffff0
Apr 18 00:25:43.817: vcpu-0| SVGA: Unregistering IOSpace at 0xfffffff0
Apr 18 00:25:43.817: vcpu-0| SVGA: Registering IOSpace at 0x10d0
Apr 18 00:25:43.856: vcpu-0| PCIBridge4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.857: vcpu-0| PCIBridge4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.857: vcpu-0| pciBridge4:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.857: vcpu-0| pciBridge4:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.857: vcpu-0| pciBridge4:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.858: vcpu-0| pciBridge4:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.858: vcpu-0| pciBridge4:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.858: vcpu-0| pciBridge4:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.858: vcpu-0| pciBridge4:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.859: vcpu-0| pciBridge4:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.859: vcpu-0| pciBridge4:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.859: vcpu-0| pciBridge4:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.860: vcpu-0| pciBridge4:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.860: vcpu-0| pciBridge4:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.860: vcpu-0| pciBridge4:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.861: vcpu-0| pciBridge4:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.861: vcpu-0| PCIBridge5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.861: vcpu-0| PCIBridge5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.861: vcpu-0| pciBridge5:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.862: vcpu-0| pciBridge5:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.862: vcpu-0| pciBridge5:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.862: vcpu-0| pciBridge5:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.862: vcpu-0| pciBridge5:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.863: vcpu-0| pciBridge5:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.863: vcpu-0| pciBridge5:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.863: vcpu-0| pciBridge5:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.863: vcpu-0| pciBridge5:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.864: vcpu-0| pciBridge5:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.864: vcpu-0| pciBridge5:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.864: vcpu-0| pciBridge5:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.864: vcpu-0| pciBridge5:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.865: vcpu-0| pciBridge5:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.865: vcpu-0| PCIBridge6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.866: vcpu-0| PCIBridge6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.866: vcpu-0| pciBridge6:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.866: vcpu-0| pciBridge6:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.866: vcpu-0| pciBridge6:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.867: vcpu-0| pciBridge6:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.867: vcpu-0| pciBridge6:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.867: vcpu-0| pciBridge6:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.867: vcpu-0| pciBridge6:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.868: vcpu-0| pciBridge6:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.868: vcpu-0| pciBridge6:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.868: vcpu-0| pciBridge6:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.868: vcpu-0| pciBridge6:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.869: vcpu-0| pciBridge6:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.869: vcpu-0| pciBridge6:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.869: vcpu-0| pciBridge6:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.869: vcpu-0| PCIBridge7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.870: vcpu-0| PCIBridge7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.870: vcpu-0| pciBridge7:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.870: vcpu-0| pciBridge7:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.870: vcpu-0| pciBridge7:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.871: vcpu-0| pciBridge7:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.871: vcpu-0| pciBridge7:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.872: vcpu-0| pciBridge7:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.872: vcpu-0| pciBridge7:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.872: vcpu-0| pciBridge7:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.872: vcpu-0| pciBridge7:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.873: vcpu-0| pciBridge7:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.873: vcpu-0| pciBridge7:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.873: vcpu-0| pciBridge7:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.873: vcpu-0| pciBridge7:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.874: vcpu-0| pciBridge7:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.874: vcpu-0| PCIBridge4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.874: vcpu-0| PCIBridge4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.874: vcpu-0| pciBridge4:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.874: vcpu-0| pciBridge4:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.874: vcpu-0| pciBridge4:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.874: vcpu-0| pciBridge4:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.874: vcpu-0| pciBridge4:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.874: vcpu-0| pciBridge4:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.874: vcpu-0| pciBridge4:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.874: vcpu-0| pciBridge4:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.874: vcpu-0| pciBridge4:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.874: vcpu-0| pciBridge4:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.874: vcpu-0| pciBridge4:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.874: vcpu-0| pciBridge4:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.874: vcpu-0| pciBridge4:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| pciBridge4:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| PCIBridge5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| PCIBridge5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| pciBridge5:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| pciBridge5:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| pciBridge5:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| pciBridge5:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| pciBridge5:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| pciBridge5:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| pciBridge5:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| pciBridge5:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| pciBridge5:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| pciBridge5:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| pciBridge5:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| pciBridge5:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| pciBridge5:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| pciBridge5:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| PCIBridge6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| PCIBridge6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| pciBridge6:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.875: vcpu-0| pciBridge6:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge6:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge6:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge6:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge6:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge6:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge6:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge6:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge6:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge6:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge6:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge6:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge6:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| PCIBridge7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| PCIBridge7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge7:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge7:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge7:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge7:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge7:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge7:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge7:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.876: vcpu-0| pciBridge7:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.877: vcpu-0| pciBridge7:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.877: vcpu-0| pciBridge7:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.877: vcpu-0| pciBridge7:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.877: vcpu-0| pciBridge7:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.877: vcpu-0| pciBridge7:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:43.877: vcpu-0| pciBridge7:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.186: mks| SVGA: display status changed, using optimizations for local consoles.
Apr 18 00:25:44.460: vcpu-0| PCIBridge4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.460: vcpu-0| pciBridge4:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.460: vcpu-0| pciBridge4:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.460: vcpu-0| pciBridge4:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.460: vcpu-0| pciBridge4:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.460: vcpu-0| pciBridge4:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.461: vcpu-0| pciBridge4:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.461: vcpu-0| pciBridge4:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.461: vcpu-0| PCIBridge5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.461: vcpu-0| pciBridge5:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.461: vcpu-0| pciBridge5:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.461: vcpu-0| pciBridge5:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.461: vcpu-0| pciBridge5:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.462: vcpu-0| pciBridge5:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.462: vcpu-0| pciBridge5:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.462: vcpu-0| pciBridge5:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.462: vcpu-0| PCIBridge6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.462: vcpu-0| pciBridge6:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.462: vcpu-0| pciBridge6:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.463: vcpu-0| pciBridge6:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.463: vcpu-0| pciBridge6:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.463: vcpu-0| pciBridge6:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.463: vcpu-0| pciBridge6:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.463: vcpu-0| pciBridge6:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.463: vcpu-0| PCIBridge7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.464: vcpu-0| pciBridge7:1: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.464: vcpu-0| pciBridge7:2: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.464: vcpu-0| pciBridge7:3: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.464: vcpu-0| pciBridge7:4: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.464: vcpu-0| pciBridge7:5: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.464: vcpu-0| pciBridge7:6: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.465: vcpu-0| pciBridge7:7: ISA/VGA decoding enabled (ctrl 0004)
Apr 18 00:25:44.477: vcpu-0| UHCI: HCReset
Apr 18 00:25:44.960: vcpu-0| UHCI: HCReset
Apr 18 00:25:47.240: vcpu-0| SCSI0: RESET BUS
Apr 18 00:25:47.627: vcpu-0| SCSI0: RESET BUS
Apr 18 00:25:47.664: vcpu-0| SCSI DEVICE (scsi0:0): MODE SENSE(6) for unsupported page 0x8
Apr 18 00:25:47.667: vcpu-0| SCSI DEVICE (scsi0:0): MODE SENSE(6) for unsupported page 0x8
Apr 18 00:25:47.747: vcpu-0| SCSI DEVICE (scsi0:0): MODE SENSE(6) for unsupported page 0x8
Apr 18 00:25:57.021: vcpu-0| CDROM: Accepting Event Status Notification 0x10
Apr 18 00:25:57.068: vcpu-0| VIDE: Truncating 0x46 from 65530 bytes to 32768
Apr 18 00:25:57.068: vcpu-0| CDROM: Emulate GET CONFIGURATION RT 0 start feature 0
Apr 18 00:25:58.122: vcpu-0| Keyboard: invalid mouse sample rate 102 Hz, using 100 instead
Apr 18 00:25:58.131: vcpu-0| SCSI DEVICE (scsi0:0): No transfer information for *UNKNOWN (0x85)* (0x85)
Apr 18 00:25:58.131: vcpu-0| SCSI (scsi0:0): SCSI-3 16-byte CDB format not supported (LUN 0).
Apr 18 00:25:58.131: vcpu-0| SCSI DEVICE (scsi0:0): No transfer information for *UNKNOWN (0x85)* (0x85)
Apr 18 00:25:58.131: vcpu-0| SCSI (scsi0:0): SCSI-3 16-byte CDB format not supported (LUN 0).
Apr 18 00:25:58.131: vcpu-0| SCSI DEVICE (scsi0:0): No transfer information for *UNKNOWN (0x85)* (0x85)
Apr 18 00:25:58.131: vcpu-0| SCSI (scsi0:0): SCSI-3 16-byte CDB format not supported (LUN 0).
Apr 18 00:25:58.154: vcpu-0| DISKLIB-DDB : "longContentID" = "86ea3d53ed5b922b0bcf3dd21656160f" (was "237e74e22f997e58d6231405118949f7")
Apr 18 00:25:58.761: vcpu-0| VLANCE: Returning 0x0 for LANCE_EXTINT IN
Apr 18 00:25:58.761: vcpu-0| VLANCE: Ignoring LANCE_EXTINT OUT of 0x1
Apr 18 00:25:58.965: vcpu-0| VLANCE: IN on LANCE_MODE while not stopped: 0x73
Apr 18 00:25:58.965: vcpu-0| VLANCE: OUT on LANCE_PADR2 while not stopped: 0x73, word: 0x0
Apr 18 00:25:58.965: vcpu-0| VLANCE: OUT on LANCE_LADRF0 while not stopped: 0x73, word: 0x0
Apr 18 00:25:58.965: vcpu-0| VLANCE: OUT on LANCE_LADRF1 while not stopped: 0x73, word: 0x80
Apr 18 00:25:58.965: vcpu-0| VLANCE: OUT on LANCE_LADRF2 while not stopped: 0x73, word: 0x0
Apr 18 00:25:58.965: vcpu-0| VLANCE: OUT on LANCE_LADRF3 while not stopped: 0x73, word: 0x0
Apr 18 00:25:59.081: mks| HostOps hideCursor before defineCursor!
Apr 18 00:26:00.206: vcpu-0| SOUND 022.960234 PCISoundWin32 mixerGetLineInfo error 1024
Apr 18 00:26:07.732: vcpu-0| GuestRpc: Channel 0, guest application toolbox.
Apr 18 00:26:07.732: vcpu-0| Vix: [6036 mainDispatch.c:3406]: VMAutomationReportPowerStateChange: Reporting power state change (opcode=2, err=0).
Apr 18 00:26:07.901: vcpu-0| TOOLS ToolsCapabilityGuestTempDirectory received 1 /tmp/vmware-root
Apr 18 00:26:07.902: vcpu-0| TOOLS autoupgrade protocol version 2
Apr 18 00:26:07.902: vcpu-0| TOOLS ToolsCapabilityGuestConfDirectory received /etc/vmware-tools
Apr 18 00:26:07.902: vcpu-0| ToolsSetVersionWork did nothing; new tools version (8227) matches old Tools version
Apr 18 00:26:07.903: vcpu-0| Starting copy guest manifest to local C:\Users\Euan\AppData\Local\Temp\vmware-Euan\manifest.txt.1 path.
Apr 18 00:26:08.084: vcpu-0| Compared tools manifest from host and from the guest. Status = 2.
Apr 18 00:26:08.085: vcpu-0| VMXVmdb_SetToolsVersionState: status value set to 'ok'
Apr 18 00:26:08.085: vcpu-0| TOOLS installed legacy version 8227, available legacy version 8227
Apr 18 00:26:08.085: vcpu-0| TOOLS manifest update status is 2 (1-out of date, 2-ok, 3-no tools, 4-unmanaged, 5-unknown)
Apr 18 00:26:08.085: vcpu-0| TOOLS will not be autoupgraded.
Apr 18 00:26:08.085: vcpu-0| TOOLS Setting autoupgrade-checked TRUE.
Apr 18 00:26:08.102: vcpu-0| TOOLS unified loop capability requested by 'toolbox'; now sending options via TCLO
Apr 18 00:26:08.102: vcpu-0| Guest: toolbox: Version: build-203739
Apr 18 00:26:38.867: vmx| GuestRpcSendTimedOut: message to toolbox-dnd timed out.
Apr 18 00:27:16.825: mks| Setting thread 40 stack size to 1048576.
Apr 18 00:27:25.387: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:27:25.388: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:27:29.139: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:30:04.490: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:30:04.490: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:30:09.010: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:30:15.964: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:30:15.964: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:30:16.843: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:30:19.643: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:30:19.644: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:30:20.323: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:30:25.851: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:30:25.852: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:30:27.282: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:30:35.090: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:30:35.090: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:30:35.098: mks| Setting thread 40 stack size to 1048576.
Apr 18 00:30:37.333: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:30:45.483: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:30:45.493: mks| Setting thread 41 stack size to 1048576.
Apr 18 00:30:45.498: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:31:14.563: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:31:19.808: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:31:19.810: mks| Setting thread 41 stack size to 1048576.
Apr 18 00:31:19.813: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:31:54.641: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:31:59.434: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:31:59.434: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:32:00.674: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:32:02.853: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:32:02.853: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:32:03.410: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:32:13.157: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:32:13.164: mks| Setting thread 41 stack size to 1048576.
Apr 18 00:32:13.170: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:32:36.196: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:32:40.862: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:32:40.862: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:32:51.754: mks| Setting thread 41 stack size to 1048576.
Apr 18 00:33:18.267: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:33:31.301: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:33:31.301: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:33:32.843: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:33:54.130: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:33:54.131: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:33:55.035: mks| Setting thread 41 stack size to 1048576.
Apr 18 00:33:58.594: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:33:59.879: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:33:59.879: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:34:00.530: mks| Setting thread 41 stack size to 1048576.
Apr 18 00:34:26.131: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:35:17.552: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:35:17.552: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:35:20.338: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:36:16.039: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:36:16.039: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:36:17.450: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:36:25.947: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:36:25.947: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:36:28.578: mks| Setting thread 41 stack size to 1048576.
Apr 18 00:36:41.307: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:36:46.759: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:36:46.759: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:36:47.515: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:36:51.300: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:36:51.300: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:36:52.639: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:37:26.054: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:37:26.055: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:37:28.722: mks| Setting thread 41 stack size to 1048576.
Apr 18 00:37:33.084: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:37:48.965: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:37:48.978: mks| Setting thread 41 stack size to 1048576.
Apr 18 00:37:48.981: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:37:58.737: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:38:28.666: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:38:39.780: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:38:39.780: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:38:53.626: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:38:57.214: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:38:57.214: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:39:15.840: mks| Setting thread 41 stack size to 1048576.
Apr 18 00:39:49.347: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:40:41.326: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:40:41.328: mks| Setting thread 41 stack size to 1048576.
Apr 18 00:40:41.331: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:41:25.659: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:41:36.741: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:41:36.751: mks| Setting thread 41 stack size to 1048576.
Apr 18 00:41:36.756: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:41:40.895: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:42:50.588: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:42:50.588: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:42:53.202: mks| Setting thread 41 stack size to 1048576.
Apr 18 00:43:32.730: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:43:36.190: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:43:36.190: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:43:37.098: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:43:40.185: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:43:40.185: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:43:41.300: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:43:41.939: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:43:41.940: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:43:43.130: mks| Setting thread 41 stack size to 1048576.
Apr 18 00:43:50.506: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:44:14.603: vcpu-0| VLANCE: Ethernet0 skipped 1 time(s)
Apr 18 00:44:14.603: vcpu-0| VLANCE: 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Apr 18 00:44:14.603: vcpu-0| VLANCE: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Apr 18 00:44:14.603: vcpu-0| VLANCE: Ethernet0 skipped 2 time(s)
Apr 18 00:44:14.603: vcpu-0| VLANCE: 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Apr 18 00:44:14.603: vcpu-0| VLANCE: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Apr 18 00:44:14.604: vcpu-0| VLANCE: Ethernet0 skipped 3 time(s)
Apr 18 00:44:14.604: vcpu-0| VLANCE: 2 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Apr 18 00:44:14.604: vcpu-0| VLANCE: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Apr 18 00:44:27.580: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:44:27.580: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:44:31.786: mks| Setting thread 41 stack size to 1048576.
Apr 18 00:44:55.570: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:45:37.450: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:45:37.450: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:45:40.053: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:45:46.311: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:45:46.324: mks| Setting thread 41 stack size to 1048576.
Apr 18 00:45:46.327: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:46:16.491: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:47:56.988: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:47:56.991: mks| Setting thread 41 stack size to 1048576.
Apr 18 00:47:56.997: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:48:21.347: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:50:21.746: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:50:21.747: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:50:22.993: mks| Setting thread 41 stack size to 1048576.
Apr 18 00:50:34.979: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:57:18.492: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:57:18.494: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:57:19.403: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:57:20.482: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:57:20.482: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:57:21.581: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:59:12.429: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:59:12.429: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:59:15.626: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:59:43.332: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:59:43.332: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:59:48.494: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:59:50.988: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:59:50.988: mks| Setting thread 39 stack size to 1048576.
Apr 18 00:59:53.051: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:59:58.189: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 00:59:58.189: mks| Setting thread 39 stack size to 1048576.
Apr 18 01:00:06.891: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:02:13.920: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:02:13.920: mks| Setting thread 39 stack size to 1048576.
Apr 18 01:02:15.083: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:02:17.091: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:02:17.091: mks| Setting thread 39 stack size to 1048576.
Apr 18 01:02:17.694: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:02:30.535: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:02:30.535: mks| Setting thread 39 stack size to 1048576.
Apr 18 01:02:31.474: mks| Setting thread 41 stack size to 1048576.
Apr 18 01:03:11.465: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:03:15.094: vmx| scsi0:0: Command WRITE(10) took 1.357 seconds (ok)
Apr 18 01:03:15.098: vmx| scsi0:0: Command WRITE(10) took 1.408 seconds (ok)
Apr 18 01:03:31.365: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:03:31.365: mks| Setting thread 39 stack size to 1048576.
Apr 18 01:03:33.547: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:04:37.426: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:04:37.426: mks| Setting thread 39 stack size to 1048576.
Apr 18 01:04:38.771: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:05:27.684: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:05:27.684: mks| Setting thread 39 stack size to 1048576.
Apr 18 01:05:28.939: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:09:03.494: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:09:03.495: mks| Setting thread 39 stack size to 1048576.
Apr 18 01:09:04.850: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:12:39.122: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:12:39.122: mks| Setting thread 39 stack size to 1048576.
Apr 18 01:12:44.883: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:13:35.301: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:13:35.303: mks| Setting thread 39 stack size to 1048576.
Apr 18 01:13:36.258: mks| Setting thread 41 stack size to 1048576.
Apr 18 01:13:43.059: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:21:14.192: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:21:14.192: mks| Setting thread 39 stack size to 1048576.
Apr 18 01:21:15.804: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:21:20.965: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:21:20.965: mks| Setting thread 39 stack size to 1048576.
Apr 18 01:21:21.930: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:22:15.313: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:22:15.313: mks| Setting thread 39 stack size to 1048576.
Apr 18 01:22:16.586: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:27:23.767: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 01:27:23.767: mks| Setting thread 39 stack size to 1048576.
Apr 18 01:27:24.700: mks| Setting thread 41 stack size to 1048576.
Apr 18 01:27:29.673: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 02:02:50.630: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 02:02:50.630: mks| Setting thread 39 stack size to 1048576.
Apr 18 02:02:52.291: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 02:03:05.553: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 02:03:05.553: mks| Setting thread 39 stack size to 1048576.
Apr 18 02:03:06.370: mks| Setting thread 41 stack size to 1048576.
Apr 18 02:03:27.660: vcpu-0| TOOLS autoupgrade protocol version 0
Apr 18 02:03:27.660: vcpu-0| TOOLS ToolsCapabilityGuestTempDirectory received 0
Apr 18 02:03:27.661: vcpu-0| GuestRpc: Reinitializing Channel 0(toolbox)
Apr 18 02:03:27.661: vcpu-0| GuestRpc: Channel 0 reinitialized.
Apr 18 02:03:28.789: vcpu-0| VLANCE: Reserved value written to sstyle register 4
Apr 18 02:03:30.106: mks| USBGW: Write arbitrator op:13 len:26
Apr 18 02:03:30.285: vcpu-0| UHCI: HCReset
Apr 18 02:03:30.314: vcpu-0| PIIX4: PM Soft Off. Good-bye.
Apr 18 02:03:30.322: vmx| Stopping VCPU threads...
Apr 18 02:03:30.346: mks| Ending MKSRole pseudocalls, state was 1
Apr 18 02:03:30.346: mks| Detaching from window system.
Apr 18 02:03:30.348: mks| MKS: Base polling period is 1000000us
Apr 18 02:03:30.348: mks| Async MKS thread is exiting
Apr 18 02:03:30.349: vmx| Vix: [3032 mainDispatch.c:912]: VMAutomation_PowerOff: Powering off.
Apr 18 02:03:30.350: vmx| TOOLS received request in VMX to set option 'enableDnD' -> '0'
Apr 18 02:03:30.350: vmx| TOOLS received request in VMX to set option 'copypaste' -> '0'
Apr 18 02:03:30.350: vmx| TOOLS received request in VMX to set option 'copypaste' -> '0'
Apr 18 02:03:30.354: vmx| VMXVmdb_SetToolsVersionState: status value set to 'ok'
Apr 18 02:03:30.363: vmx| HostOps hideCursor before defineCursor!
Apr 18 02:03:30.381: vmx| MKS local poweroff
Apr 18 02:03:30.426: usbCCIDEnumCards| USB-CCID: Card enum thread exiting.
Apr 18 02:03:30.428: vmx| scsi0:0: numIOs = 13261 numMergedIOs = 813 numSplitIOs = 69 ( 7.8%)
Apr 18 02:03:30.544: vmx| AIOWIN32C: asyncOps=12903 syncOps=16 bufSize=0Kb fixedOps=0 sgOps=12754 sgOn=1
Apr 18 02:03:30.544: aioCompletion| AIO thread processed 12903 completions
Apr 18 02:03:30.545: vmx| AIOWIN32: asyncOps=0 syncOps=0 bufSize=0Kb delayed=0 fixed=0 sgOp=0 sgOn=1
Apr 18 02:03:30.724: vmx| WORKER: asyncOps=8 maxActiveOps=1 maxPending=0 maxCompleted=0
Apr 18 02:03:30.852: vmx| Vix: [3032 mainDispatch.c:3485]: VMAutomation_ReportPowerOpFinished: statevar=1, newAppState=1873, success=1
Apr 18 02:03:30.852: vmx| Vix: [3032 mainDispatch.c:3491]: VMAutomation: Ignoring ReportPowerOpFinished because the VMX is shutting down.
Apr 18 02:03:30.913: vmx| VMXVmdb_LoadRawConfig: Loading raw config
Apr 18 02:03:30.954: vmx| Vix: [3032 mainDispatch.c:3485]: VMAutomation_ReportPowerOpFinished: statevar=0, newAppState=1870, success=1
Apr 18 02:03:30.954: vmx| Vix: [3032 mainDispatch.c:3491]: VMAutomation: Ignoring ReportPowerOpFinished because the VMX is shutting down.
Apr 18 02:03:30.954: vmx| Transitioned vmx/execState/val to poweredOff
Apr 18 02:03:30.956: vmx| VMX idle exit
Apr 18 02:03:30.956: WinNotifyThread| WinNotify thread exiting
Apr 18 02:03:30.958: vmx| Vix: [3032 mainDispatch.c:644]: VMAutomation_LateShutdown()
Apr 18 02:03:30.958: vmx| Vix: [3032 mainDispatch.c:594]: VMAutomationCloseListenerSocket. Closing listener socket.
Apr 18 02:03:30.959: vmx| Flushing VMX VMDB connections
Apr 18 02:03:30.967: vmx| VMX exit (0).
Apr 18 02:03:30.967: vmx| AIOMGR-S : stat o=2 r=12 w=0 i=0 br=111616 bw=0
Apr 18 02:03:30.967: vmx| FileTrack_Exit: done