Debian Realtime kernels, LinuxCNC

Discussion in 'Linux Virtual Machine' started by PatrickM9, Jul 12, 2017.

  1. PatrickM9

    PatrickM9 Bit poster

    Messages:
    3
    Good day,

    Doing google searches all I can find is LinuxCNC not working in parallels even though it runs fine in VirtualBox on VMware. it uses a realtime kernel. The OS and GUI interface starup just fine. But LinuxCNC just dies with an error after the splash screen. I don't really need it to control the machine. I just want the CAD part to work to do the design and then a low end laptop running linux native will drive the machine. Does anyone have a system like this working? My error log is below. Thank you

    Print file information:
    RUN_IN_PLACE=no
    LINUXCNC_DIR=
    LINUXCNC_BIN_DIR=/usr/bin
    LINUXCNC_TCL_DIR=/usr/lib/tcltk/linuxcnc
    LINUXCNC_SCRIPT_DIR=
    LINUXCNC_RTLIB_DIR=/usr/realtime-3.4-9-rtai-686-pae/modules/linuxcnc
    LINUXCNC_CONFIG_DIR=
    LINUXCNC_LANG_DIR=/usr/share/linuxcnc/tcl/msgs
    INIVAR=inivar
    HALCMD=halcmd
    LINUXCNC_EMCSH=/usr/bin/wish8.5
    LINUXCNC - 2.7.9
    Machine configuration directory is '/home/pmowry/linuxcnc/configs/sim.axis'
    Machine configuration file is 'axis.ini'
    INIFILE=/home/pmowry/linuxcnc/configs/sim.axis/axis.ini
    PARAMETER_FILE=sim.var
    TASK=milltask
    HALUI=halui
    DISPLAY=axis
    Starting LinuxCNC...
    Starting LinuxCNC server program: linuxcncsvr
    Loading Real Time OS, RTAPI, and HAL_LIB modules
    Starting LinuxCNC IO program: io
    Starting HAL User Interface program: halui
    Found file(lib): /usr/share/linuxcnc/hallib/core_sim.hal
    Found file(lib): /usr/share/linuxcnc/hallib/sim_spindle_encoder.hal
    Found file(lib): /usr/share/linuxcnc/hallib/axis_manualtoolchange.hal
    Found file(lib): /usr/share/linuxcnc/hallib/simulated_home.hal
    Found file(REL): ./check_constraints.hal
    Starting TASK program: milltask
    Starting DISPLAY program: axis
    RTAPI: ERROR: Unexpected realtime delay on task 1
    This Message will only display once per session.
    Run the Latency Test and resolve before continuing.

    task: main loop took 0.015201 seconds
    Shutting down and cleaning up LinuxCNC...
    Killing task linuxcncsvr, PID=4005
    Killing task milltask, PID=4130
    task: 235 cycles, min=0.000005, max=0.015201, avg=0.002172, 1 latency excursions (> 10x expected cycle time of 0.001000s)
    Removing HAL_LIB, RTAPI, and Real Time OS modules
    Removing NML shared memory segments

    Debug file information:
    pickconfig: installed aux examples: /usr/share/linuxcnc/aux_examples/NativeCAM
    .
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 3 (X_GetWindowAttributes)
    Resource id in failed request: 0xffffffff
    Serial number of failed request: 723
    Current serial number in output stream: 724
    4005
    PID TTY STAT TIME COMMAND
    4130
    PID TTY STAT TIME COMMAND
    Stopping realtime threads
    Unloading hal components

    Kernel message information:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.4-9-rtai-686-pae (Debian 3.4.55-4linuxcnc) () (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP PREEMPT Debian 3.4.55-4linuxcnc
    [ 0.000000] Disabled fast string operations
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000002ffec000 (usable)
    [ 0.000000] BIOS-e820: 000000002ffec000 - 000000002ffee000 (reserved)
    [ 0.000000] BIOS-e820: 000000002ffee000 - 000000002fffb000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000002fffb000 - 0000000030000000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000fd000000 - 00000000fd800000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffc00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: Parallels Software International Inc. Parallels Virtual Platform/Parallels Virtual Platform, BIOS 12.2.1 (41615) 06/26/2017
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x2ffec max_arch_pfn = 0x100000
    [ 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 000000000 mask FE0000000 write-back
    [ 0.000000] 1 base 020000000 mask FF0000000 write-back
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [c009fc30] 9fc30
    [ 0.000000] initial memory mapped : 0 - 01800000
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-000000002ffec000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 002fc00000 page 2M
    [ 0.000000] 002fc00000 - 002ffec000 page 4k
    [ 0.000000] kernel direct mapping tables up to 0x2ffebfff @ [mem 0x017f8000-0x017fffff]
    [ 0.000000] RAMDISK: 2ea21000 - 2f78b000
    [ 0.000000] ACPI: RSDP 000e0000 00024 (v02 PRLS )
    [ 0.000000] ACPI: XSDT 2fff2940 0004C (v01 PRLS PRLS_OEM 00000001 INTL 20051216)
    [ 0.000000] ACPI: FACP 2ffee0c0 000F4 (v03 PRLS PRLS_OEM 00000001 INTL 20051216)
    [ 0.000000] ACPI: DSDT 2ffee440 0447A (v02 PRLS PRLSACPI 00001001 INTL 20051216)
    [ 0.000000] ACPI: FACS 2ffee1c0 00040
    [ 0.000000] ACPI: APIC 2ffee200 00216 (v01 PRLS PRLS_OEM 00000001 INTL 20051216)
    [ 0.000000] ACPI: HPET 2fff28c0 00038 (v00 PRLS PRLS_OEM 00000001 INTL 20051216)
    [ 0.000000] ACPI: MCFG 2fff2900 0003C (v01 PRLS PRLS_OEM 00000001 INTL 20051216)
    [ 0.000000] ACPI: OEM1 2fff29c0 00394 (v01 PRLS PRLS_OEM 00000001 INTL 20051216)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 0MB HIGHMEM available.
    [ 0.000000] 767MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 2ffec000
    [ 0.000000] low ram: 0 - 2ffec000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x0002ffec
    [ 0.000000] HighMem empty
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] Early memory PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x0002ffec
    [ 0.000000] On node 0 totalpages: 196475
    [ 0.000000] free_area_init_node: node 0, pgdat c1498a00, node_mem_map ef9eb200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3951 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1504 pages used for memmap
    [ 0.000000] Normal zone: 190988 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x4008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x08] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x09] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x0a] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0b] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0c] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0d] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0e] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0f] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x10] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x11] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x12] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x13] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x14] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x15] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x16] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x17] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x18] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x19] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x1a] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x1b] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x1c] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x1d] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x1e] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x1f] disabled)
    [ 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] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    [ 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: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] ACPI: IRQ14 used by override.
    [ 0.000000] ACPI: IRQ15 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] 32 Processors exceeds NR_CPUS limit of 8
    [ 0.000000] SMP: Allowing 8 CPUs, 6 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
    [ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 30000000 (gap: 30000000:cd000000)
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 17 pages/cpu @ef95d000 s48384 r0 d21248 u69632
    [ 0.000000] pcpu-alloc: s48384 r0 d21248 u69632 alloc=17*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 194939
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.4-9-rtai-686-pae root=UUID=14087b67-b9dd-40bb-bb82-33cb62c62077 ro initrd=/install/gtk/initrd.gz lapic quiet rootdelay=5
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] allocated 1572576 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (00000000:00000000)
    [ 0.000000] Memory: 757252k/786352k available (3495k kernel code, 28648k reserved, 1237k data, 416k init, 0k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff17000 - 0xfffff000 ( 928 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf07ec000 - 0xff7fe000 ( 240 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xeffec000 ( 767 MB)
    [ 0.000000] .init : 0xc14a0000 - 0xc1508000 ( 416 kB)
    [ 0.000000] .data : 0xc1369d4a - 0xc149f480 (1237 kB)
    [ 0.000000] .text : 0xc1000000 - 0xc1369d4a (3495 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] NR_IRQS:2304 nr_irqs:744 16
    [ 0.000000] CPU 0 irqstacks, hard=ee406000 soft=ee408000
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Interrupt pipeline (release #3)
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.004000] Detected 2600.011 MHz processor.
    [ 0.000023] Calibrating delay loop (skipped), value calculated using timer frequency.. 5200.02 BogoMIPS (lpj=10400044)
    [ 0.000041] pid_max: default: 32768 minimum: 301
    [ 0.000091] Security Framework initialized
    [ 0.000121] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000169] Mount-cache hash table entries: 512
    [ 0.000219] Initializing cgroup subsys cpuacct
    [ 0.000231] Initializing cgroup subsys memory
    [ 0.000249] Initializing cgroup subsys devices
    [ 0.000258] Initializing cgroup subsys freezer
    [ 0.000267] Initializing cgroup subsys net_cls
    [ 0.000276] Initializing cgroup subsys blkio
    [ 0.000294] Initializing cgroup subsys perf_event
    [ 0.000344] Disabled fast string operations
    [ 0.000353] CPU: Physical Processor ID: 0
    [ 0.000359] CPU: Processor Core ID: 0
    [ 0.001534] mce: CPU supports 0 MCE banks
    [ 0.001605] ACPI: Core revision 20120320
    [ 0.002300] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.002540] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.042392] CPU0: Intel(R) Core(TM) i5-4288U CPU @ 2.60GHz stepping 01
    [ 0.149213] Performance Events: unsupported p6 CPU model 69 no PMU driver, software events only.
    [ 0.161179] NMI watchdog: disabled (cpu0): hardware events not enabled
    [ 0.173177] CPU 1 irqstacks, hard=ee498000 soft=ee49a000
    [ 0.173189] Booting Node 0, Processors #1
    [ 0.183402] Initializing CPU#1
    [ 0.184776] Disabled fast string operations
    [ 0.189929] mce: CPU supports 0 MCE banks
    [ 0.192139] NMI watchdog: disabled (cpu1): hardware events not enabled
    [ 0.192373] Brought up 2 CPUs
    [ 0.192385] Total of 2 processors activated (10400.04 BogoMIPS).
    [ 0.194335] devtmpfs: initialized
    [ 0.194663] PM: Registering ACPI NVS region [mem 0x2fffb000-0x2fffffff] (20480 bytes)
    [ 0.194744] dummy:
    [ 0.194806] NET: Registered protocol family 16
    [ 0.194856] ACPI: bus type pci registered
    [ 0.194906] PCI: MMCONFIG for domain 0000 [bus 00-0f] at [mem 0xfc000000-0xfcffffff] (base 0xfc000000)
    [ 0.194912] PCI: not using MMCONFIG
    [ 0.194962] PCI: PCI BIOS revision 2.10 entry at 0xf4182, last bus=2
    [ 0.194968] PCI: Using configuration type 1 for base access
    [ 0.196391] bio: create slab <bio-0> at 0
    [ 0.196824] ACPI: Added _OSI(Module Device)
    [ 0.196836] ACPI: Added _OSI(Processor Device)
    [ 0.196842] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.196851] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.197123] ACPI: EC: Look up EC in DSDT
    [ 0.197673] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.197873] \_SB_:_OSC invalid UUID
    [ 0.197885] _OSC request data:1 14
    [ 0.198435] ACPI: Interpreter enabled
    [ 0.198485] ACPI: (supports S0 S3 S4 S5)
    [ 0.198535] ACPI: Using IOAPIC for interrupt routing
    [ 0.198571] PCI: MMCONFIG for domain 0000 [bus 00-0f] at [mem 0xfc000000-0xfcffffff] (base 0xfc000000)
    [ 0.198621] PCI: MMCONFIG at [mem 0xfc000000-0xfcffffff] reserved in ACPI motherboard resources
    [ 0.198630] PCI: Using MMCONFIG for extended config space
    [ 0.201836] ACPI: EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
    [ 0.201886] ACPI: No dock devices found.
    [ 0.201913] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.201958] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
    [ 0.202008] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.202014] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.202023] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.202029] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
    [ 0.202035] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000cffff]
    [ 0.202040] pci_root PNP0A08:00: host bridge window [mem 0xb0000000-0xfbffffff]
    [ 0.202046] pci_root PNP0A08:00: host bridge window [mem 0xfd000000-0xfd7fffff]
    [ 0.202064] pci_root PNP0A08:00: ignoring host bridge window [mem 0x000d0000-0x000dffff] (conflicts with reserved [mem 0x000dc000-0x000fffff])
    [ 0.202114] PCI host bridge to bus 0000:00
    [ 0.202120] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.202126] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.202132] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.202138] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff]
    [ 0.202147] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfbffffff]
    [ 0.202153] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfd7fffff]
    [ 0.202201] pci 0000:00:00.0: [8086:29a0] type 00 class 0x060000
    [ 0.205102] pci 0000:00:01.0: [8086:2981] type 01 class 0x060401
    [ 0.205152] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.205202] pci 0000:00:03.0: [1ab8:4000] type 00 class 0xff0000
    [ 0.205252] pci 0000:00:03.0: reg 10: [io 0x8000-0x801f]
    [ 0.205301] pci 0000:00:05.0: [1af4:1000] type 00 class 0x020000
    [ 0.205351] pci 0000:00:05.0: reg 10: [io 0x8200-0x823f]
    [ 0.205401] pci 0000:00:05.0: reg 14: [mem 0xee000000-0xee000fff]
    [ 0.205451] pci 0000:00:0a.0: [1011:0022] type 01 class 0x060400
    [ 0.205501] pci 0000:00:0e.0: [1af4:1002] type 00 class 0x050000
    [ 0.205551] pci 0000:00:0e.0: reg 10: [io 0xb000-0xb01f]
    [ 0.205601] pci 0000:00:1d.0: [8086:2658] type 00 class 0x0c0300
    [ 0.205651] pci 0000:00:1d.0: reg 20: [io 0xb200-0xb21f]
    [ 0.205701] pci 0000:00:1d.6: [1033:0194] type 00 class 0x0c0330
    [ 0.205751] pci 0000:00:1d.6: reg 10: [mem 0xef100000-0xef100fff]
    [ 0.205800] pci 0000:00:1d.7: [8086:265c] type 00 class 0x0c0320
    [ 0.205850] pci 0000:00:1d.7: reg 10: [mem 0xef140000-0xef1403ff]
    [ 0.205900] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060400
    [ 0.205950] pci 0000:00:1f.0: [8086:2810] type 00 class 0x060100
    [ 0.206000] pci 0000:00:1f.0: quirk: [io 0x4000-0x407f] claimed by ICH6 ACPI/GPIO/TCO
    [ 0.206039] pci 0000:00:1f.1: [8086:244b] type 00 class 0x010180
    [ 0.206089] pci 0000:00:1f.1: reg 20: [io 0xe000-0xe00f]
    [ 0.206139] pci 0000:00:1f.2: [8086:2821] type 00 class 0x010601
    [ 0.206189] pci 0000:00:1f.2: reg 10: [io 0xe200-0xe207]
    [ 0.206238] pci 0000:00:1f.2: reg 14: [io 0xe400-0xe403]
    [ 0.206288] pci 0000:00:1f.2: reg 18: [io 0xe600-0xe607]
    [ 0.206338] pci 0000:00:1f.2: reg 1c: [io 0xe800-0xe803]
    [ 0.206388] pci 0000:00:1f.2: reg 20: [io 0xea00-0xea0f]
    [ 0.206438] pci 0000:00:1f.2: reg 24: [mem 0xf0200000-0xf0201fff]
    [ 0.206488] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.206538] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
    [ 0.206588] pci 0000:00:1f.3: reg 10: [mem 0xf0240000-0xf0240fff]
    [ 0.206638] pci 0000:00:1f.3: reg 20: [io 0xec00-0xec1f]
    [ 0.206687] pci 0000:00:1f.4: [8086:2445] type 00 class 0x040100
    [ 0.206737] pci 0000:00:1f.4: reg 10: [io 0xee00-0xeeff]
    [ 0.206787] pci 0000:00:1f.4: reg 14: [io 0xf000-0xf0ff]
    [ 0.206837] pci 0000:01:00.0: [1ab8:4005] type 00 class 0x030000
    [ 0.206887] pci 0000:01:00.0: reg 10: [io 0x6000-0x601f]
    [ 0.206937] pci 0000:01:00.0: reg 14: [mem 0xb0000000-0xb7ffffff pref]
    [ 0.206987] pci 0000:01:00.0: reg 30: [mem 0xe2000000-0xe200ffff pref]
    [ 0.207037] pci 0000:00:01.0: PCI bridge to [bus 01-01] (subtractive decode)
    [ 0.207045] pci 0000:00:01.0: bridge window [io 0x6000-0x7fff]
    [ 0.207050] pci 0000:00:01.0: bridge window [mem 0xe2000000-0xedffffff]
    [ 0.207058] pci 0000:00:01.0: bridge window [mem 0xb0000000-0xdfffffff 64bit pref]
    [ 0.207061] pci 0000:00:01.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.207064] pci 0000:00:01.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.207066] pci 0000:00:01.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.207069] pci 0000:00:01.0: bridge window [mem 0x000c0000-0x000cffff] (subtractive decode)
    [ 0.207071] pci 0000:00:01.0: bridge window [mem 0xb0000000-0xfbffffff] (subtractive decode)
    [ 0.207074] pci 0000:00:01.0: bridge window [mem 0xfd000000-0xfd7fffff] (subtractive decode)
    [ 0.207124] pci 0000:00:0a.0: PCI bridge to [bus 02-02]
    [ 0.207129] pci 0000:00:0a.0: bridge window [io 0x9000-0xafff]
    [ 0.207134] pci 0000:00:0a.0: bridge window [mem 0xee100000-0xef0fffff]
    [ 0.207139] pci 0000:00:0a.0: bridge window [mem 0xe0000000-0xe0ffffff pref]
    [ 0.207188] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
    [ 0.207193] pci 0000:00:1e.0: bridge window [io 0xc000-0xdfff]
    [ 0.207197] pci 0000:00:1e.0: bridge window [mem 0xef200000-0xf01fffff]
    [ 0.207204] pci 0000:00:1e.0: bridge window [mem 0xe1000000-0xe1ffffff 64bit pref]
    [ 0.207206] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.207208] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.207210] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.207213] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000cffff] (subtractive decode)
    [ 0.207215] pci 0000:00:1e.0: bridge window [mem 0xb0000000-0xfbffffff] (subtractive decode)
    [ 0.207217] pci 0000:00:1e.0: bridge window [mem 0xfd000000-0xfd7fffff] (subtractive decode)
    [ 0.207267] pci_bus 0000:00: on NUMA node 0
    [ 0.207274] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.207324] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PX16._PRT]
    [ 0.207374] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIN._PRT]
    [ 0.207424] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI2._PRT]
    [ 0.207474] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x0f)
    [ 0.213091] ACPI Exception: AE_NOT_FOUND, Evaluating _PRS (20120320/pci_link-184)
    [ 0.213420] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.213450] vgaarb: loaded
    [ 0.213470] vgaarb: bridge control possible 0000:01:00.0
    [ 0.213520] PCI: Using ACPI for IRQ routing
    [ 0.213550] PCI: pci_cache_line_size set to 64 bytes
    [ 0.213600] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
    [ 0.213620] reserve RAM buffer: 000000002ffec000 - 000000002fffffff
    [ 0.213719] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.213769] hpet0: 8 comparators, 64-bit 16.000000 MHz counter
    [ 0.215895] Switching to clocksource hpet
    [ 0.216181] pnp: PnP ACPI init
    [ 0.216231] ACPI: bus type pnp registered
    [ 0.216281] pnp 00:00: [bus 00-7f]
    [ 0.216301] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.216331] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.216351] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.216371] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.216391] pnp 00:00: [mem 0x000d0000-0x000dffff window]
    [ 0.216421] pnp 00:00: [mem 0x000c0000-0x000cffff window]
    [ 0.216460] pnp 00:00: [mem 0xb0000000-0xfbffffff window]
    [ 0.216490] pnp 00:00: [mem 0xfd000000-0xfd7fffff]
    [ 0.216540] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.217338] pnp 00:01: [io 0x0060]
    [ 0.217358] pnp 00:01: [io 0x0064]
    [ 0.217407] pnp 00:01: [irq 1]
    [ 0.217457] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.217507] pnp 00:02: [irq 12]
    [ 0.217557] pnp 00:02: Plug and Play ACPI device, IDs PNP0f03 (active)
    [ 0.217607] pnp 00:03: [io 0x0070-0x0075]
    [ 0.217657] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.217707] pnp 00:04: [io 0x0061]
    [ 0.217757] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.217807] pnp 00:05: [mem 0xff000000-0xffffffff]
    [ 0.217856] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
    [ 0.217886] system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.217936] pnp 00:06: [io 0x0000-0x000f]
    [ 0.217956] pnp 00:06: [io 0x0080-0x0090]
    [ 0.218006] pnp 00:06: [io 0x0094-0x009f]
    [ 0.218026] pnp 00:06: [io 0x00c0-0x00df]
    [ 0.218046] pnp 00:06: [dma 4]
    [ 0.218096] pnp 00:06: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.218146] pnp 00:07: [io 0x0092-0x0093]
    [ 0.218166] pnp 00:07: [io 0x04d0-0x04d1]
    [ 0.218186] pnp 00:07: [mem 0xfc000000-0xfcffffff]
    [ 0.218236] system 00:07: [io 0x04d0-0x04d1] has been reserved
    [ 0.218256] system 00:07: [mem 0xfc000000-0xfcffffff] has been reserved
    [ 0.218286] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.218335] pnp 00:08: [io 0x00f0-0x00ff]
    [ 0.218385] pnp 00:08: [irq 13]
    [ 0.218435] pnp 00:08: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.218485] pnp 00:09: [mem 0xff000000-0xffffffff]
    [ 0.218535] pnp 00:09: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.218585] pnp 00:0a: [mem 0xfed00000-0xfed003ff]
    [ 0.218605] pnp 00:0a: [irq 0 disabled]
    [ 0.218655] pnp 00:0a: [irq 8]
    [ 0.218705] pnp 00:0a: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.228087] pnp: PnP ACPI: found 11 devices
    [ 0.228117] ACPI: ACPI bus type pnp unregistered
    [ 0.228167] PnPBIOS: Disabled by ACPI PNP
    [ 0.295928] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.295933] pci 0000:00:01.0: bridge window [io 0x6000-0x7fff]
    [ 0.295983] pci 0000:00:01.0: bridge window [mem 0xe2000000-0xedffffff]
    [ 0.299878] pci 0000:00:01.0: bridge window [mem 0xb0000000-0xdfffffff 64bit pref]
    [ 0.299928] pci 0000:00:0a.0: PCI bridge to [bus 02-02]
    [ 0.299978] pci 0000:00:0a.0: bridge window [io 0x9000-0xafff]
    [ 0.303911] pci 0000:00:0a.0: bridge window [mem 0xee100000-0xef0fffff]
    [ 0.303961] pci 0000:00:0a.0: bridge window [mem 0xe0000000-0xe0ffffff pref]
    [ 0.307387] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
    [ 0.307437] pci 0000:00:1e.0: bridge window [io 0xc000-0xdfff]
    [ 0.309607] pci 0000:00:1e.0: bridge window [mem 0xef200000-0xf01fffff]
    [ 0.309657] pci 0000:00:1e.0: bridge window [mem 0xe1000000-0xe1ffffff 64bit pref]
    [ 0.311873] pci 0000:00:0a.0: setting latency timer to 64
    [ 0.315349] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.315841] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.315844] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.315846] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.315850] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff]
    [ 0.315853] pci_bus 0000:00: resource 8 [mem 0xb0000000-0xfbffffff]
    [ 0.315855] pci_bus 0000:00: resource 9 [mem 0xfd000000-0xfd7fffff]
    [ 0.315858] pci_bus 0000:01: resource 0 [io 0x6000-0x7fff]
    [ 0.315860] pci_bus 0000:01: resource 1 [mem 0xe2000000-0xedffffff]
    [ 0.315862] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xdfffffff 64bit pref]
    [ 0.315865] pci_bus 0000:01: resource 4 [io 0x0000-0x0cf7]
    [ 0.315867] pci_bus 0000:01: resource 5 [io 0x0d00-0xffff]
    [ 0.315870] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.315872] pci_bus 0000:01: resource 7 [mem 0x000c0000-0x000cffff]
    [ 0.315874] pci_bus 0000:01: resource 8 [mem 0xb0000000-0xfbffffff]
    [ 0.315904] pci_bus 0000:01: resource 9 [mem 0xfd000000-0xfd7fffff]
    [ 0.315924] pci_bus 0000:02: resource 0 [io 0x9000-0xafff]
    [ 0.315954] pci_bus 0000:02: resource 1 [mem 0xee100000-0xef0fffff]
    [ 0.315974] pci_bus 0000:02: resource 2 [mem 0xe0000000-0xe0ffffff pref]
    [ 0.316004] pci_bus 0000:03: resource 0 [io 0xc000-0xdfff]
    [ 0.316024] pci_bus 0000:03: resource 1 [mem 0xef200000-0xf01fffff]
    [ 0.316054] pci_bus 0000:03: resource 2 [mem 0xe1000000-0xe1ffffff 64bit pref]
    [ 0.316074] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
    [ 0.316094] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
    [ 0.316124] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.316144] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000cffff]
    [ 0.316164] pci_bus 0000:03: resource 8 [mem 0xb0000000-0xfbffffff]
    [ 0.316194] pci_bus 0000:03: resource 9 [mem 0xfd000000-0xfd7fffff]
    [ 0.323891] NET: Registered protocol family 2
    [ 0.323953] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.324075] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.324125] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.324175] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.324214] TCP: reno registered
    [ 0.324244] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.324294] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.324330] NET: Registered protocol family 1
    [ 0.451593] pci 0000:01:00.0: Boot video device
    [ 0.451643] PCI: CLS 0 bytes, default 64
    [ 0.451693] Unpacking initramfs...
    [ 1.297755] Freeing initrd memory: 13736k freed
    [ 1.298582] audit: initializing netlink socket (disabled)
    [ 1.298631] type=2000 audit(1499894231.200:1): initialized
    [ 1.314699] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 1.315956] VFS: Disk quotas dquot_6.5.2
    [ 1.316010] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 1.316070] msgmni has been set to 1505
    [ 1.317084] alg: No test for stdrng (krng)
    [ 1.317158] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 1.317172] io scheduler noop registered
    [ 1.317176] io scheduler deadline registered
    [ 1.317193] io scheduler cfq registered (default)
    [ 1.317251] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 1.317275] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 1.317279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 1.317746] GHES: HEST is not enabled!
    [ 1.317762] isapnp: Scanning for PnP cards...
    [ 1.673389] isapnp: No Plug & Play device found
    [ 1.673545] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 1.674167] Linux agpgart interface v0.103
    [ 1.674217] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f03:pS2M] at 0x60,0x64 irq 1,12
    [ 1.674464] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.674506] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.674795] mousedev: PS/2 mouse device common for all mice
    [ 1.674897] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.675246] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 1.675287] rtc0: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
    [ 1.675348] TCP: cubic registered
    [ 1.675406] NET: Registered protocol family 10
    [ 1.675486] Mobile IPv6
    [ 1.675494] NET: Registered protocol family 17
    [ 1.675508] Registering the dns_resolver key type
    [ 1.675558] Using IPI No-Shortcut mode
    [ 1.676191] PM: Hibernation image not present or could not be loaded.
    [ 1.676220] registered taskstats version 1
    [ 1.677043] rtc_cmos 00:03: setting system clock to 2017-07-12 21:17:12 UTC (1499894232)
    [ 1.677121] Freeing unused kernel memory: 416k freed
    [ 1.677143] Write protecting the kernel text: 3496k
    [ 1.677150] Write protecting the kernel read-only data: 984k
    [ 1.692100] udevd[49]: starting version 175
    [ 1.705671] usbcore: registered new interface driver usbfs
    [ 1.705686] usbcore: registered new interface driver hub
    [ 1.708661] usbcore: registered new device driver usb
    [ 1.712342] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.712409] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 1.713535] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 1.713559] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    [ 1.713664] ehci_hcd 0000:00:1d.7: Enabling legacy PCI PM
    [ 1.714628] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    [ 1.714660] ehci_hcd 0000:00:1d.7: irq 19, io mem 0xef140000
    [ 1.724379] SCSI subsystem initialized
    [ 1.724827] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.724855] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 1.724858] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 1.724860] usb usb1: Product: EHCI Host Controller
    [ 1.724862] usb usb1: Manufacturer: Linux 3.4-9-rtai-686-pae ehci_hcd
    [ 1.724864] usb usb1: SerialNumber: 0000:00:1d.7
    [ 1.725061] hub 1-0:1.0: USB hub found
    [ 1.725066] hub 1-0:1.0: 15 ports detected
    [ 1.725707] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.725774] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.726926] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.726935] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 1.728229] uhci_hcd 0000:00:1d.0: irq 18, io base 0x0000b200
    [ 1.737785] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
    [ 1.737788] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 1.737791] usb usb2: Product: UHCI Host Controller
    [ 1.737793] usb usb2: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
    [ 1.737795] usb usb2: SerialNumber: 0000:00:1d.0
    [ 1.738723] hub 2-0:1.0: USB hub found
    [ 1.738729] hub 2-0:1.0: 2 ports detected
    [ 1.739132] virtio-pci 0000:00:05.0: enabling device (0000 -> 0003)
    [ 1.749152] libata version 3.00 loaded.
    [ 1.756596] virtio-pci 0000:00:0e.0: enabling device (0000 -> 0001)
    [ 1.757761] virtio-pci 0000:00:0e.0: setting latency timer to 64
    [ 1.761849] xhci_hcd 0000:00:1d.6: setting latency timer to 64
    [ 1.762985] xhci_hcd 0000:00:1d.6: xHCI Host Controller
    [ 1.762996] xhci_hcd 0000:00:1d.6: new USB bus registered, assigned bus number 3
    [ 1.764101] xhci_hcd 0000:00:1d.6: cache line size of 64 is not supported
    [ 1.764233] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
    [ 1.764236] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 1.764238] usb usb3: Product: xHCI Host Controller
    [ 1.764240] usb usb3: Manufacturer: Linux 3.4-9-rtai-686-pae xhci_hcd
    [ 1.764241] usb usb3: SerialNumber: 0000:00:1d.6
    [ 1.765410] xHCI xhci_add_endpoint called for root hub
    [ 1.765412] xHCI xhci_check_bandwidth called for root hub
    [ 1.765442] hub 3-0:1.0: USB hub found
    [ 1.765475] hub 3-0:1.0: 2 ports detected
    [ 1.765690] xhci_hcd 0000:00:1d.6: xHCI Host Controller
    [ 1.765697] xhci_hcd 0000:00:1d.6: new USB bus registered, assigned bus number 4
    [ 1.765789] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
    [ 1.765791] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 1.765793] usb usb4: Product: xHCI Host Controller
    [ 1.765795] usb usb4: Manufacturer: Linux 3.4-9-rtai-686-pae xhci_hcd
    [ 1.765797] usb usb4: SerialNumber: 0000:00:1d.6
    [ 1.766489] xHCI xhci_add_endpoint called for root hub
    [ 1.766492] xHCI xhci_check_bandwidth called for root hub
    [ 1.766523] hub 4-0:1.0: USB hub found
    [ 1.766555] hub 4-0:1.0: 12 ports detected
    [ 1.771389] microcode: CPU0 sig=0x40651, pf=0x1, revision=0x17
    [ 1.776088] ata_piix 0000:00:1f.1: version 2.13
    [ 1.778072] scsi0 : ata_piix
    [ 1.794202] scsi1 : ata_piix
    [ 1.794474] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xe000 irq 14
    [ 1.794478] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xe008 irq 15
    [ 1.799551] ahci 0000:00:1f.2: version 3.0
    [ 1.799655] ahci: SSS flag set, parallel bus scan disabled
    [ 1.799820] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
    [ 1.799824] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led only slum part
    [ 1.802313] scsi2 : ahci
    [ 1.802409] scsi3 : ahci
    [ 1.802473] scsi4 : ahci
    [ 1.802643] scsi5 : ahci
    [ 1.802723] scsi6 : ahci
    [ 1.802802] scsi7 : ahci
    [ 1.803648] ata3: SATA max UDMA/133 abar m8192@0xf0200000 port 0xf0200100 irq 16
    [ 1.803654] ata4: SATA max UDMA/133 abar m8192@0xf0200000 port 0xf0200180 irq 16
    [ 1.803657] ata5: SATA max UDMA/133 abar m8192@0xf0200000 port 0xf0200200 irq 16
    [ 1.803660] ata6: SATA max UDMA/133 abar m8192@0xf0200000 port 0xf0200280 irq 16
    [ 1.803663] ata7: SATA max UDMA/133 abar m8192@0xf0200000 port 0xf0200300 irq 16
    [ 1.803665] ata8: SATA max UDMA/133 abar m8192@0xf0200000 port 0xf0200380 irq 16
    [ 1.848474] microcode: CPU1 sig=0x40651, pf=0x1, revision=0x17
    [ 1.850533] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 2.036410] usb 1-1: new high-speed USB device number 2 using ehci_hcd
    [ 2.128693] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.128863] ata3.00: ATA-8: LinuxCNC-0 SSD, F.GDD60C, max UDMA/100
    [ 2.128865] ata3.00: 134217728 sectors, multi 0: LBA48 NCQ (depth 31/32)
    [ 2.129005] ata3.00: configured for UDMA/100
    [ 2.129216] scsi 2:0:0:0: Direct-Access ATA LinuxCNC-0 SSD F.GD PQ: 0 ANSI: 5
    [ 2.169298] usb 1-1: New USB device found, idVendor=203a, idProduct=fff9
    [ 2.169301] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 2.169303] usb 1-1: Product: FaceTime HD Camera
    [ 2.169305] usb 1-1: Manufacturer: Parallels
    [ 2.169306] usb 1-1: SerialNumber: CC2527209C3F6VVDW
    [ 2.296337] Refined TSC clocksource calibration: 2599.992 MHz.
    [ 2.296366] Switching to clocksource tsc
    [ 2.447600] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.447808] ata4.00: ATAPI: Virtual DVD-ROM [1], FWR1, max UDMA/25
    [ 2.448085] ata4.00: configured for UDMA/25
    [ 2.448576] scsi 3:0:0:0: CD-ROM Virtual DVD-ROM R103 PQ: 0 ANSI: 5
    [ 2.767674] ata5: SATA link down (SStatus 0 SControl 300)
    [ 3.086185] ata6: SATA link down (SStatus 0 SControl 300)
    [ 3.406167] ata7: SATA link down (SStatus 0 SControl 300)
    [ 3.725047] ata8: SATA link down (SStatus 0 SControl 300)
    [ 3.730803] sd 2:0:0:0: [sda] 134217728 512-byte logical blocks: (68.7 GB/64.0 GiB)
    [ 3.730806] sd 2:0:0:0: [sda] 4096-byte physical blocks
    [ 3.730847] sd 2:0:0:0: [sda] Write Protect is off
    [ 3.730849] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.730861] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.731936] sda: sda1 sda2 < sda5 >
    [ 3.732323] sd 2:0:0:0: [sda] Attached SCSI disk
    [ 3.733151] sr0: scsi3-mmc drive: 44x/44x cd/rw xa/form2 cdda tray
    [ 3.733154] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 3.733447] sr 3:0:0:0: Attached scsi CD-ROM sr0
    [ 3.734180] sd 2:0:0:0: Attached scsi generic sg0 type 0
    [ 3.734295] sr 3:0:0:0: Attached scsi generic sg1 type 5
    [ 8.796133] PM: Starting manual resume from disk
    [ 8.796137] PM: Hibernation image partition 8:5 present
    [ 8.796138] PM: Looking for hibernation image.
    [ 8.796308] PM: Image not found (code -22)
    [ 8.796309] PM: Hibernation image not present or could not be loaded.
    [ 8.806561] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 9.044407] udevd[357]: starting version 175
    [ 9.136054] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    [ 9.136062] ACPI: Power Button [PWRF]
    [ 9.136133] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input2
    [ 9.136136] ACPI: Sleep Button [SLPF]
    [ 9.196550] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 9.232226] i801_smbus 0000:00:1f.3: Enabling SMBus device
    [ 9.233360] prl_tg: module license 'Parallels' taints kernel.
    [ 9.233362] Disabling lock debugging due to kernel taint
    [ 9.234409] Parallels Toolgate driver 1.3.0 loaded
    [ 9.235449] detected Parallels ToolGate, base addr 00008000, IRQ 22
    [ 9.235668] detected Parallels Video ToolGate, base addr 00006000, IRQ 21
    [ 9.258173] ACPI: Battery Slot [BAT0] (battery present)
    [ 9.260422] ACPI: AC Adapter [ADP0] (on-line)
    [ 9.334255] intel8x0: enable Parallels VM optimization
    [ 9.334264] snd_intel8x0 0000:00:1f.4: setting latency timer to 64
    [ 9.390418] Linux media interface: v0.10
    [ 9.395010] Linux video capture interface: v2.00
    [ 9.416454] uvcvideo: Found UVC 1.00 device FaceTime HD Camera (203a:fff9)
    [ 9.418435] usbcore: registered new interface driver uvcvideo
    [ 9.418437] USB Video Class driver (1.1.1)
    [ 9.708270] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3
    [ 9.774894] intel8x0_measure_ac97_clock: measured 54506 usecs (2688 samples)
    [ 9.774897] intel8x0: clocking to 46720
    [ 10.037705] Adding 1568764k swap on /dev/sda5. Priority:-1 extents:1 across:1568764k SS
    [ 10.049873] EXT4-fs (sda1): re-mounted. Opts: (null)
    [ 10.120082] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
    [ 10.154861] loop: module loaded
    [ 10.898331] RPC: Registered named UNIX socket transport module.
    [ 10.898336] RPC: Registered udp transport module.
    [ 10.898338] RPC: Registered tcp transport module.
    [ 10.898339] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 10.910997] FS-Cache: Loaded
    [ 10.919636] NFS: Registering the id_resolver key type
    [ 10.919728] FS-Cache: Netfs 'nfs' registered for caching
    [ 10.925090] Installing knfsd (copyright (C) 1996 [email protected]).
    [ 11.514473] Parallels Linux shared folders filesystem driver 1.2.5 loaded
    [ 12.178568] Bluetooth: Core ver 2.16
    [ 12.180812] NET: Registered protocol family 31
    [ 12.180816] Bluetooth: HCI device and connection manager initialized
    [ 12.180818] Bluetooth: HCI socket layer initialized
    [ 12.180819] Bluetooth: L2CAP socket layer initialized
    [ 12.180833] Bluetooth: SCO socket layer initialized
    [ 12.201551] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 12.201557] Bluetooth: BNEP filters: protocol multicast
    [ 12.213929] Bluetooth: RFCOMM TTY layer initialized
    [ 12.213934] Bluetooth: RFCOMM socket layer initialized
    [ 12.213936] Bluetooth: RFCOMM ver 1.11
    [ 12.321271] lp: driver loaded but no devices found
    [ 12.351434] ppdev: user-space parallel port driver
    [ 12.469345] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input4
    [ 21.909343] usb 1-2: new high-speed USB device number 3 using ehci_hcd
    [ 22.043297] usb 1-2: New USB device found, idVendor=203a, idProduct=fffa
    [ 22.043301] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 22.043303] usb 1-2: Product: Virtual Printer (Print to PDF (Mac Desktop))
    [ 22.043305] usb 1-2: Manufacturer: Parallels
    [ 22.043307] usb 1-2: SerialNumber: TAG11d87aca0
    [ 22.060067] usblp0: USB Unidirectional printer dev 3 if 0 alt 0 proto 1 vid 0x203A pid 0xFFFA
    [ 22.060153] usbcore: registered new interface driver usblp
    [ 23.212385] usblp0: removed
    [ 23.223027] usblp0: USB Unidirectional printer dev 3 if 0 alt 0 proto 1 vid 0x203A pid 0xFFFA
    [ 26.893446] I-pipe: head domain RTAI registered.
    [ 26.893452] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
    [ 26.893866] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
    [ 26.893870] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 6249609, CLK_FREQ 2600011000, CPU_FREQ 2600011000
    [ 26.893873] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
    [ 26.893879] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 6249609, 6249609, 5243750
    [ 26.910907] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
    [ 26.910956] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
    [ 26.910959] RTAI[sched]: hard timer type/freq = APIC/6249609(Hz); default timing: oneshot; linear timed lists.
    [ 26.910961] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2600011000 hz.
    [ 26.910962] RTAI[sched]: timer setup = 999 ns, resched latency = 2943 ns.
    [ 26.924033] RTAI[math]: loaded.
    [ 27.090289] usb 1-3: new high-speed USB device number 4 using ehci_hcd
    [ 27.185546] RTAPI: ERROR: Unexpected realtime delay on task 1
    [ 27.185548] This Message will only display once per session.
    [ 27.185592] Run the Latency Test and resolve before continuing.
    [ 27.226880] usb 1-3: New USB device found, idVendor=203a, idProduct=fffa
    [ 27.226884] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 27.226886] usb 1-3: Product: Virtual Printer (HP Photosmart C5200 series)
    [ 27.226888] usb 1-3: Manufacturer: Parallels
    [ 27.226890] usb 1-3: SerialNumber: TAG1db100c1e
    [ 27.231605] usblp1: USB Unidirectional printer dev 4 if 0 alt 0 proto 1 vid 0x203A pid 0xFFFA
    [ 28.486228] usblp0: removed
    [ 28.491558] usblp0: USB Unidirectional printer dev 3 if 0 alt 0 proto 1 vid 0x203A pid 0xFFFA
    [ 28.494697] usblp1: removed
    [ 28.501991] usblp1: USB Unidirectional printer dev 4 if 0 alt 0 proto 1 vid 0x203A pid 0xFFFA
    [ 30.024001] usb 1-4: new high-speed USB device number 5 using ehci_hcd
    [ 30.156885] usb 1-4: New USB device found, idVendor=203a, idProduct=fffa
    [ 30.156888] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 30.156890] usb 1-4: Product: Virtual Printer (NOLA_CP3525)
    [ 30.156891] usb 1-4: Manufacturer: Parallels
    [ 30.156892] usb 1-4: SerialNumber: TAG1e86b1371
    [ 30.157949] usblp2: USB Unidirectional printer dev 5 if 0 alt 0 proto 1 vid 0x203A pid 0xFFFA
    [ 30.329500] RTAI[math]: unloaded.
    [ 30.331106] SCHED releases registered named ALIEN PEDV$D
    [ 30.335416] RTAI[malloc]: unloaded.
    [ 30.435046] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
    [ 30.437273] I-pipe: head domain RTAI unregistered.
    [ 30.438130] RTAI[hal]: unmounted.
     
  2. PatrickM9

    PatrickM9 Bit poster

    Messages:
    3
    FYI the messages below happen on the working VirtualBox install as well.
    RTAPI: ERROR: Unexpected realtime delay on task 1
    This Message will only display once per session.
    Run the Latency Test and resolve before continuing.
    Then the "task: main loop took 0.015201 seconds" message repeats with various times. So it does not look like that error matters. Hopefully there is something useful in the debug info.
     
  3. Dmitry Geynisman

    Dmitry Geynisman Parallels Team

    Messages:
    706
    Hi @PatrickM9, can you please send us a problem report collected right after the error and a splash screen (Help menu > Send Technical Data...)? This will help us significantly, please reply me back with the report ID number.
     
  4. PatrickM9

    PatrickM9 Bit poster

    Messages:
    3
    Data submitted, report ID number: 201134748

    Thank you,

    -Patrick
     

    Attached Files:

Share This Page