SQLScript or Shell Script to Determine if Notification Mailer has gone down

Does anyone have a SQLScript or UNIX command which determines if the Workflow Notification mailers have unexpectedly died?

It looks like the GSM Service Components can be running/stopped independent of the concurrent manager queues that normally start/stop them from Administer Managers or start_all/stop_all in OAM Generic Services. You could simply monitor fnd_svc_components, or use any of the SQLs below. If you search Metalink for FND_SVC_COMPONENTS, you will find a few articles that describe monitoring techniques.
SELECT component_name, component_status
FROM fnd_svc_components
WHERE component_type = 'WF_MAILER';
SQL> SELECT q.concurrent_queue_name||':'||d.user_concurrent_queue_name||':'||
DECODE(p.process_status_code,'A','$UP', '$DOWN')||':'||
DECODE(p.os_process_id,NULL,'NOPROCESS',p.os_process_id||':'||
DECODE(q.concurrent_queue_name,'WFMLRSVC','GSM Status: '||c.component_status))
FROM fnd_concurrent_queues q,
fnd_concurrent_queues_tl d,
fnd_concurrent_processes p,
fnd_svc_components c
WHERE q.concurrent_queue_name LIKE 'WF%'
AND q.enabled_flag = 'Y'
AND c.component_id = 10006
AND q.concurrent_queue_id=d.concurrent_queue_id
AND q.concurrent_queue_id = p.concurrent_queue_id(+)
AND p.process_status_code(+) = 'A'
Q.CONCURRENT_QUEUE_NAME||':'||D.USER_CONCURRENT_QUEUE_NAME||':'||DECODE(P.PROCES
WFWSSVC:Workflow Document Web Services Service:$UP:16418:
WFALSNRSVC:Workflow Agent Listener Service:$UP:16422:
WFMLRSVC:Workflow Mailer Service:$UP:16419:GSM Status: DEACTIVATED_USER
SQL> /
Q.CONCURRENT_QUEUE_NAME||':'||D.USER_CONCURRENT_QUEUE_NAME||':'||DECODE(P.PROCES
WFWSSVC:Workflow Document Web Services Service:$UP:16418:
WFALSNRSVC:Workflow Agent Listener Service:$UP:16422:
WFMLRSVC:Workflow Mailer Service:$UP:16419:GSM Status: RUNNING
select fcq.USER_CONCURRENT_QUEUE_NAME Container_Name, DECODE(fcp.OS_PROCESS_ID,NULL,'NotRunning',fcp.OS_PROCESS_ID) PROCID,
fcq.MAX_PROCESSES TARGET,
fcq.RUNNING_PROCESSES ACTUAL,
fcq.ENABLED_FLAG ENABLED,
fsc.COMPONENT_NAME,
fsc.STARTUP_MODE,
fsc.COMPONENT_STATUS
from APPS.FND_CONCURRENT_QUEUES_VL fcq, APPS.FND_CP_SERVICES fcs,
APPS.FND_CONCURRENT_PROCESSES fcp, fnd_svc_components fsc
where fcq.MANAGER_TYPE = fcs.SERVICE_ID
and fcs.SERVICE_HANDLE = 'FNDCPGSC'
and fsc.concurrent_queue_id = fcq.concurrent_queue_id(+)
and fcq.concurrent_queue_id = fcp.concurrent_queue_id(+)
and fcq.application_id = fcp.queue_application_id(+)
and fcp.process_status_code(+) = 'A'
order by fcp.OS_PROCESS_ID, fsc.STARTUP_MODE;
How to Check Whether Notification Mailer is Working or Not
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=415516.1
How To Receive An Alert When The Workflow Notification Mailer Crashes Post ATG RUP4
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=423116.1
Outbound Workflow Email Notification is Not Received
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=370327.1

Similar Messages

  • In Automator, how can I pass a shell script output to Display Notification?

    In Automator, how can I pass a Run shell script output to Display Notification?

    Soemthing like this will work

  • GNOME Shell login failed "Oh no! Something has gone wrong.."

    Firstly I saw many threads about this problem, but my problem still remains.
    I have installed GNOME Shell (3.12.2) along KDE :
    sudo pacman -S gnome-shell gnome gnome-extra
    Both worked fine until I have force installed `network-manager-applet-gtk2` : (which had conflict with `network-manager-applet`)
    sudo pacman --force network-manager-applet-gtk2
    After that, Gnome won't login and gets me following error at startup : (Alt+F4 not working)
    Oh no! Something has gone wrong... Log Out
    What's wrong with GNOME?
    P.S:
    KDE works fine.
    I'm using KDM (However gdm is installed).
    journatctl -b -0
    Output :
    -- Logs begin at Sat 2014-03-29 22:42:48 IRDT, end at Wed 2014-08-06 10:55:16 IRDT. --
    Aug 06 10:54:16 localhost systemd-journal[123]: Runtime journal is using 8.0M (max allowed 185.0M, trying to leave 277.5M free of 1.7G available → current limit 185.0M).
    Aug 06 10:54:16 localhost systemd-journal[123]: Runtime journal is using 8.0M (max allowed 185.0M, trying to leave 277.5M free of 1.7G available → current limit 185.0M).
    Aug 06 10:54:16 localhost kernel: Initializing cgroup subsys cpuset
    Aug 06 10:54:16 localhost kernel: Initializing cgroup subsys cpu
    Aug 06 10:54:16 localhost kernel: Initializing cgroup subsys cpuacct
    Aug 06 10:54:16 localhost kernel: Linux version 3.15.7-1-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.9.1 (GCC) ) #1 SMP PREEMPT Mon Jul 28 20:06:17 CEST 2014
    Aug 06 10:54:16 localhost kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=6591a4e5-8b02-463c-acb0-94d54f29e1ed rw quiet
    Aug 06 10:54:16 localhost kernel: e820: BIOS-provided physical RAM map:
    Aug 06 10:54:16 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    Aug 06 10:54:16 localhost kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    Aug 06 10:54:16 localhost kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    Aug 06 10:54:16 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000de64afff] usable
    Aug 06 10:54:16 localhost kernel: BIOS-e820: [mem 0x00000000de64b000-0x00000000de84afff] ACPI NVS
    Aug 06 10:54:16 localhost kernel: BIOS-e820: [mem 0x00000000de84b000-0x00000000dfd3efff] usable
    Aug 06 10:54:16 localhost kernel: BIOS-e820: [mem 0x00000000dfd3f000-0x00000000dfdbefff] reserved
    Aug 06 10:54:16 localhost kernel: BIOS-e820: [mem 0x00000000dfdbf000-0x00000000dfebefff] ACPI NVS
    Aug 06 10:54:16 localhost kernel: BIOS-e820: [mem 0x00000000dfebf000-0x00000000dfef6fff] ACPI data
    Aug 06 10:54:16 localhost kernel: BIOS-e820: [mem 0x00000000dfef7000-0x00000000dfefffff] usable
    Aug 06 10:54:16 localhost kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000f8ffffff] reserved
    Aug 06 10:54:16 localhost kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    Aug 06 10:54:16 localhost kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
    Aug 06 10:54:16 localhost kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Aug 06 10:54:16 localhost kernel: BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    Aug 06 10:54:16 localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x000000010fffffff] usable
    Aug 06 10:54:16 localhost kernel: NX (Execute Disable) protection: active
    Aug 06 10:54:16 localhost kernel: SMBIOS 2.6 present.
    Aug 06 10:54:16 localhost kernel: DMI: Sony Corporation VPCEE23FX/VAIO, BIOS R0160Z5 06/10/2010
    Aug 06 10:54:16 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Aug 06 10:54:16 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Aug 06 10:54:16 localhost kernel: No AGP bridge found
    Aug 06 10:54:16 localhost kernel: e820: last_pfn = 0x110000 max_arch_pfn = 0x400000000
    Aug 06 10:54:16 localhost kernel: MTRR default type: uncachable
    Aug 06 10:54:16 localhost kernel: MTRR fixed ranges enabled:
    Aug 06 10:54:16 localhost kernel: 00000-9FFFF write-back
    Aug 06 10:54:16 localhost kernel: A0000-BFFFF uncachable
    Aug 06 10:54:16 localhost kernel: C0000-FFFFF write-through
    Aug 06 10:54:16 localhost kernel: MTRR variable ranges enabled:
    Aug 06 10:54:16 localhost kernel: 0 base 000000000000 mask FFFF80000000 write-back
    Aug 06 10:54:16 localhost kernel: 1 base 000080000000 mask FFFFC0000000 write-back
    Aug 06 10:54:16 localhost kernel: 2 base 0000C0000000 mask FFFFE0000000 write-back
    Aug 06 10:54:16 localhost kernel: 3 base 0000DFEBE000 mask FFFFFFFFF000 uncachable
    Aug 06 10:54:16 localhost kernel: 4 base 0000FFE00000 mask FFFFFFE00000 write-protect
    Aug 06 10:54:16 localhost kernel: 5 base 000100000000 mask FFFFF0000000 write-back
    Aug 06 10:54:16 localhost kernel: 6 disabled
    Aug 06 10:54:16 localhost kernel: 7 disabled
    Aug 06 10:54:16 localhost kernel: TOM2: 0000000120000000 aka 4608M
    Aug 06 10:54:16 localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Aug 06 10:54:16 localhost kernel: e820: last_pfn = 0xdff00 max_arch_pfn = 0x400000000
    Aug 06 10:54:16 localhost kernel: Scanning 1 areas for low memory corruption
    Aug 06 10:54:16 localhost kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    Aug 06 10:54:16 localhost kernel: Using GB pages for direct mapping
    Aug 06 10:54:16 localhost kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Aug 06 10:54:16 localhost kernel: [mem 0x00000000-0x000fffff] page 4k
    Aug 06 10:54:16 localhost kernel: BRK [0x01b3e000, 0x01b3efff] PGTABLE
    Aug 06 10:54:16 localhost kernel: BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    Aug 06 10:54:16 localhost kernel: BRK [0x01b40000, 0x01b40fff] PGTABLE
    Aug 06 10:54:16 localhost kernel: init_memory_mapping: [mem 0x10fe00000-0x10fffffff]
    Aug 06 10:54:16 localhost kernel: [mem 0x10fe00000-0x10fffffff] page 2M
    Aug 06 10:54:16 localhost kernel: BRK [0x01b41000, 0x01b41fff] PGTABLE
    Aug 06 10:54:16 localhost kernel: init_memory_mapping: [mem 0x10c000000-0x10fdfffff]
    Aug 06 10:54:16 localhost kernel: [mem 0x10c000000-0x10fdfffff] page 2M
    Aug 06 10:54:16 localhost kernel: init_memory_mapping: [mem 0x100000000-0x10bffffff]
    Aug 06 10:54:16 localhost kernel: [mem 0x100000000-0x10bffffff] page 2M
    Aug 06 10:54:16 localhost kernel: init_memory_mapping: [mem 0x00100000-0xde64afff]
    Aug 06 10:54:16 localhost kernel: [mem 0x00100000-0x001fffff] page 4k
    Aug 06 10:54:16 localhost kernel: [mem 0x00200000-0x3fffffff] page 2M
    Aug 06 10:54:16 localhost kernel: [mem 0x40000000-0xbfffffff] page 1G
    Aug 06 10:54:16 localhost kernel: [mem 0xc0000000-0xde5fffff] page 2M
    Aug 06 10:54:16 localhost kernel: [mem 0xde600000-0xde64afff] page 4k
    Aug 06 10:54:16 localhost kernel: init_memory_mapping: [mem 0xde84b000-0xdfd3efff]
    Aug 06 10:54:16 localhost kernel: [mem 0xde84b000-0xde9fffff] page 4k
    Aug 06 10:54:16 localhost kernel: [mem 0xdea00000-0xdfbfffff] page 2M
    Aug 06 10:54:16 localhost kernel: [mem 0xdfc00000-0xdfd3efff] page 4k
    Aug 06 10:54:16 localhost kernel: BRK [0x01b42000, 0x01b42fff] PGTABLE
    Aug 06 10:54:16 localhost kernel: BRK [0x01b43000, 0x01b43fff] PGTABLE
    Aug 06 10:54:16 localhost kernel: init_memory_mapping: [mem 0xdfef7000-0xdfefffff]
    Aug 06 10:54:16 localhost kernel: [mem 0xdfef7000-0xdfefffff] page 4k
    Aug 06 10:54:16 localhost kernel: RAMDISK: [mem 0x379d4000-0x37ce1fff]
    Aug 06 10:54:16 localhost kernel: ACPI: RSDP 0x00000000000FE020 000024 (v02 Sony )
    Aug 06 10:54:16 localhost kernel: ACPI: XSDT 0x00000000DFEF6120 00005C (v01 Sony VAIO 20100610 01000013)
    Aug 06 10:54:16 localhost kernel: ACPI: FACP 0x00000000DFEF5000 0000F4 (v04 Sony VAIO 20100610 INTL 20061109)
    Aug 06 10:54:16 localhost kernel: ACPI: DSDT 0x00000000DFEE8000 0099CD (v01 Sony VAIO 20100610 INTL 20061109)
    Aug 06 10:54:16 localhost kernel: ACPI: FACS 0x00000000DFE9C000 000040
    Aug 06 10:54:16 localhost kernel: ACPI: HPET 0x00000000DFEF4000 000038 (v01 Sony VAIO 20100610 INTL 20061109)
    Aug 06 10:54:16 localhost kernel: ACPI: APIC 0x00000000DFEF3000 000084 (v02 Sony VAIO 20100610 INTL 20061109)
    Aug 06 10:54:16 localhost kernel: ACPI: MCFG 0x00000000DFEF2000 00003C (v01 Sony VAIO 20100610 INTL 20061109)
    Aug 06 10:54:16 localhost kernel: ACPI: BOOT 0x00000000DFEE7000 000028 (v01 Sony VAIO 20100610 INTL 20061109)
    Aug 06 10:54:16 localhost kernel: ACPI: SLIC 0x00000000DFEE6000 000176 (v01 Sony VAIO 20100610 INTL 20061109)
    Aug 06 10:54:16 localhost kernel: ACPI: SSDT 0x00000000DFEE5000 000386 (v01 Sony VAIO 20100610 AMD 20061109)
    Aug 06 10:54:16 localhost kernel: ACPI: Local APIC address 0xfee00000
    Aug 06 10:54:16 localhost kernel: Scanning NUMA topology in Northbridge 24
    Aug 06 10:54:16 localhost kernel: No NUMA configuration found
    Aug 06 10:54:16 localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000010fffffff]
    Aug 06 10:54:16 localhost kernel: Initmem setup node 0 [mem 0x00000000-0x10fffffff]
    Aug 06 10:54:16 localhost kernel: NODE_DATA [mem 0x10fff8000-0x10fffcfff]
    Aug 06 10:54:16 localhost kernel: [ffffea0000000000-ffffea00043fffff] PMD -> [ffff88010ba00000-ffff88010f5fffff] on node 0
    Aug 06 10:54:16 localhost kernel: Zone ranges:
    Aug 06 10:54:16 localhost kernel: DMA [mem 0x00001000-0x00ffffff]
    Aug 06 10:54:16 localhost kernel: DMA32 [mem 0x01000000-0xffffffff]
    Aug 06 10:54:16 localhost kernel: Normal [mem 0x100000000-0x10fffffff]
    Aug 06 10:54:16 localhost kernel: Movable zone start for each node
    Aug 06 10:54:16 localhost kernel: Early memory node ranges
    Aug 06 10:54:16 localhost kernel: node 0: [mem 0x00001000-0x0009efff]
    Aug 06 10:54:16 localhost kernel: node 0: [mem 0x00100000-0xde64afff]
    Aug 06 10:54:16 localhost kernel: node 0: [mem 0xde84b000-0xdfd3efff]
    Aug 06 10:54:16 localhost kernel: node 0: [mem 0xdfef7000-0xdfefffff]
    Aug 06 10:54:16 localhost kernel: node 0: [mem 0x100000000-0x10fffffff]
    Aug 06 10:54:16 localhost kernel: On node 0 totalpages: 981734
    Aug 06 10:54:16 localhost kernel: DMA zone: 64 pages used for memmap
    Aug 06 10:54:16 localhost kernel: DMA zone: 21 pages reserved
    Aug 06 10:54:16 localhost kernel: DMA zone: 3998 pages, LIFO batch:0
    Aug 06 10:54:16 localhost kernel: DMA32 zone: 14254 pages used for memmap
    Aug 06 10:54:16 localhost kernel: DMA32 zone: 912200 pages, LIFO batch:31
    Aug 06 10:54:16 localhost kernel: Normal zone: 1024 pages used for memmap
    Aug 06 10:54:16 localhost kernel: Normal zone: 65536 pages, LIFO batch:15
    Aug 06 10:54:16 localhost kernel: ACPI: PM-Timer IO Port: 0x408
    Aug 06 10:54:16 localhost kernel: ACPI: Local APIC address 0xfee00000
    Aug 06 10:54:16 localhost kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Aug 06 10:54:16 localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    Aug 06 10:54:16 localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] disabled)
    Aug 06 10:54:16 localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
    Aug 06 10:54:16 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    Aug 06 10:54:16 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    Aug 06 10:54:16 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    Aug 06 10:54:16 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    Aug 06 10:54:16 localhost kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    Aug 06 10:54:16 localhost kernel: IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    Aug 06 10:54:16 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Aug 06 10:54:16 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    Aug 06 10:54:16 localhost kernel: ACPI: IRQ0 used by override.
    Aug 06 10:54:16 localhost kernel: ACPI: IRQ2 used by override.
    Aug 06 10:54:16 localhost kernel: ACPI: IRQ9 used by override.
    Aug 06 10:54:16 localhost kernel: Using ACPI (MADT) for SMP configuration information
    Aug 06 10:54:16 localhost kernel: ACPI: HPET id: 0x1002a201 base: 0xfed00000
    Aug 06 10:54:16 localhost kernel: smpboot: Allowing 4 CPUs, 2 hotplug CPUs
    Aug 06 10:54:16 localhost kernel: nr_irqs_gsi: 40
    Aug 06 10:54:16 localhost kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    Aug 06 10:54:16 localhost kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    Aug 06 10:54:16 localhost kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    Aug 06 10:54:16 localhost kernel: PM: Registered nosave memory: [mem 0xde64b000-0xde84afff]
    Aug 06 10:54:16 localhost kernel: PM: Registered nosave memory: [mem 0xdfd3f000-0xdfdbefff]
    Aug 06 10:54:16 localhost kernel: PM: Registered nosave memory: [mem 0xdfdbf000-0xdfebefff]
    Aug 06 10:54:16 localhost kernel: PM: Registered nosave memory: [mem 0xdfebf000-0xdfef6fff]
    Aug 06 10:54:16 localhost kernel: PM: Registered nosave memory: [mem 0xdff00000-0xf7ffffff]
    Aug 06 10:54:16 localhost kernel: PM: Registered nosave memory: [mem 0xf8000000-0xf8ffffff]
    Aug 06 10:54:16 localhost kernel: PM: Registered nosave memory: [mem 0xf9000000-0xfebfffff]
    Aug 06 10:54:16 localhost kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    Aug 06 10:54:16 localhost kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
    Aug 06 10:54:16 localhost kernel: PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
    Aug 06 10:54:16 localhost kernel: PM: Registered nosave memory: [mem 0xfec11000-0xfedfffff]
    Aug 06 10:54:16 localhost kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    Aug 06 10:54:16 localhost kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffdfffff]
    Aug 06 10:54:16 localhost kernel: PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
    Aug 06 10:54:16 localhost kernel: e820: [mem 0xdff00000-0xf7ffffff] available for PCI devices
    Aug 06 10:54:16 localhost kernel: Booting paravirtualized kernel on bare hardware
    Aug 06 10:54:16 localhost kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    Aug 06 10:54:16 localhost kernel: PERCPU: Embedded 29 pages/cpu @ffff88010fc00000 s87168 r8192 d23424 u524288
    Aug 06 10:54:16 localhost kernel: pcpu-alloc: s87168 r8192 d23424 u524288 alloc=1*2097152
    Aug 06 10:54:16 localhost kernel: pcpu-alloc: [0] 0 1 2 3
    Aug 06 10:54:16 localhost kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 966371
    Aug 06 10:54:16 localhost kernel: Policy zone: Normal
    Aug 06 10:54:16 localhost kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=6591a4e5-8b02-463c-acb0-94d54f29e1ed rw quiet
    Aug 06 10:54:16 localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Aug 06 10:54:16 localhost kernel: Checking aperture...
    Aug 06 10:54:16 localhost kernel: No AGP bridge found
    Aug 06 10:54:16 localhost kernel: Node 0: aperture @ d4000000 size 32 MB
    Aug 06 10:54:16 localhost kernel: Aperture pointing to e820 RAM. Ignoring.
    Aug 06 10:54:16 localhost kernel: Your BIOS doesn't leave a aperture memory hole
    Aug 06 10:54:16 localhost kernel: Please enable the IOMMU option in the BIOS setup
    Aug 06 10:54:16 localhost kernel: This costs you 64 MB of RAM
    Aug 06 10:54:16 localhost kernel: Mapping aperture over 65536 KB of RAM @ d4000000
    Aug 06 10:54:16 localhost kernel: PM: Registered nosave memory: [mem 0xd4000000-0xd7ffffff]
    Aug 06 10:54:16 localhost kernel: Memory: 3718412K/3926936K available (5225K kernel code, 886K rwdata, 1644K rodata, 1116K init, 1284K bss, 208524K reserved)
    Aug 06 10:54:16 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Aug 06 10:54:16 localhost kernel: Preemptible hierarchical RCU implementation.
    Aug 06 10:54:16 localhost kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Aug 06 10:54:16 localhost kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Aug 06 10:54:16 localhost kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    Aug 06 10:54:16 localhost kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    Aug 06 10:54:16 localhost kernel: NR_IRQS:8448 nr_irqs:712 16
    Aug 06 10:54:16 localhost kernel: spurious 8259A interrupt: IRQ7.
    Aug 06 10:54:16 localhost kernel: Console: colour dummy device 80x25
    Aug 06 10:54:16 localhost kernel: console [tty0] enabled
    Aug 06 10:54:16 localhost kernel: allocated 15728640 bytes of page_cgroup
    Aug 06 10:54:16 localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Aug 06 10:54:16 localhost kernel: hpet clockevent registered
    Aug 06 10:54:16 localhost kernel: tsc: Fast TSC calibration using PIT
    Aug 06 10:54:16 localhost kernel: tsc: Detected 2094.565 MHz processor
    Aug 06 10:54:16 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4190.67 BogoMIPS (lpj=6981883)
    Aug 06 10:54:16 localhost kernel: pid_max: default: 32768 minimum: 301
    Aug 06 10:54:16 localhost kernel: ACPI: Core revision 20140214
    Aug 06 10:54:16 localhost kernel: ACPI: All ACPI Tables successfully acquired
    Aug 06 10:54:16 localhost kernel: Security Framework initialized
    Aug 06 10:54:16 localhost kernel: Yama: becoming mindful.
    Aug 06 10:54:16 localhost kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Aug 06 10:54:16 localhost kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Aug 06 10:54:16 localhost kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    Aug 06 10:54:16 localhost kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    Aug 06 10:54:16 localhost kernel: Initializing cgroup subsys memory
    Aug 06 10:54:16 localhost kernel: Initializing cgroup subsys devices
    Aug 06 10:54:16 localhost kernel: Initializing cgroup subsys freezer
    Aug 06 10:54:16 localhost kernel: Initializing cgroup subsys net_cls
    Aug 06 10:54:16 localhost kernel: Initializing cgroup subsys blkio
    Aug 06 10:54:16 localhost kernel: tseg: 00dff00000
    Aug 06 10:54:16 localhost kernel: CPU: Physical Processor ID: 0
    Aug 06 10:54:16 localhost kernel: CPU: Processor Core ID: 0
    Aug 06 10:54:16 localhost kernel: mce: CPU supports 6 MCE banks
    Aug 06 10:54:16 localhost kernel: LVT offset 0 assigned for vector 0xf9
    Aug 06 10:54:16 localhost kernel: process: using AMD E400 aware idle routine
    Aug 06 10:54:16 localhost kernel: Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
    tlb_flushall_shift: 6
    Aug 06 10:54:16 localhost kernel: Freeing SMP alternatives memory: 20K (ffffffff819f6000 - ffffffff819fb000)
    Aug 06 10:54:16 localhost kernel: ftrace: allocating 20230 entries in 80 pages
    Aug 06 10:54:16 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Aug 06 10:54:16 localhost kernel: smpboot: CPU0: AMD Athlon(tm) II P320 Dual-Core Processor (fam: 10, model: 06, stepping: 03)
    Aug 06 10:54:16 localhost kernel: Performance Events: AMD PMU driver.
    Aug 06 10:54:16 localhost kernel: ... version: 0
    Aug 06 10:54:16 localhost kernel: ... bit width: 48
    Aug 06 10:54:16 localhost kernel: ... generic registers: 4
    Aug 06 10:54:16 localhost kernel: ... value mask: 0000ffffffffffff
    Aug 06 10:54:16 localhost kernel: ... max period: 00007fffffffffff
    Aug 06 10:54:16 localhost kernel: ... fixed-purpose events: 0
    Aug 06 10:54:16 localhost kernel: ... event mask: 000000000000000f
    Aug 06 10:54:16 localhost kernel: process: System has AMD C1E enabled
    Aug 06 10:54:16 localhost kernel: process: Switch to broadcast mode on CPU0
    Aug 06 10:54:16 localhost kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Aug 06 10:54:16 localhost kernel: x86: Booting SMP configuration:
    Aug 06 10:54:16 localhost kernel: .... node #0, CPUs: #1
    Aug 06 10:54:16 localhost kernel: x86: Booted up 1 node, 2 CPUs
    Aug 06 10:54:16 localhost kernel: smpboot: Total of 2 processors activated (8381.35 BogoMIPS)
    Aug 06 10:54:16 localhost kernel: process: Switch to broadcast mode on CPU1
    Aug 06 10:54:16 localhost kernel: devtmpfs: initialized
    Aug 06 10:54:16 localhost kernel: PM: Registering ACPI NVS region [mem 0xde64b000-0xde84afff] (2097152 bytes)
    Aug 06 10:54:16 localhost kernel: PM: Registering ACPI NVS region [mem 0xdfdbf000-0xdfebefff] (1048576 bytes)
    Aug 06 10:54:16 localhost kernel: pinctrl core: initialized pinctrl subsystem
    Aug 06 10:54:16 localhost kernel: RTC time: 10:54:09, date: 08/06/14
    Aug 06 10:54:16 localhost kernel: NET: Registered protocol family 16
    Aug 06 10:54:16 localhost kernel: cpuidle: using governor ladder
    Aug 06 10:54:16 localhost kernel: cpuidle: using governor menu
    Aug 06 10:54:16 localhost kernel: node 0 link 0: io port [0, ffffff]
    Aug 06 10:54:16 localhost kernel: TOM: 00000000e0000000 aka 3584M
    Aug 06 10:54:16 localhost kernel: Fam 10h mmconf [mem 0xf8000000-0xfbffffff]
    Aug 06 10:54:16 localhost kernel: node 0 link 0: mmio [a0000, bffff]
    Aug 06 10:54:16 localhost kernel: node 0 link 0: mmio [e0000000, efffffff]
    Aug 06 10:54:16 localhost kernel: node 0 link 0: mmio [f0000000, f40fffff]
    Aug 06 10:54:16 localhost kernel: node 0 link 0: mmio [f4100000, f42fffff]
    Aug 06 10:54:16 localhost kernel: node 0 link 0: mmio [f4300000, f6ffffff]
    Aug 06 10:54:16 localhost kernel: node 0 link 0: mmio [f7000000, f7ffffff]
    Aug 06 10:54:16 localhost kernel: node 0 link 0: mmio [f8000000, ff7fffff] ==> [fc000000, ff7fffff]
    Aug 06 10:54:16 localhost kernel: TOM2: 0000000120000000 aka 4608M
    Aug 06 10:54:16 localhost kernel: bus: [bus 00-1f] on node 0 link 0
    Aug 06 10:54:16 localhost kernel: bus: 00 [io 0x0000-0xffff]
    Aug 06 10:54:16 localhost kernel: bus: 00 [mem 0x000a0000-0x000bffff]
    Aug 06 10:54:16 localhost kernel: bus: 00 [mem 0xe0000000-0xf7ffffff]
    Aug 06 10:54:16 localhost kernel: bus: 00 [mem 0xfc000000-0xffffffff]
    Aug 06 10:54:16 localhost kernel: bus: 00 [mem 0x120000000-0xfcffffffff]
    Aug 06 10:54:16 localhost kernel: ACPI: bus type PCI registered
    Aug 06 10:54:16 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Aug 06 10:54:16 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-0f] at [mem 0xf8000000-0xf8ffffff] (base 0xf8000000)
    Aug 06 10:54:16 localhost kernel: PCI: MMCONFIG at [mem 0xf8000000-0xf8ffffff] reserved in E820
    Aug 06 10:54:16 localhost kernel: PCI: Using configuration type 1 for base access
    Aug 06 10:54:16 localhost kernel: mtrr: your CPUs had inconsistent fixed MTRR settings
    Aug 06 10:54:16 localhost kernel: mtrr: your CPUs had inconsistent variable MTRR settings
    Aug 06 10:54:16 localhost kernel: mtrr: probably your BIOS does not setup all CPUs.
    Aug 06 10:54:16 localhost kernel: mtrr: corrected configuration.
    Aug 06 10:54:16 localhost kernel: ACPI: Added _OSI(Module Device)
    Aug 06 10:54:16 localhost kernel: ACPI: Added _OSI(Processor Device)
    Aug 06 10:54:16 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Aug 06 10:54:16 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Aug 06 10:54:16 localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Aug 06 10:54:16 localhost kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    Aug 06 10:54:16 localhost kernel: ACPI: Interpreter enabled
    Aug 06 10:54:16 localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580)
    Aug 06 10:54:16 localhost kernel: ACPI: (supports S0 S1 S3 S4 S5)
    Aug 06 10:54:16 localhost kernel: ACPI: Using IOAPIC for interrupt routing
    Aug 06 10:54:16 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Aug 06 10:54:16 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Aug 06 10:54:16 localhost kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Aug 06 10:54:16 localhost kernel: acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    Aug 06 10:54:16 localhost kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff] (conflicts with Video ROM [mem 0x000c0000-0x000cedff])
    Aug 06 10:54:16 localhost kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-0f] only partially covers this bridge
    Aug 06 10:54:16 localhost kernel: PCI host bridge to bus 0000:00
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf6ffffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfed3ffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xfed45000-0xffffffff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:00.0: [1022:9601] type 00 class 0x060000
    Aug 06 10:54:16 localhost kernel: pci 0000:00:01.0: [104d:9602] type 01 class 0x060400
    Aug 06 10:54:16 localhost kernel: pci 0000:00:04.0: [1022:9604] type 01 class 0x060400
    Aug 06 10:54:16 localhost kernel: pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
    Aug 06 10:54:16 localhost kernel: pci 0000:00:04.0: System wakeup disabled by ACPI
    Aug 06 10:54:16 localhost kernel: pci 0000:00:07.0: [1022:9607] type 01 class 0x060400
    Aug 06 10:54:16 localhost kernel: pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    Aug 06 10:54:16 localhost kernel: pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
    Aug 06 10:54:16 localhost kernel: pci 0000:00:11.0: reg 0x10: [io 0xb038-0xb03f]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:11.0: reg 0x14: [io 0xb04c-0xb04f]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:11.0: reg 0x18: [io 0xb030-0xb037]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:11.0: reg 0x1c: [io 0xb048-0xb04b]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:11.0: reg 0x20: [io 0xb010-0xb01f]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:11.0: reg 0x24: [mem 0xf4308000-0xf43083ff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    Aug 06 10:54:16 localhost kernel: pci 0000:00:12.0: reg 0x10: [mem 0xf4307000-0xf4307fff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:12.0: System wakeup disabled by ACPI
    Aug 06 10:54:16 localhost kernel: pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    Aug 06 10:54:16 localhost kernel: pci 0000:00:12.2: reg 0x10: [mem 0xf4308600-0xf43086ff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:12.2: supports D1 D2
    Aug 06 10:54:16 localhost kernel: pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    Aug 06 10:54:16 localhost kernel: pci 0000:00:12.2: System wakeup disabled by ACPI
    Aug 06 10:54:16 localhost kernel: pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    Aug 06 10:54:16 localhost kernel: pci 0000:00:13.0: reg 0x10: [mem 0xf4306000-0xf4306fff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:13.0: System wakeup disabled by ACPI
    Aug 06 10:54:16 localhost kernel: pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    Aug 06 10:54:16 localhost kernel: pci 0000:00:13.2: reg 0x10: [mem 0xf4308500-0xf43085ff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:13.2: supports D1 D2
    Aug 06 10:54:16 localhost kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    Aug 06 10:54:16 localhost kernel: pci 0000:00:13.2: System wakeup disabled by ACPI
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.1: reg 0x10: [io 0x0000-0x0007]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.1: reg 0x14: [io 0x0000-0x0003]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.1: reg 0x18: [io 0x0000-0x0007]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.1: reg 0x1c: [io 0x0000-0x0003]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.1: reg 0x20: [io 0xb000-0xb00f]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.2: reg 0x10: [mem 0xf4300000-0xf4303fff 64bit]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.5: reg 0x10: [mem 0xf4305000-0xf4305fff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.5: System wakeup disabled by ACPI
    Aug 06 10:54:16 localhost kernel: pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
    Aug 06 10:54:16 localhost kernel: pci 0000:00:15.0: supports D1 D2
    Aug 06 10:54:16 localhost kernel: pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
    Aug 06 10:54:16 localhost kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf4304000-0xf4304fff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:16.0: System wakeup disabled by ACPI
    Aug 06 10:54:16 localhost kernel: pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
    Aug 06 10:54:16 localhost kernel: pci 0000:00:16.2: reg 0x10: [mem 0xf4308400-0xf43084ff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:16.2: supports D1 D2
    Aug 06 10:54:16 localhost kernel: pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
    Aug 06 10:54:16 localhost kernel: pci 0000:00:16.2: System wakeup disabled by ACPI
    Aug 06 10:54:16 localhost kernel: pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
    Aug 06 10:54:16 localhost kernel: pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
    Aug 06 10:54:16 localhost kernel: pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
    Aug 06 10:54:16 localhost kernel: pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
    Aug 06 10:54:16 localhost kernel: pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
    Aug 06 10:54:16 localhost kernel: pci 0000:01:05.0: [1002:9712] type 00 class 0x030000
    Aug 06 10:54:16 localhost kernel: pci 0000:01:05.0: reg 0x10: [mem 0xe0000000-0xefffffff pref]
    Aug 06 10:54:16 localhost kernel: pci 0000:01:05.0: reg 0x14: [io 0xa000-0xa0ff]
    Aug 06 10:54:16 localhost kernel: pci 0000:01:05.0: reg 0x18: [mem 0xf4200000-0xf420ffff]
    Aug 06 10:54:16 localhost kernel: pci 0000:01:05.0: reg 0x24: [mem 0xf4100000-0xf41fffff]
    Aug 06 10:54:16 localhost kernel: pci 0000:01:05.0: supports D1 D2
    Aug 06 10:54:16 localhost kernel: pci 0000:01:05.1: [1002:970f] type 00 class 0x040300
    Aug 06 10:54:16 localhost kernel: pci 0000:01:05.1: reg 0x10: [mem 0xf4210000-0xf4213fff]
    Aug 06 10:54:16 localhost kernel: pci 0000:01:05.1: supports D1 D2
    Aug 06 10:54:16 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:01.0: bridge window [io 0xa000-0xafff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xf4100000-0xf42fffff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    Aug 06 10:54:16 localhost kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
    Aug 06 10:54:16 localhost kernel: pci 0000:02:00.0: reg 0x10: [io 0x6000-0x60ff]
    Aug 06 10:54:16 localhost kernel: pci 0000:02:00.0: reg 0x18: [mem 0xf0004000-0xf0004fff 64bit pref]
    Aug 06 10:54:16 localhost kernel: pci 0000:02:00.0: reg 0x20: [mem 0xf0000000-0xf0003fff 64bit pref]
    Aug 06 10:54:16 localhost kernel: pci 0000:02:00.0: supports D1 D2
    Aug 06 10:54:16 localhost kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Aug 06 10:54:16 localhost kernel: pci 0000:00:04.0: PCI bridge to [bus 02-07]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:04.0: bridge window [io 0x6000-0x9fff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:04.0: bridge window [mem 0xf3100000-0xf40fffff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:04.0: bridge window [mem 0xf0000000-0xf0ffffff 64bit pref]
    Aug 06 10:54:16 localhost kernel: pci 0000:09:00.0: [168c:002b] type 00 class 0x028000
    Aug 06 10:54:16 localhost kernel: pci 0000:09:00.0: reg 0x10: [mem 0xf3000000-0xf300ffff 64bit]
    Aug 06 10:54:16 localhost kernel: pci 0000:09:00.0: supports D1
    Aug 06 10:54:16 localhost kernel: pci 0000:09:00.0: PME# supported from D0 D1 D3hot D3cold
    Aug 06 10:54:16 localhost kernel: pci 0000:00:07.0: PCI bridge to [bus 09]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:07.0: bridge window [mem 0xf3000000-0xf30fffff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: PCI bridge to [bus 0a] (subtractive decode)
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: bridge window [mem 0xe0000000-0xf6ffffff] (subtractive decode)
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: bridge window [mem 0xf8000000-0xfed3ffff] (subtractive decode)
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: bridge window [mem 0xfed45000-0xffffffff] (subtractive decode)
    Aug 06 10:54:16 localhost kernel: pci 0000:00:15.0: PCI bridge to [bus 0b-10]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:15.0: bridge window [io 0x2000-0x5fff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:15.0: bridge window [mem 0xf2000000-0xf2ffffff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:15.0: bridge window [mem 0xf1000000-0xf1ffffff 64bit pref]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: on NUMA node 0
    Aug 06 10:54:16 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Aug 06 10:54:16 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Aug 06 10:54:16 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Aug 06 10:54:16 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Aug 06 10:54:16 localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Aug 06 10:54:16 localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Aug 06 10:54:16 localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Aug 06 10:54:16 localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Aug 06 10:54:16 localhost kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
    Aug 06 10:54:16 localhost kernel: ACPI : EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
    Aug 06 10:54:16 localhost kernel: vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none
    Aug 06 10:54:16 localhost kernel: vgaarb: loaded
    Aug 06 10:54:16 localhost kernel: vgaarb: bridge control possible 0000:01:05.0
    Aug 06 10:54:16 localhost kernel: PCI: Using ACPI for IRQ routing
    Aug 06 10:54:16 localhost kernel: PCI: pci_cache_line_size set to 64 bytes
    Aug 06 10:54:16 localhost kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    Aug 06 10:54:16 localhost kernel: e820: reserve RAM buffer [mem 0xde64b000-0xdfffffff]
    Aug 06 10:54:16 localhost kernel: e820: reserve RAM buffer [mem 0xdfd3f000-0xdfffffff]
    Aug 06 10:54:16 localhost kernel: e820: reserve RAM buffer [mem 0xdff00000-0xdfffffff]
    Aug 06 10:54:16 localhost kernel: NetLabel: Initializing
    Aug 06 10:54:16 localhost kernel: NetLabel: domain hash size = 128
    Aug 06 10:54:16 localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Aug 06 10:54:16 localhost kernel: NetLabel: unlabeled traffic allowed by default
    Aug 06 10:54:16 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    Aug 06 10:54:16 localhost kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    Aug 06 10:54:16 localhost kernel: Switched to clocksource hpet
    Aug 06 10:54:16 localhost kernel: pnp: PnP ACPI init
    Aug 06 10:54:16 localhost kernel: ACPI: bus type PNP registered
    Aug 06 10:54:16 localhost kernel: system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
    Aug 06 10:54:16 localhost kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
    Aug 06 10:54:16 localhost kernel: system 00:00: [mem 0xf7000000-0xf7ffffff] has been reserved
    Aug 06 10:54:16 localhost kernel: system 00:00: [mem 0xfed80000-0xfed80fff] has been reserved
    Aug 06 10:54:16 localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    Aug 06 10:54:16 localhost kernel: pnp 00:01: [dma 4]
    Aug 06 10:54:16 localhost kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    Aug 06 10:54:16 localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0c04 (active)
    Aug 06 10:54:16 localhost kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    Aug 06 10:54:16 localhost kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    Aug 06 10:54:16 localhost kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
    Aug 06 10:54:16 localhost kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active)
    Aug 06 10:54:16 localhost kernel: system 00:07: [io 0x0400-0x04cf] could not be reserved
    Aug 06 10:54:16 localhost kernel: system 00:07: [io 0x04d0-0x04d1] has been reserved
    Aug 06 10:54:16 localhost kernel: system 00:07: [io 0x04d6] has been reserved
    Aug 06 10:54:16 localhost kernel: system 00:07: [io 0x0680-0x06ff] has been reserved
    Aug 06 10:54:16 localhost kernel: system 00:07: [io 0x077a] has been reserved
    Aug 06 10:54:16 localhost kernel: system 00:07: [io 0x0c00-0x0c01] has been reserved
    Aug 06 10:54:16 localhost kernel: system 00:07: [io 0x0c14] has been reserved
    Aug 06 10:54:16 localhost kernel: system 00:07: [io 0x0c50-0x0c52] has been reserved
    Aug 06 10:54:16 localhost kernel: system 00:07: [io 0x0c6c] has been reserved
    Aug 06 10:54:16 localhost kernel: system 00:07: [io 0x0c6f] has been reserved
    Aug 06 10:54:16 localhost kernel: system 00:07: [io 0x0cd0-0x0cdb] has been reserved
    Aug 06 10:54:16 localhost kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    Aug 06 10:54:16 localhost kernel: system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
    Aug 06 10:54:16 localhost kernel: system 00:08: [mem 0xffe00000-0xffffffff] has been reserved
    Aug 06 10:54:16 localhost kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
    Aug 06 10:54:16 localhost kernel: pnp: PnP ACPI: found 9 devices
    Aug 06 10:54:16 localhost kernel: ACPI: bus type PNP unregistered
    Aug 06 10:54:16 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:01.0: bridge window [io 0xa000-0xafff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xf4100000-0xf42fffff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:04.0: PCI bridge to [bus 02-07]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:04.0: bridge window [io 0x6000-0x9fff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:04.0: bridge window [mem 0xf3100000-0xf40fffff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:04.0: bridge window [mem 0xf0000000-0xf0ffffff 64bit pref]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:07.0: PCI bridge to [bus 09]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:07.0: bridge window [mem 0xf3000000-0xf30fffff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:14.4: PCI bridge to [bus 0a]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:15.0: PCI bridge to [bus 0b-10]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:15.0: bridge window [io 0x2000-0x5fff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:15.0: bridge window [mem 0xf2000000-0xf2ffffff]
    Aug 06 10:54:16 localhost kernel: pci 0000:00:15.0: bridge window [mem 0xf1000000-0xf1ffffff 64bit pref]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: resource 18 [mem 0xe0000000-0xf6ffffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: resource 19 [mem 0xf8000000-0xfed3ffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:00: resource 20 [mem 0xfed45000-0xffffffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:01: resource 0 [io 0xa000-0xafff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:01: resource 1 [mem 0xf4100000-0xf42fffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:02: resource 0 [io 0x6000-0x9fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:02: resource 1 [mem 0xf3100000-0xf40fffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf0ffffff 64bit pref]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:09: resource 1 [mem 0xf3000000-0xf30fffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0a: resource 4 [io 0x0000-0x0cf7]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0a: resource 5 [io 0x0d00-0xffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0a: resource 6 [mem 0x000a0000-0x000bffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0a: resource 7 [mem 0x000c0000-0x000c3fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0a: resource 8 [mem 0x000c4000-0x000c7fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0a: resource 9 [mem 0x000c8000-0x000cbfff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0a: resource 10 [mem 0x000d0000-0x000d3fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0a: resource 11 [mem 0x000d4000-0x000d7fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0a: resource 12 [mem 0x000d8000-0x000dbfff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0a: resource 13 [mem 0x000dc000-0x000dffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0a: resource 14 [mem 0x000e0000-0x000e3fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0a: resource 15 [mem 0x000e4000-0x000e7fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0a: resource 16 [mem 0x000e8000-0x000ebfff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0a: resource 17 [mem 0x000ec000-0x000effff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0a: resource 18 [mem 0xe0000000-0xf6ffffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0a: resource 19 [mem 0xf8000000-0xfed3ffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0a: resource 20 [mem 0xfed45000-0xffffffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0b: resource 0 [io 0x2000-0x5fff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0b: resource 1 [mem 0xf2000000-0xf2ffffff]
    Aug 06 10:54:16 localhost kernel: pci_bus 0000:0b: resource 2 [mem 0xf1000000-0xf1ffffff 64bit pref]
    Aug 06 10:54:16 localhost kernel: NET: Registered protocol family 2
    Aug 06 10:54:16 localhost kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    Aug 06 10:54:16 localhost kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    Aug 06 10:54:16 localhost kernel: TCP: Hash tables configured (established 32768 bind 32768)
    Aug 06 10:54:16 localhost kernel: TCP: reno registered
    Aug 06 10:54:16 localhost kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    Aug 06 10:54:16 localhost kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    Aug 06 10:54:16 localhost kernel: NET: Registered protocol family 1
    Aug 06 10:54:16 localhost kernel: pci 0000:00:01.0: MSI quirk detected; subordinate MSI disabled
    Aug 06 10:54:16 localhost kernel: pci 0000:01:05.0: Boot video device
    Aug 06 10:54:16 localhost kernel: PCI: CLS 64 bytes, default 64
    Aug 06 10:54:16 localhost kernel: Unpacking initramfs...
    Aug 06 10:54:16 localhost kernel: Freeing initrd memory: 3128K (ffff8800379d4000 - ffff880037ce2000)
    Aug 06 10:54:16 localhost kernel: PCI-DMA: Disabling AGP.
    Aug 06 10:54:16 localhost kernel: PCI-DMA: aperture base @ d4000000 size 65536 KB
    Aug 06 10:54:16 localhost kernel: PCI-DMA: using GART IOMMU.
    Aug 06 10:54:16 localhost kernel: PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    Aug 06 10:54:16 localhost kernel: Simple Boot Flag at 0x44 set to 0x1
    Aug 06 10:54:16 localhost kernel: LVT offset 1 assigned for vector 0x400
    Aug 06 10:54:16 localhost kernel: IBS: LVT offset 1 assigned
    Aug 06 10:54:16 localhost kernel: perf: AMD IBS detected (0x0000001f)
    Aug 06 10:54:16 localhost kernel: Scanning for low memory corruption every 60 seconds
    Aug 06 10:54:16 localhost kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
    Aug 06 10:54:16 localhost kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Aug 06 10:54:16 localhost kernel: zbud: loaded
    Aug 06 10:54:16 localhost kernel: VFS: Disk quotas dquot_6.5.2
    Aug 06 10:54:16 localhost kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Aug 06 10:54:16 localhost kernel: msgmni has been set to 7397
    Aug 06 10:54:16 localhost kernel: Key type big_key registered
    Aug 06 10:54:16 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Aug 06 10:54:16 localhost kernel: io scheduler noop registered
    Aug 06 10:54:16 localhost kernel: io scheduler deadline registered
    Aug 06 10:54:16 localhost kernel: io scheduler cfq registered (default)
    Aug 06 10:54:16 localhost kernel: pcieport 0000:00:04.0: irq 40 for MSI/MSI-X
    Aug 06 10:54:16 localhost kernel: pcieport 0000:00:07.0: irq 41 for MSI/MSI-X
    Aug 06 10:54:16 localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Aug 06 10:54:16 localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Aug 06 10:54:16 localhost kernel: vesafb: mode is 1024x768x32, linelength=4096, pages=0
    Aug 06 10:54:16 localhost kernel: vesafb: scrolling: redraw
    Aug 06 10:54:16 localhost kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    Aug 06 10:54:16 localhost kernel: vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90001780000, using 3072k, total 3072k
    Aug 06 10:54:16 localhost kernel: Console: switching to colour frame buffer device 128x48
    Aug 06 10:54:16 localhost kernel: fb0: VESA VGA frame buffer device
    Aug 06 10:54:16 localhost kernel: GHES: HEST is not enabled!
    Aug 06 10:54:16 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Aug 06 10:54:16 localhost kernel: Linux agpgart interface v0.103
    Aug 06 10:54:16 localhost kernel: rtc_cmos 00:03: RTC can wake from S4
    Aug 06 10:54:16 localhost kernel: rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    Aug 06 10:54:16 localhost kernel: rtc_cmos 00:03: alarms up to one day, 114 bytes nvram, hpet irqs
    Aug 06 10:54:16 localhost kernel: ledtrig-cpu: registered to indicate activity on CPUs
    Aug 06 10:54:16 localhost kernel: TCP: cubic registered
    Aug 06 10:54:16 localhost kernel: NET: Registered protocol family 10
    Aug 06 10:54:16 localhost kernel: NET: Registered protocol family 17
    Aug 06 10:54:16 localhost kernel: registered taskstats version 1
    Aug 06 10:54:16 localhost kernel: Magic number: 10:412:931
    Aug 06 10:54:16 localhost kernel: rtc_cmos 00:03: setting system clock to 2014-08-06 10:54:10 UTC (1407322450)
    Aug 06 10:54:16 localhost kernel: PM: Hibernation image not present or could not be loaded.
    Aug 06 10:54:16 localhost kernel: Freeing unused kernel memory: 1116K (ffffffff818df000 - ffffffff819f6000)
    Aug 06 10:54:16 localhost kernel: Write protecting the kernel read-only data: 8192k
    Aug 06 10:54:16 localhost kernel: Freeing unused kernel memory: 908K (ffff88000151d000 - ffff880001600000)
    Aug 06 10:54:16 localhost kernel: Freeing unused kernel memory: 404K (ffff88000179b000 - ffff880001800000)
    Aug 06 10:54:16 localhost kernel: random: systemd-tmpfile urandom read with 4 bits of entropy available
    Aug 06 10:54:16 localhost systemd-udevd[47]: starting version 215
    Aug 06 10:54:16 localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    Aug 06 10:54:16 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Aug 06 10:54:16 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Aug 06 10:54:16 localhost kernel: SCSI subsystem initialized
    Aug 06 10:54:16 localhost kernel: libata version 3.00 loaded.
    Aug 06 10:54:16 localhost kernel: ahci 0000:00:11.0: version 3.0
    Aug 06 10:54:16 localhost kernel: ahci 0000:00:11.0: irq 42 for MSI/MSI-X
    Aug 06 10:54:16 localhost kernel: ahci 0000:00:11.0: AHCI 0001.0200 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    Aug 06 10:54:16 localhost kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
    Aug 06 10:54:16 localhost kernel: ACPI: bus type USB registered
    Aug 06 10:54:16 localhost kernel: usbcore: registered new interface driver usbfs
    Aug 06 10:54:16 localhost kernel: usbcore: registered new interface driver hub
    Aug 06 10:54:16 localhost kernel: scsi0 : ahci
    Aug 06 10:54:16 localhost kernel: usbcore: registered new device driver usb
    Aug 06 10:54:16 localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Aug 06 10:54:16 localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    Aug 06 10:54:16 localhost kernel: ohci-pci: OHCI PCI platform driver
    Aug 06 10:54:16 localhost kernel: ehci-pci: EHCI PCI platform driver
    Aug 06 10:54:16 localhost kernel: scsi1 : ahci
    Aug 06 10:54:16 localhost kernel: ata1: SATA max UDMA/133 abar m1024@0xf4308000 port 0xf4308100 irq 42
    Aug 06 10:54:16 localhost kernel: ata2: SATA max UDMA/133 abar m1024@0xf4308000 port 0xf4308180 irq 42
    Aug 06 10:54:16 localhost kernel: scsi2 : pata_atiixp
    Aug 06 10:54:16 localhost kernel: scsi3 : pata_atiixp
    Aug 06 10:54:16 localhost kernel: ata3: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xb000 irq 14
    Aug 06 10:54:16 localhost kernel: ata4: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xb008 irq 15
    Aug 06 10:54:16 localhost kernel: QUIRK: Enable AMD PLL fix
    Aug 06 10:54:16 localhost kernel: ohci-pci 0000:00:12.0: OHCI PCI host controller
    Aug 06 10:54:16 localhost kernel: ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 1
    Aug 06 10:54:16 localhost kernel: ohci-pci 0000:00:12.0: irq 18, io mem 0xf4307000
    Aug 06 10:54:16 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Aug 06 10:54:16 localhost kernel: hub 1-0:1.0: USB hub found
    Aug 06 10:54:16 localhost kernel: hub 1-0:1.0: 5 ports detected
    Aug 06 10:54:16 localhost kernel: ohci-pci 0000:00:13.0: OHCI PCI host controller
    Aug 06 10:54:16 localhost kernel: ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 2
    Aug 06 10:54:16 localhost kernel: ohci-pci 0000:00:13.0: irq 18, io mem 0xf4306000
    Aug 06 10:54:16 localhost kernel: hub 2-0:1.0: USB hub found
    Aug 06 10:54:16 localhost kernel: hub 2-0:1.0: 5 ports detected
    Aug 06 10:54:16 localhost kernel: ohci-pci 0000:00:14.5: OHCI PCI host controller
    Aug 06 10:54:16 localhost kernel: ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 3
    Aug 06 10:54:16 localhost kernel: ohci-pci 0000:00:14.5: irq 18, io mem 0xf4305000
    Aug 06 10:54:16 localhost kernel: hub 3-0:1.0: USB hub found
    Aug 06 10:54:16 localhost kernel: hub 3-0:1.0: 2 ports detected
    Aug 06 10:54:16 localhost kernel: ohci-pci 0000:00:16.0: OHCI PCI host controller
    Aug 06 10:54:16 localhost kernel: ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 4
    Aug 06 10:54:16 localhost kernel: ohci-pci 0000:00:16.0: irq 18, io mem 0xf4304000
    Aug 06 10:54:16 localhost kernel: hub 4-0:1.0: USB hub found
    Aug 06 10:54:16 localhost kernel: hub 4-0:1.0: 4 ports detected
    Aug 06 10:54:16 localhost kernel: ehci-pci 0000:00:12.2: EHCI Host Controller
    Aug 06 10:54:16 localhost kernel: ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 5
    Aug 06 10:54:16 localhost kernel: ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    Aug 06 10:54:16 localhost kernel: ehci-pci 0000:00:12.2: debug port 1
    Aug 06 10:54:16 localhost kernel: ehci-pci 0000:00:12.2: irq 17, io mem 0xf4308600
    Aug 06 10:54:16 localhost kernel: ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
    Aug 06 10:54:16 localhost kernel: hub 5-0:1.0: USB hub found
    Aug 06 10:54:16 localhost kernel: hub 5-0:1.0: 5 ports detected
    Aug 06 10:54:16 localhost kernel: hub 1-0:1.0: USB hub found
    Aug 06 10:54:16 localhost kernel: hub 1-0:1.0: 5 ports detected
    Aug 06 10:54:16 localhost kernel: ehci-pci 0000:00:13.2: EHCI Host Controller
    Aug 06 10:54:16 localhost kernel: ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 6
    Aug 06 10:54:16 localhost kernel: ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    Aug 06 10:54:16 localhost kernel: ehci-pci 0000:00:13.2: debug port 1
    Aug 06 10:54:16 localhost kernel: ehci-pci 0000:00:13.2: irq 17, io mem 0xf4308500
    Aug 06 10:54:16 localhost kernel: ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    Aug 06 10:54:16 localhost kernel: hub 6-0:1.0: USB hub found
    Aug 06 10:54:16 localhost kernel: hub 6-0:1.0: 5 ports detected
    Aug 06 10:54:16 localhost kernel: hub 2-0:1.0: USB hub found
    Aug 06 10:54:16 localhost kernel: hub 2-0:1.0: 5 ports detected
    Aug 06 10:54:16 localhost kernel: ehci-pci 0000:00:16.2: EHCI Host Controller
    Aug 06 10:54:16 localhost kernel: ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 7
    Aug 06 10:54:16 localhost kernel: ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    Aug 06 10:54:16 localhost kernel: ehci-pci 0000:00:16.2: debug port 1
    Aug 06 10:54:16 localhost kernel: ehci-pci 0000:00:16.2: irq 17, io mem 0xf4308400
    Aug 06 10:54:16 localhost kernel: ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
    Aug 06 10:54:16 localhost kernel: hub 7-0:1.0: USB hub found
    Aug 06 10:54:16 localhost kernel: hub 7-0:1.0: 4 ports detected
    Aug 06 10:54:16 localhost kernel: hub 4-0:1.0: USB hub found
    Aug 06 10:54:16 localhost kernel: hub 4-0:1.0: 4 ports detected
    Aug 06 10:54:16 localhost kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Aug 06 10:54:16 localhost kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Aug 06 10:54:16 localhost kernel: ata1.00: ATA-8: SAMSUNG HM321HI, 2AJ10001, max UDMA/133
    Aug 06 10:54:16 localhost kernel: ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    Aug 06 10:54:16 localhost kernel: ata2.00: ATAPI: HL-DT-STDVDRAM GT30N, KS05, max UDMA/100
    Aug 06 10:54:16 localhost kernel: ata2.00: configured for UDMA/100
    Aug 06 10:54:16 localhost kernel: ata1.00: configured for UDMA/133
    Aug 06 10:54:16 localhost kernel: scsi 0:0:0:0: Direct-Access ATA SAMSUNG HM321HI 2AJ1 PQ: 0 ANSI: 5
    Aug 06 10:54:16 localhost kernel: scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GT30N KS05 PQ: 0 ANSI: 5
    Aug 06 10:54:16 localhost kernel: sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    Aug 06 10:54:16 localhost kernel: sd 0:0:0:0: [sda] Write Protect is off
    Aug 06 10:54:16 localhost kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Aug 06 10:54:16 localhost kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Aug 06 10:54:16 localhost kernel: sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    Aug 06 10:54:16 localhost kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    Aug 06 10:54:16 localhost kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
    Aug 06 10:54:16 localhost kernel: sda: sda1 sda3 sda4 < sda5 sda6 sda7 sda8 >
    Aug 06 10:54:16 localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Aug 06 10:54:16 localhost kernel: tsc: Refined TSC clocksource calibration: 2094.754 MHz
    Aug 06 10:54:16 localhost kernel: usb 1-3: new low-speed USB device number 2 using ohci-pci
    Aug 06 10:54:16 localhost kernel: hidraw: raw HID events driver (C) Jiri Kosina
    Aug 06 10:54:16 localhost kernel: usbcore: registered new interface driver usbhid
    Aug 06 10:54:16 localhost kernel: usbhid: USB HID core driver
    Aug 06 10:54:16 localhost kernel: input: USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:12.0/usb1/1-3/1-3:1.0/0003:15D9:0A4F.0001/input/input2
    Aug 06 10:54:16 localhost kernel: hid-generic 0003:15D9:0A4F.0001: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:12.0-3/input0
    Aug 06 10:54:16 localhost kernel: usb 6-3: new high-speed USB device number 2 using ehci-pci
    Aug 06 10:54:16 localhost kernel: usb 7-3: new high-speed USB device number 2 using ehci-pci
    Aug 06 10:54:16 localhost kernel: Switched to clocksource tsc
    Aug 06 10:54:16 localhost kernel: random: nonblocking pool is initialized
    Aug 06 10:54:16 localhost kernel: usb-storage 7-3:1.0: USB Mass Storage device detected
    Aug 06 10:54:16 localhost kernel: scsi4 : usb-storage 7-3:1.0
    Aug 06 10:54:16 localhost kernel: usbcore: registered new interface driver usb-storage
    Aug 06 10:54:16 localhost kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    Aug 06 10:54:16 localhost systemd[1]: RTC configured in localtime, applying delta of 270 minutes to system time.
    Aug 06 10:54:16 localhost kernel: scsi 4:0:0:0: Direct-Access Generic 2.0 Reader -SD 1.00 PQ: 0 ANSI: 0 CCS
    Aug 06 10:54:16 localhost kernel: scsi 4:0:0:1: Direct-Access Generic 2.0 Reader -MS 1.00 PQ: 0 ANSI: 0 CCS
    Aug 06 10:54:16 localhost kernel: sd 4:0:0:0: [sdb] Attached SCSI removable disk
    Aug 06 10:54:16 localhost kernel: sd 4:0:0:1: [sdc] Attached SCSI removable disk
    Aug 06 10:54:16 localhost systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
    Aug 06 10:54:16 localhost systemd-readahead[117]: Bumped block_nr parameter of 8:0 to 20480. This is a temporary hack and should be removed one day.
    Aug 06 10:54:16 localhost kernel: EXT4-fs (sda1): re-mounted. Opts: data=ordered
    Aug 06 10:54:16 localhost systemd-journal[123]: Journal started
    Aug 06 10:54:16 localhost systemd-udevd[149]: starting version 215
    Aug 06 10:54:21 localhost kernel: ACPI: processor limited to max C-state 1
    Aug 06 10:54:21 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
    Aug 06 10:54:21 localhost kernel: ACPI: Power Button [PWRB]
    Aug 06 10:54:21 localhost kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
    Aug 06 10:54:21 localhost kernel: ACPI: Lid Switch [LID]
    Aug 06 10:54:21 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    Aug 06 10:54:21 localhost kernel: ACPI: Power Button [PWRF]
    Aug 06 10:54:21 localhost kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
    Aug 06 10:54:21 localhost kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
    Aug 06 10:54:21 localhost kernel: ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    Aug 06 10:54:21 localhost kernel: acpi device:01: registered as cooling_device2
    Aug 06 10:54:21 localhost kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input6
    Aug 06 10:54:21 localhost kernel: acpi-cpufreq: overriding BIOS provided _PSD data
    Aug 06 10:54:21 localhost kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
    Aug 06 10:54:21 localhost kernel: sp5100_tco: PCI Revision ID: 0x41
    Aug 06 10:54:21 localhost kernel: sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
    Aug 06 10:54:21 localhost kernel: sp5100_tco: Last reboot was not triggered by watchdog.
    Aug 06 10:54:21 localhost kernel: sp5100_tco: initialized (0xffffc90001fe0b00). heartbeat=60 sec (nowayout=0)
    Aug 06 10:54:21 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Aug 06 10:54:21 localhost kernel: thermal LNXTHERM:00: registered as thermal_zone0
    Aug 06 10:54:21 localhost kernel: ACPI: Thermal Zone [THRM] (52 C)
    Aug 06 10:54:21 localhost kernel: ACPI: Battery Slot [BAT1] (battery present)
    Aug 06 10:54:21 localhost kernel: ACPI: AC Adapter [ACAD] (on-line)
    Aug 06 10:54:22 localhost kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    Aug 06 10:54:22 localhost kernel: r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
    Aug 06 10:54:22 localhost kernel: r8169 0000:02:00.0: irq 43 for MSI/MSI-X
    Aug 06 10:54:22 localhost kernel: r8169 0000:02:00.0 eth0: RTL8168e/8111e at 0xffffc90002068000, 54:42:49:2b:87:32, XID 0c100000 IRQ 43
    Aug 06 10:54:22 localhost kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    Aug 06 10:54:22 localhost kernel: input: Sony Vaio Keys as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2b/SNY5001:00/input/input7
    Aug 06 10:54:22 localhost kernel: input: Sony Vaio Jogdial as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2b/SNY5001:00/input/input8
    Aug 06 10:54:22 localhost kernel: sony_laptop: brightness ignored, must be controlled by ACPI video driver
    Aug 06 10:54:22 localhost kernel: sony_laptop: SNC setup done.
    Aug 06 10:54:22 localhost kernel: [drm] Initialized drm 1.1.0 20060810
    Aug 06 10:54:22 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Aug 06 10:54:23 localhost kernel: [drm] radeon kernel modesetting enabled.
    Aug 06 10:54:23 localhost kernel: checking generic (e0000000 300000) vs hw (e0000000 10000000)
    Aug 06 10:54:23 localhost kernel: fb: switching to radeondrmfb from VESA VGA
    Aug 06 10:54:23 localhost kernel: Console: switching to colour dummy device 80x25
    Aug 06 10:54:23 localhost kernel: [drm] initializing kernel modesetting (RS880 0x1002:0x9712 0x104D:0x9077).
    Aug 06 10:54:23

    I pressed Ctrl + Alt + F1 and then exported these Logs :
    "~/.xsession-errors" is empty!
    But
    /var/log/Xorg.0.log
    [ 25.933]
    X.Org X Server 1.16.0
    Release Date: 2014-07-16
    [ 25.933] X Protocol Version 11, Revision 0
    [ 25.933] Build Operating System: Linux 3.15.5-2-ARCH x86_64
    [ 25.933] Current Operating System: Linux localhost 3.15.8-1-ARCH #1 SMP PREEMPT Fri Aug 1 08:51:42 CEST 2014 x86_64
    [ 25.933] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=6591a4e5-8b02-463c-acb0-94d54f29e1ed rw quiet
    [ 25.933] Build Date: 31 July 2014 11:53:19AM
    [ 25.933]
    [ 25.933] Current version of pixman: 0.32.6
    [ 25.933] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 25.933] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 25.933] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 8 11:01:40 2014
    [ 26.090] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 26.090] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 26.091] (==) No Layout section. Using the first Screen section.
    [ 26.091] (==) No screen section available. Using defaults.
    [ 26.091] (**) |-->Screen "Default Screen Section" (0)
    [ 26.091] (**) | |-->Monitor "<default monitor>"
    [ 26.091] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 26.091] (==) Automatically adding devices
    [ 26.091] (==) Automatically enabling devices
    [ 26.091] (==) Automatically adding GPU devices
    [ 26.091] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 26.091] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 26.091] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 26.091] (II) Loader magic: 0x818d80
    [ 26.091] (II) Module ABI versions:
    [ 26.091] X.Org ANSI C Emulation: 0.4
    [ 26.091] X.Org Video Driver: 18.0
    [ 26.091] X.Org XInput driver : 21.0
    [ 26.091] X.Org Server Extension : 8.0
    [ 26.094] (EE) systemd-logind: failed to get session: PID 447 does not belong to any known session
    [ 26.095] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 26.097] (--) PCI:*(0:1:5:0) 1002:9712:104d:9077 rev 0, Mem @ 0xe0000000/268435456, 0xf4200000/65536, 0xf4100000/1048576, I/O @ 0x0000a000/256
    [ 26.097] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 26.097] (II) LoadModule: "glx"
    [ 26.265] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 26.269] (II) Module glx: vendor="X.Org Foundation"
    [ 26.269] compiled for 1.16.0, module version = 1.0.0
    [ 26.269] ABI class: X.Org Server Extension, version 8.0
    [ 26.269] (==) AIGLX enabled
    [ 26.269] (==) Matched ati as autoconfigured driver 0
    [ 26.269] (==) Matched ati as autoconfigured driver 1
    [ 26.269] (==) Matched modesetting as autoconfigured driver 2
    [ 26.269] (==) Matched fbdev as autoconfigured driver 3
    [ 26.269] (==) Matched vesa as autoconfigured driver 4
    [ 26.269] (==) Assigned the driver to the xf86ConfigLayout
    [ 26.269] (II) LoadModule: "ati"
    [ 26.269] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 26.270] (II) Module ati: vendor="X.Org Foundation"
    [ 26.270] compiled for 1.16.0, module version = 7.4.0
    [ 26.270] Module class: X.Org Video Driver
    [ 26.270] ABI class: X.Org Video Driver, version 18.0
    [ 26.270] (II) LoadModule: "radeon"
    [ 26.270] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 26.271] (II) Module radeon: vendor="X.Org Foundation"
    [ 26.271] compiled for 1.16.0, module version = 7.4.0
    [ 26.271] Module class: X.Org Video Driver
    [ 26.271] ABI class: X.Org Video Driver, version 18.0
    [ 26.271] (II) LoadModule: "modesetting"
    [ 26.271] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 26.271] (II) Module modesetting: vendor="X.Org Foundation"
    [ 26.271] compiled for 1.16.0, module version = 0.9.0
    [ 26.271] Module class: X.Org Video Driver
    [ 26.271] ABI class: X.Org Video Driver, version 18.0
    [ 26.271] (II) LoadModule: "fbdev"
    [ 26.272] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 26.272] (II) Module fbdev: vendor="X.Org Foundation"
    [ 26.272] compiled for 1.16.0, module version = 0.4.4
    [ 26.272] Module class: X.Org Video Driver
    [ 26.272] ABI class: X.Org Video Driver, version 18.0
    [ 26.272] (II) LoadModule: "vesa"
    [ 26.272] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 26.272] (II) Module vesa: vendor="X.Org Foundation"
    [ 26.272] compiled for 1.16.0, module version = 2.3.2
    [ 26.272] Module class: X.Org Video Driver
    [ 26.272] ABI class: X.Org Video Driver, version 18.0
    [ 26.273] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
    HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
    HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
    [ 26.280] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 26.280] (II) FBDEV: driver for framebuffer: fbdev
    [ 26.280] (II) VESA: driver for VESA chipsets: vesa
    [ 26.280] (++) using VT number 7
    [ 26.292] (II) [KMS] Kernel modesetting enabled.
    [ 26.292] (WW) Falling back to old probe method for modesetting
    [ 26.292] (WW) Falling back to old probe method for fbdev
    [ 26.292] (II) Loading sub module "fbdevhw"
    [ 26.292] (II) LoadModule: "fbdevhw"
    [ 26.293] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 26.293] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 26.293] compiled for 1.16.0, module version = 0.0.2
    [ 26.293] ABI class: X.Org Video Driver, version 18.0
    [ 26.293] (WW) Falling back to old probe method for vesa
    [ 26.293] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 26.293] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 26.293] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 26.293] (==) RADEON(0): Default visual is TrueColor
    [ 26.293] (==) RADEON(0): RGB weight 888
    [ 26.293] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 26.293] (--) RADEON(0): Chipset: "ATI Mobility Radeon HD 4200" (ChipID = 0x9712)
    [ 26.294] (II) Loading sub module "dri2"
    [ 26.294] (II) LoadModule: "dri2"
    [ 26.294] (II) Module "dri2" already built-in
    [ 26.294] (II) Loading sub module "exa"
    [ 26.294] (II) LoadModule: "exa"
    [ 26.294] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 26.294] (II) Module exa: vendor="X.Org Foundation"
    [ 26.294] compiled for 1.16.0, module version = 2.6.0
    [ 26.294] ABI class: X.Org Video Driver, version 18.0
    [ 26.294] (II) RADEON(0): KMS Color Tiling: enabled
    [ 26.294] (II) RADEON(0): KMS Color Tiling 2D: enabled
    [ 26.294] (II) RADEON(0): KMS Pageflipping: enabled
    [ 26.295] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 26.313] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 26.314] (II) RADEON(0): Output LVDS has no monitor section
    [ 26.316] (II) RADEON(0): Output HDMI-0 has no monitor section
    [ 26.337] (II) RADEON(0): EDID for output VGA-0
    [ 26.337] (II) RADEON(0): EDID for output LVDS
    [ 26.337] (II) RADEON(0): Manufacturer: LGD Model: d901 Serial#: 0
    [ 26.337] (II) RADEON(0): Year: 2008 Week: 0
    [ 26.337] (II) RADEON(0): EDID Version: 1.3
    [ 26.337] (II) RADEON(0): Digital Display Input
    [ 26.337] (II) RADEON(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 26.337] (II) RADEON(0): Gamma: 2.20
    [ 26.337] (II) RADEON(0): No DPMS capabilities specified
    [ 26.337] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 26.337] (II) RADEON(0): First detailed timing is preferred mode
    [ 26.337] (II) RADEON(0): redX: 0.640 redY: 0.353 greenX: 0.319 greenY: 0.572
    [ 26.337] (II) RADEON(0): blueX: 0.148 blueY: 0.102 whiteX: 0.313 whiteY: 0.329
    [ 26.337] (II) RADEON(0): Manufacturer's mask: 0
    [ 26.337] (II) RADEON(0): Supported detailed timing:
    [ 26.337] (II) RADEON(0): clock: 72.3 MHz Image Size: 344 x 194 mm
    [ 26.337] (II) RADEON(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1526 h_border: 0
    [ 26.337] (II) RADEON(0): v_active: 768 v_sync: 771 v_sync_end 776 v_blanking: 790 v_border: 0
    [ 26.337] (II) RADEON(0): LG Display
    [ 26.337] (II) RADEON(0): LP156WH1-TLC1
    [ 26.337] (II) RADEON(0): EDID (in hex):
    [ 26.337] (II) RADEON(0): 00ffffffffffff0030e401d900000000
    [ 26.337] (II) RADEON(0): 00120103802213780ade05a35a519226
    [ 26.337] (II) RADEON(0): 1a505400000001010101010101010101
    [ 26.337] (II) RADEON(0): 0101010101013e1c56a0500016303020
    [ 26.337] (II) RADEON(0): 350058c2100000190000000000000000
    [ 26.338] (II) RADEON(0): 00000000000000000000000000fe004c
    [ 26.338] (II) RADEON(0): 4720446973706c61790a2020000000fe
    [ 26.338] (II) RADEON(0): 004c503135365748312d544c4331004e
    [ 26.338] (II) RADEON(0): Printing probed modes for output LVDS
    [ 26.338] (II) RADEON(0): Modeline "1366x768"x60.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz eP)
    [ 26.338] (II) RADEON(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
    [ 26.338] (II) RADEON(0): Modeline "1152x768"x59.8 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 26.338] (II) RADEON(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
    [ 26.338] (II) RADEON(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 26.338] (II) RADEON(0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
    [ 26.338] (II) RADEON(0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
    [ 26.338] (II) RADEON(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 26.340] (II) RADEON(0): EDID for output HDMI-0
    [ 26.340] (II) RADEON(0): Output VGA-0 disconnected
    [ 26.340] (II) RADEON(0): Output LVDS connected
    [ 26.340] (II) RADEON(0): Output HDMI-0 disconnected
    [ 26.340] (II) RADEON(0): Using exact sizes for initial modes
    [ 26.340] (II) RADEON(0): Output LVDS using initial mode 1366x768
    [ 26.340] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 26.340] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:10000000 visible:fba0000
    [ 26.340] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 26.340] (==) RADEON(0): DPI set to (96, 96)
    [ 26.340] (II) Loading sub module "fb"
    [ 26.340] (II) LoadModule: "fb"
    [ 26.341] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 26.342] (II) Module fb: vendor="X.Org Foundation"
    [ 26.342] compiled for 1.16.0, module version = 1.0.0
    [ 26.342] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 26.342] (II) Loading sub module "ramdac"
    [ 26.342] (II) LoadModule: "ramdac"
    [ 26.342] (II) Module "ramdac" already built-in
    [ 26.342] (II) UnloadModule: "modesetting"
    [ 26.342] (II) Unloading modesetting
    [ 26.342] (II) UnloadModule: "fbdev"
    [ 26.342] (II) Unloading fbdev
    [ 26.342] (II) UnloadSubModule: "fbdevhw"
    [ 26.342] (II) Unloading fbdevhw
    [ 26.342] (II) UnloadModule: "vesa"
    [ 26.342] (II) Unloading vesa
    [ 26.342] (--) Depth 24 pixmap format is 32 bpp
    [ 26.342] (II) RADEON(0): [DRI2] Setup complete
    [ 26.342] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 26.342] (II) RADEON(0): [DRI2] VDPAU driver: r600
    [ 26.343] (II) RADEON(0): Front buffer size: 4128K
    [ 26.343] (II) RADEON(0): VRAM usage limit set to 228153K
    [ 26.343] (==) RADEON(0): Backing store enabled
    [ 26.343] (II) RADEON(0): Direct rendering enabled
    [ 26.343] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 26.343] (II) EXA(0): Driver registered support for the following operations:
    [ 26.343] (II) Solid
    [ 26.343] (II) Copy
    [ 26.343] (II) Composite (RENDER acceleration)
    [ 26.343] (II) UploadToScreen
    [ 26.343] (II) DownloadFromScreen
    [ 26.343] (II) RADEON(0): Acceleration enabled
    [ 26.343] (==) RADEON(0): DPMS enabled
    [ 26.343] (==) RADEON(0): Silken mouse enabled
    [ 26.344] (II) RADEON(0): Set up textured video
    [ 26.344] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 26.344] (II) RADEON(0): [XvMC] Extension initialized.
    [ 26.344] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 26.344] (--) RandR disabled
    [ 28.774] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 28.774] (II) AIGLX: enabled GLX_ARB_create_context
    [ 28.774] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 28.774] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 28.774] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 28.774] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 28.774] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 28.774] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 28.774] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 28.776] (II) AIGLX: Loaded and initialized r600
    [ 28.776] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 28.777] (II) RADEON(0): Setting screen physical size to 361 x 203
    [ 29.030] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 29.030] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 29.030] (II) LoadModule: "evdev"
    [ 29.031] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.253] (II) Module evdev: vendor="X.Org Foundation"
    [ 30.253] compiled for 1.16.0, module version = 2.9.0
    [ 30.253] Module class: X.Org XInput Driver
    [ 30.253] ABI class: X.Org XInput driver, version 21.0
    [ 30.253] (II) Using input driver 'evdev' for 'Power Button'
    [ 30.253] (**) Power Button: always reports core events
    [ 30.253] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 30.253] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 30.253] (--) evdev: Power Button: Found keys
    [ 30.253] (II) evdev: Power Button: Configuring as keyboard
    [ 30.253] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
    [ 30.254] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 30.254] (**) Option "xkb_rules" "evdev"
    [ 30.254] (**) Option "xkb_model" "pc104"
    [ 30.254] (**) Option "xkb_layout" "us"
    [ 30.302] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
    [ 30.302] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 30.302] (II) Using input driver 'evdev' for 'Video Bus'
    [ 30.302] (**) Video Bus: always reports core events
    [ 30.302] (**) evdev: Video Bus: Device: "/dev/input/event5"
    [ 30.302] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 30.302] (--) evdev: Video Bus: Found keys
    [ 30.302] (II) evdev: Video Bus: Configuring as keyboard
    [ 30.302] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input6/event5"
    [ 30.302] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 30.302] (**) Option "xkb_rules" "evdev"
    [ 30.302] (**) Option "xkb_model" "pc104"
    [ 30.302] (**) Option "xkb_layout" "us"
    [ 30.304] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event6)
    [ 30.304] (**) Sony Vaio Keys: Applying InputClass "evdev keyboard catchall"
    [ 30.304] (II) Using input driver 'evdev' for 'Sony Vaio Keys'
    [ 30.304] (**) Sony Vaio Keys: always reports core events
    [ 30.304] (**) evdev: Sony Vaio Keys: Device: "/dev/input/event6"
    [ 30.304] (--) evdev: Sony Vaio Keys: Vendor 0x104d Product 0
    [ 30.304] (--) evdev: Sony Vaio Keys: Found keys
    [ 30.304] (II) evdev: Sony Vaio Keys: Configuring as keyboard
    [ 30.304] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2b/SNY5001:00/input/input7/event6"
    [ 30.304] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD, id 8)
    [ 30.304] (**) Option "xkb_rules" "evdev"
    [ 30.304] (**) Option "xkb_model" "pc104"
    [ 30.304] (**) Option "xkb_layout" "us"
    [ 30.305] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event7)
    [ 30.305] (II) No input driver specified, ignoring this device.
    [ 30.305] (II) This device may have been added with another device file.
    [ 30.306] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse1)
    [ 30.306] (II) No input driver specified, ignoring this device.
    [ 30.306] (II) This device may have been added with another device file.
    [ 30.306] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 30.306] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 30.306] (II) Using input driver 'evdev' for 'Power Button'
    [ 30.306] (**) Power Button: always reports core events
    [ 30.306] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 30.306] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 30.306] (--) evdev: Power Button: Found keys
    [ 30.307] (II) evdev: Power Button: Configuring as keyboard
    [ 30.307] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
    [ 30.307] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
    [ 30.307] (**) Option "xkb_rules" "evdev"
    [ 30.307] (**) Option "xkb_model" "pc104"
    [ 30.307] (**) Option "xkb_layout" "us"
    [ 30.307] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 30.307] (II) No input driver specified, ignoring this device.
    [ 30.307] (II) This device may have been added with another device file.
    [ 30.307] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event8)
    [ 30.307] (II) No input driver specified, ignoring this device.
    [ 30.307] (II) This device may have been added with another device file.
    [ 30.308] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/event1)
    [ 30.308] (**) USB OPTICAL MOUSE: Applying InputClass "evdev pointer catchall"
    [ 30.308] (II) Using input driver 'evdev' for ' USB OPTICAL MOUSE'
    [ 30.308] (**) USB OPTICAL MOUSE: always reports core events
    [ 30.308] (**) evdev: USB OPTICAL MOUSE: Device: "/dev/input/event1"
    [ 30.308] (--) evdev: USB OPTICAL MOUSE: Vendor 0x15d9 Product 0xa4f
    [ 30.308] (--) evdev: USB OPTICAL MOUSE: Found 3 mouse buttons
    [ 30.308] (--) evdev: USB OPTICAL MOUSE: Found scroll wheel(s)
    [ 30.308] (--) evdev: USB OPTICAL MOUSE: Found relative axes
    [ 30.308] (--) evdev: USB OPTICAL MOUSE: Found x and y relative axes
    [ 30.308] (II) evdev: USB OPTICAL MOUSE: Configuring as mouse
    [ 30.308] (II) evdev: USB OPTICAL MOUSE: Adding scrollwheel support
    [ 30.308] (**) evdev: USB OPTICAL MOUSE: YAxisMapping: buttons 4 and 5
    [ 30.308] (**) evdev: USB OPTICAL MOUSE: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 30.308] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.0/0003:15D9:0A4F.0001/input/input2/event1"
    [ 30.308] (II) XINPUT: Adding extended input device " USB OPTICAL MOUSE" (type: MOUSE, id 10)
    [ 30.308] (II) evdev: USB OPTICAL MOUSE: initialized for relative axes.
    [ 30.308] (**) USB OPTICAL MOUSE: (accel) keeping acceleration scheme 1
    [ 30.308] (**) USB OPTICAL MOUSE: (accel) acceleration profile 0
    [ 30.308] (**) USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
    [ 30.308] (**) USB OPTICAL MOUSE: (accel) acceleration threshold: 4
    [ 30.309] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/mouse0)
    [ 30.309] (II) No input driver specified, ignoring this device.
    [ 30.309] (II) This device may have been added with another device file.
    [ 30.309] (II) config/udev: Adding input device Sony Visual Communication Camer (/dev/input/event14)
    [ 30.309] (**) Sony Visual Communication Camer: Applying InputClass "evdev keyboard catchall"
    [ 30.309] (II) Using input driver 'evdev' for 'Sony Visual Communication Camer'
    [ 30.309] (**) Sony Visual Communication Camer: always reports core events
    [ 30.309] (**) evdev: Sony Visual Communication Camer: Device: "/dev/input/event14"
    [ 30.309] (--) evdev: Sony Visual Communication Camer: Vendor 0x4f2 Product 0x3f5
    [ 30.309] (--) evdev: Sony Visual Communication Camer: Found keys
    [ 30.309] (II) evdev: Sony Visual Communication Camer: Configuring as keyboard
    [ 30.309] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.2/usb2/2-3/2-3:1.0/input/input15/event14"
    [ 30.309] (II) XINPUT: Adding extended input device "Sony Visual Communication Camer" (type: KEYBOARD, id 11)
    [ 30.309] (**) Option "xkb_rules" "evdev"
    [ 30.309] (**) Option "xkb_model" "pc104"
    [ 30.309] (**) Option "xkb_layout" "us"
    [ 30.310] (II) config/udev: Adding input device HDA ATI SB Mic (/dev/input/event9)
    [ 30.310] (II) No input driver specified, ignoring this device.
    [ 30.310] (II) This device may have been added with another device file.
    [ 30.310] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event10)
    [ 30.310] (II) No input driver specified, ignoring this device.
    [ 30.310] (II) This device may have been added with another device file.
    [ 30.310] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 30.310] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 30.310] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 30.310] (**) AT Translated Set 2 keyboard: always reports core events
    [ 30.310] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 30.310] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 30.310] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 30.310] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 30.310] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 30.310] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 30.310] (**) Option "xkb_rules" "evdev"
    [ 30.310] (**) Option "xkb_model" "pc104"
    [ 30.310] (**) Option "xkb_layout" "us"
    [ 30.311] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event13)
    [ 30.311] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
    [ 30.311] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 30.311] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "Default clickpad buttons"
    [ 30.311] (II) LoadModule: "synaptics"
    [ 30.311] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 30.311] (II) Module synaptics: vendor="X.Org Foundation"
    [ 30.311] compiled for 1.16.0, module version = 1.8.0
    [ 30.311] Module class: X.Org XInput Driver
    [ 30.311] ABI class: X.Org XInput driver, version 21.0
    [ 30.311] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS GlidePoint'
    [ 30.312] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 30.312] (**) Option "Device" "/dev/input/event13"
    [ 30.403] (--) synaptics: AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023 (res 0)
    [ 30.403] (--) synaptics: AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767 (res 0)
    [ 30.403] (--) synaptics: AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
    [ 30.403] (II) synaptics: AlpsPS/2 ALPS GlidePoint: device does not report finger width.
    [ 30.403] (--) synaptics: AlpsPS/2 ALPS GlidePoint: buttons: left right middle
    [ 30.403] (--) synaptics: AlpsPS/2 ALPS GlidePoint: Vendor 0x2 Product 0x8
    [ 30.403] (--) synaptics: AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 15
    [ 30.404] (**) Option "TapButton1" "1"
    [ 30.404] (**) Option "TapButton2" "2"
    [ 30.404] (**) Option "TapButton3" "3"
    [ 30.404] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 30.404] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 30.484] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event13"
    [ 30.484] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD, id 13)
    [ 30.484] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
    [ 30.484] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MaxSpeed is now 1.75
    [ 30.484] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) AccelFactor is now 0.156
    [ 30.485] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
    [ 30.485] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
    [ 30.485] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
    [ 30.485] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
    [ 30.485] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 30.486] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse3)
    [ 30.486] (**) AlpsPS/2 ALPS GlidePoint: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 30.486] (II) config/udev: Adding input device ALPS PS/2 Device (/dev/input/event12)
    [ 30.486] (**) ALPS PS/2 Device: Applying InputClass "evdev pointer catchall"
    [ 30.486] (II) Using input driver 'evdev' for 'ALPS PS/2 Device'
    [ 30.486] (**) ALPS PS/2 Device: always reports core events
    [ 30.486] (**) evdev: ALPS PS/2 Device: Device: "/dev/input/event12"
    [ 30.486] (--) evdev: ALPS PS/2 Device: Vendor 0x2 Product 0x8
    [ 30.486] (--) evdev: ALPS PS/2 Device: Found 3 mouse buttons
    [ 30.487] (--) evdev: ALPS PS/2 Device: Found relative axes
    [ 30.487] (--) evdev: ALPS PS/2 Device: Found x and y relative axes
    [ 30.487] (II) evdev: ALPS PS/2 Device: Configuring as mouse
    [ 30.487] (**) evdev: ALPS PS/2 Device: YAxisMapping: buttons 4 and 5
    [ 30.487] (**) evdev: ALPS PS/2 Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 30.487] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input14/event12"
    [ 30.487] (II) XINPUT: Adding extended input device "ALPS PS/2 Device" (type: MOUSE, id 14)
    [ 30.487] (II) evdev: ALPS PS/2 Device: initialized for relative axes.
    [ 30.487] (**) ALPS PS/2 Device: (accel) keeping acceleration scheme 1
    [ 30.487] (**) ALPS PS/2 Device: (accel) acceleration profile 0
    [ 30.487] (**) ALPS PS/2 Device: (accel) acceleration factor: 2.000
    [ 30.487] (**) ALPS PS/2 Device: (accel) acceleration threshold: 4
    [ 30.487] (II) config/udev: Adding input device ALPS PS/2 Device (/dev/input/mouse2)
    [ 30.487] (II) No input driver specified, ignoring this device.
    [ 30.487] (II) This device may have been added with another device file.
    [ 30.488] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
    [ 30.488] (II) No input driver specified, ignoring this device.
    [ 30.488] (II) This device may have been added with another device file.
    [ 53.637] (II) AIGLX: Suspending AIGLX clients for VT switch
    Any helps would be appreciated.

  • Notification mailer get's down so often

    Dear All.
    we are using E-Business suite 11.5.10.2 version. Notificataion mailer get's down so frequently. Due to frequent going down of notifictaion mailer user's are receiving notification's in Bulk. one user has received 26000 notifictaions of FYI. How ever the FYI notifictaion is resolved by setting the mail status as 'Sent'.
    Regards
    Arifuddin

    Hi;
    Please check below which could be helpful for your issue:
    Workflow Configuration and Troubleshoot
    Workflow Configuration and Troubleshoot
    Re: Workflow setup Questions
    11i/R12 - A guide for troubleshoting Workflow Notification Emails - Inbound and Outbound Doc ID:831982.1
    Notifications Not Being Sent In Workflow Doc ID: 1012344.7
    Workflow Mailers Not Sending Notifications Doc ID: 560472.1
    Regard
    Helios

  • Shell script to determine file width, height, resolution cs5 js

    I’ve been using a Script by Michael L Hale (that utilizes »xmp.getProperty« and Bridge’s »core.quickMetadata«) to determine files’s dimension and resolution without having to open or place them.
    Unfortunately it fails with some files (non-Photoshop generated bitmaps, it seems).
    (Pdfs I treat differently altogether to avoid the trouble of determining pdf-page counts and potential problems with pdfs containing differently sized pages.)
    Do any of you know if and how one can access files’ width, height, resolution with »app.system« in CS5?
    I may have come across it before, but can’t locate such a thread currently.
    Thanks for any input.

    These are 2 options that you could use if you wanted to dump all the info to text file then parse in JS. You could see if either of these contain the data that you are after?
    #target bridge
    var foo = File('~/Desktop/SomeFile.tif');
    getAllXMLSIPS(foo);
    //getMetaDataMDLS(foo)
    function getAllXMLSIPS(f) {
         if (f instanceof File && f.exists) {
              var shellString = "sips --getProperty allxml ";
              shellString += f.fsName;
              shellString += ' > ~/Documents/StdOut.txt';
              app.system(shellString);
    function getMetaDataMDLS(f) {
         if (f instanceof File && f.exists) {
              var shellString = "/usr/bin/mdls ";
              shellString += f.fsName;
              shellString += ' > ~/Documents/StdOut.txt';
              app.system(shellString);

  • Script to determine if an image has a photoshop work path or saved path

    Hi all
    Has anybody written a script or can point me in the direction of a script that will look at an image, and either tag/highlight or move that image if it has a Photoshop path (a work or saved path) and on multiple image types (.eps, .jpg)
    I'm sure this topic has been discussed, as I have seen a few posts, but I can't find a resolute answer. I have seen & tried to run a few scripts with little success (one was through Bridge)
    For us non-scripters out there, If I copy lines of code from this forum-I'm not even sure how to correctly save it.
    thanks in advance for any help.
    Dave

    There is a script on ps-scripts.com that should get you work paths
    http://www.ps-scripts.com/bb/viewtopic.php?f=19&t=4267&sid=b4177cf5bf96fa9f47ac6011638eb51 1

  • Notification Mailer not working in EBS

    Hi all,
    Notification mailer has been configured, but while starting it gives error like
    ' The Service Component Container is not running. '
    In Log file
    "FND_WEBFILE.GET_URL (CPID=0) "
    EDS Running in windows 2000 server
    All service are Running
    What does one has to do to solve this error. Can anyone suggest why this error is there.
    regards
    Gokulkumar

    Hi,
    You need to have the Workflow Agent Listener (its service container) up and running for the Notification Mailer to be up and running. Please start this, and then WF Mailer should start - if configured.
    Rgds,
    Rakesh.

  • [SOLVED] dbus notification shell script

    EDIT: https://github.com/nowrep/notify-desktop
    I need a one line command for shell for dbus to show a notification.
    I'm using this python script for now:
    #!/usr/bin/env python
    # -*- coding: utf8 -*-
    """This is a python script that creates a notification using dbus."""
    import os, dbus
    item = ('org.freedesktop.Notifications')
    path = ('/org/freedesktop/Notifications')
    interface = ('org.freedesktop.Notifications')
    datum = os.popen("date +%X").read()
    icon = '/home/mladen/.irssi/irssitop.png'
    array = ''
    hint = ''
    time = 3 # Use seconds x 1000, 0 means wait for confirmation
    app_name = ('irssi')
    title = ('irssi обавјештење')
    body = ('Неко вас је споменуо\n\nВријеме:\t'+str(datum))
    bus = dbus.SessionBus()
    notif = bus.get_object(item, path)
    notify = dbus.Interface(notif, interface)
    notify.Notify(app_name, 0, icon, title, body, array, hint, time)
    os.popen("ogg123 -q /usr/share/sounds/KDE-Im-Irc-Event.ogg &>/dev/null &").read()
    But the problem is that I would prefer a one line command, if possible, and I'm not familliar with coding in python, so I'm unable to adapt it to suit my needs.
    Last edited by Demon (2014-01-11 20:52:30)

    1. dict needs to be in the format 'dict:string:string:' not 'dict:string:'
    2. You didn't specify the function (org.freedesktop.Notifications.Notify instead of org.freedesktop.Notifications).
    dbus-send --session --print-reply --dest=org.freedesktop.Notifications --type=method_call --reply-timeout=10000 /org/freedesktop/Notifications org.freedesktop.Notifications.Notify string:'Test Application' uint32:0 string: string:'NOTIFICATION TEST' string:'This is a test of the notification system via DBus.' array:string: dict:string:string: int32:10000

  • Determine Sun Ray DTU model in a shell script

    I have a need to identify the Sun Ray DTU model in a shell script. In particular, I need to distinquish a Sun Ray DTU from an OVDC instance. I'm collecting location information from the user and I don't care about OVDC so I want to not as the question in that case.

    Hi
    You can try utdesktop -Lc or -Lg, and if any come up with a MAC address
    starting with 00144f, then it's very very likely to be a Sun Ray 2/2FS/270.
    It's possible other units will register as that, but we haven't seen any
    here. Not a surefire way to say, but it might be good enough.
    Even better, you can do a
    /opt/SUNWut/sbin/utfwload -Ha
    on each of your SRSS and see a similar output like:
    DISP User IP Address Model.Mac Firmware Version
    11.0 ???? x.x.x.x P8-FS.00144fa80ef3 GUI4.2_77_2009.10.19.17.01
    11.1 ???? x.x.x.x P8.00144f0e9d75 GUI4.2_77_2009.10.19.17.01
    12.0 ???? x.x.x.x P8.00144f0e9d73 GUI4.2_77_2009.10.19.17.01
    13.0 ???? x.x.x.x P7.0003ba8bb0c4 GUI4.2_77_2009.10.19.17.01
    As you can see you will see a "P8-FS" and "P8" in the "Model.Mac" number
    output. "P8-FS" does of course point at the 2FS models while the simple
    "P8" standards for a normal SunRay2 station.
    If you have questions ask me.
    Kirill Babeyev

  • Power Shell Script to Initiate Billing Determinants Calculations

    Hi All,
    I'm New to CC&B, i have a problem when i try to initiate the BD Calc thru Power shell script for "ALL" Accounts, at the same time i'm able to succeed for single account. Did any one faced this problem ?
    Any advise?
    btw, i use Win2008R2 server (x64) | MDM 1.6.1.2 | PShell v1.0
    - Nanda

    wbadmin start systemstatebackup -backupTarget:$backdir -[quiet]"[quiet]"? I guess you should remove the bracketswbadmin start systemstatebackup -backupTarget:$backdir -quiet

  • Determining if network is up from shell script?

    Is there a way using a shell script to tell if unix thinks the network is up? I have a 3rd party PCMCIA wifi card that takes a few seconds to reconnect to the network on wake or boot (utility needs to launch and synch get established) and I'd like to trigger a script once it has reconnected. (I have no way of asking the card itself -- the driver/utility isn't scriptable.) It's clear someplace in unix knows it's not up right away because the logs show a few "network not up" (or something like that) messages for awhile (DNSResponder I believe may have been associated with some of them) right after the wakeup is logged. The GUI network status for the port (whether that'd be knowable from the shell or applescript or not) doesn't reflect that the connection isn't up -- it shows green for the port right away, presumably because the card itself is responding.
    Ted Lee
    Minnetonka, MN

    Here's a similar approach but waits for the specified interface to become active:
    <pre style="padding-left: .75ex; padding-top: .25em; padding-bottom: .25em; margin-top: .5em; margin-bottom: .5em; margin-left: 1ex; max-width: 80ex; overflow: auto; font-size: 10px; font-family: Monaco, 'Courier New', Courier, monospace; color: #222; background: #eee; line-height: normal">#!/bin/sh
    while [ "`ifconfig | sed -n '/^'$1'/,/^[a-z]/ s/.*status: \(.*\)$/\1/p'`" != "active" ]
    do
    echo interface $1 is not up
    sleep .5
    done
    echo interface $1 is now UP
    </pre>
    Save it as ifup, make it executable, and call it with the name of your interface:
    ifup en1
    Cole

  • How to call a shell script from a java code

    Hello can any one suggest me how to call a shell script from a java program that takes three parameters.
    i have a shell script (msp_restore_gui) when i run this script in the command line in a RHEL5 ,SUSE10 and Debian machine it works fine .I even tested to call it from a java program and it also worked fine but when i used the same in a J2ee application where the user when clicks the restore button in a webserver this inturn sends the request to a java file named BackupManager.java where i call the shell script.But here it fails.Waiting for your suggestions.If you want i can put the code also here

    yes the script is in /usr/local/mss/tools/backup and the script (msp_restore_gui) is as follows
    #!/bin/sh
    TIMESTAMP=`date +%d_%b_%y-%H-%M`
    touch /var/backups/mss/mss_restore_"$TIMESTAMP".log
    LOGFILE="/var/backups/mss/mss_restore_"$TIMESTAMP".log"
    ### Explode tgz file
    cd /
    # Checks to be done:
    # root login
    # assume he passes the parameter as msp_backup_<timestamp>
    # check for the existence of the .tz and fileList.txt
    # Checking for the root login and if not logged on as root
    # permission will be denied to execute this script
    logmsg(){
    echo "`date`: $*" >> $LOGFILE 2>&1
    echo "$*"
    #usage of this script
    while [ $#  -ne 0 ]
    do
    case $1 in
    -n)
    shift
    ARCHIVE_NAME=`find / \( -name "$1.tz" -o -name "$1.tgz" \) 2>/dev/null`
    FILE_NAME=`find / -name $1_filesList.txt 2>/dev/null`
    if [ x$ARCHIVE_NAME = x -a y$FILE_NAME = y ]
    then
    logmsg "ERROR: Files not found, Restore cannot proceed"
    usage
    else
    tar tvzf $ARCHIVE_NAME > /dev/null 2>&1
    if [ $? -ne 0 ]
    then
    echo "ERROR: The tar file $ARCHIVE_NAME is not proper. Restore cannot proceed"
    exit 1
    else
              echo "Backedup files are present, proceeding with restore......" >> $LOGFILE 2>&1
    fi
    fi
    usage
    SKIP_CLEANUP=1
    STATUS=1
    exit
    esac
    shift
    done
    rm -rf ./newfile
    curr_ver_file="/usr/local/mss/etc/version"
    /usr/local/mss/tools/backup/check_version $curr_ver_file $FILE_NAME
    ret_code=$?
    echo "Exit value of check_version is $ret_code"
    if [ "$ret_code" != 0 ]
    then
    logmsg "MSP Version not matching. Exiting from restore now...."
    errormsg=`cat /usr/local/mss/temp/ver_err_mesg`
    logmsg $errormsg
    rm -f /usr/local/mss/temp/ver_err_mesg
    exit 1
    else
    echo "Version check is successful"
    fi
    #### ShutDown MSS########
    /etc/init.d/mss stop
    sleep 2
    ### Shutdown semm
    /etc/init.d/semm stop
    sleep 2
    rm -rf `grep -v "MSP Version:" $FILE_NAME`
    logmsg "MSP restore in progress......"
    tar mxvfz $ARCHIVE_NAME >> $LOGFILE
    sleep 5
    ### Call mysql restore script
    /usr/local/mss/bin/mysql_alldb_restore.sh >> $LOGFILE 2>&1
    if [ $? -ne 0 ]; then
    logmsg "Database restore Failed. Cannot proceed further"
    exit 1 ;
    else
    logmsg "Database restore Succeeded."
    fi
    ### Remove DB Dump Files
    rm -f /var/lib/mysql-dumps/*
    ### Trigger cleanup of airprism database tables
    #touch /usr/local/mss/airprism/server/config/reinitdb
    ### Trigger re-import of software packages
    touch /usr/local/mss/swdepot/reimport
    ### Remove log files under the "apps" directory
    find /usr/local/mss/apps -name '*.log*' | xargs rm -f
    find /usr/local/mss/logs -follow -name '*[._]log*' | xargs rm -f
    if [ $? -ne 0 ]; then
    logmsg "MSP restore Failed. Cannot proceed further"
    exit 1 ;
    else
    logmsg "MSP restore Succeeded."
    fi
    # reinstall_patch is touched so that patches are re-installed after restoring of MSP.
    touch /usr/local/mss/patch/bin/reinstall_patch
    ##### Start MSS
    logmsg "restarting MSP server "
    /etc/init.d/mss start
    sleep 5
    ### Start semm
    /etc/init.d/semm start
    sleep 5
    logmsg "MSP server is now restarted"
    my jsp page backup.jsp is as follows
    <%@taglib uri="portlet.tld" prefix="uif" %>
    <%@taglib uri="msp-console.tld" prefix="msp" %>
    <uif:defineObjects/>
    <%@page import="javax.portlet.*" %>
    <%@ page import="java.util.Date" %>
    <%@ page import="java.util.Vector" %>
    <%@ page import="java.text.DateFormat" %>
    <%@ page import="com.symbol.mss.console.admin.backup.BackupManager" %>
    <%@ page import="com.symbol.mss.console.admin.system.SystemInfoPortlet" %>
    <%
         String STYLE_NAME = request.getParameter("style");
         if (STYLE_NAME == null) STYLE_NAME = STYLE_DEFAULT;
         final String ua = request.getHeader("User-Agent");
         BackupManager helper = null;
         PortletSession portletSession = renderRequest.getPortletSession();
         helper = (BackupManager)portletSession.getAttribute("helper");
         if (helper == null) {
              //System.err.println("Created new BackupManager");
              helper = new BackupManager();
              portletSession.setAttribute("helper", helper);
         final BackupManager backupManager = helper;
         String action = "";
         final String backupName = renderRequest.getParameter("backupName");
         String completePath = backupManager.getBackupDir() + backupName + backupManager.getBackupFileExt();
         if (backupName != null) {
              action = "backup";
         if(backupManager.backup(backupName)) {
              SystemInfoPortlet.beginRestartMSP();
              } else {
                   action = "backuperror";          
         final String cmd = renderRequest.getParameter("submitButton");
    final String selectedBackup = renderRequest.getParameter("selectedBackup");
    int tarFileStatus =0;
    String backupTarFile ="";
    String backupFileList ="";
         if ("Restore".equals(cmd)) {
    if (selectedBackup != null) {
         tarFileStatus = backupManager.verifyTarFile(selectedBackup);
         //backupTarFile = backupManager.getRestoreFile(Integer.parseInt(selectedBackup));
         //backupFileList = backupTarFile.substring(0, backupTarFile.lastIndexOf(backupManager.getBackupFileExt()))+"_filesList.txt";
                   if (tarFileStatus == 0){
         action = "restore";
         backupManager.restore(selectedBackup);
                        SystemInfoPortlet.beginRestartMSP();
              } else {
                   action = "error";
    } else if ("Remove".equals(cmd)) {
    backupManager.remove(Integer.parseInt(selectedBackup));
         DateFormat dateFormat = DateFormat.getDateInstance(DateFormat.SHORT);
         PortletURL restoreURL = renderResponse.createActionURL();
    %>
    <%@ include file="/jsp/core/constants.jspf" %>
    <% if (action.length() > 0) {
         if ("backup".equals(action))
    %>
         <p>The MSP Appliance has been shut down in order to create the <%=backupName %> backup file,
              and will automatically restart as soon as the file has been created.
              To continue your work, please log out of the MSP Console, wait for the appliance
              to restart, and then log back in. The amount of time you'll have to wait for the
              MSP Appliance to come back online depends on the amount of information you have
              stored in the MSP Database.</p>
         <p>The full pathname for the backup file is: <%=completePath %></p>     
    <%     }
         else if ("restore".equals(action))
    %>
         <p>The MSP Appliance has been shut down in order to restore from the <%=backupTarFile%> backup file,
              and will automatically restart as soon as the restore is complete.
              To continue your work, please log out of the MSP Console, wait for the appliance
              to restart, and then log back in. The amount of time you'll have to wait for the
              MSP Appliance to come back online depends on the amount of information you have
              stored in the MSP Database.</p>     
    <%     } else if ("backuperror".equals(action)) { %>
              <p><img src="images/dialogue/error_16.gif" class="icon" alt="Notify" /> Errors occurred while taking back up of MSP. Please see the backup service log file for more details.
              </P>
    <%     } else if ("error".equals(action)) {
              if (tarFileStatus == 4) { %>
                   <p><img src="images/dialogue/error_16.gif" class="icon" alt="Notify" /> The backup file <%=backupTarFile%> contains errors. This backup can't be restored. Please restore a valid back up.
                   </P>
              <%} else if (tarFileStatus == 3) { %>
                   <p><img src="images/dialogue/error_16.gif" class="icon" alt="Notify" /> The backup file list <%=backupFileList %> is missing. This file is required to restoring backup. Please get the backup file list and proceed with restoring backup.</p>
              <%} else if (tarFileStatus == 2) { %>
                   <p> <img src="images/dialogue/error_16.gif" class="icon" alt="Notify" /> The backup file <%=backupTarFile%> contains errors and the backup file list <%=backupFileList%> is missing. This backup can't be restored. </p>
              <%} %>
    <%     }
    } else { %>
    <p><strong>Note</strong>: Both backup and restore will shut down MSP temporarily. MSP will be unable to collect data from devices, send notifications, or provide MSP Console access during this time. When the backup or restore operation is complete, MSP will come back online automatically.</p>
    <h3>Backup</h3>
    <form action="<%= restoreURL.toString() %>" method="post">
    <p>Please provide a name for your backup. MSP will provide the date automatically in the list of backups.</p>
    <p><label for="<uif:namespace />backupName">Name</label> <input type="text" name="<uif:namespace />backupName" id="<uif:namespace />backupName" size="20" maxlength="256" /> <input type="submit" name="<uif:namespace />submitButton" value="Back up now" onclick="return <uif:namespace/>validateName()"/></p>
    </form>
    <h3>Restore</h3>
    <p>This will restore all databases (device assets, collected device data, software packages, policies, etc.) to their state as of the time the backup was made. Changes since then <em>except for backups</em> will be destroyed.</p>
    <%
    Vector restoreList = helper.getRestoreEntries();
    Vector restoreDates = helper.getRestoreDates();
    Vector restoreVersions = helper.getRestoreVersions();
    Vector filesStatus = helper.getBackupFilesStatus();
    %>
    <% if (restoreList.size() == 0) { %>
    <p>There are no backups currently available.</p>
    <% } else { %>
    <form action="<%= restoreURL.toString() %>" method="post">
    <table class="input-radios" id="<uif:namespace />existingBackups">
    <thead>
    <tr>
    <th></th>
    <th>Name</th>
    <th>Date</th>
    <th>MSP Version</th>
    <th>Remarks </th>
    </tr>
    </thead>
    <tfoot>
    <tr>
    <td colspan="4" class="actionsOnSelected">
    <input type="submit" name="<uif:namespace />submitButton" value="Restore" onclick="return confirm('This action requires MSP and all related services to be shut down. Console will be unavailable if the request is submitted. The server will restart automatically once restore has been completed.');" />
    <input type="submit" name="<uif:namespace />submitButton" value="Remove" onclick="return confirm('This action will remove the backup archive. You will no longer be able to restore this backup. Continue?');" />
    </td>
    </tr>
    </tfoot>
    <tbody><%-- First one (most recent) is checked by default. Every other row has class="portlet-section-alternate". Note that each ID must be unique and must match the value of the "for" attribute on the corresponding "label" element. --%>
    <%
    for (int i = 0; i < restoreList.size(); i++) {
    %>
    <tr <%= (i % 2 == 1) ? " class=\"portlet-section-alternate\"" : "" %>>
    <td><input type="radio" name="<uif:namespace />selectedBackup" value="<%= i %>" id="<uif:namespace />selectedBackup-<%= i %>" <%= (i == 0) ? "checked=\"checked\"" : "" %> /></td>
    <td><label for="<uif:namespace />selectedBackup-<%= i %>"><%= restoreList.elementAt(i) %></label></td>
    <td><%= dateFormat.format((Date)restoreDates.elementAt(i)) %></td>
    <td><%= restoreVersions.elementAt(i) %></td>
    <td><%= filesStatus.elementAt(i) %></td>
    </tr>
    <%
    %>
    </tbody>
    </table>
    </form>
    <% } %>
    <% } %>
    <script type="text/javascript">
    <!--//--><![CDATA[//><!--
    function <uif:namespace/>validateName() {
    var name =document.getElementById("<uif:namespace />backupName");
    var msg= "<msp:i18n key="BackupMsg"/>";
    var str=name.value;
    var re = /^[A-Za-z0-9_]+$/;
    if (!str.match(re)) {
         alert(msg);
         name.focus();
         return false;
         } else {
    return confirm('This action requires MSP and all related services to be shutdown. Console will be unavailable if the request is submitted. The server will restart automatically once backup has been completed.');
    //--><!]]>
    </script>
    and my BackupManager.java is as follows where the code in bold and italic is called the restore()
    //============================================================================
    // Symbol Technologies P R O P R I E T A R Y S O U R C E C O D E
    // C O N F I D E N T I A L
    // Copyright (c) 2003 Symbol Technologies. All Rights Reserved.
    // All information contained herein is the property of Symbol Technologies,
    // or its Licensors, and are protected copyrights and trade secrets, and may
    // be covered by U.S. patents. Any reproduction or dissemination of any
    // portion of this document, of the software, or other works derived from it
    // is strictly forbidden unless prior written permission is obtained from
    // Symbol Technologies.
    //============================================================================
    package com.symbol.mss.sdf.services.backup;
    import java.io.*;
    import java.sql.Time;
    import java.text.DateFormat;
    import java.util.logging.FileHandler;
    import java.util.logging.Formatter;
    import java.util.logging.LogRecord;
    import java.lang.Process;
    import java.util.*;
    import org.apache.avalon.framework.configuration.Configurable;
    import org.apache.avalon.framework.configuration.Configuration;
    import org.apache.avalon.framework.configuration.ConfigurationException;
    import org.apache.avalon.framework.logger.LogEnabled;
    import org.apache.avalon.framework.logger.Logger;
    import com.symbol.mss.sdf.admin.AdministratorService;
    import com.symbol.mss.sdf.backup.*;
    import com.symbol.mss.sdf.data.*;
    * @author nramaiah
    * Service to perform scheduled backups of the system state.
    public class BackupManager implements BackupService, DataHandler,
    LogEnabled, Configurable {
    // MSS Home Path
    private static String mssHome = System.getProperty("phoenix.home", File.separator + "usr" +
    File.separator + "local" +
    File.separator + "mss" +
    File.separator);
    // Backup related definitions
    private static final String BACKUP_LIST_FILE_NAME = "conf" + File.separator + "files_to_backup.txt";
    private static final String BACKED_UP_LIST_FILE_NAME_SUFFIX = "_filesList.txt";
    private static final String BACKUP_LOCATION = File.separator + "var" + File.separator + "lib" +
    File.separator + "mss-backups" + File.separator;
    private static final String BACKUP_PARTITION = File.separator + "var" + File.separator + "lib";
    private static final String VERIFY_BACKUP = File.separator + "usr" + File.separator + "local" +
                                                           File.separator + "mss" + File.separator+"tools"+
                                                           File.separator+"backup"+File.separator+"verifyBackup.sh";
    // DB backup/restore related definitions
    private static final String DB_DUMP_LOCATION = File.separator + "var" + File.separator +
    "lib" + File.separator +
    "mysql-dumps" + File.separator;
    private static final String DB_BACKUP_SCRIPT = "bin" + File.separator + "mysql_alldb_backup.sh";
    private static final String DB_RESTORE_SCRIPT = "bin" + File.separator + "mysql_alldb_restore.sh";
    // Private variables
    private AdministratorService m_admin = null;
    private Logger m_logger = null;
    private String backupLocation = null;
    private String backupListFileName = null;
    private String backupPartition = null;
    private int backupPartitionLimit = 90;
    private String dbDumpLocation = null;
    private String dbBackupScript = null;
    private String dbRestoreScript = null;
    private List servicesBackupList = null;
    private String tarFileExtension =".tgz";
    private String errFileExtension =".err";
    private int exitValue=0;
    * Default Constructor
    public BackupManager() {
    servicesBackupList = new ArrayList();
    * Set the administrator service implementation. Link established by Broker service.
    * @param admin reference to an implementation of AdministratorService
    public void setAdministrator(AdministratorService admin) {
    m_admin = admin;
    * Set the job publisher service implementation. Link established by Broker service.
    * @param jobPublisher reference to an implementation of JobPublisherService
    public void setJobPublisher(DataChannel jobPublisher) {
    jobPublisher.subscribe(this);
    * Gets the backup manager object.
    * @return backup manager object
    public BackupService getBackupService() {
    return this;
    * Service lifecycle method.
    * @param logger logger object to be used by the service
    public void enableLogging(Logger logger) {
    m_logger = logger;
    * Service lifecycle method.
    * @param configuration service configuration object
    public void configure(Configuration configuration) throws ConfigurationException {
    // Verify MSS Home path
    if (!mssHome.endsWith(File.separator))
    mssHome += File.separator;
    // Get the location where the backup file needs to be placed
    backupLocation = configuration.getChild("BackupLocation").getValue(BACKUP_LOCATION);
    // Verify backup directory path
    if (!backupLocation.startsWith(File.separator))
    backupLocation = mssHome + backupLocation;
    if (!backupLocation.endsWith(File.separator))
    backupLocation += File.separator;
    // Get the file listing the files/directories to be backed up
    backupListFileName = configuration.getChild("FilesList").getValue(BACKUP_LIST_FILE_NAME);
    // Verify backup list file name path
    if (!backupListFileName.startsWith(File.separator))
    backupListFileName = mssHome + backupListFileName;
    // Get the partition where the backups are kept
    backupPartition = configuration.getChild("BackupPartition").getValue(BACKUP_PARTITION);
    // Verify backup partition path
    if (!backupPartition.startsWith(File.separator))
    backupPartition = File.separator + backupPartition;
    if (backupPartition.endsWith(File.separator))
    backupPartition = backupPartition.substring(0, (backupPartition.length()-1));
    // Get the limit on the amount of free space on the backup partition
    backupPartitionLimit = configuration.getChild("BackupPartitionLimit").getValueAsInteger(backupPartitionLimit);
    // Get the location where the DB dump files will be placed
    dbDumpLocation = configuration.getChild("DBDumpLocation").getValue(DB_DUMP_LOCATION);
    // Verify DB dump directory path
    if (!dbDumpLocation.startsWith(File.separator))
    dbDumpLocation = mssHome + dbDumpLocation;
    if (!dbDumpLocation.endsWith(File.separator))
    dbDumpLocation += File.separator;
    // Get the name of DB dump backup script
    dbBackupScript = configuration.getChild("DBBackupScript").getValue(DB_BACKUP_SCRIPT);
    // Verify backup script path
    if (!dbBackupScript.startsWith(File.separator))
    dbBackupScript = mssHome + dbBackupScript;
    // Get the name of DB dump restore script
    dbRestoreScript = configuration.getChild("DBRestoreScript").getValue(DB_RESTORE_SCRIPT);
    // Verify restore script path
    if (!dbRestoreScript.startsWith(File.separator))
    dbRestoreScript = mssHome + dbRestoreScript;
    * Individual services can supply a list of files/directories to be backed up.
    * These are files apart from the files specified in conf/files_to_backup.txt and
    * will be backed up as well.
    * @param files list of files/directories
    public void filesToBackup(List files) {
    synchronized(this) {
    if (files != null) {
    if (files.size() > 0) {
    // Add the list contents to the current backup list
    for (int i=0; i<files.size(); i++) {
    String tStr = (String)files.get(i);
    // Check for absolute or relative path
    if (tStr.startsWith(File.separator))
    servicesBackupList.add(tStr);
    else
    servicesBackupList.add(mssHome + tStr);
    else
    m_logger.info("Empty list of filenames. Nothing added.");
    else
    m_logger.info("Null list of filenames. Nothing added.");
    * Individual services can supply a list of files/directories to be backed up.
    * Specified files will be added to the file defining the list of files to be backed up.
    * @param files list of files/directories
    private void persistFilesToBackup(List files) {
    synchronized(this) {
    if (files != null) {
    if (files.size() > 0) {
    // Add the list of files provided to the end of file
    try {
    File file = new File(backupListFileName);
    if ((file == null) || (!file.exists()))
    file.createNewFile();
    // Seek to the end of the file
    RandomAccessFile rFile = new RandomAccessFile(file, "rw");
    if (rFile != null) {
    rFile.seek(rFile.length());
    // Write the list contents to the file
    for (int i=0; i<files.size(); i++) {
    String tStr = (String)files.get(i);
    // Check for absolute or relative path
    if (tStr.startsWith(File.separator))
    rFile.writeBytes(tStr + "\n");
    else
    rFile.writeBytes(mssHome + tStr + "\n");
    else
    m_logger.error("Error opening file " + backupListFileName);
    rFile.close();
    catch (Exception ex) {
    ex.printStackTrace();
    m_logger.error("Error adding entries to file " + backupListFileName, ex);
    else
    m_logger.info("Empty list of filenames. Nothing added.");
    else
    m_logger.info("Null list of filenames. Nothing added.");
    * Command to be run during the backup process. Individual services can
    * provide shell commands that will be executed before backing up the files.
    * @param command shell command to be executed
    private void runCommand(String command) {
    * Creates a shell script at the specified location that will backup the
    * files listed in the List passed in.
    * @param scriptFileName location where the script needs to be created
    * @param backupFileName name for the tar file being created
    * @param backupList list of files to be backed up
    private void createBackupScript(String scriptFileName, String backupFileName, ArrayList backupList) throws Exception {
    // Create a new StringBuffer to build the contents to be written to the script file
    StringBuffer buffer = new StringBuffer();
    // Add the initial comment in the start script
    buffer.append("#!/bin/sh\n" + "set -x\n\n");
    // Check if the partition has enough space
    buffer.append("### Check if the partition has enough space\n" +
    // "diskUsed=`df -k | grep \"" + backupPartition + "\" | awk '{print $5}' | cut -d\"%\" -f1`\n" +
                   " diskUsed=`df -k \"" + backupPartition + "\" | awk '{print $5}' | cut -d\"%\" -f1 | grep -v Use`\n" +     
    "echo \"Partition " + backupPartition + " is $diskUsed% used.\"\n" +
    "if [ \"$diskUsed\" -lt \"" + backupPartitionLimit + "\" ]\nthen\n" +
    " echo \"Starting backup...\"\n\n");
    // Shutdown semmd
    buffer.append(" ### Shutdown semm\n" + " /etc/init.d/semm stop\n" +
    " sleep 2\n\n");
    // MSP Limited release and earlier builds stop mysql DB and backup the
    // /var/lib/mysql directory as it is. Starting MSP 1.0 GA release, mysql
    // dump script will be integrated which will create sql scripts to
    // restore the database.
    // Check if mysql dump creation script exists
    File mysqlDumpScript = new File(dbBackupScript);
    if (mysqlDumpScript.exists()) {
    // MSP 1.0 GA and later releases
    // Run the script that will generate sql scripts that would re-create the DB as it is
    buffer.append(" ### Call mysql dump script\n" +
    " " + dbBackupScript + "\n\n");
    else {
    // MSP Limited release
    // Add command to shutdown mysql
    buffer.append(" ### Shutdown mysql\n" + " /etc/init.d/mysql stop\n\n");
    // Change to root directory and create the tgz file
    buffer.append(" ### Create tgz file\n" + " cd /\n");
    // Build up the tar file name from the current date and time
    String fileName = null;
    if ((backupFileName != null) && (backupFileName.length() > 0))
    fileName = backupFileName;
    else {
    // File name not provided by user, build one using the timestamp
    Calendar cal = Calendar.getInstance();
    Date date = cal.getTime();
    fileName = "MSS-"
    + DateFormat.getDateInstance().format(date).replaceAll(" ", "").replaceAll(",", "")+ "-"
    + (new Time(cal.getTimeInMillis())).toString().replaceAll(":", "").substring(0,4);
    String tarFileName = fileName + ".tgz";
    // Get the current MSP Version
    String mspVersion = getMSPVersion();
    // Gather all the files to be backed up. Add them to the tar command and
    // also dump them into the file maintaining the list of files being backed up
    String listStr = "";
    for (int i=0; i<backupList.size(); i++)
    listStr += (String)backupList.get(i) + "\n";
    // Dump the current MSP version and the list of files being backed up into a manifest file
    String listFileName = fileName + BACKED_UP_LIST_FILE_NAME_SUFFIX;
    RandomAccessFile file = new RandomAccessFile(backupLocation + listFileName, "rw");
    m_logger.info("List of files/directories being backed up:\n" + listStr);
    file.writeBytes("### MSP Version: " + mspVersion + " ###\n");
    file.writeBytes(listStr);
    file.close();
    // Add the tar command to the script
    buffer.append(" echo \"Creating " + backupLocation + tarFileName + "...\"\n" +
    " tar cvhfz " + backupLocation + tarFileName + " `grep -v \"MSP Version:\" " +
    backupLocation + listFileName + "`\n\n");
    // Check if free space on the backup partition has reduced below the limit
    // If enough space left, backup is retained, "mss" is made the owner of the files,
    // "backup" is made the group the files belong to,
    // permissions changed to be "0660" and
    // backup action declared a success
    // Else, backup files are deleted and declared a failure
    buffer.append(" ### Check if the partition has enough space left\n" +
    //" diskLeft=`df -k | grep \"" + backupPartition + "\" | awk '{print $5}' | cut -d\"%\" -f1`\n" +
    " diskLeft=`df -k \"" + backupPartition + "\" | awk '{print $5}' | cut -d\"%\" -f1 | grep -v Use`\n" +
    " echo \"Partition " + backupPartition + " is $diskLeft% used.\"\n" +
    " if [ \"$diskLeft\" -gt \"" + backupPartitionLimit + "\" ]\n" +
    " then\n" +
    " ### Failure\n" +
    " echo \"Partition " + backupPartition + " does not have enough space.\"\n" +
    " echo \"Backup " + backupLocation + tarFileName + " will be removed.\"\n" +
    " rm -f " + backupLocation + fileName + "*\n" +
    " echo \"Backup Failed.\"\n" +
    " else\n" +
                        " tar tvzf " + backupLocation + tarFileName + " > /dev/null 2>&1\n" +
    " if [ ! -s " + backupLocation + tarFileName + " -o $? -ne 0 ] \n" +
                        " then\n" +
                        " echo \"MSP Backup operation is not successful. The tar file " + backupLocation + tarFileName + " contains errors.\"\n" +
                        " echo \"Please take the backup again\"\n" +
                        "     touch "+backupLocation+fileName+".err\n" +
    " else \n" +
    " ### Success\n" +
    " ### Change the owner, group and permissions for the backup files\n" +
    " chown mss " + backupLocation + fileName + "*\n" +
    " chgrp backup " + backupLocation + fileName + "*\n" +
    " chmod 0660 " + backupLocation + fileName + "*\n" +
    " echo \"Backup Completed.\"\n" +
    " fi\n" +
    " fi\n\n");
    // MSP Limited release and earlier builds re-start mysql. Starting
    // MSP 1.0 GA release, mysql is not stopped and so re-start is not
    // needed. sql scripts created by the dump script get packed into
    // the tar file and so are deleted.
    // Check if mysql dump creation script exists
    if (mysqlDumpScript.exists()) {
    // MSP 1.0 GA and later releases
    // Remove DB dump files
    buffer.append(" ### Remove DB Dump Files\n" + " rm -f " + dbDumpLocation + "*\n\n");
    else {
    // MSP Limited release
    // Start mysql
    buffer.append(" ### Start mysql\n" + " /etc/init

  • How to tell if item is a folder or volume with applescript or shell script?

    I am working on a service in Automator that will eject the selected drive when it is finished. Unfortunately automator can only tell the difference between files and folders for the service menu.
    Im wondering if if i can use an applescript or shell script that would check if the selected folder is a volume or folder and quit the action if its a folder. I figure the best way to do this is have it determine if the items path is in /Volumes/, but i am completely new to the process and have no idea how to do this.
    My automator workflow looks like:
    Ask for Confirmation
    Get Selected Finder Items
    Shell Script
    I have the path of the folder selected being passed into the shell script, but after its in there i dont know how to determine if its a volume or not.
    Thanks!

    K T,
    I completely missed that section of the forums, sorry
    Neil,
    I had that kind of script set up but it was like this:
    on run {input, parameters}
    tell application "Finder"
    kind of item parameters
    end tell
    end run
    And i just figured out that i had to change the first line to "on run {parameters}" and now it works great.
    Thanks for the help, it got me going in the right direction

  • How to get name of batch file/shell script that starts program?

    I don't think there's a way to do it, but I'm asking the question anyway...
    of course, the startup script could pass its name as a parameter to the Java program, but I was wondering if the information could be determined "directly," via Java code. The idea is to allow your Java program to modify the startup configuration specified by your startup shell script.
    For example, a "startup configuration" menu item would pop up a dialog box that would display- and allow you to change- the startup parameters, and then let you write the changes back to the script file.

    There are always some ways to do things.
    I guess for your case, you need to go through JNI and have a native program to back track the Process ID of who started who. Never done that but I guess should work.
    But a more natural way to do this is to have your startup configuration stored in an xml file or a properties file inside your classpath.
    --lichu                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Script to determine display resolution

    Does anyone know how to use Applescript to determine what the monitor's resolution is set at? Example: 1024 X 768. I want to center things on the screen independent of what the resolution is set to.

    One way is to use the system_profiler utility:
    do shell script "/usr/sbin/system_profiler SPDisplaysDataType | grep 'Resolution'" -- get info
    tell the result to set {DisplayWidth, DisplayHeight} to {word 2, word 4} -- get resolution
    log {DisplayWidth, DisplayHeight}

Maybe you are looking for