You are not logged in.

#1 2015-07-19 10:19:33

Mons1990
Member
From: Pianoro (BO) - Italy
Registered: 2012-04-23
Posts: 102

[SOLVED] "Failed to start Create Volatile Files and Directories"

Hi, since the last update my computer starts with this error

[mons@arch-desktop ~]$ systemctl status -l systemd-tmpfiles-setup.service
● systemd-tmpfiles-setup.service - Create Volatile Files and Directories
   Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-setup.service; static; vendor preset: disabled)
   Active: failed (Result: exit-code) since dom 2015-07-19 12:06:59 CEST; 1min 4s ago
     Docs: man:tmpfiles.d(5)
           man:systemd-tmpfiles(8)
  Process: 384 ExecStart=/usr/bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev (code=exited, status=1/FAILURE)
 Main PID: 384 (code=exited, status=1/FAILURE)

lug 19 12:06:58 arch-desktop systemd[1]: Starting Create Volatile Files and Directories...
lug 19 12:06:58 arch-desktop systemd-tmpfiles[384]: Cannot set file attribute for '/var/log/journal', value=0x00800000, mask=0x00800000: Inappropriate ioctl for device
lug 19 12:06:59 arch-desktop systemd-tmpfiles[384]: Cannot set file attribute for '/var/log/journal/0c0fdd5aa408490da6051788161d4e51', value=0x00800000, mask=0x00800000: Inappropriate ioctl for device
lug 19 12:06:59 arch-desktop systemd-tmpfiles[384]: Cannot set file attribute for '/var/log/journal/remote', value=0x00800000, mask=0x00800000: Inappropriate ioctl for device
lug 19 12:06:59 arch-desktop systemd[1]: systemd-tmpfiles-setup.service: Main process exited, code=exited, status=1/FAILURE
lug 19 12:06:59 arch-desktop systemd[1]: Failed to start Create Volatile Files and Directories.
lug 19 12:06:59 arch-desktop systemd[1]: systemd-tmpfiles-setup.service: Unit entered failed state.
lug 19 12:06:59 arch-desktop systemd[1]: systemd-tmpfiles-setup.service: Failed with result 'exit-code'.

I read the wiki and i searched other threads about this but i can't get rid of that.
What it can be?

Thanks in advance and happy sunday

Last edited by Mons1990 (2015-07-23 10:47:06)


Hardware configuration: Intel Core i5 3.4GHz, 8GB DDR3 RAM, NVIDIA GEForce 9600GT
Software configuration: Arch Linux, default kernel, NVidia 340xx drivers, Gnome 3 on X.Org
Mons

Offline

#2 2015-07-19 11:13:01

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: [SOLVED] "Failed to start Create Volatile Files and Directories"

Offline

#3 2015-07-19 19:43:07

Mons1990
Member
From: Pianoro (BO) - Italy
Registered: 2012-04-23
Posts: 102

Re: [SOLVED] "Failed to start Create Volatile Files and Directories"

ACL is already active, before the systemd update it worked flawlessly. :-(

# 
# /etc/fstab: static file system information
#


# <file system>					<dir>		<type>		<options>						<dump>	<pass>

# /dev/sda2 (root)
UUID=0cb33af5-7859-4cbb-b686-932910ec4496	/         	ext4      	rw,noatime,discard,data=ordered				0	1

# /dev/sda1 (EFI boot partition)
UUID=19E4-0883      				/boot     	vfat      	rw,noatime,discard,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro	0	2

# /dev/sdb1 (var)
UUID=bbe6b555-7af5-44d1-8dc9-88352c76580b	/var      	reiserfs  	rw,noatime,acl						0	2

# /dev/sdb3 (home)
UUID=82a3c611-ddbf-435b-8250-103fd2ff55d4	/home     	ext4      	rw,noatime,noauto,x-systemd.automount,data=ordered	0	2

# /dev/sdb2 (swap)
UUID=911ed16e-ac24-449f-8bb4-41b61078dc5a	none      	swap      	defaults						0	0

# /dev/sda3 (Macchine virtuali)
UUID=3ab05989-fa63-4b7f-a4c7-361e7cb6bd45	/mnt/virtualbox	ext4		defaults,noatime,discard,noauto,x-systemd.automount	0	2

# /tmp (tmp in RAM)
tmpfs						/tmp		tmpfs		nodev,nosuid,size=4G				0	0

# /scratch (Compilazione in RAM)
tmpfs						/scratch	tmpfs		nodev,nosuid					0	0

Hardware configuration: Intel Core i5 3.4GHz, 8GB DDR3 RAM, NVIDIA GEForce 9600GT
Software configuration: Arch Linux, default kernel, NVidia 340xx drivers, Gnome 3 on X.Org
Mons

Offline

#4 2015-07-19 19:47:30

Raynman
Member
Registered: 2011-10-22
Posts: 1,539

Re: [SOLVED] "Failed to start Create Volatile Files and Directories"

Offline

#5 2015-07-20 08:00:04

Mons1990
Member
From: Pianoro (BO) - Italy
Registered: 2012-04-23
Posts: 102

Re: [SOLVED] "Failed to start Create Volatile Files and Directories"

I can't figure out. It seems I don't receive any kernel warn

[mons@arch-desktop ~]$ dmesg
[    0.000000] microcode: CPU0 microcode updated early to revision 0x1b, date = 2014-05-29
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.1.2-2-ARCH (builduser@foutrelis) (gcc version 5.1.0 (GCC) ) #1 SMP PREEMPT Wed Jul 15 08:30:32 UTC 2015
[    0.000000] Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/sda2 rw quiet
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000dd260fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd261000-0x00000000dd95efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dd95f000-0x00000000dd96efff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dd96f000-0x00000000dda90fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dda91000-0x00000000de7d7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000de7d8000-0x00000000de7d8fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000de7d9000-0x00000000de81bfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000de81c000-0x00000000dec4ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dec50000-0x00000000deff3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000deff4000-0x00000000deffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021dffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xc9545018-0xc9554657] usable ==> usable
[    0.000000] e820: update [mem 0xc9538018-0xc9544857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000c9538017] usable
[    0.000000] reserve setup_data: [mem 0x00000000c9538018-0x00000000c9544857] usable
[    0.000000] reserve setup_data: [mem 0x00000000c9544858-0x00000000c9545017] usable
[    0.000000] reserve setup_data: [mem 0x00000000c9545018-0x00000000c9554657] usable
[    0.000000] reserve setup_data: [mem 0x00000000c9554658-0x00000000dd260fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dd261000-0x00000000dd95efff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dd95f000-0x00000000dd96efff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000dd96f000-0x00000000dda90fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000dda91000-0x00000000de7d7fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000de7d8000-0x00000000de7d8fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000de7d9000-0x00000000de81bfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000de81c000-0x00000000dec4ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dec50000-0x00000000deff3fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000deff4000-0x00000000deffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000021dffffff] usable
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI=0xdd962000  ACPI 2.0=0xdd962000  SMBIOS=0xf04c0  MPS=0xfd4b0 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: System manufacturer System Product Name/P8B75-V, BIOS 1601 09/19/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x21e000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask E00000000 write-back
[    0.000000]   1 base 200000000 mask FF0000000 write-back
[    0.000000]   2 base 210000000 mask FF8000000 write-back
[    0.000000]   3 base 218000000 mask FFC000000 write-back
[    0.000000]   4 base 21C000000 mask FFE000000 write-back
[    0.000000]   5 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] PAT configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- UC  
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd870-0x000fd87f] mapped at [ffff8800000fd870]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x02b2f000, 0x02b2ffff] PGTABLE
[    0.000000] BRK [0x02b30000, 0x02b30fff] PGTABLE
[    0.000000] BRK [0x02b31000, 0x02b31fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x21de00000-0x21dffffff]
[    0.000000]  [mem 0x21de00000-0x21dffffff] page 2M
[    0.000000] BRK [0x02b32000, 0x02b32fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x200000000-0x21ddfffff]
[    0.000000]  [mem 0x200000000-0x21ddfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x1e0000000-0x1ffffffff]
[    0.000000]  [mem 0x1e0000000-0x1ffffffff] page 2M
[    0.000000] BRK [0x02b33000, 0x02b33fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x00100000-0xdd260fff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0xdd1fffff] page 2M
[    0.000000]  [mem 0xdd200000-0xdd260fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xde7d8000-0xde7d8fff]
[    0.000000]  [mem 0xde7d8000-0xde7d8fff] page 4k
[    0.000000] BRK [0x02b34000, 0x02b34fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xde81c000-0xdec4ffff]
[    0.000000]  [mem 0xde81c000-0xde9fffff] page 4k
[    0.000000]  [mem 0xdea00000-0xdebfffff] page 2M
[    0.000000]  [mem 0xdec00000-0xdec4ffff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdeff4000-0xdeffffff]
[    0.000000]  [mem 0xdeff4000-0xdeffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x1dfffffff]
[    0.000000]  [mem 0x100000000-0x1dfffffff] page 2M
[    0.000000] RAMDISK: [mem 0x7fc02000-0x7fffffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000DD962000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000DD962080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DD96CEA0 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000DD962198 00AD08 (v02 ALASKA A M I    00000022 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000DDA8F080 000040
[    0.000000] ACPI: APIC 0x00000000DD96CFB0 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DD96D028 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000DD96D070 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000DD96D0B0 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000DD96D0E8 000495 (v01 IdeRef IdeTable 00001000 INTL 20091112)
[    0.000000] ACPI: BGRT 0x00000000DD96EB48 000038 (v00 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000DD96D5D8 0009AA (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000DD96DF88 000A92 (v01 PmRef  CpuPm    00003000 INTL 20051117)
[    0.000000] ACPI: DMAR 0x00000000DD96EA20 000080 (v01 INTEL  SNB      00000001 INTL 00000001)
[    0.000000] ACPI: ASF! 0x00000000DD96EAA0 0000A5 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000021dffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x21dff2000-0x21dff5fff]
[    0.000000]  [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880215600000-ffff88021d5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000021dffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000dd260fff]
[    0.000000]   node   0: [mem 0x00000000de7d8000-0x00000000de7d8fff]
[    0.000000]   node   0: [mem 0x00000000de81c000-0x00000000dec4ffff]
[    0.000000]   node   0: [mem 0x00000000deff4000-0x00000000deffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000021dffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000021dffffff]
[    0.000000] On node 0 totalpages: 2078272
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 24 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14107 pages used for memmap
[    0.000000]   DMA32 zone: 902818 pages, LIFO batch:31
[    0.000000]   Normal zone: 18304 pages used for memmap
[    0.000000]   Normal zone: 1171456 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc9538000-0xc9538fff]
[    0.000000] PM: Registered nosave memory: [mem 0xc9544000-0xc9544fff]
[    0.000000] PM: Registered nosave memory: [mem 0xc9545000-0xc9545fff]
[    0.000000] PM: Registered nosave memory: [mem 0xc9554000-0xc9554fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd261000-0xdd95efff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd95f000-0xdd96efff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd96f000-0xdda90fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdda91000-0xde7d7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xde7d9000-0xde81bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xdec50000-0xdeff3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xdf000000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88021dc00000 s95576 r8192 d31400 u524288
[    0.000000] pcpu-alloc: s95576 r8192 d31400 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2045773
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/sda2 rw quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 7889968K/8313088K available (5696K kernel code, 893K rwdata, 1728K rodata, 1180K init, 1152K bss, 423120K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS:8448 nr_irqs:456 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3391.184 MHz processor
[    0.000025] Calibrating delay loop (skipped), value calculated using timer frequency.. 6785.96 BogoMIPS (lpj=11303946)
[    0.000027] pid_max: default: 32768 minimum: 301
[    0.000030] ACPI: Core revision 20150410
[    0.004796] ACPI: All ACPI Tables successfully acquired
[    0.008074] Security Framework initialized
[    0.008080] Yama: becoming mindful.
[    0.008412] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.009853] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.010500] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.010506] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.010675] Initializing cgroup subsys blkio
[    0.010677] Initializing cgroup subsys memory
[    0.010682] Initializing cgroup subsys devices
[    0.010684] Initializing cgroup subsys freezer
[    0.010685] Initializing cgroup subsys net_cls
[    0.010702] CPU: Physical Processor ID: 0
[    0.010703] CPU: Processor Core ID: 0
[    0.010706] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.010707] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.010968] mce: CPU supports 9 MCE banks
[    0.010977] CPU0: Thermal monitoring enabled (TM1)
[    0.010984] process: using mwait in idle threads
[    0.010986] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.010987] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.011079] Freeing SMP alternatives memory: 20K (ffffffff81a08000 - ffffffff81a0d000)
[    0.011773] Ignoring BGRT: invalid status 0 (expected 1)
[    0.015403] ftrace: allocating 21545 entries in 85 pages
[    0.022712] dmar: Host address width 36
[    0.022713] dmar: DRHD base: 0x000000fed90000 flags: 0x1
[    0.022720] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c9008020660262 ecap f0105a
[    0.022721] dmar: RMRR base: 0x000000dd8e1000 end: 0x000000dd8f2fff
[    0.022723] IOAPIC id 2 under DRHD base  0xfed90000 IOMMU 0
[    0.022724] HPET id 0 under DRHD base 0xfed90000
[    0.022843] Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.022846] Enabled IRQ remapping in x2apic mode
[    0.022847] x2apic enabled
[    0.022851] Switched APIC routing to cluster x2apic.
[    0.023248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.056258] TSC deadline timer enabled
[    0.056260] smpboot: CPU0: Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz (fam: 06, model: 3a, stepping: 09)
[    0.056277] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
[    0.056291] ... version:                3
[    0.056292] ... bit width:              48
[    0.056292] ... generic registers:      8
[    0.056293] ... value mask:             0000ffffffffffff
[    0.056294] ... max period:             0000ffffffffffff
[    0.056294] ... fixed-purpose events:   3
[    0.056295] ... event mask:             00000007000000ff
[    0.079675] x86: Booting SMP configuration:
[    0.079677] .... node  #0, CPUs:      #1
[    0.090968] microcode: CPU1 microcode updated early to revision 0x1b, date = 2014-05-29
[    0.093356] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.100047]  #2
[    0.111328] microcode: CPU2 microcode updated early to revision 0x1b, date = 2014-05-29
[    0.120400]  #3
[    0.131682] microcode: CPU3 microcode updated early to revision 0x1b, date = 2014-05-29
[    0.134039] x86: Booted up 1 node, 4 CPUs
[    0.134042] smpboot: Total of 4 processors activated (27140.86 BogoMIPS)
[    0.136357] devtmpfs: initialized
[    0.138563] PM: Registering ACPI NVS region [mem 0xdd96f000-0xdda90fff] (1187840 bytes)
[    0.138573] PM: Registering ACPI NVS region [mem 0xde7d9000-0xde81bfff] (274432 bytes)
[    0.138627] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.138686] pinctrl core: initialized pinctrl subsystem
[    0.138720] RTC time:  7:47:44, date: 07/20/15
[    0.138796] NET: Registered protocol family 16
[    0.154048] cpuidle: using governor ladder
[    0.167388] cpuidle: using governor menu
[    0.167450] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.167452] ACPI: bus type PCI registered
[    0.167455] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.167510] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.167512] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.167572] PCI: Using configuration type 1 for base access
[    0.167765] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.167782] perf_event_intel: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[    0.180977] ACPI: Added _OSI(Module Device)
[    0.180979] ACPI: Added _OSI(Processor Device)
[    0.180979] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.180980] ACPI: Added _OSI(Processor Aggregator Device)
[    0.182969] ACPI: Executed 1 blocks of module-level executable AML code
[    0.184711] ACPI: Dynamic OEM Table Load:
[    0.184716] ACPI: SSDT 0xFFFF880214299000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.185088] ACPI: Dynamic OEM Table Load:
[    0.185091] ACPI: SSDT 0xFFFF880213D77800 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.185412] ACPI: Dynamic OEM Table Load:
[    0.185415] ACPI: SSDT 0xFFFF880213DBF800 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.186055] ACPI: Interpreter enabled
[    0.186060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150410/hwxface-580)
[    0.186063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150410/hwxface-580)
[    0.186072] ACPI: (supports S0 S3 S4 S5)
[    0.186073] ACPI: Using IOAPIC for interrupt routing
[    0.186089] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.190141] ACPI: Power Resource [FN00] (off)
[    0.190194] ACPI: Power Resource [FN01] (off)
[    0.190245] ACPI: Power Resource [FN02] (off)
[    0.190296] ACPI: Power Resource [FN03] (off)
[    0.190349] ACPI: Power Resource [FN04] (off)
[    0.190750] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.190754] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.190891] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.190973] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.190974] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.191252] PCI host bridge to bus 0000:00
[    0.191254] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.191256] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.191257] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.191258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.191259] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.191260] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.191261] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.191263] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.191264] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window]
[    0.191269] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
[    0.191335] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[    0.191357] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.191389] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.191436] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.191454] pci 0000:00:14.0: reg 0x10: [mem 0xf7100000-0xf710ffff 64bit]
[    0.191513] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.191545] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.191573] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.191592] pci 0000:00:16.0: reg 0x10: [mem 0xf711a000-0xf711a00f 64bit]
[    0.191656] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.191720] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.191735] pci 0000:00:1a.0: reg 0x10: [mem 0xf7117000-0xf71173ff]
[    0.191807] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.191849] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.191877] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    0.191890] pci 0000:00:1b.0: reg 0x10: [mem 0xf7110000-0xf7113fff 64bit]
[    0.191943] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.191977] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.192003] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.192066] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.192100] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.192129] pci 0000:00:1c.4: [8086:1e18] type 01 class 0x060400
[    0.192191] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.192225] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.192254] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.192270] pci 0000:00:1d.0: reg 0x10: [mem 0xf7116000-0xf71163ff]
[    0.192341] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.192382] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.192406] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.192474] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.192500] pci 0000:00:1f.0: [8086:1e49] type 00 class 0x060100
[    0.192639] pci 0000:00:1f.2: [8086:1e00] type 00 class 0x01018f
[    0.192650] pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7]
[    0.192657] pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3]
[    0.192663] pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7]
[    0.192669] pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3]
[    0.192675] pci 0000:00:1f.2: reg 0x20: [io  0xf090-0xf09f]
[    0.192682] pci 0000:00:1f.2: reg 0x24: [io  0xf080-0xf08f]
[    0.192752] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.192765] pci 0000:00:1f.3: reg 0x10: [mem 0xf7115000-0xf71150ff 64bit]
[    0.192783] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
[    0.192848] pci 0000:00:1f.5: [8086:1e08] type 00 class 0x010185
[    0.192859] pci 0000:00:1f.5: reg 0x10: [io  0xf070-0xf077]
[    0.192865] pci 0000:00:1f.5: reg 0x14: [io  0xf060-0xf063]
[    0.192871] pci 0000:00:1f.5: reg 0x18: [io  0xf050-0xf057]
[    0.192878] pci 0000:00:1f.5: reg 0x1c: [io  0xf040-0xf043]
[    0.192884] pci 0000:00:1f.5: reg 0x20: [io  0xf030-0xf03f]
[    0.192890] pci 0000:00:1f.5: reg 0x24: [io  0xf020-0xf02f]
[    0.192985] pci 0000:01:00.0: [10de:0622] type 00 class 0x030000
[    0.192993] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.193001] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.193008] pci 0000:01:00.0: reg 0x1c: [mem 0xf4000000-0xf5ffffff 64bit]
[    0.193013] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.193018] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.197424] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.197428] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.197431] pci 0000:00:01.0:   bridge window [mem 0xf4000000-0xf70fffff]
[    0.197436] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.197501] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.197567] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.197588] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.197621] pci 0000:03:00.0: reg 0x18: [mem 0xf0004000-0xf0004fff 64bit pref]
[    0.197641] pci 0000:03:00.0: reg 0x20: [mem 0xf0000000-0xf0003fff 64bit pref]
[    0.197738] pci 0000:03:00.0: supports D1 D2
[    0.197740] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.197771] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.204104] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.204109] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.204118] pci 0000:00:1c.4:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.204200] pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
[    0.204208] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.204209] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.204210] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.204211] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    0.204212] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.204213] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.204215] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    0.204216] pci 0000:00:1e.0:   bridge window [mem 0xe0000000-0xfeafffff window] (subtractive decode)
[    0.204587] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.204619] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.204650] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.204681] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.204711] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.204743] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.204774] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.204805] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 *6 10 11 12 14 15)
[    0.204968] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.205035] vgaarb: setting as boot device: PCI:0000:01:00.0
[    0.205036] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.205037] vgaarb: loaded
[    0.205038] vgaarb: bridge control possible 0000:01:00.0
[    0.205111] PCI: Using ACPI for IRQ routing
[    0.206478] PCI: pci_cache_line_size set to 64 bytes
[    0.206513] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.206514] e820: reserve RAM buffer [mem 0xc9538018-0xcbffffff]
[    0.206515] e820: reserve RAM buffer [mem 0xc9545018-0xcbffffff]
[    0.206516] e820: reserve RAM buffer [mem 0xdd261000-0xdfffffff]
[    0.206517] e820: reserve RAM buffer [mem 0xde7d9000-0xdfffffff]
[    0.206518] e820: reserve RAM buffer [mem 0xdec50000-0xdfffffff]
[    0.206519] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[    0.206520] e820: reserve RAM buffer [mem 0x21e000000-0x21fffffff]
[    0.206591] NetLabel: Initializing
[    0.206591] NetLabel:  domain hash size = 128
[    0.206592] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.206600] NetLabel:  unlabeled traffic allowed by default
[    0.206616] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.206620] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.208638] Switched to clocksource hpet
[    0.212082] pnp: PnP ACPI init
[    0.212148] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.212151] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.212202] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.212204] system 00:01: [io  0x1000-0x100f] has been reserved
[    0.212205] system 00:01: [io  0xffff] has been reserved
[    0.212206] system 00:01: [io  0xffff] has been reserved
[    0.212207] system 00:01: [io  0x0400-0x0453] could not be reserved
[    0.212209] system 00:01: [io  0x0458-0x047f] has been reserved
[    0.212210] system 00:01: [io  0x0500-0x057f] has been reserved
[    0.212211] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.212213] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.212233] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.212264] system 00:03: [io  0x0454-0x0457] has been reserved
[    0.212266] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.212331] system 00:04: [io  0x0a00-0x0a1f] has been reserved
[    0.212332] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.212334] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.212491] pnp 00:05: [dma 0 disabled]
[    0.212549] pnp 00:05: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.212581] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.212583] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.212615] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.212738] pnp 00:08: [dma 0 disabled]
[    0.212768] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.212902] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.212904] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.212905] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.212906] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.212907] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.212909] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.212910] system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.212911] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.212913] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
[    0.212914] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.212915] system 00:09: [mem 0xf0100000-0xf0100fff] has been reserved
[    0.212917] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.212989] pnp: PnP ACPI: found 10 devices
[    0.218716] clocksource acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.218744] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.218746] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.218748] pci 0000:00:01.0:   bridge window [mem 0xf4000000-0xf70fffff]
[    0.218750] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.218752] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.218762] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.218764] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.218769] pci 0000:00:1c.4:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.218774] pci 0000:00:1e.0: PCI bridge to [bus 04]
[    0.218783] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.218784] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.218786] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.218787] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.218788] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.218789] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.218790] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.218792] pci_bus 0000:00: resource 11 [mem 0xe0000000-0xfeafffff window]
[    0.218793] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.218794] pci_bus 0000:01: resource 1 [mem 0xf4000000-0xf70fffff]
[    0.218795] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[    0.218796] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.218798] pci_bus 0000:03: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.218799] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
[    0.218800] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
[    0.218801] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.218802] pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.218803] pci_bus 0000:04: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.218804] pci_bus 0000:04: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.218805] pci_bus 0000:04: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.218807] pci_bus 0000:04: resource 11 [mem 0xe0000000-0xfeafffff window]
[    0.218830] NET: Registered protocol family 2
[    0.218956] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.219055] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.219167] TCP: Hash tables configured (established 65536 bind 65536)
[    0.219184] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.219204] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.219241] NET: Registered protocol family 1
[    0.252093] pci 0000:01:00.0: Video device with shadowed ROM
[    0.252097] PCI: CLS mismatch (64 != 32), using 64 bytes
[    0.252129] Unpacking initramfs...
[    0.291503] Freeing initrd memory: 4088K (ffff88007fc02000 - ffff880080000000)
[    0.291520] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.291523] software IO TLB [mem 0xcbf93000-0xcff93000] (64MB) mapped at [ffff8800cbf93000-ffff8800cff92fff]
[    0.291562] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[    0.291563] hw unit of domain pp0-core 2^-16 Joules
[    0.291563] hw unit of domain package 2^-16 Joules
[    0.291564] hw unit of domain pp1-gpu 2^-16 Joules
[    0.291660] microcode: CPU0 sig=0x306a9, pf=0x2, revision=0x1b
[    0.291664] microcode: CPU1 sig=0x306a9, pf=0x2, revision=0x1b
[    0.291669] microcode: CPU2 sig=0x306a9, pf=0x2, revision=0x1b
[    0.291674] microcode: CPU3 sig=0x306a9, pf=0x2, revision=0x1b
[    0.291707] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.291725] Scanning for low memory corruption every 60 seconds
[    0.291886] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.291898] Initialise system trusted keyring
[    0.292177] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.293106] zpool: loaded
[    0.293108] zbud: loaded
[    0.293222] VFS: Disk quotas dquot_6.6.0
[    0.293244] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.293348] Key type big_key registered
[    0.293500] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.293535] io scheduler noop registered
[    0.293537] io scheduler deadline registered
[    0.293567] io scheduler cfq registered (default)
[    0.293888] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.293899] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.293910] efifb: probing for efifb
[    0.293921] efifb: framebuffer at 0xf5000000, mapped to 0xffffc90001000000, using 3072k, total 3072k
[    0.293922] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.293922] efifb: scrolling: redraw
[    0.293923] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.295237] Console: switching to colour frame buffer device 128x48
[    0.296502] fb0: EFI VGA frame buffer device
[    0.296508] intel_idle: MWAIT substates: 0x1120
[    0.296509] intel_idle: v0.4 model 0x3A
[    0.296510] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.296620] GHES: HEST is not enabled!
[    0.296661] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.317223] 00:08: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.317530] Linux agpgart interface v0.103
[    0.317750] rtc_cmos 00:02: RTC can wake from S4
[    0.317880] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    0.317906] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.317915] Intel P-state driver initializing.
[    0.318046] ledtrig-cpu: registered to indicate activity on CPUs
[    0.318633] NET: Registered protocol family 10
[    0.319023] NET: Registered protocol family 17
[    0.319616] Loading compiled-in X.509 certificates
[    0.319636] registered taskstats version 1
[    0.320071]   Magic number: 7:485:774
[    0.320085] mem zero: hash matches
[    0.320176] rtc_cmos 00:02: setting system clock to 2015-07-20 07:47:45 UTC (1437378465)
[    0.320282] PM: Hibernation image not present or could not be loaded.
[    0.320651] Freeing unused kernel memory: 1180K (ffffffff818e1000 - ffffffff81a08000)
[    0.320653] Write protecting the kernel read-only data: 8192k
[    0.321005] Freeing unused kernel memory: 436K (ffff880002593000 - ffff880002600000)
[    0.321110] Freeing unused kernel memory: 320K (ffff8800027b0000 - ffff880002800000)
[    0.329288] random: systemd-tmpfile urandom read with 1 bits of entropy available
[    0.363625] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.363628] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.364351] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.370942] ACPI: bus type USB registered
[    0.370970] usbcore: registered new interface driver usbfs
[    0.370984] usbcore: registered new interface driver hub
[    0.371153] usbcore: registered new device driver usb
[    0.371750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.372021] ehci-pci: EHCI PCI platform driver
[    0.372196] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.372204] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.372217] ehci-pci 0000:00:1a.0: debug port 2
[    0.375983] SCSI subsystem initialized
[    0.376173] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.376191] ehci-pci 0000:00:1a.0: irq 23, io mem 0xf7117000
[    0.377207] libata version 3.00 loaded.
[    0.385386] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.385563] hub 1-0:1.0: USB hub found
[    0.385570] hub 1-0:1.0: 2 ports detected
[    0.385823] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.385829] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.385920] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x0000b930
[    0.385927] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.386118] hub 2-0:1.0: USB hub found
[    0.386128] hub 2-0:1.0: 4 ports detected
[    0.386449] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.386453] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.386599] hub 3-0:1.0: USB hub found
[    0.386609] hub 3-0:1.0: 4 ports detected
[    0.386999] ata_piix 0000:00:1f.2: version 2.13
[    0.387085] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    0.387552] scsi host0: ata_piix
[    0.387659] scsi host1: ata_piix
[    0.387701] ata1: SATA max UDMA/133 cmd 0xf0d0 ctl 0xf0c0 bmdma 0xf090 irq 19
[    0.387705] ata2: SATA max UDMA/133 cmd 0xf0b0 ctl 0xf0a0 bmdma 0xf098 irq 19
[    0.387792] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    0.410135] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.538744] ata_piix 0000:00:1f.5: SCR access via SIDPR is available but doesn't work
[    0.539305] scsi host2: ata_piix
[    0.539627] scsi host3: ata_piix
[    0.539721] ata3: SATA max UDMA/133 cmd 0xf070 ctl 0xf060 bmdma 0xf030 irq 19
[    0.539724] ata4: SATA max UDMA/133 cmd 0xf050 ctl 0xf040 bmdma 0xf038 irq 19
[    0.539923] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.539933] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    0.539961] ehci-pci 0000:00:1d.0: debug port 2
[    0.543864] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.543871] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7116000
[    0.552088] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.552355] hub 4-0:1.0: USB hub found
[    0.552365] hub 4-0:1.0: 2 ports detected
[    0.692170] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.817685] usb 3-4: new SuperSpeed USB device number 2 using xhci_hcd
[    0.826287] hub 1-1:1.0: USB hub found
[    0.826361] hub 1-1:1.0: 6 ports detected
[    0.858838] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    0.955638] usb-storage 3-4:1.0: USB Mass Storage device detected
[    0.956028] scsi host4: usb-storage 3-4:1.0
[    0.956126] usbcore: registered new interface driver usb-storage
[    0.956496] usbcore: registered new interface driver uas
[    0.982952] hub 4-1:1.0: USB hub found
[    0.983147] hub 4-1:1.0: 6 ports detected
[    1.092294] usb 1-1.2: new full-speed USB device number 3 using ehci-pci
[    1.175618] ata1.00: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[    1.175634] ata1.01: SATA link up 3.0 Gbps (SStatus 123 SControl 330)
[    1.175765] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 330)
[    1.175781] ata2.01: SATA link up 1.5 Gbps (SStatus 113 SControl 330)
[    1.181886] hidraw: raw HID events driver (C) Jiri Kosina
[    1.185092] usbcore: registered new interface driver usbhid
[    1.185095] usbhid: USB HID core driver
[    1.185899] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C52F.0001/input/input1
[    1.185997] hid-generic 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.0-1.2/input0
[    1.186924] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C52F.0002/input/input2
[    1.189115] ata2.00: ATAPI: HL-DT-ST DVDRAM GH24NSB0, LN00, max UDMA/133
[    1.189131] ata2.01: ATAPI: TSSTcorp CDDVDW SH-224DB, SB01, max UDMA/100
[    1.202456] ata2.00: configured for UDMA/133
[    1.208754] ata1.00: ATA-8: KINGSTON SV300S37A60G, 521ABBF0, max UDMA/133
[    1.208758] ata1.00: 117231408 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.211610] ata1.01: ATA-9: ST1000DM003-1CH162, CC47, max UDMA/133
[    1.211615] ata1.01: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.215827] ata2.01: configured for UDMA/100
[    1.239363] hid-generic 0003:046D:C52F.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-1.2/input1
[    1.241961] ata1.00: configured for UDMA/133
[    1.248930] usb 4-1.5: new high-speed USB device number 3 using ehci-pci
[    1.252746] ata1.01: configured for UDMA/133
[    1.252994] scsi 0:0:0:0: Direct-Access     ATA      KINGSTON SV300S3 BBF0 PQ: 0 ANSI: 5
[    1.253569] scsi 0:0:1:0: Direct-Access     ATA      ST1000DM003-1CH1 CC47 PQ: 0 ANSI: 5
[    1.256112] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH24NSB0  LN00 PQ: 0 ANSI: 5
[    1.273104] scsi 1:0:1:0: CD-ROM            TSSTcorp CDDVDW SH-224DB  SB01 PQ: 0 ANSI: 5
[    1.284650] sd 0:0:0:0: [sda] 117231408 512-byte logical blocks: (60.0 GB/55.8 GiB)
[    1.284696] sd 0:0:1:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    1.284698] sd 0:0:1:0: [sdb] 4096-byte physical blocks
[    1.284783] sd 0:0:1:0: [sdb] Write Protect is off
[    1.284788] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    1.284799] sd 0:0:0:0: [sda] Write Protect is off
[    1.284801] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.284830] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.284904] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.292238] tsc: Refined TSC clocksource calibration: 3391.448 MHz
[    1.292242] clocksource tsc: mask: 0xffffffffffffffff max_cycles: 0x30e2c0637bf, max_idle_ns: 440795378911 ns
[    1.303012] sr 1:0:0:0: [sr0] scsi3-mmc drive: 48x/12x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.303016] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.303250] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.317849] sr 1:0:1:0: [sr1] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.318018] sr 1:0:1:0: Attached scsi CD-ROM sr1
[    1.344043]  sdb: sdb1 sdb2 sdb3
[    1.346449] sd 0:0:1:0: [sdb] Attached SCSI disk
[    1.347064]  sda: sda1 sda2 sda3
[    1.347482] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.551299] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    1.659772] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.659870] systemd[1]: Inserted module 'ip_tables'
[    1.683691] systemd[1]: systemd 222 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
[    1.683830] systemd[1]: Detected architecture x86-64.
[    1.684182] systemd[1]: Set hostname to <arch-desktop>.
[    1.800159] systemd[1]: Reached target Remote File Systems.
[    1.800173] systemd[1]: Starting Remote File Systems.
[    1.800267] systemd[1]: Set up automount EFI System Partition Automount.
[    1.800280] systemd[1]: Starting EFI System Partition Automount.
[    1.802387] systemd[1]: Set up automount home.automount.
[    1.802400] systemd[1]: Starting home.automount.
[    1.802619] systemd[1]: Created slice Root Slice.
[    1.802630] systemd[1]: Starting Root Slice.
[    1.802677] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.802687] systemd[1]: Starting Journal Socket (/dev/log).
[    1.802717] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    1.802727] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    1.802753] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.802762] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    1.802878] systemd[1]: Created slice System Slice.
[    1.802892] systemd[1]: Starting System Slice.
[    1.803005] systemd[1]: Created slice system-getty.slice.
[    1.803015] systemd[1]: Starting system-getty.slice.
[    1.805926] systemd[1]: Set up automount mnt-virtualbox.automount.
[    1.805945] systemd[1]: Starting mnt-virtualbox.automount.
[    1.805992] systemd[1]: Listening on udev Control Socket.
[    1.806003] systemd[1]: Starting udev Control Socket.
[    1.806036] systemd[1]: Listening on LVM2 metadata daemon socket.
[    1.806046] systemd[1]: Starting LVM2 metadata daemon socket.
[    1.806064] systemd[1]: Reached target Encrypted Volumes.
[    1.806072] systemd[1]: Starting Encrypted Volumes.
[    1.806209] systemd[1]: Created slice User and Session Slice.
[    1.806220] systemd[1]: Starting User and Session Slice.
[    1.806232] systemd[1]: Reached target Slices.
[    1.806241] systemd[1]: Starting Slices.
[    1.806271] systemd[1]: Listening on udev Kernel Socket.
[    1.806280] systemd[1]: Starting udev Kernel Socket.
[    1.806404] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    1.806415] systemd[1]: Starting system-systemd\x2dfsck.slice.
[    1.810157] systemd[1]: Listening on Journal Audit Socket.
[    1.810323] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.810338] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    1.810354] systemd[1]: Reached target Login Prompts.
[    1.810364] systemd[1]: Starting Login Prompts.
[    1.810412] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.810421] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    1.810470] systemd[1]: Listening on Journal Socket.
[    1.810485] systemd[1]: Starting Journal Socket.
[    1.810982] systemd[1]: Starting Journal Service...
[    1.811450] systemd[1]: Starting Setup Virtual Console...
[    1.811970] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    1.812417] systemd[1]: Mounting Debug File System...
[    1.818781] systemd[1]: Started Set Up Additional Binary Formats.
[    1.819374] systemd[1]: Mounting Huge Pages File System...
[    1.821377] systemd[1]: Starting Load Kernel Modules...
[    1.821403] systemd[1]: Started File System Check on Root Device.
[    1.821848] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.822272] systemd[1]: Mounting POSIX Message Queue File System...
[    1.822373] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.822392] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    1.822407] systemd[1]: Reached target Paths.
[    1.822415] systemd[1]: Starting Paths.
[    1.823288] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    1.836268] EXT4-fs (sda2): re-mounted. Opts: discard,data=ordered
[    1.838065] vboxdrv: Found 4 processor cores.
[    1.838313] vboxdrv: fAsync=0 offMin=0x28c offMax=0x112a
[    1.838379] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[    1.838381] vboxdrv: Successfully loaded version 4.3.28_OSE (interface 0x001a000a).
[    1.846099] systemd[1]: Mounted Huge Pages File System.
[    1.846132] systemd[1]: Mounted Debug File System.
[    1.846150] systemd[1]: Mounted POSIX Message Queue File System.
[    1.846528] systemd[1]: Started Load Kernel Modules.
[    1.846738] systemd[1]: Started Remount Root and Kernel File Systems.
[    1.853079] systemd[1]: Started First Boot Wizard.
[    1.853108] systemd[1]: Started Rebuild Dynamic Linker Cache.
[    1.853127] systemd[1]: Started Create System Users.
[    1.853617] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.854818] systemd[1]: Started Rebuild Hardware Database.
[    1.855216] systemd[1]: Starting udev Coldplug all Devices...
[    1.855638] systemd[1]: Mounting Configuration File System...
[    1.855677] systemd[1]: Mounted FUSE Control File System.
[    1.856078] systemd[1]: Starting Apply Kernel Variables...
[    1.857018] systemd[1]: Mounted Configuration File System.
[    1.862159] systemd[1]: Started Journal Service.
[    1.953691] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    1.953696] ACPI: Power Button [PWRB]
[    1.953738] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    1.953740] ACPI: Power Button [PWRF]
[    1.959599] scsi 4:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0540 PQ: 0 ANSI: 0
[    1.959979] scsi 4:0:0:1: Direct-Access     Generic  STORAGE DEVICE   0540 PQ: 0 ANSI: 0
[    1.960354] scsi 4:0:0:2: Direct-Access     Generic  STORAGE DEVICE   0540 PQ: 0 ANSI: 0
[    1.960731] scsi 4:0:0:3: Direct-Access     Generic  STORAGE DEVICE   0540 PQ: 0 ANSI: 0
[    1.961106] scsi 4:0:0:4: Direct-Access     Generic  STORAGE DEVICE   0540 PQ: 0 ANSI: 0
[    1.963415] sd 4:0:0:0: [sdc] Attached SCSI removable disk
[    1.963598] parport_pc 00:05: reported by Plug and Play ACPI
[    1.963658] parport0: PC-style at 0x378, irq 5 [PCSPP]
[    1.963820] sd 4:0:0:1: [sdd] Attached SCSI removable disk
[    1.964033] sd 4:0:0:2: [sde] Attached SCSI removable disk
[    1.964236] sd 4:0:0:3: [sdf] Attached SCSI removable disk
[    1.964450] sd 4:0:0:4: [sdg] Attached SCSI removable disk
[    2.026386] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.026515] EDAC MC: Ver: 3.0.0
[    2.027165] wmi: Mapper loaded
[    2.028489] thermal LNXTHERM:00: registered as thermal_zone0
[    2.028491] ACPI: Thermal Zone [TZ00] (28 C)
[    2.028639] thermal LNXTHERM:01: registered as thermal_zone1
[    2.028641] ACPI: Thermal Zone [TZ01] (30 C)
[    2.033802] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20150410/utaddress-254)
[    2.033807] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.033810] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150410/utaddress-254)
[    2.033812] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.033813] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150410/utaddress-254)
[    2.033815] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.033816] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150410/utaddress-254)
[    2.033818] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.033818] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    2.060450] ACPI Warning: SystemIO range 0x000000000000F000-0x000000000000F01F conflicts with OpRegion 0x000000000000F000-0x000000000000F00F (\_SB_.PCI0.SBUS.SMBI) (20150410/utaddress-254)
[    2.060455] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.064503] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.064510] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.065204] r8169 0000:03:00.0 eth0: RTL8168f/8111f at 0xffffc90000c80000, d8:50:e6:d1:85:1e, XID 08000800 IRQ 28
[    2.065206] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    2.080429] [drm] Initialized drm 1.1.0 20060810
[    2.118552] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    2.123068] AVX version of gcm_enc/dec engaged.
[    2.123070] AES CTR mode by8 optimization enabled
[    2.189241] nvidia: module license 'NVIDIA' taints kernel.
[    2.189244] Disabling lock debugging due to kernel taint
[    2.194934] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    2.196460] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    2.196463] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.196464] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    2.196465] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    2.196466] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x0
[    2.196467] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    2.196468] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    2.196470] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    2.196471] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    2.196684] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:01:00.0 on minor 0
[    2.196689] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  340.76  Thu Jan 22 12:11:08 PST 2015
[    2.198692] ppdev: user-space parallel port driver
[    2.203086] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    2.209868] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[    2.209907] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    2.209942] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    2.209976] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    2.210013] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    2.213089] iTCO_vendor_support: vendor-support=0
[    2.214948] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    2.214977] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[    2.215022] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.218265] r8169 0000:03:00.0 enp3s0: renamed from eth0
[    2.227264] intel_rapl: Found RAPL domain package
[    2.227268] intel_rapl: Found RAPL domain core
[    2.250729] Adding 16777212k swap on /dev/sdb2.  Priority:-1 extents:1 across:16777212k FS
[    2.292909] Switched to clocksource tsc
[    2.306820] mousedev: PS/2 mouse device common for all mice
[    2.308538] random: nonblocking pool is initialized
[    2.319768] media: Linux media interface: v0.10
[    2.323155] Linux video capture interface: v2.00
[    2.328424] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0825)
[    2.425029] input: UVC Camera (046d:0825) as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/input/input11
[    2.425078] usbcore: registered new interface driver uvcvideo
[    2.425079] USB Video Class driver (1.1.1)
[    3.587852] usb 4-1.5: set resolution quirk: cval->res = 384
[    3.588145] usbcore: registered new interface driver snd-usb-audio
[    4.155816] REISERFS (device sdb1): found reiserfs format "3.6" with standard journal
[    4.155825] REISERFS (device sdb1): using ordered data mode
[    4.155826] reiserfs: using flush barriers
[    4.168273] REISERFS (device sdb1): journal params: device sdb1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[    4.168529] REISERFS (device sdb1): checking transaction log (sdb1)
[    4.222340] REISERFS (device sdb1): Using r5 hash to sort names
[    4.261618] systemd-journald[164]: Received request to flush runtime journal from PID 1
[   10.973865] r8169 0000:03:00.0 enp3s0: link down
[   10.973871] r8169 0000:03:00.0 enp3s0: link down
[   11.072944] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: data=ordered
[   12.602272] r8169 0000:03:00.0 enp3s0: link up
[   16.895467] gnome-shell[517]: segfault at 0 ip 00007f013c682100 sp 00007ffe5fb6b7c8 error 4 in libxcb.so.1.1.0[7f013c677000+21000]
[   17.506929] fuse init (API version 7.23)
[   17.685863] gnome-shell[637]: segfault at 1 ip 0000000000000001 sp 00007ffe1bb81fd8 error 14 in gnome-shell[400000+3000]
[   20.353779] NVRM: Your system is not currently configured to drive a VGA console
[   20.353784] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[   20.353786] NVRM: requires the use of a text-mode VGA console. Use of other console
[   20.353787] NVRM: drivers including, but not limited to, vesafb, may result in
[   20.353789] NVRM: corruption and stability problems, and is not supported.
[  185.073708] retire_capture_urb: 10 callbacks suppressed

Hardware configuration: Intel Core i5 3.4GHz, 8GB DDR3 RAM, NVIDIA GEForce 9600GT
Software configuration: Arch Linux, default kernel, NVidia 340xx drivers, Gnome 3 on X.Org
Mons

Offline

#6 2015-07-20 16:55:32

mk_arch
Member
Registered: 2014-10-21
Posts: 3

Re: [SOLVED] "Failed to start Create Volatile Files and Directories"

According to this problem is with new systemd default settings which sets nocow attribute for journal files.
Configuration is done through /usr/lib/tmpfiles.d/journal-nocow.conf.

If you read file you can see that is says

# Set the NOCOW attribute for directories of journal files. This flag
# is inheredited by their new files and sub-directories. Matters only
# for btrfs filesystems.

Since ReiserFS doesn't support this setting it produces error.


As it says that its only affects btrfs, I disable this setting by renaming configuration file for now

mv /usr/lib/tmpfiles.d/journal-nocow.conf /usr/lib/tmpfiles.d/journal-nocow.conf.bak

After that systemctl start systemd-tmpfiles-setup.service runs without problems.

Offline

#7 2015-07-20 17:59:00

Raynman
Member
Registered: 2011-10-22
Posts: 1,539

Re: [SOLVED] "Failed to start Create Volatile Files and Directories"

The file will reappear with the next update. For a more permanent solution, follow the man page recommendation:

tmpfiles.d(5) wrote:

If the administrator wants to disable a configuration file supplied by the vendor, the recommended way is to place a symlink to /dev/null in /etc/tmpfiles.d/ bearing the same filename.

Offline

#8 2015-07-23 10:41:54

Mons1990
Member
From: Pianoro (BO) - Italy
Registered: 2012-04-23
Posts: 102

Re: [SOLVED] "Failed to start Create Volatile Files and Directories"

Wow! Thank you! In general should I convert my /var partition in something else? When I installed the system I read that ReiserFS works well with a large amount of small files, but I had no one of this troubles. It's time to migrate to something else?

Last edited by Mons1990 (2015-07-23 10:47:29)


Hardware configuration: Intel Core i5 3.4GHz, 8GB DDR3 RAM, NVIDIA GEForce 9600GT
Software configuration: Arch Linux, default kernel, NVidia 340xx drivers, Gnome 3 on X.Org
Mons

Offline

Board footer

Powered by FluxBB