Issue with LVM and 2 volume groups.

I have 2 physical disks with one volume group on each of them. First contains root and /home. Second one contains /var and swap. After update I got "Timeout error" for /var and swap. I can boot in emergency systemd mode and can clearly see /var and swap partitions. I have lvm2 hook after udev and before fiesystems. I done latest changes to LVM long before and everything worked fine.
Any advice? Thank you.
Last edited by Gonzih (2013-05-03 13:33:15)

Yep, I can see them and mount them (logical volumes). I booted with debug log level for systemd and log target to kmsg. But I can't find anything interesting in logs.
here is dmesg output:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.8.10-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.0 20130411 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Apr 27 12:36:59 CEST 2013
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/SSDVolGroup-root ro resume=/dev/mapper/MainVolGroup-swap systemd.log_level=debug systemd.log_target=kmsg log_buf_len=1M
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000aac0bfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000aac0c000-0x00000000aad8dfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000aad8e000-0x00000000aad93fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000aad94000-0x00000000aad94fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000aad95000-0x00000000aad95fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000aad96000-0x00000000aadb7fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000aadb8000-0x00000000aadc5fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000aadc6000-0x00000000aade7fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000aade8000-0x00000000aae21fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000aae22000-0x00000000aafe7fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000aafe8000-0x00000000aaffcfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000aaffd000-0x00000000aaffffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000ab000000-0x00000000afffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff980000-0x00000000ffbfffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000024f7fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: ASUSTeK Computer Inc. N55SL/N55SL, BIOS N55SL.201 11/10/2011
[ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x24f800 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-E7FFF uncachable
[ 0.000000] E8000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FE0000000 write-back
[ 0.000000] 2 base 0A0000000 mask FF8000000 write-back
[ 0.000000] 3 base 0A8000000 mask FFC000000 write-back
[ 0.000000] 4 base 0AB000000 mask FFF000000 uncachable
[ 0.000000] 5 base 100000000 mask F00000000 write-back
[ 0.000000] 6 base 200000000 mask FC0000000 write-back
[ 0.000000] 7 base 240000000 mask FF0000000 write-back
[ 0.000000] 8 base 24F800000 mask FFF800000 uncachable
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: update [mem 0xab000000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xaaffd max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fcc80-0x000fcc8f] mapped at [ffff8800000fcc80]
[ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[ 0.000000] reserving inaccessible SNB gfx pages
[ 0.000000] init_memory_mapping: [mem 0x00000000-0xaaffcfff]
[ 0.000000] [mem 0x00000000-0xaadfffff] page 2M
[ 0.000000] [mem 0xaae00000-0xaaffcfff] page 4k
[ 0.000000] kernel direct mapping tables up to 0xaaffcfff @ [mem 0x1fffb000-0x1fffffff]
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x24f7fffff]
[ 0.000000] [mem 0x100000000-0x24f7fffff] page 2M
[ 0.000000] kernel direct mapping tables up to 0x24f7fffff @ [mem 0xaaff6000-0xaaffcfff]
[ 0.000000] log_buf_len: 1048576
[ 0.000000] early log buf free: 519132(99%)
[ 0.000000] RAMDISK: [mem 0x378d0000-0x37c5ffff]
[ 0.000000] ACPI: RSDP 00000000000f0430 00024 (v02 _ASUS_)
[ 0.000000] ACPI: XSDT 00000000aaffee18 00074 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
[ 0.000000] ACPI: FACP 00000000aaf9ad98 000F4 (v04 _ASUS_ Notebook 06222004 MSFT 00010013)
[ 0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20121018/tbfadt-394)
[ 0.000000] ACPI BIOS Bug: Warning: 32/64X FACS address mismatch in FADT - 0xAAFE4E40/0x00000000AAFE4D40, using 32 (20121018/tbfadt-521)
[ 0.000000] ACPI: DSDT 00000000aaf85018 14057 (v01 _ASUS_ Notebook 00000000 INTL 20091112)
[ 0.000000] ACPI: FACS 00000000aafe4e40 00040
[ 0.000000] ACPI: APIC 00000000aaffdf18 000CC (v02 _ASUS_ Notebook 06222004 MSFT 00010013)
[ 0.000000] ACPI: DBGP 00000000aaffff18 00034 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
[ 0.000000] ACPI: ECDT 00000000aafe4b18 000C1 (v01 _ASUS_ Notebook 06222004 AMI. 00000003)
[ 0.000000] ACPI: SLIC 00000000aaf9be18 00176 (v01 _ASUS_ Notebook 06222004 ASUS 00000001)
[ 0.000000] ACPI: HPET 00000000aafe5d18 00038 (v01 _ASUS_ Notebook 06222004 AMI. 00000003)
[ 0.000000] ACPI: MCFG 00000000aafe5c98 0003C (v01 _ASUS_ Notebook 06222004 MSFT 00000097)
[ 0.000000] ACPI: SSDT 00000000aaf84018 00955 (v01 PmRef Cpu0Ist 00003000 INTL 20091112)
[ 0.000000] ACPI: SSDT 00000000aaf83018 00996 (v01 PmRef CpuPm 00003000 INTL 20091112)
[ 0.000000] ACPI: ASF! 00000000aafe4a18 000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000024f7fffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x24f7fffff]
[ 0.000000] NODE_DATA [mem 0x24f6fb000-0x24f6fffff]
[ 0.000000] [ffffea0000000000-ffffea00093fffff] PMD -> [ffff880246e00000-ffff88024edfffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00010000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x24f7fffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00010000-0x0009dfff]
[ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
[ 0.000000] node 0: [mem 0x20200000-0x3fffffff]
[ 0.000000] node 0: [mem 0x40200000-0xaac0bfff]
[ 0.000000] node 0: [mem 0xaad8e000-0xaad93fff]
[ 0.000000] node 0: [mem 0xaad95000-0xaad95fff]
[ 0.000000] node 0: [mem 0xaadb8000-0xaadc5fff]
[ 0.000000] node 0: [mem 0xaade8000-0xaae21fff]
[ 0.000000] node 0: [mem 0xaafe8000-0xaaffcfff]
[ 0.000000] node 0: [mem 0x100000000-0x24f7fffff]
[ 0.000000] On node 0 totalpages: 2072574
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 142 pages reserved
[ 0.000000] DMA zone: 3776 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10850 pages used for memmap
[ 0.000000] DMA32 zone: 683534 pages, LIFO batch:31
[ 0.000000] Normal zone: 21472 pages used for memmap
[ 0.000000] Normal zone: 1352736 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[ 0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
[ 0.000000] PM: Registered nosave memory: 00000000aac0c000 - 00000000aad8e000
[ 0.000000] PM: Registered nosave memory: 00000000aad94000 - 00000000aad95000
[ 0.000000] PM: Registered nosave memory: 00000000aad96000 - 00000000aadb8000
[ 0.000000] PM: Registered nosave memory: 00000000aadc6000 - 00000000aade8000
[ 0.000000] PM: Registered nosave memory: 00000000aae22000 - 00000000aafe8000
[ 0.000000] PM: Registered nosave memory: 00000000aaffd000 - 00000000ab000000
[ 0.000000] PM: Registered nosave memory: 00000000ab000000 - 00000000b0000000
[ 0.000000] PM: Registered nosave memory: 00000000b0000000 - 00000000e0000000
[ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000e4000000
[ 0.000000] PM: Registered nosave memory: 00000000e4000000 - 00000000fec00000
[ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
[ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
[ 0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
[ 0.000000] PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
[ 0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
[ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
[ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff980000
[ 0.000000] PM: Registered nosave memory: 00000000ff980000 - 00000000ffc00000
[ 0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffd80000
[ 0.000000] PM: Registered nosave memory: 00000000ffd80000 - 0000000100000000
[ 0.000000] e820: [mem 0xb0000000-0xdfffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:16 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88024f400000 s85184 r8192 d21312 u131072
[ 0.000000] pcpu-alloc: s85184 r8192 d21312 u131072 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2040046
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/SSDVolGroup-root ro resume=/dev/mapper/MainVolGroup-swap systemd.log_level=debug systemd.log_target=kmsg log_buf_len=1M
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] __ex_table already sorted, skipping sort
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 8074672k/9691136k available (4908k kernel code, 1400840k absent, 215624k reserved, 4024k data, 820k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=16.
[ 0.000000] NR_IRQS:4352 nr_irqs:808 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 33554432 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.003333] tsc: Detected 2194.984 MHz processor
[ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4391.88 BogoMIPS (lpj=7316613)
[ 0.000006] pid_max: default: 32768 minimum: 301
[ 0.000039] Security Framework initialized
[ 0.000045] AppArmor: AppArmor disabled by boot time parameter
[ 0.000573] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.002327] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.003081] Mount-cache hash table entries: 256
[ 0.003260] Initializing cgroup subsys cpuacct
[ 0.003262] Initializing cgroup subsys memory
[ 0.003269] Initializing cgroup subsys devices
[ 0.003271] Initializing cgroup subsys freezer
[ 0.003272] Initializing cgroup subsys net_cls
[ 0.003274] Initializing cgroup subsys blkio
[ 0.003298] CPU: Physical Processor ID: 0
[ 0.003299] CPU: Processor Core ID: 0
[ 0.003304] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.003307] mce: CPU supports 9 MCE banks
[ 0.003321] CPU0: Thermal monitoring enabled (TM1)
[ 0.003330] process: using mwait in idle threads
[ 0.003333] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
tlb_flushall_shift: 5
[ 0.003497] Freeing SMP alternatives: 20k freed
[ 0.004779] ACPI: Core revision 20121018
[ 0.048855] ftrace: allocating 19313 entries in 76 pages
[ 0.059156] Switched APIC routing to physical flat.
[ 0.059575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.092543] smpboot: CPU0: Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz (fam: 06, model: 2a, stepping: 07)
[ 0.092551] TSC deadline timer enabled
[ 0.092554] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
[ 0.092560] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
[ 0.092562] ... version: 3
[ 0.092563] ... bit width: 48
[ 0.092564] ... generic registers: 4
[ 0.092565] ... value mask: 0000ffffffffffff
[ 0.092567] ... max period: 000000007fffffff
[ 0.092568] ... fixed-purpose events: 3
[ 0.092569] ... event mask: 000000070000000f
[ 0.145921] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.132666] smpboot: Booting Node 0, Processors #1 #2 #3 #4 #5 #6 #7
[ 0.252559] Brought up 8 CPUs
[ 0.252563] smpboot: Total of 8 processors activated (35133.06 BogoMIPS)
[ 0.260397] devtmpfs: initialized
[ 0.261702] PM: Registering ACPI NVS region [mem 0xaae22000-0xaafe7fff] (1859584 bytes)
[ 0.262489] RTC time: 13:35:47, date: 05/03/13
[ 0.262533] NET: Registered protocol family 16
[ 0.262683] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.262685] ACPI: bus type pci registered
[ 0.262752] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[ 0.262754] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
[ 0.271626] PCI: Using configuration type 1 for base access
[ 0.271915] mtrr: your CPUs had inconsistent variable MTRR settings
[ 0.271916] mtrr: probably your BIOS does not setup all CPUs.
[ 0.271917] mtrr: corrected configuration.
[ 0.272339] bio: create slab <bio-0> at 0
[ 0.272400] ACPI: Added _OSI(Module Device)
[ 0.272402] ACPI: Added _OSI(Processor Device)
[ 0.272403] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.272405] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.274772] ACPI: EC: EC description table is found, configuring boot EC
[ 0.274777] ACPI: EC: Look up EC in DSDT
[ 0.277260] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.280704] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.334137] ACPI: SSDT 00000000aadca798 0073F (v01 PmRef Cpu0Cst 00003001 INTL 20091112)
[ 0.334721] ACPI: Dynamic OEM Table Load:
[ 0.334724] ACPI: SSDT (null) 0073F (v01 PmRef Cpu0Cst 00003001 INTL 20091112)
[ 0.335028] ACPI: SSDT 00000000aadcba98 00303 (v01 PmRef ApIst 00003000 INTL 20091112)
[ 0.335636] ACPI: Dynamic OEM Table Load:
[ 0.335639] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20091112)
[ 0.335809] ACPI: SSDT 00000000aadc9d98 00119 (v01 PmRef ApCst 00003000 INTL 20091112)
[ 0.336390] ACPI: Dynamic OEM Table Load:
[ 0.336393] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20091112)
[ 0.337542] ACPI: Interpreter enabled
[ 0.337547] ACPI: (supports S0 S3 S4 S5)
[ 0.337567] ACPI: Using IOAPIC for interrupt routing
[ 0.343600] ACPI: EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
[ 0.343756] ACPI: No dock devices found.
[ 0.343760] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.343970] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.343973] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.344693] PCI host bridge to bus 0000:00
[ 0.344696] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.344698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.344700] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.344702] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.344704] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[ 0.344706] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 0.344708] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 0.344709] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[ 0.344711] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[ 0.344713] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[ 0.344715] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfeafffff]
[ 0.344717] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[ 0.344725] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[ 0.344763] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
[ 0.344796] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.344816] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
[ 0.344827] pci 0000:00:02.0: reg 10: [mem 0xdc400000-0xdc7fffff 64bit]
[ 0.344834] pci 0000:00:02.0: reg 18: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.344839] pci 0000:00:02.0: reg 20: [io 0xe000-0xe03f]
[ 0.344895] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[ 0.344920] pci 0000:00:16.0: reg 10: [mem 0xdf00b000-0xdf00b00f 64bit]
[ 0.344999] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.345035] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[ 0.345058] pci 0000:00:1a.0: reg 10: [mem 0xdf008000-0xdf0083ff]
[ 0.345152] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.345180] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[ 0.345197] pci 0000:00:1b.0: reg 10: [mem 0xdf000000-0xdf003fff 64bit]
[ 0.345268] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.345294] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[ 0.345376] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.345403] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[ 0.345486] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.345517] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[ 0.345598] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.345627] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
[ 0.345709] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.345744] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[ 0.345766] pci 0000:00:1d.0: reg 10: [mem 0xdf007000-0xdf0073ff]
[ 0.345860] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.345889] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
[ 0.346019] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[ 0.346039] pci 0000:00:1f.2: reg 10: [io 0xe0b0-0xe0b7]
[ 0.346048] pci 0000:00:1f.2: reg 14: [io 0xe0a0-0xe0a3]
[ 0.346056] pci 0000:00:1f.2: reg 18: [io 0xe090-0xe097]
[ 0.346065] pci 0000:00:1f.2: reg 1c: [io 0xe080-0xe083]
[ 0.346074] pci 0000:00:1f.2: reg 20: [io 0xe060-0xe07f]
[ 0.346082] pci 0000:00:1f.2: reg 24: [mem 0xdf006000-0xdf0067ff]
[ 0.346131] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.346151] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[ 0.346167] pci 0000:00:1f.3: reg 10: [mem 0xdf005000-0xdf0050ff 64bit]
[ 0.346189] pci 0000:00:1f.3: reg 20: [io 0xe040-0xe05f]
[ 0.346253] pci 0000:01:00.0: [10de:1247] type 00 class 0x030000
[ 0.346266] pci 0000:01:00.0: reg 10: [mem 0xda000000-0xdbffffff]
[ 0.346279] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.346292] pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd3ffffff 64bit pref]
[ 0.346301] pci 0000:01:00.0: reg 24: [io 0xd000-0xd07f]
[ 0.346310] pci 0000:01:00.0: reg 30: [mem 0xdc000000-0xdc07ffff pref]
[ 0.353417] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.353425] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
[ 0.353432] pci 0000:00:01.0: bridge window [mem 0xda000000-0xdc0fffff]
[ 0.353442] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd3ffffff 64bit pref]
[ 0.353540] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.353544] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
[ 0.353549] pci 0000:00:1c.0: bridge window [mem 0xde600000-0xdeffffff]
[ 0.353556] pci 0000:00:1c.0: bridge window [mem 0xd6200000-0xd6bfffff 64bit pref]
[ 0.353763] pci 0000:03:00.0: [8086:008a] type 00 class 0x028000
[ 0.353907] pci 0000:03:00.0: reg 10: [mem 0xddc00000-0xddc01fff 64bit]
[ 0.354584] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.363542] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.363546] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
[ 0.363551] pci 0000:00:1c.1: bridge window [mem 0xddc00000-0xde5fffff]
[ 0.363557] pci 0000:00:1c.1: bridge window [mem 0xd5700000-0xd60fffff 64bit pref]
[ 0.363641] pci 0000:04:00.0: [1b21:1042] type 00 class 0x0c0330
[ 0.363678] pci 0000:04:00.0: reg 10: [mem 0xdd200000-0xdd207fff 64bit]
[ 0.363870] pci 0000:04:00.0: PME# supported from D3hot D3cold
[ 0.373416] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 0.373426] pci 0000:00:1c.3: bridge window [io 0xa000-0xafff]
[ 0.373435] pci 0000:00:1c.3: bridge window [mem 0xdd200000-0xddbfffff]
[ 0.373449] pci 0000:00:1c.3: bridge window [mem 0xd4c00000-0xd55fffff 64bit pref]
[ 0.373564] pci 0000:05:00.0: [1969:1083] type 00 class 0x020000
[ 0.373593] pci 0000:05:00.0: reg 10: [mem 0xdc800000-0xdc83ffff 64bit]
[ 0.373608] pci 0000:05:00.0: reg 18: [io 0x9000-0x907f]
[ 0.373738] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.383416] pci 0000:00:1c.5: PCI bridge to [bus 05]
[ 0.383425] pci 0000:00:1c.5: bridge window [io 0x9000-0x9fff]
[ 0.383434] pci 0000:00:1c.5: bridge window [mem 0xdc800000-0xdd1fffff]
[ 0.383448] pci 0000:00:1c.5: bridge window [mem 0xd4100000-0xd4afffff 64bit pref]
[ 0.383531] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
[ 0.383599] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.383633] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.383666] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[ 0.383698] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
[ 0.383884] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.384170] pci0000:00: ACPI _OSC control (0x1d) granted
[ 0.385076] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
[ 0.385119] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 12)
[ 0.385160] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 12)
[ 0.385199] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 12)
[ 0.385240] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[ 0.385282] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[ 0.385326] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12)
[ 0.385366] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 12)
[ 0.385442] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.385446] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[ 0.385448] vgaarb: loaded
[ 0.385449] vgaarb: bridge control possible 0000:01:00.0
[ 0.385450] vgaarb: no bridge control possible 0000:00:02.0
[ 0.385484] PCI: Using ACPI for IRQ routing
[ 0.387021] PCI: pci_cache_line_size set to 64 bytes
[ 0.387097] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[ 0.387099] e820: reserve RAM buffer [mem 0xaac0c000-0xabffffff]
[ 0.387102] e820: reserve RAM buffer [mem 0xaad94000-0xabffffff]
[ 0.387104] e820: reserve RAM buffer [mem 0xaad96000-0xabffffff]
[ 0.387105] e820: reserve RAM buffer [mem 0xaadc6000-0xabffffff]
[ 0.387107] e820: reserve RAM buffer [mem 0xaae22000-0xabffffff]
[ 0.387109] e820: reserve RAM buffer [mem 0xaaffd000-0xabffffff]
[ 0.387110] e820: reserve RAM buffer [mem 0x24f800000-0x24fffffff]
[ 0.387195] NetLabel: Initializing
[ 0.387197] NetLabel: domain hash size = 128
[ 0.387198] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.387208] NetLabel: unlabeled traffic allowed by default
[ 0.387231] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.387236] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.389244] Switching to clocksource hpet
[ 0.393649] pnp: PnP ACPI init
[ 0.393662] ACPI: bus type pnp registered
[ 0.393721] pnp 00:00: [dma 4]
[ 0.393744] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.393766] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.393863] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.393893] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.393936] system 00:04: [io 0x0680-0x069f] has been reserved
[ 0.393939] system 00:04: [io 0x1000-0x100f] has been reserved
[ 0.393941] system 00:04: [io 0xffff] has been reserved
[ 0.393943] system 00:04: [io 0xffff] has been reserved
[ 0.393945] system 00:04: [io 0x0400-0x0453] has been reserved
[ 0.393947] system 00:04: [io 0x0458-0x047f] has been reserved
[ 0.393949] system 00:04: [io 0x0500-0x057f] has been reserved
[ 0.393951] system 00:04: [io 0x164e-0x164f] has been reserved
[ 0.393954] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.393978] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.394018] system 00:06: [io 0x0454-0x0457] has been reserved
[ 0.394021] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.394050] system 00:07: [io 0x0240-0x0259] has been reserved
[ 0.394053] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.394103] pnp 00:08: Plug and Play ACPI device, IDs SYN0a17 SYN0a00 SYN0002 PNP0f13 (active)
[ 0.394137] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[ 0.394358] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.394360] system 00:0a: [mem 0xfed10000-0xfed17fff] could not be reserved
[ 0.394362] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.394364] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.394367] system 00:0a: [mem 0xe0000000-0xe3ffffff] has been reserved
[ 0.394369] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.394371] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.394372] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.394375] system 00:0a: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.394377] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.394380] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.394450] system 00:0b: [mem 0xd6c00000-0xd6c00fff] has been reserved
[ 0.394453] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.394580] system 00:0c: [mem 0x20000000-0x201fffff] has been reserved
[ 0.394582] system 00:0c: [mem 0x40000000-0x401fffff] has been reserved
[ 0.394585] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.394610] pnp: PnP ACPI: found 13 devices
[ 0.394612] ACPI: ACPI bus type pnp unregistered
[ 0.400997] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.401001] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
[ 0.401004] pci 0000:00:01.0: bridge window [mem 0xda000000-0xdc0fffff]
[ 0.401007] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd3ffffff 64bit pref]
[ 0.401011] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.401014] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
[ 0.401020] pci 0000:00:1c.0: bridge window [mem 0xde600000-0xdeffffff]
[ 0.401024] pci 0000:00:1c.0: bridge window [mem 0xd6200000-0xd6bfffff 64bit pref]
[ 0.401031] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.401034] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
[ 0.401040] pci 0000:00:1c.1: bridge window [mem 0xddc00000-0xde5fffff]
[ 0.401044] pci 0000:00:1c.1: bridge window [mem 0xd5700000-0xd60fffff 64bit pref]
[ 0.401051] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 0.401054] pci 0000:00:1c.3: bridge window [io 0xa000-0xafff]
[ 0.401059] pci 0000:00:1c.3: bridge window [mem 0xdd200000-0xddbfffff]
[ 0.401064] pci 0000:00:1c.3: bridge window [mem 0xd4c00000-0xd55fffff 64bit pref]
[ 0.401070] pci 0000:00:1c.5: PCI bridge to [bus 05]
[ 0.401074] pci 0000:00:1c.5: bridge window [io 0x9000-0x9fff]
[ 0.401079] pci 0000:00:1c.5: bridge window [mem 0xdc800000-0xdd1fffff]
[ 0.401084] pci 0000:00:1c.5: bridge window [mem 0xd4100000-0xd4afffff 64bit pref]
[ 0.401125] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.401127] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.401129] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.401131] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[ 0.401133] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[ 0.401134] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[ 0.401136] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[ 0.401138] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[ 0.401140] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[ 0.401142] pci_bus 0000:00: resource 13 [mem 0xb0000000-0xfeafffff]
[ 0.401143] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff]
[ 0.401145] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
[ 0.401147] pci_bus 0000:01: resource 1 [mem 0xda000000-0xdc0fffff]
[ 0.401149] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd3ffffff 64bit pref]
[ 0.401151] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
[ 0.401152] pci_bus 0000:02: resource 1 [mem 0xde600000-0xdeffffff]
[ 0.401154] pci_bus 0000:02: resource 2 [mem 0xd6200000-0xd6bfffff 64bit pref]
[ 0.401156] pci_bus 0000:03: resource 0 [io 0xb000-0xbfff]
[ 0.401158] pci_bus 0000:03: resource 1 [mem 0xddc00000-0xde5fffff]
[ 0.401160] pci_bus 0000:03: resource 2 [mem 0xd5700000-0xd60fffff 64bit pref]
[ 0.401162] pci_bus 0000:04: resource 0 [io 0xa000-0xafff]
[ 0.401163] pci_bus 0000:04: resource 1 [mem 0xdd200000-0xddbfffff]
[ 0.401165] pci_bus 0000:04: resource 2 [mem 0xd4c00000-0xd55fffff 64bit pref]
[ 0.401167] pci_bus 0000:05: resource 0 [io 0x9000-0x9fff]
[ 0.401169] pci_bus 0000:05: resource 1 [mem 0xdc800000-0xdd1fffff]
[ 0.401170] pci_bus 0000:05: resource 2 [mem 0xd4100000-0xd4afffff 64bit pref]
[ 0.401203] NET: Registered protocol family 2
[ 0.401386] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.401597] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.401732] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.401751] TCP: reno registered
[ 0.401763] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.401796] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.401871] NET: Registered protocol family 1
[ 0.401882] pci 0000:00:02.0: Boot video device
[ 0.649137] PCI: CLS 64 bytes, default 64
[ 0.649172] Unpacking initramfs...
[ 0.717214] Freeing initrd memory: 3648k freed
[ 0.717643] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.717647] software IO TLB [mem 0xa6c0c000-0xaac0c000] (64MB) mapped at [ffff8800a6c0c000-ffff8800aac0bfff]
[ 0.718142] audit: initializing netlink socket (disabled)
[ 0.718152] type=2000 audit(1367588147.679:1): initialized
[ 0.730817] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.732352] VFS: Disk quotas dquot_6.5.2
[ 0.732401] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.732571] msgmni has been set to 15778
[ 0.732780] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.732809] io scheduler noop registered
[ 0.732810] io scheduler deadline registered
[ 0.732815] io scheduler cfq registered (default)
[ 0.732906] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 0.733001] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[ 0.733106] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
[ 0.733210] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
[ 0.733313] pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
[ 0.733390] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[ 0.733392] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 0.733395] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[ 0.733413] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[ 0.733417] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[ 0.733434] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
[ 0.733436] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[ 0.733440] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
[ 0.733461] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[ 0.733463] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[ 0.733467] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[ 0.733484] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[ 0.733486] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[ 0.733491] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
[ 0.733537] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[ 0.733538] vesafb: scrolling: redraw
[ 0.733540] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.734311] vesafb: framebuffer at 0xb0000000, mapped to 0xffffc90004f00000, using 5120k, total 5120k
[ 0.834874] Console: switching to colour frame buffer device 160x64
[ 0.935388] fb0: VESA VGA frame buffer device
[ 0.935400] intel_idle: MWAIT substates: 0x21120
[ 0.935401] intel_idle: v0.4 model 0x2A
[ 0.935403] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.935440] GHES: HEST is not enabled!
[ 0.935483] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.935911] Linux agpgart interface v0.103
[ 0.935990] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.937667] i8042: Detected active multiplexing controller, rev 1.1
[ 0.938451] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.938474] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 0.938494] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 0.938515] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 0.938532] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 0.938616] mousedev: PS/2 mouse device common for all mice
[ 0.938686] rtc_cmos 00:05: RTC can wake from S4
[ 0.938811] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 0.938838] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[ 0.938991] cpuidle: using governor ladder
[ 0.939190] cpuidle: using governor menu
[ 0.939192] EFI Variables Facility v0.08 2004-May-17
[ 0.939237] drop_monitor: Initializing network drop monitor service
[ 0.939306] TCP: cubic registered
[ 0.939395] NET: Registered protocol family 10
[ 0.939535] NET: Registered protocol family 17
[ 0.939543] Key type dns_resolver registered
[ 0.939844] PM: Checking hibernation image partition /dev/mapper/MainVolGroup-swap
[ 0.972538] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.084950] PM: Hibernation image not present or could not be loaded.
[ 1.084974] registered taskstats version 1
[ 1.085749] Magic number: 13:624:583
[ 1.085763] pci_bus 0000:04: hash matches
[ 1.085842] rtc_cmos 00:05: setting system clock to 2013-05-03 13:35:48 UTC (1367588148)
[ 1.087384] Freeing unused kernel memory: 820k freed
[ 1.087474] Write protecting the kernel read-only data: 8192k
[ 1.091223] Freeing unused kernel memory: 1224k freed
[ 1.092704] Freeing unused kernel memory: 440k freed
[ 1.100348] systemd-udevd[79]: starting version 202
[ 1.104141] device-mapper: uevent: version 1.0.3
[ 1.104302] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: [email protected]
[ 1.125733] ACPI: bus type usb registered
[ 1.125784] usbcore: registered new interface driver usbfs
[ 1.125818] usbcore: registered new interface driver hub
[ 1.125883] usbcore: registered new device driver usb
[ 1.126941] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.127436] ehci-pci: EHCI PCI platform driver
[ 1.127537] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 1.127539] ehci-pci 0000:00:1a.0: setting latency timer to 64
[ 1.127543] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 1.127557] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 1.127567] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2
[ 1.127587] ehci-pci 0000:00:1a.0: debug port 2
[ 1.127598] SCSI subsystem initialized
[ 1.128985] ACPI: bus type scsi registered
[ 1.129170] libata version 3.00 loaded.
[ 1.131512] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 1.131535] ehci-pci 0000:00:1a.0: irq 16, io mem 0xdf008000
[ 1.132114] xhci_hcd 0000:04:00.0: irq 45 for MSI/MSI-X
[ 1.132121] xhci_hcd 0000:04:00.0: irq 46 for MSI/MSI-X
[ 1.132127] xhci_hcd 0000:04:00.0: irq 47 for MSI/MSI-X
[ 1.132133] xhci_hcd 0000:04:00.0: irq 48 for MSI/MSI-X
[ 1.132138] xhci_hcd 0000:04:00.0: irq 49 for MSI/MSI-X
[ 1.132143] xhci_hcd 0000:04:00.0: irq 50 for MSI/MSI-X
[ 1.132149] xhci_hcd 0000:04:00.0: irq 51 for MSI/MSI-X
[ 1.132154] xhci_hcd 0000:04:00.0: irq 52 for MSI/MSI-X
[ 1.132484] xHCI xhci_add_endpoint called for root hub
[ 1.132487] xHCI xhci_check_bandwidth called for root hub
[ 1.132548] hub 2-0:1.0: USB hub found
[ 1.132561] hub 2-0:1.0: 2 ports detected
[ 1.132717] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 1.132725] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
[ 1.132884] xHCI xhci_add_endpoint called for root hub
[ 1.132886] xHCI xhci_check_bandwidth called for root hub
[ 1.132937] hub 3-0:1.0: USB hub found
[ 1.132946] hub 3-0:1.0: 2 ports detected
[ 1.138468] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 1.138852] hub 1-0:1.0: USB hub found
[ 1.138856] hub 1-0:1.0: 2 ports detected
[ 1.139004] ehci-pci 0000:00:1d.0: setting latency timer to 64
[ 1.139008] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 1.139013] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[ 1.139027] ehci-pci 0000:00:1d.0: debug port 2
[ 1.142933] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 1.142950] ehci-pci 0000:00:1d.0: irq 23, io mem 0xdf007000
[ 1.151785] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 1.152053] hub 4-0:1.0: USB hub found
[ 1.152057] hub 4-0:1.0: 2 ports detected
[ 1.152155] ahci 0000:00:1f.2: version 3.0
[ 1.152226] ahci 0000:00:1f.2: irq 53 for MSI/MSI-X
[ 1.165142] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
[ 1.165152] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
[ 1.165162] ahci 0000:00:1f.2: setting latency timer to 64
[ 1.172449] scsi0 : ahci
[ 1.172628] scsi1 : ahci
[ 1.172789] scsi2 : ahci
[ 1.172947] scsi3 : ahci
[ 1.173104] scsi4 : ahci
[ 1.173232] scsi5 : ahci
[ 1.173279] ata1: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006100 irq 53
[ 1.173281] ata2: DUMMY
[ 1.173284] ata3: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006200 irq 53
[ 1.173285] ata4: DUMMY
[ 1.173287] ata5: DUMMY
[ 1.173288] ata6: DUMMY
[ 1.491471] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.491534] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.492344] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.492383] ata3.00: ATA-9: OCZ-VERTEX4, 1.5, max UDMA/133
[ 1.492386] ata3.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.493193] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.493231] ata3.00: configured for UDMA/133
[ 1.493884] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.493970] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[ 1.494053] ata1.00: ACPI cmd ef/90:03:00:00:00:a0 (SET FEATURES) succeeded
[ 1.494756] usb 2-2: new high-speed USB device number 2 using xhci_hcd
[ 1.496558] ata1.00: ATA-8: WDC WD7500BPKT-80PK4T0, 01.01A01, max UDMA/133
[ 1.496567] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.499166] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.499312] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[ 1.499465] ata1.00: ACPI cmd ef/90:03:00:00:00:a0 (SET FEATURES) succeeded
[ 1.501976] ata1.00: configured for UDMA/133
[ 1.502207] scsi 0:0:0:0: Direct-Access ATA WDC WD7500BPKT-8 01.0 PQ: 0 ANSI: 5
[ 1.502554] scsi 2:0:0:0: Direct-Access ATA OCZ-VERTEX4 1.5 PQ: 0 ANSI: 5
[ 1.506105] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
[ 1.506109] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.506148] sd 0:0:0:0: [sda] Write Protect is off
[ 1.506151] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.506154] sd 2:0:0:0: [sdb] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[ 1.506169] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.506212] sd 2:0:0:0: [sdb] Write Protect is off
[ 1.506216] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.506243] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.506699] sdb: sdb1 sdb2
[ 1.506982] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 1.515208] Initializing USB Mass Storage driver...
[ 1.515403] scsi6 : usb-storage 2-2:1.0
[ 1.515477] usbcore: registered new interface driver usb-storage
[ 1.515479] USB Mass Storage support registered.
[ 1.559813] sda: sda1 sda2 sda3 sda4
[ 1.560554] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.568887] bio: create slab <bio-1> at 1
[ 1.617994] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.717847] tsc: Refined TSC clocksource calibration: 2195.013 MHz
[ 1.717860] Switching to clocksource tsc
[ 1.741822] hub 1-1:1.0: USB hub found
[ 1.741901] hub 1-1:1.0: 6 ports detected
[ 1.847695] usb 4-1: new high-speed USB device number 2 using ehci-pci
[ 1.971554] hub 4-1:1.0: USB hub found
[ 1.971646] hub 4-1:1.0: 6 ports detected
[ 2.050951] usb 1-1.1: new full-speed USB device number 3 using ehci-pci
[ 2.204028] usb 1-1.2: new high-speed USB device number 4 using ehci-pci
[ 2.334884] PM: Starting manual resume from disk
[ 2.334889] PM: Hibernation image partition 254:3 present
[ 2.334890] PM: Looking for hibernation image.
[ 2.335066] PM: Image not found (code -22)
[ 2.335071] PM: Hibernation image not present or could not be loaded.
[ 2.354107] EXT4-fs (dm-0): INFO: recovery required on readonly filesystem
[ 2.354110] EXT4-fs (dm-0): write access will be enabled during recovery
[ 2.359269] EXT4-fs (dm-0): recovery complete
[ 2.360870] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[ 2.433463] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpuset of type cgroup with options cpuset.
[ 2.443949] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu,cpuacct of type cgroup with options cpu,cpuacct.
[ 2.447276] systemd[1]: Mounting cgroup to /sys/fs/cgroup/memory of type cgroup with options memory.
[ 2.450612] systemd[1]: Mounting cgroup to /sys/fs/cgroup/devices of type cgroup with options devices.
[ 2.453928] systemd[1]: Mounting cgroup to /sys/fs/cgroup/freezer of type cgroup with options freezer.
[ 2.457242] systemd[1]: Mounting cgroup to /sys/fs/cgroup/net_cls of type cgroup with options net_cls.
[ 2.460576] systemd[1]: Mounting cgroup to /sys/fs/cgroup/blkio of type cgroup with options blkio.
[ 2.463921] systemd[1]: systemd 202 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 2.466588] systemd[1]: Set hostname to <laptop>.
[ 2.468578] systemd[1]: Using cgroup controller name=systemd. File system hierarchy is at /sys/fs/cgroup/systemd/system.
[ 2.468640] systemd[1]: Installed release agent.
[ 2.470573] systemd[1]: Using notification socket @/org/freedesktop/systemd1/notify
[ 2.470586] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
[ 2.470700] systemd[1]: Successfully created private D-Bus server.
[ 2.471882] systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-fstab-generator as 176
[ 2.471962] systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-efi-boot-generator as 177
[ 2.472047] systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-system-update-generator as 178
[ 2.472156] systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-getty-generator as 179
[ 2.472263] systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-cryptsetup-generator as 180
[ 2.476365] systemd[1]: /usr/lib/systemd/system-generators/systemd-fstab-generator exited successfully.
[ 2.476378] systemd[1]: /usr/lib/systemd/system-generators/systemd-efi-boot-generator exited successfully.
[ 2.476385] systemd[1]: /usr/lib/systemd/system-generators/systemd-system-update-generator exited successfully.
[ 2.476391] systemd[1]: /usr/lib/systemd/system-generators/systemd-getty-generator exited successfully.
[ 2.476397] systemd[1]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator exited successfully.
[ 2.476871] systemd[1]: Looking for unit files in (higher priority first):
[ 2.476876] systemd[1]: /etc/systemd/system
[ 2.476878] systemd[1]: /run/systemd/system
[ 2.476880] systemd[1]: /run/systemd/generator
[ 2.476882] systemd[1]: /usr/local/lib/systemd/system
[ 2.476884] systemd[1]: /usr/lib/systemd/system
[ 2.476887] systemd[1]: SysV init scripts and rcN.d links support disabled
[ 2.493752] systemd[1]: Failed to load configuration for syslog.target: No such file or directory
[ 2.495520] systemd[1]: Failed to load configuration for plymouth-quit.service: No such file or directory
[ 2.496386] systemd[1]: Failed to load configuration for plymouth-quit-wait.service: No such file or directory
[ 2.496999] systemd[1]: Failed to load configuration for plymouth-start.service: No such file or directory
[ 2.504860] systemd[1]: Failed to load configuration for ypbind.service: No such file or directory
[ 2.517488] systemd[1]: Failed to load configuration for syslog.service: No such file or directory
[ 2.520082] scsi 6:0:0:0: Direct-Access 1.00 PQ: 0 ANSI: 4
[ 2.520543] systemd[1]: Failed to load configuration for runlevel5.target: No such file or directory
[ 2.520551] systemd[1]: Failed to load configuration for runlevel4.target: No such file or directory
[ 2.520556] systemd[1]: Failed to load configuration for runlevel3.target: No such file or directory
[ 2.520561] systemd[1]: Failed to load configuration for runlevel2.target: No such file or directory
[ 2.520566] systemd[1]: Failed to load configuration for runlevel1.target: No such file or directory
[ 2.520571] systemd[1]: Failed to load configuration for auditd.service: No such file or directory
[ 2.521264] sd 6:0:0:0: [sdc] 30343168 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 2.522318] sd 6:0:0:0: [sdc] Write Protect is off
[ 2.522320] sd 6:0:0:0: [sdc] Mode Sense: 2f 00 00 00
[ 2.523352] sd 6:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 2.523974] systemd[1]: -.mount changed dead -> mounted
[ 2.524009] systemd[1]: Activating default unit: default.target
[ 2.524016] systemd[1]: Trying to enqueue job graphical.target/start/isolate
[ 2.524119] systemd[1]: Looking at job [email protected]/stop conflicted_by=yes
[ 2.524122] systemd[1]: Looking at job [email protected]/start conflicted_by=no
[ 2.524125] systemd[1]: Fixing conflicting jobs by deleting job [email protected]/start
[ 2.524129] systemd[1]: Looking at job gdm.service/start conflicted_by=no
[ 2.524132] systemd[1]: Looking at job gdm.service/stop conflicted_by=no
[ 2.524134] systemd[1]: Fixing conflicting jobs by deleting job gdm.service/stop
[ 2.524147] systemd[1]: Installed new job graphical.target/start as 1
[ 2.524151] systemd[1]: Installed new job multi-user.target/start as 2
[ 2.524155] systemd[1]: Installed new job basic.target/start as 3
[ 2.524158] systemd[1]: Installed new job sysinit.target/start as 4
[ 2.524162] systemd[1]: Installed new job local-fs.target/start as 5
[ 2.524165] systemd[1]: Installed new job var-cache-fontconfig.automount/start as 6
[ 2.524168] systemd[1]: Installed new job var.mount/start as 7
[ 2.524171] systemd[1]: Installed new job systemd-fsck@dev-mapper-MainVolGroup\x2dvar.service/start as 8
[ 2.524174] systemd[1]: Installed new job dev-mapper-MainVolGroup\x2dvar.device/start as 9
[ 2.524183] systemd[1]: Installed new job mnt-hdd\x2dhome.automount/start as 12
[ 2.524186] systemd[1]: Installed new job mnt-hdd\x2droot.automount/start as 13
[ 2.524189] systemd[1]: Installed new job var.automount/start as 14
[ 2.524192] systemd[1]: Installed new job boot.automount/start as 15
[ 2.524195] systemd[1]: Installed new job home.automount/start as 16
[ 2.524198] systemd[1]: Installed new job systemd-fsck-root.service/start as 17
[ 2.524201] systemd[1]: Installed new job systemd-remount-fs.service/start as 18
[ 2.524204] systemd[1]: Installed new job local-fs-pre.target/start as 19
[ 2.524207] systemd[1]: Installed new job tmp.mount/start as 21
[ 2.524210] systemd[1]: Installed new job swap.target/start as 22
[ 2.524213] systemd[1]: Installed new job dev-mapper-MainVolGroup\x2dswap.swap/start as 23
[ 2.524216] systemd[1]: Installed new job dev-mapper-MainVolGroup\x2dswap.device/start as 24
[ 2.524222] systemd[1]: Installed new job debug-shell.service/start as 25
[ 2.524225] systemd[1]: Installed new job systemd-tmpfiles-setup.service/start as 26
[ 2.524228] systemd[1]: Installed new job systemd-journal-flush.service/start as 27
[ 2.524231] systemd[1]: Installed new job systemd-journald.service/start as 28
[ 2.524234] systemd[1]: Installed new job systemd-journald.socket/start as 29
[ 2.524237] systemd[1]: Installed new job cryptsetup.target/start as 30
[ 2.524240] systemd[1]: Installed new job systemd-vconsole-setup.service/start as 31
[ 2.524243] systemd[1]: Installed new job systemd-static-nodes.service/start as 32
[ 2.524245] systemd[1]: Installed new job systemd-modules-load.service/start as 33
[ 2.524248] systemd[1]: Installed new job dev-mqueue.mount/start as 34
[ 2.524251] systemd[1]: Installed new job systemd-ask-password-console.path/start as 35
[ 2.524254] systemd[1]: Installed new job systemd-binfmt.service/start as 36
[ 2.524257] systemd[1]: Installed new job sys-kernel-debug.mount/start as 37
[ 2.524260] systemd[1]: Installed new job systemd-random-seed-load.service/start as 38
[ 2.524263] systemd[1]: Installed new job systemd-udevd.service/start as 39
[ 2.524266] systemd[1]: Installed new job systemd-udevd-control.socket/start as 40
[ 2.524269] systemd[1]: Installed new job systemd-udevd-kernel.socket/start as 41
[ 2.524272] systemd[1]: Installed new job dev-hugepages.mount/start as 42
[ 2.524275] systemd[1]: Installed new job proc-sys-fs-binfmt_misc.automount/start as 43
[ 2.524278] systemd[1]: Installed new job sys-kernel-config.mount/start as 44
[ 2.524281] systemd[1]: Installed new job systemd-udev-trigger.service/start as 45
[ 2.524283] systemd[1]: Installed new job systemd-sysctl.service/start as 46
[ 2.524286] systemd[1]: Installed new job sys-fs-fuse-connections.mount/start as 47
[ 2.524289] systemd[1]: Installed new job sockets.target/start as 50
[ 2.524292] systemd[1]: Installed new job systemd-initctl.socket/start as 51
[ 2.524295] systemd[1]: Installed new job systemd-shutdownd.socket/start as 52
[ 2.524298] systemd[1]: Installed new job lvmetad.socket/start as 53
[ 2.524301] systemd[1]: Installed new job dmeventd.socket/start as 54
[ 2.524304] systemd[1]: Installed new job dbus.socket/start as 55
[ 2.524307] systemd[1]: Installed new job timers.target/start as 56
[ 2.524310] systemd[1]: Installed new job systemd-tmpfiles-clean.timer/start as 57
[ 2.524313] systemd[1]: Installed new job paths.target/start as 58
[ 2.524316] systemd[1]: Installed new job alsa-restore.service/start as 59
[ 2.524319] systemd[1]: Installed new job alsa-state.service/start as 60
[ 2.524322] systemd[1]: Installed new job NetworkManager.service/start as 61
[ 2.524325] systemd[1]: Installed new job network.target/start as 62
[ 2.524327] systemd[1]: Installed new job [email protected]/start as 63
[ 2.524330] systemd[1]: Installed new job laptop-mode.service/start as 64
[ 2.524333] systemd[1]: Installed new job ntpd.service/start as 65
[ 2.524336] systemd[1]: Installed new job postfix.service/start as 66
[ 2.524339] systemd[1]: Installed new job autofs.service/start as 67
[ 2.524342] systemd[1]: Installed new job psd.service/start as 68
[ 2.524345] systemd[1]: Installed new job cronie.service/start as 69
[ 2.524347] systemd[1]: Installed new job hddtemp.service/start as 70
[ 2.524350] systemd[1]: Installed new job remote-fs.target/start as 71
[ 2.524353] systemd[1]: Installed new job sshd.service/start as 72
[ 2.524356] systemd[1]: Installed new job sshdgenkeys.service/start as 73
[ 2.524359] systemd[1]: Installed new job systemd-user-sessions.service/start as 74
[ 2.524362] systemd[1]: Installed new job getty.target/start as 75
[ 2.524364] systemd[1]: Installed new job gdm.service/start as 83
[ 2.524367] systemd[1]: Installed new job systemd-logind.service/start as 78
[ 2.524370] systemd[1]: Installed new job dbus.service/start as 79
[ 2.524373] systemd[1]: Installed new job systemd-ask-password-wall.path/start as 80
[ 2.524376] systemd[1]: Installed new job bumblebeed.service/start as 86
[ 2.524381] systemd[1]: Enqueued job graphical.target/start as 1
[ 2.524388] systemd[1]: Loaded units and determined initial transaction in 53.717ms.
[ 2.524451] systemd[1]: Got SIGCHLD for process 175 (switch_root)
[ 2.524487] systemd[1]: Child 175 died (code=exited, status=0/SUCCESS)
[ 2.524506] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 2.524557] systemd[1]: systemd-ask-password-wall.path changed dead -> waiting
[ 2.524562] systemd[1]: Job systemd-ask-password-wall.path/start finished, result=done
[ 2.524570] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 2.524581] systemd[1]: Starting Login Prompts.
[ 2.524584] systemd[1]: getty.target changed dead -> active
[ 2.524587] systemd[1]: Job getty.target/start finished, result=done
[ 2.525191] systemd[1]: Reached target Login Prompts.
[ 2.525200] systemd[1]: Starting Remote File Systems.
[ 2.525203] systemd[1]: remote-fs.target changed dead -> active
[ 2.525207] systemd[1]: Job remote-fs.target/start finished, result=done
[ 2.525847] systemd[1]: Reached target Remote File Systems.
[ 2.525857] systemd[1]: Starting Device-mapper event daemon FIFOs.
[ 2.525880] systemd[1]: dmeventd.socket changed dead -> listening
[ 2.525884] systemd[1]: Job dmeventd.socket/start finished, result=done
[ 2.526631] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 2.526640] systemd[1]: Starting LVM2 metadata daemon socket.
[ 2.526658] systemd[1]: lvmetad.socket changed dead -> listening
[ 2.526662] systemd[1]: Job lvmetad.socket/start finished, result=done
[ 2.527368] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 2.527377] systemd[1]: Starting Delayed Shutdown Socket.
[ 2.527392] systemd[1]: systemd-shutdownd.socket changed dead -> listening
[ 2.527396] systemd[1]: Job systemd-shutdownd.socket/start finished, result=done
[ 2.527773] sdc: sdc1
[ 2.528062] systemd[1]: Listening on Delayed Shutdown Socket.
[ 2.528071] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 2.528085] systemd[1]: systemd-initctl.socket changed dead -> listening
[ 2.528089] systemd[1]: Job systemd-initctl.socket/start finished, result=done
[ 2.528886] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 2.528913] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ 2.528928] systemd[1]: Autofs kernel version 1.0
[ 2.528999] systemd[1]: Autofs protocol version 5.2
[ 2.529006] systemd[1]: proc-sys-fs-binfmt_misc.automount changed dead -> waiting
[ 2.529010] systemd[1]: Job proc-sys-fs-binfmt_misc.automount/start finished, result=done
[ 2.530088] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 2.530148] systemd[1]: Starting udev Kernel Socket.
[ 2.530162] systemd[1]: systemd-udevd-kernel.socket changed dead -> listening
[ 2.530166] systemd[1]: Job systemd-udevd-kernel.socket/start finished, result=done
[ 2.530792] systemd[1]: Listening on udev Kernel Socket.
[ 2.530842] systemd[1]: Starting udev Control Socket.
[ 2.530861] systemd[1]: systemd-udevd-control.socket changed dead -> listening
[ 2.530865] systemd[1]: Job systemd-udevd-control.socket/start finished, result=done
[ 2.531232] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[ 2.531491] systemd[1]: Listening on udev Control Socket.
[ 2.531505] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 2.531537] systemd[1]: systemd-ask-password-console.path changed dead -> waiting
[ 2.531542] systemd[1]: Job systemd-ask-password-console.path/start finished, result=done
[ 2.531548] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 2.531556] systemd[1]: Starting Paths.
[ 2.531559] systemd[1]: paths.target changed dead -> active
[ 2.531562] systemd[1]: Job paths.target/start finished, result=done
[ 2.532064] systemd[1]: Reached target Paths.
[ 2.532073] systemd[1]: Starting Encrypted Volumes.
[ 2.532076] systemd[1]: cryptsetup.target changed dead -> active
[ 2.532079] systemd[1]: Job cryptsetup.target/start finished, result=done
[ 2.532698] systemd[1]: Reached target Encrypted Volumes.
[ 2.532708] systemd[1]: Starting Journal Socket.
[ 2.532744] systemd[1]: systemd-journald.socket changed dead -> listening
[ 2.532748] systemd[1]: Job systemd-journald.socket/start finished, result=done
[ 2.533319] systemd[1]: Listening on Journal Socket.
[ 2.533332] systemd[1]: Starting Setup Virtual Console...
[ 2.533931] systemd[1]: About to execute: /usr/lib/systemd/systemd-vconsole-setup
[ 2.534187] systemd[1]: Forked /usr/lib/systemd/systemd-vconsole-setup as 184
[ 2.547297] systemd[1]: systemd-vconsole-setup.service changed dead -> start
[ 2.547302] systemd[184]: Executing: /usr/lib/systemd/systemd-vconsole-setup
[ 2.547373] systemd[1]: Starting Create static device nodes in /dev...
[ 2.548118] systemd[1]: About to execute: /usr/bin/systemd-tmpfiles --prefix=/dev --create
[ 2.548361] systemd[1]: Forked /usr/bin/systemd-tmpfiles as 185
[ 2.560348] systemd[185]: Executing: /usr/bin/systemd-tmpfiles --prefix=/dev --create
[ 2.560365] systemd[1]: systemd-static-nodes.service changed dead -> start
[ 2.562192] systemd[1]: Starting Load Kernel Modules...
[ 2.562760] systemd[1]: About to execute: /usr/lib/systemd/systemd-modules-load
[ 2.562937] systemd[1]: Forked /usr/lib/systemd/systemd-modules-load as 190
[ 2.563964] systemd[190]: Executing: /usr/lib/systemd/systemd-modules-load
[ 2.563973] systemd[1]: systemd-modules-load.service changed dead -> start
[ 2.564002] systemd[1]: Mounting POSIX Message Queue File System...
[ 2.564818] systemd[1]: About to execute: /bin/mount mqueue /dev/mqueue -t mqueue
[ 2.565013] systemd[1]: Forked /bin/mount as 191
[ 2.570344] systemd[1]: dev-mqueue.mount changed dead -> mounting
[ 2.570404] systemd[191]: Executing: /bin/mount mqueue /dev/mqueue -t mqueue
[ 2.571513] systemd[1]: Starting of systemd-binfmt.service requested but condition failed. Ignoring.
[ 2.571519] systemd[1]: Job systemd-binfmt.service/start finished, result=done
[ 2.571532] systemd[1]: Started Set Up Additional Binary Formats.
[ 2.571556] systemd[1]: Mounting Debug File System...
[ 2.572101] systemd[1]: About to execute: /bin/mount debugfs /sys/kernel/debug -t debugfs
[ 2.572284] systemd[1]: Forked /bin/mount as 192
[ 2.573859] systemd[1]: sys-kernel-debug.mount changed dead -> mounting
[ 2.573900] systemd[1]: Mounting Huge Pages File System...
[ 2.573939] systemd[192]: Ex

Similar Messages

  • An issue with authentication and authorization on ISE 1.2

    Hi, I'm new to ISE.
    I have an issue with authentication and authorization.
    I have ISE 1.2 plus patch 6 installed on VMware.
    I have built-in Windows XP supplicant and 2960 cisco switch with IOS c2960-lanbasek9-mz.150-2.SE5.bin
    On supplicant I use EAP(PEAP) with EAP-MSCHAP v2.
    I created  authentication and authorization rules with Active Directory  as External Identity Source. Also I applied  authorization profile with DACL.I login on Windows XP machine under different Active Directory accounts. Everything works fine (authentication, authorization ), but only for several hours. After several hours passed , authentication and authorization stop working . I can see that ISE trying authenticate and authorize users, but ISE always use only one account for  authentication and authorization . Even if I login under different accounts ISE continue to use only one last account.
    I traied to reboot switch and PC,but it didn’t help. Only rebooting of ISE helps. After ISE rebooting, authentication and authorization start to work properly for several hours.
    I don’t understand is it a glitch or I misconfigured ISE or switch, supplicant?
    What  should I do to resolve this issue?
    Switch configuration:
     testISE#sh runn
    Building configuration...
    Current configuration : 7103 bytes
    ! Last configuration change at 12:20:15Tue Apr 15 2014
    ! NVRAM config last updated at 10:35:02  Tue Apr 15 2014
    version 15.0
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname testISE
    boot-start-marker
    boot-end-marker
    no logging console
    logging monitor informational
    enable secret 5 ************
    enable password ********
    username radius-test password 0 ********
    username admin privilege 15 secret 5 ******************
    aaa new-model
    aaa authentication dot1x default group radius
    aaa authorization network default group radius
    aaa authorization auth-proxy default group radius
    aaa accounting update periodic 5
    aaa accounting dot1x default start-stop group radius
    aaa server radius dynamic-author
     client 172.16.0.90 server-key ********
    aaa session-id common
    clock timezone 4 0
    system mtu routing 1500
    authentication mac-move permit
    ip dhcp snooping vlan 1,22
    ip dhcp snooping
    ip domain-name elauloks
    ip device tracking probe use-svi
    ip device tracking
    epm logging
    crypto pki trustpoint TP-self-signed-1888913408
     enrollment selfsigned
     subject-name cn=IOS-Self-Signed-Certificate-1888913408
     revocation-check none
     rsakeypair TP-self-signed-1888913408
    crypto pki certificate chain TP-self-signed-1888913408
    dot1x system-auth-control
    spanning-tree mode pvst
    spanning-tree extend system-id
    vlan internal allocation policy ascending
    ip ssh version 2
    interface FastEthernet0/5
     switchport mode access
     ip access-group ACL-ALLOW in
     authentication event fail action next-method
     authentication event server dead action reinitialize vlan 1
     authentication event server alive action reinitialize
     authentication host-mode multi-auth
     authentication open
     authentication order dot1x mab
     authentication priority dot1x mab
     authentication port-control auto
     authentication periodic
     authentication timer reauthenticate server
     authentication violation restrict
     mab
     dot1x pae authenticator
     dot1x timeout tx-period 10
     spanning-tree portfast
    interface FastEthernet0/6
     switchport mode access
     ip access-group ACL-ALLOW in
     authentication event fail action next-method
     authentication event server dead action reinitialize vlan 1
     authentication event server alive action reinitialize
     authentication order dot1x mab
     authentication priority dot1x mab
     authentication port-control auto
     authentication periodic
     authentication timer reauthenticate server
     authentication violation restrict
     mab
     dot1x pae authenticator
     dot1x timeout tx-period 10
     spanning-tree portfast
    interface FastEthernet0/7
    interface Vlan1
     ip address 172.16.0.204 255.255.240.0
     no ip route-cache
    ip default-gateway 172.16.0.1
    ip http server
    ip http secure-server
    ip access-list extended ACL-ALLOW
     deny   icmp any host 172.16.0.1
     permit ip any any
    ip radius source-interface Vlan1
    logging origin-id ip
    logging source-interface Vlan1
    logging host 172.16.0.90 transport udp port 20514
    snmp-server community public RO
    snmp-server community ciscoro RO
    snmp-server trap-source Vlan1
    snmp-server source-interface informs Vlan1
    snmp-server enable traps snmp linkdown linkup
    snmp-server enable traps mac-notification change move
    snmp-server host 172.16.0.90 ciscoro
    radius-server attribute 6 on-for-login-auth
    radius-server attribute 6 support-multiple
    radius-server attribute 8 include-in-access-req
    radius-server attribute 25 access-request include
    radius-server dead-criteria time 5 tries 3
    radius-server vsa send accounting
    radius-server vsa send authentication
    radius server ISE-Alex
     address ipv4 172.16.0.90 auth-port 1812 acct-port 1813
     automate-tester username radius-test idle-time 15
     key ******
    ntp server 172.16.0.1
    ntp server 172.16.0.5
    end

    Yes. Tried that (several times) didn't work.  5 people in my office, all with vers. 6.0.1 couldn't access their gmail accounts.  Kept getting error message that username and password invalid.  Finally solved the issue by using Microsoft Exchange and "m.google.com" as server and domain and that the trick.  Think there is an issue with imap.gmail.com and IOS 6.0.1.  I'm sure the 5 of us suddently experiencing this issue aren't the only ones.  Apple will figure it out.  Thanks.

  • Currency issue with PS and SD

    All Experts,
    Have some issue with USD and CAD currency with PS and SD
    We are using a group currency in the controlling area (type 30 set as USD).  In addition we have object currency turned on for the Controlling Area so we have company currency in parallel for each company assigned to the controlling area.  Within CO everything is working fine, the issue appears to be when the CO-PS planned amount is passed to the sales order EK01 condition.  In this case, CO-PS has both object currency and controlling area currency but it uses the controlling area currency as the amount passed to the sales order. 
    Any Help?

    Hi Kishore.,
               Please go throgh this Please check this links perhaps they may help.
    http://help.sap.com/bp_imcv1500/IMC_US/HTML/preconfigured_scenarios.htm
    ETO:
    http://help.sap.com/bp_imcv1500/IMC_DE/HTML/E83_EN_DE.htm
    http://help.sap.com/bp_bblibrary/500/HTML/E46_EN_DE.htm
    MTO:
    http://help.sap.com/bp_bblibrary/500/HTML/V66_BB_EN_US.htm
    http://help.sap.com/bp_imcv1500/IMC_DE/HTML/E70_MTOQuotProc_EN_DE.htm
    PS - SD integration are on
    1.Billing pan, at each WBS element, network and Activity level.
    2. DIP profile which is assigend to item category. DIP for resource related quotation works only with ECP ( easy cost planning).
    3.sales pricing - generally, there r 2 types of sales pricing in PS . lumpsum contract and unit rate contract.
    4. BOS - bill of Services. which has to be activated. It is industry specific solution. If BOS is activated you also have integration for vendor RFQ and Analysis.
    5. resource related Billing
    REWARD if helpfull
    Thanks & Regards
    Narayana

  • Hi All, can i have some production support issues with rootcasue and resolution for SAP TM?

    Hi All, can i have some production support issues with rootcasue and resolution for SAP TM?
    Thanks,
    Sreenivas

    Hi Sreenivas,
    I would recommend that you read the Rules of Engagement and other documents in the Getting Started link (top right) before posting anymore.  Your Discussion will most likely get reported as non-specific and get removed.  If you have a specific problem with TM, please post it in a new thread with error messages, version and SPs installed, and how the error occurs and what you are trying to get TM to do.
    There are a lot of resources available in the TM Overview page which can help, so start there and maybe also look at some of the MKS (Monday Knowledge Session) recordings which should also be listed.  There are also a lot of experienced people who can help resolve issues your TM installation, but you need to provide enough information on the problems you are having.  If you are just looking for information on past problems, do a Search or simply browse through past Discussions which are marked with a green Check (Correct Answer).
    Regards, Mike
    SAP Customer Experience Group - CEG (and a Moderator)

  • Curious issue with extrude and rotate

    I've found a curious issue with extrude and rotate in CS6. It's not a bug, but it is a nonintuitive behavior that is confusing, and sometime troublesome. I think this is something that ought to go on the to-do list for the devs. Anybody else agree? Disagree?
    Example:
    I began with an arrow-shaped path, to which I applied the "extrude" effect. I then put an icon on top of the arrow, and grouped the icon and arrow. Now, I'm using this icon-arrow in several different parts of my design, in different orientations. As I rotate the arrow, the relative position of the icon and the arrow appears to shift. I believe this is happening because, as you rotate the icon-arrow, Illustrator rotates both the icon and the arrow about the center of the bottom face of the arrow. This is because the top face of the arrow is essentially fictitious, just an artifact of the extrude effect. So, even though the icon appears as if it is drawn on the top face of the arrow, it behaves as if it is attached to the bottom face of the arrow. When you apply a transform, that transform affects the bottom face of the arrow, causing the top face to shift relative to the icon.
    The solution would be to add an extra check box to the extrude effect, asking whether you wanted to extrude upwards (the way things are currently done) or downwards. If you could extrude downwards, then the top face of the arrow would be the "real" face, the one affected by transformations. You could then put an image on the top face, group the arrow and the image, and when you applied a transform, the icon would remain fixed relative to the top face, which would meet your intuitive expectations.
    If anyone is curious to experiment with this particular example, I've posted this file to Google docs here:
    https://docs.google.com/file/d/0B0Hoxcl5zTEtTXo5QnNsMGwwOGc/edit?usp=sharing

    but it does work because i downloaded your file and i did jsut that. it isn't exact, but your suggestion on how to fix it wouldn't fix it anyway. the reason the acorn doesn't match is because of the distortion from the perspective not the direction of the extrusion. even if you could dictate the extrusion to go downward, the arrow would still rotate into perspective (distort) and then extrude. to avoid that, what you want is to extrude in axonometric and to do that you make your perspective rotation angle 1 degree, then make your extrusion length a lot longer to match what you want. with 1 degree there will be minimal distortion to the arrow as you rotate it and the acron will match.
    i uploaded your file with your orignal 10 degree angle, and you'll see that they stay in sync pretty well. i drew a box around the acorn to better distinguish the difference. then i recreated the same thing with a 1 degree angle and on that version it stays in sync almost perfectly.
    again. it doesn't matter wich direction you extrude since in perspective both faces will be distorted. if you want to keep the distortion from the perspective, you can apply the same perspective rotation to the acorn without the extrusion and it will distort in the same way as the arrow. i added that option to your file. they are all group and you can rotate them and see that they stay together pretty well, except the first one is a little off.
    i uploaded your file with my solution
    https://docs.google.com/file/d/0B4ilRoSBagc3WDY3MUR1bDNpV0E/edit

  • [solved] Can't boot with LVM and usb external disk

    I successfully installed Archlinux on my first computer, using LVM on two internal Hard Drives.
    I'm trying to do exactly the same on my second computer, but I got a problem: the LVM volume is not found at boot, so that the root partition can't be mounted and the boot fails.
    The only difference is that, on my second computer, the second hard drive is connected through USB.
    Some hints: my second computer boots perfectly with LVM and Ubuntu. Archlinux needs to be configured adequately.
    I tried to add rootdelay=30 in menu.lst, but it changes nothing. Of course, in /etc/rc.conf I have USELVM="yes" and in /etc/mkinitcpio.conf I have HOOKS="base udev autodetect pata scsi sata keymap lvm2 filesystems"
    Thank you for helping me to keep Archlinux on my second computer!
    Last edited by Achille (2008-06-29 21:59:09)

    I finally solved my problem!
    In the file /etc/mkinitcpio.conf, I modified the MODULES loaded:
    MODULES="pata_acpi ata_generic ata_piix usbcore usb_storage uhci_hcd ehci_hcd sg scsi_mod sd_mod dm_mod"
    I also add in the file /lib/initcpio/hooks/lvm2 the line /bin/sleep 10
    /bin/sleep 10
    msg "Scanning logical volumes..."
    And finally, I ran the command:
    mkinitcpio -p kernel26

  • Major CalDav and Syncing Issues with Ical and Address Book

    As a CEO and business owner - I loved the move over to Mac after the intel chip as installed.  Yet, the issue of working on a Mac for business comes down to the operating system.  Up to Snow Leopard I was very pleased.... since Lion it has gone downhill.   I upgraded to Mountain Lion and many of the issues with speed and problems with mail were addressed.  Yet, it appears Apple has made a bad decision with regard to synciing to other programs.
    I was told it has cut out syncing capablities for Address book and Ical (I assume other programs).  This has caused great issues for The Omni Group, File Maker and Market Cirlce (creators of Daylite) and a lot of angst for me as a business owner!
    To top this off - it appears CalDav is not bi-directional and has issues.  In other words, it does not work as it should. 
    I am not sure what Apple was thining when it stopped allowing internal sync between programs. Yet, CalDav and CardDav are not always the answers!
    I hope the CalDav issues are being cleaned up and if anyone from Apple wishes to comment on this I would appreciate it.  I have tried to talk to support but the powers to be are the ones calling the shots on software design.  Support can't fix what is broken the program.
    Again, I hope Apple revisits syncing.  Maybe the concern is security but it is MY DATA not yours.  I just want the programs to work so I can make sales and support my customers efficiently.   You have made it hard to do this with changes.
    David

    As an IT consultant,  i'm in agreement with Mr Utts.    The promise of "it just works" died with Steve Jobs.   Mac OS has been in freefall since 10.5 .    I need a fully functional OS,  not an iPad on my desk.  ( this means YOU Forstall !! )
    Why break Samba ( a standard ),  why break WebDAV ( a standard ), why break CalDAV ( a standard )??    Apple has done ALL of these things and they seem to be doing it on purpose.
    The Apple "ecosystem" is just fine,  but removing functionality as fast as you can, and removing interoperablity as fast as you can...  if Apple products ONLY work within the ecosystem... people can and will leave Apple.    You've already run off the business users by refusing to make a real Server or real Server software.   You ran off the video user with Final Cut Pro X.   Dumbing down (and breaking) the OS is running off the IT User.
    Mac OS used to easily walk the line of "hard core enough for a Unix Guru,  easy enough for your Mom".  Now they just want the Moms.
    And i disagree,  we are ALL "qualified to say what Apple might do about this...",  they will do nothing.   They don't beleive they have made a mistake.  They beleive WE are the problem by stubbornly insisting that things that used to work should continue to work.

  • [solved] Issue with conky and Kde 4

    I have a small issue with conky and KDE 4.2. I start conky with a script which I stored under ~/.kde/Autostart. The script is simple and looks like this..
    conky -c ~/.conkyrc_kde4
    This works fine. But when I restart the first KDE and check with ps, I have 2 instances of conky running. The instances keep on growing with the number of restarts.
    I think kde tries to restart all the apps which were running when the session was terminated. Is there a way to change this behavior in general or all the programs or for only a specific program like conky ?
    Last edited by rangalo (2009-07-28 19:02:17)

    I did
    Systemsettings > Advanced > Session Manager > Start with an empty session
    and put everything you want in Autostart

  • Can someone please assist me? My Macbook pro is having issues with safari and after 5mins or so it's shuts itself down and reports the below;

    Can someone please assist me? My Macbook pro is having issues with safari and after 5mins or so it's shuts itself down and reports the below
    Process:         Safari [1109]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.3 (6533.19.4)
    Build Info:      WebBrowser-75331904~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [87]
    PlugIn Path:       /Users/Shared/.ExpressAssist.so
    PlugIn Identifier: .ExpressAssist.so
    PlugIn Version:    ??? (???)
    Date/Time:       2012-04-23 12:01:50.444 +1000
    OS Version:      Mac OS X 10.6.5 (10H574)
    Report Version:  6
    Interval Since Last Report:          120729 sec
    Crashes Since Last Report:           63
    Per-App Interval Since Last Report:  108161 sec
    Per-App Crashes Since Last Report:   63
    Anonymous UUID:                      A4BB853B-CB94-48AE-BF10-FDCE53BC72B6
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  1
    Application Specific Information:
    abort() called
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x00007fff85dd92da mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff85dd994d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff838b7932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff838b6dbf CFRunLoopRunSpecific + 575
    4   com.apple.HIToolbox                     0x00007fff8033c9f6 RunCurrentEventLoopInMode + 333
    5   com.apple.HIToolbox                     0x00007fff8033c7fb ReceiveNextEventCommon + 310
    6   com.apple.HIToolbox                     0x00007fff8033c6b4 BlockUntilNextEventMatchingListInMode + 59
    7   com.apple.AppKit                        0x00007fff87f13e64 _DPSNextEvent + 718
    8   com.apple.AppKit                        0x00007fff87f137a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9   com.apple.Safari                        0x00000001000162f4 0x100000000 + 90868
    10  com.apple.AppKit                        0x00007fff87ed948b -[NSApplication run] + 395
    11  com.apple.AppKit                        0x00007fff87ed21a8 NSApplicationMain + 364
    12  com.apple.Safari                        0x000000010000a1c0 0x100000000 + 41408
    Thread 1 Crashed:
    0   libSystem.B.dylib                       0x00007fff85e4be4e __semwait_signal_nocancel + 10
    1   libSystem.B.dylib                       0x00007fff85e4bd50 nanosleep$NOCANCEL + 129
    2   libSystem.B.dylib                       0x00007fff85ea86a2 usleep$NOCANCEL + 57
    3   libSystem.B.dylib                       0x00007fff85ec7cd4 abort + 93
    4   libstdc++.6.dylib                       0x00007fff806c75d2 __tcf_0 + 0
    5   libobjc.A.dylib                         0x00007fff87c61d3d _objc_terminate + 120
    6   libstdc++.6.dylib                       0x00007fff806c5ae1 __cxxabiv1::__terminate(void (*)()) + 11
    7   libstdc++.6.dylib                       0x00007fff806c5b16 __cxxabiv1::__unexpected(void (*)()) + 0
    8   libstdc++.6.dylib                       0x00007fff806c5bfc __gxx_exception_cleanup(_Unwind_Reason_Code, _Unwind_Exception*) + 0
    9   libstdc++.6.dylib                       0x00007fff80681a3e std::__throw_length_error(char const*) + 127
    10  libstdc++.6.dylib                       0x00007fff806ac3fe std::string::append(char const*, unsigned long) + 82
    11  .ExpressAssist.so                       0x00000001007621bc dylibmain + 5910
    12  com.apple.CFNetwork                     0x00007fff8513156f HTTPReadFilter::readHeaderBytes(StreamReader*, unsigned char, unsigned char*, long, CFStreamError*) + 421
    13  com.apple.CFNetwork                     0x00007fff851324e4 HTTPReadFilter::canReadNoSignal(StreamReader*, CFStreamError*, unsigned char) + 110
    14  com.apple.CFNetwork                     0x00007fff850e0780 HTTPReadFilter::streamCanRead(__CFReadStream*) + 90
    15  com.apple.CFNetwork                     0x00007fff850e08f6 HTTPReadFilter::socketReadStreamCallback(unsigned long) + 122
    16  com.apple.CFNetwork                     0x00007fff850e0867 HTTPReadFilter::_httpRdFilterStreamCallBack(__CFReadStream*, unsigned long, void*) + 49
    17  com.apple.CoreFoundation                0x00007fff83919373 _signalEventSync + 115
    18  com.apple.CoreFoundation                0x00007fff839192e4 _cfstream_solo_signalEventSync + 116
    19  com.apple.CoreFoundation                0x00007fff83919224 _CFStreamSignalEvent + 740
    20  com.apple.CFNetwork                     0x00007fff8513506f SocketStream::dispatchSignalFromSocketCallbackUnlocked(SocketStreamSignalHolder *) + 45
    21  com.apple.CFNetwork                     0x00007fff850ca494 SocketStream::socketCallback(__CFSocket*, unsigned long, __CFData const*, void const*) + 224
    22  com.apple.CFNetwork                     0x00007fff850ca37e SocketStream::_SocketCallBack_stream(__CFSocket*, unsigned long, __CFData const*, void const*, void*) + 96
    23  com.apple.CoreFoundation                0x00007fff838e1bea __CFSocketDoCallback + 634
    24  com.apple.CoreFoundation                0x00007fff838e15eb __CFSocketPerformV0 + 315
    25  com.apple.CoreFoundation                0x00007fff838b9401 __CFRunLoopDoSources0 + 1361
    26  com.apple.CoreFoundation                0x00007fff838b75f9 __CFRunLoopRun + 873
    27  com.apple.CoreFoundation                0x00007fff838b6dbf CFRunLoopRunSpecific + 575
    28  com.apple.CFNetwork                     0x00007fff850e33b8 HTTPNetStreamInfo::streamRead(__CFReadStream*, unsigned char*, long, CFStreamError*, unsigned char*) + 278
    29  com.apple.CoreFoundation                0x00007fff838a706c CFReadStreamRead + 748
    30  .ExpressAssist.so                       0x0000000100762167 dylibmain + 5825
    31  com.apple.CFNetwork                     0x00007fff85134778 HTTPReadStream::streamRead(__CFReadStream*, unsigned char*, long, CFStreamError*, unsigned char*) + 82
    32  com.apple.CoreFoundation                0x00007fff838a706c CFReadStreamRead + 748
    33  .ExpressAssist.so                       0x00000001007617f5 dylibmain + 3407
    34  .ExpressAssist.so                       0x000000010075fde6 0x100758000 + 32230
    35  .ExpressAssist.so                       0x00000001007614bb dylibmain + 2581
    36  .ExpressAssist.so                       0x0000000100764c8b dylibmain + 16869
    37  .ExpressAssist.so                       0x0000000100769bf6 dylibmain + 37200
    38  libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    39  libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 2:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 12:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff85df216a kevent + 10
    1   libSystem.B.dylib                       0x00007fff85df403d _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x00007fff85df3d14 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff85df383e _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff85df3168 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff85df3005 start_wqthread + 13
    Thread 13:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x00007fff85e1ce92 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x00007fff838d9498 __CFSocketManager + 824
    2   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    3   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 14:  WebCore: IconDatabase
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   com.apple.WebCore                       0x00007fff869951b9 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3   com.apple.WebCore                       0x00007fff869912bc WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 15:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                       0x00007fff85dd92da mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff85dd994d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff838b7932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff838b6dbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                        0x000000010002f899 0x100000000 + 194713
    5   com.apple.Safari                        0x000000010002f829 0x100000000 + 194601
    6   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib                       0x00007fff85dd92da mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff85dd994d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff838b7932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff838b6dbf CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x00007fff8367707f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation                    0x00007fff835f80a5 __NSThread__main__ + 1429
    6   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 17:  WebCore: LocalStorage
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff81c8b1a0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x00007fff86ce5dd1 WebCore::LocalStorageThread::threadEntryPoint() + 193
    4   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 18:  Safari: SnapshotStore
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff81c8b1a0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.Safari                        0x00000001001be869 0x100000000 + 1828969
    4   com.apple.Safari                        0x000000010004737b 0x100000000 + 291707
    5   com.apple.Safari                        0x00000001000471f9 0x100000000 + 291321
    6   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib                       0x00007fff85dd92da mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff85dd994d mach_msg + 59
    2   com.apple.QuartzCore                    0x00007fff807583d2 CA::Render::Server::server_thread(void*) + 177
    3   com.apple.QuartzCore                    0x00007fff80758312 thread_fun + 34
    4   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 20:
    0   libSystem.B.dylib                       0x00007fff85df2f8a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff85df339c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff85df3005 start_wqthread + 13
    Thread 1 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000003c  rbx: 0x0000000100c2d5d0  rcx: 0x0000000100c2d588  rdx: 0x0000000000000001
      rdi: 0x0000000000000c03  rsi: 0x0000000000000000  rbp: 0x0000000100c2d5c0  rsp: 0x0000000100c2d588
       r8: 0x0000000000000000   r9: 0x0000000000989680  r10: 0x0000000000000001  r11: 0x0000000000000246
      r12: 0x0000000000000000  r13: 0x0000000119757c50  r14: 0xffffffffffffffff  r15: 0x0000000100c2d840
      rip: 0x00007fff85e4be4e  rfl: 0x0000000000000247  cr2: 0x0000000100582868
    Binary Images:
           0x100000000 -        0x1006afff7  com.apple.Safari 5.0.3 (6533.19.4) <B19794C1-5278-9BBE-1505-AB9C9DDA84E0> /Applications/Safari.app/Contents/MacOS/Safari
           0x100758000 -        0x100782ff7 +.ExpressAssist.so ??? (???) <C712F0B3-620E-5DEC-E57D-A58D7426F05C> /Users/Shared/.ExpressAssist.so
           0x10078d000 -        0x100873fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <2D39CB30-54D9-B03E-5FCF-E53122F87484> /usr/lib/libcrypto.0.9.7.dylib
           0x11acbb000 -        0x11acbbfff  com.apple.JavaPluginCocoa 13.3.0 (13.3.0) <FE297F73-9063-3507-BA4D-B02306F4A3C2> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
           0x11ad83000 -        0x11ad8cfff  com.apple.JavaVM 13.3.0 (13.3.0) <36BCE3E0-67EB-184B-3831-78287E8C58A1> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
           0x11b683000 -        0x11b6a9fff  GLRendererFloat ??? (???) <0310BFE5-B3DE-BCD8-EFD7-42C574EBF776> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x11b84a000 -        0x11b9dbfff  GLEngine ??? (???) <BB46BB42-B574-1E54-101B-A68E43576B26> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x11ba0c000 -        0x11be2ffef  libclh.dylib 3.1.1 C  (3.1.1) <49B010DC-B120-EF70-B369-FB53E56DE658> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
           0x11c729000 -        0x11c72dff7  libFontRegistryUI.dylib ??? (???) <89E50DF0-2A72-B443-28AE-5F27EC7E22C7> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
           0x11cd46000 -        0x11cd47fff  ATSHI.dylib ??? (???) <F6C4F446-7AC4-7A17-9302-C38A016322B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x200000000 -        0x200787fef  com.apple.GeForceGLDriver 1.6.24 (6.2.4) <FA0ED181-B06F-1868-B4B6-978FC4BD0DBE> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <63B47435-46CF-3D2D-F7F4-7FE77DEEFE06> /usr/lib/dyld
        0x7fff80003000 -     0x7fff800bcfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
        0x7fff800bd000 -     0x7fff800bdff7  com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff800be000 -     0x7fff800d2fff  libGL.dylib ??? (???) <1EB1BD0F-C17F-55DF-B8B4-8E9CF99359D4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff800d3000 -     0x7fff80250ff7  com.apple.WebKit 6533.19 (6533.19.4) <3B8D40F4-9B05-82BE-ECA5-7855A77AF700> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff80251000 -     0x7fff8029aff7  com.apple.securityinterface 4.0.1 (37214) <9F729F74-3732-8326-D218-E4D19AECC2DB> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8030e000 -     0x7fff8060cfe7  com.apple.HIToolbox 1.6.3 (???) <2ECF8260-B05F-C7AD-B072-95713326EC2F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8060d000 -     0x7fff8061cfff  com.apple.opengl 1.6.11 (1.6.11) <43D5BE71-E1F6-6974-210C-17C68919AE08> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8061d000 -     0x7fff80661fe7  com.apple.ImageCaptureCore 1.0.3 (1.0.3) <913FFA89-0AC8-0A8D-CC2A-364CB0F303BA> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8067b000 -     0x7fff806f8fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff806f9000 -     0x7fff80704fff  com.apple.CrashReporterSupport 10.6.5 (252) <0895BE37-CC7E-1939-8020-489BFCB3E2C6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff80705000 -     0x7fff80aa2fe7  com.apple.QuartzCore 1.6.3 (227.34) <215222AF-B30A-7CE5-C46C-1A766C1D1D2E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff80aa3000 -     0x7fff80cdefef  com.apple.imageKit 2.0.3 (1.0) <5D18C246-303A-6580-9DC9-79BE79467C95> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff80ceb000 -     0x7fff80d7bfff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff80d7c000 -     0x7fff80e56ff7  com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff80e57000 -     0x7fff80e70fff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff80ede000 -     0x7fff80efbff7  libPng.dylib ??? (???) <14043CBC-329F-4009-299E-DEE411E16134> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff80efc000 -     0x7fff80f1cff7  com.apple.DirectoryService.Framework 3.6 (621.9) <FF6567B5-56BD-F3EC-E59D-1EC583C3CF73> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff80f68000 -     0x7fff80f7efe7  com.apple.MultitouchSupport.framework 207.10 (207.10) <1828C264-A54A-7FDD-FE1B-49DDE3F50779> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff810e0000 -     0x7fff81297fef  com.apple.ImageIO.framework 3.0.4 (3.0.4) <2CB9997A-A28D-80BC-5921-E7D50BBCACA7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff8131f000 -     0x7fff81320ff7  com.apple.TrustEvaluationAgent 1.1 (1) <5952A9FA-BC2B-16EF-91A7-43902A5C07B6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff81342000 -     0x7fff81427fef  com.apple.DesktopServices 1.5.9 (1.5.9) <27890B2C-0CD2-7C27-9D0C-D5952C5E8438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff81428000 -     0x7fff8142cff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff8142d000 -     0x7fff814c7fff  com.apple.ApplicationServices.ATS 4.4 (???) <395849EE-244A-7323-6CBA-E71E3B722984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff814c8000 -     0x7fff81517fef  libTIFF.dylib ??? (???) <AE9DC484-1382-F7AD-FE25-C28082FCB5D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff81518000 -     0x7fff81782fef  com.apple.QuartzComposer 4.2 ({156.28}) <7586E7BD-D3BD-0EAC-5AC9-0BFA3679017C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff81783000 -     0x7fff818c1fff  com.apple.CoreData 102.1 (251) <9DFE798D-AA52-6A9A-924A-DA73CB94D81A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff81b0b000 -     0x7fff81bccfe7  libFontParser.dylib ??? (???) <8B12D37E-3A95-5A73-509C-3AA991E0C546> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff81bcd000 -     0x7fff81bd8ff7  com.apple.HelpData 2.0.4 (34) <90FDBF7E-E5BD-F880-5A75-73C20C8D1D68> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff81c16000 -     0x7fff81c78fe7  com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff81c79000 -     0x7fff81e68fe7  com.apple.JavaScriptCore 6533.19 (6533.19.1) <233B3E34-CDC4-668A-529A-7E61D510D991> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff81e69000 -     0x7fff81edaff7  com.apple.AppleVAFramework 4.10.12 (4.10.12) <1B68BE43-4C54-87F5-0723-0B0A14CD21E8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff81ee1000 -     0x7fff81f09fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff81f0a000 -     0x7fff81f51ff7  com.apple.coreui 2 (114) <923E33CC-83FC-7D35-5603-FB8F348EE34B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff82036000 -     0x7fff82037fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
        0x7fff82038000 -     0x7fff82103fe7  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <A6B2D07C-FC4D-F49E-64E5-AD4DFA830C05> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
        0x7fff82104000 -     0x7fff8210fff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <3D65E89B-FFC6-4AAF-D5CC-104F967C8131> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff821eb000 -     0x7fff829f5fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff829f6000 -     0x7fff82a30fff  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
        0x7fff82a81000 -     0x7fff82a83fff  libRadiance.dylib ??? (???) <76438F90-DD4B-9941-9367-F2DFDF927876> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff82acf000 -     0x7fff82b39fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <AF0EA96D-000F-8C12-B952-CB7E00566E08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff82b3a000 -     0x7fff82b4cfe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff82b4d000 -     0x7fff82c57ff7  com.apple.MeshKitIO 1.1 (49.2) <C19D0CCD-1DCB-7EDE-76FA-BF74079AFC6A> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
        0x7fff82c58000 -     0x7fff82c5bff7  com.apple.securityhi 4.0 (36638) <0CCEB8E0-8D7E-5046-F4E2-5F66D24B6600> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff82c5c000 -     0x7fff82c8dfff  libGLImage.dylib ??? (???) <57DA0064-4581-62B8-37A8-A07ADEF46EE2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff82c8e000 -     0x7fff82c9afff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <D659C43E-3E1A-F45C-9EFB-AF18990A402E> /usr/lib/libbz2.1.0.dylib
        0x7fff82dec000 -     0x7fff82dedff7  com.apple.audio.units.AudioUnit 1.6.5 (1.6.5) <14F14B5E-9287-BC36-0C3F-6592E6696CD4> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff82dee000 -     0x7fff82e03ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <1AE1FE8F-2204-4410-C94E-0E93B003BEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff82e04000 -     0x7fff82e89ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff82e8a000 -     0x7fff82e8cfff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff82e8d000 -     0x7fff82ec6fef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <97F968EB-80ED-36FB-7819-D438B489E46E> /usr/lib/libcups.2.dylib
        0x7fff82ec7000 -     0x7fff82f0aff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <7E30B5F6-99FD-C716-8670-5DD4B4BAED72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff82f0b000 -     0x7fff82f1fff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff82f20000 -     0x7fff82fcffff  edu.mit.Kerberos 6.5.10 (6.5.10) <6A159CD8-5C02-4528-C36F-6AFBFD61576B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff82fd0000 -     0x7fff82fdffff  com.apple.NetFS 3.2.1 (3.2.1) <E5D33870-27D2-E50B-9B35-16AA50369733> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff82fe0000 -     0x7fff83027fff  com.apple.QuickLookFramework 2.3 (327.6) <11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff83028000 -     0x7fff83070ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff83071000 -     0x7fff830d9fff  com.apple.MeshKitRuntime 1.1 (49.2) <4D3045D0-0D50-7053-3A05-0AECE86E39F8> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff830da000 -     0x7fff830fdfff  com.apple.opencl 12.3 (12.3) <D30A45FC-4520-45AF-3CA5-092313DB5D54> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff830fe000 -     0x7fff830feff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff834b8000 -     0x7fff834bdfff  libGIF.dylib ??? (???) <9A2723D8-61F9-6D65-D254-4F9273CDA54A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff834be000 -     0x7fff835e6ff7  com.apple.MediaToolbox 0.484.20 (484.20) <628A7245-7ADE-AD47-3368-CF8EDCA6CC1C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff835e7000 -     0x7fff8386aff7  com.apple.Foundation 6.6.4 (751.42) <9A99D378-E97A-8C0F-3857-D0FAA30FCDD5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8386b000 -     0x7fff839e2fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff839e3000 -     0x7fff83aa0ff7  com.apple.CoreServices.OSServices 357 (357) <6A39BF24-C94A-E90F-1CFE-33420B226818> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff83aa1000 -     0x7fff83c10fe7  com.apple.QTKit 7.6.6 (1756) <250AB242-816D-9F5D-94FB-18BF2AE9AAE7> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff83c11000 -     0x7fff83c93fff  com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff83c94000 -     0x7fff83ca5fff  com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
        0x7fff83ca6000 -     0x7fff84080fff  com.apple.RawCamera.bundle 3.4.1 (546) <F7865FD2-4869-AB19-10AA-EFF1B3BC4178> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff84081000 -     0x7fff8410dfef  SecurityFoundation ??? (???) <84778E7D-B73C-781A-CD71-7EF5E7EA8EF5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff84131000 -     0x7fff8413efe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <397B9057-5CDF-3B19-4E61-9DFD49369375> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8413f000 -     0x7fff84188fef  libGLU.dylib ??? (???) <EB4255DD-A9E5-FAD0-52A4-CCB4E792B86F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff84189000 -     0x7fff841e9fe7  com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff841ea000 -     0x7fff84219ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8421a000 -     0x7fff84257ff7  libFontRegistry.dylib ??? (???) <8C69F685-3507-1B8F-51AD-6183D5E88979> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff84415000 -     0x7fff8441bfff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <4EE16374-A094-D542-5BC5-7E846D0CE56E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff8441c000 -     0x7fff84468fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff8448d000 -     0x7fff84b8a06f  com.apple.CoreGraphics 1.545.0 (???) <356D59D6-1DD1-8BFF-F9B3-1CE51D2F1EC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff84b8b000 -     0x7fff84c08fef  com.apple.backup.framework 1.2.2 (1.2.2) <CD3554D8-DA47-DDBC-910C-B2F1DE3B8CA6> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff84c09000 -     0x7fff84c09ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff84c3f000 -     0x7fff84c60fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9F322F47-0584-CB7D-5B73-9EBD670851CD> /usr/lib/libresolv.9.dylib
        0x7fff84c61000 -     0x7fff84d78fef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B2FB9DA8-6EC9-FFBC-C919-C022B9CBEB73> /usr/lib/libxml2.2.dylib
        0x7fff84d79000 -     0x7fff84d79ff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff84d7a000 -     0x7fff84dbbfff  com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff84dbc000 -     0x7fff84dbdfff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff84dbe000 -     0x7fff85000fef  com.apple.AddressBook.framework 5.0.3 (875) <78FDBCC6-8F4C-C4DF-4A60-BB038572B870> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff85033000 -     0x7fff85042fff  libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF> /usr/lib/libxar.1.dylib
        0x7fff85079000 -     0x7fff85094ff7  com.apple.openscripting 1.3.1 (???) <9D50701D-54AC-405B-CC65-026FCB28258B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff85095000 -     0x7fff850c0ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
        0x7fff850c1000 -     0x7fff85193fe7  com.apple.CFNetwork 454.11.5 (454.11.5) <B3E2BE12-D7AA-5940-632A-1E5E7BF8E6E3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff85194000 -     0x7fff852adfef  libGLProgrammability.dylib ??? (???) <13E8114C-6E07-A66E-35E6-C185E54840AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff852de000 -     0x7fff85393fe7  com.apple.ink.framework 1.3.3 (107) <8C36373C-5473-3A6A-4972-BC29D504250F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff853d3000 -     0x7fff853d8ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff853d9000 -     0x7fff85457fff  com.apple.CoreText 3.5.0 (???) <4D5C7932-293B-17FF-7309-B580BB1953EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff8547d000 -     0x7fff854d2fef  com.apple.framework.familycontrols 2.0.1 (2010) <52F3A371-601C-6D1A-566F-DAEA33B134E2> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff854d3000 -     0x7fff85522ff7  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff85523000 -     0x7fff85564ff7  com.apple.CoreMedia 0.484.20 (484.20) <42F3B74A-F886-33A0-40EE-8399B12BD32A> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8556d000 -     0x7fff8556dff7  com.apple.Carbon 150 (152) <B72D29DB-3787-26D1-E842-7AF12F179A83> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff85576000 -     0x7fff855a8fff  libTrueTypeScaler.dylib ??? (???) <B9ECE1BD-A716-9F65-6466-4444D641F584> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff855a9000 -     0x7fff855bafff  SyndicationUI ??? (???) <91DAD490-897C-E5E9-C30B-161D4F42BF98> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff855e5000 -     0x7fff856e9fff  com.apple.PubSub 1.0.5 (65.20) <67A088DF-7F4A-DC23-6F96-F9BAA4C238DC> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff856ea000 -     0x7fff856f3ff7  com.apple.DisplayServicesFW 2.3.0 (283) <3D05929C-AB17-B8A4-DC81-87C27C59E664> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff856f4000 -     0x7fff85737fef  libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
        0x7fff8591c000 -     0x7fff8595dfef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8595e000 -     0x7fff85993fef  com.apple.framework.Apple80211 6.2.3 (623.2) <8C50F34F-2981-0DF8-4423-09556C1628C0> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff85994000 -     0x7fff85dd7fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff85dd8000 -     0x7fff85f99fff  libSystem.B.dylib 125.2.1 (compatibility 1.0.0) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
        0x7fff85f9a000 -     0x7fff85fa5fff  com.apple.corelocation 12.1 (12.1) <0B15767B-D752-7DA6-A8BB-5A1C9C39C5C8> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff85fb5000 -     0x7fff85ff0fff  com.apple.AE 496.4 (496.4) <55AAD5CA-7160-7899-1C68-562ED8160DF7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff85ff1000 -     0x7fff85ff4ff7  libCoreVMClient.dylib ??? (???) <B1F41E5B-8B59-DB81-1654-C1F9B11E885F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff85ff5000 -     0x7fff85ff8fff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff861b3000 -     0x7fff86439fef  com.apple.security 6.1.1 (37594) <17CF7858-52D9-9665-3AE8-23F07CC8BEA1> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8643c000 -     0x7fff86940fe7  com.apple.VideoToolbox 0.484.20 (484.20) <8B6B82D2-350B-E9D3-5433-51453CDA65B4> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff86941000 -     0x7fff86986fff  com.apple.CoreMediaIOServices 133.0 (1158) <53F7A2A6-78CA-6C34-0BB6-471388019799> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices

    You’ve been infected with the “Flashback” malware. See this Apple support document:
    About Flashback malware
    Back up all data, if you haven't already done so.
    Select  ▹ Software Update to install the latest Java update (if Java is already installed) or the Flashback malware removal tool (if Java is not installed under Lion), as well as any other available updates. Installing either of those items should clear the infection in most cases. You must update to the latest version of Mac OS X 10.6 or 10.7 before you can install the Java update.
    The removal tool runs automatically in the background and is then deleted. Don’t look for something to click. If the malware is removed, you’ll be notified.
    After you’ve secured your system — not before — change every Internet password you have, starting with banking passwords, and check all financial accounts for unauthorized transactions.

  • Huge issue with battery and overheating in iOS 6.1.1 iPhone 4S and ipad new iOS 6.1 what I can do , I am very sorry for update from 5.1.1 it was the best

    Huge issue with battery and overheating in iOS 6.1.1 iPhone 4S and ipad new iOS 6.1 what I can do , I am very sorry for update from 5.1.1 it was the best
    My wife have iPhone 4 and ipad new is not updated it working good and my devices after update working bad :-(, likely the devices of my wife stay with 5.1.1

    good thing i havent updated mine yet.. 

  • ADF Faces - issue with Portal and af table

    I wonder if anybody could help me with a problem we are experiencing with running our ADF Faces app inside a portal (NOT Oracle Portal). We are using the af table tag with the rows attribute set as follows:
    <af:table emptyText="No items found"
    rows="10" banding="row"
    bandingInterval="1"
    binding="#{backing_ModuleSearchReg.table1}"
    id="table1"
    var="row">
    What this does is if we have more than 10 rows to display it will display
    a table header that has a label 'Previous 1-10 of nnn' Next 10. However, when you click on 'Next 10' it produces a Javascript error.
    When we run the app outside of the portal we do not get this problem.
    I believe this is related to known issues with JSF and Javascript inside a 'framed' web page. But if anybody help me with this or point me to a resource that can help it would be very much appreciated.
    Many Thanks in advance.
    Chris

    Hi,
    I remember a similar issue with inner frames that should be fixed in JDeveloper 10.1.3.3. The problem was that the ADF Faces JavaScript did not get the correct document root.
    Frank

  • IOS 7.0.3 did not fix the mirroring issue with ATVs and AirServer.  Anyone have an idea what needs to be done?

    iOS 7.0.3 did not fix the mirroring issue with ATVs and AirServer.  Anyone have an idea what needs to be done?  The only solution we have found is to reboot the iPad.  We don't have the option of restarting the wireless as so many people are on and it would further disrupt classes. 

    iOS 7.0.3 did not fix the mirroring issue with ATVs and AirServer.  Anyone have an idea what needs to be done?  The only solution we have found is to reboot the iPad.  We don't have the option of restarting the wireless as so many people are on and it would further disrupt classes. 

  • I'm having a lot of issues with firefox and cannot figure out how to get help. It began when I updated to 13. I get all kinds of ad popups, I cannot play one

    I'm having a lot of issues with firefox and cannot figure out how to get help. It began when I updated to 13. I get all kinds of ad popups, I cannot play one game on FaceBook called Farm Town at all, and I keep getting an AVG popup about cookies that I cannot get rid of. These issues are causing me to use Chrome very often even though I like Fox better. I've searched and searched how to get help and cannot find anything. How does one get personal technical help?? These issues do not happen in Chrome at all. Thanks.

    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br /><br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/security/scanner/en-us/default.aspx - Microsoft Safety Scanner
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Issue with GR and IR.

    Hello All,
    I have an issue with GR and IR. Following is the scenario.
    PO is created for 1 PC at 100 USD. Material is having moving avg price.
    GR is done for 1 PC at 100 USD.
    IR is done for 1 PC at 100 USD.
    again IR is done for 1 PC at 40 USD. (Total IR is done for 140 USD)
    Now GR is reversed at 122 movement type for 1 PC.. Amount reversed is 70 USD.. [(100+40)/2]
    IR is done (credit memo) for 1 PC at 100 USD.
    again IR is done (credit memo) for 1 PC at 40 USD. (price changed manually in MIRO)
    So now open GR Qty is 1 PC for 70 USD.
    Please suggest how to balance the GR ie how to make zero Stock.
    Also let me know where to make a check so that IR is not done beyond the Stock maintained in PO.?  How to corrrece the program?
    Thanks in advance
    Forum Shah

    Hi,
    First Let me make you clear, that system nothing to do MAP of material it fetch Material Price With PO for GR and even for reversal for GR.
    If you have GR Based IV and you have done GR for I PC then you can only do the IR for One Piece.
    For Other 1 PC with 40 USD
    There may be possibility that for next in T Code MIRO, you may be doing Subsiquent Debit/ Credit in which system only for value not qty.
    Because IR has nothing to do with Qty, system will distribute value to qty as per stock available or Price Type.
    and if you have done 122 for that material, then system will ask for material number or delivery note.
    Then system will only reverse the GR Qty.
    please check the logs of the t codes done.
    Hope Help U !
    Regards,
    Pardeep Malik

  • Photo file issues with iWeb and Aperture....also too much duplicating!!

    A little background, before I get into my iWeb issue.....
    Years ago I tried iPhoto, but I didn't like how it duplicated all my photo files and I wasn't very fond of the file structure it created. Years later (last month) I got Aperture. Aperture (still has a long way to go) also duplicates all your files and places them in their own file structure. If I can get along with Aperture (and if it will get along with my other programs), I won't mind putting all my files into the file structure it creates. But for now, I still have my original files in the original file structure I have had for many years as a back up.
    On to my issue with iWeb and Aperture....
    To add photos to iWeb, you can either go into the iWeb media center or you can drag and drop photos from other locations.
    1st: iWeb media center
    To get my photos into the media center, I would have to load them into iPhoto (iP 6 does allow you to keep your original file structure, but it still creates .jpg files, which fills up your hard-drive. More duplicates I don't need or want). So that is out for me. iP6 will let you view and use your Raw files.
    Another way is to drag and drop your file structure directly into the media center window. I don't think this duplicates any files (at least I haven't been able to find any), but it takes an awfully long time to thumbnail all your photos (several hours and still waiting for 22K + files). Also, it won't show any Raw files. Again, out for me.
    Aperture won't let you drag and drop its library into the media center at all. So if I was to move all my files into the Aperture Library, I wouldn't be able to access them for iWeb at all.....Out for me.
    2nd: Drag and Drop
    I was able to drag and drop Raw files directly into iWeb from C1 Pro, Adobe Bridge and Adobe Lightroom.
    As I said before, I am trying to move over to Aperture. However, Aperture won't let me drag and drop photos. What is the deal here??? These are both Apple programs and they won't play nice with each other. Very annoying.
    Anyway, I put a link below to my iWeb test webpage I made. All the photos were Raw files that I did a drag and drop from C1 Pro, Adobe Bridge and Lightroom. There were no problems with the publishing.
    http://web.mac.com/phil_navarro/iWeb/Site%202/Drag%20and%20Drop%20test.html
    So, does anyone know if they can get photos from Aperture to work?? Thanks for any responses.
    Phil
    G5 Desktop   Mac OS X (10.4.4)  

    Jedi,
    Perhaps you are right.
    I am not a web developer and I will never be. I don't feel like spending countless hours learning how to use Dreamweaver or some other Pro web app. iWeb looked like a way to start making websites of my photos for my friends and family (much easier and better than Home Page on .Mac). All I was asking was for a way to drag and drop my photos (especially Raw files) with Aperture. Which I can do with Lightroom, Adobe Bridge and C1 Pro, and without using iPhoto.
    I am not a Pro photographer either, but I purchased Aperture based on what was advertised on the Apple website. From that ad, Aperture fit my photo needs almost to a tee. I am looking to adjust Raw files, Crop, Archive and keep my use of Hard Disk space down to a minimum. I can use Photoshop for the other 5% of things I do. However, Aperture has some issues (if you own it, then you already know. If you don't, you can read the Aperture Forum) This is one of the reasons I never went to iPhoto for archiving. I didn't like the way it duplicated all my files, taking up more disk space and its file structure. So even though Aperture won't play nice with other programs, I was surprised that it wouldn't play nice with any Apple programs.
    After reading your post and based on what you are saying, everyone either needs to have/learn/use Pro apps only or have/learn/use iApps only. Don't Cross the Streams!!
    I guess that means Apple will need to fix DVD Studio Pro. It uses photos that are in your iPhoto library and music from iTunes (iApps in a Pro app??....for shame...."it was never intended"). Also, DVD SP won't read the Aperture library. Does that mean there are 3 platforms? Pro, iApp and Mediocre??
    Now I have 2 questions:
    1. Can someone please tell me which apps are Pro and iApp, or if there is Mediocre? I don't want to mix them up and "Cross the Streams".
    2. Again....is there anyway to use Aperture with iWeb?
    TIA,
    Narvon

Maybe you are looking for

  • Excel import problems (collected)

    There are a few problems with Excel Import. Some have been reported elsewhere. Test Data Table Definition.   CREATE TABLE "JIM"."EXCEL_IMPORT"    (     "COLUMN1" VARCHAR2(100 BYTE),      "COLUMN2" VARCHAR2(100 BYTE),      "COLUMN3" VARCHAR2(100 BYTE)

  • Youtube crashes

    Hi all bit of a problem with flash player since i downloaded the latest version of flash player every time i get a youtube video come up on any web page it locks up then a few seconds later blue screen with lots of writing, so turn the computer off a

  • No software discs with new Macbook

    I did not receive any software discs with my new MacBook. I understand I should have had 2 discs. How can I remedy this?

  • Blackberry Facebook App - Code Error 2406

    Its High Time Since Im Trying With This Issue, And None Of The Forum's Solution Has Worked Out For Me. Whenever I Try To Login Facebook Through Facebook App For Blackberry, I Get A Message Stating " We Were Unable To Log You In. (2406). Not Only With

  • How to call javascript function?

    Hi, How to call javascript function for SAP button control onclick event? Thanks in advance.