Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#1  2021-11-18 17:51:58

  pawelekm - Użytkownik

pawelekm
Użytkownik
Zarejestrowany: 2018-07-20

Raid5 - wypadnięcie partycji z RAIDa?

Witam.
Proszę o pomoc gdyż nie chciałbym czegoś posypać. Raid5 na 3 dyskach.

Kod:

root@server:/home/pawel# cat /proc/mdstat
Personalities : [raid6] [raid5] [raid4] [linear] [multipath] [raid0] [raid1] [raid10]
md1 : active raid5 sdc2[2] sdb2[1]
      1914198016 blocks super 1.2 level 5, 512k chunk, algorithm 2 [3/2] [_UU]
      bitmap: 6/8 pages [24KB], 65536KB chunk

md0 : active (auto-read-only) raid5 sdc1[2] sdb1[1]
      39028736 blocks super 1.2 level 5, 512k chunk, algorithm 2 [3/2] [_UU]

unused devices: <none>

Widać że wypadła partycja z RAIDa

Kod:

root@server:/home/pawel# mdadm --detail /dev/md0
/dev/md0:
        Version : 1.2
  Creation Time : Tue Dec  1 16:30:15 2015
     Raid Level : raid5
     Array Size : 39028736 (37.22 GiB 39.97 GB)
  Used Dev Size : 19514368 (18.61 GiB 19.98 GB)
   Raid Devices : 3
  Total Devices : 2
    Persistence : Superblock is persistent

    Update Time : Mon Nov 15 23:55:33 2021
          State : clean, degraded
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0

         Layout : left-symmetric
     Chunk Size : 512K

           Name : serwer:0
           UUID : 0f55b4b5:8c819c40:16de1354:26af1d7f
         Events : 142

    Number   Major   Minor   RaidDevice State
       -       0        0        0      removed
       1       8       17        1      active sync   /dev/sdb1
       2       8       33        2      active sync   /dev/sdc1

Kod:

root@server:/home/pawel# mdadm --detail /dev/md1
/dev/md1:
        Version : 1.2
  Creation Time : Tue Dec  1 16:30:31 2015
     Raid Level : raid5
     Array Size : 1914198016 (1825.52 GiB 1960.14 GB)
  Used Dev Size : 957099008 (912.76 GiB 980.07 GB)
   Raid Devices : 3
  Total Devices : 2
    Persistence : Superblock is persistent

  Intent Bitmap : Internal

    Update Time : Thu Nov 18 17:25:51 2021
          State : clean, degraded
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0

         Layout : left-symmetric
     Chunk Size : 512K

           Name : serwer:1
           UUID : 9f962bbc:aacda6b5:8082051a:77df6d82
         Events : 244455

    Number   Major   Minor   RaidDevice State
       -       0        0        0      removed
       1       8       18        1      active sync   /dev/sdb2
       2       8       34        2      active sync   /dev/sdc2

Widać ze dysk jest widoczny przez linuxa

Kod:

root@server:/home/pawel# blkid
/dev/sdc1: UUID="0f55b4b5-8c81-9c40-16de-135426af1d7f" UUID_SUB="4fb94b16-3c09-c912-4025-561b94fb3119" LABEL="serwer:0" TYPE="linux_raid_member" PARTUUID="1633ed5f-01"
/dev/sdc2: UUID="9f962bbc-aacd-a6b5-8082-051a77df6d82" UUID_SUB="0be8e8b4-c056-b2c8-84ee-b9103275921e" LABEL="serwer:1" TYPE="linux_raid_member" PARTUUID="1633ed5f-02"
/dev/sda1: UUID="0f55b4b5-8c81-9c40-16de-135426af1d7f" UUID_SUB="28466302-473d-c018-b9e7-2bcd0cd32807" LABEL="serwer:0" TYPE="linux_raid_member" PARTUUID="27440e97-01"
/dev/sda2: UUID="9f962bbc-aacd-a6b5-8082-051a77df6d82" UUID_SUB="a0478096-4634-0619-6671-3842f04dd179" LABEL="serwer:1" TYPE="linux_raid_member" PARTUUID="27440e97-02"
/dev/sdb1: UUID="0f55b4b5-8c81-9c40-16de-135426af1d7f" UUID_SUB="5eaf7e38-3bdb-84e2-9712-6bb0b3bf3a4c" LABEL="serwer:0" TYPE="linux_raid_member" PARTUUID="3f2852ec-01"
/dev/sdb2: UUID="9f962bbc-aacd-a6b5-8082-051a77df6d82" UUID_SUB="a79a5d24-4b25-3b4f-671c-841417b45299" LABEL="serwer:1" TYPE="linux_raid_member" PARTUUID="3f2852ec-02"
/dev/md0: UUID="4f096a52-2cd5-4856-8a74-1907335d0b4c" TYPE="swap"
/dev/md1: UUID="5215844b-af88-4619-ab72-28ddaaa056a0" TYPE="ext4"

Nie chciałbym czegoś posypać więc proszę o pomoc.
Czy tak powinienem zrobić by dodać partycję?

Kod:

mdadm --assemble /dev/md1 /dev/sda1
mdadm --assemble /dev/md1 /dev/sdb1

Czy wtedy partycja się zamontuje? Odbuduje? Jak to sprawdzić?

Z góry dziękuję za wszelka pomoc.

Offline

 

#2  2021-12-09 22:34:59

  lama - Użytkownik

lama
Użytkownik
Zarejestrowany: 2012-08-28

Re: Raid5 - wypadnięcie partycji z RAIDa?

co masz w mdadm.conf?

Offline

 

#3  2021-12-10 07:49:43

  pawelekm - Użytkownik

pawelekm
Użytkownik
Zarejestrowany: 2018-07-20

Re: Raid5 - wypadnięcie partycji z RAIDa?

Kod:

# mdadm.conf
#
# Please refer to mdadm.conf(5) for information about this file.
#

# by default (built-in), scan all partitions (/proc/partitions) and all
# containers for MD superblocks. alternatively, specify devices to scan, using
# wildcards if desired.
#DEVICE partitions containers

# auto-create devices with Debian standard permissions
CREATE owner=root group=disk mode=0660 auto=yes

# automatically tag new arrays as belonging to the local system
HOMEHOST <system>

# instruct the monitoring daemon where to send mail alerts
MAILADDR root

# definitions of existing MD arrays
ARRAY /dev/md/0  metadata=1.2 UUID=0f55b4b5:8c819c40:16de1354:26af1d7f name=serwer:0
ARRAY /dev/md/1  metadata=1.2 UUID=9f962bbc:aacda6b5:8082051a:77df6d82 name=serwer:1

# This configuration was auto-generated on Tue, 01 Dec 2015 16:36:49 +0100 by mkconf

Offline

 

#4  2021-12-11 19:17:48

  lama - Użytkownik

lama
Użytkownik
Zarejestrowany: 2012-08-28

Re: Raid5 - wypadnięcie partycji z RAIDa?

Kod:

/mdadm --assemble /dev/md1 /dev/sda1

będzie próbować

Assemble the components of a previously created array intoan active array

(za https://www.man7.org/linux/man-pages/man8/mdadm.8.html)
a z cat /proc/mdstat widać, że md1 i md0 są już active.
Co więcej,

Kod:

mdadm --assemble /dev/md1 /dev/sda1

będzie próbować zrobić md1 tylko z sda1 (więc pominąć obecne już sdb2 i sdc2).
Tak więc - odradzam
Podobnie

Kod:

mdadm --assemble /dev/md1 /dev/sdb1

, dodatkowo dlatego, że /dev/sdb1 jest już w active /dev/md0

Proponuję zacząć od --re-add i jak nie zadziała to --add
(za https://www.man7.org/linux/man-pages/man8/mdadm.8.html)

--re-add
re-add a device that was previously removed from an array.

a właśnie "removed" widać w wynikach mdadm --detail od Ciebie

Założenia:
czytając z blikd, z identyczności UUID
/dev/md0 (serwer:0) to były dyski /dev/sda1 (obecnie removed), /dev/sdb1 i /dev/sdc1
/dev/md1 (serwer:1) to były dyski /dev/sda2 (obecnie removed), /dev/sdb2 i /dev/sdc2

(uwaga! zwyczajowy disklejmer: kopie zapasowe, nie odpowiadam za Twoje dane etc)

Spróbuj ponownie dodać /dev/sda1 do /dev/md0 poprzez --re-add (jeśli metadane się zgodzą, to zostanie ponownie dodany do macierzy bez utraty danych)

Kod:

mdadm --manage /dev/md0 --re-add /dev/sda1

Jeśli to się nie uda, bo za dużo czasu minęło od usunięcia /dev/sda1 z /dev/md0, to dodaj /dev/sda1 do /dev/md0 poprzez -add

Kod:

mdadm --manage /dev/md0 --add /dev/sda1

Stan odbudowy macierzy możesz śledzić

Kod:

mdadm --detail /dev/md0

(np. poprzez watch)

A przede wszystkim postaraj się ustalić, dlaczego sda Ci wypadł (kabel sata?).

zupełnie od czapy pytanie: nie wiem, dlaczego masz swap na raid5. Może zbytnio upraszczam, ale raid5 traci na prędkości zapisu względem pojedynczego dysku. Swap często zapisuje sporo malutkich danych (tak, zależy od swapacity, ale przyjmijmy, że swap jest wykorzystywany), więc (zakładając, że chcesz chronić swap) czemu nie mirror?

Offline

 

#5  2021-12-16 14:59:11

  pawelekm - Użytkownik

pawelekm
Użytkownik
Zarejestrowany: 2018-07-20

Re: Raid5 - wypadnięcie partycji z RAIDa?

Odnośnie Swap. Jak zakładałem tego raida (chyba z 7 lat temu) korzystałem z jakiejś instrukcji (obecnie nie pamiętam z której). Teraz poszukałem w Internecie i nawet na przykładowej
https://support.us.ovhcloud.com/hc/en-us/articles/3 … -Ubuntu-18-04
też jest że swap jest tworzony jak zwykłe partycje. Człowiek cały czas się uczy. Teraz po przemyśleniach może Swap nie powinien być w raidzie a np. poza nim?
Komenda pierwsza zwróciła błąd:

Kod:

 
mdadm --manage /dev/md0 --re-add /dev/sda1
mdadm: --re-add for /dev/sda1 to /dev/md0 is not possible

Może w weekend włączę jak nikogo w pracy nie będzie by spokojnie przemielił:

Kod:

mdadm --manage /dev/md0 --add /dev/sda1

Dlaczego wypadł sda to nie wiem. Nikt nie dotykał się serwera, stoi i chodzi aż do czasu. Może czas na wymianę coś z HOT Swapem? Czy jak by był hotswap to starczyło by tylko wymienić dysk i samo by się odbudowało czy były by potrzebne instrukcje?

Kod:

 dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=5215844b-af88-4619-ab72-28ddaaa056a0 ro initrd=/install/gtk/initrd.gz quiet
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffcffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bffd0000-0x00000000bffddfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bffde000-0x00000000bfffffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000d0000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff780000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: MSI MS-7250/MS-7250, BIOS V3.7 07/31/2007
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x240000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FF80000000 write-back
[    0.000000]   1 base 0080000000 mask FFC0000000 write-back
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000240000000 aka 9216M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xbffd0 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01af4000, 0x01af4fff] PGTABLE
[    0.000000] BRK [0x01af5000, 0x01af5fff] PGTABLE
[    0.000000] BRK [0x01af6000, 0x01af6fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x23fe00000-0x23fffffff]
[    0.000000]  [mem 0x23fe00000-0x23fffffff] page 2M
[    0.000000] BRK [0x01af7000, 0x01af7fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x23c000000-0x23fdfffff]
[    0.000000]  [mem 0x23c000000-0x23fdfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x200000000-0x23bffffff]
[    0.000000]  [mem 0x200000000-0x23bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xbffcffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0xbfdfffff] page 2M
[    0.000000]  [mem 0xbfe00000-0xbffcffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[    0.000000]  [mem 0x100000000-0x1ffffffff] page 2M
[    0.000000] BRK [0x01af8000, 0x01af8fff] PGTABLE
[    0.000000] BRK [0x01af9000, 0x01af9fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x353bc000-0x369d5fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F9100 000014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 0x00000000BFFD0000 000038 (v01 MSIISM OEMRSDT  07000731 MSFT 00000097)
[    0.000000] ACPI: FACP 0x00000000BFFD0200 000084 (v02 MSIISM OEMFACP  07000731 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x00000000BFFD0440 005045 (v01 1ADGH  1ADGH013 00000013 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000BFFDE000 000040
[    0.000000] ACPI: APIC 0x00000000BFFD0390 000070 (v01 MSIISM OEMAPIC  07000731 MSFT 00000097)
[    0.000000] ACPI: MCFG 0x00000000BFFD0400 00003C (v01 MSIISM OEMMCFG  07000731 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x00000000BFFDE040 000061 (v01 MSIISM AMI_OEM  07000731 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000BFFD5490 000038 (v01 MSIISM OEMHPET0 07000731 MSFT 00000097)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Scanning NUMA topology in Northbridge 24
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x23fffffff]
[    0.000000]   NODE_DATA [mem 0x23fff6000-0x23fffafff]
[    0.000000]  [ffffea0000000000-ffffea0007dfffff] PMD -> [ffff880237600000-ffff88023e5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x23fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0xbffcffff]
[    0.000000]   node   0: [mem 0x100000000-0x23fffffff]
[    0.000000] On node 0 totalpages: 2097006
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 10696 pages used for memmap
[    0.000000]   DMA32 zone: 782288 pages, LIFO batch:31
[    0.000000]   Normal zone: 17920 pages used for memmap
[    0.000000]   Normal zone: 1310720 pages, LIFO batch:31
[    0.000000] Detected use of extended apic ids on hypertransport bus
[    0.000000] ACPI: PM-Timer IO Port: 0x2008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ14 used by override.
[    0.000000] ACPI: IRQ15 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10de8201 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbffd0000-0xbffddfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbffde000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xd0000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xff77ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff780000-0xffffffff]
[    0.000000] e820: [mem 0xe0000000-0xfebfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88023fc00000 s80896 r8192 d21504 u1048576
[    0.000000] pcpu-alloc: s80896 r8192 d21504 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2068313
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=5215844b-af88-4619-ab72-28ddaaa056a0 ro initrd=/install/gtk/initrd.gz quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] AGP: Node 0: aperture [bus addr 0xb4000000-0xb5ffffff] (32MB)
[    0.000000] Aperture pointing to e820 RAM. Ignoring.
[    0.000000] AGP: Your BIOS doesn't leave a aperture memory hole
[    0.000000] AGP: Please enable the IOMMU option in the BIOS setup
[    0.000000] AGP: This costs you 64MB of RAM
[    0.000000] AGP: Mapping aperture over RAM [mem 0xb4000000-0xb7ffffff] (65536KB)
[    0.000000] PM: Registered nosave memory: [mem 0xb4000000-0xb7ffffff]
[    0.000000] Memory: 8107288K/8388024K available (5209K kernel code, 946K rwdata, 1832K rodata, 1204K init, 840K bss, 280736K reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000]  RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:33024 nr_irqs:512 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2300.163 MHz processor
[    0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
[    0.004013] Calibrating delay loop (skipped), value calculated using timer frequency.. 4600.32 BogoMIPS (lpj=9200652)
[    0.004016] pid_max: default: 32768 minimum: 301
[    0.004028] ACPI: Core revision 20140424
[    0.011616] ACPI: All ACPI Tables successfully acquired
[    0.012047] Security Framework initialized
[    0.012057] AppArmor: AppArmor disabled by boot time parameter
[    0.012059] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.012953] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.017734] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.020045] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.020063] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.020478] Initializing cgroup subsys memory
[    0.020486] Initializing cgroup subsys devices
[    0.020495] Initializing cgroup subsys freezer
[    0.020498] Initializing cgroup subsys net_cls
[    0.020505] Initializing cgroup subsys blkio
[    0.020510] Initializing cgroup subsys perf_event
[    0.020513] Initializing cgroup subsys net_prio
[    0.020540] tseg: 0000000000
[    0.020547] CPU: Physical Processor ID: 0
[    0.020548] CPU: Processor Core ID: 0
[    0.020550] mce: CPU supports 5 MCE banks
[    0.020556] LVT offset 0 assigned for vector 0xf9
[    0.020560] process: using AMD E400 aware idle routine
[    0.020563] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
               Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0
               tlb_flushall_shift: 6
[    0.020648] Freeing SMP alternatives memory: 20K (ffffffff81a1b000 - ffffffff81a20000)
[    0.021475] ftrace: allocating 21623 entries in 85 pages
[    0.028617] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.070894] smpboot: CPU0: AMD Athlon(tm) X2 Dual Core Processor BE-2400 (fam: 0f, model: 6b, stepping: 02)
[    0.072000] Performance Events: AMD PMU driver.
[    0.072000] ... version:                0
[    0.072000] ... bit width:              48
[    0.072000] ... generic registers:      4
[    0.072000] ... value mask:             0000ffffffffffff
[    0.072000] ... max period:             00007fffffffffff
[    0.072000] ... fixed-purpose events:   0
[    0.072000] ... event mask:             000000000000000f
[    0.072000] x86: Booting SMP configuration:
[    0.072000] .... node  #0, CPUs:      #1
[    0.081205] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.160104] x86: Booted up 1 node, 2 CPUs
[    0.160106] smpboot: Total of 2 processors activated (9200.30 BogoMIPS)
[    0.160625] devtmpfs: initialized
[    0.166727] PM: Registering ACPI NVS region [mem 0xbffde000-0xbfffffff] (139264 bytes)
[    0.168317] pinctrl core: initialized pinctrl subsystem
[    0.168431] NET: Registered protocol family 16
[    0.168603] cpuidle: using governor ladder
[    0.168606] cpuidle: using governor menu
[    0.168614] node 0 link 0: io port [1000, ffffff]
[    0.168616] node 0 link 0: io port [2000, 2fff]
[    0.168619] TOM: 00000000c0000000 aka 3072M
[    0.168621] node 0 link 0: mmio [e0000000, efffffff]
[    0.168624] node 0 link 0: mmio [a0000, bffff]
[    0.168626] node 0 link 0: mmio [c0000000, fe0bffff]
[    0.168628] TOM2: 0000000240000000 aka 9216M
[    0.168631] bus: [bus 00-ff] on node 0 link 0
[    0.168632] bus: 00 [io  0x0000-0xffff]
[    0.168634] bus: 00 [mem 0xc0000000-0xffffffff]
[    0.168635] bus: 00 [mem 0x000a0000-0x000bffff]
[    0.168637] bus: 00 [mem 0x240000000-0xfcffffffff]
[    0.168687] ACPI: bus type PCI registered
[    0.168690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.168800] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.168803] PCI: not using MMCONFIG
[    0.168804] PCI: Using configuration type 1 for base access
[    0.169105] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.169106] mtrr: probably your BIOS does not setup all CPUs.
[    0.169107] mtrr: corrected configuration.
[    0.180098] ACPI: Added _OSI(Module Device)
[    0.180098] ACPI: Added _OSI(Processor Device)
[    0.180098] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.180098] ACPI: Added _OSI(Processor Aggregator Device)
[    0.181937] ACPI: Executed 1 blocks of module-level executable AML code
[    0.184921] ACPI: Interpreter enabled
[    0.184931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[    0.184936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20140424/hwxface-580)
[    0.184948] ACPI: (supports S0 S1 S4 S5)
[    0.184950] ACPI: Using IOAPIC for interrupt routing
[    0.184973] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.186164] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.186763] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.195064] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.195072] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.195079] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.195204] acpi PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.195207] acpi PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.195209] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.195211] acpi PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
[    0.195214] acpi PNP0A03:00: host bridge window [mem 0xc0000000-0xfebfffff] (ignored)
[    0.195216] PCI: root bus 00: hardware-probed resources
[    0.195413] PCI host bridge to bus 0000:00
[    0.195416] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.195419] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.195421] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
[    0.195424] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.195427] pci_bus 0000:00: root bus resource [mem 0x240000000-0xfcffffffff]
[    0.195451] pci 0000:00:00.0: [10de:0369] type 00 class 0x050000
[    0.195705] pci 0000:00:01.0: [10de:0360] type 00 class 0x060100
[    0.195713] pci 0000:00:01.0: reg 0x10: [io  0x2f00-0x2f7f]
[    0.195825] pci 0000:00:01.1: [10de:0368] type 00 class 0x0c0500
[    0.195836] pci 0000:00:01.1: reg 0x10: [io  0x2900-0x293f]
[    0.195852] pci 0000:00:01.1: reg 0x20: [io  0x2d00-0x2d3f]
[    0.195857] pci 0000:00:01.1: reg 0x24: [io  0x2e00-0x2e3f]
[    0.195887] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    0.195941] pci 0000:00:01.1: System wakeup disabled by ACPI
[    0.196009] pci 0000:00:02.0: [10de:036c] type 00 class 0x0c0310
[    0.196018] pci 0000:00:02.0: reg 0x10: [mem 0xfbffb000-0xfbffbfff]
[    0.196047] pci 0000:00:02.0: supports D1 D2
[    0.196049] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.196097] pci 0000:00:02.0: System wakeup disabled by ACPI
[    0.196156] pci 0000:00:02.1: [10de:036d] type 00 class 0x0c0320
[    0.196164] pci 0000:00:02.1: reg 0x10: [mem 0xfbffac00-0xfbffacff]
[    0.196193] pci 0000:00:02.1: supports D1 D2
[    0.196195] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.196243] pci 0000:00:02.1: System wakeup disabled by ACPI
[    0.196303] pci 0000:00:04.0: [10de:036e] type 00 class 0x01018a
[    0.196319] pci 0000:00:04.0: reg 0x20: [io  0xffa0-0xffaf]
[    0.196326] pci 0000:00:04.0: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.196328] pci 0000:00:04.0: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.196330] pci 0000:00:04.0: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.196333] pci 0000:00:04.0: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.196431] pci 0000:00:05.0: [10de:037f] type 00 class 0x010185
[    0.196439] pci 0000:00:05.0: reg 0x10: [io  0xd480-0xd487]
[    0.196443] pci 0000:00:05.0: reg 0x14: [io  0xd400-0xd403]
[    0.196448] pci 0000:00:05.0: reg 0x18: [io  0xd080-0xd087]
[    0.196452] pci 0000:00:05.0: reg 0x1c: [io  0xd000-0xd003]
[    0.196456] pci 0000:00:05.0: reg 0x20: [io  0xcc00-0xcc0f]
[    0.196461] pci 0000:00:05.0: reg 0x24: [mem 0xfbff9000-0xfbff9fff]
[    0.196568] pci 0000:00:05.1: [10de:037f] type 00 class 0x010185
[    0.196576] pci 0000:00:05.1: reg 0x10: [io  0xc880-0xc887]
[    0.196580] pci 0000:00:05.1: reg 0x14: [io  0xc800-0xc803]
[    0.196584] pci 0000:00:05.1: reg 0x18: [io  0xc480-0xc487]
[    0.196589] pci 0000:00:05.1: reg 0x1c: [io  0xc400-0xc403]
[    0.196593] pci 0000:00:05.1: reg 0x20: [io  0xc080-0xc08f]
[    0.196597] pci 0000:00:05.1: reg 0x24: [mem 0xfbff8000-0xfbff8fff]
[    0.196705] pci 0000:00:05.2: [10de:037f] type 00 class 0x010185
[    0.196713] pci 0000:00:05.2: reg 0x10: [io  0xc000-0xc007]
[    0.196717] pci 0000:00:05.2: reg 0x14: [io  0xbc00-0xbc03]
[    0.196722] pci 0000:00:05.2: reg 0x18: [io  0xb880-0xb887]
[    0.196726] pci 0000:00:05.2: reg 0x1c: [io  0xb800-0xb803]
[    0.196730] pci 0000:00:05.2: reg 0x20: [io  0xb480-0xb48f]
[    0.196735] pci 0000:00:05.2: reg 0x24: [mem 0xfbff7000-0xfbff7fff]
[    0.196845] pci 0000:00:06.0: [10de:0370] type 01 class 0x060401
[    0.196909] pci 0000:00:06.0: System wakeup disabled by ACPI
[    0.196969] pci 0000:00:06.1: [10de:0371] type 00 class 0x040300
[    0.196979] pci 0000:00:06.1: reg 0x10: [mem 0xfbff0000-0xfbff3fff]
[    0.197013] pci 0000:00:06.1: PME# supported from D3hot D3cold
[    0.197063] pci 0000:00:06.1: System wakeup disabled by ACPI
[    0.197129] pci 0000:00:08.0: [10de:0373] type 00 class 0x068000
[    0.197140] pci 0000:00:08.0: reg 0x10: [mem 0xfbff6000-0xfbff6fff]
[    0.197144] pci 0000:00:08.0: reg 0x14: [io  0xb400-0xb407]
[    0.197149] pci 0000:00:08.0: reg 0x18: [mem 0xfbffa800-0xfbffa8ff]
[    0.197153] pci 0000:00:08.0: reg 0x1c: [mem 0xfbffa400-0xfbffa40f]
[    0.197183] pci 0000:00:08.0: supports D1 D2
[    0.197186] pci 0000:00:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.197237] pci 0000:00:08.0: System wakeup disabled by ACPI
[    0.197295] pci 0000:00:09.0: [10de:0373] type 00 class 0x068000
[    0.197306] pci 0000:00:09.0: reg 0x10: [mem 0xfbff5000-0xfbff5fff]
[    0.197310] pci 0000:00:09.0: reg 0x14: [io  0xb080-0xb087]
[    0.197315] pci 0000:00:09.0: reg 0x18: [mem 0xfbffa000-0xfbffa0ff]
[    0.197319] pci 0000:00:09.0: reg 0x1c: [mem 0xfbff4c00-0xfbff4c0f]
[    0.197349] pci 0000:00:09.0: supports D1 D2
[    0.197352] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.197403] pci 0000:00:09.0: System wakeup disabled by ACPI
[    0.197460] pci 0000:00:0a.0: [10de:0376] type 01 class 0x060400
[    0.197486] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.197535] pci 0000:00:0a.0: System wakeup disabled by ACPI
[    0.197595] pci 0000:00:0b.0: [10de:0374] type 01 class 0x060400
[    0.197621] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.197669] pci 0000:00:0b.0: System wakeup disabled by ACPI
[    0.197730] pci 0000:00:0c.0: [10de:0374] type 01 class 0x060400
[    0.197755] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.197804] pci 0000:00:0c.0: System wakeup disabled by ACPI
[    0.197865] pci 0000:00:0d.0: [10de:0378] type 01 class 0x060400
[    0.197890] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.197938] pci 0000:00:0d.0: System wakeup disabled by ACPI
[    0.197999] pci 0000:00:0e.0: [10de:0375] type 01 class 0x060400
[    0.198024] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.198073] pci 0000:00:0e.0: System wakeup disabled by ACPI
[    0.198137] pci 0000:00:0f.0: [10de:0377] type 01 class 0x060400
[    0.198164] pci 0000:00:0f.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.198212] pci 0000:00:0f.0: System wakeup disabled by ACPI
[    0.198276] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
[    0.198370] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
[    0.198462] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
[    0.198552] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
[    0.198709] pci 0000:00:06.0: PCI bridge to [bus 01] (subtractive decode)
[    0.198715] pci 0000:00:06.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.198717] pci 0000:00:06.0:   bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
[    0.198720] pci 0000:00:06.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.198722] pci 0000:00:06.0:   bridge window [mem 0x240000000-0xfcffffffff] (subtractive decode)
[    0.198765] pci 0000:00:0a.0: PCI bridge to [bus 02]
[    0.198810] pci 0000:00:0b.0: PCI bridge to [bus 03]
[    0.198855] pci 0000:00:0c.0: PCI bridge to [bus 04]
[    0.198899] pci 0000:00:0d.0: PCI bridge to [bus 05]
[    0.198944] pci 0000:00:0e.0: PCI bridge to [bus 06]
[    0.198995] pci 0000:07:00.0: [10de:0393] type 00 class 0x030000
[    0.199005] pci 0000:07:00.0: reg 0x10: [mem 0xfd000000-0xfdffffff]
[    0.199013] pci 0000:07:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.199021] pci 0000:07:00.0: reg 0x1c: [mem 0xfc000000-0xfcffffff 64bit]
[    0.199027] pci 0000:07:00.0: reg 0x24: [io  0xec00-0xec7f]
[    0.199033] pci 0000:07:00.0: reg 0x30: [mem 0xfebe0000-0xfebfffff pref]
[    0.199110] pci 0000:07:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.199116] pci 0000:00:0f.0: PCI bridge to [bus 07]
[    0.199119] pci 0000:00:0f.0:   bridge window [io  0xe000-0xefff]
[    0.199122] pci 0000:00:0f.0:   bridge window [mem 0xfc000000-0xfebfffff]
[    0.199125] pci 0000:00:0f.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.199137] pci_bus 0000:00: on NUMA node 0
[    0.200738] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *0, disabled.
[    0.200854] ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled.
[    0.200966] ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *0, disabled.
[    0.201078] ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled.
[    0.201191] ACPI: PCI Interrupt Link [LNEA] (IRQs 16 17 18 19) *0, disabled.
[    0.201303] ACPI: PCI Interrupt Link [LNEB] (IRQs 16 17 18 19) *10
[    0.201416] ACPI: PCI Interrupt Link [LNEC] (IRQs 16 17 18 19) *0, disabled.
[    0.201528] ACPI: PCI Interrupt Link [LNED] (IRQs 16 17 18 19) *0, disabled.
[    0.201640] ACPI: PCI Interrupt Link [LUB0] (IRQs 21 22 23) *10
[    0.201754] ACPI: PCI Interrupt Link [LMAD] (IRQs 20) *10
[    0.201865] ACPI: PCI Interrupt Link [LUB2] (IRQs 21 22 23) *11
[    0.201977] ACPI: PCI Interrupt Link [LMAC] (IRQs 20) *5
[    0.202087] ACPI: PCI Interrupt Link [LAZA] (IRQs 21 22 23) *11
[    0.202198] ACPI: PCI Interrupt Link [LSMB] (IRQs 21 22 23) *11
[    0.202315] ACPI: PCI Interrupt Link [LPMU] (IRQs 21 22 23) *5
[    0.202425] ACPI: PCI Interrupt Link [LSA0] (IRQs 21 22 23) *5
[    0.202540] ACPI: PCI Interrupt Link [LSA1] (IRQs 21 22 23) *10
[    0.202667] ACPI: PCI Interrupt Link [LATA] (IRQs 21 22 23) *0, disabled.
[    0.202779] ACPI: PCI Interrupt Link [LSA2] (IRQs 21 22 23) *10
[    0.202981] vgaarb: setting as boot device: PCI:0000:07:00.0
[    0.202981] vgaarb: device added: PCI:0000:07:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.202981] vgaarb: loaded
[    0.202981] vgaarb: bridge control possible 0000:07:00.0
[    0.202981] PCI: Using ACPI for IRQ routing
[    0.207927] PCI: pci_cache_line_size set to 64 bytes
[    0.207965] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.207968] e820: reserve RAM buffer [mem 0xbffd0000-0xbfffffff]
[    0.208157] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.208164] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
[    0.208167] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[    0.210192] Switched to clocksource hpet
[    0.217073] pnp: PnP ACPI init
[    0.217091] ACPI: bus type PNP registered
[    0.217180] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.217480] pnp 00:01: [dma 0 disabled]
[    0.217554] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.218095] pnp 00:02: [dma 0 disabled]
[    0.218218] pnp 00:02: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.218943] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.218946] system 00:03: [io  0x0800-0x080f] has been reserved
[    0.218950] system 00:03: [io  0x2000-0x207f] could not be reserved
[    0.218953] system 00:03: [io  0x2080-0x20ff] has been reserved
[    0.218956] system 00:03: [io  0x2400-0x247f] has been reserved
[    0.218959] system 00:03: [io  0x2480-0x24ff] has been reserved
[    0.218961] system 00:03: [io  0x2800-0x287f] has been reserved
[    0.218964] system 00:03: [io  0x2880-0x28ff] has been reserved
[    0.218967] system 00:03: [io  0x2c00-0x2c7f] has been reserved
[    0.218970] system 00:03: [io  0x2c80-0x2cff] has been reserved
[    0.218974] system 00:03: [mem 0x000d0000-0x000d3fff window] has been reserved
[    0.218976] system 00:03: [mem 0x000d4000-0x000d7fff window] has been reserved
[    0.218979] system 00:03: [mem 0x000de000-0x000dffff window] has been reserved
[    0.218983] system 00:03: [mem 0xfbf80000-0xfbfbffff] has been reserved
[    0.218986] system 00:03: [mem 0xfee01000-0xfeefffff] has been reserved
[    0.218990] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.219124] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.219127] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.219130] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.219210] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.219385] system 00:06: [io  0x0a00-0x0a0f] has been reserved
[    0.219388] system 00:06: [io  0x0a10-0x0a1f] has been reserved
[    0.219391] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.219494] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
[    0.219498] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.219652] system 00:08: [mem 0xd0000000-0xdfffffff] has been reserved
[    0.219655] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.219849] system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.219853] system 00:09: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.219856] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.219859] system 00:09: [mem 0x00100000-0xbfffffff] could not be reserved
[    0.219863] system 00:09: [mem 0xfec00000-0xffffffff] could not be reserved
[    0.219866] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.220238] pnp: PnP ACPI: found 10 devices
[    0.220240] ACPI: bus type PNP unregistered
[    0.228138] pci 0000:00:06.0: PCI bridge to [bus 01]
[    0.228145] pci 0000:00:0a.0: PCI bridge to [bus 02]
[    0.228150] pci 0000:00:0b.0: PCI bridge to [bus 03]
[    0.228154] pci 0000:00:0c.0: PCI bridge to [bus 04]
[    0.228159] pci 0000:00:0d.0: PCI bridge to [bus 05]
[    0.228164] pci 0000:00:0e.0: PCI bridge to [bus 06]
[    0.228168] pci 0000:00:0f.0: PCI bridge to [bus 07]
[    0.228171] pci 0000:00:0f.0:   bridge window [io  0xe000-0xefff]
[    0.228174] pci 0000:00:0f.0:   bridge window [mem 0xfc000000-0xfebfffff]
[    0.228177] pci 0000:00:0f.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.228182] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.228184] pci_bus 0000:00: resource 5 [mem 0xc0000000-0xffffffff]
[    0.228186] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.228189] pci_bus 0000:00: resource 7 [mem 0x240000000-0xfcffffffff]
[    0.228192] pci_bus 0000:01: resource 4 [io  0x0000-0xffff]
[    0.228194] pci_bus 0000:01: resource 5 [mem 0xc0000000-0xffffffff]
[    0.228196] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
[    0.228199] pci_bus 0000:01: resource 7 [mem 0x240000000-0xfcffffffff]
[    0.228202] pci_bus 0000:07: resource 0 [io  0xe000-0xefff]
[    0.228204] pci_bus 0000:07: resource 1 [mem 0xfc000000-0xfebfffff]
[    0.228207] pci_bus 0000:07: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.228265] NET: Registered protocol family 2
[    0.228569] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.228912] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.229430] TCP: Hash tables configured (established 65536 bind 65536)
[    0.229492] TCP: reno registered
[    0.229509] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.229582] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.229742] NET: Registered protocol family 1
[    0.230101] ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 23
[    0.230491] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 22
[    0.230664] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.230708] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.230752] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.230796] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.230842] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.230894] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.230951] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.231010] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.231073] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.231139] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.231208] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.231281] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.231357] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.231376] pci 0000:07:00.0: Video device with shadowed ROM
[    0.231378] PCI: CLS 64 bytes, default 64
[    0.231446] Unpacking initramfs...
[    0.733198] Freeing initrd memory: 22632K (ffff8800353bc000 - ffff8800369d6000)
[    0.733499] PCI-DMA: Disabling AGP.
[    0.733576] PCI-DMA: aperture base @ b4000000 size 65536 KB
[    0.733577] PCI-DMA: using GART IOMMU.
[    0.733583] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    0.737548] microcode: AMD CPU family 0xf not supported
[    0.737949] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.737993] audit: initializing netlink subsys (disabled)
[    0.738015] audit: type=2000 audit(1639608960.736:1): initialized
[    0.738402] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.738428] zbud: loaded
[    0.738640] VFS: Disk quotas dquot_6.5.2
[    0.738658] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.738726] msgmni has been set to 16007
[    0.739170] alg: No test for stdrng (krng)
[    0.739206] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.739266] io scheduler noop registered
[    0.739269] io scheduler deadline registered
[    0.739314] io scheduler cfq registered (default)
[    0.739432] pcieport 0000:00:0a.0: irq 40 for MSI/MSI-X
[    0.739488] pcieport 0000:00:0b.0: irq 41 for MSI/MSI-X
[    0.739538] pcieport 0000:00:0c.0: irq 42 for MSI/MSI-X
[    0.739585] pcieport 0000:00:0d.0: irq 43 for MSI/MSI-X
[    0.739634] pcieport 0000:00:0e.0: irq 44 for MSI/MSI-X
[    0.739682] pcieport 0000:00:0f.0: irq 45 for MSI/MSI-X
[    0.739759] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.739782] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.739852] GHES: HEST is not enabled!
[    0.739958] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.760298] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.780747] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    0.781157] Linux agpgart interface v0.103
[    0.781274] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.781275] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.781788] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.781936] mousedev: PS/2 mouse device common for all mice
[    0.781997] rtc_cmos 00:00: RTC can wake from S4
[    0.782162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    0.782199] rtc_cmos 00:00: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
[    0.782216] ledtrig-cpu: registered to indicate activity on CPUs
[    0.782576] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
[    0.782577] AMD IOMMUv2 functionality not available on this system
[    0.782684] TCP: cubic registered
[    0.782731] NET: Registered protocol family 10
[    0.783003] mip6: Mobile IPv6
[    0.783008] NET: Registered protocol family 17
[    0.783015] mpls_gso: MPLS GSO support
[    0.783382] registered taskstats version 1
[    0.783857] rtc_cmos 00:00: setting system clock to 2021-12-15 22:56:01 UTC (1639608961)
[    0.783926] PM: Hibernation image not present or could not be loaded.
[    0.785357] Freeing unused kernel memory: 1204K (ffffffff818ee000 - ffffffff81a1b000)
[    0.785361] Write protecting the kernel read-only data: 8192k
[    0.788259] Freeing unused kernel memory: 924K (ffff880001519000 - ffff880001600000)
[    0.788897] Freeing unused kernel memory: 216K (ffff8800017ca000 - ffff880001800000)
[    0.803970] random: systemd-udevd urandom read with 2 bits of entropy available
[    0.842762] ACPI: bus type USB registered
[    0.842798] usbcore: registered new interface driver usbfs
[    0.842811] usbcore: registered new interface driver hub
[    0.845208] SCSI subsystem initialized
[    0.847701] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.847708] ACPI: Power Button [PWRB]
[    0.847792] usbcore: registered new device driver usb
[    0.848447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.848653] ehci-pci: EHCI PCI platform driver
[    0.848838] ehci-pci 0000:00:02.1: EHCI Host Controller
[    0.848846] ehci-pci 0000:00:02.1: new USB bus registered, assigned bus number 1
[    0.848858] ehci-pci 0000:00:02.1: debug port 1
[    0.848888] ehci-pci 0000:00:02.1: cache line size of 64 is not supported
[    0.848912] ehci-pci 0000:00:02.1: irq 22, io mem 0xfbffac00
[    0.849243] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.849252] ACPI: Power Button [PWRF]
[    0.850902] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.852735] libata version 3.00 loaded.
[    0.855486] Floppy drive(s): fd0 is 1.44M
[    0.860037] ehci-pci 0000:00:02.1: USB 2.0 started, EHCI 1.00
[    0.860154] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.860160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.860162] usb usb1: Product: EHCI Host Controller
[    0.860164] usb usb1: Manufacturer: Linux 3.16.0-4-amd64 ehci_hcd
[    0.860166] usb usb1: SerialNumber: 0000:00:02.1
[    0.860335] hub 1-0:1.0: USB hub found
[    0.860344] hub 1-0:1.0: 10 ports detected
[    0.860925] ohci-pci: OHCI PCI platform driver
[    0.861091] ohci-pci 0000:00:02.0: OHCI PCI host controller
[    0.861100] ohci-pci 0000:00:02.0: new USB bus registered, assigned bus number 2
[    0.861143] ohci-pci 0000:00:02.0: irq 23, io mem 0xfbffb000
[    0.874463] [drm] Initialized drm 1.1.0 20060810
[    0.883637] wmi: Mapper loaded
[    0.896760] ACPI: PCI Interrupt Link [LNEB] enabled at IRQ 19
[    0.897465] nouveau  [  DEVICE][0000:07:00.0] BOOT0  : 0x04b300b1
[    0.897469] nouveau  [  DEVICE][0000:07:00.0] Chipset: G73 (NV4B)
[    0.897471] nouveau  [  DEVICE][0000:07:00.0] Family : NV40
[    0.897511] nouveau  [   VBIOS][0000:07:00.0] checking PRAMIN for image...
[    0.918093] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    0.918098] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.918101] usb usb2: Product: OHCI PCI host controller
[    0.918103] usb usb2: Manufacturer: Linux 3.16.0-4-amd64 ohci_hcd
[    0.918105] usb usb2: SerialNumber: 0000:00:02.0
[    0.918271] hub 2-0:1.0: USB hub found
[    0.918283] hub 2-0:1.0: 10 ports detected
[    0.920065] pata_amd 0000:00:04.0: version 0.4.1
[    0.921563] scsi0 : pata_amd
[    0.921811] scsi1 : pata_amd
[    0.921866] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    0.921869] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    0.922128] sata_nv 0000:00:05.0: version 3.5
[    0.922370] ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 21
[    0.922389] sata_nv 0000:00:05.0: Using SWNCQ mode
[    0.923781] scsi2 : sata_nv
[    0.924053] scsi3 : sata_nv
[    0.924109] ata3: SATA max UDMA/133 cmd 0xd480 ctl 0xd400 bmdma 0xcc00 irq 21
[    0.924112] ata4: SATA max UDMA/133 cmd 0xd080 ctl 0xd000 bmdma 0xcc08 irq 21
[    0.924375] ACPI: PCI Interrupt Link [LSA1] enabled at IRQ 23
[    0.924388] sata_nv 0000:00:05.1: Using SWNCQ mode
[    0.925599] scsi4 : sata_nv
[    0.925841] scsi5 : sata_nv
[    0.925897] ata5: SATA max UDMA/133 cmd 0xc880 ctl 0xc800 bmdma 0xc080 irq 23
[    0.925899] ata6: SATA max UDMA/133 cmd 0xc480 ctl 0xc400 bmdma 0xc088 irq 23
[    0.926162] ACPI: PCI Interrupt Link [LSA2] enabled at IRQ 22
[    0.926175] sata_nv 0000:00:05.2: Using SWNCQ mode
[    0.927382] scsi6 : sata_nv
[    0.927615] scsi7 : sata_nv
[    0.927669] ata7: SATA max UDMA/133 cmd 0xc000 ctl 0xbc00 bmdma 0xb480 irq 22
[    0.927672] ata8: SATA max UDMA/133 cmd 0xb880 ctl 0xb800 bmdma 0xb488 irq 22
[    0.928217] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[    0.928471] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 20
[    0.943880] nouveau  [   VBIOS][0000:07:00.0] ... appears to be valid
[    0.943884] nouveau  [   VBIOS][0000:07:00.0] using image from PRAMIN
[    0.944073] nouveau  [   VBIOS][0000:07:00.0] BIT signature found
[    0.944076] nouveau  [   VBIOS][0000:07:00.0] version 05.73.22.51.00
[    0.944429] nouveau 0000:07:00.0: irq 46 for MSI/MSI-X
[    0.944438] nouveau  [     PMC][0000:07:00.0] MSI interrupts enabled
[    0.944462] nouveau  [     PFB][0000:07:00.0] RAM type: DDR2
[    0.944464] nouveau  [     PFB][0000:07:00.0] RAM size: 256 MiB
[    0.944466] nouveau  [     PFB][0000:07:00.0]    ZCOMP: 379904 tags
[    0.977125] nouveau  [  PTHERM][0000:07:00.0] FAN control: none / external
[    0.977137] nouveau  [  PTHERM][0000:07:00.0] fan management: automatic
[    0.977140] nouveau  [  PTHERM][0000:07:00.0] internal sensor: yes
[    0.996997] nouveau  [     CLK][0000:07:00.0] 20: core 350 MHz shader 350 MHz memory 350 MHz
[    0.997009] nouveau  [     CLK][0000:07:00.0] --: core 299 MHz shader 299 MHz memory 330 MHz
[    0.997123] [TTM] Zone  kernel: Available graphics memory: 4099118 kiB
[    0.997125] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    0.997126] [TTM] Initializing pool allocator
[    0.997133] [TTM] Initializing DMA pool allocator
[    0.997148] nouveau  [     DRM] VRAM: 252 MiB
[    0.997150] nouveau  [     DRM] GART: 512 MiB
[    0.997154] nouveau  [     DRM] TMDS table version 1.1
[    0.997156] nouveau W[     DRM] TMDS table script pointers not stubbed
[    0.997158] nouveau  [     DRM] DCB version 3.0
[    0.997161] nouveau  [     DRM] DCB outp 00: 01000300 00000028
[    0.997163] nouveau  [     DRM] DCB outp 01: 03000302 00000000
[    0.997165] nouveau  [     DRM] DCB outp 02: 04011310 00000028
[    0.997167] nouveau  [     DRM] DCB outp 03: 020223f1 00c0c083
[    0.997170] nouveau  [     DRM] DCB conn 00: 2030
[    0.997172] nouveau  [     DRM] DCB conn 01: 0100
[    0.997174] nouveau  [     DRM] DCB conn 02: 0210
[    0.997176] nouveau  [     DRM] DCB conn 03: 0211
[    0.997178] nouveau  [     DRM] DCB conn 04: 0213
[    0.997404] nouveau  [     DRM] Saving VGA fonts
[    1.047677] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.047680] [drm] Driver supports precise vblank timestamp query.
[    1.047685] nouveau  [     DRM] 0xC23A: Parsing digital output script table
[    1.084247] ata1.00: ATAPI: TSSTcorp CDDVDW SH-S202H, SB00, max UDMA/66
[    1.084257] ata1: nv_mode_filter: 0x1f39f&0x1f39f->0x1f39f, BIOS=0x1f000 (0xc5000000) ACPI=0x1f01f (30:900:0x11)
[    1.099137] nouveau  [     DRM] MM: using M2MF for buffer copies
[    1.099145] nouveau  [     DRM] Setting dpms mode 3 on TV encoder (output 3)
[    1.100190] ata1.00: configured for UDMA/66
[    1.101117] scsi 0:0:0:0: CD-ROM            TSSTcorp CDDVDW SH-S202H  SB00 PQ: 0 ANSI: 5
[    1.108568] ata2: port disabled--ignoring
[    1.184020] nouveau 0000:07:00.0: No connectors reported connected with modes
[    1.184024] [drm] Cannot find any crtc or sizes - going 1024x768
[    1.184132] nouveau  [     DRM] allocated 1024x768 fb: 0x9000, bo ffff8800bf470c00
[    1.184211] fbcon: nouveaufb (fb0) is primary device
[    1.185933] Console: switching to colour frame buffer device 128x48
[    1.186727] nouveau 0000:07:00.0: fb0: nouveaufb frame buffer device
[    1.186729] nouveau 0000:07:00.0: registered panic notifier
[    1.200041] [drm] Initialized nouveau 1.1.2 20120801 for 0000:07:00.0 on minor 0
[    1.240020] ata7: SATA link down (SStatus 0 SControl 300)
[    1.392032] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.392035] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.400284] ata3.00: ATA-9: WDC WD10EZEX-21M2NA0, 01.01A01, max UDMA/133
[    1.400289] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.400296] ata5.00: ATA-9: WDC WD10EZEX-21M2NA0, 01.01A01, max UDMA/133
[    1.400299] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.408286] ata5.00: configured for UDMA/133
[    1.408287] ata3.00: configured for UDMA/133
[    1.408440] scsi 2:0:0:0: Direct-Access     ATA      WDC WD10EZEX-21M 1A01 PQ: 0 ANSI: 5
[    1.453499] forcedeth 0000:00:08.0: ifname eth0, PHY OUI 0x1c1 @ 0, addr 00:19:db:f6:57:1c
[    1.453503] forcedeth 0000:00:08.0: highdma csum vlan pwrctl mgmt gbit lnktim msi desc-v3
[    1.453779] ACPI: PCI Interrupt Link [LMAD] enabled at IRQ 20
[    1.876035] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.884245] ata4.00: ATA-9: WDC WD10EZEX-21M2NA0, 01.01A01, max UDMA/133
[    1.884248] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.892230] ata4.00: configured for UDMA/133
[    1.892365] scsi 3:0:0:0: Direct-Access     ATA      WDC WD10EZEX-21M 1A01 PQ: 0 ANSI: 5
[    1.892878] scsi 4:0:0:0: Direct-Access     ATA      WDC WD10EZEX-21M 1A01 PQ: 0 ANSI: 5
[    1.977502] forcedeth 0000:00:09.0: ifname eth1, PHY OUI 0x1c1 @ 1, addr 00:19:db:f7:de:1d
[    1.977507] forcedeth 0000:00:09.0: highdma csum vlan pwrctl mgmt gbit lnktim msi desc-v3
[    2.001455] sd 4:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    2.001460] sd 4:0:0:0: [sdc] 4096-byte physical blocks
[    2.001476] sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    2.001478] sd 3:0:0:0: [sdb] 4096-byte physical blocks
[    2.001504] sd 2:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    2.001507] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    2.001842] sd 4:0:0:0: [sdc] Write Protect is off
[    2.001845] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.001867] sd 3:0:0:0: [sdb] Write Protect is off
[    2.001871] sd 2:0:0:0: [sda] Write Protect is off
[    2.001873] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.001878] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.001906] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.001911] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.002004] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.022131]  sdc: sdc1 sdc2
[    2.022483] sd 4:0:0:0: [sdc] Attached SCSI disk
[    2.025695]  sda: sda1 sda2
[    2.026043] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.026280]  sdb: sdb1 sdb2
[    2.026553] sd 3:0:0:0: [sdb] Attached SCSI disk
[    2.204019] ata6: SATA link down (SStatus 0 SControl 300)
[    2.516019] ata8: SATA link down (SStatus 0 SControl 300)
[    2.529957] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.529962] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.530131] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    2.711288] md: bind<sdb1>
[    2.714486] md: bind<sdb2>
[    2.725373] md: bind<sda1>
[    2.728725] md: bind<sda2>
[    2.746942] md: bind<sdc1>
[    2.747719] md: kicking non-fresh sda1 from array!
[    2.747726] md: unbind<sda1>
[    2.768052] md: export_rdev(sda1)
[    2.836025] raid6: sse2x1    3229 MB/s
[    2.904014] raid6: sse2x2    3971 MB/s
[    2.972010] raid6: sse2x4    4139 MB/s
[    2.972012] raid6: using algorithm sse2x4 (4139 MB/s)
[    2.972014] raid6: using intx1 recovery algorithm
[    2.972315] xor: measuring software checksum speed
[    3.012009]    prefetch64-sse:  6841.000 MB/sec
[    3.052009]    generic_sse:  6836.000 MB/sec
[    3.052011] xor: using function: prefetch64-sse (6841.000 MB/sec)
[    3.052235] async_tx: api initialized (async)
[    3.053879] md: raid6 personality registered for level 6
[    3.053883] md: raid5 personality registered for level 5
[    3.053885] md: raid4 personality registered for level 4
[    3.054330] md/raid:md0: device sdc1 operational as raid disk 2
[    3.054333] md/raid:md0: device sdb1 operational as raid disk 1
[    3.054730] md/raid:md0: allocated 0kB
[    3.054790] [b]md/raid:md0: raid level 5 active with 2 out of 3 devices, algorithm 2[/b]
[    3.054809] RAID conf printout:
[    3.054810]  --- level:5 rd:3 wd:2
[    3.054813]  disk 1, o:1, dev:sdb1
[    3.054814]  disk 2, o:1, dev:sdc1
[    3.054851] md0: detected capacity change from 0 to 39965425664
[    3.064916] random: nonblocking pool is initialized
[    3.072156] md: bind<sdc2>
[    3.080351]  md0: unknown partition table
[    3.088586] md: kicking non-fresh sda2 from array!
[    3.088595] md: unbind<sda2>
[    3.120026] md: export_rdev(sda2)
[    3.121147] md/raid:md1: device sdc2 operational as raid disk 2
[    3.121150] md/raid:md1: device sdb2 operational as raid disk 1
[    3.121521] md/raid:md1: allocated 0kB
[    3.121586] [b]md/raid:md1: raid level 5 active with 2 out of 3 devices, algorithm 2[/b]
[    3.121606] RAID conf printout:
[    3.121608]  --- level:5 rd:3 wd:2
[    3.121610]  disk 1, o:1, dev:sdb2
[    3.121612]  disk 2, o:1, dev:sdc2
[    3.121771] created bitmap (8 pages) for device md1
[    3.122058] md1: bitmap initialized from disk: read 1 pages, set 795 of 14605 bits
[    3.137461] md1: detected capacity change from 0 to 1960138768384
[    3.146459]  md1: unknown partition table
[    3.872042] floppy0: no floppy controllers found
[    3.872057] work still pending
[    3.908766] md: linear personality registered for level -1
[    3.910799] md: multipath personality registered for level -4
[    3.912851] md: raid0 personality registered for level 0
[    3.915128] md: raid1 personality registered for level 1
[    3.929200] md: raid10 personality registered for level 10
[    3.934617] PM: Starting manual resume from disk
[    3.934625] PM: Hibernation image partition 9:0 present
[    3.934626] PM: Looking for hibernation image.
[    3.934691] PM: Image not found (code -22)
[    3.934693] PM: Hibernation image not present or could not be loaded.
[    4.105104]  md1: unknown partition table
[    4.165180] EXT4-fs (md1): mounted filesystem with ordered data mode. Opts: (null)
[    5.347057] ip_tables: (C) 2000-2006 Netfilter Core Team
[    5.392767] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    5.392926] systemd[1]: Detected architecture x86-64.
[    5.404955] systemd[1]: Set hostname to <bpgoldap.pl>.
[    6.011875] systemd[1]: avahi-daemon.socket: Cannot add dependency job, ignoring: Unit avahi-daemon.socket is masked.
[    6.011937] systemd[1]: avahi-daemon.service: Cannot add dependency job, ignoring: Unit avahi-daemon.service is masked.
[    6.012082] systemd[1]: avahi-daemon.service: Cannot add dependency job, ignoring: Unit avahi-daemon.service is masked.
[    6.012111] systemd[1]: run-vmblock\x2dfuse.mount: Cannot add dependency job, ignoring: Unit run-vmblock\x2dfuse.mount is masked.
[    6.013174] systemd[1]: Listening on Journal Socket.
[    6.013315] systemd[1]: Listening on Journal Socket (/dev/log).
[    6.013381] systemd[1]: Listening on udev Control Socket.
[    6.013543] systemd[1]: Created slice User and Session Slice.
[    6.013592] systemd[1]: Listening on fsck to fsckd communication Socket.
[    6.013769] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    6.013896] systemd[1]: Created slice System Slice.
[    6.013942] systemd[1]: Started live-tools - System Support Scripts.
[    6.015041] systemd[1]: Mounting Huge Pages File System...
[    6.052902] systemd[1]: Starting Set the console keyboard layout...
[    6.053968] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    6.055011] systemd[1]: Mounting POSIX Message Queue File System...
[    6.096742] systemd[1]: Starting Load Kernel Modules...
[    6.097749] systemd[1]: Starting Remount Root and Kernel File Systems...
[    6.097878] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    6.097934] systemd[1]: Reached target Slices.
[    6.098010] systemd[1]: Listening on RPCbind Server Activation Socket.
[    6.098174] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    6.098264] systemd[1]: Listening on Syslog Socket.
[    6.098400] systemd[1]: Listening on Journal Audit Socket.
[    6.099338] systemd[1]: Starting Journal Service...
[    6.099455] systemd[1]: Listening on udev Kernel Socket.
[    6.100358] systemd[1]: Mounting Debug File System...
[    6.101275] systemd[1]: Mounting RPC Pipe File System...
[    6.101611] systemd[1]: Created slice system-getty.slice.
[    6.202287] lp: driver loaded but no devices found
[    6.225875] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    6.226887] systemd[1]: Starting Create Static Device Nodes in /dev...
[    6.237411] systemd[1]: Started Journal Service.
[    6.391804] ppdev: user-space parallel port driver
[    6.392796] EXT4-fs (md1): re-mounted. Opts: errors=remount-ro
[    6.394971] parport_pc 00:02: reported by Plug and Play ACPI
[    6.395020] parport0: PC-style at 0x378, irq 7 [PCSPP]
[    6.473337] RPC: Registered named UNIX socket transport module.
[    6.473342] RPC: Registered udp transport module.
[    6.473344] RPC: Registered tcp transport module.
[    6.473346] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    6.492183] lp0: using parport0 (interrupt-driven).
[    6.499907] systemd-journald[214]: Received request to flush runtime journal from PID 1
[    6.708471] fuse init (API version 7.23)
[    6.741144] w83627ehf: Found W83627EHG chip at 0xa10
[    6.785791] Guest personality initialized and is inactive
[    6.785863] VMCI host device registered (name=vmci, major=10, minor=59)
[    6.785864] Initialized host personality
[    7.695858] MPU-401 device not found or device busy
[    7.704394] Floppy drive(s): fd0 is 1.44M
[    7.728384] i2c i2c-3: nForce2 SMBus adapter at 0x2d00
[    7.728413] i2c i2c-4: nForce2 SMBus adapter at 0x2e00
[    7.741889] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    7.741949] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    7.741993] sd 3:0:0:0: Attached scsi generic sg2 type 0
[    7.742033] sd 4:0:0:0: Attached scsi generic sg3 type 0
[    7.757622] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 21
[    7.757636] snd_hda_intel 0000:00:06.1: Disabling MSI
[    7.783772] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.805560] EDAC MC: Ver: 3.0.0
[    7.813535] nv_tco: NV TCO WatchDog Timer Driver v0.01
[    7.813629] nv_tco: Watchdog reboot not detected
[    7.813778] MCE: In-kernel MCE decoding enabled.
[    7.814694] nv_tco: initialized (0x2440). heartbeat=30 sec (nowayout=0)
[    7.815068] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[    7.931282] AMD64 EDAC driver v3.4.0
[    7.931320] EDAC amd64: DRAM ECC disabled.
[    7.931327] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    8.087414] kvm: Nested Virtualization enabled
[    8.095304] powernow_k8: [Firmware Bug]: No compatible ACPI _PSS objects found.
               [Firmware Bug]: First, make sure Cool'N'Quiet is enabled in the BIOS.
               [Firmware Bug]: If that doesn't help, try upgrading your BIOS.
[    8.095580] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    8.365406] Adding 39028732k swap on /dev/md0.  Priority:-1 extents:1 across:39028732k FS
[    8.532025] sound hdaudioC0D0: autoconfig: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[    8.532031] sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.532034] sound hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    8.532036] sound hdaudioC0D0:    mono: mono_out=0x0
[    8.532038] sound hdaudioC0D0:    dig-out=0x1e/0x0
[    8.532040] sound hdaudioC0D0:    inputs:
[    8.532043] sound hdaudioC0D0:      Front Mic=0x19
[    8.532045] sound hdaudioC0D0:      Rear Mic=0x18
[    8.532048] sound hdaudioC0D0:      Line=0x1a
[   10.241484] input: HDA NVidia Front Mic as /devices/pci0000:00/0000:00:06.1/sound/card0/input4
[   10.242196] input: HDA NVidia Rear Mic as /devices/pci0000:00/0000:00:06.1/sound/card0/input5
[   10.242271] input: HDA NVidia Line as /devices/pci0000:00/0000:00:06.1/sound/card0/input6
[   10.242344] input: HDA NVidia Line Out Front as /devices/pci0000:00/0000:00:06.1/sound/card0/input7
[   10.242422] input: HDA NVidia Line Out Surround as /devices/pci0000:00/0000:00:06.1/sound/card0/input8
[   10.242514] input: HDA NVidia Line Out CLFE as /devices/pci0000:00/0000:00:06.1/sound/card0/input9
[   10.242599] input: HDA NVidia Front Headphone as /devices/pci0000:00/0000:00:06.1/sound/card0/input10
[   10.728065] floppy0: no floppy controllers found
[   12.139244] forcedeth 0000:00:08.0: irq 47 for MSI/MSI-X
[   12.139276] forcedeth 0000:00:08.0 eth0: MSI enabled
[   12.570606] forcedeth 0000:00:09.0: irq 48 for MSI/MSI-X
[   12.570639] forcedeth 0000:00:09.0 eth1: MSI enabled
[   19.587253] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[37869.547035] traps: pinger[25978] trap stack segment ip:7f1d7291b4ea sp:7ffeec579950 error:0 in libc-2.24.so[7f1d728a2000+195000]
[46755.890427] IPv4: host 192.168.2.99/if3 ignores redirects for 192.168.2.64 to 192.168.2.64
[46755.891598] IPv4: host 192.168.2.64/if3 ignores redirects for 192.168.2.99 to 192.168.2.99
[52764.229285] md: export_rdev(sda1)
[52764.230225]  md0: unknown partition table

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
Możesz wyłączyć AdBlock — tu nie ma reklam ;-)