You are not logged in.

#1 2017-04-07 13:27:19

akovia
Member
Registered: 2014-12-16
Posts: 14

Dependency failed for /home

note: I'm writing these code blocks by hand as I have no network. Can elaborate as needed.

After updating yesterday I was greeted with this message on rebooting. I see it doing a fsck on all my partitions but when it gets to /home, it get's close to 90% and fails with

[FAILED]Failed to start file system check on /dev/dick/by-uuid/......
[DEPEND] Dependency failed for /home
[DEPEND] Dependency failed for Local File Systems

Tried downgrading the kernel to no avail.

From researching the error, this seems to happen when someone tries to resize a partition and gets it wrong, but I was not doing anything of the sort. I was however trying to troubleshoot some MTP problems and had added 1 entry in fstab by following a guide.

mtpfs    /home/akovia/Phone    fuse    user,noauto,allow_other

I commented it out before downgrading the kernel, but it didn't make a difference.


I've also ran fsck -nv manually, but am afraid to try having it fix anything yet.

Inode 29623809 .......faveicon.ico has invalid mode (073255)
Entry ...faveicon.ico in .../.../../ (29626797) has incorrect filetype (was 1, should be 0)
Block bitmap differences:  -118526924

I don't have a backup of my /home so before I went any further I attempted to dd the partition to an img on a usb drive over the night but apparently I cut it short. I couldn't see any activity and it had been going for close to 11 hours so I thought it was stuck. It ended up copying 1TB of 1.02TB. *sigh*

Could someone suggest the next step?

Offline

#2 2017-04-07 15:26:11

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Re: Dependency failed for /home

First are you sure you fsck an unmounted filesystem? Recall that the filesystem must be fully unmounted (not even mounted read-only) before fsck. Also if you copy your partition, it must be unmounted. The fact that you speak about your line in fstab let me think that /home is mounted. You may need to do it from a rescue disk. Now you have to post the exact line you have tried. Are you sure you fsck the correct partition? What's the output of file -s  <home partition>?

Note that if you really have copied 1TB out of 1.02TB chances are that all is not lost. Most files should be in the 1TB anyway. Recopy this partition elsewhere to make another backup and do a "fsck -f -y" on it. Also when you use dd on big files, use the "status=progress" option, so you can watch what is going on.

I don't see the "-n" or "-v" option in fsck, maybe they are the same as the uppercase equivalent. If you want to recover from errors, you must tell fsck to repair the file system. It is unlikely fsck won't be able to repair it, even if this sometimes means missing some files. Use "fsck -f -y" (better to make a backup of the partition before if you are unsure).

Last edited by olive (2017-04-07 15:31:20)

Offline

#3 2017-04-07 17:11:04

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: Dependency failed for /home

Please boot live media, setup networking, chroot into the system and  post the output of the following using a pastebin client.

# blkid
# journalctl -b -1
# cat /etc/fstab

Offline

#4 2017-04-07 17:41:25

akovia
Member
Registered: 2014-12-16
Posts: 14

Re: Dependency failed for /home

Thank you for the reply!

olive wrote:

First are you sure you fsck an unmounted filesystem?

Yes,
When it failed, it never mounted it after.

Recall that the filesystem must be fully unmounted (not even mounted read-only) before fsck. Also if you copy your partition, it must be unmounted. The fact that you speak about your line in fstab let me think that /home is mounted. You may need to do it from a rescue disk.

Right. I copied my unmounted partition.
My partitions are as follows.

/dev/sda1  /boot
/dev/sda2  /
/dev/sda3  /var
/dev/sda4  /home

Fstab was mounted on / which was mounted.

Now you have to post the exact line you have tried.

fsck -nv /dev/sda4

Are you sure you fsck the correct partition? What's the output of file -s  <home partition>?

I am sure I was on the correct partition. I can't run the file -s right now.

Note that if you really have copied 1TB out of 1.02TB chances are that all is not lost. Most files should be in the 1TB anyway. Recopy this partition elsewhere to make another backup and do a "fsck -f -y" on it.

That was my guess too but I really wasn't sure.

Also when you use dd on big files, use the "status=progress" option, so you can watch what is going on.

!!
This is what I was missing. I will never forget that now. Thanks!

I don't see the "-n" or "-v" option in fsck, maybe they are the same as the uppercase equivalent. If you want to recover from errors, you must tell fsck to repair the file system. It is unlikely fsck won't be able to repair it, even if this sometimes means missing some files. Use "fsck -f -y" (better to make a backup of the partition before if you are unsure).

Here is the output of my fsck --help

Emergency help:
 -p                   Automatic repair (no questions)
 -n                   Make no changes to the filesystem
 -y                   Assume "yes" to all questions
 -c                   Check for bad blocks and add them to the badblock list
 -f                   Force checking even if filesystem is marked clean
 -v                   Be verbose
 -b superblock        Use alternative superblock
 -B blocksize         Force blocksize when looking for superblock
 -j external_journal  Set location of the external journal
 -l bad_blocks_file   Add to badblocks list
 -L bad_blocks_file   Set badblocks list

After I wrote this initial post, the internet went out. I live on an island and we have had 3 days of gale force winds so I wasn't optimistic I would be able to get back here soon. So I ended up mounting /home and have been rsync'ing my home dir which is what it's doing now. I realize that dd copies the entire partition so I thought this would be quicker than the 12 hours that dd needed, knowing that I took a risk having it mounted. (was hoping as you said earlier that my initial img backup wasn't a complete loss)

So far, everything has been going as expected. When it ran into the same problem files that fsck stated, it threw some errors, but has moved passed them. I have noticed that rsync has slowed down considerably the longer it runs though. Not sure if this is a problem or not as it continues to chug along. Once it's finished I will run fsck with the repair options, but I would have used the -p option had you not said to use -yf.

Lastly, could you think of any reason this happened? Could it just be coincidence it happened after an update, was it something with the fstab line I added, or just maybe the hard drive is starting to fail?

Offline

#5 2017-04-07 18:20:43

akovia
Member
Registered: 2014-12-16
Posts: 14

Re: Dependency failed for /home

loqs wrote:

Please boot live media, setup networking, chroot into the system and  post the output of the following using a pastebin client.

# blkid
# journalctl -b -1
# cat /etc/fstab

blkid

/dev/sda1: UUID="1C3B-C064" TYPE="vfat" PARTLABEL="EFI System" PARTUUID="88e4c68d-d1cc-4407-ac3f-dd25009dd992"
/dev/sda2: LABEL="ROOT" UUID="b735c9b7-b258-4a30-9934-7f903ac87790" TYPE="ext4" PARTLABEL="Linux filesystem" PARTUUID="502fb0d9-414d-4f88-ab6b-4bd05d649876"
/dev/sda3: LABEL="VAR" UUID="1c480eb1-cc64-4e05-b101-4325df996adf" TYPE="ext4" PARTLABEL="Linux filesystem" PARTUUID="2008604a-56af-4977-8d93-d34b6b00e794"
/dev/sda4: LABEL="HOME" UUID="1da16b0f-895c-46f7-a076-d0455caa6736" TYPE="ext4" PARTLABEL="Linux filesystem" PARTUUID="312348cb-af40-40cc-895c-7ac3bbc39785"
/dev/sr0: UUID="2014-09-03-15-30-04-00" LABEL="ARCH_201409" TYPE="iso9660" PTUUID="4f6c5b3c" PTTYPE="dos"
/dev/sdb1: LABEL="Seagate-5TB" UUID="3022222442FA7FE0" TYPE="ntfs" PARTLABEL="SEAGATE_5TB" PARTUUID="ba9578bf-48d0-4536-b1c9-0b152eeb5512"
/dev/loop0: TYPE="squashfs"
/dev/loop1: UUID="dc154a48-2733-4683-b303-f790b67d4b02" TYPE="ext4"
/dev/loop2: UUID="dc154a48-2733-4683-b303-f790b67d4b02" TYPE="ext4"
/dev/sdc1: LABEL="My-Media2" UUID="A2CA0AEBCA0ABC13" TYPE="ntfs"
/dev/mapper/arch_airootfs: UUID="dc154a48-2733-4683-b303-f790b67d4b02" TYPE="ext4"

journalctl -b -1

-- Logs begin at Mon 2015-12-21 16:50:58 EST, end at Fri 2017-04-07 12:54:20 EST. --
Apr 07 07:22:29 kiba kernel: Linux version 4.10.6-1-ARCH (builduser@tobias) (gcc version 6.3.1 20170306 (GCC) ) #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
Apr 07 07:22:29 kiba kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=b735c9b7-b258-4a30-9934-7f903ac87790 rw quiet
Apr 07 07:22:29 kiba kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Apr 07 07:22:29 kiba kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Apr 07 07:22:29 kiba kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Apr 07 07:22:29 kiba kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Apr 07 07:22:29 kiba kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Apr 07 07:22:29 kiba kernel: e820: BIOS-provided physical RAM map:
Apr 07 07:22:29 kiba kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Apr 07 07:22:29 kiba kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000b9f79fff] usable
Apr 07 07:22:29 kiba kernel: BIOS-e820: [mem 0x00000000b9f7a000-0x00000000ba138fff] reserved
Apr 07 07:22:29 kiba kernel: BIOS-e820: [mem 0x00000000ba139000-0x00000000bab53fff] ACPI NVS
Apr 07 07:22:29 kiba kernel: BIOS-e820: [mem 0x00000000bab54000-0x00000000baf78fff] reserved
Apr 07 07:22:29 kiba kernel: BIOS-e820: [mem 0x00000000baf79000-0x00000000bafcffff] type 20
Apr 07 07:22:29 kiba kernel: BIOS-e820: [mem 0x00000000bafd0000-0x00000000bafd0fff] usable
Apr 07 07:22:29 kiba kernel: BIOS-e820: [mem 0x00000000bafd1000-0x00000000bb056fff] ACPI NVS
Apr 07 07:22:29 kiba kernel: BIOS-e820: [mem 0x00000000bb057000-0x00000000bbd68fff] usable
Apr 07 07:22:29 kiba kernel: BIOS-e820: [mem 0x00000000bbd69000-0x00000000bbff1fff] reserved
Apr 07 07:22:29 kiba kernel: BIOS-e820: [mem 0x00000000bbff2000-0x00000000bbffffff] usable
Apr 07 07:22:29 kiba kernel: BIOS-e820: [mem 0x00000000d0000000-0x00000000dfffffff] reserved
Apr 07 07:22:29 kiba kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Apr 07 07:22:29 kiba kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Apr 07 07:22:29 kiba kernel: BIOS-e820: [mem 0x0000000100000000-0x000000043fffffff] usable
Apr 07 07:22:29 kiba kernel: NX (Execute Disable) protection: active
Apr 07 07:22:29 kiba kernel: efi: EFI v2.31 by American Megatrends
Apr 07 07:22:29 kiba kernel: efi:  SMBIOS=0xf04c0  ACPI 2.0=0xba4d2000  ACPI=0xba4d2000  MPS=0xfd780 
Apr 07 07:22:29 kiba kernel: SMBIOS 2.7 present.
Apr 07 07:22:29 kiba kernel: DMI: Alienware Aurora-R4/07JNH0, BIOS A07 10/26/2012
Apr 07 07:22:29 kiba kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Apr 07 07:22:29 kiba kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Apr 07 07:22:29 kiba kernel: e820: last_pfn = 0x440000 max_arch_pfn = 0x400000000
Apr 07 07:22:29 kiba kernel: MTRR default type: uncachable
Apr 07 07:22:29 kiba kernel: MTRR fixed ranges enabled:
Apr 07 07:22:29 kiba kernel:   00000-9FFFF write-back
Apr 07 07:22:29 kiba kernel:   A0000-BFFFF uncachable
Apr 07 07:22:29 kiba kernel:   C0000-CFFFF write-protect
Apr 07 07:22:29 kiba kernel:   D0000-DFFFF uncachable
Apr 07 07:22:29 kiba kernel:   E0000-E7FFF write-through
Apr 07 07:22:29 kiba kernel:   E8000-FFFFF write-protect
Apr 07 07:22:29 kiba kernel: MTRR variable ranges enabled:
Apr 07 07:22:29 kiba kernel:   0 base 000000000000 mask 3FFC00000000 write-back
Apr 07 07:22:29 kiba kernel:   1 base 000400000000 mask 3FFFC0000000 write-back
Apr 07 07:22:29 kiba kernel:   2 base 0000BE000000 mask 3FFFFE000000 uncachable
Apr 07 07:22:29 kiba kernel:   3 base 0000C0000000 mask 3FFFC0000000 uncachable
Apr 07 07:22:29 kiba kernel:   4 disabled
Apr 07 07:22:29 kiba kernel:   5 disabled
Apr 07 07:22:29 kiba kernel:   6 disabled
Apr 07 07:22:29 kiba kernel:   7 disabled
Apr 07 07:22:29 kiba kernel:   8 disabled
Apr 07 07:22:29 kiba kernel:   9 disabled
Apr 07 07:22:29 kiba kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
Apr 07 07:22:29 kiba kernel: e820: update [mem 0xbe000000-0xffffffff] usable ==> reserved
Apr 07 07:22:29 kiba kernel: e820: last_pfn = 0xbc000 max_arch_pfn = 0x400000000
Apr 07 07:22:29 kiba kernel: found SMP MP-table at [mem 0x000fdb40-0x000fdb4f] mapped at [ffff8800000fdb40]
Apr 07 07:22:29 kiba kernel: Scanning 1 areas for low memory corruption
Apr 07 07:22:29 kiba kernel: Base memory trampoline at [ffff880000098000] 98000 size 24576
Apr 07 07:22:29 kiba kernel: Using GB pages for direct mapping
Apr 07 07:22:29 kiba kernel: BRK [0x01d5f000, 0x01d5ffff] PGTABLE
Apr 07 07:22:29 kiba kernel: BRK [0x01d60000, 0x01d60fff] PGTABLE
Apr 07 07:22:29 kiba kernel: BRK [0x01d61000, 0x01d61fff] PGTABLE
Apr 07 07:22:29 kiba kernel: BRK [0x01d62000, 0x01d62fff] PGTABLE
Apr 07 07:22:29 kiba kernel: BRK [0x01d63000, 0x01d63fff] PGTABLE
Apr 07 07:22:29 kiba kernel: BRK [0x01d64000, 0x01d64fff] PGTABLE
Apr 07 07:22:29 kiba kernel: RAMDISK: [mem 0x374c4000-0x37a59fff]
Apr 07 07:22:29 kiba kernel: ACPI: Early table checksum verification disabled
Apr 07 07:22:29 kiba kernel: ACPI: RSDP 0x00000000BA4D2000 000024 (v02 ALWARE)
Apr 07 07:22:29 kiba kernel: ACPI: XSDT 0x00000000BA4D2080 000084 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
Apr 07 07:22:29 kiba kernel: ACPI: FACP 0x00000000BA4D9D20 0000F4 (v04 ALWARE ALIENWRE 01072009 AMI  00010013)
Apr 07 07:22:29 kiba kernel: ACPI: DSDT 0x00000000BA4D21A0 007B7C (v02 ALWARE ALIENWRE 00000000 INTL 20051117)
Apr 07 07:22:29 kiba kernel: ACPI: FACS 0x00000000BAB50F80 000040
Apr 07 07:22:29 kiba kernel: ACPI: APIC 0x00000000BA4D9E18 0000C8 (v03 ALWARE ALIENWRE 01072009 AMI  00010013)
Apr 07 07:22:29 kiba kernel: ACPI: FPDT 0x00000000BA4D9EE0 000044 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
Apr 07 07:22:29 kiba kernel: ACPI: MCFG 0x00000000BA4D9F28 00003C (v01 ALWARE OEMMCFG. 01072009 MSFT 00000097)
Apr 07 07:22:29 kiba kernel: ACPI: SLIC 0x00000000BA4D9F68 000176 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
Apr 07 07:22:29 kiba kernel: ACPI: HPET 0x00000000BA4DA0E0 000038 (v01 ALWARE ALIENWRE 01072009 AMI. 00000005)
Apr 07 07:22:29 kiba kernel: ACPI: SSDT 0x00000000BA4DA118 06E284 (v02 INTEL  CpuPm    00004000 INTL 20051117)
Apr 07 07:22:29 kiba kernel: ACPI: BGRT 0x00000000BA5483A0 000038 (v00 ALWARE ALIENWRE 01072009 AMI  00010013)
Apr 07 07:22:29 kiba kernel: ACPI: EINJ 0x00000000BA5483D8 000130 (v01 AMI    AMI EINJ 00000000      00000000)
Apr 07 07:22:29 kiba kernel: ACPI: ERST 0x00000000BA548508 000210 (v01 AMIER  AMI ERST 00000000      00000000)
Apr 07 07:22:29 kiba kernel: ACPI: HEST 0x00000000BA548718 0000A8 (v01 AMI    AMI HEST 00000000      00000000)
Apr 07 07:22:29 kiba kernel: ACPI: BERT 0x00000000BA5487C0 000030 (v01 AMI    AMI BERT 00000000      00000000)
Apr 07 07:22:29 kiba kernel: ACPI: Local APIC address 0xfee00000
Apr 07 07:22:29 kiba kernel: No NUMA configuration found
Apr 07 07:22:29 kiba kernel: Faking a node at [mem 0x0000000000000000-0x000000043fffffff]
Apr 07 07:22:29 kiba kernel: NODE_DATA(0) allocated [mem 0x43fff8000-0x43fffcfff]
Apr 07 07:22:29 kiba kernel: Zone ranges:
Apr 07 07:22:29 kiba kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Apr 07 07:22:29 kiba kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Apr 07 07:22:29 kiba kernel:   Normal   [mem 0x0000000100000000-0x000000043fffffff]
Apr 07 07:22:29 kiba kernel:   Device   empty
Apr 07 07:22:29 kiba kernel: Movable zone start for each node
Apr 07 07:22:29 kiba kernel: Early memory node ranges
Apr 07 07:22:29 kiba kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Apr 07 07:22:29 kiba kernel:   node   0: [mem 0x0000000000100000-0x00000000b9f79fff]
Apr 07 07:22:29 kiba kernel:   node   0: [mem 0x00000000bafd0000-0x00000000bafd0fff]
Apr 07 07:22:29 kiba kernel:   node   0: [mem 0x00000000bb057000-0x00000000bbd68fff]
Apr 07 07:22:29 kiba kernel:   node   0: [mem 0x00000000bbff2000-0x00000000bbffffff]
Apr 07 07:22:29 kiba kernel:   node   0: [mem 0x0000000100000000-0x000000043fffffff]
Apr 07 07:22:29 kiba kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000043fffffff]
Apr 07 07:22:29 kiba kernel: On node 0 totalpages: 4172858
Apr 07 07:22:29 kiba kernel:   DMA zone: 64 pages used for memmap
Apr 07 07:22:29 kiba kernel:   DMA zone: 25 pages reserved
Apr 07 07:22:29 kiba kernel:   DMA zone: 3999 pages, LIFO batch:0
Apr 07 07:22:29 kiba kernel:   DMA32 zone: 11891 pages used for memmap
Apr 07 07:22:29 kiba kernel:   DMA32 zone: 760987 pages, LIFO batch:31
Apr 07 07:22:29 kiba kernel:   Normal zone: 53248 pages used for memmap
Apr 07 07:22:29 kiba kernel:   Normal zone: 3407872 pages, LIFO batch:31
Apr 07 07:22:29 kiba kernel: ACPI: PM-Timer IO Port: 0x408
Apr 07 07:22:29 kiba kernel: ACPI: Local APIC address 0xfee00000
Apr 07 07:22:29 kiba kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Apr 07 07:22:29 kiba kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Apr 07 07:22:29 kiba kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Apr 07 07:22:29 kiba kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Apr 07 07:22:29 kiba kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Apr 07 07:22:29 kiba kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Apr 07 07:22:29 kiba kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Apr 07 07:22:29 kiba kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Apr 07 07:22:29 kiba kernel: IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
Apr 07 07:22:29 kiba kernel: IOAPIC[1]: apic_id 2, version 32, address 0xfec01000, GSI 24-47
Apr 07 07:22:29 kiba kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Apr 07 07:22:29 kiba kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Apr 07 07:22:29 kiba kernel: ACPI: IRQ0 used by override.
Apr 07 07:22:29 kiba kernel: ACPI: IRQ9 used by override.
Apr 07 07:22:29 kiba kernel: Using ACPI (MADT) for SMP configuration information
Apr 07 07:22:29 kiba kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Apr 07 07:22:29 kiba kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Apr 07 07:22:29 kiba kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Apr 07 07:22:29 kiba kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Apr 07 07:22:29 kiba kernel: PM: Registered nosave memory: [mem 0xb9f7a000-0xba138fff]
Apr 07 07:22:29 kiba kernel: PM: Registered nosave memory: [mem 0xba139000-0xbab53fff]
Apr 07 07:22:29 kiba kernel: PM: Registered nosave memory: [mem 0xbab54000-0xbaf78fff]
Apr 07 07:22:29 kiba kernel: PM: Registered nosave memory: [mem 0xbaf79000-0xbafcffff]
Apr 07 07:22:29 kiba kernel: PM: Registered nosave memory: [mem 0xbafd1000-0xbb056fff]
Apr 07 07:22:29 kiba kernel: PM: Registered nosave memory: [mem 0xbbd69000-0xbbff1fff]
Apr 07 07:22:29 kiba kernel: PM: Registered nosave memory: [mem 0xbc000000-0xcfffffff]
Apr 07 07:22:29 kiba kernel: PM: Registered nosave memory: [mem 0xd0000000-0xdfffffff]
Apr 07 07:22:29 kiba kernel: PM: Registered nosave memory: [mem 0xe0000000-0xfed1bfff]
Apr 07 07:22:29 kiba kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Apr 07 07:22:29 kiba kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfeffffff]
Apr 07 07:22:29 kiba kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Apr 07 07:22:29 kiba kernel: e820: [mem 0xe0000000-0xfed1bfff] available for PCI devices
Apr 07 07:22:29 kiba kernel: Booting paravirtualized kernel on bare hardware
Apr 07 07:22:29 kiba kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Apr 07 07:22:29 kiba kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
Apr 07 07:22:29 kiba kernel: percpu: Embedded 35 pages/cpu @ffff88043fc00000 s103640 r8192 d31528 u262144
Apr 07 07:22:29 kiba kernel: pcpu-alloc: s103640 r8192 d31528 u262144 alloc=1*2097152
Apr 07 07:22:29 kiba kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Apr 07 07:22:29 kiba kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4107630
Apr 07 07:22:29 kiba kernel: Policy zone: Normal
Apr 07 07:22:29 kiba kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=b735c9b7-b258-4a30-9934-7f903ac87790 rw quiet
Apr 07 07:22:29 kiba kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Apr 07 07:22:29 kiba kernel: Calgary: detecting Calgary via BIOS EBDA area
Apr 07 07:22:29 kiba kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Apr 07 07:22:29 kiba kernel: Memory: 16130256K/16691432K available (6350K kernel code, 1091K rwdata, 1980K rodata, 1292K init, 1032K bss, 561176K reserved, 0K cma-reserved)
Apr 07 07:22:29 kiba kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Apr 07 07:22:29 kiba kernel: Preemptible hierarchical RCU implementation.
Apr 07 07:22:29 kiba kernel:         Build-time adjustment of leaf fanout to 64.
Apr 07 07:22:29 kiba kernel:         RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
Apr 07 07:22:29 kiba kernel: RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
Apr 07 07:22:29 kiba kernel: NR_IRQS:8448 nr_irqs:896 16
Apr 07 07:22:29 kiba kernel: Console: colour dummy device 80x25
Apr 07 07:22:29 kiba kernel: console [tty0] enabled
Apr 07 07:22:29 kiba kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Apr 07 07:22:29 kiba kernel: hpet clockevent registered
Apr 07 07:22:29 kiba kernel: tsc: Fast TSC calibration using PIT
Apr 07 07:22:29 kiba kernel: tsc: Detected 3599.760 MHz processor
Apr 07 07:22:29 kiba kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7202.50 BogoMIPS (lpj=11999200)
Apr 07 07:22:29 kiba kernel: pid_max: default: 32768 minimum: 301
Apr 07 07:22:29 kiba kernel: ACPI: Core revision 20160930
Apr 07 07:22:29 kiba kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
Apr 07 07:22:29 kiba kernel: Security Framework initialized
Apr 07 07:22:29 kiba kernel: Yama: becoming mindful.
Apr 07 07:22:29 kiba kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Apr 07 07:22:29 kiba kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Apr 07 07:22:29 kiba kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
Apr 07 07:22:29 kiba kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
Apr 07 07:22:29 kiba kernel: CPU: Physical Processor ID: 0
Apr 07 07:22:29 kiba kernel: CPU: Processor Core ID: 0
Apr 07 07:22:29 kiba kernel: mce: CPU supports 16 MCE banks
Apr 07 07:22:29 kiba kernel: CPU0: Thermal monitoring enabled (TM1)
Apr 07 07:22:29 kiba kernel: process: using mwait in idle threads
Apr 07 07:22:29 kiba kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Apr 07 07:22:29 kiba kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Apr 07 07:22:29 kiba kernel: Freeing SMP alternatives memory: 24K
Apr 07 07:22:29 kiba kernel: ftrace: allocating 25114 entries in 99 pages
Apr 07 07:22:29 kiba kernel: smpboot: Max logical packages: 2
Apr 07 07:22:29 kiba kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Apr 07 07:22:29 kiba kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 07 07:22:29 kiba kernel: TSC deadline timer enabled
Apr 07 07:22:29 kiba kernel: smpboot: CPU0: Intel(R) Core(TM) i7-3820 CPU @ 3.60GHz (family: 0x6, model: 0x2d, stepping: 0x7)
Apr 07 07:22:29 kiba kernel: Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
Apr 07 07:22:29 kiba kernel: ... version:                3
Apr 07 07:22:29 kiba kernel: ... bit width:              48
Apr 07 07:22:29 kiba kernel: ... generic registers:      4
Apr 07 07:22:29 kiba kernel: ... value mask:             0000ffffffffffff
Apr 07 07:22:29 kiba kernel: ... max period:             00007fffffffffff
Apr 07 07:22:29 kiba kernel: ... fixed-purpose events:   3
Apr 07 07:22:29 kiba kernel: ... event mask:             000000070000000f
Apr 07 07:22:29 kiba kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Apr 07 07:22:29 kiba kernel: smp: Bringing up secondary CPUs ...
Apr 07 07:22:29 kiba kernel: x86: Booting SMP configuration:
Apr 07 07:22:29 kiba kernel: .... node  #0, CPUs:      #1
Apr 07 07:22:29 kiba kernel: TSC synchronization [CPU#0 -> CPU#1]:
Apr 07 07:22:29 kiba kernel: Measured 158151547526788 cycles TSC warp between CPUs, turning off TSC clock.
Apr 07 07:22:29 kiba kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
Apr 07 07:22:29 kiba kernel:  #2 #3 #4 #5 #6 #7
Apr 07 07:22:29 kiba kernel: smp: Brought up 1 node, 8 CPUs
Apr 07 07:22:29 kiba kernel: smpboot: Total of 8 processors activated (57628.98 BogoMIPS)
Apr 07 07:22:29 kiba kernel: devtmpfs: initialized
Apr 07 07:22:29 kiba kernel: x86/mm: Memory block size: 128MB
Apr 07 07:22:29 kiba kernel: PM: Registering ACPI NVS region [mem 0xba139000-0xbab53fff] (10596352 bytes)
Apr 07 07:22:29 kiba kernel: PM: Registering ACPI NVS region [mem 0xbafd1000-0xbb056fff] (548864 bytes)
Apr 07 07:22:29 kiba kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Apr 07 07:22:29 kiba kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
Apr 07 07:22:29 kiba kernel: pinctrl core: initialized pinctrl subsystem
Apr 07 07:22:29 kiba kernel: RTC time: 12:22:26, date: 04/07/17
Apr 07 07:22:29 kiba kernel: NET: Registered protocol family 16
Apr 07 07:22:29 kiba kernel: cpuidle: using governor ladder
Apr 07 07:22:29 kiba kernel: cpuidle: using governor menu
Apr 07 07:22:29 kiba kernel: PCCT header not found.
Apr 07 07:22:29 kiba kernel: ACPI: bus type PCI registered
Apr 07 07:22:29 kiba kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Apr 07 07:22:29 kiba kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xd0000000-0xdfffffff] (base 0xd0000000)
Apr 07 07:22:29 kiba kernel: PCI: MMCONFIG at [mem 0xd0000000-0xdfffffff] reserved in E820
Apr 07 07:22:29 kiba kernel: pmd_set_huge: Cannot satisfy [mem 0xd0000000-0xd0200000] with a huge-page mapping due to MTRR override.
Apr 07 07:22:29 kiba kernel: PCI: Using configuration type 1 for base access
Apr 07 07:22:29 kiba kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Apr 07 07:22:29 kiba kernel: HugeTLB registered 1 GB page size, pre-allocated 0 pages
Apr 07 07:22:29 kiba kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
Apr 07 07:22:29 kiba kernel: ACPI: Added _OSI(Module Device)
Apr 07 07:22:29 kiba kernel: ACPI: Added _OSI(Processor Device)
Apr 07 07:22:29 kiba kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Apr 07 07:22:29 kiba kernel: ACPI: Added _OSI(Processor Aggregator Device)
Apr 07 07:22:29 kiba kernel: ACPI: Executed 1 blocks of module-level executable AML code
Apr 07 07:22:29 kiba kernel: ACPI: Interpreter enabled
Apr 07 07:22:29 kiba kernel: ACPI: (supports S0 S3 S4 S5)
Apr 07 07:22:29 kiba kernel: ACPI: Using IOAPIC for interrupt routing
Apr 07 07:22:29 kiba kernel: HEST: Table parsing has been initialized.
Apr 07 07:22:29 kiba kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 07 07:22:29 kiba kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Apr 07 07:22:29 kiba kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Apr 07 07:22:29 kiba kernel: acpi PNP0A08:00: _OSC: platform does not support [PME AER]
Apr 07 07:22:29 kiba kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PCIeCapability]
Apr 07 07:22:29 kiba kernel: PCI host bridge to bus 0000:00
Apr 07 07:22:29 kiba kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:00: root bus resource [mem 0xcc000000-0xffffffff window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Apr 07 07:22:29 kiba kernel: pci 0000:00:00.0: [8086:3c00] type 00 class 0x060000
Apr 07 07:22:29 kiba kernel: pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
Apr 07 07:22:29 kiba kernel: pci 0000:00:02.0: [8086:3c04] type 01 class 0x060400
Apr 07 07:22:29 kiba kernel: pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
Apr 07 07:22:29 kiba kernel: pci 0000:00:03.0: [8086:3c08] type 01 class 0x060400
Apr 07 07:22:29 kiba kernel: pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
Apr 07 07:22:29 kiba kernel: pci 0000:00:05.0: [8086:3c28] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:00:05.2: [8086:3c2a] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:00:05.4: [8086:3c2c] type 00 class 0x080020
Apr 07 07:22:29 kiba kernel: pci 0000:00:05.4: reg 0x10: [mem 0xfb309000-0xfb309fff]
Apr 07 07:22:29 kiba kernel: pci 0000:00:11.0: [8086:1d3e] type 01 class 0x060400
Apr 07 07:22:29 kiba kernel: pci 0000:00:11.0: PME# supported from D0 D3hot D3cold
Apr 07 07:22:29 kiba kernel: pci 0000:00:16.0: [8086:1d3a] type 00 class 0x078000
Apr 07 07:22:29 kiba kernel: pci 0000:00:16.0: reg 0x10: [mem 0xfb308000-0xfb30800f 64bit]
Apr 07 07:22:29 kiba kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Apr 07 07:22:29 kiba kernel: pci 0000:00:1a.0: [8086:1d2d] type 00 class 0x0c0320
Apr 07 07:22:29 kiba kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xfb307000-0xfb3073ff]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Apr 07 07:22:29 kiba kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
Apr 07 07:22:29 kiba kernel: pci 0000:00:1b.0: [8086:1d20] type 00 class 0x040300
Apr 07 07:22:29 kiba kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xfb300000-0xfb303fff 64bit]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.0: [8086:1d10] type 01 class 0x060400
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.1: [8086:1d12] type 01 class 0x060400
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.3: [8086:1d16] type 01 class 0x060400
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.7: [8086:1d1e] type 01 class 0x060400
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.7: System wakeup disabled by ACPI
Apr 07 07:22:29 kiba kernel: pci 0000:00:1d.0: [8086:1d26] type 00 class 0x0c0320
Apr 07 07:22:29 kiba kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xfb306000-0xfb3063ff]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Apr 07 07:22:29 kiba kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
Apr 07 07:22:29 kiba kernel: pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
Apr 07 07:22:29 kiba kernel: pci 0000:00:1e.0: System wakeup disabled by ACPI
Apr 07 07:22:29 kiba kernel: pci 0000:00:1f.0: [8086:1d41] type 00 class 0x060100
Apr 07 07:22:29 kiba kernel: pci 0000:00:1f.2: [8086:1d02] type 00 class 0x010601
Apr 07 07:22:29 kiba kernel: pci 0000:00:1f.2: reg 0x10: [io  0xf070-0xf077]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1f.2: reg 0x14: [io  0xf060-0xf063]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1f.2: reg 0x18: [io  0xf050-0xf057]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1f.2: reg 0x1c: [io  0xf040-0xf043]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xfb305000-0xfb3057ff]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1f.2: PME# supported from D3hot
Apr 07 07:22:29 kiba kernel: pci 0000:00:1f.3: [8086:1d22] type 00 class 0x0c0500
Apr 07 07:22:29 kiba kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xfb304000-0xfb3040ff 64bit]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
Apr 07 07:22:29 kiba kernel: pci 0000:00:02.0: PCI bridge to [bus 01]
Apr 07 07:22:29 kiba kernel: pci 0000:02:00.0: [10de:1185] type 00 class 0x030000
Apr 07 07:22:29 kiba kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfa000000-0xfaffffff]
Apr 07 07:22:29 kiba kernel: pci 0000:02:00.0: reg 0x14: [mem 0xe8000000-0xefffffff 64bit pref]
Apr 07 07:22:29 kiba kernel: pci 0000:02:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
Apr 07 07:22:29 kiba kernel: pci 0000:02:00.0: reg 0x24: [io  0xe000-0xe07f]
Apr 07 07:22:29 kiba kernel: pci 0000:02:00.0: reg 0x30: [mem 0xfb000000-0xfb07ffff pref]
Apr 07 07:22:29 kiba kernel: pci 0000:02:00.1: [10de:0e0a] type 00 class 0x040300
Apr 07 07:22:29 kiba kernel: pci 0000:02:00.1: reg 0x10: [mem 0xfb080000-0xfb083fff]
Apr 07 07:22:29 kiba kernel: pci 0000:00:03.0: PCI bridge to [bus 02]
Apr 07 07:22:29 kiba kernel: pci 0000:00:03.0:   bridge window [io  0xe000-0xefff]
Apr 07 07:22:29 kiba kernel: pci 0000:00:03.0:   bridge window [mem 0xfa000000-0xfb0fffff]
Apr 07 07:22:29 kiba kernel: pci 0000:00:03.0:   bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
Apr 07 07:22:29 kiba kernel: pci 0000:00:11.0: PCI bridge to [bus 03]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
Apr 07 07:22:29 kiba kernel: pci 0000:05:00.0: [1102:0012] type 00 class 0x040300
Apr 07 07:22:29 kiba kernel: pci 0000:05:00.0: reg 0x10: [mem 0xfb204000-0xfb207fff 64bit]
Apr 07 07:22:29 kiba kernel: pci 0000:05:00.0: reg 0x18: [mem 0xfb200000-0xfb203fff 64bit]
Apr 07 07:22:29 kiba kernel: pci 0000:05:00.0: supports D2
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.1: PCI bridge to [bus 05]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.1:   bridge window [mem 0xfb200000-0xfb2fffff]
Apr 07 07:22:29 kiba kernel: pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
Apr 07 07:22:29 kiba kernel: pci 0000:06:00.0: reg 0x10: [io  0xd000-0xd0ff]
Apr 07 07:22:29 kiba kernel: pci 0000:06:00.0: reg 0x18: [mem 0xf2104000-0xf2104fff 64bit pref]
Apr 07 07:22:29 kiba kernel: pci 0000:06:00.0: reg 0x20: [mem 0xf2100000-0xf2103fff 64bit pref]
Apr 07 07:22:29 kiba kernel: pci 0000:06:00.0: supports D1 D2
Apr 07 07:22:29 kiba kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.3: PCI bridge to [bus 06]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.3:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
Apr 07 07:22:29 kiba kernel: pci 0000:07:00.0: [1912:0015] type 00 class 0x0c0330
Apr 07 07:22:29 kiba kernel: pci 0000:07:00.0: reg 0x10: [mem 0xfb100000-0xfb101fff 64bit]
Apr 07 07:22:29 kiba kernel: pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.7: PCI bridge to [bus 07]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.7:   bridge window [mem 0xfb100000-0xfb1fffff]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1e.0: PCI bridge to [bus 08] (subtractive decode)
Apr 07 07:22:29 kiba kernel: pci 0000:00:1e.0:   bridge window [io  0x0000-0x03af window] (subtractive decode)
Apr 07 07:22:29 kiba kernel: pci 0000:00:1e.0:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
Apr 07 07:22:29 kiba kernel: pci 0000:00:1e.0:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
Apr 07 07:22:29 kiba kernel: pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
Apr 07 07:22:29 kiba kernel: pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
Apr 07 07:22:29 kiba kernel: pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
Apr 07 07:22:29 kiba kernel: pci 0000:00:1e.0:   bridge window [mem 0xcc000000-0xffffffff window] (subtractive decode)
Apr 07 07:22:29 kiba kernel: ACPI: PCI Root Bridge [UNC0] (domain 0000 [bus ff])
Apr 07 07:22:29 kiba kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Apr 07 07:22:29 kiba kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
Apr 07 07:22:29 kiba kernel: PCI host bridge to bus 0000:ff
Apr 07 07:22:29 kiba kernel: pci_bus 0000:ff: root bus resource [bus ff]
Apr 07 07:22:29 kiba kernel: pci 0000:ff:08.0: [8086:3c80] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:08.3: [8086:3c83] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:08.4: [8086:3c84] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:09.0: [8086:3c90] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:09.3: [8086:3c93] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:09.4: [8086:3c94] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0a.0: [8086:3cc0] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0a.1: [8086:3cc1] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0a.2: [8086:3cc2] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0a.3: [8086:3cd0] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0b.0: [8086:3ce0] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0b.3: [8086:3ce3] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0c.0: [8086:3ce8] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0c.1: [8086:3ce8] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0c.6: [8086:3cf4] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0c.7: [8086:3cf6] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0d.0: [8086:3ce8] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0d.1: [8086:3ce8] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0d.6: [8086:3cf5] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0e.0: [8086:3ca0] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0e.1: [8086:3c46] type 00 class 0x110100
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0f.0: [8086:3ca8] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0f.1: [8086:3c71] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0f.2: [8086:3caa] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0f.3: [8086:3cab] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0f.4: [8086:3cac] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0f.5: [8086:3cad] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:0f.6: [8086:3cae] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:10.0: [8086:3cb0] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:10.1: [8086:3cb1] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:10.2: [8086:3cb2] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:10.3: [8086:3cb3] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:10.4: [8086:3cb4] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:10.5: [8086:3cb5] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:10.6: [8086:3cb6] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:10.7: [8086:3cb7] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:11.0: [8086:3cb8] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:13.0: [8086:3ce4] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: pci 0000:ff:13.1: [8086:3c43] type 00 class 0x110100
Apr 07 07:22:29 kiba kernel: pci 0000:ff:13.4: [8086:3ce6] type 00 class 0x110100
Apr 07 07:22:29 kiba kernel: pci 0000:ff:13.5: [8086:3c44] type 00 class 0x110100
Apr 07 07:22:29 kiba kernel: pci 0000:ff:13.6: [8086:3c45] type 00 class 0x088000
Apr 07 07:22:29 kiba kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Apr 07 07:22:29 kiba kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
Apr 07 07:22:29 kiba kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
Apr 07 07:22:29 kiba kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15)
Apr 07 07:22:29 kiba kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Apr 07 07:22:29 kiba kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Apr 07 07:22:29 kiba kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Apr 07 07:22:29 kiba kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
Apr 07 07:22:29 kiba kernel: ACPI: Enabled 2 GPEs in block 00 to 3F
Apr 07 07:22:29 kiba kernel: pci 0000:02:00.0: vgaarb: setting as boot VGA device
Apr 07 07:22:29 kiba kernel: pci 0000:02:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Apr 07 07:22:29 kiba kernel: pci 0000:02:00.0: vgaarb: bridge control possible
Apr 07 07:22:29 kiba kernel: vgaarb: loaded
Apr 07 07:22:29 kiba kernel: Registered efivars operations
Apr 07 07:22:29 kiba kernel: PCI: Using ACPI for IRQ routing
Apr 07 07:22:29 kiba kernel: PCI: pci_cache_line_size set to 64 bytes
Apr 07 07:22:29 kiba kernel: e820: reserve RAM buffer [mem 0xb9f7a000-0xbbffffff]
Apr 07 07:22:29 kiba kernel: e820: reserve RAM buffer [mem 0xbafd1000-0xbbffffff]
Apr 07 07:22:29 kiba kernel: e820: reserve RAM buffer [mem 0xbbd69000-0xbbffffff]
Apr 07 07:22:29 kiba kernel: NetLabel: Initializing
Apr 07 07:22:29 kiba kernel: NetLabel:  domain hash size = 128
Apr 07 07:22:29 kiba kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Apr 07 07:22:29 kiba kernel: NetLabel:  unlabeled traffic allowed by default
Apr 07 07:22:29 kiba kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Apr 07 07:22:29 kiba kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Apr 07 07:22:29 kiba kernel: clocksource: Switched to clocksource hpet
Apr 07 07:22:29 kiba kernel: VFS: Disk quotas dquot_6.6.0
Apr 07 07:22:29 kiba kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Apr 07 07:22:29 kiba kernel: pnp: PnP ACPI init
Apr 07 07:22:29 kiba kernel: system 00:00: [mem 0xfc000000-0xfcffffff] has been reserved
Apr 07 07:22:29 kiba kernel: system 00:00: [mem 0xfd000000-0xfdffffff] has been reserved
Apr 07 07:22:29 kiba kernel: system 00:00: [mem 0xfe000000-0xfeafffff] has been reserved
Apr 07 07:22:29 kiba kernel: system 00:00: [mem 0xfeb00000-0xfebfffff] has been reserved
Apr 07 07:22:29 kiba kernel: system 00:00: [mem 0xfed00400-0xfed3ffff] could not be reserved
Apr 07 07:22:29 kiba kernel: system 00:00: [mem 0xfed45000-0xfedfffff] has been reserved
Apr 07 07:22:29 kiba kernel: system 00:00: [mem 0xfee00000-0xfeefffff] has been reserved
Apr 07 07:22:29 kiba kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Apr 07 07:22:29 kiba kernel: system 00:01: [io  0x0a00-0x0a0f] has been reserved
Apr 07 07:22:29 kiba kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 07 07:22:29 kiba kernel: pnp 00:02: [dma 0 disabled]
Apr 07 07:22:29 kiba kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
Apr 07 07:22:29 kiba kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
Apr 07 07:22:29 kiba kernel: system 00:04: [io  0x04d0-0x04d1] has been reserved
Apr 07 07:22:29 kiba kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 07 07:22:29 kiba kernel: system 00:05: [io  0x0400-0x0453] has been reserved
Apr 07 07:22:29 kiba kernel: system 00:05: [io  0x0458-0x047f] has been reserved
Apr 07 07:22:29 kiba kernel: system 00:05: [io  0x1180-0x119f] has been reserved
Apr 07 07:22:29 kiba kernel: system 00:05: [io  0x0500-0x057f] has been reserved
Apr 07 07:22:29 kiba kernel: system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
Apr 07 07:22:29 kiba kernel: system 00:05: [mem 0xfec00000-0xfecfffff] could not be reserved
Apr 07 07:22:29 kiba kernel: system 00:05: [mem 0xfed08000-0xfed08fff] has been reserved
Apr 07 07:22:29 kiba kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Apr 07 07:22:29 kiba kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
Apr 07 07:22:29 kiba kernel: system 00:06: [io  0x0454-0x0457] has been reserved
Apr 07 07:22:29 kiba kernel: system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Apr 07 07:22:29 kiba kernel: pnp: PnP ACPI: found 7 devices
Apr 07 07:22:29 kiba kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Apr 07 07:22:29 kiba kernel: pci 0000:00:02.0: PCI bridge to [bus 01]
Apr 07 07:22:29 kiba kernel: pci 0000:00:03.0: PCI bridge to [bus 02]
Apr 07 07:22:29 kiba kernel: pci 0000:00:03.0:   bridge window [io  0xe000-0xefff]
Apr 07 07:22:29 kiba kernel: pci 0000:00:03.0:   bridge window [mem 0xfa000000-0xfb0fffff]
Apr 07 07:22:29 kiba kernel: pci 0000:00:03.0:   bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
Apr 07 07:22:29 kiba kernel: pci 0000:00:11.0: PCI bridge to [bus 03]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.1: PCI bridge to [bus 05]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.1:   bridge window [mem 0xfb200000-0xfb2fffff]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.3: PCI bridge to [bus 06]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.3:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.7: PCI bridge to [bus 07]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1c.7:   bridge window [mem 0xfb100000-0xfb1fffff]
Apr 07 07:22:29 kiba kernel: pci 0000:00:1e.0: PCI bridge to [bus 08]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:00: resource 10 [mem 0xcc000000-0xffffffff window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:02: resource 1 [mem 0xfa000000-0xfb0fffff]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:02: resource 2 [mem 0xe8000000-0xf1ffffff 64bit pref]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:05: resource 1 [mem 0xfb200000-0xfb2fffff]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:06: resource 0 [io  0xd000-0xdfff]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:06: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:07: resource 1 [mem 0xfb100000-0xfb1fffff]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:08: resource 4 [io  0x0000-0x03af window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:08: resource 5 [io  0x03e0-0x0cf7 window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:08: resource 6 [io  0x03b0-0x03df window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:08: resource 7 [io  0x0d00-0xffff window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:08: resource 8 [mem 0x000a0000-0x000bffff window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:08: resource 9 [mem 0x000c0000-0x000dffff window]
Apr 07 07:22:29 kiba kernel: pci_bus 0000:08: resource 10 [mem 0xcc000000-0xffffffff window]
Apr 07 07:22:29 kiba kernel: NET: Registered protocol family 2
Apr 07 07:22:29 kiba kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Apr 07 07:22:29 kiba kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Apr 07 07:22:29 kiba kernel: TCP: Hash tables configured (established 131072 bind 65536)
Apr 07 07:22:29 kiba kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
Apr 07 07:22:29 kiba kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
Apr 07 07:22:29 kiba kernel: NET: Registered protocol family 1
Apr 07 07:22:29 kiba kernel: pci 0000:02:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Apr 07 07:22:29 kiba kernel: PCI: CLS 64 bytes, default 64
Apr 07 07:22:29 kiba kernel: Unpacking initramfs...
Apr 07 07:22:29 kiba kernel: Freeing initrd memory: 5720K
Apr 07 07:22:29 kiba kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr 07 07:22:29 kiba kernel: software IO TLB [mem 0xa8bff000-0xacbff000] (64MB) mapped at [ffff8800a8bff000-ffff8800acbfefff]
Apr 07 07:22:29 kiba kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33e370d9075, max_idle_ns: 440795255738 ns
Apr 07 07:22:29 kiba kernel: Scanning for low memory corruption every 60 seconds
Apr 07 07:22:29 kiba kernel: Initialise system trusted keyrings
Apr 07 07:22:29 kiba kernel: workingset: timestamp_bits=40 max_order=22 bucket_order=0
Apr 07 07:22:29 kiba kernel: zbud: loaded
Apr 07 07:22:29 kiba kernel: Key type asymmetric registered
Apr 07 07:22:29 kiba kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Apr 07 07:22:29 kiba kernel: io scheduler noop registered
Apr 07 07:22:29 kiba kernel: io scheduler deadline registered
Apr 07 07:22:29 kiba kernel: io scheduler cfq registered (default)
Apr 07 07:22:29 kiba kernel: efifb: probing for efifb
Apr 07 07:22:29 kiba kernel: efifb: framebuffer at 0xf1000000, using 3072k, total 3072k
Apr 07 07:22:29 kiba kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
Apr 07 07:22:29 kiba kernel: efifb: scrolling: redraw
Apr 07 07:22:29 kiba kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Apr 07 07:22:29 kiba kernel: Console: switching to colour frame buffer device 128x48
Apr 07 07:22:29 kiba kernel: fb0: EFI VGA frame buffer device
Apr 07 07:22:29 kiba kernel: intel_idle: MWAIT substates: 0x21120
Apr 07 07:22:29 kiba kernel: intel_idle: v0.4.1 model 0x2D
Apr 07 07:22:29 kiba kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Apr 07 07:22:29 kiba kernel: ERST: Error Record Serialization Table (ERST) support is initialized.
Apr 07 07:22:29 kiba kernel: pstore: using zlib compression
Apr 07 07:22:29 kiba kernel: pstore: Registered erst as persistent store backend
Apr 07 07:22:29 kiba kernel: GHES: APEI firmware first mode is enabled by WHEA _OSC.
Apr 07 07:22:29 kiba kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Apr 07 07:22:29 kiba kernel: 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Apr 07 07:22:29 kiba kernel: Linux agpgart interface v0.103
Apr 07 07:22:29 kiba kernel: rtc_cmos 00:03: RTC can wake from S4
Apr 07 07:22:29 kiba kernel: rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
Apr 07 07:22:29 kiba kernel: rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Apr 07 07:22:29 kiba kernel: intel_pstate: Intel P-state driver initializing
Apr 07 07:22:29 kiba kernel: ledtrig-cpu: registered to indicate activity on CPUs
Apr 07 07:22:29 kiba kernel: NET: Registered protocol family 10
Apr 07 07:22:29 kiba kernel: Segment Routing with IPv6
Apr 07 07:22:29 kiba kernel: NET: Registered protocol family 17
Apr 07 07:22:29 kiba kernel: microcode: sig=0x206d7, pf=0x4, revision=0x70c
Apr 07 07:22:29 kiba kernel: microcode: Microcode Update Driver: v2.2.
Apr 07 07:22:29 kiba kernel: registered taskstats version 1
Apr 07 07:22:29 kiba kernel: Loading compiled-in X.509 certificates
Apr 07 07:22:29 kiba kernel: zswap: loaded using pool lzo/zbud
Apr 07 07:22:29 kiba kernel: BERT: Can't request iomem region <00000000bab53b98-00000000bab53bab>.
Apr 07 07:22:29 kiba kernel:   Magic number: 13:606:379
Apr 07 07:22:29 kiba kernel: rtc_cmos 00:03: setting system clock to 2017-04-07 12:22:26 UTC (1491567746)
Apr 07 07:22:29 kiba kernel: PM: Hibernation image not present or could not be loaded.
Apr 07 07:22:29 kiba kernel: Freeing unused kernel memory: 1292K
Apr 07 07:22:29 kiba kernel: Write protecting the kernel read-only data: 10240k
Apr 07 07:22:29 kiba kernel: Freeing unused kernel memory: 1828K
Apr 07 07:22:29 kiba kernel: Freeing unused kernel memory: 68K
Apr 07 07:22:29 kiba kernel: random: systemd-tmpfile: uninitialized urandom read (16 bytes read)
Apr 07 07:22:29 kiba kernel: random: systemd-udevd: uninitialized urandom read (16 bytes read)
Apr 07 07:22:29 kiba kernel: random: systemd-udevd: uninitialized urandom read (16 bytes read)
Apr 07 07:22:29 kiba kernel: random: udevadm: uninitialized urandom read (16 bytes read)
Apr 07 07:22:29 kiba kernel: random: udevadm: uninitialized urandom read (16 bytes read)
Apr 07 07:22:29 kiba kernel: random: systemd-udevd: uninitialized urandom read (16 bytes read)
Apr 07 07:22:29 kiba kernel: random: systemd-udevd: uninitialized urandom read (16 bytes read)
Apr 07 07:22:29 kiba kernel: random: systemd-udevd: uninitialized urandom read (16 bytes read)
Apr 07 07:22:29 kiba kernel: random: systemd-udevd: uninitialized urandom read (16 bytes read)
Apr 07 07:22:29 kiba kernel: random: systemd-udevd: uninitialized urandom read (16 bytes read)
Apr 07 07:22:29 kiba kernel: i8042: PNP: No PS/2 controller found.
Apr 07 07:22:29 kiba kernel: i8042: Probing ports directly.
Apr 07 07:22:29 kiba kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Apr 07 07:22:29 kiba kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Apr 07 07:22:29 kiba kernel: ACPI: bus type USB registered
Apr 07 07:22:29 kiba kernel: usbcore: registered new interface driver usbfs
Apr 07 07:22:29 kiba kernel: usbcore: registered new interface driver hub
Apr 07 07:22:29 kiba kernel: usbcore: registered new device driver usb
Apr 07 07:22:29 kiba kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Apr 07 07:22:29 kiba kernel: SCSI subsystem initialized
Apr 07 07:22:29 kiba kernel: ehci-pci: EHCI PCI platform driver
Apr 07 07:22:29 kiba kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Apr 07 07:22:29 kiba kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Apr 07 07:22:29 kiba kernel: ehci-pci 0000:00:1a.0: debug port 2
Apr 07 07:22:29 kiba kernel: libata version 3.00 loaded.
Apr 07 07:22:29 kiba kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Apr 07 07:22:29 kiba kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xfb307000
Apr 07 07:22:29 kiba kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Apr 07 07:22:29 kiba kernel: hub 1-0:1.0: USB hub found
Apr 07 07:22:29 kiba kernel: hub 1-0:1.0: 2 ports detected
Apr 07 07:22:29 kiba kernel: xhci_hcd 0000:07:00.0: xHCI Host Controller
Apr 07 07:22:29 kiba kernel: xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 2
Apr 07 07:22:29 kiba kernel: xhci_hcd 0000:07:00.0: hcc params 0x014050cf hci version 0x100 quirks 0x00000090
Apr 07 07:22:29 kiba kernel: hub 2-0:1.0: USB hub found
Apr 07 07:22:29 kiba kernel: hub 2-0:1.0: 2 ports detected
Apr 07 07:22:29 kiba kernel: xhci_hcd 0000:07:00.0: xHCI Host Controller
Apr 07 07:22:29 kiba kernel: xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 3
Apr 07 07:22:29 kiba kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Apr 07 07:22:29 kiba kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
Apr 07 07:22:29 kiba kernel: ehci-pci 0000:00:1d.0: debug port 2
Apr 07 07:22:29 kiba kernel: usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
Apr 07 07:22:29 kiba kernel: hub 3-0:1.0: USB hub found
Apr 07 07:22:29 kiba kernel: hub 3-0:1.0: 2 ports detected
Apr 07 07:22:29 kiba kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Apr 07 07:22:29 kiba kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xfb306000
Apr 07 07:22:29 kiba kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Apr 07 07:22:29 kiba kernel: hub 4-0:1.0: USB hub found
Apr 07 07:22:29 kiba kernel: hub 4-0:1.0: 2 ports detected
Apr 07 07:22:29 kiba kernel: ahci 0000:00:1f.2: version 3.0
Apr 07 07:22:29 kiba kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x11 impl SATA mode
Apr 07 07:22:29 kiba kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
Apr 07 07:22:29 kiba kernel: scsi host0: ahci
Apr 07 07:22:29 kiba kernel: scsi host1: ahci
Apr 07 07:22:29 kiba kernel: scsi host2: ahci
Apr 07 07:22:29 kiba kernel: scsi host3: ahci
Apr 07 07:22:29 kiba kernel: scsi host4: ahci
Apr 07 07:22:29 kiba kernel: scsi host5: ahci
Apr 07 07:22:29 kiba kernel: ata1: SATA max UDMA/133 abar m2048@0xfb305000 port 0xfb305100 irq 34
Apr 07 07:22:29 kiba kernel: ata2: DUMMY
Apr 07 07:22:29 kiba kernel: ata3: DUMMY
Apr 07 07:22:29 kiba kernel: ata4: DUMMY
Apr 07 07:22:29 kiba kernel: ata5: SATA max UDMA/133 abar m2048@0xfb305000 port 0xfb305300 irq 34
Apr 07 07:22:29 kiba kernel: ata6: DUMMY
Apr 07 07:22:29 kiba kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Apr 07 07:22:29 kiba kernel: usb 3-2: new SuperSpeed USB device number 2 using xhci_hcd
Apr 07 07:22:29 kiba kernel: usb 4-1: new high-speed USB device number 2 using ehci-pci
Apr 07 07:22:29 kiba kernel: hub 1-1:1.0: USB hub found
Apr 07 07:22:29 kiba kernel: hub 1-1:1.0: 6 ports detected
Apr 07 07:22:29 kiba kernel: usbcore: registered new interface driver usb-storage
Apr 07 07:22:29 kiba kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Apr 07 07:22:29 kiba kernel: ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr 07 07:22:29 kiba kernel: ata1.00: ATA-8: WDC WD10EZEX-75ZF5A0, 80.00A80, max UDMA/133
Apr 07 07:22:29 kiba kernel: ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Apr 07 07:22:29 kiba kernel: ata5.00: ATAPI: PLDS DVD+/-RW DH-24AWS, HD11, max UDMA/100
Apr 07 07:22:29 kiba kernel: ata1.00: configured for UDMA/133
Apr 07 07:22:29 kiba kernel: scsi 0:0:0:0: Direct-Access     ATA      WDC WD10EZEX-75Z 0A80 PQ: 0 ANSI: 5
Apr 07 07:22:29 kiba kernel: scsi host6: uas
Apr 07 07:22:29 kiba kernel: usbcore: registered new interface driver uas
Apr 07 07:22:29 kiba kernel: scsi 6:0:0:0: Direct-Access     Seagate  Backup+  Desk    040B PQ: 0 ANSI: 6
Apr 07 07:22:29 kiba kernel: ata5.00: configured for UDMA/100
Apr 07 07:22:29 kiba kernel: scsi 4:0:0:0: CD-ROM            PLDS     DVD+-RW DH-24AWS HD11 PQ: 0 ANSI: 5
Apr 07 07:22:29 kiba kernel: sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Apr 07 07:22:29 kiba kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Apr 07 07:22:29 kiba kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr 07 07:22:29 kiba kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr 07 07:22:29 kiba kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 07 07:22:29 kiba kernel: sd 6:0:0:0: [sdb] 9767541167 512-byte logical blocks: (5.00 TB/4.55 TiB)
Apr 07 07:22:29 kiba kernel: sd 6:0:0:0: [sdb] 4096-byte physical blocks
Apr 07 07:22:29 kiba kernel: sd 6:0:0:0: [sdb] Write Protect is off
Apr 07 07:22:29 kiba kernel: sd 6:0:0:0: [sdb] Mode Sense: 4f 00 00 00
Apr 07 07:22:29 kiba kernel: sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 07 07:22:29 kiba kernel: xhci_hcd 0000:07:00.0: ERROR Transfer event for disabled endpoint or incorrect stream ring
Apr 07 07:22:29 kiba kernel: xhci_hcd 0000:07:00.0: @000000042a07a420 00000000 00000000 1b000000 01038001
Apr 07 07:22:29 kiba kernel: sr 4:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Apr 07 07:22:29 kiba kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Apr 07 07:22:29 kiba kernel: sr 4:0:0:0: Attached scsi CD-ROM sr0
Apr 07 07:22:29 kiba kernel: hub 4-1:1.0: USB hub found
Apr 07 07:22:29 kiba kernel: hub 4-1:1.0: 8 ports detected
Apr 07 07:22:29 kiba kernel:  sda: sda1 sda2 sda3 sda4
Apr 07 07:22:29 kiba kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Apr 07 07:22:29 kiba kernel: random: fast init done
Apr 07 07:22:29 kiba kernel:  sdb: sdb1
Apr 07 07:22:29 kiba kernel: sd 6:0:0:0: [sdb] Attached SCSI disk
Apr 07 07:22:29 kiba kernel: usb 1-1.2: new high-speed USB device number 3 using ehci-pci
Apr 07 07:22:29 kiba kernel: usb 4-1.2: new high-speed USB device number 3 using ehci-pci
Apr 07 07:22:29 kiba kernel: hub 4-1.2:1.0: USB hub found
Apr 07 07:22:29 kiba kernel: hub 4-1.2:1.0: 4 ports detected
Apr 07 07:22:29 kiba kernel: usb 4-1.3: new full-speed USB device number 4 using ehci-pci
Apr 07 07:22:29 kiba kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
Apr 07 07:22:29 kiba kernel: usb 4-1.5: new full-speed USB device number 5 using ehci-pci
Apr 07 07:22:29 kiba kernel: usb 4-1.2.2: new full-speed USB device number 6 using ehci-pci
Apr 07 07:22:29 kiba kernel: usb 4-1.6: new high-speed USB device number 7 using ehci-pci
Apr 07 07:22:29 kiba kernel: hub 4-1.6:1.0: USB hub found
Apr 07 07:22:29 kiba kernel: hub 4-1.6:1.0: 4 ports detected
Apr 07 07:22:29 kiba kernel: usb 4-1.2.3: new high-speed USB device number 8 using ehci-pci
Apr 07 07:22:29 kiba kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Apr 07 07:22:29 kiba 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)
Apr 07 07:22:29 kiba systemd[1]: Detected architecture x86-64.
Apr 07 07:22:29 kiba systemd[1]: Set hostname to <kiba>.
Apr 07 07:22:29 kiba kernel: usb-storage 4-1.2.3:1.0: USB Mass Storage device detected
Apr 07 07:22:29 kiba kernel: scsi host7: usb-storage 4-1.2.3:1.0
Apr 07 07:22:29 kiba kernel: usb 4-1.6.4: new high-speed USB device number 9 using ehci-pci
Apr 07 07:22:29 kiba kernel: usb-storage 4-1.6.4:1.0: USB Mass Storage device detected
Apr 07 07:22:29 kiba kernel: scsi host8: usb-storage 4-1.6.4:1.0
Apr 07 07:22:29 kiba kernel: usb 4-1.2.4: new high-speed USB device number 10 using ehci-pci
Apr 07 07:22:29 kiba kernel: hub 4-1.2.4:1.0: USB hub found
Apr 07 07:22:29 kiba kernel: hub 4-1.2.4:1.0: 4 ports detected
Apr 07 07:22:29 kiba kernel: random: crng init done
Apr 07 07:22:29 kiba kernel: usb 4-1.2.4.1: new full-speed USB device number 11 using ehci-pci
Apr 07 07:22:29 kiba systemd[1]: Listening on udev Control Socket.
Apr 07 07:22:29 kiba systemd[1]: Listening on udev Kernel Socket.
Apr 07 07:22:29 kiba systemd[1]: Listening on Journal Socket (/dev/log).
Apr 07 07:22:29 kiba systemd[1]: Listening on Journal Socket.
Apr 07 07:22:29 kiba systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Apr 07 07:22:29 kiba systemd[1]: Created slice System Slice.
Apr 07 07:22:29 kiba systemd[1]: Starting Create list of required static device nodes for the current kernel...
Apr 07 07:22:29 kiba kernel: hub 4-1.2.4.1:1.0: USB hub found
Apr 07 07:22:29 kiba kernel: hub 4-1.2.4.1:1.0: 3 ports detected
Apr 07 07:22:29 kiba kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Apr 07 07:22:29 kiba kernel: sd 6:0:0:0: Attached scsi generic sg1 type 0
Apr 07 07:22:29 kiba kernel: sr 4:0:0:0: Attached scsi generic sg2 type 5
Apr 07 07:22:29 kiba systemd-journald[233]: Journal started
Apr 07 07:22:29 kiba systemd-journald[233]: Runtime journal (/run/log/journal/2a386f9d7a7b4e7e989f1e2206c08970) is 8.0M, max 798.3M, 790.3M free.
Apr 07 07:22:29 kiba systemd-modules-load[226]: Inserted module 'sg'
Apr 07 07:22:29 kiba systemd[1]: Started Set Up Additional Binary Formats.
Apr 07 07:22:29 kiba systemd[1]: Started Remount Root and Kernel File Systems.
Apr 07 07:22:29 kiba kernel: EXT4-fs (sda2): re-mounted. Opts: (null)
Apr 07 07:22:29 kiba systemd[1]: Starting udev Coldplug all Devices...
Apr 07 07:22:29 kiba systemd[1]: Starting Create Static Device Nodes in /dev...
Apr 07 07:22:29 kiba kernel: vboxguest: loading out-of-tree module taints kernel.
Apr 07 07:22:29 kiba kernel: vboxguest: PCI device not found, probably running on physical hardware.
Apr 07 07:22:29 kiba kernel: usb 4-1.2.4.1.1: new full-speed USB device number 12 using ehci-pci
Apr 07 07:22:29 kiba systemd-modules-load[226]: Failed to insert 'vboxguest': No such device
Apr 07 07:22:29 kiba kernel: vboxguest: PCI device not found, probably running on physical hardware.
Apr 07 07:22:29 kiba kernel: scsi 7:0:0:0: Direct-Access     WD       My Book 1230     1050 PQ: 0 ANSI: 6
Apr 07 07:22:29 kiba kernel: scsi 7:0:0:1: Enclosure         WD       SES Device       1050 PQ: 0 ANSI: 6
Apr 07 07:22:29 kiba systemd[1]: Started udev Coldplug all Devices.
Apr 07 07:22:29 kiba systemd-modules-load[226]: Failed to insert 'vboxsf': No such device
Apr 07 07:22:29 kiba kernel: sd 7:0:0:0: Attached scsi generic sg3 type 0
Apr 07 07:22:29 kiba kernel: scsi 7:0:0:1: Attached scsi generic sg4 type 13
Apr 07 07:22:29 kiba kernel: sd 7:0:0:0: [sdc] Spinning up disk...
Apr 07 07:22:29 kiba kernel: [drm] Initialized
Apr 07 07:22:29 kiba kernel: vboxguest: PCI device not found, probably running on physical hardware.
Apr 07 07:22:29 kiba kernel: usb 4-1.2.4.1.2: new full-speed USB device number 13 using ehci-pci
Apr 07 07:22:29 kiba systemd-modules-load[226]: Failed to insert 'vboxvideo': No such device
Apr 07 07:22:29 kiba kernel: scsi 8:0:0:0: Direct-Access     Generic- Compact Flash    1.00 PQ: 0 ANSI: 0 CCS
Apr 07 07:22:29 kiba kernel: scsi 8:0:0:1: Direct-Access     Generic- SM/xD-Picture    1.00 PQ: 0 ANSI: 0 CCS
Apr 07 07:22:29 kiba kernel: scsi 8:0:0:2: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 0 CCS
Apr 07 07:22:29 kiba kernel: scsi 8:0:0:3: Direct-Access     Generic- M.S./M.S.Pro/HG  1.00 PQ: 0 ANSI: 0 CCS
Apr 07 07:22:29 kiba kernel: sd 8:0:0:0: Attached scsi generic sg5 type 0
Apr 07 07:22:29 kiba kernel: sd 8:0:0:1: Attached scsi generic sg6 type 0
Apr 07 07:22:29 kiba kernel: sd 8:0:0:2: Attached scsi generic sg7 type 0
Apr 07 07:22:29 kiba kernel: sd 8:0:0:3: Attached scsi generic sg8 type 0
Apr 07 07:22:29 kiba systemd[1]: Started Create Static Device Nodes in /dev.
Apr 07 07:22:29 kiba systemd[1]: Starting udev Kernel Device Manager...
Apr 07 07:22:29 kiba systemd[1]: Reached target Local File Systems (Pre).
Apr 07 07:22:29 kiba kernel: sd 8:0:0:0: [sdd] Attached SCSI removable disk
Apr 07 07:22:29 kiba kernel: sd 8:0:0:2: [sdf] Attached SCSI removable disk
Apr 07 07:22:29 kiba kernel: sd 8:0:0:3: [sdg] Attached SCSI removable disk
Apr 07 07:22:29 kiba kernel: sd 8:0:0:1: [sde] Attached SCSI removable disk
Apr 07 07:22:29 kiba kernel: vboxdrv: Found 8 processor cores
Apr 07 07:22:29 kiba systemd-modules-load[226]: Inserted module 'vboxdrv'
Apr 07 07:22:29 kiba kernel: vboxdrv: TSC mode is Invariant, tentative frequency 3599939849 Hz
Apr 07 07:22:29 kiba kernel: vboxdrv: Successfully loaded version 5.1.18 (interface 0x00280000)
Apr 07 07:22:29 kiba kernel: usb 4-1.2.4.1.3: new full-speed USB device number 14 using ehci-pci
Apr 07 07:22:29 kiba kernel: VBoxPciLinuxInit
Apr 07 07:22:29 kiba systemd-modules-load[226]: Inserted module 'vboxpci'
Apr 07 07:22:29 kiba kernel: vboxpci: IOMMU not found (not registered)
Apr 07 07:22:29 kiba systemd-modules-load[226]: Inserted module 'vboxnetadp'
Apr 07 07:22:29 kiba systemd-modules-load[226]: Inserted module 'vboxnetflt'
Apr 07 07:22:29 kiba systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Apr 07 07:22:29 kiba systemd[1]: Failed to start Load Kernel Modules.
Apr 07 07:22:29 kiba systemd[1]: systemd-modules-load.service: Unit entered failed state.
Apr 07 07:22:29 kiba systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Apr 07 07:22:29 kiba systemd[1]: Mounting Configuration File System...
Apr 07 07:22:29 kiba systemd[1]: Starting Apply Kernel Variables...
Apr 07 07:22:29 kiba kernel: VBoxNetAdp: Successfully started.
Apr 07 07:22:29 kiba kernel: VBoxNetFlt: Successfully started.
Apr 07 07:22:29 kiba systemd[1]: Mounted Configuration File System.
Apr 07 07:22:29 kiba systemd[1]: Started Apply Kernel Variables.
Apr 07 07:22:30 kiba systemd-udevd[266]: Invalid rule /etc/udev/rules.d/nvid.rules:1: invalid KERNEL operation
Apr 07 07:22:30 kiba systemd-udevd[266]: Invalid rule /etc/udev/rules.d/nvid.rules:2: invalid KERNEL operation
Apr 07 07:22:30 kiba systemd[1]: Started udev Kernel Device Manager.
Apr 07 07:22:30 kiba kernel: wmi: Mapper loaded
Apr 07 07:22:30 kiba kernel: FUJITSU Extended Socket Network Device Driver - version 1.2 - Copyright (c) 2015 FUJITSU LIMITED
Apr 07 07:22:30 kiba kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Apr 07 07:22:30 kiba kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
Apr 07 07:22:30 kiba kernel: ACPI: Power Button [PWRB]
Apr 07 07:22:30 kiba kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Apr 07 07:22:30 kiba kernel: ACPI: Power Button [PWRF]
Apr 07 07:22:30 kiba kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
Apr 07 07:22:30 kiba kernel: RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
Apr 07 07:22:30 kiba kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Apr 07 07:22:30 kiba kernel: RAPL PMU: hw unit of domain dram 2^-16 Joules
Apr 07 07:22:30 kiba kernel: snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
Apr 07 07:22:30 kiba kernel: snd_hda_intel 0000:02:00.1: enabling device (0000 -> 0002)
Apr 07 07:22:30 kiba kernel: snd_hda_intel 0000:02:00.1: Disabling MSI
Apr 07 07:22:30 kiba kernel: snd_hda_intel 0000:02:00.1: Handle vga_switcheroo audio client
Apr 07 07:22:30 kiba kernel: snd_hda_intel 0000:05:00.0: enabling device (0000 -> 0002)
Apr 07 07:22:30 kiba kernel: snd_hda_intel 0000:05:00.0: Disabling MSI
Apr 07 07:22:30 kiba kernel: snd_hda_intel 0000:05:00.0: Force to non-snoop mode
Apr 07 07:22:30 kiba kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4
Apr 07 07:22:30 kiba kernel: .
Apr 07 07:22:30 kiba kernel: snd_hda_codec_ca0132 hdaudioC2D1: autoconfig for CA0132: line_outs=1 (0xb/0x0/0x0/0x0/0x0) type:line
Apr 07 07:22:30 kiba kernel: snd_hda_codec_ca0132 hdaudioC2D1:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Apr 07 07:22:30 kiba kernel: snd_hda_codec_ca0132 hdaudioC2D1:    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
Apr 07 07:22:30 kiba kernel: snd_hda_codec_ca0132 hdaudioC2D1:    mono: mono_out=0x0
Apr 07 07:22:30 kiba kernel: snd_hda_codec_ca0132 hdaudioC2D1:    dig-out=0xc/0x0
Apr 07 07:22:30 kiba kernel: snd_hda_codec_ca0132 hdaudioC2D1:    inputs:
Apr 07 07:22:30 kiba kernel: snd_hda_codec_ca0132 hdaudioC2D1:      Mic=0x12
Apr 07 07:22:30 kiba kernel: snd_hda_codec_ca0132 hdaudioC2D1:      Line=0x11
Apr 07 07:22:30 kiba kernel: snd_hda_codec_ca0132 hdaudioC2D1:    dig-in=0xe
Apr 07 07:22:30 kiba kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
Apr 07 07:22:30 kiba kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Apr 07 07:22:30 kiba kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Apr 07 07:22:30 kiba kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Apr 07 07:22:30 kiba kernel: snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
Apr 07 07:22:30 kiba kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Apr 07 07:22:30 kiba kernel: snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
Apr 07 07:22:30 kiba kernel: snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
Apr 07 07:22:30 kiba kernel: snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
Apr 07 07:22:30 kiba kernel: i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
Apr 07 07:22:30 kiba kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Apr 07 07:22:30 kiba kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
Apr 07 07:22:30 kiba kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
Apr 07 07:22:30 kiba kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
Apr 07 07:22:30 kiba kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
Apr 07 07:22:30 kiba kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
Apr 07 07:22:30 kiba kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Apr 07 07:22:30 kiba kernel: input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Apr 07 07:22:30 kiba kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
Apr 07 07:22:30 kiba kernel: iTCO_vendor_support: vendor-support=0
Apr 07 07:22:30 kiba kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Apr 07 07:22:30 kiba kernel: r8169 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
Apr 07 07:22:30 kiba kernel: r8169 0000:06:00.0 eth0: RTL8168evl/8111evl at 0xffffc900019b9000, 78:45:c4:fe:07:0d, XID 0c900800 IRQ 38
Apr 07 07:22:30 kiba kernel: r8169 0000:06:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Apr 07 07:22:30 kiba systemd[1]: Reached target Sound Card.
Apr 07 07:22:30 kiba kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Apr 07 07:22:30 kiba kernel: iTCO_wdt: Found a Patsburg TCO device (Version=2, TCOBASE=0x0460)
Apr 07 07:22:30 kiba kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Apr 07 07:22:30 kiba kernel: AVX version of gcm_enc/dec engaged.
Apr 07 07:22:30 kiba kernel: AES CTR mode by8 optimization enabled
Apr 07 07:22:31 kiba systemd[1]: Found device WDC_WD10EZEX-75ZF5A0 EFI\x20System.
Apr 07 07:22:31 kiba systemd[1]: Starting File System Check on /dev/disk/by-uuid/1C3B-C064...
Apr 07 07:22:31 kiba systemd-udevd[287]: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Apr 07 07:22:31 kiba kernel: nvidia: module license 'NVIDIA' taints kernel.
Apr 07 07:22:31 kiba kernel: Disabling lock debugging due to kernel taint
Apr 07 07:22:31 kiba kernel: nvidia 0000:02:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Apr 07 07:22:31 kiba kernel: [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:02:00.0 on minor 0
Apr 07 07:22:31 kiba kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  304.135  Tue Jan 17 15:26:26 PST 2017
Apr 07 07:22:31 kiba kernel: 
Apr 07 07:22:31 kiba kernel: snd_hda_codec_ca0132 hdaudioC2D1: ca0132 DSP downloaded and running
Apr 07 07:22:31 kiba kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input14
Apr 07 07:22:31 kiba kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input15
Apr 07 07:22:31 kiba kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input16
Apr 07 07:22:31 kiba kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input17
Apr 07 07:22:31 kiba systemd[1]: Found device WDC_WD10EZEX-75ZF5A0 VAR.
Apr 07 07:22:31 kiba systemd[1]: Starting File System Check on /dev/disk/by-uuid/1c480eb1-cc64-4e05-b101-4325df996adf...
Apr 07 07:22:31 kiba mtp-probe[383]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2"
Apr 07 07:22:31 kiba mtp-probe[384]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:1c.7/0000:07:00.0/usb3/3-2"
Apr 07 07:22:31 kiba mtp-probe[384]: bus: 3, device: 2 was not an MTP device
Apr 07 07:22:31 kiba mtp-probe[383]: bus: 1, device: 3 was not an MTP device
Apr 07 07:22:31 kiba mtp-probe[412]: checking bus 4, device 8: "/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.3"
Apr 07 07:22:31 kiba mtp-probe[412]: bus: 4, device: 8 was not an MTP device
Apr 07 07:22:31 kiba mtp-probe[413]: checking bus 4, device 6: "/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.2"
Apr 07 07:22:31 kiba mtp-probe[413]: bus: 4, device: 6 was not an MTP device
Apr 07 07:22:31 kiba kernel: input: HDA Creative Front Line Out as /devices/pci0000:00/0000:00:1c.1/0000:05:00.0/sound/card2/input18
Apr 07 07:22:31 kiba kernel: input: HDA Creative Line Out as /devices/pci0000:00/0000:00:1c.1/0000:05:00.0/sound/card2/input19
Apr 07 07:22:31 kiba kernel: input: HDA Creative Front Headphone as /devices/pci0000:00/0000:00:1c.1/0000:05:00.0/sound/card2/input20
Apr 07 07:22:31 kiba mtp-probe[436]: checking bus 4, device 4: "/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.3"
Apr 07 07:22:31 kiba mtp-probe[436]: bus: 4, device: 4 was not an MTP device
Apr 07 07:22:31 kiba kernel: .
Apr 07 07:22:31 kiba kernel: hidraw: raw HID events driver (C) Jiri Kosina
Apr 07 07:22:31 kiba mtp-probe[470]: checking bus 4, device 12: "/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.4/4-1.2.4.1/4-1.2.4.1.1"
Apr 07 07:22:31 kiba mtp-probe[470]: bus: 4, device: 12 was not an MTP device
Apr 07 07:22:31 kiba mtp-probe[471]: checking bus 4, device 13: "/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.4/4-1.2.4.1/4-1.2.4.1.2"
Apr 07 07:22:31 kiba mtp-probe[471]: bus: 4, device: 13 was not an MTP device
Apr 07 07:22:31 kiba kernel: usbcore: registered new interface driver usbhid
Apr 07 07:22:31 kiba kernel: usbhid: USB HID core driver
Apr 07 07:22:31 kiba systemd-udevd[301]: Process '/usr/bin/alsactl restore 1' failed with exit code 99.
Apr 07 07:22:32 kiba mtp-probe[517]: checking bus 4, device 9: "/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6.4"
Apr 07 07:22:32 kiba mtp-probe[517]: bus: 4, device: 9 was not an MTP device
Apr 07 07:22:32 kiba systemd-fsck[376]: VAR: clean, 28668/983040 files, 2825482/3932160 blocks
Apr 07 07:22:32 kiba kernel: Bluetooth: Core ver 2.22
Apr 07 07:22:32 kiba kernel: NET: Registered protocol family 31
Apr 07 07:22:32 kiba kernel: Bluetooth: HCI device and connection manager initialized
Apr 07 07:22:32 kiba kernel: Bluetooth: HCI socket layer initialized
Apr 07 07:22:32 kiba kernel: Bluetooth: L2CAP socket layer initialized
Apr 07 07:22:32 kiba kernel: Bluetooth: SCO socket layer initialized
Apr 07 07:22:32 kiba kernel: r8169 0000:06:00.0 enp6s0: renamed from eth0
Apr 07 07:22:32 kiba systemd[1]: Found device WDC_WD10EZEX-75ZF5A0 HOME.
Apr 07 07:22:32 kiba systemd[1]: Starting File System Check on /dev/disk/by-uuid/1da16b0f-895c-46f7-a076-d0455caa6736...
Apr 07 07:22:32 kiba systemd[1]: Found device RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller.
Apr 07 07:22:32 kiba kernel: input: Logitech Logitech G710 Keyboard as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.3/4-1.3:1.0/0003:046D:C24D.0001/input/input21
Apr 07 07:22:32 kiba systemd[1]: Started File System Check on /dev/disk/by-uuid/1c480eb1-cc64-4e05-b101-4325df996adf.
Apr 07 07:22:32 kiba systemd[1]: var.mount: Directory /var to mount over is not empty, mounting anyway.
Apr 07 07:22:32 kiba systemd[1]: Mounting /var...
Apr 07 07:22:32 kiba kernel: usbcore: registered new interface driver btusb
Apr 07 07:22:32 kiba kernel: logitech-djreceiver 0003:046D:C52B.0006: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.2.2/input2
Apr 07 07:22:32 kiba kernel: media: Linux media interface: v0.10
Apr 07 07:22:32 kiba kernel: Linux video capture interface: v2.00
Apr 07 07:22:32 kiba kernel: hid-generic 0003:046D:C24D.0001: input,hidraw1: USB HID v1.11 Keyboard [Logitech Logitech G710 Keyboard] on usb-0000:00:1d.0-1.3/input0
Apr 07 07:22:32 kiba kernel: input: Logitech Logitech G710 Keyboard as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.3/4-1.3:1.1/0003:046D:C24D.0002/input/input22
Apr 07 07:22:32 kiba mtp-probe[544]: checking bus 4, device 5: "/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5"
Apr 07 07:22:32 kiba mtp-probe[544]: bus: 4, device: 5 was not an MTP device
Apr 07 07:22:32 kiba kernel: snd_hda_codec_ca0132 hdaudioC2D1: ca0132 DSP downloaded and running
Apr 07 07:22:32 kiba kernel: scsi 7:0:0:1: Wrong diagnostic page; asked for 1 got 0
Apr 07 07:22:32 kiba kernel: scsi 7:0:0:1: Failed to get diagnostic page 0xffffffea
Apr 07 07:22:32 kiba kernel: scsi 7:0:0:1: Failed to bind enclosure -19
Apr 07 07:22:32 kiba kernel: ses 7:0:0:1: Attached Enclosure device
Apr 07 07:22:32 kiba kernel: hid-generic 0003:046D:C24D.0002: input,hiddev0,hidraw2: USB HID v1.11 Keyboard [Logitech Logitech G710 Keyboard] on usb-0000:00:1d.0-1.3/input1
Apr 07 07:22:32 kiba kernel: hid-generic 0003:187C:0513.0003: hiddev0,hidraw3: USB HID v1.01 Device [Alienware Gaming Desktop] on usb-0000:00:1d.0-1.5/input0
Apr 07 07:22:32 kiba kernel: input: HID 0a5c:4502 as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.4/4-1.2.4.1/4-1.2.4.1.1/4-1.2.4.1.1:1.0/0003:0A5C:4502.0007/input/input23
Apr 07 07:22:32 kiba systemd[1]: Reached target Bluetooth.
Apr 07 07:22:32 kiba systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Apr 07 07:22:32 kiba kernel: hid-generic 0003:0A5C:4502.0007: input,hidraw4: USB HID v1.11 Keyboard [HID 0a5c:4502] on usb-0000:00:1d.0-1.2.4.1.1/input0
Apr 07 07:22:32 kiba kernel: input: HID 0a5c:4503 as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.4/4-1.2.4.1/4-1.2.4.1.2/4-1.2.4.1.2:1.0/0003:0A5C:4503.0008/input/input24
Apr 07 07:22:32 kiba kernel: hid-generic 0003:0A5C:4503.0008: input,hidraw5: USB HID v1.11 Mouse [HID 0a5c:4503] on usb-0000:00:1d.0-1.2.4.1.2/input0
Apr 07 07:22:32 kiba kernel: input: Logitech M705 as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.2/4-1.2.2:1.2/0003:046D:C52B.0006/0003:046D:101B.0009/input/input25
Apr 07 07:22:32 kiba kernel: logitech-hidpp-device 0003:046D:101B.0009: input,hidraw6: USB HID v1.11 Mouse [Logitech M705] on usb-0000:00:1d.0-1.2.2:1
Apr 07 07:22:32 kiba kernel: uvcvideo: Found UVC 1.00 device USB 2.0 Camera (0c45:62c0)
Apr 07 07:22:32 kiba kernel: mousedev: PS/2 mouse device common for all mice
Apr 07 07:22:32 kiba kernel: uvcvideo 1-1.2:1.0: Entity type for entity Extension 5 was not initialized!
Apr 07 07:22:32 kiba kernel: uvcvideo 1-1.2:1.0: Entity type for entity Extension 4 was not initialized!
Apr 07 07:22:32 kiba kernel: uvcvideo 1-1.2:1.0: Entity type for entity Processing 3 was not initialized!
Apr 07 07:22:32 kiba kernel: uvcvideo 1-1.2:1.0: Entity type for entity Camera 1 was not initialized!
Apr 07 07:22:32 kiba kernel: input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input26
Apr 07 07:22:32 kiba kernel: usbcore: registered new interface driver uvcvideo
Apr 07 07:22:32 kiba kernel: USB Video Class driver (1.1.1)
Apr 07 07:22:32 kiba kernel: EDAC MC: Ver: 3.0.0
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3ca0
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3ca0
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3ca8
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3ca8
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3c71
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3c71
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3caa
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3caa
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cab
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cab
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cac
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cac
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cad
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cad
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cb8
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cb8
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf4
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf4
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf6
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf6
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf5
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf5
Apr 07 07:22:32 kiba kernel: EDAC sbridge: ECC is disabled. Aborting
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Couldn't find mci handler
Apr 07 07:22:32 kiba kernel: EDAC sbridge: Failed to register device with error -19.
Apr 07 07:22:32 kiba kernel: intel_rapl: Found RAPL domain package
Apr 07 07:22:32 kiba kernel: intel_rapl: Found RAPL domain core
Apr 07 07:22:32 kiba systemd-udevd[301]: Process '/usr/bin/alsactl restore 2' failed with exit code 99.
Apr 07 07:22:32 kiba systemd-fsck[345]: fsck.fat 4.1 (2017-01-24)
Apr 07 07:22:32 kiba systemd-fsck[345]: /dev/sda1: 350 files, 23472/261629 clusters
Apr 07 07:22:32 kiba systemd[1]: Started File System Check on /dev/disk/by-uuid/1C3B-C064.
Apr 07 07:22:32 kiba kernel: EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
Apr 07 07:22:32 kiba systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Apr 07 07:22:32 kiba systemd[1]: Mounting /boot...
Apr 07 07:22:32 kiba systemd[1]: Mounted /var.
Apr 07 07:22:32 kiba systemd[1]: Starting Load/Save RF Kill Switch Status...
Apr 07 07:22:32 kiba systemd[1]: Starting Flush Journal to Persistent Storage...
Apr 07 07:22:32 kiba systemd[1]: Starting Load/Save Random Seed...
Apr 07 07:22:32 kiba systemd-fsck[531]: HOME contains a file system with errors, check forced.
Apr 07 07:22:32 kiba systemd[1]: Started Load/Save Random Seed.
Apr 07 07:22:32 kiba systemd-journald[233]: Time spent on flushing to /var is 247.122ms for 938 entries.
Apr 07 07:22:32 kiba systemd-journald[233]: System journal (/var/log/journal/2a386f9d7a7b4e7e989f1e2206c08970) is 1.3G, max 1.4G, 74.6M free.
Apr 07 07:22:35 kiba kernel: .
Apr 07 07:22:35 kiba kernel: .
Apr 07 07:22:35 kiba kernel: .
Apr 07 07:22:35 kiba kernel: ready
Apr 07 07:22:35 kiba kernel: sd 7:0:0:0: [sdc] 976746240 4096-byte logical blocks: (4.00 TB/3.64 TiB)
Apr 07 07:22:35 kiba kernel: sd 7:0:0:0: [sdc] Write Protect is off
Apr 07 07:22:35 kiba kernel: sd 7:0:0:0: [sdc] Mode Sense: 53 00 10 08
Apr 07 07:22:35 kiba kernel: sd 7:0:0:0: [sdc] No Caching mode page found
Apr 07 07:22:35 kiba kernel: sd 7:0:0:0: [sdc] Assuming drive cache: write through
Apr 07 07:22:35 kiba kernel:  sdc: sdc1
Apr 07 07:22:35 kiba kernel: sd 7:0:0:0: [sdc] Attached SCSI disk
Apr 07 07:22:32 kiba systemd[1]: Started Load/Save RF Kill Switch Status.
Apr 07 07:22:32 kiba systemd[1]: Mounted /boot.
Apr 07 07:22:35 kiba systemd[1]: Started Flush Journal to Persistent Storage.
Apr 07 07:22:50 kiba systemd-fsck[531]: HOME: Inode 18235526 extent tree (at level 1) could be shorter.  IGNORED.
Apr 07 07:23:00 kiba systemd-fsck[531]: HOME: Inode 29623809 (/akovia/.config/chromium/Default/Extensions/mefgmmbdailogpfhfblcnnjfmnpnmdfa/3.22.3_0/images/ext/linkedin-favicon.ico) has invalid mode (073255).
Apr 07 07:23:00 kiba systemd-fsck[531]: HOME: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
Apr 07 07:23:00 kiba systemd-fsck[531]:         (i.e., without -a or -p options)
Apr 07 07:23:00 kiba systemd-fsck[531]: fsck failed with error code 4.
Apr 07 07:23:00 kiba systemd-fsck[531]: Running request emergency.target/start/replace
Apr 07 07:23:00 kiba systemd[1]: systemd-fsck@dev-disk-by\x2duuid-1da16b0f\x2d895c\x2d46f7\x2da076\x2dd0455caa6736.service: Main process exited, code=exited, status=1/FAILURE
Apr 07 07:23:00 kiba systemd[1]: Failed to start File System Check on /dev/disk/by-uuid/1da16b0f-895c-46f7-a076-d0455caa6736.
Apr 07 07:23:00 kiba systemd[1]: Dependency failed for /home.
Apr 07 07:23:00 kiba systemd[1]: Dependency failed for Local File Systems.
Apr 07 07:23:00 kiba systemd[1]: local-fs.target: Job local-fs.target/start failed with result 'dependency'.
Apr 07 07:23:00 kiba systemd[1]: local-fs.target: Triggering OnFailure= dependencies.
Apr 07 07:23:00 kiba systemd[1]: home.mount: Job home.mount/start failed with result 'dependency'.
Apr 07 07:23:00 kiba systemd[1]: systemd-fsck@dev-disk-by\x2duuid-1da16b0f\x2d895c\x2d46f7\x2da076\x2dd0455caa6736.service: Unit entered failed state.
Apr 07 07:23:00 kiba systemd[1]: systemd-fsck@dev-disk-by\x2duuid-1da16b0f\x2d895c\x2d46f7\x2da076\x2dd0455caa6736.service: Failed with result 'exit-code'.
Apr 07 07:23:00 kiba systemd[1]: Reached target Login Prompts.
Apr 07 07:23:00 kiba systemd[1]: Reached target Network.
Apr 07 07:23:00 kiba systemd[1]: Reached target Sockets.
Apr 07 07:23:00 kiba systemd[1]: Starting Create Volatile Files and Directories...
Apr 07 07:23:00 kiba systemd[1]: Started Emergency Shell.
Apr 07 07:23:00 kiba systemd[1]: Reached target Emergency Mode.
Apr 07 07:23:00 kiba systemd[1]: Reached target Timers.
Apr 07 07:23:00 kiba systemd-tmpfiles[593]: Cannot set file attribute for '/var/log/journal', value=0x00800000, mask=0x00800000: Operation not supported
Apr 07 07:23:00 kiba systemd-tmpfiles[593]: Cannot set file attribute for '/var/log/journal/2a386f9d7a7b4e7e989f1e2206c08970', value=0x00800000, mask=0x00800000: Operation not supported
Apr 07 07:23:00 kiba systemd-tmpfiles[593]: Cannot set file attribute for '/var/log/journal/remote', value=0x00800000, mask=0x00800000: Operation not supported
Apr 07 07:23:00 kiba systemd[1]: Started Create Volatile Files and Directories.
Apr 07 07:23:00 kiba systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Apr 07 07:23:00 kiba systemd[1]: Starting Network Time Synchronization...
Apr 07 07:23:00 kiba systemd[1]: Started Update UTMP about System Boot/Shutdown.
Apr 07 07:23:01 kiba systemd[1]: Started Network Time Synchronization.
Apr 07 07:23:01 kiba systemd[1]: Reached target System Time Synchronized.
Apr 07 07:23:01 kiba systemd[1]: Startup finished in 2.930s (kernel) + 32.793s (userspace) = 1min 11.592s.
Apr 07 07:23:01 kiba systemd[594]: emergency.service: Failed at step EXEC spawning /bin/plymouth: No such file or directory
Apr 07 07:55:01 kiba systemd[1]: Starting Generate shutdown-ramfs...
Apr 07 07:55:01 kiba systemd[1]: Stopped target Slices.
Apr 07 07:55:01 kiba systemd[1]: Removed slice system-getty.slice.
Apr 07 07:55:01 kiba systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
Apr 07 07:55:01 kiba systemd[1]: Stopped target Remote File Systems.
Apr 07 07:55:01 kiba systemd[1]: Stopped target Bluetooth.
Apr 07 07:55:01 kiba systemd[1]: Stopped target Emergency Mode.
Apr 07 07:55:01 kiba systemd[1]: Stopping Emergency Shell...
Apr 07 07:55:01 kiba systemd[1]: Removed slice User and Session Slice.
Apr 07 07:55:01 kiba systemd[1]: Stopped target Sound Card.
Apr 07 07:55:01 kiba systemd[1]: Stopped target Paths.
Apr 07 07:55:01 kiba systemd[1]: Stopped Set Up Additional Binary Formats.
Apr 07 07:55:01 kiba systemd[1]: Stopped target Timers.
Apr 07 07:55:01 kiba systemd[1]: Stopped target Sockets.
Apr 07 07:55:01 kiba systemd[1]: Stopped target Encrypted Volumes.
Apr 07 07:55:01 kiba systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Apr 07 07:55:01 kiba systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Apr 07 07:55:01 kiba systemd[1]: Stopped target Login Prompts.
Apr 07 07:55:01 kiba systemd[1]: Stopped Apply Kernel Variables.
Apr 07 07:55:01 kiba systemd[1]: Unmounting /boot...
Apr 07 07:55:01 kiba systemd[1]: Stopped target System Time Synchronized.
Apr 07 07:55:01 kiba systemd[1]: Stopping Network Time Synchronization...
Apr 07 07:55:01 kiba systemd[1]: Stopped target Network.
Apr 07 07:55:01 kiba systemd[1]: Removed slice system-dhcpcd.slice.
Apr 07 07:55:01 kiba systemd[1]: Stopping Load/Save Random Seed...
Apr 07 07:55:01 kiba systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Apr 07 07:55:01 kiba systemd[1]: Stopped Emergency Shell.
Apr 07 07:55:01 kiba systemd[1]: Stopped Load/Save Random Seed.
Apr 07 07:55:01 kiba systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
Apr 07 07:55:01 kiba systemd[1]: Stopped Network Time Synchronization.
Apr 07 07:55:01 kiba systemd[1]: Unmounting Temporary Directory...
Apr 07 07:55:01 kiba systemd[1]: Stopped Create Volatile Files and Directories.
Apr 07 07:55:01 kiba systemd[1]: Stopped Flush Journal to Persistent Storage.
Apr 07 07:55:01 kiba systemd[1]: Unmounting /var...
Apr 07 07:55:01 kiba systemd[1]: var.mount: Mount process exited, code=exited status=32
Apr 07 07:55:01 kiba systemd[1]: Failed unmounting /var.
Apr 07 07:55:01 kiba systemd[1]: Stopped File System Check on /dev/disk/by-uuid/1c480eb1-cc64-4e05-b101-4325df996adf.
Apr 07 07:55:01 kiba systemd[1]: Unmounted Temporary Directory.
Apr 07 07:55:01 kiba systemd[1]: Stopped target Swap.
Apr 07 07:55:01 kiba systemd[1]: Unmounted /boot.
Apr 07 07:55:01 kiba systemd[1]: Reached target Unmount All Filesystems.
Apr 07 07:55:01 kiba systemd[1]: Stopped File System Check on /dev/disk/by-uuid/1C3B-C064.
Apr 07 07:55:01 kiba systemd[1]: Removed slice system-systemd\x2dfsck.slice.
Apr 07 07:55:01 kiba systemd[1]: Stopped target Local File Systems (Pre).
Apr 07 07:55:01 kiba systemd[1]: Stopped Create Static Device Nodes in /dev.
Apr 07 07:55:01 kiba systemd[1]: Stopped Remount Root and Kernel File Systems.
Apr 07 07:55:01 kiba mkinitcpio[647]: ==> Starting build: none
Apr 07 07:55:01 kiba mkinitcpio[647]:   -> Running build hook: [sd-shutdown]
Apr 07 07:55:01 kiba mkinitcpio[647]: ==> Build complete.
Apr 07 07:55:01 kiba systemd[1]: Started Generate shutdown-ramfs.
Apr 07 07:55:01 kiba systemd[1]: Reached target Shutdown.
Apr 07 07:55:01 kiba systemd[1]: Reached target Final Step.
Apr 07 07:55:01 kiba systemd[1]: Starting Reboot...
Apr 07 07:55:01 kiba systemd[1]: Shutting down.
Apr 07 07:55:01 kiba systemd[1]: Hardware watchdog 'iTCO_wdt', version 0
Apr 07 07:55:01 kiba systemd[1]: Set hardware watchdog to 10min.
Apr 07 07:55:01 kiba kernel: watchdog: watchdog0: watchdog did not stop!
Apr 07 07:55:01 kiba kernel: systemd-shutdow: 32 output lines suppressed due to ratelimiting
Apr 07 07:55:02 kiba systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Apr 07 07:55:02 kiba systemd-journald[233]: Journal stopped

cat /etc/fstab

#
# /etc/fstab: static file system information
#
# <file system>	<dir>	<type>	<options>	<dump>	<pass>
# /dev/sda2 LABEL=ROOT
UUID=b735c9b7-b258-4a30-9934-7f903ac87790	/      	ext4      	rw,relatime	0 1

# /dev/sda4 LABEL=HOME
UUID=1da16b0f-895c-46f7-a076-d0455caa6736	/home     	ext4      	rw,relatime	0 2

# /dev/sda3 LABEL=VAR
UUID=1c480eb1-cc64-4e05-b101-4325df996adf	/var      	ext4      	rw,relatime	0 2



# /dev/sda1 LABEL=ESP
#UUID=1C3B-C064      	/boot     	vfat      	rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro	0 2
UUID=1C3B-C064      	/boot     	vfat      	defaults	0 2

# /dev/sda7 No Label.  Shiki Old
#UUID=32a52a19-3848-4a91-bb4b-fda6f136d380	/run/media/shiki	ext4      	defaults,noatime        0       2

# /dev/sdc1 LABEL=VenStor
#/dev/sdc1  /run/media/VenStor ntfs-3g   defaults		  0       0
#UUID=1C3B-C064	/boot	vfat	defaults	0	2
#UUID=920A-E1AF	/boot/efi	vfat	defaults	0	1

#/dev/sdc1 /run/media/akovia/Elements ntfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
#/dev/sdb1 /run/media/akovia/My-Media ntfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
#/dev/sdd1 /run/media/akovia/My-Media2 ntfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0

#mtpfs     /home/akovia/Galaxy-S6	fuse     user,noauto,allow_other      0      0

Offline

#6 2017-04-07 19:22:24

seth
Member
Registered: 2012-09-03
Posts: 49,986

Re: Dependency failed for /home

Could it just be coincidence it happened after an update, was it something with the fstab line I added, or just maybe the hard drive is starting to fail?

https://wiki.archlinux.org/index.php/S.M.A.R.T.

Online

#7 2017-04-07 19:35:25

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Re: Dependency failed for /home

OK, for the fsck options, the man page refer to upper case options, while fsck --help give them lowercase, I assume they are the same

The "-p" option is considered safer but fsck might still ask you questions. With the "-y" option, it will repair whatever the problem. You need to have the system fully repaired before using it again, so the "-y" option is appropriate unless you are knowledgeable enough to do a manual repair. The "-f" option is to force a filesystem check even if the system appears to be clean (i.e. correctly unmounted). You need it if you perform a fsck manually (the system do a fsck without the "-f" option at each boot and fsck won't check the filesystem if it is marked clean so that the filesystem is not thoroughly checked each time you boot but only if it has not been correctly unmounted.

You can always mount a partition read-only (use mount with the -o ro flag). This allows you to examine the content of a (possibly damaged) partition without the risk of damaging it further.

The most probable cause of such problems is an unclean unmount, if the system has been suddenly powered off for example. A kernel crash, whatever the reason, will have the same consequence. A bug in the filesystem is a theoretical but not probable possibility.

Last edited by olive (2017-04-07 19:39:10)

Offline

#8 2019-03-13 21:45:25

nimxut
Member
From: NY
Registered: 2018-09-03
Posts: 17

Re: Dependency failed for /home

oh man why would you do that to yourself https://help.ubuntu.com/community/Fstab

Last edited by nimxut (2019-03-13 21:45:51)

Offline

#9 2019-03-13 21:51:05

seth
Member
Registered: 2012-09-03
Posts: 49,986

Re: Dependency failed for /home

a) this thread was about a broken FS and/or disk
b) it's two years old - please don't necrobump (see the stickies in the newbie corner)

Online

#10 2019-03-13 22:10:36

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Dependency failed for /home


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB