ubuntuusers.de

lan

Datum:
11. Mai 2014 21:29
Code:
  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
Feb  2 01:46:44 syslogd started: BusyBox v1.20.2
Feb  2 01:46:44 kernel: klogd started: BusyBox v1.20.2 (Ubuntu 1:1.20.0-8ubuntu1)
Feb  2 01:46:44 kernel: [    0.000000] Initializing cgroup subsys cpuset
Feb  2 01:46:44 kernel: [    0.000000] Initializing cgroup subsys cpu
Feb  2 01:46:44 kernel: [    0.000000] Linux version 3.8.0-19-generic (buildd@panlong) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #29-Ubuntu SMP Wed Apr 17 18:19:42 UTC 2013 (Ubuntu 3.8.0-19.29-generic 3.8.8)
Feb  2 01:46:44 kernel: [    0.000000] KERNEL supported cpus:
Feb  2 01:46:44 kernel: [    0.000000]   Intel GenuineIntel
Feb  2 01:46:44 kernel: [    0.000000]   AMD AuthenticAMD
Feb  2 01:46:44 kernel: [    0.000000]   NSC Geode by NSC
Feb  2 01:46:44 kernel: [    0.000000]   Cyrix CyrixInstead
Feb  2 01:46:44 kernel: [    0.000000]   Centaur CentaurHauls
Feb  2 01:46:44 kernel: [    0.000000]   Transmeta GenuineTMx86
Feb  2 01:46:44 kernel: [    0.000000]   Transmeta TransmetaCPU
Feb  2 01:46:44 kernel: [    0.000000]   UMC UMC UMC UMC
Feb  2 01:46:44 kernel: [    0.000000] e820: BIOS-provided physical RAM map:
Feb  2 01:46:44 kernel: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Feb  2 01:46:44 kernel: [    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Feb  2 01:46:44 kernel: [    0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
Feb  2 01:46:44 kernel: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001beeffff] usable
Feb  2 01:46:44 kernel: [    0.000000] BIOS-e820: [mem 0x000000001bef0000-0x000000001bef9fff] ACPI data
Feb  2 01:46:44 kernel: [    0.000000] BIOS-e820: [mem 0x000000001befa000-0x000000001befffff] ACPI NVS
Feb  2 01:46:44 kernel: [    0.000000] BIOS-e820: [mem 0x000000001bf00000-0x000000001fffffff] reserved
Feb  2 01:46:44 kernel: [    0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
Feb  2 01:46:44 kernel: [    0.000000] NX (Execute Disable) protection: active
Feb  2 01:46:44 kernel: [    0.000000] SMBIOS 2.3 present.
Feb  2 01:46:44 kernel: [    0.000000] DMI: Acer, inc. Aspire 3000     /Lugano M        , BIOS 3A32 02/20/06
Feb  2 01:46:44 kernel: [    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
Feb  2 01:46:44 kernel: [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
Feb  2 01:46:44 kernel: [    0.000000] e820: last_pfn = 0x1bef0 max_arch_pfn = 0x1000000
Feb  2 01:46:44 kernel: [    0.000000] MTRR default type: uncachable
Feb  2 01:46:44 kernel: [    0.000000] MTRR fixed ranges enabled:
Feb  2 01:46:44 kernel: [    0.000000]   00000-9FFFF write-back
Feb  2 01:46:44 kernel: [    0.000000]   A0000-BFFFF uncachable
Feb  2 01:46:44 kernel: [    0.000000]   C0000-D5FFF write-protect
Feb  2 01:46:44 kernel: [    0.000000]   D6000-DBFFF uncachable
Feb  2 01:46:44 kernel: [    0.000000]   DC000-E3FFF write-back
Feb  2 01:46:44 kernel: [    0.000000]   E4000-FFFFF write-protect
Feb  2 01:46:44 kernel: [    0.000000] MTRR variable ranges enabled:
Feb  2 01:46:44 kernel: [    0.000000]   0 base 0000000000 mask FFE0000000 write-back
Feb  2 01:46:44 kernel: [    0.000000]   1 base 001C000000 mask FFFC000000 uncachable
Feb  2 01:46:44 kernel: [    0.000000]   2 base 00E0000000 mask FFFE000000 write-combining
Feb  2 01:46:44 kernel: [    0.000000]   3 disabled
Feb  2 01:46:44 kernel: [    0.000000]   4 disabled
Feb  2 01:46:44 kernel: [    0.000000]   5 disabled
Feb  2 01:46:44 kernel: [    0.000000]   6 disabled
Feb  2 01:46:44 kernel: [    0.000000]   7 disabled
Feb  2 01:46:44 kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Feb  2 01:46:44 kernel: [    0.000000] found SMP MP-table at [mem 0x000f7fd0-0x000f7fdf] mapped at [c00f7fd0]
Feb  2 01:46:44 kernel: [    0.000000] initial memory mapped: [mem 0x00000000-0x01ffffff]
Feb  2 01:46:44 kernel: [    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
Feb  2 01:46:44 kernel: [    0.000000] init_memory_mapping: [mem 0x00000000-0x1beeffff]
Feb  2 01:46:44 kernel: [    0.000000]  [mem 0x00000000-0x001fffff] page 4k
Feb  2 01:46:44 kernel: [    0.000000]  [mem 0x00200000-0x1bdfffff] page 2M
Feb  2 01:46:44 kernel: [    0.000000]  [mem 0x1be00000-0x1beeffff] page 4k
Feb  2 01:46:44 kernel: [    0.000000] kernel direct mapping tables up to 0x1beeffff @ [mem 0x01ffa000-0x01ffffff]
Feb  2 01:46:44 kernel: [    0.000000] RAMDISK: [mem 0x1ae29000-0x1becefff]
Feb  2 01:46:44 kernel: [    0.000000] ACPI: RSDP 000f7f60 00014 (v00 PTLTD )
Feb  2 01:46:44 kernel: [    0.000000] ACPI: RSDT 1bef619d 00034 (v01 PTLTD    RSDT   06040000  LTP 00000000)
Feb  2 01:46:44 kernel: [    0.000000] ACPI: FACP 1bef9e3e 00074 (v01 SiS    755F     06040000 PTL  000F4240)
Feb  2 01:46:44 kernel: [    0.000000] ACPI: DSDT 1bef61d1 03C6D (v01 PTLTD       755 06040000 MSFT 0100000E)
Feb  2 01:46:44 kernel: [    0.000000] ACPI: FACS 1befafc0 00040
Feb  2 01:46:44 kernel: [    0.000000] ACPI: SSDT 1bef9eb2 000D6 (v01 PTLTD  POWERNOW 06040000  LTP 00000001)
Feb  2 01:46:44 kernel: [    0.000000] ACPI: APIC 1bef9f88 00050 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
Feb  2 01:46:44 kernel: [    0.000000] ACPI: BOOT 1bef9fd8 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
Feb  2 01:46:44 kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Feb  2 01:46:44 kernel: [    0.000000] 0MB HIGHMEM available.
Feb  2 01:46:44 kernel: [    0.000000] 446MB LOWMEM available.
Feb  2 01:46:44 kernel: [    0.000000]   mapped low ram: 0 - 1bef0000
Feb  2 01:46:44 kernel: [    0.000000]   low ram: 0 - 1bef0000
Feb  2 01:46:44 kernel: [    0.000000] Zone ranges:
Feb  2 01:46:44 kernel: [    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
Feb  2 01:46:44 kernel: [    0.000000]   Normal   [mem 0x01000000-0x1beeffff]
Feb  2 01:46:44 kernel: [    0.000000]   HighMem  empty
Feb  2 01:46:44 kernel: [    0.000000] Movable zone start for each node
Feb  2 01:46:44 kernel: [    0.000000] Early memory node ranges
Feb  2 01:46:44 kernel: [    0.000000]   node   0: [mem 0x00010000-0x0009efff]
Feb  2 01:46:44 kernel: [    0.000000]   node   0: [mem 0x00100000-0x1beeffff]
Feb  2 01:46:44 kernel: [    0.000000] On node 0 totalpages: 114303
Feb  2 01:46:44 kernel: [    0.000000] free_area_init_node: node 0, pgdat c18f6100, node_mem_map daaa9200
Feb  2 01:46:44 kernel: [    0.000000]   DMA zone: 32 pages used for memmap
Feb  2 01:46:44 kernel: [    0.000000]   DMA zone: 0 pages reserved
Feb  2 01:46:44 kernel: [    0.000000]   DMA zone: 3951 pages, LIFO batch:0
Feb  2 01:46:44 kernel: [    0.000000]   Normal zone: 862 pages used for memmap
Feb  2 01:46:44 kernel: [    0.000000]   Normal zone: 109458 pages, LIFO batch:31
Feb  2 01:46:44 kernel: [    0.000000] Using APIC driver default
Feb  2 01:46:44 kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x8008
Feb  2 01:46:44 kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Feb  2 01:46:44 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Feb  2 01:46:44 kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Feb  2 01:46:44 kernel: [    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
Feb  2 01:46:44 kernel: [    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
Feb  2 01:46:44 kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
Feb  2 01:46:44 kernel: [    0.000000] ACPI: IRQ0 used by override.
Feb  2 01:46:44 kernel: [    0.000000] ACPI: IRQ2 used by override.
Feb  2 01:46:44 kernel: [    0.000000] ACPI: IRQ11 used by override.
Feb  2 01:46:44 kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Feb  2 01:46:44 kernel: [    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
Feb  2 01:46:44 kernel: [    0.000000] nr_irqs_gsi: 40
Feb  2 01:46:44 kernel: [    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
Feb  2 01:46:44 kernel: [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
Feb  2 01:46:44 kernel: [    0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
Feb  2 01:46:44 kernel: [    0.000000] e820: [mem 0x20000000-0xffefffff] available for PCI devices
Feb  2 01:46:44 kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
Feb  2 01:46:44 kernel: [    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
Feb  2 01:46:44 kernel: [    0.000000] PERCPU: Embedded 14 pages/cpu @dbedd000 s35008 r0 d22336 u57344
Feb  2 01:46:44 kernel: [    0.000000] pcpu-alloc: s35008 r0 d22336 u57344 alloc=14*4096
Feb  2 01:46:44 kernel: [    0.000000] pcpu-alloc: [0] 0 
Feb  2 01:46:44 kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 113409
Feb  2 01:46:44 kernel: [    0.000000] Kernel command line: vga=788 initrd=ubuntu-installer/i386/initrd.gz -- quiet  BOOT_IMAGE=ubuntu-installer/i386/linux 
Feb  2 01:46:44 kernel: [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
Feb  2 01:46:44 kernel: [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Feb  2 01:46:44 kernel: [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Feb  2 01:46:44 kernel: [    0.000000] __ex_table already sorted, skipping sort
Feb  2 01:46:44 kernel: [    0.000000] Initializing CPU#0
Feb  2 01:46:44 kernel: [    0.000000] allocated 915200 bytes of page_cgroup
Feb  2 01:46:44 kernel: [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
Feb  2 01:46:44 kernel: [    0.000000] Initializing HighMem for node 0 (00000000:00000000)
Feb  2 01:46:44 kernel: [    0.000000] Memory: 424216k/457664k available (6251k kernel code, 32996k reserved, 2973k data, 784k init, 0k highmem)
Feb  2 01:46:44 kernel: [    0.000000] virtual kernel memory layout:
Feb  2 01:46:44 kernel: [    0.000000]     fixmap  : 0xfff14000 - 0xfffff000   ( 940 kB)
Feb  2 01:46:44 kernel: [    0.000000]     pkmap   : 0xffc00000 - 0xffe00000   (2048 kB)
Feb  2 01:46:44 kernel: [    0.000000]     vmalloc : 0xdc6f0000 - 0xffbfe000   ( 565 MB)
Feb  2 01:46:44 kernel: [    0.000000]     lowmem  : 0xc0000000 - 0xdbef0000   ( 446 MB)
Feb  2 01:46:44 kernel: [    0.000000]       .init : 0xc1903000 - 0xc19c7000   ( 784 kB)
Feb  2 01:46:44 kernel: [    0.000000]       .data : 0xc161ad30 - 0xc19023c0   (2973 kB)
Feb  2 01:46:44 kernel: [    0.000000]       .text : 0xc1000000 - 0xc161ad30   (6251 kB)
Feb  2 01:46:44 kernel: [    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
Feb  2 01:46:44 kernel: [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Feb  2 01:46:44 kernel: [    0.000000] Hierarchical RCU implementation.
Feb  2 01:46:44 kernel: [    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
Feb  2 01:46:44 kernel: [    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
Feb  2 01:46:44 kernel: [    0.000000] NR_IRQS:2304 nr_irqs:256 16
Feb  2 01:46:44 kernel: [    0.000000] CPU 0 irqstacks, hard=da406000 soft=da408000
Feb  2 01:46:44 kernel: [    0.000000] Console: colour dummy device 80x25
Feb  2 01:46:44 kernel: [    0.000000] console [tty0] enabled
Feb  2 01:46:44 kernel: [    0.000000] tsc: Fast TSC calibration using PIT
Feb  2 01:46:44 kernel: [    0.000000] tsc: Detected 1800.176 MHz processor
Feb  2 01:46:44 kernel: [    0.004002] Calibrating delay loop (skipped), value calculated using timer frequency.. 3600.35 BogoMIPS (lpj=7200704)
Feb  2 01:46:44 kernel: [    0.004007] pid_max: default: 32768 minimum: 301
Feb  2 01:46:44 kernel: [    0.004062] Security Framework initialized
Feb  2 01:46:44 kernel: [    0.004078] AppArmor: AppArmor initialized
Feb  2 01:46:44 kernel: [    0.004081] Yama: becoming mindful.
Feb  2 01:46:44 kernel: [    0.004157] Mount-cache hash table entries: 512
Feb  2 01:46:44 kernel: [    0.008128] Initializing cgroup subsys cpuacct
Feb  2 01:46:44 kernel: [    0.008132] Initializing cgroup subsys memory
Feb  2 01:46:44 kernel: [    0.008143] Initializing cgroup subsys devices
Feb  2 01:46:44 kernel: [    0.008146] Initializing cgroup subsys freezer
Feb  2 01:46:44 kernel: [    0.008149] Initializing cgroup subsys blkio
Feb  2 01:46:44 kernel: [    0.008152] Initializing cgroup subsys perf_event
Feb  2 01:46:44 kernel: [    0.008156] Initializing cgroup subsys hugetlb
Feb  2 01:46:44 kernel: [    0.008196] mce: CPU supports 5 MCE banks
Feb  2 01:46:44 kernel: [    0.008219] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
Feb  2 01:46:44 kernel: [    0.008219] Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4
Feb  2 01:46:44 kernel: [    0.008219] tlb_flushall_shift: 4
Feb  2 01:46:44 kernel: [    0.017218] Freeing SMP alternatives: 24k freed
Feb  2 01:46:44 kernel: [    0.020093] ACPI: Core revision 20121018
Feb  2 01:46:44 kernel: [    0.024018] ftrace: allocating 26115 entries in 52 pages
Feb  2 01:46:44 kernel: [    0.036156] Enabling APIC mode:  Flat.  Using 1 I/O APICs
Feb  2 01:46:44 kernel: [    0.036545] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Feb  2 01:46:44 kernel: [    0.076964] smpboot: CPU0: Mobile AMD Sempron(tm) Processor 3100+ (fam: 0f, model: 2c, stepping: 02)
Feb  2 01:46:44 kernel: [    0.080000] Performance Events: AMD PMU driver.
Feb  2 01:46:44 kernel: [    0.080000] ... version:                0
Feb  2 01:46:44 kernel: [    0.080000] ... bit width:              48
Feb  2 01:46:44 kernel: [    0.080000] ... generic registers:      4
Feb  2 01:46:44 kernel: [    0.080000] ... value mask:             0000ffffffffffff
Feb  2 01:46:44 kernel: [    0.080000] ... max period:             00007fffffffffff
Feb  2 01:46:44 kernel: [    0.080000] ... fixed-purpose events:   0
Feb  2 01:46:44 kernel: [    0.080000] ... event mask:             000000000000000f
Feb  2 01:46:44 kernel: [    0.080000] Brought up 1 CPUs
Feb  2 01:46:44 kernel: [    0.080000] smpboot: Total of 1 processors activated (3600.35 BogoMIPS)
Feb  2 01:46:44 kernel: [    0.080000] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Feb  2 01:46:44 kernel: [    0.080000] devtmpfs: initialized
Feb  2 01:46:44 kernel: [    0.080000] EVM: security.selinux
Feb  2 01:46:44 kernel: [    0.080000] EVM: security.SMACK64
Feb  2 01:46:44 kernel: [    0.080000] EVM: security.capability
Feb  2 01:46:44 kernel: [    0.080000] PM: Registering ACPI NVS region [mem 0x1befa000-0x1befffff] (24576 bytes)
Feb  2 01:46:44 kernel: [    0.080085] regulator-dummy: no parameters
Feb  2 01:46:44 kernel: [    0.080164] NET: Registered protocol family 16
Feb  2 01:46:44 kernel: [    0.080350] EISA bus registered
Feb  2 01:46:44 kernel: [    0.080357] node 0 link 0: io port [0, fffff]
Feb  2 01:46:44 kernel: [    0.080361] TOM: 0000000020000000 aka 512M
Feb  2 01:46:44 kernel: [    0.080366] node 0 link 0: mmio [a0000, bffff]
Feb  2 01:46:44 kernel: [    0.080370] node 0 link 0: mmio [20000000, fe0bffff]
Feb  2 01:46:44 kernel: [    0.080374] bus: [bus 00-ff] on node 0 link 0
Feb  2 01:46:44 kernel: [    0.080377] bus: 00 [io  0x0000-0xffff]
Feb  2 01:46:44 kernel: [    0.080379] bus: 00 [mem 0x000a0000-0x000bffff]
Feb  2 01:46:44 kernel: [    0.080381] bus: 00 [mem 0x20000000-0xfcffffffff]
Feb  2 01:46:44 kernel: [    0.080471] ACPI: bus type pci registered
Feb  2 01:46:44 kernel: [    0.080680] PCI : PCI BIOS area is rw and x. Use pci=nobios if you want it NX.
Feb  2 01:46:44 kernel: [    0.080684] PCI: PCI BIOS revision 2.10 entry at 0xfd776, last bus=1
Feb  2 01:46:44 kernel: [    0.080686] PCI: Using configuration type 1 for base access
Feb  2 01:46:44 kernel: [    0.082267] bio: create slab <bio-0> at 0
Feb  2 01:46:44 kernel: [    0.082416] ACPI: Added _OSI(Module Device)
Feb  2 01:46:44 kernel: [    0.082418] ACPI: Added _OSI(Processor Device)
Feb  2 01:46:44 kernel: [    0.082421] ACPI: Added _OSI(3.0 _SCP Extensions)
Feb  2 01:46:44 kernel: [    0.082423] ACPI: Added _OSI(Processor Aggregator Device)
Feb  2 01:46:44 kernel: [    0.083011] ACPI: EC: Look up EC in DSDT
Feb  2 01:46:44 kernel: [    0.096058] ACPI: Interpreter enabled
Feb  2 01:46:44 kernel: [    0.096068] ACPI: (supports S0 S3 S4 S5)
Feb  2 01:46:44 kernel: [    0.096085] ACPI: Using IOAPIC for interrupt routing
Feb  2 01:46:44 kernel: [    0.101818] ACPI: EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62
Feb  2 01:46:44 kernel: [    0.101910] ACPI: No dock devices found.
Feb  2 01:46:44 kernel: [    0.101917] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
Feb  2 01:46:44 kernel: [    0.102594] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Feb  2 01:46:44 kernel: [    0.102597] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Feb  2 01:46:44 kernel: [    0.103949] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
Feb  2 01:46:44 kernel: [    0.103954] pci_root PNP0A03:00: host bridge window [mem 0x000d6000-0x000d7fff] (ignored)
Feb  2 01:46:44 kernel: [    0.103957] pci_root PNP0A03:00: host bridge window [mem 0x000d8000-0x000d9fff] (ignored)
Feb  2 01:46:44 kernel: [    0.103960] pci_root PNP0A03:00: host bridge window [mem 0x000da000-0x000dbfff] (ignored)
Feb  2 01:46:44 kernel: [    0.103964] pci_root PNP0A03:00: host bridge window [mem 0x20000000-0xffffffff] (ignored)
Feb  2 01:46:44 kernel: [    0.103967] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
Feb  2 01:46:44 kernel: [    0.103971] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
Feb  2 01:46:44 kernel: [    0.103974] PCI: root bus 00: hardware-probed resources
Feb  2 01:46:44 kernel: [    0.103982] pci_root PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
Feb  2 01:46:44 kernel: [    0.104037] PCI host bridge to bus 0000:00
Feb  2 01:46:44 kernel: [    0.104041] pci_bus 0000:00: root bus resource [bus 00-ff]
Feb  2 01:46:44 kernel: [    0.104045] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
Feb  2 01:46:44 kernel: [    0.104048] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
Feb  2 01:46:44 kernel: [    0.104051] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfcffffffff]
Feb  2 01:46:44 kernel: [    0.104070] pci 0000:00:00.0: [1039:0760] type 00 class 0x060000
Feb  2 01:46:44 kernel: [    0.104080] pci 0000:00:00.0: reg 10: [mem 0xe0000000-0xe1ffffff]
Feb  2 01:46:44 kernel: [    0.104148] pci 0000:00:01.0: [1039:0002] type 01 class 0x060400
Feb  2 01:46:44 kernel: [    0.104180] pci 0000:00:02.0: [1039:0008] type 00 class 0x060100
Feb  2 01:46:44 kernel: [    0.104224] pci 0000:00:02.0: Enabling SiS 96x SMBus
Feb  2 01:46:44 kernel: [    0.104241] pci 0000:00:02.1: [1039:0016] type 00 class 0x0c0500
Feb  2 01:46:44 kernel: [    0.104272] pci 0000:00:02.1: reg 20: [io  0x8100-0x811f]
Feb  2 01:46:44 kernel: [    0.104301] pci 0000:00:02.5: [1039:5513] type 00 class 0x01018a
Feb  2 01:46:44 kernel: [    0.104322] pci 0000:00:02.5: reg 10: [io  0x01f0-0x01f7]
Feb  2 01:46:44 kernel: [    0.104330] pci 0000:00:02.5: reg 14: [io  0x03f4-0x03f7]
Feb  2 01:46:44 kernel: [    0.104338] pci 0000:00:02.5: reg 18: [io  0x0170-0x0177]
Feb  2 01:46:44 kernel: [    0.104345] pci 0000:00:02.5: reg 1c: [io  0x0374-0x0377]
Feb  2 01:46:44 kernel: [    0.104353] pci 0000:00:02.5: reg 20: [io  0x2000-0x200f]
Feb  2 01:46:44 kernel: [    0.104385] pci 0000:00:02.6: [1039:7013] type 00 class 0x070300
Feb  2 01:46:44 kernel: [    0.104398] pci 0000:00:02.6: reg 10: [io  0x1000-0x10ff]
Feb  2 01:46:44 kernel: [    0.104406] pci 0000:00:02.6: reg 14: [io  0x1c00-0x1c7f]
Feb  2 01:46:44 kernel: [    0.104452] pci 0000:00:02.6: supports D1 D2
Feb  2 01:46:44 kernel: [    0.104456] pci 0000:00:02.6: PME# supported from D3hot D3cold
Feb  2 01:46:44 kernel: [    0.104472] pci 0000:00:02.7: [1039:7012] type 00 class 0x040100
Feb  2 01:46:44 kernel: [    0.104486] pci 0000:00:02.7: reg 10: [io  0x1400-0x14ff]
Feb  2 01:46:44 kernel: [    0.104494] pci 0000:00:02.7: reg 14: [io  0x1c80-0x1cff]
Feb  2 01:46:44 kernel: [    0.104539] pci 0000:00:02.7: supports D1 D2
Feb  2 01:46:44 kernel: [    0.104542] pci 0000:00:02.7: PME# supported from D3hot D3cold
Feb  2 01:46:44 kernel: [    0.104556] pci 0000:00:03.0: [1039:7001] type 00 class 0x0c0310
Feb  2 01:46:44 kernel: [    0.104566] pci 0000:00:03.0: reg 10: [mem 0xe2000000-0xe2000fff]
Feb  2 01:46:44 kernel: [    0.104610] pci 0000:00:03.1: [1039:7001] type 00 class 0x0c0310
Feb  2 01:46:44 kernel: [    0.104621] pci 0000:00:03.1: reg 10: [mem 0xe2001000-0xe2001fff]
Feb  2 01:46:44 kernel: [    0.104666] pci 0000:00:03.2: [1039:7002] type 00 class 0x0c0320
Feb  2 01:46:44 kernel: [    0.104678] pci 0000:00:03.2: reg 10: [mem 0xe2002000-0xe2002fff]
Feb  2 01:46:44 kernel: [    0.104726] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
Feb  2 01:46:44 kernel: [    0.104746] pci 0000:00:04.0: [1039:0900] type 00 class 0x020000
Feb  2 01:46:44 kernel: [    0.104759] pci 0000:00:04.0: reg 10: [io  0x1800-0x18ff]
Feb  2 01:46:44 kernel: [    0.104767] pci 0000:00:04.0: reg 14: [mem 0xe2003000-0xe2003fff]
Feb  2 01:46:44 kernel: [    0.104796] pci 0000:00:04.0: reg 30: [mem 0x00000000-0x0001ffff pref]
Feb  2 01:46:44 kernel: [    0.104816] pci 0000:00:04.0: supports D1 D2
Feb  2 01:46:44 kernel: [    0.104819] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb  2 01:46:44 kernel: [    0.104836] pci 0000:00:06.0: [104c:ac50] type 02 class 0x060700
Feb  2 01:46:44 kernel: [    0.104850] pci 0000:00:06.0: reg 10: [mem 0x00000000-0x00000fff]
Feb  2 01:46:44 kernel: [    0.104871] pci 0000:00:06.0: supports D1 D2
Feb  2 01:46:44 kernel: [    0.104874] pci 0000:00:06.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb  2 01:46:44 kernel: [    0.104902] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
Feb  2 01:46:44 kernel: [    0.104928] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
Feb  2 01:46:44 kernel: [    0.104948] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
Feb  2 01:46:44 kernel: [    0.104968] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
Feb  2 01:46:44 kernel: [    0.105006] pci 0000:01:00.0: [1039:6330] type 00 class 0x030000
Feb  2 01:46:44 kernel: [    0.105016] pci 0000:01:00.0: reg 10: [mem 0xe8000000-0xefffffff pref]
Feb  2 01:46:44 kernel: [    0.105022] pci 0000:01:00.0: reg 14: [mem 0xe2100000-0xe211ffff]
Feb  2 01:46:44 kernel: [    0.105027] pci 0000:01:00.0: reg 18: [io  0xa000-0xa07f]
Feb  2 01:46:44 kernel: [    0.105054] pci 0000:01:00.0: supports D1 D2
Feb  2 01:46:44 kernel: [    0.105073] pci 0000:00:01.0: PCI bridge to [bus 01]
Feb  2 01:46:44 kernel: [    0.105077] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
Feb  2 01:46:44 kernel: [    0.105081] pci 0000:00:01.0:   bridge window [mem 0xe2100000-0xe21fffff]
Feb  2 01:46:44 kernel: [    0.105086] pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xefffffff pref]
Feb  2 01:46:44 kernel: [    0.105092] pci 0000:00:06.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Feb  2 01:46:44 kernel: [    0.105121] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 05
Feb  2 01:46:44 kernel: [    0.105126] pci_bus 0000:00: on NUMA node 0
Feb  2 01:46:44 kernel: [    0.105172]  pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
Feb  2 01:46:44 kernel: [    0.105175]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
Feb  2 01:46:44 kernel: [    0.106034] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 *7 9 10 11)
Feb  2 01:46:44 kernel: [    0.106092] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11) *0, disabled.
Feb  2 01:46:44 kernel: [    0.106143] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 7 9 10 11)
Feb  2 01:46:44 kernel: [    0.106196] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 7 9 10 11)
Feb  2 01:46:44 kernel: [    0.106262] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 *9 10 11)
Feb  2 01:46:44 kernel: [    0.106316] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 *11)
Feb  2 01:46:44 kernel: [    0.106365] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 11) *0, disabled.
Feb  2 01:46:44 kernel: [    0.106416] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 *10 11)
Feb  2 01:46:44 kernel: [    0.106624] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
Feb  2 01:46:44 kernel: [    0.106626] vgaarb: loaded
Feb  2 01:46:44 kernel: [    0.106628] vgaarb: bridge control possible 0000:01:00.0
Feb  2 01:46:44 kernel: [    0.106971] SCSI subsystem initialized
Feb  2 01:46:44 kernel: [    0.106975] ACPI: bus type scsi registered
Feb  2 01:46:44 kernel: [    0.107053] libata version 3.00 loaded.
Feb  2 01:46:44 kernel: [    0.107089] ACPI: bus type usb registered
Feb  2 01:46:44 kernel: [    0.107122] usbcore: registered new interface driver usbfs
Feb  2 01:46:44 kernel: [    0.107135] usbcore: registered new interface driver hub
Feb  2 01:46:44 kernel: [    0.107166] usbcore: registered new device driver usb
Feb  2 01:46:44 kernel: [    0.107316] PCI: Using ACPI for IRQ routing
Feb  2 01:46:44 kernel: [    0.107321] PCI: pci_cache_line_size set to 64 bytes
Feb  2 01:46:44 kernel: [    0.107373] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Feb  2 01:46:44 kernel: [    0.107376] e820: reserve RAM buffer [mem 0x1bef0000-0x1bffffff]
Feb  2 01:46:44 kernel: [    0.107514] NetLabel: Initializing
Feb  2 01:46:44 kernel: [    0.107516] NetLabel:  domain hash size = 128
Feb  2 01:46:44 kernel: [    0.107518] NetLabel:  protocols = UNLABELED CIPSOv4
Feb  2 01:46:44 kernel: [    0.107532] NetLabel:  unlabeled traffic allowed by default
Feb  2 01:46:44 kernel: [    0.107657] Switching to clocksource refined-jiffies
Feb  2 01:46:44 kernel: [    0.116724] AppArmor: AppArmor Filesystem Enabled
Feb  2 01:46:44 kernel: [    0.116781] pnp: PnP ACPI init
Feb  2 01:46:44 kernel: [    0.116803] ACPI: bus type pnp registered
Feb  2 01:46:44 kernel: [    0.116908] pnp 00:00: [dma 4]
Feb  2 01:46:44 kernel: [    0.116945] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
Feb  2 01:46:44 kernel: [    0.116996] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Feb  2 01:46:44 kernel: [    0.117025] pnp 00:02: Plug and Play ACPI device, IDs PNP0800 (active)
Feb  2 01:46:44 kernel: [    0.117168] system 00:03: [io  0x8000-0x807f] has been reserved
Feb  2 01:46:44 kernel: [    0.117172] system 00:03: [io  0x8080-0x80ff] has been reserved
Feb  2 01:46:44 kernel: [    0.117176] system 00:03: [io  0x8100-0x811f] has been reserved
Feb  2 01:46:44 kernel: [    0.117180] system 00:03: [io  0x04d0-0x04d1] has been reserved
Feb  2 01:46:44 kernel: [    0.117184] system 00:03: [io  0x03f0-0x03f1] has been reserved
Feb  2 01:46:44 kernel: [    0.117189] system 00:03: [mem 0xfec00000-0xfecfffff] could not be reserved
Feb  2 01:46:44 kernel: [    0.117192] system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
Feb  2 01:46:44 kernel: [    0.117196] system 00:03: [mem 0xfee00000-0xfeefffff] has been reserved
Feb  2 01:46:44 kernel: [    0.117200] system 00:03: [mem 0xffc00000-0xffc00fff] has been reserved
Feb  2 01:46:44 kernel: [    0.117203] system 00:03: [mem 0xffe00000-0xffe00fff] has been reserved
Feb  2 01:46:44 kernel: [    0.117207] system 00:03: [mem 0xffe80000-0xffefffff] has been reserved
Feb  2 01:46:44 kernel: [    0.117211] system 00:03: [mem 0xfffe0000-0xfffeffff] has been reserved
Feb  2 01:46:44 kernel: [    0.117215] system 00:03: [mem 0xffff0000-0xffffffff] has been reserved
Feb  2 01:46:44 kernel: [    0.117219] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb  2 01:46:44 kernel: [    0.117262] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
Feb  2 01:46:44 kernel: [    0.117297] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
Feb  2 01:46:44 kernel: [    0.117338] pnp 00:06: Plug and Play ACPI device, IDs SYN1003 SYN1002 SYN1000 PNP0f13 (active)
Feb  2 01:46:44 kernel: [    0.117494] pnp: PnP ACPI: found 7 devices
Feb  2 01:46:44 kernel: [    0.117496] ACPI: ACPI bus type pnp unregistered
Feb  2 01:46:44 kernel: [    0.117500] PnPBIOS: Disabled by ACPI PNP
Feb  2 01:46:44 kernel: [    0.153869] Switching to clocksource acpi_pm
Feb  2 01:46:44 kernel: [    0.153934] pci 0000:00:06.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
Feb  2 01:46:44 kernel: [    0.153938] pci 0000:00:06.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
Feb  2 01:46:44 kernel: [    0.153941] pci 0000:00:06.0: res[13]=[io  0x0100-0x00ff] get_res_add_size add_size 100
Feb  2 01:46:44 kernel: [    0.153945] pci 0000:00:06.0: res[14]=[io  0x0100-0x00ff] get_res_add_size add_size 100
Feb  2 01:46:44 kernel: [    0.153956] pci 0000:00:06.0: BAR 0: assigned [mem 0x20000000-0x20000fff]
Feb  2 01:46:44 kernel: [    0.153963] pci 0000:00:06.0: BAR 15: assigned [mem 0x24000000-0x27ffffff pref]
Feb  2 01:46:44 kernel: [    0.153967] pci 0000:00:06.0: BAR 16: assigned [mem 0x28000000-0x2bffffff]
Feb  2 01:46:44 kernel: [    0.153972] pci 0000:00:04.0: BAR 6: assigned [mem 0x20020000-0x2003ffff pref]
Feb  2 01:46:44 kernel: [    0.153977] pci 0000:00:06.0: BAR 13: assigned [io  0x2400-0x24ff]
Feb  2 01:46:44 kernel: [    0.153982] pci 0000:00:06.0: BAR 14: assigned [io  0x2800-0x28ff]
Feb  2 01:46:44 kernel: [    0.153987] pci 0000:00:01.0: PCI bridge to [bus 01]
Feb  2 01:46:44 kernel: [    0.153991] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
Feb  2 01:46:44 kernel: [    0.153996] pci 0000:00:01.0:   bridge window [mem 0xe2100000-0xe21fffff]
Feb  2 01:46:44 kernel: [    0.154001] pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xefffffff pref]
Feb  2 01:46:44 kernel: [    0.154007] pci 0000:00:06.0: CardBus bridge to [bus 02-05]
Feb  2 01:46:44 kernel: [    0.154010] pci 0000:00:06.0:   bridge window [io  0x2400-0x24ff]
Feb  2 01:46:44 kernel: [    0.154014] pci 0000:00:06.0:   bridge window [io  0x2800-0x28ff]
Feb  2 01:46:44 kernel: [    0.154019] pci 0000:00:06.0:   bridge window [mem 0x24000000-0x27ffffff pref]
Feb  2 01:46:44 kernel: [    0.154023] pci 0000:00:06.0:   bridge window [mem 0x28000000-0x2bffffff]
Feb  2 01:46:44 kernel: [    0.154040] pci 0000:00:06.0: enabling device (0000 -> 0003)
Feb  2 01:46:44 kernel: [    0.154068] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
Feb  2 01:46:44 kernel: [    0.154072] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
Feb  2 01:46:44 kernel: [    0.154075] pci_bus 0000:00: resource 6 [mem 0x20000000-0xfcffffffff]
Feb  2 01:46:44 kernel: [    0.154078] pci_bus 0000:01: resource 0 [io  0xa000-0xafff]
Feb  2 01:46:44 kernel: [    0.154081] pci_bus 0000:01: resource 1 [mem 0xe2100000-0xe21fffff]
Feb  2 01:46:44 kernel: [    0.154085] pci_bus 0000:01: resource 2 [mem 0xe8000000-0xefffffff pref]
Feb  2 01:46:44 kernel: [    0.154088] pci_bus 0000:02: resource 0 [io  0x2400-0x24ff]
Feb  2 01:46:44 kernel: [    0.154091] pci_bus 0000:02: resource 1 [io  0x2800-0x28ff]
Feb  2 01:46:44 kernel: [    0.154094] pci_bus 0000:02: resource 2 [mem 0x24000000-0x27ffffff pref]
Feb  2 01:46:44 kernel: [    0.154097] pci_bus 0000:02: resource 3 [mem 0x28000000-0x2bffffff]
Feb  2 01:46:44 kernel: [    0.154157] NET: Registered protocol family 2
Feb  2 01:46:44 kernel: [    0.154336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
Feb  2 01:46:44 kernel: [    0.154368] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
Feb  2 01:46:44 kernel: [    0.154398] TCP: Hash tables configured (established 4096 bind 4096)
Feb  2 01:46:44 kernel: [    0.154435] TCP: reno registered
Feb  2 01:46:44 kernel: [    0.154439] UDP hash table entries: 256 (order: 1, 8192 bytes)
Feb  2 01:46:44 kernel: [    0.154448] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
Feb  2 01:46:44 kernel: [    0.154510] NET: Registered protocol family 1
Feb  2 01:46:44 kernel: [    0.664058] pci 0000:01:00.0: Boot video device
Feb  2 01:46:44 kernel: [    0.664062] PCI: CLS 0 bytes, default 64
Feb  2 01:46:44 kernel: [    0.664134] Trying to unpack rootfs image as initramfs...
Feb  2 01:46:44 kernel: [    1.156404] Freeing initrd memory: 17048k freed
Feb  2 01:46:44 kernel: [    1.177072] Simple Boot Flag at 0x38 set to 0x1
Feb  2 01:46:44 kernel: [    1.177386] Initialise module verification
Feb  2 01:46:44 kernel: [    1.177451] audit: initializing netlink socket (disabled)
Feb  2 01:46:44 kernel: [    1.177479] type=2000 audit(1107308802.175:1): initialized
Feb  2 01:46:44 kernel: [    1.208255] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Feb  2 01:46:44 kernel: [    1.209924] VFS: Disk quotas dquot_6.5.2
Feb  2 01:46:44 kernel: [    1.209991] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Feb  2 01:46:44 kernel: [    1.210713] fuse init (API version 7.20)
Feb  2 01:46:44 kernel: [    1.210811] msgmni has been set to 861
Feb  2 01:46:44 kernel: [    1.211226] Key type asymmetric registered
Feb  2 01:46:44 kernel: [    1.211228] Asymmetric key parser 'x509' registered
Feb  2 01:46:44 kernel: [    1.211283] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Feb  2 01:46:44 kernel: [    1.211315] io scheduler noop registered
Feb  2 01:46:44 kernel: [    1.211318] io scheduler deadline registered (default)
Feb  2 01:46:44 kernel: [    1.211326] io scheduler cfq registered
Feb  2 01:46:44 kernel: [    1.211493] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Feb  2 01:46:44 kernel: [    1.211517] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Feb  2 01:46:44 kernel: [    1.214152] ACPI: AC Adapter [ACAD] (on-line)
Feb  2 01:46:44 kernel: [    1.214230] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Feb  2 01:46:44 kernel: [    1.215811] ACPI: Lid Switch [LID]
Feb  2 01:46:44 kernel: [    1.215855] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Feb  2 01:46:44 kernel: [    1.215860] ACPI: Power Button [PWRB]
Feb  2 01:46:44 kernel: [    1.215905] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Feb  2 01:46:44 kernel: [    1.215908] ACPI: Sleep Button [SLPB]
Feb  2 01:46:44 kernel: [    1.215947] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Feb  2 01:46:44 kernel: [    1.215951] ACPI: Power Button [PWRF]
Feb  2 01:46:44 kernel: [    1.216014] tsc: Marking TSC unstable due to TSC halts in idle
Feb  2 01:46:44 kernel: [    1.216023] ACPI: acpi_idle registered with cpuidle
Feb  2 01:46:44 kernel: [    1.225365] thermal LNXTHERM:00: registered as thermal_zone0
Feb  2 01:46:44 kernel: [    1.225368] ACPI: Thermal Zone [THRM] (52 C)
Feb  2 01:46:44 kernel: [    1.225448] GHES: HEST is not enabled!
Feb  2 01:46:44 kernel: [    1.225571] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Feb  2 01:46:44 kernel: [    1.227170] Linux agpgart interface v0.103
Feb  2 01:46:44 kernel: [    1.227199] agpgart-amd64 0000:00:00.0: AGP bridge [1039/0760]
Feb  2 01:46:44 kernel: [    1.228666] ACPI: Battery Slot [BAT1] (battery absent)
Feb  2 01:46:44 kernel: [    1.228705] isapnp: Scanning for PnP cards...
Feb  2 01:46:44 kernel: [    1.234220] agpgart-amd64 0000:00:00.0: AGP aperture is 32M @ 0xe0000000
Feb  2 01:46:44 kernel: [    1.235839] brd: module loaded
Feb  2 01:46:44 kernel: [    1.280237] loop: module loaded
Feb  2 01:46:44 kernel: [    1.280474] pata_sis 0000:00:02.5: version 0.5.2
Feb  2 01:46:44 kernel: [    1.280531] pata_sis 0000:00:02.5: SiS 962/963 MuTIOL IDE UDMA133 controller
Feb  2 01:46:44 kernel: [    1.280925] scsi0 : pata_sis
Feb  2 01:46:44 kernel: [    1.281063] scsi1 : pata_sis
Feb  2 01:46:44 kernel: [    1.281130] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x2000 irq 14
Feb  2 01:46:44 kernel: [    1.281133] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x2008 irq 15
Feb  2 01:46:44 kernel: [    1.281535] libphy: Fixed MDIO Bus: probed
Feb  2 01:46:44 kernel: [    1.281647] tun: Universal TUN/TAP device driver, 1.6
Feb  2 01:46:44 kernel: [    1.281649] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Feb  2 01:46:44 kernel: [    1.281754] PPP generic driver version 2.4.2
Feb  2 01:46:44 kernel: [    1.281809] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Feb  2 01:46:44 kernel: [    1.281811] ehci-pci: EHCI PCI platform driver
Feb  2 01:46:44 kernel: [    1.281860] ehci-pci 0000:00:03.2: EHCI Host Controller
Feb  2 01:46:44 kernel: [    1.281868] ehci-pci 0000:00:03.2: new USB bus registered, assigned bus number 1
Feb  2 01:46:44 kernel: [    1.281908] ehci-pci 0000:00:03.2: cache line size of 64 is not supported
Feb  2 01:46:44 kernel: [    1.281935] ehci-pci 0000:00:03.2: irq 23, io mem 0xe2002000
Feb  2 01:46:44 kernel: [    1.325602] ehci-pci 0000:00:03.2: USB 2.0 started, EHCI 1.00
Feb  2 01:46:44 kernel: [    1.325631] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Feb  2 01:46:44 kernel: [    1.325634] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb  2 01:46:44 kernel: [    1.325637] usb usb1: Product: EHCI Host Controller
Feb  2 01:46:44 kernel: [    1.325640] usb usb1: Manufacturer: Linux 3.8.0-19-generic ehci_hcd
Feb  2 01:46:44 kernel: [    1.325643] usb usb1: SerialNumber: 0000:00:03.2
Feb  2 01:46:44 kernel: [    1.325783] hub 1-0:1.0: USB hub found
Feb  2 01:46:44 kernel: [    1.325790] hub 1-0:1.0: 6 ports detected
Feb  2 01:46:44 kernel: [    1.325931] ehci-platform: EHCI generic platform driver
Feb  2 01:46:44 kernel: [    1.325946] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Feb  2 01:46:44 kernel: [    1.325985] ohci_hcd 0000:00:03.0: OHCI Host Controller
Feb  2 01:46:44 kernel: [    1.325992] ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 2
Feb  2 01:46:44 kernel: [    1.326032] ohci_hcd 0000:00:03.0: irq 20, io mem 0xe2000000
Feb  2 01:46:44 kernel: [    1.413094] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
Feb  2 01:46:44 kernel: [    1.413098] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb  2 01:46:44 kernel: [    1.413100] usb usb2: Product: OHCI Host Controller
Feb  2 01:46:44 kernel: [    1.413103] usb usb2: Manufacturer: Linux 3.8.0-19-generic ohci_hcd
Feb  2 01:46:44 kernel: [    1.413106] usb usb2: SerialNumber: 0000:00:03.0
Feb  2 01:46:44 kernel: [    1.413223] hub 2-0:1.0: USB hub found
Feb  2 01:46:44 kernel: [    1.413231] hub 2-0:1.0: 3 ports detected
Feb  2 01:46:44 kernel: [    1.413326] ohci_hcd 0000:00:03.1: OHCI Host Controller
Feb  2 01:46:44 kernel: [    1.413332] ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 3
Feb  2 01:46:44 kernel: [    1.413358] ohci_hcd 0000:00:03.1: irq 21, io mem 0xe2001000
Feb  2 01:46:44 kernel: [    1.500403] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
Feb  2 01:46:44 kernel: [    1.500407] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb  2 01:46:44 kernel: [    1.500410] usb usb3: Product: OHCI Host Controller
Feb  2 01:46:44 kernel: [    1.500412] usb usb3: Manufacturer: Linux 3.8.0-19-generic ohci_hcd
Feb  2 01:46:44 kernel: [    1.500415] usb usb3: SerialNumber: 0000:00:03.1
Feb  2 01:46:44 kernel: [    1.545152] hub 3-0:1.0: USB hub found
Feb  2 01:46:44 kernel: [    1.545159] hub 3-0:1.0: 3 ports detected
Feb  2 01:46:44 kernel: [    1.545253] uhci_hcd: USB Universal Host Controller Interface driver
Feb  2 01:46:44 kernel: [    1.545370] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Feb  2 01:46:44 kernel: [    1.551454] ata1.00: ATA-6: ST9808210A, 3.01, max UDMA/100
Feb  2 01:46:44 kernel: [    1.551457] ata1.00: 156301488 sectors, multi 16: LBA48 
Feb  2 01:46:44 kernel: [    1.553342] serio: i8042 KBD port at 0x60,0x64 irq 1
Feb  2 01:46:44 kernel: [    1.553351] serio: i8042 AUX port at 0x60,0x64 irq 12
Feb  2 01:46:44 kernel: [    1.553504] mousedev: PS/2 mouse device common for all mice
Feb  2 01:46:44 kernel: [    1.553681] rtc_cmos 00:01: RTC can wake from S4
Feb  2 01:46:44 kernel: [    1.553802] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
Feb  2 01:46:44 kernel: [    1.553829] rtc0: alarms up to one year, y3k, 114 bytes nvram
Feb  2 01:46:44 kernel: [    1.553953] device-mapper: uevent: version 1.0.3
Feb  2 01:46:44 kernel: [    1.554024] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com
Feb  2 01:46:44 kernel: [    1.554050] EISA: Probing bus 0 at eisa.0
Feb  2 01:46:44 kernel: [    1.554053] EISA: Cannot allocate resource for mainboard
Feb  2 01:46:44 kernel: [    1.554056] Cannot allocate resource for EISA slot 1
Feb  2 01:46:44 kernel: [    1.554058] Cannot allocate resource for EISA slot 2
Feb  2 01:46:44 kernel: [    1.554060] Cannot allocate resource for EISA slot 3
Feb  2 01:46:44 kernel: [    1.554062] Cannot allocate resource for EISA slot 4
Feb  2 01:46:44 kernel: [    1.554064] Cannot allocate resource for EISA slot 5
Feb  2 01:46:44 kernel: [    1.554067] Cannot allocate resource for EISA slot 6
Feb  2 01:46:44 kernel: [    1.554069] Cannot allocate resource for EISA slot 7
Feb  2 01:46:44 kernel: [    1.554071] Cannot allocate resource for EISA slot 8
Feb  2 01:46:44 kernel: [    1.554073] EISA: Detected 0 cards.
Feb  2 01:46:44 kernel: [    1.554086] cpufreq-nforce2: No nForce2 chipset.
Feb  2 01:46:44 kernel: [    1.554109] cpuidle: using governor ladder
Feb  2 01:46:44 kernel: [    1.554138] cpuidle: using governor menu
Feb  2 01:46:44 kernel: [    1.554141] ledtrig-cpu: registered to indicate activity on CPUs
Feb  2 01:46:44 kernel: [    1.554144] EFI Variables Facility v0.08 2004-May-17
Feb  2 01:46:44 kernel: [    1.554422] ashmem: initialized
Feb  2 01:46:44 kernel: [    1.554586] TCP: cubic registered
Feb  2 01:46:44 kernel: [    1.554713] NET: Registered protocol family 10
Feb  2 01:46:44 kernel: [    1.554939] NET: Registered protocol family 17
Feb  2 01:46:44 kernel: [    1.554954] Key type dns_resolver registered
Feb  2 01:46:44 kernel: [    1.555109] Using IPI No-Shortcut mode
Feb  2 01:46:44 kernel: [    1.555206] Loading module verification certificates
Feb  2 01:46:44 kernel: [    1.555232] X.509: Cert fceb9fd088cf158e29d83343e1c98bf8ab23d94a is not yet valid
Feb  2 01:46:44 kernel: [    1.555235] MODSIGN: Problem loading in-kernel X.509 certificate (-129)
Feb  2 01:46:44 kernel: [    1.555253] registered taskstats version 1
Feb  2 01:46:44 kernel: [    1.600317] isapnp: No Plug & Play device found
Feb  2 01:46:44 kernel: [    1.601747] Key type trusted registered
Feb  2 01:46:44 kernel: [    1.602083] ata1.00: configured for UDMA/100
Feb  2 01:46:44 kernel: [    1.602260] scsi 0:0:0:0: Direct-Access     ATA      ST9808210A       3.01 PQ: 0 ANSI: 5
Feb  2 01:46:44 kernel: [    1.602500] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
Feb  2 01:46:44 kernel: [    1.602560] sd 0:0:0:0: [sda] Write Protect is off
Feb  2 01:46:44 kernel: [    1.602564] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Feb  2 01:46:44 kernel: [    1.602590] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb  2 01:46:44 kernel: [    1.602923] sd 0:0:0:0: Attached scsi generic sg0 type 0
Feb  2 01:46:44 kernel: [    1.605252] Key type encrypted registered
Feb  2 01:46:44 kernel: [    1.607729] rtc_cmos 00:01: setting system clock to 2005-02-02 01:46:43 UTC (1107308803)
Feb  2 01:46:44 kernel: [    1.607819] powernow-k8: fid 0xa (1800 MHz), vid 0xa
Feb  2 01:46:44 kernel: [    1.607822] powernow-k8: fid 0x8 (1600 MHz), vid 0xc
Feb  2 01:46:44 kernel: [    1.607824] powernow-k8: fid 0x0 (800 MHz), vid 0x13
Feb  2 01:46:44 kernel: [    1.607854] powernow-k8: Found 1 Mobile AMD Sempron(tm) Processor 3100+ (1 cpu cores) (version 2.20.00)
Feb  2 01:46:44 kernel: [    1.607871] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Feb  2 01:46:44 kernel: [    1.607873] EDD information not available.
Feb  2 01:46:44 kernel: [    1.621914] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Feb  2 01:46:44 kernel: [    1.686716]  sda: sda1
Feb  2 01:46:44 kernel: [    1.686991] sd 0:0:0:0: [sda] Attached SCSI disk
Feb  2 01:46:44 kernel: [    1.764399] ata2.00: ATAPI: MATSHITAUJ-840D, 1.03, max UDMA/33
Feb  2 01:46:44 kernel: [    1.780372] ata2.00: configured for UDMA/33
Feb  2 01:46:44 kernel: [    1.782726] scsi 1:0:0:0: CD-ROM            MATSHITA UJ-840D          1.03 PQ: 0 ANSI: 5
Feb  2 01:46:44 kernel: [    1.785102] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Feb  2 01:46:44 kernel: [    1.785106] cdrom: Uniform CD-ROM driver Revision: 3.20
Feb  2 01:46:44 kernel: [    1.785232] sr 1:0:0:0: Attached scsi CD-ROM sr0
Feb  2 01:46:44 kernel: [    1.785296] sr 1:0:0:0: Attached scsi generic sg1 type 5
Feb  2 01:46:44 kernel: [    1.785403] Freeing unused kernel memory: 784k freed
Feb  2 01:46:44 kernel: [    1.786254] Write protecting the kernel text: 6252k
Feb  2 01:46:44 kernel: [    1.786315] Write protecting the kernel read-only data: 2432k
Feb  2 01:46:44 kernel: [    1.786317] NX-protecting the kernel data: 3988k
Feb  2 01:46:44 kernel: 0>[    1.800395] udevd[76]: starting version 175
Feb  2 01:46:44 kernel: [    1.915922] Disabling lock debugging due to kernel taint
Feb  2 01:46:44 kernel: [    1.917746] sis900.c: v1.08.10 Apr. 2 2006
Feb  2 01:46:44 kernel: [    1.945771] 0000:00:04.0: Realtek RTL8201 PHY transceiver found at address 13.
Feb  2 01:46:44 kernel: [    1.951411] 0000:00:04.0: Using transceiver found at address 13 as default
Feb  2 01:46:44 kernel: [    1.963089] eth0: SiS 900 PCI Fast Ethernet at 0x00011800, IRQ 19, 00:c0:9f:fc:4f:b7
Feb  2 01:46:44 kernel: [    1.963933] yenta_cardbus 0000:00:06.0: CardBus bridge found [1025:0083]
Feb  2 01:46:44 kernel: [    1.963952] yenta_cardbus 0000:00:06.0: Using CSCINT to route CSC interrupts to PCI
Feb  2 01:46:44 kernel: [    1.963955] yenta_cardbus 0000:00:06.0: Routing CardBus interrupts to PCI
Feb  2 01:46:44 kernel: [    1.963960] yenta_cardbus 0000:00:06.0: TI: mfunc 0x00521d22, devctl 0x64
Feb  2 01:46:44 kernel: [    2.196793] yenta_cardbus 0000:00:06.0: ISA IRQ mask 0x06f8, PCI irq 19
Feb  2 01:46:44 kernel: [    2.196800] yenta_cardbus 0000:00:06.0: Socket status: 30000006
Feb  2 01:46:44 kernel: [    2.895722] vesafb: mode is 800x600x16, linelength=1600, pages=7
Feb  2 01:46:44 kernel: [    2.895728] vesafb: protected mode interface info at cbe6:000c
Feb  2 01:46:44 kernel: [    2.895732] vesafb: pmi: set display start = c00cbe96, set palette = c00cbeda
Feb  2 01:46:44 kernel: [    2.895734] vesafb: scrolling: redraw
Feb  2 01:46:44 kernel: [    2.895737] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
Feb  2 01:46:44 kernel: [    2.896101] vesafb: framebuffer at 0xe8000000, mapped to 0xdc780000, using 1875k, total 16384k
Feb  2 01:46:44 kernel: [    2.898139] Console: switching to colour frame buffer device 100x37
Feb  2 01:46:44 kernel: [    2.899683] fb0: VESA VGA frame buffer device
Feb  2 01:46:45 init: starting pid 312, tty '': '/sbin/reopen-console /sbin/debian-installer'
Feb  2 01:46:45 init: starting pid 316, tty '/dev/tty4': '/usr/bin/tail -f /var/log/syslog'
Feb  2 01:46:45 debconf: Setting debconf/language to en
Feb  2 01:46:45 main-menu[341]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Feb  2 01:46:45 main-menu[341]: INFO: Menu item 'localechooser' selected
Feb  2 01:46:46 debconf: Setting debconf/language to en
Feb  2 01:46:58 localechooser: info: Language = 'de'
Feb  2 01:46:58 localechooser: info: line=de;1;DE;UTF-8;de_DE.UTF-8;;console-setup
Feb  2 01:46:58 localechooser: info: Set debian-installer/language = 'de'
Feb  2 01:46:58 localechooser: info: Default country = 'DE'
Feb  2 01:46:58 localechooser: info: Default locale = 'de_DE.UTF-8'
Feb  2 01:46:58 localechooser: info: Set debian-installer/consoledisplay = 'console-setup'
Feb  2 01:46:58 debconf: Setting debconf/language to de
Feb  2 01:47:01 localechooser: info: Set debian-installer/country = 'DE'
Feb  2 01:47:01 localechooser: info: Set debian-installer/locale = 'de_DE.UTF-8'
Feb  2 01:47:01 localechooser: info: System locale (debian-installer/locale) = 'de_DE.UTF-8'
Feb  2 01:47:01 main-menu[341]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Feb  2 01:47:01 main-menu[341]: INFO: Menu item 'console-setup-udeb' selected
Feb  2 01:47:01 main-menu[341]: INFO: Falling back to the package description for console-setup-pc-ekmap
Feb  2 01:47:01 main-menu[341]: INFO: Falling back to the package description for console-setup-pc-ekmap
Feb  2 01:47:04 debconf: BLURB5
Feb  2 01:47:04 debconf: BLURB6
Feb  2 01:47:06 debconf: BLURB
Feb  2 01:47:06 debconf: BLURB2
Feb  2 01:47:06 debconf: BLUR3
Feb  2 01:47:06 debconf: BLURB4
Feb  2 01:47:06 debconf: BLURB5
Feb  2 01:47:06 debconf: BLURB6
Feb  2 01:47:07 debconf: BLURB
Feb  2 01:47:07 debconf: BLURB2
Feb  2 01:47:07 debconf: BLUR3
Feb  2 01:47:07 debconf: BLURB4
Feb  2 01:47:07 debconf: BLURB5
Feb  2 01:47:07 debconf: BLURB6
Feb  2 01:47:07 debconf: BLURB9
Feb  2 01:47:07 debconf: return de:nodeadkeys
Feb  2 01:47:08 main-menu[341]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Feb  2 01:47:09 main-menu[341]: INFO: Menu item 'ethdetect' selected
Feb  2 01:47:09 net/hw-detect.hotplug: Detected hotpluggable network interface eth0
Feb  2 01:47:09 pcmcia-socket-startup: chdir to /etc/pcmcia failed: No such file or directory
Feb  2 01:47:09 net/hw-detect.hotplug: Detected hotpluggable network interface lo
Feb  2 01:47:09 hw-detect: Detected module 'usb-storage' for 'USB storage'
Feb  2 01:47:09 hw-detect: insmod /lib/modules/3.8.0-19-generic/kernel/drivers/usb/storage/usb-storage.ko 
Feb  2 01:47:09 kernel: [   27.999356] Initializing USB Mass Storage driver...
Feb  2 01:47:09 kernel: [   27.999753] usbcore: registered new interface driver usb-storage
Feb  2 01:47:09 kernel: [   27.999758] USB Mass Storage support registered.
Feb  2 01:47:09 hw-detect: Detected PCMCIA, installing pcmciautils.
Feb  2 01:47:09 apt-install: Queueing package pcmciautils for later installation
Feb  2 01:47:09 apt-install: Queueing package udev for later installation
Feb  2 01:47:09 apt-install: Queueing package pciutils for later installation
Feb  2 01:47:09 apt-install: Queueing package usbutils for later installation
Feb  2 01:47:10 apt-install: Queueing package eject for later installation
Feb  2 01:47:10 apt-install: Queueing package libc6-i686 for later installation
Feb  2 01:47:11 check-missing-firmware: /dev/.udev/firmware-missing does not exist, skipping
Feb  2 01:47:11 check-missing-firmware: /run/udev/firmware-missing does not exist, skipping
Feb  2 01:47:11 check-missing-firmware: no missing firmware in /dev/.udev/firmware-missing /run/udev/firmware-missing
Feb  2 01:47:12 check-missing-firmware: /dev/.udev/firmware-missing does not exist, skipping
Feb  2 01:47:12 check-missing-firmware: /run/udev/firmware-missing does not exist, skipping
Feb  2 01:47:12 check-missing-firmware: no missing firmware in /dev/.udev/firmware-missing /run/udev/firmware-missing
Feb  2 01:47:12 main-menu[341]: (process:1290): modprobe: invalid option -- 'l'
Feb  2 01:47:12 main-menu[341]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Feb  2 01:47:12 main-menu[341]: INFO: Menu item 'netcfg' selected
Feb  2 01:47:12 main-menu[341]: INFO: Falling back to the package description for crypto-modules-3.8.0-19-generic-di
Feb  2 01:47:12 main-menu[341]: INFO: Falling back to the package description for crypto-modules-3.8.0-19-generic-di
Feb  2 01:47:12 netcfg[2125]: INFO: Starting netcfg v.1.68ubuntu17 (built 20121212-2151)
Feb  2 01:47:12 netcfg[2125]: WARNING **: Couldn't read Wpasupplicant pid file, not trying to kill.
Feb  2 01:47:12 netcfg[2125]: DEBUG: Flushing addresses and routes on interface: eth0
Feb  2 01:47:12 netcfg[2125]: INFO: Could not find valid BOOTIF= entry in /proc/cmdline
Feb  2 01:47:12 netcfg[2125]: DEBUG: State is now 0
Feb  2 01:47:12 netcfg[2125]: DEBUG: Want link on eth0
Feb  2 01:47:12 kernel: [   30.764799] eth0: Media Link Off
Feb  2 01:47:12 kernel: [   30.765007] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Feb  2 01:47:12 netcfg[2125]: INFO: ethtool-lite: eth0 is disconnected.
Feb  2 01:47:13 netcfg[2125]: INFO: ethtool-lite: eth0 is disconnected.
Feb  2 01:47:13 netcfg[2125]: INFO: ethtool-lite: eth0 is connected.
Feb  2 01:47:13 netcfg[2125]: DEBUG: Commencing network autoconfiguration on eth0
Feb  2 01:47:13 netcfg[2125]: DEBUG: rdnssd started; PID: 2148
Feb  2 01:47:13 kernel: [   31.766122] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Feb  2 01:47:13 netcfg[2125]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Feb  2 01:47:13 netcfg[2125]: DEBUG: Running ip addr show eth0 to look for address
Feb  2 01:47:13 netcfg[2125]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
Feb  2 01:47:13 netcfg[2125]: DEBUG: ip line:     link/ether 00:c0:9f:fc:4f:b7 brd ff:ff:ff:ff:ff:ff
Feb  2 01:47:13 netcfg[2125]: DEBUG: ip line:     inet6 fe80::2c0:9fff:fefc:4fb7/64 scope link tentative 
Feb  2 01:47:13 netcfg[2125]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Feb  2 01:47:13 netcfg[2125]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Feb  2 01:47:13 netcfg[2125]: DEBUG: Running ip addr show eth0 to look for address
Feb  2 01:47:13 netcfg[2125]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
Feb  2 01:47:13 netcfg[2125]: DEBUG: ip line:     link/ether 00:c0:9f:fc:4f:b7 brd ff:ff:ff:ff:ff:ff
Feb  2 01:47:13 netcfg[2125]: DEBUG: ip line:     inet6 fe80::2c0:9fff:fefc:4fb7/64 scope link tentative 
Feb  2 01:47:13 netcfg[2125]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Feb  2 01:47:14 netcfg[2125]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Feb  2 01:47:14 netcfg[2125]: DEBUG: Running ip addr show eth0 to look for address
Feb  2 01:47:14 netcfg[2125]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
Feb  2 01:47:14 netcfg[2125]: DEBUG: ip line:     link/ether 00:c0:9f:fc:4f:b7 brd ff:ff:ff:ff:ff:ff
Feb  2 01:47:14 netcfg[2125]: DEBUG: ip line:     inet6 fe80::2c0:9fff:fefc:4fb7/64 scope link tentative 
Feb  2 01:47:14 netcfg[2125]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Feb  2 01:47:14 netcfg[2125]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Feb  2 01:47:14 netcfg[2125]: DEBUG: Running ip addr show eth0 to look for address
Feb  2 01:47:14 netcfg[2125]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
Feb  2 01:47:14 netcfg[2125]: DEBUG: ip line:     link/ether 00:c0:9f:fc:4f:b7 brd ff:ff:ff:ff:ff:ff
Feb  2 01:47:14 netcfg[2125]: DEBUG: ip line:     inet6 fe80::2c0:9fff:fefc:4fb7/64 scope link tentative 
Feb  2 01:47:14 netcfg[2125]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Feb  2 01:47:14 netcfg[2125]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Feb  2 01:47:14 netcfg[2125]: DEBUG: Running ip addr show eth0 to look for address
Feb  2 01:47:14 netcfg[2125]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
Feb  2 01:47:14 netcfg[2125]: DEBUG: ip line:     link/ether 00:c0:9f:fc:4f:b7 brd ff:ff:ff:ff:ff:ff
Feb  2 01:47:14 netcfg[2125]: DEBUG: ip line:     inet6 fe80::2c0:9fff:fefc:4fb7/64 scope link tentative 
Feb  2 01:47:14 netcfg[2125]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Feb  2 01:47:14 netcfg[2125]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Feb  2 01:47:14 netcfg[2125]: DEBUG: Running ip addr show eth0 to look for address
Feb  2 01:47:14 netcfg[2125]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
Feb  2 01:47:14 netcfg[2125]: DEBUG: ip line:     link/ether 00:c0:9f:fc:4f:b7 brd ff:ff:ff:ff:ff:ff
Feb  2 01:47:14 netcfg[2125]: DEBUG: ip line:     inet6 fe80::2c0:9fff:fefc:4fb7/64 scope link tentative 
Feb  2 01:47:14 netcfg[2125]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Feb  2 01:47:15 netcfg[2125]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Feb  2 01:47:15 netcfg[2125]: DEBUG: Running ip addr show eth0 to look for address
Feb  2 01:47:15 netcfg[2125]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
Feb  2 01:47:15 netcfg[2125]: DEBUG: ip line:     link/ether 00:c0:9f:fc:4f:b7 brd ff:ff:ff:ff:ff:ff
Feb  2 01:47:15 netcfg[2125]: DEBUG: ip line:     inet6 fe80::2c0:9fff:fefc:4fb7/64 scope link tentative 
Feb  2 01:47:15 netcfg[2125]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Feb  2 01:47:15 netcfg[2125]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Feb  2 01:47:15 netcfg[2125]: DEBUG: Running ip addr show eth0 to look for address
Feb  2 01:47:15 netcfg[2125]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
Feb  2 01:47:15 netcfg[2125]: DEBUG: ip line:     link/ether 00:c0:9f:fc:4f:b7 brd ff:ff:ff:ff:ff:ff
Feb  2 01:47:15 netcfg[2125]: DEBUG: ip line:     inet6 fe80::2c0:9fff:fefc:4fb7/64 scope link tentative 
Feb  2 01:47:15 netcfg[2125]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Feb  2 01:47:15 netcfg[2125]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Feb  2 01:47:15 netcfg[2125]: DEBUG: Running ip addr show eth0 to look for address
Feb  2 01:47:15 netcfg[2125]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
Feb  2 01:47:15 netcfg[2125]: DEBUG: ip line:     link/ether 00:c0:9f:fc:4f:b7 brd ff:ff:ff:ff:ff:ff
Feb  2 01:47:15 netcfg[2125]: DEBUG: ip line:     inet6 fe80::2c0:9fff:fefc:4fb7/64 scope link 
Feb  2 01:47:15 netcfg[2125]: DEBUG: Configured address found
Feb  2 01:47:15 netcfg[2125]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Feb  2 01:47:15 netcfg[2125]: DEBUG: Running rdisc6 -1 -r 1 -w 500 -n eth0 to get IPv6 config flags
Feb  2 01:47:16 netcfg[2125]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Feb  2 01:47:16 netcfg[2125]: DEBUG: rdisc6 line: Timed out.
Feb  2 01:47:16 netcfg[2125]: DEBUG: rdisc6 line: No response.
Feb  2 01:47:16 netcfg[2125]: DEBUG: rdisc6 parsing finished
Feb  2 01:47:16 netcfg[2125]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Feb  2 01:47:16 netcfg[2125]: DEBUG: rdisc6 line: Timed out.
Feb  2 01:47:16 netcfg[2125]: DEBUG: rdisc6 line: No response.
Feb  2 01:47:16 netcfg[2125]: DEBUG: rdisc6 parsing finished
Feb  2 01:47:17 netcfg[2125]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Feb  2 01:47:17 netcfg[2125]: DEBUG: rdisc6 line: Timed out.
Feb  2 01:47:17 netcfg[2125]: DEBUG: rdisc6 line: No response.
Feb  2 01:47:17 netcfg[2125]: DEBUG: rdisc6 parsing finished
Feb  2 01:47:17 kernel: [   35.824027] ------------[ cut here ]------------
Feb  2 01:47:17 kernel: [   35.824044] WARNING: at /build/buildd/linux-3.8.0/net/sched/sch_generic.c:254 dev_watchdog+0x1e7/0x1f0()
Feb  2 01:47:17 kernel: [   35.824046] Hardware name: Aspire 3000     
Feb  2 01:47:17 kernel: [   35.824049] NETDEV WATCHDOG: eth0 (sis900): transmit queue 0 timed out
Feb  2 01:47:17 kernel: [   35.824051] Modules linked in: usb_storage(F) vesafb(F) pcmcia(F) yenta_socket(F) pcmcia_rsrc(F) sis900(F) pcmcia_core(F)
Feb  2 01:47:17 kernel: [   35.824063] Pid: 0, comm: swapper/0 Tainted: GF            3.8.0-19-generic #29-Ubuntu
Feb  2 01:47:17 kernel: [   35.824065] Call Trace:
Feb  2 01:47:17 kernel: [   35.824074]  [<c104a492>] warn_slowpath_common+0x72/0xa0
Feb  2 01:47:17 kernel: [   35.824079]  [<c1549b37>] ? dev_watchdog+0x1e7/0x1f0
Feb  2 01:47:17 kernel: [   35.824083]  [<c1549b37>] ? dev_watchdog+0x1e7/0x1f0
Feb  2 01:47:17 kernel: [   35.824087]  [<c104a563>] warn_slowpath_fmt+0x33/0x40
Feb  2 01:47:17 kernel: [   35.824091]  [<c1549b37>] dev_watchdog+0x1e7/0x1f0
Feb  2 01:47:17 kernel: [   35.824098]  [<c1058c1d>] call_timer_fn+0x2d/0xe0
Feb  2 01:47:17 kernel: [   35.824103]  [<c1419968>] ? scsi_finish_command+0x98/0x100
Feb  2 01:47:17 kernel: [   35.824107]  [<c141fb78>] ? scsi_decide_disposition+0x188/0x1b0
Feb  2 01:47:17 kernel: [   35.824111]  [<c1549950>] ? dev_graft_qdisc+0x70/0x70
Feb  2 01:47:17 kernel: [   35.824115]  [<c105a5e1>] run_timer_softirq+0x181/0x220
Feb  2 01:47:17 kernel: [   35.824119]  [<c1549950>] ? dev_graft_qdisc+0x70/0x70
Feb  2 01:47:17 kernel: [   35.824123]  [<c1052553>] __do_softirq+0xa3/0x1b0
Feb  2 01:47:17 kernel: [   35.824127]  [<c10524b0>] ? local_bh_enable+0x90/0x90
Feb  2 01:47:17 kernel: [   35.824129]  <IRQ>  [<c10527c5>] ? irq_exit+0x95/0xa0
Feb  2 01:47:17 kernel: [   35.824138]  [<c161a08e>] ? smp_apic_timer_interrupt+0x5e/0x8d
Feb  2 01:47:17 kernel: [   35.824144]  [<c1612bd0>] ? apic_timer_interrupt+0x34/0x3c
Feb  2 01:47:17 kernel: [   35.824150]  [<c14e75fb>] ? cpuidle_wrap_enter+0x3b/0x90
Feb  2 01:47:17 kernel: [   35.824154]  [<c14e7662>] ? cpuidle_enter_tk+0x12/0x20
Feb  2 01:47:17 kernel: [   35.824158]  [<c14e6cf0>] ? nforce2_target+0x1b0/0x1b0
Feb  2 01:47:17 kernel: [   35.824162]  [<c14e7211>] ? cpuidle_enter_state+0x11/0x50
Feb  2 01:47:17 kernel: [   35.824166]  [<c14e72db>] ? cpuidle_idle_call+0x8b/0x200
Feb  2 01:47:17 kernel: [   35.824171]  [<c1018fca>] ? cpu_idle+0xaa/0xe0
Feb  2 01:47:17 kernel: [   35.824176]  [<c15f946d>] ? rest_init+0x5d/0x60
Feb  2 01:47:17 kernel: [   35.824182]  [<c19039cd>] ? start_kernel+0x377/0x37d
Feb  2 01:47:17 kernel: [   35.824185]  [<c19034e2>] ? do_early_param+0x80/0x80
Feb  2 01:47:17 kernel: [   35.824189]  [<c1903303>] ? i386_start_kernel+0xa6/0xad
Feb  2 01:47:17 kernel: [   35.824191] ---[ end trace 2e7771753aece1fe ]---
Feb  2 01:47:17 kernel: [   35.824196] eth0: Transmit timeout, status 00000004 00000000
Feb  2 01:47:17 netcfg[2125]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Feb  2 01:47:17 netcfg[2125]: DEBUG: rdisc6 line: Timed out.
Feb  2 01:47:17 netcfg[2125]: DEBUG: rdisc6 line: No response.
Feb  2 01:47:17 netcfg[2125]: DEBUG: rdisc6 parsing finished
Feb  2 01:47:18 netcfg[2125]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Feb  2 01:47:18 netcfg[2125]: DEBUG: rdisc6 line: Timed out.
Feb  2 01:47:18 netcfg[2125]: DEBUG: rdisc6 line: No response.
Feb  2 01:47:18 netcfg[2125]: DEBUG: rdisc6 parsing finished
Feb  2 01:47:18 kernel: [   36.768971] eth0: Media Link On 100mbps full-duplex
Feb  2 01:47:18 netcfg[2125]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Feb  2 01:47:18 netcfg[2125]: DEBUG: rdisc6 line: Timed out.
Feb  2 01:47:18 netcfg[2125]: DEBUG: rdisc6 line: No response.
Feb  2 01:47:18 netcfg[2125]: DEBUG: rdisc6 parsing finished
Feb  2 01:47:19 netcfg[2125]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Feb  2 01:47:19 netcfg[2125]: DEBUG: rdisc6 line: Timed out.
Feb  2 01:47:19 netcfg[2125]: DEBUG: rdisc6 line: No response.
Feb  2 01:47:19 netcfg[2125]: DEBUG: rdisc6 parsing finished
Feb  2 01:47:19 netcfg[2125]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Feb  2 01:47:19 netcfg[2125]: DEBUG: rdisc6 line: Timed out.
Feb  2 01:47:19 netcfg[2125]: DEBUG: rdisc6 line: No response.
Feb  2 01:47:19 netcfg[2125]: DEBUG: rdisc6 parsing finished
Feb  2 01:47:20 netcfg[2125]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Feb  2 01:47:20 netcfg[2125]: DEBUG: rdisc6 line: Timed out.
Feb  2 01:47:20 netcfg[2125]: DEBUG: rdisc6 line: No response.
Feb  2 01:47:20 netcfg[2125]: DEBUG: rdisc6 parsing finished
Feb  2 01:47:20 netcfg[2125]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Feb  2 01:47:20 netcfg[2125]: DEBUG: rdisc6 line: Timed out.
Feb  2 01:47:20 netcfg[2125]: DEBUG: rdisc6 line: No response.
Feb  2 01:47:20 netcfg[2125]: DEBUG: rdisc6 parsing finished
Feb  2 01:47:21 netcfg[2125]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Feb  2 01:47:21 netcfg[2125]: DEBUG: rdisc6 line: Timed out.
Feb  2 01:47:21 netcfg[2125]: DEBUG: rdisc6 line: No response.
Feb  2 01:47:21 netcfg[2125]: DEBUG: rdisc6 parsing finished
Feb  2 01:47:21 netcfg[2125]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Feb  2 01:47:21 netcfg[2125]: DEBUG: rdisc6 line: Timed out.
Feb  2 01:47:21 netcfg[2125]: DEBUG: rdisc6 line: No response.
Feb  2 01:47:21 netcfg[2125]: DEBUG: rdisc6 parsing finished
Feb  2 01:47:21 netcfg[2125]: DEBUG: Stopping rdnssd, PID 2148
Feb  2 01:47:21 netcfg[2125]: DEBUG: No RA received; attempting IPv4 autoconfig
Feb  2 01:47:21 netcfg[2125]: WARNING **: Started DHCP client; PID is 2192
Feb  2 01:47:22 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 1 (xid=0x4f6f1d75)
Feb  2 01:47:23 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 1 (xid=0x4f6f1d75)
Feb  2 01:47:24 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 1 (xid=0x4f6f1d75)
Feb  2 01:47:25 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 1 (xid=0x4f6f1d75)
Feb  2 01:47:25 dhclient: DHCPREQUEST of 192.168.0.5 on eth0 to 255.255.255.255 port 67 (xid=0x4f6f1d75)
Feb  2 01:47:25 dhclient: DHCPOFFER of 192.168.0.5 from 192.168.0.6
Feb  2 01:47:26 dhclient: DHCPREQUEST of 192.168.0.5 on eth0 to 255.255.255.255 port 67 (xid=0x4f6f1d75)
Feb  2 01:47:27 dhclient: DHCPREQUEST of 192.168.0.5 on eth0 to 255.255.255.255 port 67 (xid=0x4f6f1d75)
Feb  2 01:47:29 dhclient: DHCPREQUEST of 192.168.0.5 on eth0 to 255.255.255.255 port 67 (xid=0x4f6f1d75)
Feb  2 01:47:31 dhclient: DHCPREQUEST of 192.168.0.5 on eth0 to 255.255.255.255 port 67 (xid=0x4f6f1d75)
Feb  2 01:47:35 dhclient: DHCPACK of 192.168.0.5 from 192.168.0.6
Feb  2 01:47:35 dhclient: bound to 192.168.0.5 -- renewal in 65911 seconds.
Feb  2 01:47:37 netcfg[2125]: DEBUG: Reading domain name returned via DHCP
Feb  2 01:47:37 netcfg[2125]: DEBUG: DHCP domain name is ''
Feb  2 01:47:37 netcfg[2125]: DEBUG: Reading nameservers from /etc/resolv.conf
Feb  2 01:47:37 netcfg[2125]: DEBUG: State is now 1
Feb  2 01:47:37 netcfg[2125]: DEBUG: State is now 2
Feb  2 01:48:59 netcfg[2125]: DEBUG: State is now 5
Feb  2 01:48:59 netcfg[2125]: DEBUG: Using DNS to try and obtain default hostname
Feb  2 01:48:59 netcfg[2125]: DEBUG: Getting default hostname from rDNS lookup of autoconfigured address 192.168.0.5
Feb  2 01:48:59 netcfg[2125]: DEBUG: getnameinfo() returned -3: errno 0 (Success)
Feb  2 01:48:59 netcfg[2125]: DEBUG: Getting default hostname from rDNS lookup of autoconfigured address fe80::2c0:9fff:fefc:4fb7
Feb  2 01:48:59 netcfg[2125]: DEBUG: getnameinfo() returned -3: errno 0 (Success)
Feb  2 01:49:00 netcfg[2125]: DEBUG: State is now 6
Feb  2 01:49:00 netcfg[2125]: DEBUG: Network config complete
Feb  2 01:49:00 netcfg[2125]: DEBUG: No interface given; clearing /etc/network/interfaces
Feb  2 01:49:00 netcfg[2125]: DEBUG: Writing informative header
Feb  2 01:49:00 netcfg[2125]: DEBUG: Success!
Feb  2 01:49:00 netcfg[2125]: DEBUG: Writing loopback interface
Feb  2 01:49:00 netcfg[2125]: DEBUG: Success!
Feb  2 01:49:00 netcfg[2125]: DEBUG: Writing DHCP stanza for eth0
Feb  2 01:49:00 netcfg[2125]: DEBUG: Success!
Feb  2 01:49:01 main-menu[341]: (process:2124): Failed to parse fritz.box as an IP address
Feb  2 01:49:01 main-menu[341]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Feb  2 01:49:01 main-menu[341]: INFO: Menu item 'choose-mirror' selected
Feb  2 01:49:01 anna-install: Queueing udeb apt-mirror-setup for later installation
Feb  2 01:49:05 choose-mirror[2239]: DEBUG: command: wget -q http://de.archive.ubuntu.com/ubuntu/dists/raring/Release -O - | grep -E '^(Suite|Codename):'
Feb  2 01:49:05 choose-mirror[2239]: INFO: mirror does not have any suite symlinks
Feb  2 01:49:05 choose-mirror[2239]: DEBUG: command: wget -q http://de.archive.ubuntu.com/ubuntu/dists/raring/Release -O - | grep -E '^(Suite|Codename):'
Feb  2 01:49:05 choose-mirror[2239]: WARNING **: mirror does not support the specified release (raring)
Feb  2 01:49:10 choose-mirror[2239]: DEBUG: command: wget -q http://de.archive.ubuntu.com/ubuntu/dists/raring/Release -O - | grep -E '^(Suite|Codename):'
Feb  2 01:49:11 choose-mirror[2239]: INFO: mirror does not have any suite symlinks
Feb  2 01:49:11 choose-mirror[2239]: DEBUG: command: wget -q http://de.archive.ubuntu.com/ubuntu/dists/raring/Release -O - | grep -E '^(Suite|Codename):'
Feb  2 01:49:11 choose-mirror[2239]: WARNING **: mirror does not support the specified release (raring)
Feb  2 01:50:26 choose-mirror[2239]: DEBUG: command: wget -q http://de.archive.ubuntu.com/ubuntu/dists/raring/Release -O - | grep -E '^(Suite|Codename):'
Feb  2 01:50:26 choose-mirror[2239]: INFO: mirror does not have any suite symlinks
Feb  2 01:50:26 choose-mirror[2239]: DEBUG: command: wget -q http://de.archive.ubuntu.com/ubuntu/dists/raring/Release -O - | grep -E '^(Suite|Codename):'
Feb  2 01:50:26 choose-mirror[2239]: WARNING **: mirror does not support the specified release (raring)
Feb  2 01:50:28 choose-mirror[2239]: DEBUG: command: wget -q http://de.archive.ubuntu.com/ubuntu/dists/raring/Release -O - | grep -E '^(Suite|Codename):'
Feb  2 01:50:28 choose-mirror[2239]: INFO: mirror does not have any suite symlinks
Feb  2 01:50:28 choose-mirror[2239]: DEBUG: command: wget -q http://de.archive.ubuntu.com/ubuntu/dists/raring/Release -O - | grep -E '^(Suite|Codename):'
Feb  2 01:50:28 choose-mirror[2239]: WARNING **: mirror does not support the specified release (raring)
Feb  2 01:52:15 choose-mirror[2239]: DEBUG: command: wget -q http://de.archive.ubuntu.com/ubuntu/dists/raring/Release -O - | grep -E '^(Suite|Codename):'
Feb  2 01:52:15 choose-mirror[2239]: INFO: mirror does not have any suite symlinks
Feb  2 01:52:15 choose-mirror[2239]: DEBUG: command: wget -q http://de.archive.ubuntu.com/ubuntu/dists/raring/Release -O - | grep -E '^(Suite|Codename):'
Feb  2 01:52:15 choose-mirror[2239]: WARNING **: mirror does not support the specified release (raring)
Feb  2 01:52:19 main-menu[341]: (process:2232): wget: bad address 'de.archive.ubuntu.com'
Feb  2 01:52:19 main-menu[341]: (process:2232): wget: bad address 'de.archive.ubuntu.com'
Feb  2 01:52:19 main-menu[341]: (process:2232): wget: bad address 'de.archive.ubuntu.com'
Feb  2 01:52:19 main-menu[341]: (process:2232): wget: bad address 'de.archive.ubuntu.com'
Feb  2 01:52:19 main-menu[341]: (process:2232): wget: bad address 'de.archive.ubuntu.com'
Feb  2 01:52:19 main-menu[341]: (process:2232): wget: bad address 'de.archive.ubuntu.com'
Feb  2 01:52:19 main-menu[341]: (process:2232): wget: bad address 'de.archive.ubuntu.com'
Feb  2 01:52:19 main-menu[341]: (process:2232): wget: bad address 'de.archive.ubuntu.com'
Feb  2 01:52:19 main-menu[341]: (process:2232): wget: bad address 'de.archive.ubuntu.com'
Feb  2 01:52:19 main-menu[341]: (process:2232): wget: bad address 'de.archive.ubuntu.com'
Feb  2 01:52:19 main-menu[341]: INFO: Menu item 'choose-mirror' succeeded but requested to be left unconfigured.
Feb  2 01:52:19 main-menu[341]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Feb  2 01:52:31 main-menu[341]: INFO: Menu item 'download-installer' selected
Feb  2 01:52:32 choose-mirror[2292]: DEBUG: command: wget -q http://de.archive.ubuntu.com/ubuntu/dists/raring/Release -O - | grep -E '^(Suite|Codename):'
Feb  2 01:52:32 choose-mirror[2292]: INFO: mirror does not have any suite symlinks
Feb  2 01:52:32 choose-mirror[2292]: DEBUG: command: wget -q http://de.archive.ubuntu.com/ubuntu/dists/raring/Release -O - | grep -E '^(Suite|Codename):'
Feb  2 01:52:33 choose-mirror[2292]: WARNING **: mirror does not support the specified release (raring)
Feb  2 01:52:50 main-menu[341]: (process:2286): wget: bad address 'de.archive.ubuntu.com'
Feb  2 01:52:50 main-menu[341]: (process:2286): wget: bad address 'de.archive.ubuntu.com'
Feb  2 01:52:50 main-menu[341]: INFO: Menu item 'download-installer' succeeded but requested to be left unconfigured.
Feb  2 01:52:50 main-menu[341]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Feb  2 01:52:53 main-menu[341]: INFO: Menu item 'save-logs' selected
Feb  2 01:53:01 main-menu[341]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Feb  2 01:53:06 main-menu[341]: INFO: Menu item 'choose-mirror' selected
Feb  2 01:53:08 choose-mirror[2449]: DEBUG: command: wget -q http://de.archive.ubuntu.com/ubuntu/dists/raring/Release -O - | grep -E '^(Suite|Codename):'
Feb  2 01:53:08 choose-mirror[2449]: INFO: mirror does not have any suite symlinks
Feb  2 01:53:08 choose-mirror[2449]: DEBUG: command: wget -q http://de.archive.ubuntu.com/ubuntu/dists/raring/Release -O - | grep -E '^(Suite|Codename):'
Feb  2 01:53:08 choose-mirror[2449]: WARNING **: mirror does not support the specified release (raring)
Feb  2 01:53:11 choose-mirror[2449]: DEBUG: command: wget -q http://de.archive.ubuntu.com/ubuntu/dists/raring/Release -O - | grep -E '^(Suite|Codename):'
Feb  2 01:53:11 choose-mirror[2449]: INFO: mirror does not have any suite symlinks
Feb  2 01:53:11 choose-mirror[2449]: DEBUG: command: wget -q http://de.archive.ubuntu.com/ubuntu/dists/raring/Release -O - | grep -E '^(Suite|Codename):'
Feb  2 01:53:11 choose-mirror[2449]: WARNING **: mirror does not support the specified release (raring)
Feb  2 01:53:12 main-menu[341]: (process:2443): wget: bad address 'de.archive.ubuntu.com'
Feb  2 01:53:12 main-menu[341]: (process:2443): wget: bad address 'de.archive.ubuntu.com'
Feb  2 01:53:12 main-menu[341]: (process:2443): wget: bad address 'de.archive.ubuntu.com'
Feb  2 01:53:12 main-menu[341]: (process:2443): wget: bad address 'de.archive.ubuntu.com'
Feb  2 01:53:12 main-menu[341]: INFO: Menu item 'choose-mirror' succeeded but requested to be left unconfigured.
Feb  2 01:53:12 main-menu[341]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Feb  2 01:53:15 main-menu[341]: INFO: Menu item 'save-logs' selected