[Fedora-24] SmartMount is not working.

Discussion in 'Linux Virtual Machine' started by ShinSukK, Jan 31, 2017.

  1. ShinSukK

    ShinSukK Bit poster

    Messages:
    1
    I recently updated the Fedora 24 kernel.
    The updated version is 4.9.6-100.

    However, the SmartMount function does not work in this version.
    Of course, I reinstalled Parallels Tools and tried reinstalling Fedora-24.

    Is there a solution for this? Anyone with the same problem as me?

    Using Parallels Desktop 12 for Mac Pro Edition (Version 12.1.3 (41532))

    $df
    [ken@fedora-linux ~]$ df
    Filesystem 1K-blocks Used Available Use% Mounted on
    devtmpfs 4074408 0 4074408 0% /dev
    tmpfs 4085744 184 4085560 1% /dev/shm
    tmpfs 4085744 1128 4084616 1% /run
    tmpfs 4085744 0 4085744 0% /sys/fs/cgroup
    /dev/mapper/fedora_fedora--linux-root 51475068 6305252 42531992 13% /
    tmpfs 4085744 0 4085744 0% /tmp
    /dev/sda1 487652 109218 348738 24% /boot
    /dev/mapper/fedora_fedora--linux-home 71732568 3872708 64192916 6% /home
    tmpfs 817152 20 817132 1% /run/user/1000

    $ mount
    sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
    proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
    devtmpfs on /dev type devtmpfs (rw,nosuid,size=4074408k,nr_inodes=1018602,mode=755)
    securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
    tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
    devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
    tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
    tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
    cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
    pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
    cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
    cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
    cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
    cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
    cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
    cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
    cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
    cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
    cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
    cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
    configfs on /sys/kernel/config type configfs (rw,relatime)
    /dev/mapper/fedora_fedora--linux-root on / type ext4 (rw,relatime,data=ordered)
    systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=14012)
    debugfs on /sys/kernel/debug type debugfs (rw,relatime)
    mqueue on /dev/mqueue type mqueue (rw,relatime)
    tmpfs on /tmp type tmpfs (rw)
    hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
    nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
    /dev/sda1 on /boot type ext4 (rw,relatime,stripe=4,data=ordered)
    /dev/mapper/fedora_fedora--linux-home on /home type ext4 (rw,relatime,data=ordered)
    sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
    binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
    tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=817152k,mode=700,uid=1000,gid=1000)
    fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
    gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)

    $ dmesg
    [ 0.000000] Linux version 4.9.6-100.fc24.x86_64 (mockbuild@bkernel02.phx2.fedoraproject.org) (gcc version 6.3.1 20161221 (Red Hat 6.3.1-1) (GCC) ) #1 SMP Thu Jan 26 10:21:30 UTC 2017
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.9.6-100.fc24.x86_64 root=/dev/mapper/fedora_fedora--linux-root ro rd.lvm.lv=fedora_fedora-linux/root rd.lvm.lv=fedora_fedora-linux/swap rhgb quiet LANG=ko_KR.UTF-8
    [ 0.000000] Disabled fast string operations
    [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
    [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
    [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
    [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
    [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
    [ 0.000000] x86/fpu: Using 'eager' FPU context switches.
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000affebfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000affec000-0x00000000affedfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000affee000-0x00000000afffafff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000afffb000-0x00000000afffffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fd7fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000024fffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: Parallels Software International Inc. Parallels Virtual Platform/Parallels Virtual Platform, BIOS 12.1.3 (41532) 01/18/2017
    [ 0.000000] Hypervisor detected: KVM
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0x250000 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-C7FFF write-protect
    [ 0.000000] C8000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0B0000000 mask FF0000000 uncachable
    [ 0.000000] 1 base 0F0000000 mask FF0000000 uncachable
    [ 0.000000] 2 base 000000000 mask E00000000 write-back
    [ 0.000000] 3 base 200000000 mask FC0000000 write-back
    [ 0.000000] 4 base 240000000 mask FF0000000 write-back
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
    [ 0.000000] e820: update [mem 0xb0000000-0xbfffffff] usable ==> reserved
    [ 0.000000] e820: update [mem 0xf0000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xaffec max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x0009fc30-0x0009fc3f] mapped at [ffff9aacc009fc30]
    [ 0.000000] Base memory trampoline at [ffff9aacc0099000] 99000 size 24576
    [ 0.000000] BRK [0x1f4284000, 0x1f4284fff] PGTABLE
    [ 0.000000] BRK [0x1f4285000, 0x1f4285fff] PGTABLE
    [ 0.000000] BRK [0x1f4286000, 0x1f4286fff] PGTABLE
    [ 0.000000] BRK [0x1f4287000, 0x1f4287fff] PGTABLE
    [ 0.000000] BRK [0x1f4288000, 0x1f4288fff] PGTABLE
    [ 0.000000] BRK [0x1f4289000, 0x1f4289fff] PGTABLE
    [ 0.000000] BRK [0x1f428a000, 0x1f428afff] PGTABLE
    [ 0.000000] BRK [0x1f428b000, 0x1f428bfff] PGTABLE
    [ 0.000000] BRK [0x1f428c000, 0x1f428cfff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x35c04000-0x36df9fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000000E0000 000024 (v02 PRLS )
    [ 0.000000] ACPI: XSDT 0x00000000AFFF2940 00004C (v01 PRLS PRLS_OEM 00000001 INTL 20051216)
    [ 0.000000] ACPI: FACP 0x00000000AFFEE0C0 0000F4 (v03 PRLS PRLS_OEM 00000001 INTL 20051216)
    [ 0.000000] ACPI: DSDT 0x00000000AFFEE440 00447A (v02 PRLS PRLSACPI 00001001 INTL 20051216)
    [ 0.000000] ACPI: FACS 0x00000000AFFEE1C0 000040
    [ 0.000000] ACPI: FACS 0x00000000AFFEE1C0 000040
    [ 0.000000] ACPI: APIC 0x00000000AFFEE200 000216 (v01 PRLS PRLS_OEM 00000001 INTL 20051216)
    [ 0.000000] ACPI: HPET 0x00000000AFFF28C0 000038 (v00 PRLS PRLS_OEM 00000001 INTL 20051216)
    [ 0.000000] ACPI: MCFG 0x00000000AFFF2900 00003C (v01 PRLS PRLS_OEM 00000001 INTL 20051216)
    [ 0.000000] ACPI: OEM1 0x00000000AFFF29C0 000394 (v01 PRLS PRLS_OEM 00000001 INTL 20051216)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000024fffffff]
    [ 0.000000] NODE_DATA(0) allocated [mem 0x24ffe5000-0x24fffbfff]
    [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
    [ 0.000000] kvm-clock: cpu 0, msr 2:4ffd5001, primary cpu clock
    [ 0.000000] kvm-clock: using sched offset of 5254885999 cycles
    [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
    [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
    [ 0.000000] Normal [mem 0x0000000100000000-0x000000024fffffff]
    [ 0.000000] Device empty
    [ 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-0x00000000affebfff]
    [ 0.000000] node 0: [mem 0x0000000100000000-0x000000024fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000024fffffff]
    [ 0.000000] On node 0 totalpages: 2097034
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 11200 pages used for memmap
    [ 0.000000] DMA32 zone: 716780 pages, LIFO batch:31
    [ 0.000000] Normal zone: 21504 pages used for memmap
    [ 0.000000] Normal zone: 1376256 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x4008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1])
    [ 0.000000] IOAPIC[0]: apic_id 0, version 2, 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 14 global_irq 14 dfl edge)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 dfl edge)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] ACPI: IRQ14 used by override.
    [ 0.000000] ACPI: IRQ15 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 32 CPUs, 30 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-0x000dbfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xaffec000-0xaffedfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xaffee000-0xafffafff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xafffb000-0xafffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb0000000-0xfcffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfd000000-0xfd7fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfd800000-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-0xfed00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
    [ 0.000000] e820: [mem 0xb0000000-0xfcffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on KVM
    [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
    [ 0.000000] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
    [ 0.000000] percpu: Embedded 36 pages/cpu @ffff9aaf06e00000 s108888 r8192 d30376 u262144
    [ 0.000000] pcpu-alloc: s108888 r8192 d30376 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
    [ 0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 2064245
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.6-100.fc24.x86_64 root=/dev/mapper/fedora_fedora--linux-root ro rd.lvm.lv=fedora_fedora-linux/root rd.lvm.lv=fedora_fedora-linux/swap rhgb quiet LANG=ko_KR.UTF-8
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Memory: 8148784K/8388136K available (8327K kernel code, 1427K rwdata, 3396K rodata, 1688K init, 1464K bss, 239352K reserved, 0K cma-reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
    [ 0.000000] Hierarchical RCU implementation.
    [ 0.000000] Build-time adjustment of leaf fanout to 64.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=32.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=32
    [ 0.000000] NR_IRQS:65792 nr_irqs:680 16
    [ 0.000000] Offload RCU callbacks from all CPUs
    [ 0.000000] Offload RCU callbacks from CPUs: 0-31.
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 119453777892 ns
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Detected 2793.532 MHz processor
    [ 0.000597] Calibrating delay loop (skipped) preset value.. 5587.06 BogoMIPS (lpj=2793532)
    [ 0.000601] pid_max: default: 32768 minimum: 301
    [ 0.000605] ACPI: Core revision 20160831
    [ 0.001087] ACPI: 1 ACPI AML tables successfully acquired and loaded
    [ 0.001091] Security Framework initialized
    [ 0.001095] Yama: becoming mindful.
    [ 0.001099] SELinux: Initializing.
    [ 0.001103] SELinux: Starting in permissive mode
    [ 0.001369] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.003313] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.004047] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.004051] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.004119] Disabled fast string operations
    [ 0.004123] CPU: Physical Processor ID: 0
    [ 0.004126] CPU: Processor Core ID: 0
    [ 0.004130] mce: CPU supports 0 MCE banks
    [ 0.004143] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
    [ 0.004146] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
    [ 0.004538] Freeing SMP alternatives memory: 32K (ffffffffa010c000 - ffffffffa0114000)
    [ 0.004748] ftrace: allocating 31119 entries in 122 pages
    [ 0.008799] smpboot: Max logical packages: 16
    [ 0.008803] x2apic enabled
    [ 0.008807] Switched APIC routing to physical x2apic.
    [ 0.008972] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.008994] TSC deadline timer enabled
    [ 0.009001] smpboot: CPU0: Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz (family: 0x6, model: 0x46, stepping: 0x1)
    [ 0.009005] Performance Events: unsupported p6 CPU model 70 no PMU driver, software events only.
    [ 0.010071] x86: Booting SMP configuration:
    [ 0.010074] .... node #0, CPUs: #1
    [ 0.020834] kvm-clock: cpu 1, msr 2:4ffd5041, secondary cpu clock
    [ 0.020954] Disabled fast string operations
    [ 0.021014] mce: CPU supports 0 MCE banks
    [ 0.023190] x86: Booted up 1 node, 2 CPUs
    [ 0.023194] smpboot: Total of 2 processors activated (11174.12 BogoMIPS)
    [ 0.042514] devtmpfs: initialized
    [ 0.043384] x86/mm: Memory block size: 128MB
    [ 0.045496] PM: Registering ACPI NVS region [mem 0xafffb000-0xafffffff] (20480 bytes)
    [ 0.045550] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [ 0.045748] atomic64_test: passed for x86-64 platform with CX8 and with SSE
    [ 0.045752] pinctrl core: initialized pinctrl subsystem
    [ 0.045780] RTC time: 5:09:44, date: 02/01/17
    [ 0.045811] NET: Registered protocol family 16
    [ 0.047371] cpuidle: using governor menu
    [ 0.047401] ACPI: bus type PCI registered
    [ 0.047405] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.047421] PCI: MMCONFIG for domain 0000 [bus 00-0f] at [mem 0xfc000000-0xfcffffff] (base 0xfc000000)
    [ 0.047425] PCI: not using MMCONFIG
    [ 0.047428] PCI: Using configuration type 1 for base access
    [ 0.049698] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.050193] ACPI: Added _OSI(Module Device)
    [ 0.050197] ACPI: Added _OSI(Processor Device)
    [ 0.050200] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.050203] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.050420] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.052456] ACPI : EC: EC started
    [ 0.052460] ACPI: \_SB_.PCI0.PX40.EC__: Used as first EC
    [ 0.052464] ACPI: \_SB_.PCI0.PX40.EC__: GPE=0xa, EC_CMD/EC_SC=0x66, EC_DATA=0x62
    [ 0.052467] ACPI: \_SB_.PCI0.PX40.EC__: Used as boot DSDT EC to handle transactions
    [ 0.052470] ACPI: Interpreter enabled
    [ 0.052474] ACPI: (supports S0 S3 S4 S5)
    [ 0.052477] ACPI: Using IOAPIC for interrupt routing
    [ 0.052481] PCI: MMCONFIG for domain 0000 [bus 00-0f] at [mem 0xfc000000-0xfcffffff] (base 0xfc000000)
    [ 0.052485] PCI: MMCONFIG at [mem 0xfc000000-0xfcffffff] reserved in ACPI motherboard resources
    [ 0.052489] pmd_set_huge: Cannot satisfy [mem 0xfc000000-0xfc200000] with a huge-page mapping due to MTRR override.
    [ 0.052493] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.138361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
    [ 0.138365] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.138369] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    [ 0.138386] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-0f] only partially covers this bridge
    [ 0.138390] acpi PNP0A08:00: ignoring host bridge window [mem 0x000d0000-0x000dffff window] (conflicts with reserved [mem 0x000dc000-0x000fffff])
    [ 0.138398] PCI host bridge to bus 0000:00
    [ 0.138402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
    [ 0.138406] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
    [ 0.138409] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
    [ 0.138413] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
    [ 0.138416] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfbffffff window]
    [ 0.138420] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfd7fffff]
    [ 0.138424] pci_bus 0000:00: root bus resource [bus 00-7f]
    [ 0.138428] pci 0000:00:00.0: [8086:29a0] type 00 class 0x060000
    [ 0.138570] pci 0000:00:01.0: [8086:2981] type 01 class 0x060401
    [ 0.138704] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.138730] pci 0000:00:03.0: [1ab8:4000] type 00 class 0xff0000
    [ 0.138770] pci 0000:00:03.0: reg 0x10: [io 0x8000-0x801f]
    [ 0.139028] pci 0000:00:05.0: [1af4:1000] type 00 class 0x020000
    [ 0.139048] pci 0000:00:05.0: reg 0x10: [io 0x8200-0x823f]
    [ 0.139068] pci 0000:00:05.0: reg 0x14: [mem 0xee000000-0xee000fff]
    [ 0.139253] pci 0000:00:0a.0: [1011:0022] type 01 class 0x060400
    [ 0.139381] pci 0000:00:0e.0: [1af4:1002] type 00 class 0x050000
    [ 0.139385] pci 0000:00:0e.0: reg 0x10: [io 0xb000-0xb01f]
    [ 0.139393] pci 0000:00:1d.0: [8086:2658] type 00 class 0x0c0300
    [ 0.139397] pci 0000:00:1d.0: reg 0x20: [io 0xb200-0xb21f]
    [ 0.139409] pci 0000:00:1d.6: [1033:0194] type 00 class 0x0c0330
    [ 0.139413] pci 0000:00:1d.6: reg 0x10: [mem 0xef100000-0xef100fff]
    [ 0.139421] pci 0000:00:1d.7: [8086:265c] type 00 class 0x0c0320
    [ 0.139425] pci 0000:00:1d.7: reg 0x10: [mem 0xef140000-0xef1403ff]
    [ 0.139433] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060400
    [ 0.139441] pci 0000:00:1f.0: [8086:2810] type 00 class 0x060100
    [ 0.139445] pci 0000:00:1f.0: quirk: [io 0x4000-0x407f] claimed by ICH6 ACPI/GPIO/TCO
    [ 0.139453] pci 0000:00:1f.1: [8086:244b] type 00 class 0x010180
    [ 0.139457] pci 0000:00:1f.1: reg 0x20: [io 0xe000-0xe00f]
    [ 0.139461] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
    [ 0.139464] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
    [ 0.139465] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
    [ 0.139466] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
    [ 0.139478] pci 0000:00:1f.2: [8086:2821] type 00 class 0x010601
    [ 0.139482] pci 0000:00:1f.2: reg 0x10: [io 0xe200-0xe207]
    [ 0.139486] pci 0000:00:1f.2: reg 0x14: [io 0xe400-0xe403]
    [ 0.139490] pci 0000:00:1f.2: reg 0x18: [io 0xe600-0xe607]
    [ 0.139494] pci 0000:00:1f.2: reg 0x1c: [io 0xe800-0xe803]
    [ 0.139498] pci 0000:00:1f.2: reg 0x20: [io 0xea00-0xea0f]
    [ 0.139502] pci 0000:00:1f.2: reg 0x24: [mem 0xf0200000-0xf0201fff]
    [ 0.139506] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.139514] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
    [ 0.139518] pci 0000:00:1f.3: reg 0x10: [mem 0xf0240000-0xf0240fff]
    [ 0.139522] pci 0000:00:1f.3: reg 0x20: [io 0xec00-0xec1f]
    [ 0.139530] pci 0000:00:1f.4: [8086:2445] type 00 class 0x040100
    [ 0.139534] pci 0000:00:1f.4: reg 0x10: [io 0xee00-0xeeff]
    [ 0.139538] pci 0000:00:1f.4: reg 0x14: [io 0xf000-0xf0ff]
    [ 0.139554] pci 0000:01:00.0: [1ab8:4005] type 00 class 0x030000
    [ 0.139558] pci 0000:01:00.0: reg 0x10: [io 0x6000-0x601f]
    [ 0.139562] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff pref]
    [ 0.139566] pci 0000:01:00.0: reg 0x30: [mem 0xe2000000-0xe200ffff pref]
    [ 0.139574] pci 0000:00:01.0: PCI bridge to [bus 01] (subtractive decode)
    [ 0.139578] pci 0000:00:01.0: bridge window [io 0x6000-0x7fff]
    [ 0.139582] pci 0000:00:01.0: bridge window [mem 0xe2000000-0xedffffff]
    [ 0.139586] pci 0000:00:01.0: bridge window [mem 0xb0000000-0xdfffffff 64bit pref]
    [ 0.139587] pci 0000:00:01.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
    [ 0.139589] pci 0000:00:01.0: bridge window [io 0x0d00-0xffff window] (subtractive decode)
    [ 0.139590] pci 0000:00:01.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
    [ 0.139591] pci 0000:00:01.0: bridge window [mem 0x000c0000-0x000cffff window] (subtractive decode)
    [ 0.139593] pci 0000:00:01.0: bridge window [mem 0xb0000000-0xfbffffff window] (subtractive decode)
    [ 0.139594] pci 0000:00:01.0: bridge window [mem 0xfd000000-0xfd7fffff] (subtractive decode)
    [ 0.139598] pci 0000:00:0a.0: PCI bridge to [bus 02]
    [ 0.139601] pci 0000:00:0a.0: bridge window [io 0x9000-0xafff]
    [ 0.139603] pci 0000:00:0a.0: bridge window [mem 0xee100000-0xef0fffff]
    [ 0.139606] pci 0000:00:0a.0: bridge window [mem 0xe0000000-0xe0ffffff pref]
    [ 0.139614] pci 0000:00:1e.0: PCI bridge to [bus 03] (subtractive decode)
    [ 0.139618] pci 0000:00:1e.0: bridge window [io 0xc000-0xdfff]
    [ 0.139621] pci 0000:00:1e.0: bridge window [mem 0xef200000-0xf01fffff]
    [ 0.139625] pci 0000:00:1e.0: bridge window [mem 0xe1000000-0xe1ffffff 64bit pref]
    [ 0.139627] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
    [ 0.139629] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode)
    [ 0.139630] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
    [ 0.139631] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000cffff window] (subtractive decode)
    [ 0.139632] pci 0000:00:1e.0: bridge window [mem 0xb0000000-0xfbffffff window] (subtractive decode)
    [ 0.139633] pci 0000:00:1e.0: bridge window [mem 0xfd000000-0xfd7fffff] (subtractive decode)
    [ 0.139637] ACPI Exception: AE_NOT_FOUND, Evaluating _PRS (20160831/pci_link-176)
    [ 0.188030] ACPI: Enabled 3 GPEs in block 00 to 0F
    [ 0.188070] ACPI : EC: event unblocked
    [ 0.188142] ACPI: \_SB_.PCI0.PX40.EC__: GPE=0xa, EC_CMD/EC_SC=0x66, EC_DATA=0x62
    [ 0.188146] ACPI: \_SB_.PCI0.PX40.EC__: Used as boot DSDT EC to handle transactions and events
    [ 0.193140] vgaarb: setting as boot device: PCI:0000:01:00.0
    [ 0.193144] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.193148] vgaarb: loaded
    [ 0.193152] vgaarb: bridge control possible 0000:01:00.0
    [ 0.193739] SCSI subsystem initialized
    [ 0.193855] libata version 3.00 loaded.
    [ 0.194088] ACPI: bus type USB registered
    [ 0.194092] usbcore: registered new interface driver usbfs
    [ 0.194100] usbcore: registered new interface driver hub
    [ 0.194124] usbcore: registered new device driver usb
    [ 0.194352] PCI: Using ACPI for IRQ routing
    [ 0.194496] PCI: pci_cache_line_size set to 64 bytes
    [ 0.194520] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    [ 0.194524] e820: reserve RAM buffer [mem 0xaffec000-0xafffffff]
    [ 0.195143] NetLabel: Initializing
    [ 0.195147] NetLabel: domain hash size = 128
    [ 0.195151] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.195155] NetLabel: unlabeled traffic allowed by default
    [ 0.196073] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.196077] hpet0: 8 comparators, 64-bit 16.000000 MHz counter
    [ 0.198161] clocksource: Switched to clocksource kvm-clock
    [ 0.210481] VFS: Disk quotas dquot_6.6.0
    [ 0.210485] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.210497] pnp: PnP ACPI init
    [ 0.211560] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.211568] pnp 00:01: Plug and Play ACPI device, IDs PNP0f03 (active)
    [ 0.211576] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.211584] system 00:03: [mem 0xff000000-0xffffffff] could not be reserved
    [ 0.211588] system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.211596] system 00:04: [io 0x04d0-0x04d1] has been reserved
    [ 0.211600] system 00:04: [mem 0xfc000000-0xfcffffff] has been reserved
    [ 0.211604] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.216163] pnp: PnP ACPI: found 5 devices
    [ 0.227870] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
    [ 0.227904] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.227908] pci 0000:00:01.0: bridge window [io 0x6000-0x7fff]
    [ 0.227942] pci 0000:00:01.0: bridge window [mem 0xe2000000-0xedffffff]
    [ 0.227962] pci 0000:00:01.0: bridge window [mem 0xb0000000-0xdfffffff 64bit pref]
    [ 0.228006] pci 0000:00:0a.0: PCI bridge to [bus 02]
    [ 0.228010] pci 0000:00:0a.0: bridge window [io 0x9000-0xafff]
    [ 0.228054] pci 0000:00:0a.0: bridge window [mem 0xee100000-0xef0fffff]
    [ 0.228074] pci 0000:00:0a.0: bridge window [mem 0xe0000000-0xe0ffffff pref]
    [ 0.228128] pci 0000:00:1e.0: PCI bridge to [bus 03]
    [ 0.228132] pci 0000:00:1e.0: bridge window [io 0xc000-0xdfff]
    [ 0.228170] pci 0000:00:1e.0: bridge window [mem 0xef200000-0xf01fffff]
    [ 0.228174] pci 0000:00:1e.0: bridge window [mem 0xe1000000-0xe1ffffff 64bit pref]
    [ 0.229173] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
    [ 0.229175] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
    [ 0.229176] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
    [ 0.229177] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff window]
    [ 0.229181] pci_bus 0000:00: resource 8 [mem 0xb0000000-0xfbffffff window]
    [ 0.229185] pci_bus 0000:00: resource 9 [mem 0xfd000000-0xfd7fffff]
    [ 0.229189] pci_bus 0000:01: resource 0 [io 0x6000-0x7fff]
    [ 0.229193] pci_bus 0000:01: resource 1 [mem 0xe2000000-0xedffffff]
    [ 0.229197] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xdfffffff 64bit pref]
    [ 0.229201] pci_bus 0000:01: resource 4 [io 0x0000-0x0cf7 window]
    [ 0.229205] pci_bus 0000:01: resource 5 [io 0x0d00-0xffff window]
    [ 0.229209] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff window]
    [ 0.229213] pci_bus 0000:01: resource 7 [mem 0x000c0000-0x000cffff window]
    [ 0.229217] pci_bus 0000:01: resource 8 [mem 0xb0000000-0xfbffffff window]
    [ 0.229221] pci_bus 0000:01: resource 9 [mem 0xfd000000-0xfd7fffff]
    [ 0.229225] pci_bus 0000:02: resource 0 [io 0x9000-0xafff]
    [ 0.229229] pci_bus 0000:02: resource 1 [mem 0xee100000-0xef0fffff]
    [ 0.229233] pci_bus 0000:02: resource 2 [mem 0xe0000000-0xe0ffffff pref]
    [ 0.229237] pci_bus 0000:03: resource 0 [io 0xc000-0xdfff]
    [ 0.229241] pci_bus 0000:03: resource 1 [mem 0xef200000-0xf01fffff]
    [ 0.229245] pci_bus 0000:03: resource 2 [mem 0xe1000000-0xe1ffffff 64bit pref]
    [ 0.229249] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7 window]
    [ 0.229253] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff window]
    [ 0.229257] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
    [ 0.229261] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000cffff window]
    [ 0.229265] pci_bus 0000:03: resource 8 [mem 0xb0000000-0xfbffffff window]
    [ 0.229269] pci_bus 0000:03: resource 9 [mem 0xfd000000-0xfd7fffff]
    [ 0.230164] NET: Registered protocol family 2
    [ 0.231178] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.232167] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.234167] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.234171] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.234175] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.234203] NET: Registered protocol family 1
    [ 0.239170] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
    [ 0.239174] PCI: CLS 0 bytes, default 64
    [ 0.239178] Unpacking initramfs...
    [ 0.895233] Freeing initrd memory: 18392K (ffff9aacf5c04000 - ffff9aacf6dfa000)
    [ 0.895237] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.895241] software IO TLB [mem 0xabfec000-0xaffec000] (64MB) mapped at [ffff9aad6bfec000-ffff9aad6ffebfff]
    [ 0.896183] futex hash table entries: 8192 (order: 7, 524288 bytes)
    [ 0.896187] audit: initializing netlink subsys (disabled)
    [ 0.896195] audit: type=2000 audit(1485925784.891:1): initialized
    [ 0.896215] Initialise system trusted keyrings
    [ 0.896435] workingset: timestamp_bits=37 max_order=21 bucket_order=0
    [ 0.896773] zbud: loaded
    [ 0.896983] SELinux: Registering netfilter hooks
    [ 1.173685] NET: Registered protocol family 38
    [ 1.173688] Key type asymmetric registered
    [ 1.173690] Asymmetric key parser 'x509' registered
    [ 1.173740] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
    [ 1.173794] io scheduler noop registered
    [ 1.173794] io scheduler deadline registered
    [ 1.173804] io scheduler cfq registered (default)
    [ 1.173915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 1.173917] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 1.173932] intel_idle: does not run on family 6 model 70
    [ 1.174463] ACPI: AC Adapter [ADP0] (on-line)
    [ 1.174540] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
    [ 1.174543] ACPI: Power Button [PWRF]
    [ 1.174567] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
    [ 1.174568] ACPI: Sleep Button [SLPF]
    [ 1.174737] GHES: HEST is not enabled!
    [ 1.174797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    [ 1.175628] Non-volatile memory driver v1.3
    [ 1.175639] Linux agpgart interface v0.103
    [ 1.175879] ahci 0000:00:1f.2: version 3.0
    [ 1.183031] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    [ 1.183137] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
    [ 1.183139] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led only slum part
    [ 1.193408] scsi host0: ahci
    [ 1.193476] random: fast init done
    [ 1.193592] scsi host1: ahci
    [ 1.193765] scsi host2: ahci
    [ 1.193880] scsi host3: ahci
    [ 1.194029] scsi host4: ahci
    [ 1.194207] scsi host5: ahci
    [ 1.194240] ata1: SATA max UDMA/133 abar m8192@0xf0200000 port 0xf0200100 irq 24
    [ 1.194241] ata2: SATA max UDMA/133 abar m8192@0xf0200000 port 0xf0200180 irq 24
    [ 1.194242] ata3: SATA max UDMA/133 abar m8192@0xf0200000 port 0xf0200200 irq 24
    [ 1.194242] ata4: SATA max UDMA/133 abar m8192@0xf0200000 port 0xf0200280 irq 24
    [ 1.194243] ata5: SATA max UDMA/133 abar m8192@0xf0200000 port 0xf0200300 irq 24
    [ 1.194243] ata6: SATA max UDMA/133 abar m8192@0xf0200000 port 0xf0200380 irq 24
    [ 1.194281] ata_piix 0000:00:1f.1: version 2.13
    [ 1.194690] scsi host6: ata_piix
    [ 1.194902] scsi host7: ata_piix
    [ 1.194956] ata7: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xe000 irq 14
    [ 1.194957] ata8: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xe008 irq 15
    [ 1.195007] libphy: Fixed MDIO Bus: probed
    [ 1.195124] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.195127] ehci-pci: EHCI PCI platform driver
    [ 1.208507] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 1.208567] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
    [ 1.208739] ehci-pci 0000:00:1d.7: Enabling legacy PCI PM
    [ 1.209647] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    [ 1.209671] ehci-pci 0000:00:1d.7: irq 19, io mem 0xef140000
    [ 1.215704] ACPI: Battery Slot [BAT0] (battery present)
    [ 1.216706] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.216798] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 1.216799] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 1.216800] usb usb1: Product: EHCI Host Controller
    [ 1.216801] usb usb1: Manufacturer: Linux 4.9.6-100.fc24.x86_64 ehci_hcd
    [ 1.216801] usb usb1: SerialNumber: 0000:00:1d.7
    [ 1.216916] hub 1-0:1.0: USB hub found
    [ 1.216918] hub 1-0:1.0: 15 ports detected
    [ 1.217101] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 1.217103] ohci-pci: OHCI PCI platform driver
    [ 1.217113] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.218432] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.218464] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 1.218471] uhci_hcd 0000:00:1d.0: detected 2 ports
    [ 1.219780] uhci_hcd 0000:00:1d.0: irq 18, io base 0x0000b200
    [ 1.221982] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
    [ 1.221983] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 1.221983] usb usb2: Product: UHCI Host Controller
    [ 1.221984] usb usb2: Manufacturer: Linux 4.9.6-100.fc24.x86_64 uhci_hcd
    [ 1.221984] usb usb2: SerialNumber: 0000:00:1d.0
    [ 1.222052] hub 2-0:1.0: USB hub found
    [ 1.222055] hub 2-0:1.0: 2 ports detected
    [ 1.224217] xhci_hcd 0000:00:1d.6: xHCI Host Controller
    [ 1.224257] xhci_hcd 0000:00:1d.6: new USB bus registered, assigned bus number 3
    [ 1.224525] xhci_hcd 0000:00:1d.6: hcc params 0x01c11000 hci version 0x100 quirks 0x00000014
    [ 1.225283] xhci_hcd 0000:00:1d.6: cache line size of 64 is not supported
    [ 1.239184] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
    [ 1.239185] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 1.239186] usb usb3: Product: xHCI Host Controller
    [ 1.239187] usb usb3: Manufacturer: Linux 4.9.6-100.fc24.x86_64 xhci-hcd
    [ 1.239187] usb usb3: SerialNumber: 0000:00:1d.6
    [ 1.239276] hub 3-0:1.0: USB hub found
    [ 1.239296] hub 3-0:1.0: 2 ports detected
    [ 1.239439] xhci_hcd 0000:00:1d.6: xHCI Host Controller
    [ 1.239462] xhci_hcd 0000:00:1d.6: new USB bus registered, assigned bus number 4
    [ 1.239538] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
    [ 1.239547] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
    [ 1.239548] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 1.239549] usb usb4: Product: xHCI Host Controller
    [ 1.239549] usb usb4: Manufacturer: Linux 4.9.6-100.fc24.x86_64 xhci-hcd
    [ 1.239550] usb usb4: SerialNumber: 0000:00:1d.6
    [ 1.239616] hub 4-0:1.0: USB hub found
    [ 1.239632] hub 4-0:1.0: 12 ports detected
    [ 1.240287] usbcore: registered new interface driver usbserial
    [ 1.240292] usbcore: registered new interface driver usbserial_generic
    [ 1.240299] usbserial: USB Serial support registered for generic
    [ 1.240326] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f03:pS2M] at 0x60,0x64 irq 1,12
    [ 1.240598] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.240601] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.240708] mousedev: PS/2 mouse device common for all mice
    [ 1.241076] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 1.241130] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
    [ 1.241255] rtc_cmos 00:02: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
    [ 1.241440] device-mapper: uevent: version 1.0.3
    [ 1.241528] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
    [ 1.241851] hidraw: raw HID events driver (C) Jiri Kosina
    [ 1.241896] usbcore: registered new interface driver usbhid
    [ 1.241896] usbhid: USB HID core driver
    [ 1.241988] drop_monitor: Initializing network drop monitor service
    [ 1.242110] ip_tables: (C) 2000-2006 Netfilter Core Team
    [ 1.242172] Initializing XFRM netlink socket
    [ 1.242325] NET: Registered protocol family 10
    [ 1.242589] mip6: Mobile IPv6
    [ 1.242590] NET: Registered protocol family 17
    [ 1.242766] microcode: sig=0x40661, pf=0x1, revision=0x13
    [ 1.242796] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
    [ 1.242803] AVX2 version of gcm_enc/dec engaged.
    [ 1.242803] AES CTR mode by8 optimization enabled
    [ 1.247509] registered taskstats version 1
    [ 1.247520] Loading compiled-in X.509 certificates
    [ 1.248593] alg: No test for pkcs1pad(rsa,sha256) (pkcs1pad(rsa-generic,sha256))
    [ 1.249098] Loaded X.509 cert 'Fedora kernel signing key: b6e45d4678459b000b6a1a6abe3dec2194041580'
    [ 1.249118] zswap: loaded using pool lzo/zbud
    [ 1.251414] Key type big_key registered
    [ 1.252644] Key type encrypted registered
    [ 1.252796] Magic number: 5:193:162
    [ 1.252944] rtc_cmos 00:02: setting system clock to 2017-02-01 05:09:45 UTC (1485925785)
    [ 1.252974] PM: Hibernation image not present or could not be loaded.
    [ 1.508190] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.508384] ata1.00: ATA-8: Fedora Linux-0 SSD, F.KVWPCR, max UDMA/100
    [ 1.508386] ata1.00: 268435456 sectors, multi 0: LBA48 NCQ (depth 31/32)
    [ 1.508638] ata1.00: configured for UDMA/100
    [ 1.509349] scsi 0:0:0:0: Direct-Access ATA Fedora Linux-0 S WPCR PQ: 0 ANSI: 5
    [ 1.518254] sd 0:0:0:0: [sda] 268435456 512-byte logical blocks: (137 GB/128 GiB)
    [ 1.518257] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 1.518275] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 1.518297] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.518299] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.518334] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.520315] sda: sda1 sda2
    [ 1.521222] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.828636] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.828864] ata2.00: ATAPI: Virtual DVD-ROM [1], FWR1, max UDMA/25
    [ 1.829113] ata2.00: configured for UDMA/25
    [ 1.829824] scsi 1:0:0:0: CD-ROM Virtual DVD-ROM R103 PQ: 0 ANSI: 5
    [ 1.853387] sr 1:0:0:0: [sr0] scsi3-mmc drive: 44x/44x cd/rw xa/form2 cdda tray
    [ 1.853398] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.853749] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.853889] sr 1:0:0:0: Attached scsi generic sg1 type 5
    [ 1.957618] tsc: Refined TSC clocksource calibration: 2793.530 MHz
    [ 1.957645] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x284460f1a18, max_idle_ns: 440795261562 ns
    [ 2.104160] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4
    [ 2.163472] ata3: SATA link down (SStatus 0 SControl 300)
    [ 2.479403] ata4: SATA link down (SStatus 0 SControl 300)
    [ 2.789415] ata5: SATA link down (SStatus 0 SControl 300)
    [ 3.098238] ata6: SATA link down (SStatus 0 SControl 300)
    [ 3.099423] Freeing unused kernel memory: 1688K (ffffffff9ff66000 - ffffffffa010c000)
    [ 3.099424] Write protecting the kernel read-only data: 14336k
    [ 3.100022] Freeing unused kernel memory: 1896K (ffff9aaeb3826000 - ffff9aaeb3a00000)
    [ 3.101022] Freeing unused kernel memory: 700K (ffff9aaeb3d51000 - ffff9aaeb3e00000)
    [ 3.104987] x86/mm: Checked W+X mappings: passed, no W+X pages found.
    [ 3.110472] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
    [ 3.110501] systemd[1]: Detected virtualization parallels.
    [ 3.110504] systemd[1]: Detected architecture x86-64.
    [ 3.110504] systemd[1]: Running in initial RAM disk.
    [ 3.110514] systemd[1]: Set hostname to <fedora-linux.shared>.
    [ 3.135612] systemd[1]: Listening on Journal Socket (/dev/log).
    [ 3.135646] systemd[1]: Reached target Local File Systems.
    [ 3.135664] systemd[1]: Listening on Journal Socket.
    [ 3.135670] systemd[1]: Reached target Swap.
    [ 3.135712] systemd[1]: Listening on Journal Audit Socket.
    [ 3.151316] audit: type=1130 audit(1485925787.398:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    [ 3.162180] audit: type=1130 audit(1485925787.409:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    [ 3.178309] audit: type=1130 audit(1485925787.425:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    [ 3.216967] audit: type=1130 audit(1485925787.463:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    [ 3.233573] audit: type=1130 audit(1485925787.480:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    [ 3.236410] audit: type=1130 audit(1485925787.483:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    [ 3.276036] audit: type=1130 audit(1485925787.522:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    [ 3.300893] virtio-pci 0000:00:05.0: enabling device (0000 -> 0003)
    [ 3.301036] virtio-pci 0000:00:05.0: virtio_pci: leaving for legacy driver
    [ 3.302952] virtio-pci 0000:00:0e.0: enabling device (0000 -> 0001)
    [ 3.303341] virtio-pci 0000:00:0e.0: virtio_pci: leaving for legacy driver
    [ 3.311066] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
    [ 3.349499] virtio_net virtio0 enp0s5: renamed from eth0
    [ 3.412030] audit: type=1130 audit(1485925787.658:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    [ 3.472438] audit: type=1130 audit(1485925787.719:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    [ 3.490296] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.692187] systemd-journald[188]: Received SIGTERM from PID 1 (systemd).
    [ 3.705919] systemd: 16 output lines suppressed due to ratelimiting
    [ 3.722627] SELinux: Disabled at runtime.
    [ 3.722642] SELinux: Unregistering netfilter hooks
    [ 3.811108] EXT4-fs (dm-0): re-mounted. Opts: (null)
    [ 3.841560] RPC: Registered named UNIX socket transport module.
    [ 3.841561] RPC: Registered udp transport module.
    [ 3.841564] RPC: Registered tcp transport module.
    [ 3.841565] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 3.861331] systemd-journald[544]: Received request to flush runtime journal from PID 1
    [ 3.876741] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
    [ 4.038275] prl_tg: loading out-of-tree module taints kernel.
    [ 4.038277] prl_tg: module license 'Parallels' taints kernel.
    [ 4.038277] Disabling lock debugging due to kernel taint
    [ 4.038290] prl_tg: module verification failed: signature and/or required key missing - tainting kernel
    [ 4.038399] Parallels Toolgate driver 1.2.0 loaded
    [ 4.056030] detected Parallels ToolGate, base addr 00008000, IRQ 29
    [ 4.056077] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 4.073128] detected Parallels Video ToolGate, base addr 00006000, IRQ 30
    [ 4.082984] lpc_ich 0000:00:1f.0: RCBA is disabled by hardware/BIOS, device disabled
    [ 4.082988] ACPI Warning: SystemIO range 0x0000000000004028-0x000000000000402F conflicts with OpRegion 0x0000000000004000-0x000000000000404E (\PMIO) (20160831/utaddress-247)
    [ 4.082992] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 4.084395] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 4.097650] i801_smbus 0000:00:1f.3: Enabling SMBus device
    [ 4.097668] i801_smbus 0000:00:1f.3: SMBus using polling
    [ 4.148395] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 10737418240 ms ovfl timer
    [ 4.148396] RAPL PMU: hw unit of domain pp0-core 2^-0 Joules
    [ 4.148396] RAPL PMU: hw unit of domain package 2^-0 Joules
    [ 4.148396] RAPL PMU: hw unit of domain dram 2^-0 Joules
    [ 4.148397] RAPL PMU: hw unit of domain pp1-gpu 2^-0 Joules
    [ 4.163004] ppdev: user-space parallel port driver
    [ 4.167508] gpio_ich: GPIO from 462 to 511 on gpio_ich
    [ 4.174228] Adding 8261628k swap on /dev/mapper/fedora_fedora--linux-swap. Priority:-1 extents:1 across:8261628k SSFS
    [ 4.212594] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.219109] snd_intel8x0 0000:00:1f.4: enable Parallels VM optimization
    [ 4.499239] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.589106] snd_intel8x0 0000:00:1f.4: intel8x0_measure_ac97_clock: measured 52047 usecs (2571 samples)
    [ 4.589108] snd_intel8x0 0000:00:1f.4: clocking to 46642
    [ 4.707578] random: crng init done
    [ 4.882306] Parallels Linux shared folders filesystem driver 1.2.3 loaded
    [ 5.249900] ip6_tables: (C) 2000-2006 Netfilter Core Team
    [ 5.278099] Ebtables v2.0 registered
    [ 5.370547] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
    [ 5.418417] IPv6: ADDRCONF(NETDEV_UP): enp0s5: link is not ready
    [ 5.500537] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
    [ 5.514308] Netfilter messages via NETLINK v0.30.
    [ 5.523086] ip_set: protocol 6
    [ 5.898662] tun: Universal TUN/TAP device driver, 1.6
    [ 5.898662] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
    [ 5.916287] virbr0: port 1(virbr0-nic) entered blocking state
    [ 5.916289] virbr0: port 1(virbr0-nic) entered disabled state
    [ 5.916356] device virbr0-nic entered promiscuous mode
    [ 6.031028] virbr0: port 1(virbr0-nic) entered blocking state
    [ 6.031029] virbr0: port 1(virbr0-nic) entered listening state
    [ 6.055601] virbr0: port 1(virbr0-nic) entered disabled state
    [ 6.061401] device virbr0-nic left promiscuous mode
    [ 6.061420] virbr0: port 1(virbr0-nic) entered disabled state
    [ 6.146433] fuse init (API version 7.26)
     
  2. Rich_Deeming

    Rich_Deeming Bit poster

    Messages:
    4
    Experiencing the same issues as well.
     
  3. Rich_Deeming

    Rich_Deeming Bit poster

    Messages:
    4
    Some more information. Tried sharing all in addition to specific folders.

    Guest host perspective.
    [root@fcmac ~]# modinfo prl_fs
    filename: /lib/modules/4.9.6-100.fc24.x86_64/extra/prl_fs.ko
    alias: fs-prl_fs
    supported: external
    license: Parallels
    description: Parallels linux guest filesystem
    author: Parallels International GmbH
    depends: prl_tg
    vermagic: 4.9.6-100.fc24.x86_64 SMP mod_unload

    [root@fcmac ~]# cat /proc/fs/prl_fs/sf_list
    List of shared folders:

    [root@fcmac ~]# ls -al /media/
    total 12
    drwxr-xr-x. 3 root root 4096 Jan 12 10:25 .
    dr-xr-xr-x. 18 root root 4096 Jan 12 10:23 ..
    dr-xr-xr-x 2 root root 4096 Feb 1 10:21 psf

    [root@fcmac ~]# ls -al /media/psf
    total 8
    dr-xr-xr-x 2 root root 4096 Feb 1 10:21 .
    drwxr-xr-x. 3 root root 4096 Jan 12 10:25 ..

    Config file information.
    <SharedFolders dyn_lists="">
    <HostSharing MapSharedFoldersOnLetters_patch="1" dyn_lists="SharedFolder 2">
    <Enabled>1</Enabled>
    <ShareAllMacDisks>1</ShareAllMacDisks>
    <ShareUserHomeDir>1</ShareUserHomeDir>
    <MapSharedFoldersOnLetters>1</MapSharedFoldersOnLetters>
    <UserDefinedFoldersEnabled>1</UserDefinedFoldersEnabled>
    <SetExecBitForFiles>0</SetExecBitForFiles>
    <VirtualLinks>1</VirtualLinks>
    <EnableDos8dot3Names>1</EnableDos8dot3Names>
    <SharedShortcuts>1</SharedShortcuts>
    <SharedFolder id="0" dyn_lists="">
    <Name>ownCloud</Name>
    <Path>/Users/rdeeming/ownCloud</Path>
    <FolderDescription></FolderDescription>
    <ReadOnly>0</ReadOnly>
    <Enabled>1</Enabled>
    </SharedFolder>
    <SharedFolder id="1" dyn_lists="">
    <Name>Documents</Name>
    <Path>/Users/rdeeming/Documents</Path>
    <FolderDescription></FolderDescription>
    <ReadOnly>0</ReadOnly>
    <Enabled>1</Enabled>
    </SharedFolder>
    <SharedCloud>0</SharedCloud>
    </HostSharing>
    <GuestSharing dyn_lists="">
    <Enabled>1</Enabled>
    <AutoMount>1</AutoMount>
    <AutoMountNetworkDrives>0</AutoMountNetworkDrives>
    <EnableSpotlight>0</EnableSpotlight>
    <AutoMountCloudDrives>1</AutoMountCloudDrives>
    </GuestSharing>
    </SharedFolders>
     

Share This Page