[SOLVED]Arch Chromebook keyboard selection bug

Hi, I have an keyboard bug on my Chromebook ArchLinux.
The selection Shift + Left (or Right) works on Chromium/SublimeText but not on Gedit/QtCreator/CLion/Nautilus.
I'm using the Gnome3 environnement.
Last edited by melkir (2014-12-04 01:22:02)

Hi dhead,
Yes, I have replace xkeyboard-config-chromebook by xkeyboard-config today and the bug is gone.
Thx dhead ! When you say "this have been fixed recently", do you have updated your package recently ?
Edit : Nice on Github ! I have a little pull request for your readme
Last edited by melkir (2014-12-04 01:09:35)

Similar Messages

  • I use lion 10.7.2 and iPhoto latest version but when I export a slide show when I play it . It plays about half of the slide show and screen become white ? How can I solve it ? Is it bug or my computer problem

    I use lion 10.7.2 and iPhoto latest version but when I export a slide show when I play it . It plays about half of the slide show and screen become white ? How can I solve it ? Is it bug or my computer problem

    I would also like to know the answer to this. I am having the exact same problem.

  • Keyboard selection in Leopard Terminal

    Does anyone know where the keyboard selection has gone in the Leopard Terminal? I.e., the command-option-enter command, then selecting some text using it two times more, which then could be pasted.
    I quite liked it, especially as I don't like mice/mouses/pointing devices. Is it still there under a different short cut, or just completely gone?

    I am also looking for this. For those of you unfamiliar, here is a summary of what Keyboard Selection can do http://www.macworld.com/article/59321/2007/08/termtext.html

  • Urxvt-keyboard-select - mouseless text selection in urxvt

    Hello again,
    my next urxvt extension reached a stable stage, so it's time to post it here: keyboard-select
    Please have a look at the top of the file for details on how to use it, or read the README on github.
    The usage is comparable to tmux/gnu screen, but its mappings are more vim-like.
    As for now, the most basic cursor movement keys are available, I'm planning to add the following in the near future: [fFwWbBeE;,/?nN]
    And this time I've also managed to upload a PKGBUILD before writing this post...
    Last edited by ber_t (2011-03-29 12:36:50)

    @hitsmaxft: Your extension looks nice, I will try it out later. But your one always uses urxvt's selection for highlighting; I use rendition bits for that, because I want a chance to cancel visual mode without losing the content of the primary buffer. It also misses some delete statements, for example, it always creates a new overlay without deleting the old one.
    I will continue developing mine (at least just for the fun of it), even if your one already features everything I'd plan to implement.
    For all the emacs lovers: I will try to provide vim and emacs keybindings, but I didn't come up with a nice way of handling this. And by nice I mean no code duplication and no complex key dispatcher, taking up more code than the real functionality.
    Be patient, or:
    VCoolio wrote:... but we could also modify the keys in the script ourselves of course. If only I wasn't that lazy... but who knows.

  • Tree selection bug?

    Hi,
    I don't know if this is a bug or not. When using XML as the
    data provider for the Tree component and multiple nodes have the
    same label, selecting anyone of the nodes will cause all of them to
    be selected. The problem stems from the fact that XML comparison is
    done by value. The comparison is dibe at line 6345 of ListBase. Is
    this a bug? If not, is there a known workaround?
    I attached code that reproduces the problem. Selecting the
    first node, selects the first, second and last node because, by
    value, they are all the same.
    Thanks!
    JPB

    Switch to using a strongly typed object that implements IUID,
    or just make
    sure your XML has other identifying information to it. It's
    not really that
    helpful to have 19 "foos" in your list unless there is
    something else
    different about them.
    So, something like
    <mx:XMLList id="treeData">
    <node label="Test entry 1" id="1"/>
    <node label="Test entry 1" id="2"/>
    <node label="Test entry 2" id="3"/>
    <node label="Test entry 1" id="4"/>
    </mx:XMLList>
    HTH;
    Amy
    "jpbouchard" <[email protected]> wrote in
    message
    news:g941f3$1u8$[email protected]..
    > Hi,
    >
    > I don't know if this is a bug or not. When using XML as
    the data provider
    > for
    > the Tree component and multiple nodes have the same
    label, selecting
    > anyone of
    > the nodes will cause all of them to be selected. The
    problem stems from
    > the
    > fact that XML comparison is done by value. The
    comparison is dibe at line
    > 6345
    > of ListBase. Is this a bug? If not, is there a known
    workaround?
    >
    > I attached code that reproduces the problem. Selecting
    the first node,
    > selects
    > the first, second and last node because, by value, they
    are all the same.
    >
    > Thanks!
    > JPB
    >
    > <?xml version="1.0" encoding="utf-8"?>
    > <mx:VBox xmlns:mx="
    http://www.adobe.com/2006/mxml"
    width="100%"
    > height="100%">
    > <mx:Script>
    > <![CDATA[
    > import mx.controls.Tree;
    >
    > private function selectFirst(): void {
    > myTree.selectedItem = treeData[0];
    > }
    >
    > ]]>
    > </mx:Script>
    >
    > <mx:XMLList id="treeData">
    > <node label="Test entry 1"/>
    > <node label="Test entry 1"/>
    > <node label="Test entry 2"/>
    > <node label="Test entry 1"/>
    > </mx:XMLList>
    >
    > <mx:Panel title="Tree Selection Bug" height="100%"
    width="100%"
    > paddingTop="10" paddingLeft="10" paddingRight="10"
    paddingBottom="10">
    > <mx:Button label="Select First"
    click="selectFirst()"/>
    > <mx:Tree id="myTree" width="100%" height="100%"
    labelField="@label"
    > showRoot="true" dataProvider="{treeData}"/>
    > </mx:Panel>
    >
    > </mx:VBox>
    >

  • [svn:fx-trunk] 13362: List mouse click selection bug fix

    Revision: 13362
    Revision: 13362
    Author:   [email protected]
    Date:     2010-01-07 17:22:41 -0800 (Thu, 07 Jan 2010)
    Log Message:
    List mouse click selection bug fix
    SDK-24963 - Mouse click is ignored by List if  allowMultipleSelection="true" in some cases
    Updated setSelectedIndices to perform the single index equality check if selectedIndices has only one index.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24963
    Reviewer: Ryan
    Tests run: checkintests, List
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24963
        http://bugs.adobe.com/jira/browse/SDK-24963
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as

  • Are there any other left eye dominant (or left handed) iPhone users that experience problems with the touch screen keyboard selecting the letter next to the one you'd intended..?

    Are there any other left eye dominant (or left handed) iPhone users that experience problems with the touch screen keyboard selecting the letter next to the one you'd intended..?

    It's either hand right or left.
    I have the same issue myself.  Not sure if it's b/c my fingers are too big or if I'm really missed the letter on the keyboard.

  • IPhone Keyboard Entry Bug

    When using "My Account" (bookmark), there's 2 field to insert.
    One is "Wireless Number" and the other one is "Password".
    I found out I mistyped one of the number of "Wireless Number"
    after typing in 10 characters.
    That field is 10 digit(phone # with area code) and I couldn't insert anything.
    I mean even "backspace"(erase) didn't work.
    Which means I couldn't change anything after typing in 10 characters.
    I think it's definitely iPhone keyboard entry bug.
    Please fix it ASAP.

    Please call 1-800-My-iPhone to report this issue. A friendly Agent can log this and get it to the proper department.

  • Switching between Acrobat DC / XI window and another application - cursor selection bug (video and test files attached)

    Hi,
    When I have Acrobat XI or DC open along side InDesign (or other programs like Acrobat or Word), I run into a bug where upon switching from InDesign to Acrobat, the mouse cursor automatically selects a bunch of text in the Acrobat PDF with a spinning beach ball, and I have to click around multiple times to release it from whatever text it has selected. It is annoyance I noticed in a few versions of Acrobat now, and I had hoped the bug would be fixed in DC. The only way to prevent this from happening is to click anywhere else on the Acrobat window (eg the menu bar or the side tools panel, but not the PDF itself).
    Video describing the problem: https://imgur.com/dXurXcB
    Note that no clicking is taking place when switching windows from InDesign to Acrobat - the text in the Acrobat window is being selected automatically by the bug.
    If you watch the video carefully, you will also notice that the Acrobat window does not look like it is taking focus during the selection bug - it only takes the focus after clicking around multiple times.
    Test documents used to record the video:
    http://s000.tinyupload.com/?file_id=14619964329420357364
    InDesign CC File
    http://s000.tinyupload.com/?file_id=18294837115907237178
    PDF File
    Computer:
    Model Name: MacBook Air 2013
      Model Identifier: MacBookAir6,2
      Processor Name: Intel Core i7
      Processor Speed: 1.7 GHz
      Number of Processors: 1
      Total Number of Cores: 2
      L2 Cache (per Core): 256 KB
      L3 Cache: 4 MB
      Memory: 8 GB
    OS: Yosemite 10.10.1

    Thanks for the reply. I think the issue is just confined to Mac machines + Adobe products (this issue doesn't occur when I switch from Word Preview 2016, or Office 2011). I can confirm this issue occurs on more than one Mac as well.
    Here is a slightly larger GIF if the first was too hard to make out
    https://i.imgur.com/CNKnkC0.gif
    It's almost as if the text manipulation / selection from InDesign is carrying over to the Acrobat window, interrupting the normal focus it should get on first click...
    Edit: It just occurred with Spotify - Switched from Spotify to Acrobat, with a scanned image PDF. The rectangular selection tool tries to grab a region of the image several times before focus returns to the Acrobat window. It also just happened after manipulating images and text in Word 2016 Preview and Word 2011.

  • [SOLVED] Arch doesn't recognise software RAID0

    Problem solved! See my last reply for the solution.
    Old post follows:
    I currently have Windows installed on a 2x500GB RAID0, with 300GB unallocated space for Arch.
    However, the Arch Live CD doesn't recognise the RAID0 for whatever reason. Or perhaps I've overlooked where it is on the system?
    Arch detects all of my disks and partitions fine, including the two individual 500GB HDDs (/dev/sdc and /dev/sdd) which make up the RAID0.
    Here's some information from a few commands I ran and dumped to a file:
    Disk /dev/sdc: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xe563da78
    Device Boot Start End Blocks Id System
    /dev/sdc1 2048 1323976703 661987328 7 HPFS/NTFS/exFAT
    Disk /dev/sdd: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Personalities : [raid0] [raid1] [raid10]
    unused devices: <none>
    00:00.0 Host bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx0 port B) (rev 02)
    00:02.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port B)
    00:05.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port E)
    00:0a.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port A)
    00:11.0 RAID bus controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [RAID5 mode] (rev 40)
    00:12.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:12.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:13.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:13.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:14.0 SMBus: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller (rev 42)
    00:14.1 IDE interface: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 IDE Controller (rev 40)
    00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
    00:14.3 ISA bridge: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
    00:14.4 PCI bridge: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge (rev 40)
    00:14.5 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
    00:16.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:16.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
    00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
    00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
    01:00.0 VGA compatible controller: NVIDIA Corporation GF110 [GeForce GTX 580] (rev a1)
    01:00.1 Audio device: NVIDIA Corporation GF110 High Definition Audio Controller (rev a1)
    02:00.0 USB controller: Etron Technology, Inc. EJ168 USB 3.0 Host Controller (rev 01)
    03:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57781 Gigabit Ethernet PCIe (rev 10)
    /dev/sdb1: LABEL="Neu Mann" UUID="4E2C18BB2C189FCF" TYPE="ntfs"
    /dev/sda1: UUID="2810A17A10A1501C" TYPE="ntfs"
    /dev/sda5: LABEL="kokoro" UUID="B8104FDA104F9E6E" TYPE="ntfs"
    /dev/sr0: LABEL="ARCH_201207" TYPE="iso9660"
    /dev/sdd: TYPE="promise_fasttrack_raid_member"
    /dev/loop0: TYPE="squashfs"
    /dev/loop1: UUID="54d19f93-f878-4a22-9c38-d58dd04ac8a9" TYPE="ext4"
    /dev/loop2: UUID="54d19f93-f878-4a22-9c38-d58dd04ac8a9" TYPE="ext4"
    /dev/loop3: TYPE="squashfs"
    /dev/loop4: UUID="b6be6cf8-15c1-49ee-94f7-8cc33882096e" TYPE="ext4"
    /dev/loop5: UUID="b6be6cf8-15c1-49ee-94f7-8cc33882096e" TYPE="ext4"
    /dev/loop6: TYPE="squashfs"
    /dev/loop7: UUID="42ed7453-0a1a-42c9-b0a6-0de03a3fdfd8" TYPE="ext4"
    /dev/mapper/arch_root-image: UUID="54d19f93-f878-4a22-9c38-d58dd04ac8a9" TYPE="ext4"
    /dev/mapper/arch_lib-modules: UUID="b6be6cf8-15c1-49ee-94f7-8cc33882096e" TYPE="ext4"
    /dev/loop8: UUID="42ed7453-0a1a-42c9-b0a6-0de03a3fdfd8" TYPE="ext4"
    /dev/mapper/arch_usr-share: UUID="42ed7453-0a1a-42c9-b0a6-0de03a3fdfd8" TYPE="ext4"
    *** Set
    name : pdc_chceddecf
    size : 1953124864
    stride : 128
    type : stripe
    status : ok
    subsets: 0
    devs : 2
    spares : 0
    /dev/dm-2: 856064 total, "N/A"
    /dev/dm-1: 192512 total, "N/A"
    /dev/dm-0: 1382400 total, "N/A"
    /dev/sdd: 976773168 total, "WD-WMAYP1968098"
    /dev/sdc: 976773168 total, "WD-WMAYP1090982"
    /dev/sdb: 3907029168 total, "WD-WCAZA0751908"
    /dev/sda: 625142448 total, "VFA200R22ZHXRJ"
    dmesg, messages near the end were generated by me attempting to get the OS to recognise the RAID0:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.4.4-3-ARCH (nobody@rampage) (gcc version 4.7.1 (GCC) ) #1 SMP PREEMPT Tue Jul 3 14:36:44 UTC 2012
    [ 0.000000] Command line: archisobasedir=arch archisolabel=ARCH_201207 initrd=boot/x86_64/archiso.img BOOT_IMAGE=boot/x86_64/vmlinuz
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 0000000000093000 (usable)
    [ 0.000000] BIOS-e820: 0000000000093000 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 00000000dba0a000 (usable)
    [ 0.000000] BIOS-e820: 00000000dfa6a000 - 00000000dfa6d000 (reserved)
    [ 0.000000] BIOS-e820: 00000000dfa6d000 - 00000000dfaf8000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000dfaf8000 - 00000000dfafb000 (reserved)
    [ 0.000000] BIOS-e820: 00000000dfafb000 - 00000000dfafc000 (usable)
    [ 0.000000] BIOS-e820: 00000000dfafc000 - 00000000dfb03000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000dfb03000 - 00000000dfb4d000 (reserved)
    [ 0.000000] BIOS-e820: 00000000dfb4d000 - 00000000dfb55000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000dfb55000 - 00000000dfb7e000 (reserved)
    [ 0.000000] BIOS-e820: 00000000dfb7e000 - 00000000dfd81000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000dfd81000 - 00000000dff00000 (usable)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec10000 - 00000000fec11000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec20000 - 00000000fec21000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed61000 - 00000000fed71000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed80000 - 00000000fed90000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fef00000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100093000 - 0000000420000000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.6 present.
    [ 0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./990FX Extreme3, BIOS P1.40 06/29/2012
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x420000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF write-through
    [ 0.000000] C0000-D8FFF write-protect
    [ 0.000000] D9000-EBFFF uncachable
    [ 0.000000] EC000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
    [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
    [ 0.000000] 2 base 0000C0000000 mask FFFFE0000000 write-back
    [ 0.000000] 3 base 0000DFF00000 mask FFFFFFF00000 uncachable
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 0000000420000000 aka 16896M
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820 update range: 00000000dff00000 - 0000000100000000 (usable) ==> (reserved)
    [ 0.000000] last_pfn = 0xdff00 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000fd000] fd000
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff88000008e000] 8e000 size 20480
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000dff00000
    [ 0.000000] 0000000000 - 00c0000000 page 1G
    [ 0.000000] 00c0000000 - 00dfe00000 page 2M
    [ 0.000000] 00dfe00000 - 00dff00000 page 4k
    [ 0.000000] kernel direct mapping tables up to dff00000 @ 1fffd000-20000000
    [ 0.000000] init_memory_mapping: 0000000100000000-0000000420000000
    [ 0.000000] 0100000000 - 0400000000 page 1G
    [ 0.000000] 0400000000 - 0420000000 page 2M
    [ 0.000000] kernel direct mapping tables up to 420000000 @ dfefe000-dff00000
    [ 0.000000] RAMDISK: 7f1be000 - 7ffff000
    [ 0.000000] ACPI: RSDP 00000000000f0450 00024 (v02 ALASKA)
    [ 0.000000] ACPI: XSDT 00000000dfafc068 00054 (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 00000000dfb01380 000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20120320/tbfadt-579)
    [ 0.000000] ACPI: DSDT 00000000dfafc150 0522B (v02 ALASKA A M I 00000000 INTL 20051117)
    [ 0.000000] ACPI: FACS 00000000dfb4ff80 00040
    [ 0.000000] ACPI: APIC 00000000dfb01478 0009E (v03 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: MCFG 00000000dfb01518 0003C (v01 ALASKA A M I 01072009 MSFT 00010013)
    [ 0.000000] ACPI: AAFT 00000000dfb01558 0003A (v01 ALASKA OEMAAFT 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 00000000dfb01598 00038 (v01 ALASKA A M I 01072009 AMI 00000004)
    [ 0.000000] ACPI: SSDT 00000000dfb015d0 00E10 (v01 AMD POWERNOW 00000001 AMD 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] Scanning NUMA topology in Northbridge 24
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-0000000420000000
    [ 0.000000] Initmem setup node 0 0000000000000000-0000000420000000
    [ 0.000000] NODE_DATA [000000041fffc000 - 000000041fffffff]
    [ 0.000000] [ffffea0000000000-ffffea00107fffff] PMD -> [ffff88040f600000-ffff88041f5fffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x00420000
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] Early memory PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x00000093
    [ 0.000000] 0: 0x00000100 -> 0x000dba0a
    [ 0.000000] 0: 0x000dfafb -> 0x000dfafc
    [ 0.000000] 0: 0x000dfd81 -> 0x000dff00
    [ 0.000000] 0: 0x00100093 -> 0x00420000
    [ 0.000000] On node 0 totalpages: 4176506
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3902 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 16320 pages used for memmap
    [ 0.000000] DMA32 zone: 879562 pages, LIFO batch:31
    [ 0.000000] Normal zone: 51200 pages used for memmap
    [ 0.000000] Normal zone: 3225453 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x08] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 0, version 33, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec20000] gsi_base[24])
    [ 0.000000] IOAPIC[1]: apic_id 1, version 33, address 0xfec20000, GSI 24-55
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
    [ 0.000000] SMP: Allowing 8 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 72
    [ 0.000000] PM: Registered nosave memory: 0000000000093000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000dba0a000 - 00000000dfa6a000
    [ 0.000000] PM: Registered nosave memory: 00000000dfa6a000 - 00000000dfa6d000
    [ 0.000000] PM: Registered nosave memory: 00000000dfa6d000 - 00000000dfaf8000
    [ 0.000000] PM: Registered nosave memory: 00000000dfaf8000 - 00000000dfafb000
    [ 0.000000] PM: Registered nosave memory: 00000000dfafc000 - 00000000dfb03000
    [ 0.000000] PM: Registered nosave memory: 00000000dfb03000 - 00000000dfb4d000
    [ 0.000000] PM: Registered nosave memory: 00000000dfb4d000 - 00000000dfb55000
    [ 0.000000] PM: Registered nosave memory: 00000000dfb55000 - 00000000dfb7e000
    [ 0.000000] PM: Registered nosave memory: 00000000dfb7e000 - 00000000dfd81000
    [ 0.000000] PM: Registered nosave memory: 00000000dff00000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fec10000
    [ 0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fec11000
    [ 0.000000] PM: Registered nosave memory: 00000000fec11000 - 00000000fec20000
    [ 0.000000] PM: Registered nosave memory: 00000000fec20000 - 00000000fec21000
    [ 0.000000] PM: Registered nosave memory: 00000000fec21000 - 00000000fed00000
    [ 0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed01000
    [ 0.000000] PM: Registered nosave memory: 00000000fed01000 - 00000000fed61000
    [ 0.000000] PM: Registered nosave memory: 00000000fed61000 - 00000000fed71000
    [ 0.000000] PM: Registered nosave memory: 00000000fed71000 - 00000000fed80000
    [ 0.000000] PM: Registered nosave memory: 00000000fed80000 - 00000000fed90000
    [ 0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000fef00000
    [ 0.000000] PM: Registered nosave memory: 00000000fef00000 - 0000000100000000
    [ 0.000000] PM: Registered nosave memory: 0000000100000000 - 0000000100093000
    [ 0.000000] Allocating PCI resources starting at dff00000 (gap: dff00000:1ed00000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88041fc00000 s82880 r8192 d23616 u262144
    [ 0.000000] pcpu-alloc: s82880 r8192 d23616 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4108917
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: archisobasedir=arch archisolabel=ARCH_201207 initrd=boot/x86_64/archiso.img BOOT_IMAGE=boot/x86_64/vmlinuz
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Node 0: aperture @ 4130000000 size 32 MB
    [ 0.000000] Aperture beyond 4GB. Ignoring.
    [ 0.000000] Your BIOS doesn't leave a aperture memory hole
    [ 0.000000] Please enable the IOMMU option in the BIOS setup
    [ 0.000000] This costs you 64 MB of RAM
    [ 0.000000] Mapping aperture over 65536 KB of RAM @ d0000000
    [ 0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000d4000000
    [ 0.000000] Memory: 16285596k/17301504k available (4538k kernel code, 595480k absent, 420428k reserved, 4308k data, 740k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] NR_IRQS:4352 nr_irqs:1288 16
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 67108864 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.003333] Detected 3547.978 MHz processor.
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 7098.62 BogoMIPS (lpj=11826593)
    [ 0.000006] pid_max: default: 32768 minimum: 301
    [ 0.000026] Security Framework initialized
    [ 0.000029] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000731] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.005101] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.007113] Mount-cache hash table entries: 256
    [ 0.007267] Initializing cgroup subsys cpuacct
    [ 0.007269] Initializing cgroup subsys memory
    [ 0.007277] Initializing cgroup subsys devices
    [ 0.007278] Initializing cgroup subsys freezer
    [ 0.007279] Initializing cgroup subsys net_cls
    [ 0.007281] Initializing cgroup subsys blkio
    [ 0.007300] tseg: 00dff00000
    [ 0.007302] CPU: Physical Processor ID: 0
    [ 0.007303] CPU: Processor Core ID: 0
    [ 0.007304] mce: CPU supports 6 MCE banks
    [ 0.007309] LVT offset 0 assigned for vector 0xf9
    [ 0.007313] using AMD E400 aware idle routine
    [ 0.007791] ACPI: Core revision 20120320
    [ 0.015073] ftrace: allocating 17820 entries in 70 pages
    [ 0.021336] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.054270] CPU0: AMD Phenom(tm) II X6 1100T Processor stepping 00
    [ 0.158266] Performance Events: AMD PMU driver.
    [ 0.158269] ... version: 0
    [ 0.158270] ... bit width: 48
    [ 0.158270] ... generic registers: 4
    [ 0.158271] ... value mask: 0000ffffffffffff
    [ 0.158272] ... max period: 00007fffffffffff
    [ 0.158273] ... fixed-purpose events: 0
    [ 0.158274] ... event mask: 000000000000000f
    [ 0.158299] System has AMD C1E enabled
    [ 0.158306] Switch to broadcast mode on CPU0
    [ 0.178422] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.198332] Booting Node 0, Processors #1
    [ 0.211445] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.211451] Switch to broadcast mode on CPU1
    [ 0.221660] #2
    [ 0.234770] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.234781] Switch to broadcast mode on CPU2
    [ 0.244919] #3
    [ 0.258028] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.258042] Switch to broadcast mode on CPU3
    [ 0.268211] #4
    [ 0.281321] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.281334] Switch to broadcast mode on CPU4
    [ 0.291515] #5
    [ 0.304626] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.304638] Switch to broadcast mode on CPU5
    [ 0.304673] Brought up 6 CPUs
    [ 0.304683] Total of 6 processors activated (42592.72 BogoMIPS).
    [ 0.311664] devtmpfs: initialized
    [ 0.313435] PM: Registering ACPI NVS region [mem 0xdfa6d000-0xdfaf7fff] (569344 bytes)
    [ 0.313442] PM: Registering ACPI NVS region [mem 0xdfafc000-0xdfb02fff] (28672 bytes)
    [ 0.313444] PM: Registering ACPI NVS region [mem 0xdfb4d000-0xdfb54fff] (32768 bytes)
    [ 0.313446] PM: Registering ACPI NVS region [mem 0xdfb7e000-0xdfd80fff] (2109440 bytes)
    [ 0.313901] NET: Registered protocol family 16
    [ 0.313971] node 0 link 0: io port [e000, ffff]
    [ 0.313973] TOM: 00000000e0000000 aka 3584M
    [ 0.313975] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
    [ 0.313976] node 0 link 0: mmio [e0000000, fef0ffff] ==> [f0000000, fef0ffff]
    [ 0.313978] TOM2: 0000000420000000 aka 16896M
    [ 0.313980] bus: [00, 1f] on node 0 link 0
    [ 0.313981] bus: 00 index 0 [io 0x0000-0xffff]
    [ 0.313982] bus: 00 index 1 [mem 0xf0000000-0xffffffff]
    [ 0.313983] bus: 00 index 2 [mem 0x420000000-0xfcffffffff]
    [ 0.314067] ACPI: bus type pci registered
    [ 0.314108] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.314111] PCI: not using MMCONFIG
    [ 0.314112] PCI: Using configuration type 1 for base access
    [ 0.314113] PCI: Using configuration type 1 for extended access
    [ 0.314717] bio: create slab <bio-0> at 0
    [ 0.314765] ACPI: Added _OSI(Module Device)
    [ 0.314766] ACPI: Added _OSI(Processor Device)
    [ 0.314767] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.314769] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.315210] ACPI: EC: Look up EC in DSDT
    [ 0.315672] ACPI: Executed 3 blocks of module-level executable AML code
    [ 0.317213] ACPI: Interpreter enabled
    [ 0.317217] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.317234] ACPI: Using IOAPIC for interrupt routing
    [ 0.317334] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.317359] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.338488] ACPI: No dock devices found.
    [ 0.338492] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.338555] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.338648] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.338649] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    [ 0.338651] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.338652] pci_root PNP0A03:00: host bridge window [mem 0x000c8000-0x000dffff]
    [ 0.338653] pci_root PNP0A03:00: host bridge window [mem 0xe0000000-0xffffffff]
    [ 0.338673] PCI host bridge to bus 0000:00
    [ 0.338675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.338676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.338677] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.338679] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000dffff]
    [ 0.338680] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xffffffff]
    [ 0.338689] pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
    [ 0.338736] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
    [ 0.338761] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.338774] pci 0000:00:05.0: [1002:5a19] type 01 class 0x060400
    [ 0.338797] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
    [ 0.338811] pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
    [ 0.338834] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
    [ 0.338854] pci 0000:00:11.0: [1002:4393] type 00 class 0x010400
    [ 0.338869] pci 0000:00:11.0: reg 10: [io 0xf090-0xf097]
    [ 0.338877] pci 0000:00:11.0: reg 14: [io 0xf080-0xf083]
    [ 0.338884] pci 0000:00:11.0: reg 18: [io 0xf070-0xf077]
    [ 0.338891] pci 0000:00:11.0: reg 1c: [io 0xf060-0xf063]
    [ 0.338899] pci 0000:00:11.0: reg 20: [io 0xf050-0xf05f]
    [ 0.338906] pci 0000:00:11.0: reg 24: [mem 0xfe30b000-0xfe30b3ff]
    [ 0.338952] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    [ 0.338962] pci 0000:00:12.0: reg 10: [mem 0xfe30a000-0xfe30afff]
    [ 0.339018] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    [ 0.339033] pci 0000:00:12.2: reg 10: [mem 0xfe309000-0xfe3090ff]
    [ 0.339098] pci 0000:00:12.2: supports D1 D2
    [ 0.339099] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.339116] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    [ 0.339126] pci 0000:00:13.0: reg 10: [mem 0xfe308000-0xfe308fff]
    [ 0.339183] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    [ 0.339197] pci 0000:00:13.2: reg 10: [mem 0xfe307000-0xfe3070ff]
    [ 0.339262] pci 0000:00:13.2: supports D1 D2
    [ 0.339263] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.339281] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    [ 0.339338] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
    [ 0.339348] pci 0000:00:14.1: reg 10: [io 0xf040-0xf047]
    [ 0.339355] pci 0000:00:14.1: reg 14: [io 0xf030-0xf033]
    [ 0.339363] pci 0000:00:14.1: reg 18: [io 0xf020-0xf027]
    [ 0.339370] pci 0000:00:14.1: reg 1c: [io 0xf010-0xf013]
    [ 0.339377] pci 0000:00:14.1: reg 20: [io 0xf000-0xf00f]
    [ 0.339407] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    [ 0.339423] pci 0000:00:14.2: reg 10: [mem 0xfe300000-0xfe303fff 64bit]
    [ 0.339475] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.339486] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    [ 0.339546] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    [ 0.339578] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
    [ 0.339588] pci 0000:00:14.5: reg 10: [mem 0xfe306000-0xfe306fff]
    [ 0.339641] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
    [ 0.339652] pci 0000:00:16.0: reg 10: [mem 0xfe305000-0xfe305fff]
    [ 0.339708] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
    [ 0.339722] pci 0000:00:16.2: reg 10: [mem 0xfe304000-0xfe3040ff]
    [ 0.339787] pci 0000:00:16.2: supports D1 D2
    [ 0.339788] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
    [ 0.339804] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
    [ 0.339815] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
    [ 0.339824] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
    [ 0.339833] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
    [ 0.339844] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
    [ 0.339881] pci 0000:01:00.0: [10de:1080] type 00 class 0x030000
    [ 0.339889] pci 0000:01:00.0: reg 10: [mem 0xfd000000-0xfdffffff]
    [ 0.339897] pci 0000:01:00.0: reg 14: [mem 0xf0000000-0xf7ffffff 64bit pref]
    [ 0.339905] pci 0000:01:00.0: reg 1c: [mem 0xf8000000-0xf9ffffff 64bit pref]
    [ 0.339910] pci 0000:01:00.0: reg 24: [io 0xe000-0xe07f]
    [ 0.339915] pci 0000:01:00.0: reg 30: [mem 0xfe000000-0xfe07ffff pref]
    [ 0.339959] pci 0000:01:00.1: [10de:0e09] type 00 class 0x040300
    [ 0.339966] pci 0000:01:00.1: reg 10: [mem 0xfe080000-0xfe083fff]
    [ 0.344680] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    [ 0.344692] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.344701] pci 0000:00:02.0: bridge window [mem 0xfd000000-0xfe0fffff]
    [ 0.344710] pci 0000:00:02.0: bridge window [mem 0xf0000000-0xf9ffffff 64bit pref]
    [ 0.344780] pci 0000:02:00.0: [1b6f:7023] type 00 class 0x0c0330
    [ 0.344805] pci 0000:02:00.0: reg 10: [mem 0xfe200000-0xfe207fff 64bit]
    [ 0.344890] pci 0000:02:00.0: supports D1 D2
    [ 0.344892] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.351338] pci 0000:00:05.0: PCI bridge to [bus 02-02]
    [ 0.351351] pci 0000:00:05.0: bridge window [mem 0xfe200000-0xfe2fffff]
    [ 0.351422] pci 0000:03:00.0: [14e4:16b1] type 00 class 0x020000
    [ 0.351450] pci 0000:03:00.0: reg 10: [mem 0xfa110000-0xfa11ffff 64bit pref]
    [ 0.351471] pci 0000:03:00.0: reg 18: [mem 0xfa100000-0xfa10ffff 64bit pref]
    [ 0.351504] pci 0000:03:00.0: reg 30: [mem 0xfe100000-0xfe1007ff pref]
    [ 0.351567] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.357977] pci 0000:00:0a.0: PCI bridge to [bus 03-03]
    [ 0.357989] pci 0000:00:0a.0: bridge window [mem 0xfe100000-0xfe1fffff]
    [ 0.357998] pci 0000:00:0a.0: bridge window [mem 0xfa100000-0xfa1fffff 64bit pref]
    [ 0.358075] pci 0000:00:14.4: PCI bridge to [bus 04-04] (subtractive decode)
    [ 0.358089] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.358095] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.358101] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.358107] pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000dffff] (subtractive decode)
    [ 0.358113] pci 0000:00:14.4: bridge window [mem 0xe0000000-0xffffffff] (subtractive decode)
    [ 0.358139] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.358305] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC02._PRT]
    [ 0.358321] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC05._PRT]
    [ 0.358337] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC0A._PRT]
    [ 0.358363] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PC._PRT]
    [ 0.358397] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.358399] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.358400] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.360697] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11 14 15) *0
    [ 0.360732] ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11 14 15) *0
    [ 0.360767] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11 14 15) *0
    [ 0.360802] ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11 14 15) *0
    [ 0.360828] ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11 14 15) *0
    [ 0.360846] ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11 14 15) *0
    [ 0.360865] ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11 14 15) *0
    [ 0.360884] ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11 14 15) *0
    [ 0.360953] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.360955] vgaarb: loaded
    [ 0.360956] vgaarb: bridge control possible 0000:01:00.0
    [ 0.360983] PCI: Using ACPI for IRQ routing
    [ 0.367781] PCI: pci_cache_line_size set to 64 bytes
    [ 0.367833] reserve RAM buffer: 0000000000093000 - 000000000009ffff
    [ 0.367835] reserve RAM buffer: 00000000dba0a000 - 00000000dbffffff
    [ 0.367836] reserve RAM buffer: 00000000dfafc000 - 00000000dfffffff
    [ 0.367838] reserve RAM buffer: 00000000dff00000 - 00000000dfffffff
    [ 0.367938] NetLabel: Initializing
    [ 0.367940] NetLabel: domain hash size = 128
    [ 0.367940] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.367949] NetLabel: unlabeled traffic allowed by default
    [ 0.367961] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.367963] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [ 0.370985] Switching to clocksource hpet
    [ 0.374470] pnp: PnP ACPI init
    [ 0.374479] ACPI: bus type pnp registered
    [ 0.374557] pnp 00:00: [bus 00-ff]
    [ 0.374561] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.374563] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.374567] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.374571] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.374572] pnp 00:00: [mem 0x000c8000-0x000dffff window]
    [ 0.374573] pnp 00:00: [mem 0xe0000000-0xffffffff window]
    [ 0.374574] pnp 00:00: [mem 0x00000000 window]
    [ 0.374603] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.374619] pnp 00:01: [mem 0xe0000000-0xefffffff]
    [ 0.374647] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.374649] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.374771] pnp 00:02: [mem 0x00000000-0xffffffffffffffff disabled]
    [ 0.374773] pnp 00:02: [mem 0xfec20000-0xfec200ff]
    [ 0.374794] system 00:02: [mem 0xfec20000-0xfec200ff] could not be reserved
    [ 0.374796] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.374819] pnp 00:03: [mem 0x00000000-0xffffffffffffffff disabled]
    [ 0.374839] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.374945] pnp 00:04: [io 0x040b]
    [ 0.374946] pnp 00:04: [io 0x04d6]
    [ 0.374947] pnp 00:04: [io 0x0c00-0x0c01]
    [ 0.374948] pnp 00:04: [io 0x0c14]
    [ 0.374949] pnp 00:04: [io 0x0c50-0x0c51]
    [ 0.374950] pnp 00:04: [io 0x0c52]
    [ 0.374951] pnp 00:04: [io 0x0c6c]
    [ 0.374952] pnp 00:04: [io 0x0c6f]
    [ 0.374953] pnp 00:04: [io 0x0cd0-0x0cd1]
    [ 0.374954] pnp 00:04: [io 0x0cd2-0x0cd3]
    [ 0.374955] pnp 00:04: [io 0x0cd4-0x0cd5]
    [ 0.374956] pnp 00:04: [io 0x0cd6-0x0cd7]
    [ 0.374957] pnp 00:04: [io 0x0cd8-0x0cdf]
    [ 0.374957] pnp 00:04: [io 0x0800-0x089f]
    [ 0.374959] pnp 00:04: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.374960] pnp 00:04: [io 0x0000-0x000f]
    [ 0.374961] pnp 00:04: [io 0x0b20-0x0b3f]
    [ 0.374962] pnp 00:04: [io 0x0900-0x090f]
    [ 0.374963] pnp 00:04: [io 0x0910-0x091f]
    [ 0.374964] pnp 00:04: [io 0xfe00-0xfefe]
    [ 0.374965] pnp 00:04: [io 0x0060-0x005f disabled]
    [ 0.374966] pnp 00:04: [io 0x0064-0x0063 disabled]
    [ 0.374967] pnp 00:04: [mem 0xfec00000-0xfec00fff]
    [ 0.374968] pnp 00:04: [mem 0xfee00000-0xfee00fff]
    [ 0.374969] pnp 00:04: [mem 0xfed80000-0xfed8ffff]
    [ 0.374970] pnp 00:04: [mem 0xfed61000-0xfed70fff]
    [ 0.374971] pnp 00:04: [mem 0xfec10000-0xfec10fff]
    [ 0.374972] pnp 00:04: [mem 0xfed00000-0xfed00fff]
    [ 0.374973] pnp 00:04: [mem 0xffc00000-0xffffffff]
    [ 0.375010] system 00:04: [io 0x040b] has been reserved
    [ 0.375011] system 00:04: [io 0x04d6] has been reserved
    [ 0.375012] system 00:04: [io 0x0c00-0x0c01] has been reserved
    [ 0.375014] system 00:04: [io 0x0c14] has been reserved
    [ 0.375015] system 00:04: [io 0x0c50-0x0c51] has been reserved
    [ 0.375016] system 00:04: [io 0x0c52] has been reserved
    [ 0.375017] system 00:04: [io 0x0c6c] has been reserved
    [ 0.375019] system 00:04: [io 0x0c6f] has been reserved
    [ 0.375020] system 00:04: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.375021] system 00:04: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.375022] system 00:04: [io 0x0cd4-0x0cd5] has been reserved
    [ 0.375024] system 00:04: [io 0x0cd6-0x0cd7] has been reserved
    [ 0.375025] system 00:04: [io 0x0cd8-0x0cdf] has been reserved
    [ 0.375026] system 00:04: [io 0x0800-0x089f] has been reserved
    [ 0.375028] system 00:04: [io 0x0b20-0x0b3f] has been reserved
    [ 0.375029] system 00:04: [io 0x0900-0x090f] has been reserved
    [ 0.375030] system 00:04: [io 0x0910-0x091f] has been reserved
    [ 0.375032] system 00:04: [io 0xfe00-0xfefe] has been reserved
    [ 0.375034] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.375035] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.375037] system 00:04: [mem 0xfed80000-0xfed8ffff] has been reserved
    [ 0.375038] system 00:04: [mem 0xfed61000-0xfed70fff] has been reserved
    [ 0.375040] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
    [ 0.375041] system 00:04: [mem 0xfed00000-0xfed00fff] has been reserved
    [ 0.375043] system 00:04: [mem 0xffc00000-0xffffffff] has been reserved
    [ 0.375044] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.375070] pnp 00:05: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.375071] pnp 00:05: [io 0x0290-0x029f]
    [ 0.375073] pnp 00:05: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.375097] system 00:05: [io 0x0290-0x029f] has been reserved
    [ 0.375098] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.375202] pnp 00:06: [dma 4]
    [ 0.375203] pnp 00:06: [io 0x0000-0x000f]
    [ 0.375205] pnp 00:06: [io 0x0081-0x0083]
    [ 0.375206] pnp 00:06: [io 0x0087]
    [ 0.375207] pnp 00:06: [io 0x0089-0x008b]
    [ 0.375208] pnp 00:06: [io 0x008f]
    [ 0.375209] pnp 00:06: [io 0x00c0-0x00df]
    [ 0.375224] pnp 00:06: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.375229] pnp 00:07: [io 0x0070-0x0071]
    [ 0.375236] pnp 00:07: [irq 8]
    [ 0.375249] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.375253] pnp 00:08: [io 0x0061]
    [ 0.375267] pnp 00:08: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.375275] pnp 00:09: [io 0x0010-0x001f]
    [ 0.375276] pnp 00:09: [io 0x0022-0x003f]
    [ 0.375277] pnp 00:09: [io 0x0044-0x005f]
    [ 0.375278] pnp 00:09: [io 0x0062-0x0063]
    [ 0.375279] pnp 00:09: [io 0x0065-0x006f]
    [ 0.375280] pnp 00:09: [io 0x0072-0x007f]
    [ 0.375281] pnp 00:09: [io 0x0080]
    [ 0.375282] pnp 00:09: [io 0x0084-0x0086]
    [ 0.375283] pnp 00:09: [io 0x0088]
    [ 0.375283] pnp 00:09: [io 0x008c-0x008e]
    [ 0.375284] pnp 00:09: [io 0x0090-0x009f]
    [ 0.375285] pnp 00:09: [io 0x00a2-0x00bf]
    [ 0.375286] pnp 00:09: [io 0x00e0-0x00ef]
    [ 0.375287] pnp 00:09: [io 0x04d0-0x04d1]
    [ 0.375314] system 00:09: [io 0x04d0-0x04d1] has been reserved
    [ 0.375316] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.375320] pnp 00:0a: [io 0x00f0-0x00ff]
    [ 0.375323] pnp 00:0a: [irq 13]
    [ 0.375337] pnp 00:0a: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.375366] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.375489] pnp 00:0c: [io 0x03f8-0x03ff]
    [ 0.375492] pnp 00:0c: [irq 4]
    [ 0.375493] pnp 00:0c: [dma 0 disabled]
    [ 0.375524] pnp 00:0c: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.375590] pnp 00:0d: [mem 0xfed00000-0xfed003ff]
    [ 0.375609] pnp 00:0d: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.375611] pnp: PnP ACPI: found 14 devices
    [ 0.375612] ACPI: ACPI bus type pnp unregistered
    [ 0.381875] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    [ 0.381877] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.381879] pci 0000:00:02.0: bridge window [mem 0xfd000000-0xfe0fffff]
    [ 0.381881] pci 0000:00:02.0: bridge window [mem 0xf0000000-0xf9ffffff 64bit pref]
    [ 0.381884] pci 0000:00:05.0: PCI bridge to [bus 02-02]
    [ 0.381886] pci 0000:00:05.0: bridge window [mem 0xfe200000-0xfe2fffff]
    [ 0.381889] pci 0000:00:0a.0: PCI bridge to [bus 03-03]
    [ 0.381891] pci 0000:00:0a.0: bridge window [mem 0xfe100000-0xfe1fffff]
    [ 0.381893] pci 0000:00:0a.0: bridge window [mem 0xfa100000-0xfa1fffff 64bit pref]
    [ 0.381895] pci 0000:00:14.4: PCI bridge to [bus 04-04]
    [ 0.381922] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.381923] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.381925] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.381926] pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000dffff]
    [ 0.381927] pci_bus 0000:00: resource 8 [mem 0xe0000000-0xffffffff]
    [ 0.381928] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.381930] pci_bus 0000:01: resource 1 [mem 0xfd000000-0xfe0fffff]
    [ 0.381931] pci_bus 0000:01: resource 2 [mem 0xf0000000-0xf9ffffff 64bit pref]
    [ 0.381932] pci_bus 0000:02: resource 1 [mem 0xfe200000-0xfe2fffff]
    [ 0.381934] pci_bus 0000:03: resource 1 [mem 0xfe100000-0xfe1fffff]
    [ 0.381935] pci_bus 0000:03: resource 2 [mem 0xfa100000-0xfa1fffff 64bit pref]
    [ 0.381936] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    [ 0.381937] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    [ 0.381939] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.381940] pci_bus 0000:04: resource 7 [mem 0x000c8000-0x000dffff]
    [ 0.381941] pci_bus 0000:04: resource 8 [mem 0xe0000000-0xffffffff]
    [ 0.381970] NET: Registered protocol family 2
    [ 0.382171] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.383495] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.385589] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.385848] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.385850] TCP: reno registered
    [ 0.385863] UDP hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.385947] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.386083] NET: Registered protocol family 1
    [ 0.693943] pci 0000:01:00.0: Boot video device
    [ 0.694042] PCI: CLS 64 bytes, default 64
    [ 0.694145] Unpacking initramfs...
    [ 1.743084] Freeing initrd memory: 14596k freed
    [ 1.747910] PCI-DMA: Disabling AGP.
    [ 1.748019] PCI-DMA: aperture base @ d0000000 size 65536 KB
    [ 1.748020] PCI-DMA: using GART IOMMU.
    [ 1.748022] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    [ 1.751082] LVT offset 1 assigned for vector 0x400
    [ 1.751090] IBS: LVT offset 1 assigned
    [ 1.751117] perf: AMD IBS detected (0x0000001f)
    [ 1.751254] audit: initializing netlink socket (disabled)
    [ 1.751263] type=2000 audit(1346165429.643:1): initialized
    [ 1.752226] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.754614] VFS: Disk quotas dquot_6.5.2
    [ 1.754642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.754742] msgmni has been set to 31965
    [ 1.754996] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 1.755035] io scheduler noop registered
    [ 1.755036] io scheduler deadline registered
    [ 1.755067] io scheduler cfq registered (default)
    [ 1.755441] GHES: HEST is not enabled!
    [ 1.755524] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.776028] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 1.796745] 00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 1.796898] Linux agpgart interface v0.103
    [ 1.796939] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 1.799184] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.799201] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.799378] mousedev: PS/2 mouse device common for all mice
    [ 1.799416] rtc_cmos 00:07: RTC can wake from S4
    [ 1.799536] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
    [ 1.799559] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 1.799568] cpuidle: using governor ladder
    [ 1.799569] cpuidle: using governor menu
    [ 1.799662] TCP: cubic registered
    [ 1.799729] NET: Registered protocol family 10
    [ 1.799851] NET: Registered protocol family 17
    [ 1.799854] Registering the dns_resolver key type
    [ 1.799960] PM: Hibernation image not present or could not be loaded.
    [ 1.799964] registered taskstats version 1
    [ 1.800940] rtc_cmos 00:07: setting system clock to 2012-08-28 14:50:29 UTC (1346165429)
    [ 1.800981] Initializing network drop monitor service
    [ 1.822527] Freeing unused kernel memory: 740k freed
    [ 1.822649] Write protecting the kernel read-only data: 8192k
    [ 1.825648] Freeing unused kernel memory: 1588k freed
    [ 1.827239] Freeing unused kernel memory: 640k freed
    [ 1.834108] systemd-udevd[85]: starting version 186
    [ 1.844450] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
    [ 1.844477] ACPI: Power Button [PWRB]
    [ 1.844867] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    [ 1.844874] ACPI: Power Button [PWRF]
    [ 1.845424] wmi: Mapper loaded
    [ 1.851862] SCSI subsystem initialized
    [ 1.852312] usbcore: registered new interface driver usbfs
    [ 1.852333] usbcore: registered new interface driver hub
    [ 1.852480] usbcore: registered new device driver usb
    [ 1.853090] libata version 3.00 loaded.
    [ 1.854235] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.854486] ehci_hcd 0000:00:12.2: EHCI Host Controller
    [ 1.854516] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
    [ 1.854526] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 1.854550] QUIRK: Enable AMD PLL fix
    [ 1.854561] ehci_hcd 0000:00:12.2: debug port 1
    [ 1.854584] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfe309000
    [ 1.855984] [drm] Initialized drm 1.1.0 20060810
    [ 1.856315] tg3.c:v3.123 (March 21, 2012)
    [ 1.860078] xhci_hcd 0000:02:00.0: xHCI Host Controller
    [ 1.860126] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
    [ 1.860220] xhci_hcd 0000:02:00.0: irq 46, io mem 0xfe200000
    [ 1.860271] xhci_hcd 0000:02:00.0: irq 72 for MSI/MSI-X
    [ 1.860497] xHCI xhci_add_endpoint called for root hub
    [ 1.860498] xHCI xhci_check_bandwidth called for root hub
    [ 1.860549] hub 2-0:1.0: USB hub found
    [ 1.860554] hub 2-0:1.0: 2 ports detected
    [ 1.860633] MXM: GUID detected in BIOS
    [ 1.860702] xhci_hcd 0000:02:00.0: xHCI Host Controller
    [ 1.860707] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3
    [ 1.861017] [drm] nouveau 0000:01:00.0: Detected an NVc0 generation card (0x0c8000a1)
    [ 1.861356] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 1.864189] [drm] nouveau 0000:01:00.0: Checking PRAMIN for VBIOS
    [ 1.864478] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 1.864657] xHCI xhci_add_endpoint called for root hub
    [ 1.864659] xHCI xhci_check_bandwidth called for root hub
    [ 1.864756] hub 3-0:1.0: USB hub found
    [ 1.864761] hub 3-0:1.0: 2 ports detected
    [ 1.865261] hub 1-0:1.0: USB hub found
    [ 1.865263] hub 1-0:1.0: 5 ports detected
    [ 1.871931] ehci_hcd 0000:00:13.2: EHCI Host Controller
    [ 1.871944] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 4
    [ 1.871951] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 1.872006] ehci_hcd 0000:00:13.2: debug port 1
    [ 1.872019] ehci_hcd 0000:00:13.2: irq 17, io mem 0xfe307000
    [ 1.872214] tg3 0000:03:00.0: eth0: Tigon3 [partno(BCM57781) rev 57785100] (PCI Express) MAC address 00:25:22:fb:07:f2
    [ 1.872217] tg3 0000:03:00.0: eth0: attached PHY is 57765 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
    [ 1.872219] tg3 0000:03:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
    [ 1.872221] tg3 0000:03:00.0: eth0: dma_rwctrl[00000001] dma_mask[64-bit]
    [ 1.881056] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 1.881233] hub 4-0:1.0: USB hub found
    [ 1.881235] hub 4-0:1.0: 5 ports detected
    [ 1.891094] ehci_hcd 0000:00:16.2: EHCI Host Controller
    [ 1.891099] ehci_hcd 0000:00:16.2: new USB bus registered, assigned bus number 5
    [ 1.891107] ehci_hcd 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 1.891127] ehci_hcd 0000:00:16.2: debug port 1
    [ 1.891136] ehci_hcd 0000:00:16.2: irq 17, io mem 0xfe304000
    [ 1.901001] ehci_hcd 0000:00:16.2: USB 2.0 started, EHCI 1.00
    [ 1.901109] hub 5-0:1.0: USB hub found
    [ 1.901111] hub 5-0:1.0: 4 ports detected
    [ 1.911181] ahci 0000:00:11.0: version 3.0
    [ 1.911290] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl RAID mode
    [ 1.911293] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs
    [ 1.911843] scsi0 : ahci
    [ 1.911924] scsi1 : ahci
    [ 1.911982] scsi2 : ahci
    [ 1.912040] scsi3 : ahci
    [ 1.912074] ata1: SATA max UDMA/133 abar m1024@0xfe30b000 port 0xfe30b100 irq 19
    [ 1.912077] ata2: SATA max UDMA/133 abar m1024@0xfe30b000 port 0xfe30b180 irq 19
    [ 1.912079] ata3: SATA max UDMA/133 abar m1024@0xfe30b000 port 0xfe30b200 irq 19
    [ 1.912081] ata4: SATA max UDMA/133 abar m1024@0xfe30b000 port 0xfe30b280 irq 19
    [ 1.924354] ohci_hcd 0000:00:12.0: OHCI Host Controller
    [ 1.924361] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 6
    [ 1.924379] ohci_hcd 0000:00:12.0: irq 18, io mem 0xfe30a000
    [ 1.968684] [drm] nouveau 0000:01:00.0: ... appears to be valid
    [ 1.968685] [drm] nouveau 0000:01:00.0: Using VBIOS from PRAMIN
    [ 1.968687] [drm] nouveau 0000:01:00.0: BIT BIOS found
    [ 1.968689] [drm] nouveau 0000:01:00.0: Bios version 70.10.17.00
    [ 1.968691] [drm] nouveau 0000:01:00.0: TMDS table version 2.0
    [ 1.968824] [drm] nouveau 0000:01:00.0: MXM: no VBIOS data, nothing to do
    [ 1.968825] [drm] nouveau 0000:01:00.0: DCB version 4.0
    [ 1.968827] [drm] nouveau 0000:01:00.0: DCB outp 00: 02000300 00000000
    [ 1.968828] [drm] nouveau 0000:01:00.0: DCB outp 01: 01000302 00020030
    [ 1.968830] [drm] nouveau 0000:01:00.0: DCB outp 02: 04011380 00000000
    [ 1.968831] [drm] nouveau 0000:01:00.0: DCB outp 03: 08011382 00020030
    [ 1.968832] [drm] nouveau 0000:01:00.0: DCB outp 04: 02022362 00020010
    [ 1.968834] [drm] nouveau 0000:01:00.0: DCB conn 00: 00001030
    [ 1.968835] [drm] nouveau 0000:01:00.0: DCB conn 01: 00010130
    [ 1.968836] [drm] nouveau 0000:01:00.0: DCB conn 02: 00002261
    [ 1.968840] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0x69CF
    [ 1.981590] hub 6-0:1.0: USB hub found
    [ 1.981594] hub 6-0:1.0: 5 ports detected
    [ 1.990810] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [ 1.990815] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 7
    [ 1.990825] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfe308000
    [ 1.993669] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0x706F
    [ 2.001030] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0x84CC
    [ 2.001032] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0x84D6
    [ 2.001107] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0x874A
    [ 2.001108] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0x87AF
    [ 2.021077] [drm] nouveau 0000:01:00.0: 0x87AF: Condition still not met after 20ms, skipping following opcodes
    [ 2.022345] [TTM] Zone kernel: Available graphics memory: 8184556 kiB
    [ 2.022346] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
    [ 2.022348] [TTM] Initializing pool allocator
    [ 2.022351] [TTM] Initializing DMA pool allocator
    [ 2.022357] [drm] nouveau 0000:01:00.0: Detected 1536MiB VRAM (GDDR5)
    [ 2.028259] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
    [ 2.032862] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 2.032863] [drm] No driver support for vblank timestamp query.
    [ 2.038267] [drm] nouveau 0000:01:00.0: 0 available performance level(s)
    [ 2.038270] [drm] nouveau 0000:01:00.0: c: core 50MHz shader 101MHz memory 135MHz voltage 963mV fanspeed 50%
    [ 2.048148] hub 7-0:1.0: USB hub found
    [ 2.048153] hub 7-0:1.0: 5 ports detected
    [ 2.057333] ohci_hcd 0000:00:14.5: OHCI Host Controller
    [ 2.057339] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 8
    [ 2.057352] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfe306000
    [ 2.114631] hub 8-0:1.0: USB hub found
    [ 2.114635] hub 8-0:1.0: 2 ports detected
    [ 2.123850] ohci_hcd 0000:00:16.0: OHCI Host Controller
    [ 2.123856] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 9
    [ 2.123865] ohci_hcd 0000:00:16.0: irq 18, io mem 0xfe305000
    [ 2.181148] hub 9-0:1.0: USB hub found
    [ 2.181153] hub 9-0:1.0: 4 ports detected
    [ 2.190648] scsi4 : pata_atiixp
    [ 2.190752] scsi5 : pata_atiixp
    [ 2.190846] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
    [ 2.190847] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
    [ 2.293094] [drm] nouveau 0000:01:00.0: allocated 1920x1080 fb: 0x1e0000, bo ffff88040818f800
    [ 2.293163] fbcon: nouveaufb (fb0) is primary device
    [ 2.335049] Console: switching to colour frame buffer device 160x64
    [ 2.341510] fb0: nouveaufb frame buffer device
    [ 2.341511] drm: registered panic notifier
    [ 2.341514] [drm] Initialized nouveau 1.0.0 20120316 for 0000:01:00.0 on minor 0
    [ 2.360391] ata5.00: ATAPI: TSSTcorp DVDWBD SH-B123L, SB01, max UDMA/100
    [ 2.360395] ata5.00: limited to UDMA/33 due to 40-wire cable
    [ 2.373688] ata5.00: configured for UDMA/33
    [ 2.396639] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.396693] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.396744] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.396801] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.397615] ata1.00: ATA-7: Hitachi HDT725032VLA380, V54OA58A, max UDMA/133
    [ 2.397625] ata1.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 2.398801] ata1.00: configured for UDMA/133
    [ 2.398954] scsi 0:0:0:0: Direct-Access ATA Hitachi HDT72503 V54O PQ: 0 ANSI: 5
    [ 2.404632] ata3.00: ATA-8: WDC WD5003ABYX-01WERA0, 01.01S01, max UDMA/133
    [ 2.404641] ata3.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 2.405659] ata3.00: configured for UDMA/133
    [ 2.408673] ata4.00: ATA-8: WDC WD5003ABYX-01WERA0, 01.01S01, max UDMA/133
    [ 2.408681] ata4.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 2.409685] ata4.00: configured for UDMA/133
    [ 2.632821] usb 6-1: new full-speed USB device number 2 using ohci_hcd
    [ 2.749232] Refined TSC clocksource calibration: 3547.662 MHz.
    [ 2.749249] Switching to clocksource tsc
    [ 2.797377] ata2.00: ATA-8: WDC WD20EARS-00MVWB0, 51.0AB51, max UDMA/133
    [ 2.797385] ata2.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 2.800668] ata2.00: configured for UDMA/133
    [ 2.800848] scsi 1:0:0:0: Direct-Access ATA WDC WD20EARS-00M 51.0 PQ: 0 ANSI: 5
    [ 2.801117] scsi 2:0:0:0: Direct-Access ATA WDC WD5003ABYX-0 01.0 PQ: 0 ANSI: 5
    [ 2.801300] scsi 3:0:0:0: Direct-Access ATA WDC WD5003ABYX-0 01.0 PQ: 0 ANSI: 5
    [ 2.802197] scsi 4:0:0:0: CD-ROM TSSTcorp DVDWBD SH-B123L SB01 PQ: 0 ANSI: 5
    [ 2.808878] input: Logitech G500 as /devices/pci0000:00/0000:00:12.0/usb6/6-1/6-1:1.0/input/input2
    [ 2.808951] generic-usb 0003:046D:C068.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech G500] on usb-0000:00:12.0-1/input0
    [ 2.810014] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 2.810063] sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
    [ 2.810071] sd 2:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 2.810099] sd 1:0:0:0: [sdb] Write Protect is off
    [ 2.810103] sd 3:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 2.810108] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.810111] sd 2:0:0:0: [sdc] Write Protect is off
    [ 2.810114] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.810117] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    [ 2.810120] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 2.810131] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.810134] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.810138] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.810150] sd 3:0:0:0: [sdd] Write Protect is off
    [ 2.810152] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
    [ 2.810176] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.813047] sr0: scsi3-mmc drive: 48x/40x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.813050] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.813450] sr 4:0:0:0: Attached scsi CD-ROM sr0
    [ 2.815327] sdc: sdc1
    [ 2.815338] sdc: p1 size 1323974656 extends beyond EOD, enabling native capacity
    [ 2.815862] sdc: sdc1
    [ 2.815864] sdc: p1 size 1323974656 extends beyond EOD, truncated
    [ 2.816306] sd 2:0:0:0: [sdc] Attached SCSI disk
    [ 2.820604] sdd: unknown partition table
    [ 2.820852] input: Logitech G500 as /devices/pci0000:00/0000:00:12.0/usb6/6-1/6-1:1.1/input/input3
    [ 2.821030] generic-usb 0003:046D:C068.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [Logitech G500] on usb-0000:00:12.0-1/input1
    [ 2.821049] usbcore: registered new interface driver usbhid
    [ 2.821051] usbhid: USB HID core driver
    [ 2.821054] sd 3:0:0:0: [sdd] Attached SCSI disk
    [ 2.842563] sda: sda1 sda2 < sda5 >
    [ 2.843060] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.850498] sdb: sdb1
    [ 2.850966] sd 1:0:0:0: [sdb] Attached SCSI disk
    [ 3.048555] usb 6-2: new full-speed USB device number 3 using ohci_hcd
    [ 3.226120] input: Microsoft Microsoft® SiderWinderTM X4 Keyboard as /devices/pci0000:00/0000:00:12.0/usb6/6-2/6-2:1.0/input/input4
    [ 3.226175] generic-usb 0003:045E:0768.0003: input,hidraw2: USB HID v1.11 Keyboard [Microsoft Microsoft® SiderWinderTM X4 Keyboard] on usb-0000:00:12.0-2/input0
    [ 3.243889] input: Microsoft Microsoft® SiderWinderTM X4 Keyboard as /devices/pci0000:00/0000:00:12.0/usb6/6-2/6-2:1.1/input/input5
    [ 3.243936] generic-usb 0003:045E:0768.0004: input,hidraw3: USB HID v1.11 Keyboard [Microsoft Microsoft® SiderWinderTM X4 Keyboard] on usb-0000:00:12.0-2/input1
    [ 3.490898] usb 7-2: new full-speed USB device number 2 using ohci_hcd
    [ 5.063613] input: Logitech Logitech G930 Headset as /devices/pci0000:00/0000:00:13.0/usb7/7-2/7-2:1.3/input/input6
    [ 5.063736] generic-usb 0003:046D:0A1F.0005: input,hiddev0,hidraw4: USB HID v1.01 Device [Logitech Logitech G930 Headset] on usb-0000:00:13.0-2/input3
    [ 6.475469] ISO 9660 Extensions: RRIP_1991A
    [ 6.597054] loop: module loaded
    [ 7.533161] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 7.538096] device-mapper: uevent: version 1.0.3
    [ 7.538248] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: [email protected]
    [ 7.550379] EXT4-fs (dm-0): mounted filesystem without journal. Opts: (null)
    [ 9.109438] EXT4-fs (dm-1): mounted filesystem without journal. Opts: (null)
    [ 9.971361] EXT4-fs (dm-2): mounted filesystem without journal. Opts: (null)
    [ 13.089291] EXT4-fs (dm-0): re-mounted. Opts: (null)
    [ 14.352119] systemd-udevd[340]: starting version 186
    [ 17.929068] FS-Cache: Loaded
    [ 18.438650] RPC: Registered named UNIX socket transport module.
    [ 18.438652] RPC: Registered udp transport module.
    [ 18.438653] RPC: Registered tcp transport module.
    [ 18.438654] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 18.782016] ACPI: processor limited to max C-state 1
    [ 19.635195] sp5100_tco: SP5100 TCO WatchDog Timer Driver v0.01
    [ 19.635240] sp5100_tco: mmio address 0xbafe00 already in use
    [ 20.204771] input: PC Speaker as /devices/platform/pcspkr/input/input7
    [ 20.640467] EDAC MC: Ver: 2.1.0
    [ 20.777274] powernow-k8: Found 1 AMD Phenom(tm) II X6 1100T Processor (6 cpu cores) (version 2.20.00)
    [ 20.777285] powernow-k8: Core Performance Boosting: on.
    [ 20.777323] powernow-k8: 0 : pstate 0 (3300 MHz)
    [ 20.777324] powernow-k8: 1 : pstate 1 (2500 MHz)
    [ 20.777325] powernow-k8: 2 : pstate 2 (1700 MHz)
    [ 20.777326] powernow-k8: 3 : pstate 3 (800 MHz)
    [ 20.862178] MCE: In-kernel MCE decoding enabled.
    [ 20.879881] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
    [ 20.880685] AMD64 EDAC driver v3.4.0
    [ 20.880940] EDAC amd64: DRAM ECC disabled.
    [ 20.880985] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    [ 20.880989] Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    [ 20.880993] (Note that use of the override may cause unknown side effects.)
    [ 21.149386] microcode: CPU0: patch_level=0x010000bf
    [ 21.151641] microcode: failed to load file amd-ucode/microcode_amd.bin
    [ 21.151695] microcode: CPU1: patch_level=0x010000bf
    [ 21.152602] microcode: failed to load file amd-ucode/microcode_amd.bin
    [ 21.152661] microcode: CPU2: patch_level=0x010000bf
    [ 21.153521] microcode: failed to load file amd-ucode/microcode_amd.bin
    [ 21.153564] microcode: CPU3: patch_level=0x010000bf
    [ 21.154417] microcode: failed to load file amd-ucode/microcode_amd.bin
    [ 21.154464] microcode: CPU4: patch_level=0x010000bf
    [ 21.155273] microcode: failed to load file amd-ucode/microcode_amd.bin
    [ 21.155320] microcode: CPU5: patch_level=0x010000bf
    [ 21.156146] microcode: failed to load file amd-ucode/microcode_amd.bin
    [ 21.156367] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 21.398431] NFS: Registering the id_resolver key type
    [ 21.398447] FS-Cache: Netfs 'nfs' registered for caching
    [ 21.398865] systemd-modules-load[343]: Inserted module 'nfs'
    [ 21.848081] usbcore: registered new interface driver snd-usb-audio
    [ 22.019691] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
    [ 22.019773] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
    [ 22.019885] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
    [ 22.019956] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
    [ 22.020013] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
    [ 22.020063] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input13
    [ 22.020191] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input14
    [ 22.020309] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input15
    [ 22.020776] hda_intel: Disabling MSI
    [ 22.951109] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input16
    [ 22.951340] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input17
    [ 22.951541] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input18
    [ 22.951732] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input19
    [ 23.381688] systemd-vconsole-setup[441]: /usr/bin/loadkeys failed with error code 1.
    [ 23.381709] systemd-vconsole-setup[441]: /usr/bin/setfont failed with error code 1.
    [ 23.727260] EXT4-fs (dm-0): re-mounted. Opts: (null)
    [ 52.336128] raid0: Unknown parameter `raid1'
    [ 55.491171] md: raid0 personality registered for level 0
    [ 56.378538] md: raid1 personality registered for level 1
    [ 72.262557] md: raid10 personality registered for level 10
    [ 398.203893] ISOFS: Unable to identify CD-ROM format.
    [ 398.209523] SQUASHFS error: Can't find a SQUASHFS superblock on sdb
    [ 399.396899] EXT4-fs (sdb): VFS: Can't find ext4 filesystem
    [ 399.418501] EXT4-fs (sdb): VFS: Can't find ext4 filesystem
    [ 399.440053] EXT4-fs (sdb): VFS: Can't find ext4 filesystem
    [ 404.613431] fuse init (API version 7.18)
    [ 521.944483] mdadm: sending ioctl 800c0910 to a partition!
    [ 521.944491] mdadm: sending ioctl 800c0910 to a partition!
    [ 521.944499] mdadm: sending ioctl 1261 to a partition!
    [ 521.944504] mdadm: sending ioctl 1261 to a partition!
    [ 521.944657] mdadm: sending ioctl 1261 to a partition!
    [ 521.944662] mdadm: sending ioctl 1261 to a partition!
    [ 521.944802] mdadm: sending ioctl 1261 to a partition!
    [ 521.944806] mdadm: sending ioctl 1261 to a partition!
    [ 521.944941] mdadm: sending ioctl 1261 to a partition!
    [ 521.944945] mdadm: sending ioctl 1261 to a partition!
    Last edited by Kent (2012-09-21 10:17:41)

    00:00.0 Host bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx0 port B) (rev 02)
    00:02.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port B)
    00:05.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port E)
    00:0a.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port A)
    00:11.0 RAID bus controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [RAID5 mode] (rev 40)
    00:12.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:12.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:13.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:13.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:14.0 SMBus: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller (rev 42)
    00:14.1 IDE interface: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 IDE Controller (rev 40)
    00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
    00:14.3 ISA bridge: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
    00:14.4 PCI bridge: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge (rev 40)
    00:14.5 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
    00:16.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:16.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
    00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
    00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
    01:00.0 VGA compatible controller: NVIDIA Corporation GF110 [GeForce GTX 580] (rev a1)
    01:00.1 Audio device: NVIDIA Corporation GF110 High Definition Audio Controller (rev a1)
    02:00.0 USB controller: Etron Technology, Inc. EJ168 USB 3.0 Host Controller (rev 01)
    03:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57781 Gigabit Ethernet PCIe (rev 10)
    If that's the output of lspci , i don't see any hardware raid controller .
    You are probably using the raid option of a motherboard's sata controller .
    Those controllers typically rely on the cpu for operation, lack a raid bios and need a software driver to access the array.
    lilsirecho' post above should help you to get started.

  • [solved] Arch freezes before login

    Hello there,
    today I restarted my computer after about 4 days uptime to clean the dust and reconnect my DVD derive. For this I removed my radeon graphics card and a usb device I didn't need.
    After cleaning and reconnecting everything I tried to start my computer. My BIOS didn't let me and told me that my hard disk drive was failing and I should back it up and insert a 'proper' boot medium. I didn't really believe it because not so a long time ago I checked this device and it was completly fine. I disconnected the DVD drive and indeed my BIOS let me pass without any trouble.
    But now Arch boots to the login shell and just freezes. I only get enough time to enter the first few letters of my username. Before the boot screen clears for the login screen I always get a glance on a error about my graphics card (a radeon hd 6850, I use the radeon driver) and another device and that they are initialized in a generic mode or something. Couldn't find anything in the logs about that.
    Here are they and I hope someone is able to help:
    errors.log;
    Apr 10 11:00:32 localhost kernel: [13239.127128] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 11:00:32 localhost kernel: [13239.230302] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 11:00:32 localhost kernel: [13239.333550] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 11:29:11 localhost /usr/sbin/crond[757]: (CRON) INFO (Syslog will be used instead of sendmail.): No such file or directory
    Apr 10 11:29:12 localhost kernel: [ 5.247408] SP5100 TCO timer: mmio address 0xfec000f0 already in use
    Apr 10 11:29:13 localhost dhcpcd[661]: eth0: sendmsg: Cannot assign requested address
    Apr 10 11:39:02 localhost kernel: [ 600.497461] sd 6:0:0:0: [sdb] No Caching mode page present
    Apr 10 11:39:02 localhost kernel: [ 600.497466] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Apr 10 11:39:02 localhost kernel: [ 600.500091] sd 6:0:0:0: [sdb] No Caching mode page present
    Apr 10 11:39:02 localhost kernel: [ 600.500095] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Apr 10 11:39:02 localhost kernel: [ 600.656186] sd 6:0:0:0: [sdb] No Caching mode page present
    Apr 10 11:39:02 localhost kernel: [ 600.656190] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Apr 10 15:41:56 localhost kernel: [ 5876.442283] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 15:41:56 localhost kernel: [ 5876.544457] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 15:41:56 localhost kernel: [ 5876.647780] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 23:27:41 localhost kernel: [16940.661233] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 23:27:41 localhost kernel: [16940.766765] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 23:27:41 localhost kernel: [16940.869935] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 17:21:00 localhost kernel: [20588.434135] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 17:21:00 localhost kernel: [20588.435869] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 17:21:00 localhost kernel: [20588.539596] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 19:02:41 localhost kernel: [25592.893677] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 19:02:41 localhost kernel: [25592.995809] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 19:02:41 localhost kernel: [25593.099094] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 19:05:39 localhost ata_id[12267]: HDIO_GET_IDENTITY failed for '/dev/sdb': Invalid argument
    Apr 11 19:07:59 localhost kernel: [25917.827291] sd 8:0:0:0: [sdc] No Caching mode page present
    Apr 11 19:07:59 localhost kernel: [25917.827295] sd 8:0:0:0: [sdc] Assuming drive cache: write through
    Apr 11 19:07:59 localhost kernel: [25917.830813] sd 8:0:0:0: [sdc] No Caching mode page present
    Apr 11 19:07:59 localhost kernel: [25917.830817] sd 8:0:0:0: [sdc] Assuming drive cache: write through
    Apr 11 19:07:59 localhost kernel: [25917.906660] sd 8:0:0:0: [sdc] No Caching mode page present
    Apr 11 19:07:59 localhost kernel: [25917.906664] sd 8:0:0:0: [sdc] Assuming drive cache: write through
    Apr 11 19:31:46 localhost ata_id[23321]: HDIO_GET_IDENTITY failed for '/dev/sdb': Invalid argument
    Apr 11 19:31:48 localhost ata_id[23349]: HDIO_GET_IDENTITY failed for '/dev/sdb': Invalid argument
    Apr 11 19:31:49 localhost ata_id[23358]: HDIO_GET_IDENTITY failed for '/dev/sdb': Invalid argument
    Apr 12 10:31:46 localhost kernel: [41074.655485] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 10:31:46 localhost kernel: [41074.757712] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 10:31:46 localhost kernel: [41074.860847] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 17:27:02 localhost kernel: [43038.005295] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 17:27:02 localhost kernel: [43038.107420] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 17:27:02 localhost kernel: [43038.210662] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 18:03:40 localhost kernel: [45244.094026] hub 6-0:1.0: port 2 disabled by hub (EMI?), re-enabling...
    Apr 12 22:57:48 localhost kernel: [46996.101540] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 22:57:48 localhost kernel: [46996.203669] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 22:57:48 localhost kernel: [46996.306895] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 06:48:04 localhost kernel: [49544.131279] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 06:48:04 localhost kernel: [49544.233392] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 06:48:04 localhost kernel: [49544.234948] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 10:22:52 localhost kernel: [50732.517856] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 10:22:52 localhost kernel: [50732.620028] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 10:22:52 localhost kernel: [50732.723191] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 10:24:40 localhost kernel: [50848.424796] sd 9:0:0:0: [sdb] No Caching mode page present
    Apr 13 10:24:40 localhost kernel: [50848.424800] sd 9:0:0:0: [sdb] Assuming drive cache: write through
    Apr 13 10:24:40 localhost kernel: [50848.427413] sd 9:0:0:0: [sdb] No Caching mode page present
    Apr 13 10:24:40 localhost kernel: [50848.427417] sd 9:0:0:0: [sdb] Assuming drive cache: write through
    Apr 13 10:24:40 localhost kernel: [50848.515912] sd 9:0:0:0: [sdb] No Caching mode page present
    Apr 13 10:24:40 localhost kernel: [50848.515916] sd 9:0:0:0: [sdb] Assuming drive cache: write through
    Apr 13 19:52:08 localhost kernel: [81867.864800] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 19:52:08 localhost kernel: [81867.966901] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 19:52:08 localhost kernel: [81868.070164] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 14 03:47:04 localhost kernel: [88628.314034] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 14 03:47:04 localhost kernel: [88628.416250] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 14 03:47:04 localhost kernel: [88628.522848] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 14 16:52:01 localhost kernel: [88690.920669] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 14 16:52:01 localhost kernel: [88690.922415] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 14 16:52:01 localhost kernel: [88690.924031] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    pacman.log
    [2012-04-10 11:46] Running 'pacman-color -Syu'
    [2012-04-10 11:46] synchronizing package lists
    [2012-04-10 11:46] starting full system upgrade
    [2012-04-10 11:46] upgraded akonadi (1.7.1-1 -> 1.7.2-1)
    [2012-04-10 11:46] upgraded arch-wiki-docs (20111219-1 -> 20120410-1)
    [2012-04-10 11:46] upgraded girara-common (0.1.1-1 -> 0.1.2-1)
    [2012-04-10 11:46] upgraded girara-gtk2 (0.1.1-1 -> 0.1.2-1)
    [2012-04-10 11:47] upgraded gparted (0.12.0-2 -> 0.12.1-1)
    [2012-04-10 11:47] unregistering X11-1.5.0.1 would break the following packages: xmonad-0.10 (ignoring)
    [2012-04-10 11:47] Reading package info from stdin ... done.
    [2012-04-10 11:47] --read-interface=array-0.4.0.0,array-0.4.0.0/array.haddock --read-interface=base-4.5.0.0,base-4.5.0.0/base.haddock --read-interface=binary-0.5.1.0,binary-0.5.1.0/binary.haddock --read-interface=bin-package-db-0.0.0.0,bin-package-db-0.0.0.0/bin-package-db.haddock --read-interface=bytestring-0.9.2.1,bytestring-0.9.2.1/bytestring.haddock --read-interface=Cabal-1.14.0,Cabal-1.14.0/Cabal.haddock --read-interface=containers-0.4.2.1,containers-0.4.2.1/containers.haddock --read-interface=deepseq-1.3.0.0,deepseq-1.3.0.0/deepseq.haddock --read-interface=directory-1.1.0.2,directory-1.1.0.2/directory.haddock --read-interface=extensible-exceptions-0.1.1.4,extensible-exceptions-0.1.1.4/extensible-exceptions.haddock --read-interface=filepath-1.3.0.0,filepath-1.3.0.0/filepath.haddock --read-interface=ghc-prim-0.2.0.0,ghc-prim-0.2.0.0/ghc-prim.haddock --read-interface=haskell2010-1.1.0.1,haskell2010-1.1.0.1/haskell2010.haddock --read-interface=haskell98-2.0.0.1,haskell98-2.0.0.1/haskell98.haddock --read-interface=hoopl-3.8.7.3,hoopl-3.8.7.3/hoopl.haddock --read-interface=hpc-0.5.1.1,hpc-0.5.1.1/hpc.haddock --read-interface=integer-gmp-0.4.0.0,integer-gmp-0.4.0.0/integer-gmp.haddock --read-interface=mtl,mtl/mtl.haddock --read-interface=old-locale-1.0.0.4,old-locale-1.0.0.4/old-locale.haddock --read-interface=old-time-1.1.0.0,old-time-1.1.0.0/old-time.haddock --read-interface=pretty-1.1.1.0,pretty-1.1.1.0/pretty.haddock --read-interface=process-1.1.0.1,process-1.1.0.1/process.haddock --read-interface=syb,syb/syb.haddock --read-interface=template-haskell-2.7.0.0,template-haskell-2.7.0.0/template-haskell.haddock --read-interface=time-1.4,time-1.4/time.haddock --read-interface=transformers,transformers/transformers.haddock --read-interface=unix-2.5.1.0,unix-2.5.1.0/unix.haddock --read-interface=utf8-string,utf8-string/utf8-string.haddock --read-interface=X11,X11/X11.haddock
    [2012-04-10 11:47] upgraded haskell-x11 (1.5.0.1-2 -> 1.5.0.1-3)
    [2012-04-10 11:47] upgraded mpd (0.16.7-3 -> 0.16.8-2)
    [2012-04-10 11:47] upgraded zathura (0.1.1-4 -> 0.1.2-1)
    [2012-04-10 15:58] Running 'pacman-color -Syu'
    [2012-04-10 15:58] synchronizing package lists
    [2012-04-10 15:59] starting full system upgrade
    [2012-04-10 15:59] upgraded vim-runtime (7.3.475-1 -> 7.3.495-1)
    [2012-04-10 15:59] upgraded gvim (7.3.475-1 -> 7.3.495-1)
    [2012-04-10 16:22] Running 'pacman-color -Syu'
    [2012-04-10 16:22] synchronizing package lists
    [2012-04-10 16:22] starting full system upgrade
    [2012-04-11 00:27] Running 'pacman-color -Syu'
    [2012-04-11 00:27] synchronizing package lists
    [2012-04-11 00:27] starting full system upgrade
    [2012-04-11 00:28] upgraded libpciaccess (0.13-1 -> 0.13.1-1)
    [2012-04-11 00:28] upgraded lib32-libpciaccess (0.13-1 -> 0.13.1-1)
    [2012-04-11 00:28] upgraded xorg-server-common (1.12.0.901-1 -> 1.12.0.902-1)
    [2012-04-11 00:28] upgraded xorg-server (1.12.0.901-1 -> 1.12.0.902-1)
    [2012-04-11 17:24] Running 'pacman-color -Syu'
    [2012-04-11 17:24] synchronizing package lists
    [2012-04-11 17:25] Running 'pacman-color -Syu'
    [2012-04-11 17:25] synchronizing package lists
    [2012-04-11 17:25] Running 'pacman-color -Rns gcc-libs-multilib'
    [2012-04-11 17:25] Running 'pacman-color -Syu gcc-libs'
    [2012-04-11 17:25] synchronizing package lists
    [2012-04-11 17:26] Running 'pacman-color -S pacman'
    [2012-04-11 17:26] upgraded pacman (4.0.2-1 -> 4.0.3-1)
    [2012-04-11 17:26] Running 'pacman-color -Syu'
    [2012-04-11 17:26] synchronizing package lists
    [2012-04-11 17:26] starting full system upgrade
    [2012-04-11 17:26] Users no longer need to be in the 'camera' group to use camera devices
    [2012-04-11 17:26] upgraded libgphoto2 (2.4.13-1 -> 2.4.13-2)
    [2012-04-11 17:26] upgraded ntfs-3g (2012.1.15-1 -> 2012.1.15-2)
    [2012-04-11 17:26] upgraded perl-list-moreutils (0.33-1 -> 0.33-2)
    [2012-04-11 17:26] Updating vim help tags...done.
    [2012-04-11 17:26] upgraded vim-bufexplorer (7.2.8-4 -> 7.2.8-5)
    [2012-04-11 17:26] upgraded vim-colorsamplerpack (8.03-2 -> 8.03-3)
    [2012-04-11 17:26] upgraded vim-doxygentoolkit (0.2.13-1 -> 0.2.13-2)
    [2012-04-11 17:40] Running 'pacman-color -Syu'
    [2012-04-11 17:40] synchronizing package lists
    [2012-04-11 17:40] starting full system upgrade
    [2012-04-11 17:41] Running 'pacman -U /home/jonas/opera-next/opera-next-12.00_1362-1-x86_64.pkg.tar.xz'
    [2012-04-11 17:41] upgraded opera-next (12.00_1359-1 -> 12.00_1362-1)
    [2012-04-11 20:56] Running 'pacman-color -Syu'
    [2012-04-11 20:56] synchronizing package lists
    [2012-04-11 20:56] starting full system upgrade
    [2012-04-11 20:58] upgraded lib32-gcc-libs (4.7.0-3 -> 4.7.0-4)
    [2012-04-11 20:58] upgraded gcc-libs-multilib (4.7.0-3 -> 4.7.0-4)
    [2012-04-11 20:58] upgraded gcc-multilib (4.7.0-3 -> 4.7.0-4)
    [2012-04-11 20:58] upgraded vimpager (1.6.7-1 -> 1.6.8-1)
    [2012-04-11 21:09] Running 'pacman-color -Syu'
    [2012-04-11 21:09] synchronizing package lists
    [2012-04-11 21:09] starting full system upgrade
    [2012-04-11 21:11] Running 'pacman -U /home/jonas/pacman-color-testing/pacman-color-testing-4.0.3-1-x86_64.pkg.tar.xz'
    [2012-04-11 21:11] upgraded pacman-color-testing (4.0.2-1 -> 4.0.3-1)
    [2012-04-12 17:46] Running 'pacman -S --asdeps libqtgtl libpqxx freetds fftw libspnav automoc4 boost cmake eigen pstoedit libwpg create-svn libgsf'
    [2012-04-12 17:46] Running 'pacman -S --asdeps llvm opengtl'
    [2012-04-12 17:47] installed llvm (3.0-2)
    [2012-04-12 17:47] installed opengtl (0.9.16-1)
    [2012-04-12 17:47] Running 'pacman -S --asdeps cmake'
    [2012-04-12 17:48] installed cmake (2.8.7-2)
    [2012-04-12 17:48] Running 'pacman -U /home/jonas/calligra-filters-git/libqtgtl/libqtgtl-0.9.2-1-x86_64.pkg.tar.xz'
    [2012-04-12 18:07] installed libqtgtl (0.9.2-1)
    [2012-04-12 18:07] Running 'pacman -S --asdeps libpqxx freetds fftw libspnav automoc4 boost eigen pstoedit libwpg create-svn libgsf'
    [2012-04-12 18:08] Running 'pacman -U /home/jonas/calligra-filters-git/libspnav/libspnav-0.2.2-2-x86_64.pkg.tar.xz'
    [2012-04-12 18:12] installed libspnav (0.2.2-2)
    [2012-04-12 18:26] Running 'pacman -S --asdeps libpqxx freetds fftw automoc4 boost eigen pstoedit libwpg create-svn libgsf'
    [2012-04-12 18:26] Running 'pacman-color -Syu'
    [2012-04-12 18:26] synchronizing package lists
    [2012-04-12 18:26] starting full system upgrade
    [2012-04-12 18:31] upgraded consolekit (0.4.5-2 -> 0.4.6-1)
    [2012-04-12 18:31] upgraded libwbclient (3.6.3-4 -> 3.6.4-1)
    [2012-04-12 18:31] upgraded mkinitcpio (0.8.6-2 -> 0.8.7-1)
    [2012-04-12 18:31] upgraded smbclient (3.6.3-4 -> 3.6.4-1)
    [2012-04-12 18:31] upgraded transmission-cli (2.50-1 -> 2.51-1)
    [2012-04-12 18:31] upgraded udev (181-9 -> 182-1)
    [2012-04-13 11:31] Running 'pacman-color -D --asdeps libqtgtl libspnav'
    [2012-04-13 11:35] Running 'pacman -S --asdeps sdl_image'
    [2012-04-13 11:35] installed sdl_image (1.2.12-2)
    [2012-04-13 11:38] Running 'pacman -U /home/jonas/flare-rpg/flare-rpg-0.15.1-2-x86_64.pkg.tar.xz'
    [2012-04-13 11:40] installed flare-rpg (0.15.1-2)
    [2012-04-13 13:49] Running 'pacman-color -Syu rtorrent'
    [2012-04-13 13:49] synchronizing package lists
    [2012-04-13 13:49] starting full system upgrade
    [2012-04-13 13:49] installed libtorrent (0.12.9-1)
    [2012-04-13 13:49] installed xmlrpc-c (1:1.29.2-1)
    [2012-04-13 13:49] installed rtorrent (0.8.9-2)
    [2012-04-13 13:49] upgraded consolekit (0.4.6-1 -> 0.4.6-2)
    [2012-04-13 13:49] upgraded flashplugin (11.2.202.228-1 -> 11.2.202.233-1)
    [2012-04-13 13:49] upgraded libmysqlclient (5.5.22-1 -> 5.5.23-1)
    [2012-04-13 13:49] upgraded mysql-clients (5.5.22-1 -> 5.5.23-1)
    [2012-04-13 13:49] upgraded mysql (5.5.22-1 -> 5.5.23-1)
    [2012-04-13 13:51] Running 'pacman-color -Rns rtorrent'
    [2012-04-13 13:51] removed rtorrent (0.8.9-2)
    [2012-04-13 13:51] removed xmlrpc-c (1:1.29.2-1)
    [2012-04-13 13:51] removed libtorrent (0.12.9-1)
    [2012-04-13 13:55] Running 'pacman -U /home/jonas/transmission-gtk2/transmission-gtk2-2.51-1-x86_64.pkg.tar.xz'
    [2012-04-13 13:55] installed transmission-gtk2 (2.51-1)
    [2012-04-13 13:56] Running 'pacman-color -Rns transmission-cli'
    [2012-04-13 13:56] removed transmission-cli (2.51-1)
    [2012-04-13 16:32] Running 'pacman-color -Syu'
    [2012-04-13 16:32] synchronizing package lists
    [2012-04-13 16:32] starting full system upgrade
    [2012-04-13 18:27] Running 'pacman-color -Scc'
    [2012-04-13 18:27] Running 'pacman-color -Sc'
    [2012-04-13 18:32] Running 'pacman-color -Rns 0ad'
    [2012-04-13 18:32] removed 0ad (a9-1)
    [2012-04-13 18:32] removed gamin (0.1.10-6)
    [2012-04-13 18:32] removed enet (1.3.3-2)
    [2012-04-13 18:32] removed 0ad-data (a9-1)
    [2012-04-13 18:32] Running 'pacman-color -Sc'
    [2012-04-14 18:14] Running 'pacman-color -Syu'
    [2012-04-14 18:14] synchronizing package lists
    [2012-04-14 18:14] starting full system upgrade
    [2012-04-14 18:14] upgraded dbus-core (1.4.16-1 -> 1.4.20-2)
    [2012-04-14 18:14] upgraded dbus (1.4.16-1 -> 1.4.20-1)
    [2012-04-14 18:14] upgraded dbus-python (0.84.0-1 -> 1.0.0-1)
    [2012-04-14 18:14] upgraded garcon (0.1.11-1 -> 0.1.12-1)
    [2012-04-14 18:14] upgraded mkinitcpio (0.8.7-1 -> 0.8.7-2)
    [2012-04-14 18:14] upgraded qt (4.8.1-1 -> 4.8.1-2)
    [2012-04-14 18:15] upgraded wine (1.5.1-1 -> 1.5.2-1)
    [2012-04-14 18:15] upgraded xorg-server-common (1.12.0.902-1 -> 1.12.1-1)
    [2012-04-14 18:15] upgraded xorg-server (1.12.0.902-1 -> 1.12.1-1)
    dmesg;
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.3.1-1-ARCH (tobias@T-POWA-LX) (gcc version 4.6.3 (GCC) ) #1 SMP PREEMPT Tue Apr 3 06:46:17 UTC 2012
    [ 0.000000] Command line: root=/dev/disk/by-label/archroot ro
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e6000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cfe90000 (usable)
    [ 0.000000] BIOS-e820: 00000000cfe90000 - 00000000cfea8000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000cfea8000 - 00000000cfed0000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000cfed0000 - 00000000cff00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 0000000430000000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI present.
    [ 0.000000] DMI: System manufacturer System Product Name/M4A79T Deluxe, BIOS 3205 06/07/2010
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x430000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
    [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
    [ 0.000000] 2 base 0000C0000000 mask FFFFF0000000 write-back
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 0000000430000000 aka 17152M
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820 update range: 00000000d0000000 - 0000000100000000 (usable) ==> (reserved)
    [ 0.000000] last_pfn = 0xcfe90 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000ff780] ff780
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000cfe90000
    [ 0.000000] 0000000000 - 00c0000000 page 1G
    [ 0.000000] 00c0000000 - 00cfe00000 page 2M
    [ 0.000000] 00cfe00000 - 00cfe90000 page 4k
    [ 0.000000] kernel direct mapping tables up to cfe90000 @ 1fffd000-20000000
    [ 0.000000] init_memory_mapping: 0000000100000000-0000000430000000
    [ 0.000000] 0100000000 - 0400000000 page 1G
    [ 0.000000] 0400000000 - 0430000000 page 2M
    [ 0.000000] kernel direct mapping tables up to 430000000 @ cfe8e000-cfe90000
    [ 0.000000] RAMDISK: 37d2b000 - 37ff0000
    [ 0.000000] ACPI: RSDP 00000000000fb860 00014 (v00 ACPIAM)
    [ 0.000000] ACPI: RSDT 00000000cfe90000 0003C (v01 060710 RSDT1948 20100607 MSFT 00000097)
    [ 0.000000] ACPI: FACP 00000000cfe90200 00084 (v01 060710 FACP1948 20100607 MSFT 00000097)
    [ 0.000000] ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20120111/tbfadt-579)
    [ 0.000000] ACPI: DSDT 00000000cfe90450 0E856 (v01 A1160 A1160000 00000000 INTL 20060113)
    [ 0.000000] ACPI: FACS 00000000cfea8000 00040
    [ 0.000000] ACPI: APIC 00000000cfe90390 0007C (v01 060710 APIC1948 20100607 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 00000000cfe90410 0003C (v01 060710 OEMMCFG 20100607 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 00000000cfea8040 00072 (v01 060710 OEMB1948 20100607 MSFT 00000097)
    [ 0.000000] ACPI: SRAT 00000000cfe9f450 000E8 (v03 AMD FAM_F_10 00000002 AMD 00000001)
    [ 0.000000] ACPI: HPET 00000000cfe9f540 00038 (v01 060710 OEMHPET 20100607 MSFT 00000097)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
    [ 0.000000] SRAT: Node 0 PXM 0 0-a0000
    [ 0.000000] SRAT: Node 0 PXM 0 100000-d0000000
    [ 0.000000] SRAT: Node 0 PXM 0 100000000-430000000
    [ 0.000000] NUMA: Node 0 [0,a0000) + [100000,d0000000) -> [0,d0000000)
    [ 0.000000] NUMA: Node 0 [0,d0000000) + [100000000,430000000) -> [0,430000000)
    [ 0.000000] Initmem setup node 0 0000000000000000-0000000430000000
    [ 0.000000] NODE_DATA [000000042fffb000 - 000000042fffffff]
    [ 0.000000] [ffffea0000000000-ffffea0010bfffff] PMD -> [ffff88041f600000-ffff88042f5fffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x00430000
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] Early memory PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x000cfe90
    [ 0.000000] 0: 0x00100000 -> 0x00430000
    [ 0.000000] On node 0 totalpages: 4193823
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3914 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 16320 pages used for memmap
    [ 0.000000] DMA32 zone: 831184 pages, LIFO batch:31
    [ 0.000000] Normal zone: 52224 pages used for memmap
    [ 0.000000] Normal zone: 3290112 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x84] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x85] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000
    [ 0.000000] SMP: Allowing 6 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e6000
    [ 0.000000] PM: Registered nosave memory: 00000000000e6000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000cfe90000 - 00000000cfea8000
    [ 0.000000] PM: Registered nosave memory: 00000000cfea8000 - 00000000cfed0000
    [ 0.000000] PM: Registered nosave memory: 00000000cfed0000 - 00000000cff00000
    [ 0.000000] PM: Registered nosave memory: 00000000cff00000 - 00000000fff00000
    [ 0.000000] PM: Registered nosave memory: 00000000fff00000 - 0000000100000000
    [ 0.000000] Allocating PCI resources starting at cff00000 (gap: cff00000:30000000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:6 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88042fc00000 s82176 r8192 d24320 u262144
    [ 0.000000] pcpu-alloc: s82176 r8192 d24320 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 - -
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4125210
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=/dev/disk/by-label/archroot ro
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Node 0: aperture @ c4000000 size 32 MB
    [ 0.000000] Aperture pointing to e820 RAM. Ignoring.
    [ 0.000000] Your BIOS doesn't leave a aperture memory hole
    [ 0.000000] Please enable the IOMMU option in the BIOS setup
    [ 0.000000] This costs you 64 MB of RAM
    [ 0.000000] Mapping aperture over 65536 KB of RAM @ c4000000
    [ 0.000000] PM: Registered nosave memory: 00000000c4000000 - 00000000c8000000
    [ 0.000000] Memory: 16366888k/17563648k available (4507k kernel code, 788356k absent, 408404k reserved, 4315k data, 732k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:4352 nr_irqs:728 16
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 67108864 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 3210.762 MHz processor.
    [ 0.003336] Calibrating delay loop (skipped), value calculated using timer frequency.. 6424.08 BogoMIPS (lpj=10702540)
    [ 0.003340] pid_max: default: 32768 minimum: 301
    [ 0.003356] Security Framework initialized
    [ 0.003360] AppArmor: AppArmor disabled by boot time parameter
    [ 0.004359] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.009978] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.011818] Mount-cache hash table entries: 256
    [ 0.011918] Initializing cgroup subsys cpuacct
    [ 0.011920] Initializing cgroup subsys memory
    [ 0.011926] Initializing cgroup subsys devices
    [ 0.011928] Initializing cgroup subsys freezer
    [ 0.011929] Initializing cgroup subsys net_cls
    [ 0.011931] Initializing cgroup subsys blkio
    [ 0.011952] tseg: 0000000000
    [ 0.011963] CPU: Physical Processor ID: 0
    [ 0.011964] CPU: Processor Core ID: 0
    [ 0.011966] mce: CPU supports 6 MCE banks
    [ 0.012513] ACPI: Core revision 20120111
    [ 0.016673] ftrace: allocating 17413 entries in 69 pages
    [ 0.023719] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.058830] CPU0: AMD Phenom(tm) II X4 840 Processor stepping 03
    [ 0.059996] Performance Events: AMD PMU driver.
    [ 0.059996] ... version: 0
    [ 0.059996] ... bit width: 48
    [ 0.059996] ... generic registers: 4
    [ 0.059996] ... value mask: 0000ffffffffffff
    [ 0.059996] ... max period: 00007fffffffffff
    [ 0.059996] ... fixed-purpose events: 0
    [ 0.059996] ... event mask: 000000000000000f
    [ 0.076711] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.103360] Booting Node 0, Processors #1
    [ 0.103363] smpboot cpu 1: start_ip = 9a000
    [ 0.116684] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.136704] #2
    [ 0.136706] smpboot cpu 2: start_ip = 9a000
    [ 0.150015] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.170030] #3
    [ 0.170032] smpboot cpu 3: start_ip = 9a000
    [ 0.183357] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.190007] Brought up 4 CPUs
    [ 0.190010] Total of 4 processors activated (25696.35 BogoMIPS).
    [ 0.190521] devtmpfs: initialized
    [ 0.191849] PM: Registering ACPI NVS region at cfea8000 (163840 bytes)
    [ 0.191849] NET: Registered protocol family 16
    [ 0.191849] node 0 link 0: io port [1000, ffffff]
    [ 0.191849] TOM: 00000000d0000000 aka 3328M
    [ 0.191849] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
    [ 0.191849] node 0 link 0: mmio [e0000000, efffffff] ==> none
    [ 0.191849] node 0 link 0: mmio [f0000000, ffffffff]
    [ 0.191849] node 0 link 0: mmio [a0000, bffff]
    [ 0.191849] node 0 link 0: mmio [d0000000, dfffffff]
    [ 0.191849] TOM2: 0000000430000000 aka 17152M
    [ 0.191849] bus: [00, 07] on node 0 link 0
    [ 0.191849] bus: 00 index 0 [io 0x0000-0xffff]
    [ 0.191849] bus: 00 index 1 [mem 0xf0000000-0xffffffff]
    [ 0.191849] bus: 00 index 2 [mem 0x000a0000-0x000bffff]
    [ 0.191849] bus: 00 index 3 [mem 0xd0000000-0xdfffffff]
    [ 0.191849] bus: 00 index 4 [mem 0x430000000-0xfcffffffff]
    [ 0.191849] ACPI: bus type pci registered
    [ 0.191849] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.191849] PCI: not using MMCONFIG
    [ 0.191849] PCI: Using configuration type 1 for base access
    [ 0.191849] PCI: Using configuration type 1 for extended access
    [ 0.191849] mtrr: your CPUs had inconsistent fixed MTRR settings
    [ 0.191849] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.191849] mtrr: corrected configuration.
    [ 0.193356] bio: create slab <bio-0> at 0
    [ 0.193359] ACPI: Added _OSI(Module Device)
    [ 0.193359] ACPI: Added _OSI(Processor Device)
    [ 0.193359] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.193359] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.194088] ACPI: EC: Look up EC in DSDT
    [ 0.195267] ACPI: Executed 3 blocks of module-level executable AML code
    [ 0.263709] ACPI: Interpreter enabled
    [ 0.263714] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.263732] ACPI: Using IOAPIC for interrupt routing
    [ 0.263752] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.264484] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.284239] ACPI: No dock devices found.
    [ 0.284239] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.284239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.284239] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.284239] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    [ 0.284239] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.284239] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff]
    [ 0.284239] pci_root PNP0A03:00: host bridge window [mem 0xcff00000-0xdfffffff]
    [ 0.284239] pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfebfffff]
    [ 0.284239] PCI host bridge to bus 0000:00
    [ 0.284239] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.284239] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.284239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.284239] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    [ 0.284239] pci_bus 0000:00: root bus resource [mem 0xcff00000-0xdfffffff]
    [ 0.284239] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
    [ 0.284246] pci 0000:00:00.0: [1002:5956] type 0 class 0x000600
    [ 0.284258] pci 0000:00:00.0: reg 1c: [mem 0xe0000000-0xffffffff 64bit]
    [ 0.284295] pci 0000:00:02.0: [1002:5978] type 1 class 0x000604
    [ 0.284329] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.284346] pci 0000:00:06.0: [1002:597c] type 1 class 0x000604
    [ 0.284380] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
    [ 0.284393] pci 0000:00:07.0: [1002:597d] type 1 class 0x000604
    [ 0.284426] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    [ 0.284455] pci 0000:00:11.0: [1002:4390] type 0 class 0x000101
    [ 0.284474] pci 0000:00:11.0: reg 10: [io 0xb000-0xb007]
    [ 0.284484] pci 0000:00:11.0: reg 14: [io 0xa000-0xa003]
    [ 0.284493] pci 0000:00:11.0: reg 18: [io 0x9000-0x9007]
    [ 0.284502] pci 0000:00:11.0: reg 1c: [io 0x8000-0x8003]
    [ 0.284512] pci 0000:00:11.0: reg 20: [io 0x7000-0x700f]
    [ 0.284521] pci 0000:00:11.0: reg 24: [mem 0xfbcfe400-0xfbcfe7ff]
    [ 0.284541] pci 0000:00:11.0: set SATA to AHCI mode
    [ 0.284589] pci 0000:00:12.0: [1002:4397] type 0 class 0x000c03
    [ 0.284602] pci 0000:00:12.0: reg 10: [mem 0xfbcf6000-0xfbcf6fff]
    [ 0.284667] pci 0000:00:12.1: [1002:4398] type 0 class 0x000c03
    [ 0.284680] pci 0000:00:12.1: reg 10: [mem 0xfbcf7000-0xfbcf7fff]
    [ 0.284750] pci 0000:00:12.2: [1002:4396] type 0 class 0x000c03
    [ 0.284769] pci 0000:00:12.2: reg 10: [mem 0xfbcfe800-0xfbcfe8ff]
    [ 0.284853] pci 0000:00:12.2: supports D1 D2
    [ 0.284854] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.284878] pci 0000:00:13.0: [1002:4397] type 0 class 0x000c03
    [ 0.284891] pci 0000:00:13.0: reg 10: [mem 0xfbcfc000-0xfbcfcfff]
    [ 0.284956] pci 0000:00:13.1: [1002:4398] type 0 class 0x000c03
    [ 0.284969] pci 0000:00:13.1: reg 10: [mem 0xfbcfd000-0xfbcfdfff]
    [ 0.285039] pci 0000:00:13.2: [1002:4396] type 0 class 0x000c03
    [ 0.285058] pci 0000:00:13.2: reg 10: [mem 0xfbcfec00-0xfbcfecff]
    [ 0.285142] pci 0000:00:13.2: supports D1 D2
    [ 0.285143] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.285169] pci 0000:00:14.0: [1002:4385] type 0 class 0x000c05
    [ 0.286657] pci 0000:00:14.1: [1002:439c] type 0 class 0x000101
    [ 0.286673] pci 0000:00:14.1: reg 10: [io 0x0000-0x0007]
    [ 0.286682] pci 0000:00:14.1: reg 14: [io 0x0000-0x0003]
    [ 0.286691] pci 0000:00:14.1: reg 18: [io 0x0000-0x0007]
    [ 0.286701] pci 0000:00:14.1: reg 1c: [io 0x0000-0x0003]
    [ 0.286710] pci 0000:00:14.1: reg 20: [io 0xff00-0xff0f]
    [ 0.286768] pci 0000:00:14.2: [1002:4383] type 0 class 0x000403
    [ 0.286789] pci 0000:00:14.2: reg 10: [mem 0xfbcf8000-0xfbcfbfff 64bit]
    [ 0.286856] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.286871] pci 0000:00:14.3: [1002:439d] type 0 class 0x000601
    [ 0.286948] pci 0000:00:14.4: [1002:4384] type 1 class 0x000604
    [ 0.286990] pci 0000:00:14.5: [1002:4399] type 0 class 0x000c03
    [ 0.287003] pci 0000:00:14.5: reg 10: [mem 0xfbcff000-0xfbcfffff]
    [ 0.287071] pci 0000:00:18.0: [1022:1200] type 0 class 0x000600
    [ 0.287088] pci 0000:00:18.1: [1022:1201] type 0 class 0x000600
    [ 0.287101] pci 0000:00:18.2: [1022:1202] type 0 class 0x000600
    [ 0.287115] pci 0000:00:18.3: [1022:1203] type 0 class 0x000600
    [ 0.287132] pci 0000:00:18.4: [1022:1204] type 0 class 0x000600
    [ 0.287184] pci 0000:04:00.0: [1002:6739] type 0 class 0x000300
    [ 0.287198] pci 0000:04:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.287209] pci 0000:04:00.0: reg 18: [mem 0xfbfc0000-0xfbfdffff 64bit]
    [ 0.287216] pci 0000:04:00.0: reg 20: [io 0xe000-0xe0ff]
    [ 0.287230] pci 0000:04:00.0: reg 30: [mem 0xfbfa0000-0xfbfbffff pref]
    [ 0.287263] pci 0000:04:00.0: supports D1 D2
    [ 0.287285] pci 0000:04:00.1: [1002:aa88] type 0 class 0x000403
    [ 0.287299] pci 0000:04:00.1: reg 10: [mem 0xfbffc000-0xfbffffff 64bit]
    [ 0.287363] pci 0000:04:00.1: supports D1 D2
    [ 0.293342] pci 0000:00:02.0: PCI bridge to [bus 04-04]
    [ 0.293347] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.293350] pci 0000:00:02.0: bridge window [mem 0xfbf00000-0xfbffffff]
    [ 0.293353] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.293404] pci 0000:03:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.293419] pci 0000:03:00.0: reg 10: [io 0xd800-0xd8ff]
    [ 0.293443] pci 0000:03:00.0: reg 18: [mem 0xfbeff000-0xfbefffff 64bit]
    [ 0.293470] pci 0000:03:00.0: reg 30: [mem 0xfbec0000-0xfbedffff pref]
    [ 0.293533] pci 0000:03:00.0: supports D1 D2
    [ 0.293535] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
    [ 0.293557] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.293564] pci 0000:00:06.0: PCI bridge to [bus 03-03]
    [ 0.293567] pci 0000:00:06.0: bridge window [io 0xd000-0xdfff]
    [ 0.293569] pci 0000:00:06.0: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.293618] pci 0000:02:00.0: [1106:3403] type 0 class 0x000c00
    [ 0.293647] pci 0000:02:00.0: reg 10: [mem 0xfbdff800-0xfbdfffff 64bit]
    [ 0.293662] pci 0000:02:00.0: reg 18: [io 0xc800-0xc8ff]
    [ 0.293790] pci 0000:02:00.0: supports D2
    [ 0.293792] pci 0000:02:00.0: PME# supported from D2 D3hot D3cold
    [ 0.300012] pci 0000:00:07.0: PCI bridge to [bus 02-02]
    [ 0.300017] pci 0000:00:07.0: bridge window [io 0xc000-0xcfff]
    [ 0.300019] pci 0000:00:07.0: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.300085] pci 0000:00:14.4: PCI bridge to [bus 01-01] (subtractive decode)
    [ 0.300095] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.300096] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.300098] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.300100] pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.300101] pci 0000:00:14.4: bridge window [mem 0xcff00000-0xdfffffff] (subtractive decode)
    [ 0.300103] pci 0000:00:14.4: bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
    [ 0.300119] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.300256] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE2._PRT]
    [ 0.300277] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE6._PRT]
    [ 0.300294] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE7._PRT]
    [ 0.300325] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PC._PRT]
    [ 0.300363] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.300365] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.300366] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.303051] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 *7 10 11 12 14 15)
    [ 0.303079] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 *10 11 12 14 15)
    [ 0.303104] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 *11 12 14 15)
    [ 0.303127] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 *10 11 12 14 15)
    [ 0.303151] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 12 14 15) *0, disabled.
    [ 0.303175] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 12 14 15) *0, disabled.
    [ 0.303200] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 *11 12 14 15)
    [ 0.303224] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 12 14 15) *0, disabled.
    [ 0.303334] vgaarb: device added: PCI:0000:04:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.303336] vgaarb: loaded
    [ 0.303337] vgaarb: bridge control possible 0000:04:00.0
    [ 0.303372] PCI: Using ACPI for IRQ routing
    [ 0.312318] PCI: pci_cache_line_size set to 64 bytes
    [ 0.312324] pci 0000:00:00.0: no compatible bridge window for [mem 0xe0000000-0xffffffff 64bit]
    [ 0.312393] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
    [ 0.312395] reserve RAM buffer: 00000000cfe90000 - 00000000cfffffff
    [ 0.312472] NetLabel: Initializing
    [ 0.312473] NetLabel: domain hash size = 128
    [ 0.312474] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.312483] NetLabel: unlabeled traffic allowed by default
    [ 0.312491] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.312493] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
    [ 0.314334] Switching to clocksource hpet
    [ 0.317535] pnp: PnP ACPI init
    [ 0.317549] ACPI: bus type pnp registered
    [ 0.317637] pnp 00:00: [bus 00-ff]
    [ 0.317639] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.317640] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.317641] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.317643] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.317644] pnp 00:00: [mem 0x000d0000-0x000dffff window]
    [ 0.317646] pnp 00:00: [mem 0xcff00000-0xdfffffff window]
    [ 0.317649] pnp 00:00: [mem 0xf0000000-0xfebfffff window]
    [ 0.317689] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.317713] pnp 00:01: [dma 4]
    [ 0.317714] pnp 00:01: [io 0x0000-0x000f]
    [ 0.317716] pnp 00:01: [io 0x0081-0x0083]
    [ 0.317717] pnp 00:01: [io 0x0087]
    [ 0.317718] pnp 00:01: [io 0x0089-0x008b]
    [ 0.317719] pnp 00:01: [io 0x008f]
    [ 0.317720] pnp 00:01: [io 0x00c0-0x00df]
    [ 0.317739] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.317745] pnp 00:02: [io 0x0070-0x0071]
    [ 0.317753] pnp 00:02: [irq 8]
    [ 0.317770] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.317774] pnp 00:03: [io 0x0061]
    [ 0.317791] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.317797] pnp 00:04: [io 0x00f0-0x00ff]
    [ 0.317800] pnp 00:04: [irq 13]
    [ 0.317818] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.317846] pnp 00:05: [mem 0xfed00000-0xfed003ff]
    [ 0.317864] pnp 00:05: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.317910] pnp 00:06: [io 0x0060]
    [ 0.317911] pnp 00:06: [io 0x0064]
    [ 0.317913] pnp 00:06: [mem 0xfec00000-0xfec00fff]
    [ 0.317914] pnp 00:06: [mem 0xfee00000-0xfee00fff]
    [ 0.317955] system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.317957] system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.317959] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.318069] pnp 00:07: [io 0x0010-0x001f]
    [ 0.318071] pnp 00:07: [io 0x0022-0x003f]
    [ 0.318072] pnp 00:07: [io 0x0062-0x0063]
    [ 0.318073] pnp 00:07: [io 0x0065-0x006f]
    [ 0.318074] pnp 00:07: [io 0x0072-0x007f]
    [ 0.318075] pnp 00:07: [io 0x0080]
    [ 0.318077] pnp 00:07: [io 0x0084-0x0086]
    [ 0.318078] pnp 00:07: [io 0x0088]
    [ 0.318079] pnp 00:07: [io 0x008c-0x008e]
    [ 0.318080] pnp 00:07: [io 0x0090-0x009f]
    [ 0.318081] pnp 00:07: [io 0x00a2-0x00bf]
    [ 0.318082] pnp 00:07: [io 0x00b1]
    [ 0.318084] pnp 00:07: [io 0x00e0-0x00ef]
    [ 0.318085] pnp 00:07: [io 0x04d0-0x04d1]
    [ 0.318086] pnp 00:07: [io 0x040b]
    [ 0.318087] pnp 00:07: [io 0x04d6]
    [ 0.318088] pnp 00:07: [io 0x0c00-0x0c01]
    [ 0.318089] pnp 00:07: [io 0x0c14]
    [ 0.318090] pnp 00:07: [io 0x0c50-0x0c51]
    [ 0.318092] pnp 00:07: [io 0x0c52]
    [ 0.318093] pnp 00:07: [io 0x0c6c]
    [ 0.318094] pnp 00:07: [io 0x0c6f]
    [ 0.318095] pnp 00:07: [io 0x0cd0-0x0cd1]
    [ 0.318096] pnp 00:07: [io 0x0cd2-0x0cd3]
    [ 0.318099] pnp 00:07: [io 0x0cd4-0x0cd5]
    [ 0.318100] pnp 00:07: [io 0x0cd6-0x0cd7]
    [ 0.318101] pnp 00:07: [io 0x0cd8-0x0cdf]
    [ 0.318102] pnp 00:07: [io 0x0b00-0x0b3f]
    [ 0.318103] pnp 00:07: [io 0x0800-0x089f]
    [ 0.318105] pnp 00:07: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.318106] pnp 00:07: [io 0x0b00-0x0b0f]
    [ 0.318107] pnp 00:07: [io 0x0b20-0x0b3f]
    [ 0.318108] pnp 00:07: [io 0x0900-0x090f]
    [ 0.318110] pnp 00:07: [io 0x0910-0x091f]
    [ 0.318111] pnp 00:07: [io 0xfe00-0xfefe]
    [ 0.318112] pnp 00:07: [io 0x0060]
    [ 0.318113] pnp 00:07: [io 0x0064]
    [ 0.318114] pnp 00:07: [mem 0xcff00000-0xcfffffff]
    [ 0.318116] pnp 00:07: [mem 0xffb80000-0xffbfffff]
    [ 0.318117] pnp 00:07: [mem 0xfec10000-0xfec1001f]
    [ 0.318176] system 00:07: [io 0x04d0-0x04d1] has been reserved
    [ 0.318178] system 00:07: [io 0x040b] has been reserved
    [ 0.318179] system 00:07: [io 0x04d6] has been reserved
    [ 0.318181] system 00:07: [io 0x0c00-0x0c01] has been reserved
    [ 0.318183] system 00:07: [io 0x0c14] has been reserved
    [ 0.318184] system 00:07: [io 0x0c50-0x0c51] has been reserved
    [ 0.318186] system 00:07: [io 0x0c52] has been reserved
    [ 0.318187] system 00:07: [io 0x0c6c] has been reserved
    [ 0.318189] system 00:07: [io 0x0c6f] has been reserved
    [ 0.318190] system 00:07: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.318192] system 00:07: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.318194] system 00:07: [io 0x0cd4-0x0cd5] has been reserved
    [ 0.318195] system 00:07: [io 0x0cd6-0x0cd7] has been reserved
    [ 0.318197] system 00:07: [io 0x0cd8-0x0cdf] has been reserved
    [ 0.318199] system 00:07: [io 0x0b00-0x0b3f] has been reserved
    [ 0.318200] system 00:07: [io 0x0800-0x089f] has been reserved
    [ 0.318202] system 00:07: [io 0x0b00-0x0b0f] has been reserved
    [ 0.318204] system 00:07: [io 0x0b20-0x0b3f] has been reserved
    [ 0.318205] system 00:07: [io 0x0900-0x090f] has been reserved
    [ 0.318207] system 00:07: [io 0x0910-0x091f] has been reserved
    [ 0.318209] system 00:07: [io 0xfe00-0xfefe] has been reserved
    [ 0.318211] system 00:07: [mem 0xcff00000-0xcfffffff] has been reserved
    [ 0.318213] system 00:07: [mem 0xffb80000-0xffbfffff] has been reserved
    [ 0.318214] system 00:07: [mem 0xfec10000-0xfec1001f] has been reserved
    [ 0.318217] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.318531] pnp 00:08: [io 0x03f8-0x03ff]
    [ 0.318535] pnp 00:08: [irq 4]
    [ 0.318536] pnp 00:08: [dma 0 disabled]
    [ 0.318598] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.318929] pnp 00:09: [io 0x03f0-0x03f5]
    [ 0.318930] pnp 00:09: [io 0x03f7]
    [ 0.318933] pnp 00:09: [irq 6]
    [ 0.318934] pnp 00:09: [dma 2]
    [ 0.318969] pnp 00:09: Plug and Play ACPI device, IDs PNP0700 (active)
    [ 0.319088] pnp 00:0a: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.319090] pnp 00:0a: [io 0x0230-0x023f]
    [ 0.319091] pnp 00:0a: [io 0x0290-0x029f]
    [ 0.319092] pnp 00:0a: [io 0x0f40-0x0f4f]
    [ 0.319093] pnp 00:0a: [io 0x0a30-0x0a3f]
    [ 0.319126] system 00:0a: [io 0x0230-0x023f] has been reserved
    [ 0.319127] system 00:0a: [io 0x0290-0x029f] has been reserved
    [ 0.319129] system 00:0a: [io 0x0f40-0x0f4f] has been reserved
    [ 0.319131] system 00:0a: [io 0x0a30-0x0a3f] has been reserved
    [ 0.319133] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.319154] pnp 00:0b: [mem 0xe0000000-0xefffffff]
    [ 0.319183] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.319185] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.319881] pnp 00:0c: [mem 0x00000000-0x0009ffff]
    [ 0.319883] pnp 00:0c: [mem 0x000c0000-0x000cffff]
    [ 0.319885] pnp 00:0c: [mem 0x000e0000-0x000fffff]
    [ 0.319886] pnp 00:0c: [mem 0x00100000-0xcfefffff]
    [ 0.319887] pnp 00:0c: [mem 0xfec00000-0xffffffff]
    [ 0.319893] pnp 00:0c: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.319896] pnp 00:0c: disabling [mem 0x000c0000-0x000cffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.319899] pnp 00:0c: disabling [mem 0x000e0000-0x000fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.319901] pnp 00:0c: disabling [mem 0x00100000-0xcfefffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.319973] system 00:0c: [mem 0xfec00000-0xffffffff] could not be reserved
    [ 0.319976] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.320068] pnp: PnP ACPI: found 13 devices
    [ 0.320069] ACPI: ACPI bus type pnp unregistered
    [ 0.326686] PCI: max bus depth: 1 pci_try_num: 2
    [ 0.326706] pci 0000:00:02.0: PCI bridge to [bus 04-04]
    [ 0.326709] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.326711] pci 0000:00:02.0: bridge window [mem 0xfbf00000-0xfbffffff]
    [ 0.326714] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.326717] pci 0000:00:06.0: PCI bridge to [bus 03-03]
    [ 0.326719] pci 0000:00:06.0: bridge window [io 0xd000-0xdfff]
    [ 0.326722] pci 0000:00:06.0: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.326725] pci 0000:00:07.0: PCI bridge to [bus 02-02]
    [ 0.326727] pci 0000:00:07.0: bridge window [io 0xc000-0xcfff]
    [ 0.326730] pci 0000:00:07.0: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.326733] pci 0000:00:14.4: PCI bridge to [bus 01-01]
    [ 0.326770] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.326772] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.326773] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.326775] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.326776] pci_bus 0000:00: resource 8 [mem 0xcff00000-0xdfffffff]
    [ 0.326778] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.326779] pci_bus 0000:04: resource 0 [io 0xe000-0xefff]
    [ 0.326781] pci_bus 0000:04: resource 1 [mem 0xfbf00000-0xfbffffff]
    [ 0.326783] pci_bus 0000:04: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.326784] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    [ 0.326786] pci_bus 0000:03: resource 1 [mem 0xfbe00000-0xfbefffff]
    [ 0.326788] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 0.326789] pci_bus 0000:02: resource 1 [mem 0xfbd00000-0xfbdfffff]
    [ 0.326791] pci_bus 0000:01: resource 4 [io 0x0000-0x0cf7]
    [ 0.326792] pci_bus 0000:01: resource 5 [io 0x0d00-0xffff]
    [ 0.326794] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.326795] pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.326797] pci_bus 0000:01: resource 8 [mem 0xcff00000-0xdfffffff]
    [ 0.326799] pci_bus 0000:01: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.326829] NET: Registered protocol family 2
    [ 0.327110] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.328540] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.330488] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.330723] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.330725] TCP reno registered
    [ 0.330745] UDP hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.330836] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.330971] NET: Registered protocol family 1
    [ 0.756738] pci 0000:04:00.0: Boot video device
    [ 0.756749] PCI: CLS 64 bytes, default 64
    [ 0.756788] Unpacking initramfs...
    [ 0.798057] Freeing initrd memory: 2836k freed
    [ 0.800187] PCI-DMA: Disabling AGP.
    [ 0.800278] PCI-DMA: aperture base @ c4000000 size 65536 KB
    [ 0.800280] PCI-DMA: using GART IOMMU.
    [ 0.800282] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    [ 0.802774] IBS: LVT offset 1 assigned
    [ 0.802804] perf: AMD IBS detected (0x0000001f)
    [ 0.802963] audit: initializing netlink socket (disabled)
    [ 0.802978] type=2000 audit(1334050141.799:1): initialized
    [ 0.803936] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.806526] VFS: Disk quotas dquot_6.5.2
    [ 0.806569] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.806635] msgmni has been set to 32100
    [ 0.806971] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.807061] io scheduler noop registered
    [ 0.807064] io scheduler deadline registered
    [ 0.807124] io scheduler cfq registered (default)
    [ 0.807339] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X
    [ 0.807533] pcieport 0000:00:06.0: irq 41 for MSI/MSI-X
    [ 0.807750] pcieport 0000:00:07.0: irq 42 for MSI/MSI-X
    [ 0.807957] GHES: HEST is not enabled!
    [ 0.808045] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.828667] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.849559] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.849760] Linux agpgart interface v0.103
    [ 0.849805] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.850193] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.850234] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.850352] mousedev: PS/2 mouse device common for all mice
    [ 0.850406] rtc_cmos 00:02: RTC can wake from S4
    [ 0.850557] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 0.850580] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.850589] cpuidle: using governor ladder
    [ 0.850590] cpuidle: using governor menu
    [ 0.850724] TCP cubic registered
    [ 0.850812] NET: Registered protocol family 10
    [ 0.851112] NET: Registered protocol family 17
    [ 0.851114] Registering the dns_resolver key type
    [ 0.851253] PM: Hibernation image not present or could not be loaded.
    [ 0.851260] registered taskstats version 1
    [ 0.852170] rtc_cmos 00:02: setting system clock to 2012-04-10 09:29:02 UTC (1334050142)
    [ 0.852195] Initializing network drop monitor service
    [ 0.853114] Freeing unused kernel memory: 732k freed
    [ 0.853269] Write protecting the kernel read-only data: 8192k
    [ 0.857266] Freeing unused kernel memory: 1620k freed
    [ 0.859285] Freeing unused kernel memory: 660k freed
    [ 0.867016] udevd[74]: starting version 181
    [ 0.889751] SCSI subsystem initialized
    [ 0.890757] usbcore: registered new interface driver usbfs
    [ 0.890779] usbcore: registered new interface driver hub
    [ 0.891269] usbcore: registered new device driver usb
    [ 0.892313] libata version 3.00 loaded.
    [ 0.892491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.892633] ehci_hcd 0000:00:12.2: EHCI Host Controller
    [ 0.892672] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
    [ 0.892682] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.892712] ehci_hcd 0000:00:12.2: debug port 1
    [ 0.892736] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfbcfe800
    [ 0.894588] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 0.900033] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 0.900335] hub 1-0:1.0: USB hub found
    [ 0.900340] hub 1-0:1.0: 6 ports detected
    [ 0.900579] ehci_hcd 0000:00:13.2: EHCI Host Controller
    [ 0.900591] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
    [ 0.900599] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.900621] ehci_hcd 0000:00:13.2: debug port 1
    [ 0.900645] ehci_hcd 0000:00:13.2: irq 19, io mem 0xfbcfec00
    [ 0.910028] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 0.910295] hub 2-0:1.0: USB hub found
    [ 0.910299] hub 2-0:1.0: 6 ports detected
    [ 0.910565] ahci 0000:00:11.0: version 3.0
    [ 0.910649] ahci 0000:00:11.0: irq 43 for MSI/MSI-X
    [ 0.910748] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    [ 0.910751] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc sxs
    [ 0.913392] scsi0 : ahci
    [ 0.913744] scsi1 : ahci
    [ 0.913950] scsi2 : ahci
    [ 0.914322] scsi3 : ahci
    [ 0.914729] ata1: SATA max UDMA/133 abar m1024@0xfbcfe400 port 0xfbcfe500 irq 43
    [ 0.914733] ata2: SATA max UDMA/133 abar m1024@0xfbcfe400 port 0xfbcfe580 irq 43
    [ 0.914736] ata3: SATA max UDMA/133 abar m1024@0xfbcfe400 port 0xfbcfe600 irq 43
    [ 0.914739] ata4: SATA max UDMA/133 abar m1024@0xfbcfe400 port 0xfbcfe680 irq 43
    [ 0.915322] ohci_hcd 0000:00:12.0: OHCI Host Controller
    [ 0.915334] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
    [ 0.915365] ohci_hcd 0000:00:12.0: irq 16, io mem 0xfbcf6000
    [ 0.970892] hub 3-0:1.0: USB hub found
    [ 0.970899] hub 3-0:1.0: 3 ports detected
    [ 0.971078] ohci_hcd 0000:00:12.1: OHCI Host Controller
    [ 0.971089] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4
    [ 0.971107] ohci_hcd 0000:00:12.1: irq 16, io mem 0xfbcf7000
    [ 1.027554] hub 4-0:1.0: USB hub found
    [ 1.027561] hub 4-0:1.0: 3 ports detected
    [ 1.027748] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [ 1.027757] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
    [ 1.027782] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfbcfc000
    [ 1.084224] hub 5-0:1.0: USB hub found
    [ 1.084230] hub 5-0:1.0: 3 ports detected
    [ 1.084422] ohci_hcd 0000:00:13.1: OHCI Host Controller
    [ 1.084430] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6
    [ 1.084446] ohci_hcd 0000:00:13.1: irq 18, io mem 0xfbcfd000
    [ 1.140874] hub 6-0:1.0: USB hub found
    [ 1.140880] hub 6-0:1.0: 3 ports detected
    [ 1.141059] ohci_hcd 0000:00:14.5: OHCI Host Controller
    [ 1.141069] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7
    [ 1.141087] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfbcff000
    [ 1.197575] hub 7-0:1.0: USB hub found
    [ 1.197581] hub 7-0:1.0: 2 ports detected
    [ 1.233428] ata1: SATA link down (SStatus 0 SControl 300)
    [ 1.233482] ata3: SATA link down (SStatus 0 SControl 300)
    [ 1.233530] ata2: SATA link down (SStatus 0 SControl 300)
    [ 1.233597] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.234129] pata_atiixp 0000:00:14.1: setting latency timer to 64
    [ 1.236194] scsi4 : pata_atiixp
    [ 1.236384] scsi5 : pata_atiixp
    [ 1.236884] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
    [ 1.236886] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
    [ 1.408804] ata5.00: ATA-7: GENERIC, BAJ41G20, max UDMA/133
    [ 1.408807] ata5.00: 398297088 sectors, multi 16: LBA48
    [ 1.422031] ata5.00: configured for UDMA/100
    [ 1.422229] scsi 4:0:0:0: Direct-Access ATA GENERIC BAJ4 PQ: 0 ANSI: 5
    [ 1.424626] sd 4:0:0:0: [sda] 398297088 512-byte logical blocks: (203 GB/189 GiB)
    [ 1.424739] sd 4:0:0:0: [sda] Write Protect is off
    [ 1.424741] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.424759] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.487336] sda: sda1 sda2 < sda5 sda6 sda7 sda8 >
    [ 1.488267] sd 4:0:0:0: [sda] Attached SCSI disk
    [ 1.510062] usb 3-3: new low-speed USB device number 2 using ohci_hcd
    [ 1.677918] input: Microsoft Microsoft Basic Optical Mouse v2.0 as /devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.0/input/input0
    [ 1.678062] generic-usb 0003:045E:00CB.0001: input,hidraw0: USB HID v1.11 Mouse [Microsoft Microsoft Basic Optical Mouse v2.0 ] on usb-0000:00:12.0-3/input0
    [ 1.678078] usbcore: registered new interface driver usbhid
    [ 1.678079] usbhid: USB HID core driver
    [ 1.776721] usb 2-6: new high-speed USB device number 2 using ehci_hcd
    [ 1.803379] Refined TSC clocksource calibration: 3210.938 MHz.
    [ 1.803389] Switching to clocksource tsc
    [ 2.366725] usb 4-1: new full-speed USB device number 2 using ohci_hcd
    [ 2.415746] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.530590] input: RAPOO RAPOO 2.4G Wireless Device as /devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.0/input/input1
    [ 2.530660] generic-usb 0003:24AE:2000.0002: input,hidraw1: USB HID v1.01 Keyboard [RAPOO RAPOO 2.4G Wireless Device] on usb-0000:00:12.1-1/input0
    [ 2.536738] input: RAPOO RAPOO 2.4G Wireless Device as /devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.1/input/input2
    [ 2.536864] generic-usb 0003:24AE:2000.0003: input,hiddev0,hidraw2: USB HID v1.01 Mouse [RAPOO RAPOO 2.4G Wireless Device] on usb-0000:00:12.1-1/input1
    [ 4.045730] udevd[189]: starting version 181
    [ 5.247350] SP5100 TCO timer: SP5100 TCO WatchDog Timer Driver v0.01
    [ 5.247408] SP5100 TCO timer: mmio address 0xfec000f0 already in use
    [ 5.254193] EDAC MC: Ver: 2.1.0
    [ 5.347684] Linux media interface: v0.10
    [ 5.401241] MCE: In-kernel MCE decoding enabled.
    [ 5.406762] firewire_ohci: Added fw-ohci device 0000:02:00.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x11
    [ 5.410134] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    [ 5.410236] ACPI: Power Button [PWRB]
    [ 5.410305] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 5.410331] ACPI: Power Button [PWRF]
    [ 5.423440] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 5.427224] wmi: Mapper loaded
    [ 5.442807] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 5.442941] r8169 0000:03:00.0: irq 44 for MSI/MSI-X
    [ 5.443253] r8169 0000:03:00.0: eth0: RTL8168b/8111b at 0xffffc9001269c000, 20:cf:30:19:3e:02, XID 18000000 IRQ 44
    [ 5.443255] r8169 0000:03:00.0: eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
    [ 5.465393] AMD64 EDAC driver v3.4.0
    [ 5.465442] Floppy drive(s): fd0 is 1.44M
    [ 5.465464] EDAC amd64: DRAM ECC disabled.
    [ 5.466318] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module wil

    Hm, dis- and reconnecting the graphics card solved the problem. Did this because I figured a hardware problem after freezes in three different live systems.
    Last edited by null (2012-04-15 11:32:41)

  • [SOLVED]Arch hangs on startup, unable to find root device Mac

    For posterity, I'm editing the post with how I solved both issues.
    Hi All,
    I'm trying to dual boot Arch and Mac 10.4.11 on an old 32 bit MacbookPro1,1. I did the following:
    1) Partitioned Drive with an EFI partition, Mac partition, root partition, home partition, and swap partition
    2) Installed Mac to its respective partition
    3) Installed rEFInd to the ESP
    4) Confirmed the rEFInd was able to boot Mac
    5) Installed Arch to the root partition and mounted the separate /home and swap partitions
    6) Followed the beginners guide for the rest of the installation
    7) Did NOT install a bootloader
    - I am just using rEFInd to boot Arch; I installed Ubuntu in a similar fashion on my other (2013) MBP. I didn't create a mount point for /boot, did not install GRUB, and it works perfectly
    8) Rebooted. Selected the Arch installation from the rEFInd menu, it launched, and shortly after I am presented with this message:
    ERROR: device 'UUID=142bf...777' not found. Skipping fsck.
    ERROR: Unable to find root device 'UUID=142bf...777'.
    You are being dropped to a recovery shell
    Type 'exit' to try and continue booting
    sh: can't access tty: job control turned off
    [rootfs /]#
    I then booted to the live cd to try and do some noob detective work:
    # mkdir /mnt/arch
    # mount /dev/sda3 /mnt/arch
    # cat /mnt/arch/etc/fstab
    # cat /mnt/arch/etc/mkinitcpio.conf # my searching suggested the HOOKS might be the issue
    HOOKS="base udev autodetect modconf block filestystems keyboard fsck"
    Here is the output of /etc/fstab
    I am including the outputs of
    # lsblk
    # fdisk -l /dev/sda
    # blkid
    as a photo.
    EDIT:
    I was able to use rEFInd's line editor to boot with the fallback image. Everything went well for the first five seconds and I got past the previously mentioned failure. However, it is now stuck at
    [ OK ] Started Rebuild Hardware Database
    I booted again, and it froze at:
    [ OK ] Started udev Kernel Device Manager.
    I did this a few more times and it froze at:
    [ OK ] Reached Target Swap.
    [ OK ] Reached Target Sound Card.
    and
    [ OK ] Started Flush Journal to Persistent Storage.
    Why is it freezing at different points each time I boot (with fallback)?
    EDIT 2 [HALF SOLVED]:
    By switching the order of the hooks ( I still have no idea what they do) as per this link, I am now able to boot in normal (not fallback) mode. For the record, here is what I did:
    # mkdir /mnt/arch
    # mount /dev/sda3 /mnt/arch
    # chroot /mnt/arch/ /bin/bash/
    # nano /etc/mkinitcpio.conf # here I put block before autodetect in the hooks line (Why isn't this the default if it prevents the system from booting?)
    # mount -t proc proc /proc
    # mount -t sysfs sys /sys
    # mount -t devtmpfs udev /dev
    # mkinitcpio -p linux
    I then rebooted and it started up, except now it is freezing at various points in the startup sequence like the fallback image did above. What could be causing this issue?
    EDIT 3 [SOLVED]
    I don't know why this worked, but after following this advice I am now able to boot into login. Steps:
    1) Select Arch in the rEFInd menu and press F2
    2) Press F2 again to edit the boot parameters
    3) Scan to the end of the line and add
    nomodeset
    after the linux image.
    Last edited by sonarforte (2015-04-25 22:46:22)

    Yes, the UUID displayed in the error message upon bootup is the same as the UUID for /dev/sda3 as found when running blkid which is the same as the UUID for the root partition in /etc/fstab.

  • [SOLVED] No internal keyboard on LG R400 while and after installing

    Hi,
    I just tried to install Arch 64bit on this machine and everything works as expected - besides the internal keyboard, I had to use an external USB-keyboard to do the install and after install and playing with different HOOKS in the mkcpinitio.conf I still can't get it working.
    This is strange because I did install Arch on that machine about 2 years ago and the internal keyboard was working. I did try an old backup and the keyboard is working with an Arch from 2011.
    Since there is also no mention about such problems on the R400-wiki I'm running out of ideas. The keyboard controller seems to be i8042 and according to /dev/input/by-path/ seems to be loaded ok and linked to event0.
    platform-i8042-serio-0-event-kbd -> ../event0
    I already tried to append the options
    i8042.nomux=1 i8042.reset
    at boot time but keyboard remains dead.
    Any pointers where to look or what to try? Maybe an older kernel?
    TIA,
    Heinz
    Last edited by HeinB777 (2013-06-07 01:12:37)

    After trying various things this seems to be related to the 3.9.x kernel.
    The only solutions I found for now is to install a 3.8.x kernel and IgnorePkg linux and linux-headers. With this internal keyboard is ok.
    Since this seems to be an upstream bug introduced with 3.9 kernel I mark this thread as solved.
    See also here for more information: https://bugzilla.redhat.com/show_bug.cgi?id=969550
    Last edited by HeinB777 (2013-06-13 01:22:44)

  • [solved]arch mythfrontend does not fully work, mythbuntu works perfect

    Hi All,
    I have a PC running mythbackend and frontend. I call this PC "server"
    I have a second PC, with only mythfrontend. I call this PC "Laptop"
    Mythfrontend on the server works fine, all recordings are visible under "media library->watch recordings".
    Mythfrontend on the laptop shows a different list of recordings under "media library->watch recordings".
    I don't get it, why are these 2 not identical?
    The server has a TV tuner, and does all the recordings.
    on the server, I can start mythfrontend, goto media library->watch recordings. Now I see 68 recordings, and every recording can be played back. I choose one recording, let it play for a few second, and close mythfrontend. Then i kill mythbackend. This all works perfectly.
    console output mythfrontend on the server:
    [cedric@tv ~]$ mythfrontend
    2010-09-16 08:05:29.302 mythfrontend version: tags/release-0-23 [0.23] www.mythtv.org
    2010-09-16 08:05:29.303 Using runtime prefix = /usr
    2010-09-16 08:05:29.303 Using configuration directory = /home/cedric/.mythtv
    2010-09-16 08:05:29.805 Empty LocalHostName.
    2010-09-16 08:05:29.805 Using localhost value of tv
    2010-09-16 08:05:29.828 New DB connection, total: 1
    2010-09-16 08:05:29.851 Connected to database 'mythconverg' at host: 192.168.31.205
    2010-09-16 08:05:29.853 Closing DB connection named 'DBManager0'
    2010-09-16 08:05:29.904 ScreenSaverX11Private: Gnome screen saver support enabled
    2010-09-16 08:05:29.907 DPMS is active.
    2010-09-16 08:05:29.912 Primary screen: 0.
    2010-09-16 08:05:29.926 Connected to database 'mythconverg' at host: 192.168.31.205
    2010-09-16 08:05:29.935 Using screen 0, 720x576 at 0,0
    2010-09-16 08:05:30.046 Desktop video mode: 720x576 50 Hz
    2010-09-16 08:05:30.307 MythUI Image Cache size set to 20971520 bytes
    2010-09-16 08:05:30.398 Enabled verbose msgs: important general
    2010-09-16 08:05:30.447 Primary screen: 0.
    2010-09-16 08:05:30.450 Using screen 0, 720x576 at 0,0
    2010-09-16 08:05:30.452 Using theme base resolution of 1280x720
    2010-09-16 08:05:30.517 LIRC, Error: Failed to connect to Unix socket '/var/run/lirc/lircd'
    eno: No such file or directory (2)
    2010-09-16 08:05:30.518 JoystickMenuThread Error: Joystick disabled - Failed to read /home/cedric/.mythtv/joystickmenurc
    2010-09-16 08:05:30.708 Using Frameless Window
    2010-09-16 08:05:30.708 Using Full Screen Window
    2010-09-16 08:05:30.751 Using the Qt painter
    2010-09-16 08:05:31.686 XMLParseBase: Loaded base theme from '/usr/share/mythtv/themes/Terra/base.xml'
    2010-09-16 08:05:31.801 XMLParseBase: Loaded base theme from '/usr/share/mythtv/themes/default-wide/base.xml'
    2010-09-16 08:05:31.850 XMLParseBase: Loaded base theme from '/usr/share/mythtv/themes/default/base.xml'
    2010-09-16 08:05:31.886 Current MythTV Schema Version (DBSchemaVer): 1254
    2010-09-16 08:05:33.672 Registering Internal as a media playback plugin.
    2010-09-16 08:05:33.868 Cannot load language en_us for module mytharchive
    2010-09-16 08:05:33.886 Cannot load language en_us for module mythbrowser
    2010-09-16 08:05:33.922 Registering WebBrowser as a media playback plugin.
    2010-09-16 08:05:33.922 Cannot load language en_us for module mythbrowser
    2010-09-16 08:05:34.068 MMUnix::AddDevice() Error: failed to stat /dev/bdi,
    eno: No such file or directory (2)
    2010-09-16 08:05:34.073 MMUnix::AddDevice() Error: failed to stat /dev/power,
    eno: No such file or directory (2)
    2010-09-16 08:05:34.086 MMUnix::AddDevice() Error: failed to stat /dev/trace,
    eno: No such file or directory (2)
    2010-09-16 08:05:34.105 MonitorRegisterExtensions(0x100, gif,jpg,png)
    2010-09-16 08:05:34.106 Cannot load language en_us for module mythgallery
    2010-09-16 08:05:34.168 Cannot load language en_us for module mythgame
    2010-09-16 08:05:34.196 Cannot load language en_us for module mythmovies
    2010-09-16 08:05:34.756 Current MythMusic Schema Version (MusicDBSchemaVer): 1017
    2010-09-16 08:05:34.970 MonitorRegisterExtensions(0x40, mp3,mp2,ogg,oga,flac,wma,wav,ac3,oma,omg,atp,ra,dts,aac,m4a,aa3,tta,mka,aiff,swa,wv)
    2010-09-16 08:05:35.019 Cannot load language en_us for module mythmusic
    2010-09-16 08:05:35.090 Cannot load language en_us for module mythnetvision
    2010-09-16 08:05:35.137 Cannot load language en_us for module mythnews
    2010-09-16 08:05:35.242 Current MythVideo Schema Version (mythvideo.DBSchemaVer): 1032
    2010-09-16 08:05:35.379 Cannot load language en_us for module mythvideo
    2010-09-16 08:05:35.435 Cannot load language en_us for module mythweather
    2010-09-16 08:05:35.476 Cannot load language en_us for module mythzoneminder
    2010-09-16 08:05:35.485 XMLParseBase: Loading window theme from /usr/share/mythtv/themes/Terra/menu-ui.xml
    2010-09-16 08:05:35.882 Loading menu theme from /usr/share/mythtv/themes/defaultmenu//mainmenu.xml
    2010-09-16 08:05:35.887 Found mainmenu.xml for theme 'Terra'
    2010-09-16 08:05:36.063 MythContext: Connecting to backend server: 192.168.31.205:6543 (try 1 of 1)
    2010-09-16 08:05:36.070 Using protocol version 56
    2010-09-16 08:06:23.221 Loading menu theme from /usr/share/mythtv/themes/defaultmenu//library.xml
    2010-09-16 08:06:31.196 New DB connection, total: 2
    2010-09-16 08:06:31.207 Connected to database 'mythconverg' at host: 192.168.31.205
    2010-09-16 08:06:31.221 XMLParseBase: Loading window theme from /usr/share/mythtv/themes/Terra/recordings-ui.xml
    2010-09-16 08:07:39.786 TV: Attempting to change from None to WatchingPreRecorded
    2010-09-16 08:07:40.421 AFD: Opened codec 0x9b26170, id(MPEG2VIDEO) type(Video)
    2010-09-16 08:07:40.422 AFD: codec MP2 has 2 channels
    2010-09-16 08:07:40.422 AFD: Opened codec 0x9b26cb0, id(MP2) type(Audio)
    2010-09-16 08:07:40.545 Opening audio device 'default'. ch 2(2) sr 48000 (reenc 0)
    2010-09-16 08:07:40.545 Opening ALSA audio device 'default'.
    ALSA lib control.c:902:(snd_ctl_open_noupdate) Invalid CTL /dev/mixer
    2010-09-16 08:07:40.555 AudioOutput Warning: Mixer attach error -2: No such file or directory
    Check Mixer Name in Setup: '/dev/mixer'
    2010-09-16 08:07:40.848 VideoOutputXv: XVideo Adaptor Name: 'NV30 texture adapter'
    2010-09-16 08:07:40.985 OSD Theme Dimensions W: 1280 H: 720
    2010-09-16 08:07:41.896 TV: Changing from None to WatchingPreRecorded
    2010-09-16 08:07:41.913 Realtime priority would require SUID as root.
    2010-09-16 08:07:41.973 [mpeg2video @ 0xb4f3dca0]warning: first frame is no keyframe
    2010-09-16 08:07:41.984 [mpeg2video @ 0xb4f3dca0]warning: first frame is no keyframe
    2010-09-16 08:07:41.997 ScreenSaverX11Private: DPMS Deactivated 1
    2010-09-16 08:07:42.032 Video timing method: USleep with busy wait
    2010-09-16 08:07:58.675 TV: Attempting to change from WatchingPreRecorded to None
    2010-09-16 08:07:58.676 TV: Changing from WatchingPreRecorded to None
    2010-09-16 08:07:58.677 ScreenSaverX11Private: DPMS Reactivated 1
    2010-09-16 08:07:59.209 mythbackend version: tags/release-0-23 [0.23] www.mythtv.org
    2010-09-16 08:07:59.209 Using runtime prefix = /usr
    2010-09-16 08:07:59.213 Using configuration directory = /home/cedric/.mythtv
    2010-09-16 08:07:59.214 Empty LocalHostName.
    2010-09-16 08:07:59.214 Using localhost value of tv
    2010-09-16 08:07:59.241 mythbackend version: tags/release-0-23 [0.23] www.mythtv.org
    2010-09-16 08:07:59.242 Using runtime prefix = /usr
    2010-09-16 08:07:59.242 Using configuration directory = /home/cedric/.mythtv
    2010-09-16 08:07:59.247 Empty LocalHostName.
    2010-09-16 08:07:59.247 Using localhost value of tv
    2010-09-16 08:07:59.286 New DB connection, total: 1
    2010-09-16 08:07:59.315 New DB connection, total: 1
    2010-09-16 08:07:59.324 Connected to database 'mythconverg' at host: 192.168.31.205
    2010-09-16 08:07:59.324 Closing DB connection named 'DBManager0'
    2010-09-16 08:07:59.358 Connected to database 'mythconverg' at host: 192.168.31.205
    2010-09-16 08:07:59.396 Connected to database 'mythconverg' at host: 192.168.31.205
    2010-09-16 08:07:59.396 Closing DB connection named 'DBManager0'
    2010-09-16 08:07:59.410 Current MythTV Schema Version (DBSchemaVer): 1254
    2010-09-16 08:07:59.418 ProgramInfo(): Updated pathname '':'' -> '1017_20100821000000.mpg'
    2010-09-16 08:07:59.419 Connected to database 'mythconverg' at host: 192.168.31.205
    2010-09-16 08:07:59.488 Current MythTV Schema Version (DBSchemaVer): 1254
    2010-09-16 08:07:59.510 ProgramInfo(): Updated pathname '':'' -> '1017_20100821000000.mpg'
    2010-09-16 08:07:59.971 AFD: Opened codec 0x96bb020, id(MPEG2VIDEO) type(Video)
    2010-09-16 08:07:59.971 AFD: codec MP2 has 2 channels
    2010-09-16 08:07:59.972 AFD: Opened codec 0x96bb9b0, id(MP2) type(Audio)
    2010-09-16 08:08:00.009 NVP(0): GetScreenGrabAtFrame: Recording does not have position map so we will be unable to grab the desired frame.
    2010-09-16 08:08:00.009 Run 'mythcommflag --file 1017_20100821000000.mpg --rebuild' to fix.
    2010-09-16 08:08:00.009 If that does not work and this is a .mpg file, try 'mythtranscode --mpeg2 --buildindex --allkeys -c 1017 -s 20100821000000'.
    2010-09-16 08:08:00.039 AFD: Opened codec 0x89c83c0, id(MPEG2VIDEO) type(Video)
    2010-09-16 08:08:00.039 AFD: codec MP2 has 2 channels
    2010-09-16 08:08:00.039 AFD: Opened codec 0x89c8930, id(MP2) type(Audio)
    2010-09-16 08:08:00.097 NVP(0): GetScreenGrabAtFrame: Recording does not have position map so we will be unable to grab the desired frame.
    2010-09-16 08:08:00.097 Run 'mythcommflag --file 1017_20100821000000.mpg --rebuild' to fix.
    2010-09-16 08:08:00.097 If that does not work and this is a .mpg file, try 'mythtranscode --mpeg2 --buildindex --allkeys -c 1017 -s 20100821000000'.
    2010-09-16 08:08:00.392 [mpeg2video @ 0xb5133ca0]warning: first frame is no keyframe
    2010-09-16 08:08:00.433 [mpeg2video @ 0xb4fe1ca0]warning: first frame is no keyframe
    2010-09-16 08:08:00.475 Preview: Grabbed preview '/storage-1T/tv/1017_20100821000000.mpg' 720x576@664s
    2010-09-16 08:08:00.518 Preview: Grabbed preview '/storage-1T/tv/1017_20100821000000.mpg' 720x576@664s
    2010-09-16 08:08:00.985 ~MythContext waiting for threads to exit.
    2010-09-16 08:08:00.988 ~MythContext waiting for threads to exit.
    2010-09-16 08:10:13.797 Deleting UPnP client...
    [cedric@tv ~]$
    console output mythbackend on the server:
    [mythtv@tv cedric]$ cd
    [mythtv@tv ~]$ mythbackend
    2010-09-16 08:05:11.872 mythbackend version: tags/release-0-23 [0.23] www.mythtv.org
    2010-09-16 08:05:11.874 Using runtime prefix = /usr
    2010-09-16 08:05:11.875 Using configuration directory = /home/mythtv/.mythtv
    2010-09-16 08:05:11.876 Empty LocalHostName.
    2010-09-16 08:05:11.876 Using localhost value of tv
    2010-09-16 08:05:11.897 New DB connection, total: 1
    2010-09-16 08:05:11.913 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:05:11.914 Closing DB connection named 'DBManager0'
    2010-09-16 08:05:11.916 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:05:11.937 Current MythTV Schema Version (DBSchemaVer): 1254
    2010-09-16 08:05:11.946 MythBackend: Starting up as the master server.
    2010-09-16 08:05:11.959 New DB connection, total: 2
    2010-09-16 08:05:11.961 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:05:11.991 New DB connection, total: 3
    2010-09-16 08:05:11.997 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:05:12.211 New DB scheduler connection
    2010-09-16 08:05:12.213 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:05:12.332 Enabling Upnpmedia rebuild thread.
    2010-09-16 08:05:13.544 Main::Registering HttpStatus Extension
    2010-09-16 08:05:13.544 Enabled verbose msgs: important general
    2010-09-16 08:05:13.553 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
    2010-09-16 08:05:15.353 Reschedule requested for id -1.
    2010-09-16 08:05:15.877 Scheduled 41 items in 0.5 = 0.03 match + 0.43 place
    2010-09-16 08:05:15.896 Seem to be woken up by USER
    2010-09-16 08:05:16.932 I'm idle now... shutdown will occur in 600 seconds.
    2010-09-16 08:05:22.611 UPnpMedia: BuildMediaMap VIDEO scan starting in :/storage/linked:
    2010-09-16 08:05:24.408 UPnpMedia: BuildMediaMap Done. Found 1107 objects
    2010-09-16 08:05:36.071 MainServer::ANN Playback
    2010-09-16 08:05:36.071 adding: tv as a client (events: 0)
    2010-09-16 08:05:36.074 MainServer::ANN Monitor
    2010-09-16 08:05:36.074 adding: tv as a client (events: 1)
    2010-09-16 08:06:32.229 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
    2010-09-16 08:07:39.795 ProgramInfo(): Updated pathname '':'' -> '1017_20100821000000.mpg'
    2010-09-16 08:07:58.686 ProgramInfo(): Updated pathname '':'' -> '1017_20100821000000.mpg'
    2010-09-16 08:07:58.848 ProgramInfo(): Updated pathname '':'' -> '1017_20100821000000.mpg'
    2010-09-16 08:10:16.060 I'm idle now... shutdown will occur in 600 seconds.
    ^C
    [mythtv@tv ~]$
    Now I start mythbackend again on the server, and start mythfrontend on my laptop. Then I go to media library->watch recordings. Now I see 38 recordings. All recordings are 0 minutes, except 1, this has 3 minutes runtime. This 3 minute one is the live TV recording of yesterday. This 3 minute one is the only recoring I can watch. I close mythfrontend, and kill mythbackend.
    console output mythfrontend on the laptop:
    cedric@laptop:/storage/home/cedric$ mythfrontend
    2010-09-16 08:17:28.473 mythfrontend version: tags/release-0-23 [0.23] www.mythtv.org
    2010-09-16 08:17:28.473 Using runtime prefix = /usr
    2010-09-16 08:17:28.473 Using configuration directory = /home/cedric/.mythtv
    2010-09-16 08:17:29.017 Empty LocalHostName.
    2010-09-16 08:17:29.017 Using localhost value of laptop
    2010-09-16 08:17:29.027 New DB connection, total: 1
    2010-09-16 08:17:29.049 Connected to database 'mythconverg' at host: 192.168.31.205
    2010-09-16 08:17:29.069 Closing DB connection named 'DBManager0'
    2010-09-16 08:17:29.089 ScreenSaverX11Private: Gnome screen saver support enabled
    2010-09-16 08:17:29.089 DPMS is disabled.
    2010-09-16 08:17:29.090 Primary screen: 0.
    2010-09-16 08:17:29.114 Connected to database 'mythconverg' at host: 192.168.31.205
    2010-09-16 08:17:29.118 Using screen 0, 1440x900 at 0,0
    2010-09-16 08:17:29.191 Desktop video mode: 1440x900 60.042 Hz
    2010-09-16 08:17:29.293 MythUI Image Cache size set to 20971520 bytes
    2010-09-16 08:17:29.315 Enabled verbose msgs: important general
    2010-09-16 08:17:29.346 Primary screen: 0.
    2010-09-16 08:17:29.350 Using screen 0, 1440x900 at 0,0
    2010-09-16 08:17:29.351 Using theme base resolution of 1280x720
    2010-09-16 08:17:29.425 LIRC, Error: Failed to connect to Unix socket '/var/run/lirc/lircd'
    eno: No such file or directory (2)
    2010-09-16 08:17:29.425 JoystickMenuThread Error: Joystick disabled - Failed to read /home/cedric/.mythtv/joystickmenurc
    2010-09-16 08:17:29.704 Using Frameless Window
    2010-09-16 08:17:29.704 Using Full Screen Window
    2010-09-16 08:17:29.711 Using the Qt painter
    2010-09-16 08:17:30.071 XMLParseBase: Loaded base theme from '/usr/share/mythtv/themes/Terra/base.xml'
    2010-09-16 08:17:30.093 XMLParseBase: Loaded base theme from '/usr/share/mythtv/themes/default-wide/base.xml'
    2010-09-16 08:17:30.108 XMLParseBase: Loaded base theme from '/usr/share/mythtv/themes/default/base.xml'
    2010-09-16 08:17:30.141 Current MythTV Schema Version (DBSchemaVer): 1254
    2010-09-16 08:17:31.896 Registering Internal as a media playback plugin.
    2010-09-16 08:17:31.899 No plugins directory /usr/lib/mythtv/plugins
    2010-09-16 08:17:31.917 MMUnix::AddDevice() Error: failed to stat /dev/bdi,
    eno: No such file or directory (2)
    2010-09-16 08:17:31.924 MMUnix::AddDevice() Error: failed to stat /dev/power,
    eno: No such file or directory (2)
    2010-09-16 08:17:31.926 MMUnix::AddDevice() Error: failed to stat /dev/trace,
    eno: No such file or directory (2)
    2010-09-16 08:17:31.943 XMLParseBase: Loading window theme from /usr/share/mythtv/themes/Terra/menu-ui.xml
    2010-09-16 08:17:32.059 Loading menu theme from /usr/share/mythtv/themes/defaultmenu//mainmenu.xml
    2010-09-16 08:17:32.072 Found mainmenu.xml for theme 'Terra'
    2010-09-16 08:17:32.125 MythContext: Connecting to backend server: 192.168.31.205:6543 (try 1 of 1)
    2010-09-16 08:17:32.129 Using protocol version 56
    2010-09-16 08:17:32.375 Warning! Time difference between the master backend and this system is 25 seconds.
    2010-09-16 08:17:33.497 Loading menu theme from /usr/share/mythtv/themes/defaultmenu//library.xml
    2010-09-16 08:17:34.064 New DB connection, total: 2
    2010-09-16 08:17:34.079 Connected to database 'mythconverg' at host: 192.168.31.205
    2010-09-16 08:17:34.088 XMLParseBase: Loading window theme from /usr/share/mythtv/themes/Terra/recordings-ui.xml
    2010-09-16 08:17:49.409 TV: Attempting to change from None to WatchingPreRecorded
    2010-09-16 08:17:50.244 [mp2 @ 0xb5038200]Header missing
    2010-09-16 08:17:50.244 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:50.245 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:50.245 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:50.245 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:50.245 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:50.245 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:50.245 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:50.245 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:50.245 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:50.246 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:50.246 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:51.467 AFD: Opened codec 0xa95f4600, id(MPEG2VIDEO) type(Video)
    2010-09-16 08:17:51.467 AFD: codec MP2 has 2 channels
    2010-09-16 08:17:51.467 AFD: Opened codec 0xa7bdf4b0, id(MP2) type(Audio)
    2010-09-16 08:17:51.656 Opening audio device 'default'. ch 2(2) sr 48000 (reenc 0)
    2010-09-16 08:17:51.657 Opening ALSA audio device 'default'.
    ALSA lib control.c:902:(snd_ctl_open_noupdate) Invalid CTL /dev/mixer
    2010-09-16 08:17:51.775 AudioOutput Warning: Mixer attach error -2: No such file or directory
    Check Mixer Name in Setup: '/dev/mixer'
    2010-09-16 08:17:52.584 VideoOutputXv: XVideo Adaptor Name: 'NV17 Video Texture'
    2010-09-16 08:17:52.642 OSD Theme Dimensions W: 1280 H: 720
    2010-09-16 08:17:53.099 TV: Changing from None to WatchingPreRecorded
    2010-09-16 08:17:53.100 New DB connection, total: 3
    2010-09-16 08:17:53.104 Realtime priority would require SUID as root.
    2010-09-16 08:17:53.112 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:53.113 AFD Error: Unknown decoding error
    2010-09-16 08:17:53.113 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:53.113 AFD Error: Unknown decoding error
    2010-09-16 08:17:53.113 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:53.113 AFD Error: Unknown decoding error
    2010-09-16 08:17:53.113 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:53.113 AFD Error: Unknown decoding error
    2010-09-16 08:17:53.113 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:53.113 AFD Error: Unknown decoding error
    2010-09-16 08:17:53.113 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:53.113 AFD Error: Unknown decoding error
    2010-09-16 08:17:53.113 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:53.113 AFD Error: Unknown decoding error
    2010-09-16 08:17:53.113 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:53.113 AFD Error: Unknown decoding error
    2010-09-16 08:17:53.114 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:53.114 AFD Error: Unknown decoding error
    2010-09-16 08:17:53.114 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:53.114 AFD Error: Unknown decoding error
    2010-09-16 08:17:53.114 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:17:53.114 AFD Error: Unknown decoding error
    2010-09-16 08:17:53.118 [mpeg2video @ 0xb5038200]warning: first frame is no keyframe
    2010-09-16 08:17:53.118 Connected to database 'mythconverg' at host: 192.168.31.205
    2010-09-16 08:17:53.121 [mpeg2video @ 0xb5038200]warning: first frame is no keyframe
    2010-09-16 08:17:53.123 Video timing method: USleep with busy wait
    2010-09-16 08:17:53.548 WriteAudio: device is suspended
    2010-09-16 08:17:53.587 AO: dropping back audio_buffer_unused
    2010-09-16 08:17:53.633 AO: dropping back audio_buffer_unused
    2010-09-16 08:17:53.685 AO: dropping back audio_buffer_unused
    2010-09-16 08:17:53.742 AO: dropping back audio_buffer_unused
    2010-09-16 08:17:53.775 AO: dropping back audio_buffer_unused
    2010-09-16 08:17:53.806 AO: dropping back audio_buffer_unused
    2010-09-16 08:17:53.837 AO: dropping back audio_buffer_unused
    2010-09-16 08:17:53.868 AO: dropping back audio_buffer_unused
    2010-09-16 08:17:53.901 AO: dropping back audio_buffer_unused
    2010-09-16 08:17:53.932 AO: dropping back audio_buffer_unused
    2010-09-16 08:17:53.963 AO: dropping back audio_buffer_unused
    2010-09-16 08:17:53.994 AO: dropping back audio_buffer_unused
    2010-09-16 08:17:54.026 AO: dropping back audio_buffer_unused
    2010-09-16 08:17:54.057 AO: dropping back audio_buffer_unused
    2010-09-16 08:18:48.279 TV: Attempting to change from WatchingPreRecorded to None
    2010-09-16 08:18:48.338 TV: Changing from WatchingPreRecorded to None
    2010-09-16 08:18:52.757 TV: Attempting to change from None to WatchingPreRecorded
    2010-09-16 08:18:53.346 [mp2 @ 0xb5038200]Header missing
    2010-09-16 08:18:53.346 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:53.346 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:53.346 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:53.347 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:53.347 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:53.347 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:53.347 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:53.347 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:53.347 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:53.347 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:53.347 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:54.132 AFD: Opened codec 0xa7bc3880, id(MPEG2VIDEO) type(Video)
    2010-09-16 08:18:54.132 AFD: codec MP2 has 2 channels
    2010-09-16 08:18:54.132 AFD: Opened codec 0xa7bc4680, id(MP2) type(Audio)
    2010-09-16 08:18:54.180 Opening audio device 'default'. ch 2(2) sr 48000 (reenc 0)
    2010-09-16 08:18:54.180 Opening ALSA audio device 'default'.
    ALSA lib control.c:902:(snd_ctl_open_noupdate) Invalid CTL /dev/mixer
    2010-09-16 08:18:54.182 AudioOutput Warning: Mixer attach error -2: No such file or directory
    Check Mixer Name in Setup: '/dev/mixer'
    2010-09-16 08:18:54.616 VideoOutputXv: XVideo Adaptor Name: 'NV17 Video Texture'
    2010-09-16 08:18:54.651 OSD Theme Dimensions W: 1280 H: 720
    2010-09-16 08:18:54.750 Realtime priority would require SUID as root.
    2010-09-16 08:18:54.752 Video timing method: USleep with busy wait
    2010-09-16 08:18:54.787 TV: Changing from None to WatchingPreRecorded
    2010-09-16 08:18:54.846 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:54.846 AFD Error: Unknown decoding error
    2010-09-16 08:18:54.846 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:54.846 AFD Error: Unknown decoding error
    2010-09-16 08:18:54.847 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:54.847 AFD Error: Unknown decoding error
    2010-09-16 08:18:54.847 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:54.847 AFD Error: Unknown decoding error
    2010-09-16 08:18:54.847 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:54.847 AFD Error: Unknown decoding error
    2010-09-16 08:18:54.847 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:54.847 AFD Error: Unknown decoding error
    2010-09-16 08:18:54.847 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:54.847 AFD Error: Unknown decoding error
    2010-09-16 08:18:54.847 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:54.847 AFD Error: Unknown decoding error
    2010-09-16 08:18:54.847 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:54.848 AFD Error: Unknown decoding error
    2010-09-16 08:18:54.848 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:54.848 AFD Error: Unknown decoding error
    2010-09-16 08:18:54.848 [mpeg2video @ 0xb5038200]mpeg_decode_postinit() failure
    2010-09-16 08:18:54.848 AFD Error: Unknown decoding error
    2010-09-16 08:18:54.852 [mpeg2video @ 0xb5038200]warning: first frame is no keyframe
    2010-09-16 08:18:54.876 [mpeg2video @ 0xb5038200]warning: first frame is no keyframe
    2010-09-16 08:18:54.995 AO: dropping back audio_buffer_unused
    2010-09-16 08:18:55.042 AO: dropping back audio_buffer_unused
    2010-09-16 08:18:55.094 AO: dropping back audio_buffer_unused
    2010-09-16 08:18:55.150 AO: dropping back audio_buffer_unused
    2010-09-16 08:18:55.182 AO: dropping back audio_buffer_unused
    2010-09-16 08:18:55.213 AO: dropping back audio_buffer_unused
    2010-09-16 08:18:55.244 AO: dropping back audio_buffer_unused
    2010-09-16 08:18:55.275 AO: dropping back audio_buffer_unused
    2010-09-16 08:18:55.306 AO: dropping back audio_buffer_unused
    2010-09-16 08:18:55.337 AO: dropping back audio_buffer_unused
    2010-09-16 08:18:55.342 AO: dropping back audio_buffer_unused
    2010-09-16 08:18:55.373 AO: dropping back audio_buffer_unused
    2010-09-16 08:18:55.404 AO: dropping back audio_buffer_unused
    2010-09-16 08:18:55.435 AO: dropping back audio_buffer_unused
    2010-09-16 08:18:57.870 [mp2 @ 0xb5038200]incomplete frame
    2010-09-16 08:18:57.870 AFD Error: Unknown audio decoding error
    2010-09-16 08:18:59.900 TV: Attempting to change from WatchingPreRecorded to None
    2010-09-16 08:18:59.901 TV: Changing from WatchingPreRecorded to None
    2010-09-16 08:18:59.922 TV: Attempting to change from None to None
    2010-09-16 08:19:20.529 Deleting UPnP client...
    Error in my_thread_global_end(): 1 threads didn't exit
    cedric@laptop:/storage/home/cedric$
    console output mythbackend on the server:
    [mythtv@tv ~]$ mythbackend
    2010-09-16 08:16:59.829 mythbackend version: tags/release-0-23 [0.23] www.mythtv.org
    2010-09-16 08:16:59.830 Using runtime prefix = /usr
    2010-09-16 08:16:59.830 Using configuration directory = /home/mythtv/.mythtv
    2010-09-16 08:16:59.831 Empty LocalHostName.
    2010-09-16 08:16:59.831 Using localhost value of tv
    2010-09-16 08:16:59.852 New DB connection, total: 1
    2010-09-16 08:16:59.866 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:16:59.867 Closing DB connection named 'DBManager0'
    2010-09-16 08:16:59.869 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:16:59.887 Current MythTV Schema Version (DBSchemaVer): 1254
    2010-09-16 08:16:59.899 MythBackend: Starting up as the master server.
    2010-09-16 08:16:59.913 New DB connection, total: 2
    2010-09-16 08:16:59.915 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:16:59.943 New DB connection, total: 3
    2010-09-16 08:16:59.944 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:17:00.147 New DB scheduler connection
    2010-09-16 08:17:00.149 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:17:00.269 Enabling Upnpmedia rebuild thread.
    2010-09-16 08:17:01.481 Main::Registering HttpStatus Extension
    2010-09-16 08:17:01.482 Enabled verbose msgs: important general
    2010-09-16 08:17:01.491 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
    2010-09-16 08:17:03.284 Reschedule requested for id -1.
    2010-09-16 08:17:03.794 Scheduled 41 items in 0.5 = 0.03 match + 0.42 place
    2010-09-16 08:17:03.824 Seem to be woken up by USER
    2010-09-16 08:17:04.841 I'm idle now... shutdown will occur in 600 seconds.
    2010-09-16 08:17:07.378 MainServer::ANN Playback
    2010-09-16 08:17:07.378 adding: laptop as a client (events: 0)
    2010-09-16 08:17:07.381 MainServer::ANN Monitor
    2010-09-16 08:17:07.381 adding: laptop as a client (events: 1)
    2010-09-16 08:17:10.428 UPnpMedia: BuildMediaMap VIDEO scan starting in :/storage/linked:
    2010-09-16 08:17:12.225 UPnpMedia: BuildMediaMap Done. Found 1108 objects
    2010-09-16 08:17:24.683 ProgramInfo(): Updated pathname '':'' -> '1007_20100915192646.mpg'
    2010-09-16 08:17:24.708 MainServer::ANN Playback
    2010-09-16 08:17:24.708 adding: laptop as a client (events: 0)
    2010-09-16 08:17:24.714 MainServer::HandleAnnounce FileTransfer
    2010-09-16 08:17:24.714 adding: laptop as a remote file transfer
    2010-09-16 08:17:24.721 ProgramInfo(): Updated pathname '':'' -> '1007_20100915192646.mpg'
    2010-09-16 08:17:24.818 ProgramInfo(): Updated pathname '':'' -> '1007_20100915192646.mpg'
    2010-09-16 08:17:24.899 ProgramInfo(): Updated pathname '':'' -> '1007_20100915192646.mpg'
    2010-09-16 08:18:20.170 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
    2010-09-16 08:18:23.731 ProgramInfo(): Updated pathname '':'' -> '1007_20100915192646.mpg'
    2010-09-16 08:18:23.751 ProgramInfo(): Updated pathname '':'' -> '1007_20100915192646.mpg'
    2010-09-16 08:18:27.993 ProgramInfo(): Updated pathname '':'' -> '1000_20100821142124.mpg'
    2010-09-16 08:18:28.021 MainServer::ANN Playback
    2010-09-16 08:18:28.021 adding: laptop as a client (events: 0)
    2010-09-16 08:18:28.024 MainServer::HandleAnnounce FileTransfer
    2010-09-16 08:18:28.024 adding: laptop as a remote file transfer
    2010-09-16 08:18:28.030 ProgramInfo(): Updated pathname '':'' -> '1000_20100821142124.mpg'
    2010-09-16 08:18:28.121 ProgramInfo(): Updated pathname '':'' -> '1000_20100821142124.mpg'
    2010-09-16 08:18:28.200 ProgramInfo(): Updated pathname '':'' -> '1000_20100821142124.mpg'
    2010-09-16 08:18:35.286 ProgramInfo(): Updated pathname '':'' -> '1000_20100821142124.mpg'
    2010-09-16 08:18:35.294 ProgramInfo(): Updated pathname '':'' -> '1000_20100821142124.mpg'
    2010-09-16 08:18:57.880 I'm idle now... shutdown will occur in 600 seconds.
    ^C
    [mythtv@tv ~]$
    Now I start mythbackend again on the server, and start mythfrontend on my laptop. Then I go to watch TV. This works perfectly, I can watch TV, switch channels, no problem. I let the TV run for a few minutes. (there could be some funky messages on the console, My cat jumped on the keyboard of the laptop). Next I go to media library->watch recordings. The TV show I just watched is added, and I can play it back. next I exit mythfrontend and kill mythbackend.
    console output mythfrontend on the laptop:
    cedric@laptop:/storage/home/cedric$ mythfrontend
    2010-09-16 08:28:39.533 mythfrontend version: tags/release-0-23 [0.23] www.mythtv.org
    2010-09-16 08:28:39.534 Using runtime prefix = /usr
    2010-09-16 08:28:39.534 Using configuration directory = /home/cedric/.mythtv
    2010-09-16 08:28:40.073 Empty LocalHostName.
    2010-09-16 08:28:40.073 Using localhost value of laptop
    2010-09-16 08:28:40.082 New DB connection, total: 1
    2010-09-16 08:28:40.108 Connected to database 'mythconverg' at host: 192.168.31.205
    2010-09-16 08:28:40.109 Closing DB connection named 'DBManager0'
    2010-09-16 08:28:40.128 ScreenSaverX11Private: Gnome screen saver support enabled
    2010-09-16 08:28:40.128 DPMS is disabled.
    2010-09-16 08:28:40.130 Primary screen: 0.
    2010-09-16 08:28:40.145 Connected to database 'mythconverg' at host: 192.168.31.205
    2010-09-16 08:28:40.149 Using screen 0, 1440x900 at 0,0
    2010-09-16 08:28:40.228 Desktop video mode: 1440x900 60.042 Hz
    2010-09-16 08:28:40.327 MythUI Image Cache size set to 20971520 bytes
    2010-09-16 08:28:40.350 Enabled verbose msgs: important general
    2010-09-16 08:28:40.383 Primary screen: 0.
    2010-09-16 08:28:40.401 Using screen 0, 1440x900 at 0,0
    2010-09-16 08:28:40.402 Using theme base resolution of 1280x720
    2010-09-16 08:28:40.463 LIRC, Error: Failed to connect to Unix socket '/var/run/lirc/lircd'
    eno: No such file or directory (2)
    2010-09-16 08:28:40.463 JoystickMenuThread Error: Joystick disabled - Failed to read /home/cedric/.mythtv/joystickmenurc
    2010-09-16 08:28:40.732 Using Frameless Window
    2010-09-16 08:28:40.732 Using Full Screen Window
    2010-09-16 08:28:40.739 Using the Qt painter
    2010-09-16 08:28:41.124 XMLParseBase: Loaded base theme from '/usr/share/mythtv/themes/Terra/base.xml'
    2010-09-16 08:28:41.147 XMLParseBase: Loaded base theme from '/usr/share/mythtv/themes/default-wide/base.xml'
    2010-09-16 08:28:41.157 XMLParseBase: Loaded base theme from '/usr/share/mythtv/themes/default/base.xml'
    2010-09-16 08:28:41.183 Current MythTV Schema Version (DBSchemaVer): 1254
    2010-09-16 08:28:42.892 Registering Internal as a media playback plugin.
    2010-09-16 08:28:42.896 No plugins directory /usr/lib/mythtv/plugins
    2010-09-16 08:28:42.915 MMUnix::AddDevice() Error: failed to stat /dev/bdi,
    eno: No such file or directory (2)
    2010-09-16 08:28:42.922 MMUnix::AddDevice() Error: failed to stat /dev/power,
    eno: No such file or directory (2)
    2010-09-16 08:28:42.927 MMUnix::AddDevice() Error: failed to stat /dev/trace,
    eno: No such file or directory (2)
    2010-09-16 08:28:42.948 XMLParseBase: Loading window theme from /usr/share/mythtv/themes/Terra/menu-ui.xml
    2010-09-16 08:28:43.065 Loading menu theme from /usr/share/mythtv/themes/defaultmenu//mainmenu.xml
    2010-09-16 08:28:43.071 Found mainmenu.xml for theme 'Terra'
    2010-09-16 08:28:43.127 MythContext: Connecting to backend server: 192.168.31.205:6543 (try 1 of 1)
    2010-09-16 08:28:43.131 Using protocol version 56
    2010-09-16 08:28:43.377 Warning! Time difference between the master backend and this system is 25 seconds.
    2010-09-16 08:28:46.221 TV: Attempting to change from None to WatchingLiveTV
    2010-09-16 08:28:46.221 MythContext: Connecting to backend server: 192.168.31.205:6543 (try 1 of 1)
    2010-09-16 08:28:46.225 Using protocol version 56
    2010-09-16 08:28:46.227 Spawning LiveTV Recorder -- begin
    2010-09-16 08:28:47.369 Spawning LiveTV Recorder -- end
    2010-09-16 08:28:47.384 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:47.512 We have a playbackURL(myth://192.168.31.205:6543/1017_20100916082821.mpg) & cardtype(MPEG)
    2010-09-16 08:28:48.538 We have a RingBuffer
    2010-09-16 08:28:49.588 AFD: Opened codec 0x8ef7140, id(MPEG2VIDEO) type(Video)
    2010-09-16 08:28:49.588 AFD: codec MP2 has 2 channels
    2010-09-16 08:28:49.588 AFD: Opened codec 0x94f7330, id(MP2) type(Audio)
    2010-09-16 08:28:49.911 Opening audio device 'default'. ch 2(2) sr 48000 (reenc 0)
    2010-09-16 08:28:49.911 Opening ALSA audio device 'default'.
    ALSA lib control.c:902:(snd_ctl_open_noupdate) Invalid CTL /dev/mixer
    2010-09-16 08:28:49.917 AudioOutput Warning: Mixer attach error -2: No such file or directory
    Check Mixer Name in Setup: '/dev/mixer'
    2010-09-16 08:28:49.991 New DB connection, total: 2
    2010-09-16 08:28:50.037 Connected to database 'mythconverg' at host: 192.168.31.205
    2010-09-16 08:28:50.051 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:50.136 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:50.180 VideoOutputXv: XVideo Adaptor Name: 'NV17 Video Texture'
    2010-09-16 08:28:50.221 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:50.251 OSD Theme Dimensions W: 1280 H: 720
    2010-09-16 08:28:50.360 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:50.494 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:50.556 TV: Changing from None to WatchingLiveTV
    2010-09-16 08:28:50.556 TV: State is LiveTV & mctx == ctx
    2010-09-16 08:28:50.556 New DB connection, total: 3
    2010-09-16 08:28:50.558 New DB connection, total: 4
    2010-09-16 08:28:50.562 Realtime priority would require SUID as root.
    2010-09-16 08:28:50.582 [mpeg2video @ 0xb50f7200]warning: first frame is no keyframe
    2010-09-16 08:28:50.585 [mpeg2video @ 0xb50f7200]warning: first frame is no keyframe
    2010-09-16 08:28:50.591 Connected to database 'mythconverg' at host: 192.168.31.205
    2010-09-16 08:28:50.603 TV: UpdateOSDInput done
    2010-09-16 08:28:50.603 TV: UpdateLCD done
    2010-09-16 08:28:50.603 TV: ITVRestart done
    2010-09-16 08:28:50.604 Connected to database 'mythconverg' at host: 192.168.31.205
    2010-09-16 08:28:50.611 Video timing method: USleep with busy wait
    2010-09-16 08:28:50.699 AO: dropping back audio_buffer_unused
    2010-09-16 08:28:50.741 AO: dropping back audio_buffer_unused
    2010-09-16 08:28:50.798 AO: dropping back audio_buffer_unused
    2010-09-16 08:28:50.855 AO: dropping back audio_buffer_unused
    2010-09-16 08:28:50.886 AO: dropping back audio_buffer_unused
    2010-09-16 08:28:50.918 AO: dropping back audio_buffer_unused
    2010-09-16 08:28:50.949 AO: dropping back audio_buffer_unused
    2010-09-16 08:28:50.981 AO: dropping back audio_buffer_unused
    2010-09-16 08:28:51.012 AO: dropping back audio_buffer_unused
    2010-09-16 08:28:51.043 AO: dropping back audio_buffer_unused
    2010-09-16 08:28:51.074 AO: dropping back audio_buffer_unused
    2010-09-16 08:28:51.105 AO: dropping back audio_buffer_unused
    2010-09-16 08:28:51.136 AO: dropping back audio_buffer_unused
    2010-09-16 08:28:51.141 AO: dropping back audio_buffer_unused
    2010-09-16 08:29:14.561 ProgramInfo(): Updated pathname '':'' -> '1012_20100916082849.mpg'
    2010-09-16 08:29:14.599 ProgramInfo(): Updated pathname '':'' -> '1012_20100916082849.mpg'
    2010-09-16 08:29:15.476 WriteAudio: buffer underrun
    2010-09-16 08:29:16.276 [mpeg2video @ 0xb50f7200]warning: first frame is no keyframe
    2010-09-16 08:29:17.077 NVP(0): Prebuffer wait timed out 10 times.
    2010-09-16 08:29:27.024 NVP(0): prebuffering pause
    2010-09-16 08:29:36.302 NVP(0): prebuffering pause
    2010-09-16 08:32:12.916 XMLParseBase: Loading window theme from /usr/share/mythtv/themes/Terra/schedule-ui.xml
    2010-09-16 08:32:12.934 XMLParseBase: Loading window theme from /usr/share/mythtv/themes/default-wide/schedule-ui.xml
    2010-09-16 08:32:13.638 Failed to save to /home/cedric/.mythtv/channels/mtv-color.gif
    2010-09-16 08:32:13.684 Failed to save to /home/cedric/.mythtv/channels/tmf.gif
    2010-09-16 08:32:13.738 Failed to save to /home/cedric/.mythtv/channels/discover-spacey.gif
    2010-09-16 08:32:13.786 Failed to save to /home/cedric/.mythtv/channels/ngc.gif
    2010-09-16 08:32:13.839 Failed to save to /home/cedric/.mythtv/channels/animal-planet.gif
    2010-09-16 08:32:18.576 Failed to save to /home/cedric/.mythtv/channels/comedy_central.gif
    2010-09-16 08:32:18.937 Failed to save to /home/cedric/.mythtv/channels/rtl8.gif
    2010-09-16 08:44:28.622 TV: Attempting to change from WatchingLiveTV to None
    2010-09-16 08:44:30.421 TV: Changing from WatchingLiveTV to None
    2010-09-16 08:44:34.124 Loading menu theme from /usr/share/mythtv/themes/defaultmenu//library.xml
    2010-09-16 08:44:34.830 XMLParseBase: Loading window theme from /usr/share/mythtv/themes/Terra/recordings-ui.xml
    2010-09-16 08:44:35.253 MythContext: Connecting to backend server: 192.168.31.205:6543 (try 1 of 1)
    2010-09-16 08:44:35.256 Using protocol version 56
    2010-09-16 08:44:40.376 TV: Attempting to change from None to WatchingRecording
    2010-09-16 08:44:40.602 TV Error: Couldn't find recorder for in-progress recording
    2010-09-16 08:44:41.288 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:41.288 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:41.288 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:41.288 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:41.288 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:41.288 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:41.288 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:41.288 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:41.289 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:41.289 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:41.289 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:43.410 RingBuf(myth://192.168.31.205:6543/1012_20100916082849.mpg): Waited 2.0 seconds for data to become available...
    2010-09-16 08:44:44.378 AFD: Opened codec 0x9d61520, id(MPEG2VIDEO) type(Video)
    2010-09-16 08:44:44.378 AFD: codec MP2 has 2 channels
    2010-09-16 08:44:44.378 AFD: Opened codec 0x9d636e0, id(MP2) type(Audio)
    2010-09-16 08:44:44.386 Opening audio device 'default'. ch 2(2) sr 48000 (reenc 0)
    2010-09-16 08:44:44.386 Opening ALSA audio device 'default'.
    ALSA lib control.c:902:(snd_ctl_open_noupdate) Invalid CTL /dev/mixer
    2010-09-16 08:44:44.388 AudioOutput Warning: Mixer attach error -2: No such file or directory
    Check Mixer Name in Setup: '/dev/mixer'
    2010-09-16 08:44:45.006 VideoOutputXv: XVideo Adaptor Name: 'NV17 Video Texture'
    2010-09-16 08:44:45.044 OSD Theme Dimensions W: 1280 H: 720
    2010-09-16 08:44:45.141 Realtime priority would require SUID as root.
    2010-09-16 08:44:45.143 Video timing method: USleep with busy wait
    2010-09-16 08:44:45.156 TV: Changing from None to WatchingPreRecorded
    2010-09-16 08:44:45.226 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:45.226 AFD Error: Unknown decoding error
    2010-09-16 08:44:45.226 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:45.226 AFD Error: Unknown decoding error
    2010-09-16 08:44:45.226 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:45.226 AFD Error: Unknown decoding error
    2010-09-16 08:44:45.226 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:45.226 AFD Error: Unknown decoding error
    2010-09-16 08:44:45.226 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:45.226 AFD Error: Unknown decoding error
    2010-09-16 08:44:45.226 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:45.226 AFD Error: Unknown decoding error
    2010-09-16 08:44:45.226 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:45.226 AFD Error: Unknown decoding error
    2010-09-16 08:44:45.227 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:45.227 AFD Error: Unknown decoding error
    2010-09-16 08:44:45.227 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:45.227 AFD Error: Unknown decoding error
    2010-09-16 08:44:45.227 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:45.227 AFD Error: Unknown decoding error
    2010-09-16 08:44:45.227 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:44:45.227 AFD Error: Unknown decoding error
    2010-09-16 08:44:45.230 [mpeg2video @ 0xb50f7200]warning: first frame is no keyframe
    2010-09-16 08:44:45.275 [mpeg2video @ 0xb50f7200]warning: first frame is no keyframe
    2010-09-16 08:44:45.340 AO: dropping back audio_buffer_unused
    2010-09-16 08:44:45.383 AO: dropping back audio_buffer_unused
    2010-09-16 08:44:45.437 AO: dropping back audio_buffer_unused
    2010-09-16 08:44:45.468 AO: dropping back audio_buffer_unused
    2010-09-16 08:44:45.526 AO: dropping back audio_buffer_unused
    2010-09-16 08:44:45.557 AO: dropping back audio_buffer_unused
    2010-09-16 08:44:45.590 AO: dropping back audio_buffer_unused
    2010-09-16 08:44:45.621 AO: dropping back audio_buffer_unused
    2010-09-16 08:44:45.681 AO: dropping back audio_buffer_unused
    2010-09-16 08:44:45.686 AO: dropping back audio_buffer_unused
    2010-09-16 08:44:45.717 AO: dropping back audio_buffer_unused
    2010-09-16 08:44:45.748 AO: dropping back audio_buffer_unused
    2010-09-16 08:44:45.779 AO: dropping back audio_buffer_unused
    2010-09-16 08:44:45.810 AO: dropping back audio_buffer_unused
    2010-09-16 08:44:57.227 TV: Attempting to change from WatchingPreRecorded to None
    2010-09-16 08:44:57.236 TV: Changing from WatchingPreRecorded to None
    2010-09-16 08:45:01.258 TV: Attempting to change from None to WatchingPreRecorded
    2010-09-16 08:45:01.913 [mp2 @ 0xb50f7200]Header missing
    2010-09-16 08:45:01.914 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:01.914 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:01.914 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:01.914 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:01.914 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:01.914 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:01.915 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:01.915 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:01.915 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:01.915 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:01.915 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:02.694 AFD: Opened codec 0x9d620f0, id(MPEG2VIDEO) type(Video)
    2010-09-16 08:45:02.694 AFD: codec MP2 has 2 channels
    2010-09-16 08:45:02.694 AFD: Opened codec 0xa172070, id(MP2) type(Audio)
    2010-09-16 08:45:02.734 Opening audio device 'default'. ch 2(2) sr 48000 (reenc 0)
    2010-09-16 08:45:02.734 Opening ALSA audio device 'default'.
    ALSA lib control.c:902:(snd_ctl_open_noupdate) Invalid CTL /dev/mixer
    2010-09-16 08:45:02.736 AudioOutput Warning: Mixer attach error -2: No such file or directory
    Check Mixer Name in Setup: '/dev/mixer'
    2010-09-16 08:45:03.231 VideoOutputXv: XVideo Adaptor Name: 'NV17 Video Texture'
    2010-09-16 08:45:03.266 OSD Theme Dimensions W: 1280 H: 720
    2010-09-16 08:45:03.367 Realtime priority would require SUID as root.
    2010-09-16 08:45:03.369 Video timing method: USleep with busy wait
    2010-09-16 08:45:03.402 TV: Changing from None to WatchingPreRecorded
    2010-09-16 08:45:03.463 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:03.463 AFD Error: Unknown decoding error
    2010-09-16 08:45:03.463 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:03.463 AFD Error: Unknown decoding error
    2010-09-16 08:45:03.463 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:03.463 AFD Error: Unknown decoding error
    2010-09-16 08:45:03.463 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:03.463 AFD Error: Unknown decoding error
    2010-09-16 08:45:03.463 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:03.463 AFD Error: Unknown decoding error
    2010-09-16 08:45:03.463 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:03.463 AFD Error: Unknown decoding error
    2010-09-16 08:45:03.463 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:03.464 AFD Error: Unknown decoding error
    2010-09-16 08:45:03.464 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:03.464 AFD Error: Unknown decoding error
    2010-09-16 08:45:03.464 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:03.464 AFD Error: Unknown decoding error
    2010-09-16 08:45:03.464 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:03.464 AFD Error: Unknown decoding error
    2010-09-16 08:45:03.464 [mpeg2video @ 0xb50f7200]mpeg_decode_postinit() failure
    2010-09-16 08:45:03.464 AFD Error: Unknown decoding error
    2010-09-16 08:45:03.468 [mpeg2video @ 0xb50f7200]warning: first frame is no keyframe
    2010-09-16 08:45:03.505 [mpeg2video @ 0xb50f7200]warning: first frame is no keyframe
    2010-09-16 08:45:03.625 AO: dropping back audio_buffer_unused
    2010-09-16 08:45:03.668 AO: dropping back audio_buffer_unused
    2010-09-16 08:45:03.725 AO: dropping back audio_buffer_unused
    2010-09-16 08:45:03.780 AO: dropping back audio_buffer_unused
    2010-09-16 08:45:03.811 AO: dropping back audio_buffer_unused
    2010-09-16 08:45:03.842 AO: dropping back audio_buffer_unused
    2010-09-16 08:45:03.873 AO: dropping back audio_buffer_unused
    2010-09-16 08:45:03.904 AO: dropping back audio_buffer_unused
    2010-09-16 08:45:03.936 AO: dropping back audio_buffer_unused
    2010-09-16 08:45:03.967 AO: dropping back audio_buffer_unused
    2010-09-16 08:45:03.972 AO: dropping back audio_buffer_unused
    2010-09-16 08:45:04.003 AO: dropping back audio_buffer_unused
    2010-09-16 08:45:04.035 AO: dropping back audio_buffer_unused
    2010-09-16 08:45:04.067 AO: dropping back audio_buffer_unused
    2010-09-16 08:45:09.077 TV: Attempting to change from WatchingPreRecorded to None
    2010-09-16 08:45:09.185 TV: Changing from WatchingPreRecorded to None
    2010-09-16 08:45:12.717 Deleting UPnP client...
    Error in my_thread_global_end(): 1 threads didn't exit
    cedric@laptop:/storage/home/cedric$
    console output mythbackend on the server:
    [cedric@tv ~]$ su mythtv
    Password:
    [mythtv@tv cedric]$ cd
    [mythtv@tv ~]$ mythbackend
    2010-09-16 08:27:51.241 mythbackend version: tags/release-0-23 [0.23] www.mythtv.org
    2010-09-16 08:27:51.242 Using runtime prefix = /usr
    2010-09-16 08:27:51.242 Using configuration directory = /home/mythtv/.mythtv
    2010-09-16 08:27:51.244 Empty LocalHostName.
    2010-09-16 08:27:51.244 Using localhost value of tv
    2010-09-16 08:27:51.264 New DB connection, total: 1
    2010-09-16 08:27:51.277 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:27:51.278 Closing DB connection named 'DBManager0'
    2010-09-16 08:27:51.280 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:27:51.298 Current MythTV Schema Version (DBSchemaVer): 1254
    2010-09-16 08:27:51.311 MythBackend: Starting up as the master server.
    2010-09-16 08:27:51.325 New DB connection, total: 2
    2010-09-16 08:27:51.327 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:27:51.357 New DB connection, total: 3
    2010-09-16 08:27:51.358 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:27:51.555 New DB scheduler connection
    2010-09-16 08:27:51.557 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:27:51.679 Enabling Upnpmedia rebuild thread.
    2010-09-16 08:27:52.893 Main::Registering HttpStatus Extension
    2010-09-16 08:27:52.893 Enabled verbose msgs: important general
    2010-09-16 08:27:52.902 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
    2010-09-16 08:27:54.702 Reschedule requested for id -1.
    2010-09-16 08:27:55.254 Scheduled 41 items in 0.5 = 0.03 match + 0.46 place
    2010-09-16 08:27:55.277 Seem to be woken up by USER
    2010-09-16 08:27:56.314 I'm idle now... shutdown will occur in 600 seconds.
    2010-09-16 08:28:01.841 UPnpMedia: BuildMediaMap VIDEO scan starting in :/storage/linked:
    2010-09-16 08:28:03.628 UPnpMedia: BuildMediaMap Done. Found 1108 objects
    2010-09-16 08:28:18.290 MainServer::ANN Playback
    2010-09-16 08:28:18.290 adding: laptop as a client (events: 0)
    2010-09-16 08:28:18.292 MainServer::ANN Monitor
    2010-09-16 08:28:18.293 adding: laptop as a client (events: 1)
    2010-09-16 08:28:21.384 MainServer::ANN Playback
    2010-09-16 08:28:21.384 adding: laptop as a client (events: 0)
    2010-09-16 08:28:21.419 TVRec(3): Changing from None to WatchingLiveTV
    2010-09-16 08:28:21.439 TVRec(3): HW Tuner: 3->3
    2010-09-16 08:28:22.477 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:22.544 New DB connection, total: 4
    2010-09-16 08:28:22.553 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:28:22.596 MPEGRec(/dev/video0) Warning: Audio sample rate 32000 Hz
    is not supported by ivtv driver, using 48000 Hz instead.
    2010-09-16 08:28:22.679 AutoExpire: CalcParams(): Max required Free Space: 2.0 GB w/freq: 15 min
    2010-09-16 08:28:22.698 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:22.707 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:22.723 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:22.732 MainServer::ANN Playback
    2010-09-16 08:28:22.732 adding: laptop as a client (events: 0)
    2010-09-16 08:28:22.734 MainServer::HandleAnnounce FileTransfer
    2010-09-16 08:28:22.735 adding: laptop as a remote file transfer
    2010-09-16 08:28:22.745 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:23.668 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:23.748 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:25.086 RecBase(3:/dev/video0): GetKeyframePositions(1,9223372036854775807,#3) out of 4
    2010-09-16 08:28:25.269 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:25.354 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:25.441 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:25.579 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:25.725 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:49.076 TVRec(3): HW Tuner: 3->3
    2010-09-16 08:28:49.232 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:49.239 Finished recording Mighty B: channel 1017
    2010-09-16 08:28:49.345 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:49.350 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:49.363 Finished recording Mighty B: channel 1017
    2010-09-16 08:28:49.562 mythbackend version: tags/release-0-23 [0.23] www.mythtv.org
    2010-09-16 08:28:49.564 Using runtime prefix = /usr
    2010-09-16 08:28:49.564 Using configuration directory = /home/mythtv/.mythtv
    2010-09-16 08:28:49.565 Empty LocalHostName.
    2010-09-16 08:28:49.565 Using localhost value of tv
    2010-09-16 08:28:49.608 New DB connection, total: 1
    2010-09-16 08:28:49.618 TVRec(3): RingBufferChanged()
    2010-09-16 08:28:49.630 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:49.640 Finished recording Mighty B: channel 1017
    2010-09-16 08:28:49.643 ProgramInfo(1017_20100916082821.mpg), Warning: MarkAsInUse(false, 'recorder'->'') -- use has changed since first setting as in use.
    2010-09-16 08:28:49.643 ProgramInfo(1017_20100916082821.mpg), Warning: MarkAsInUse requires a key to delete in use mark
    2010-09-16 08:28:49.699 AutoExpire: CalcParams(): Max required Free Space: 2.0 GB w/freq: 15 min
    2010-09-16 08:28:49.715 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:49.749 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:49.781 ProgramInfo(): Updated pathname '':'' -> '1012_20100916082849.mpg'
    2010-09-16 08:28:49.791 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:28:49.791 Closing DB connection named 'DBManager0'
    2010-09-16 08:28:49.798 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:49.818 ProgramInfo(): Updated pathname '':'' -> '1012_20100916082849.mpg'
    2010-09-16 08:28:49.840 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:49.867 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:28:49.927 MainServer::ANN Playback
    2010-09-16 08:28:49.927 adding: laptop as a client (events: 0)
    2010-09-16 08:28:49.930 MainServer::HandleAnnounce FileTransfer
    2010-09-16 08:28:49.930 adding: laptop as a remote file transfer
    2010-09-16 08:28:49.937 ProgramInfo(): Updated pathname '':'' -> '1012_20100916082849.mpg'
    2010-09-16 08:28:49.979 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:50.060 Current MythTV Schema Version (DBSchemaVer): 1254
    2010-09-16 08:28:50.097 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:28:50.546 ProgramInfo(): Updated pathname '':'' -> '1012_20100916082849.mpg'
    2010-09-16 08:28:50.582 RecBase(3:/dev/video0): GetKeyframePositions(0,9223372036854775807,#1) out of 1
    2010-09-16 08:28:50.624 ProgramInfo(): Updated pathname '':'' -> '1012_20100916082849.mpg'
    2010-09-16 08:28:55.095 AFD: Opened codec 0x9260560, id(MPEG2VIDEO) type(Video)
    2010-09-16 08:28:55.095 AFD: codec MP2 has 2 channels
    2010-09-16 08:28:55.095 AFD: Opened codec 0x9264bb0, id(MP2) type(Audio)
    2010-09-16 08:28:55.288 [mpeg2video @ 0xb50cbca0]warning: first frame is no keyframe
    2010-09-16 08:28:55.336 [mpeg2video @ 0xb50cbca0]warning: first frame is no keyframe
    2010-09-16 08:28:55.342 [mpeg2video @ 0xb50cbca0]warning: first frame is no keyframe
    2010-09-16 08:28:55.465 Preview: Grabbed preview '/storage/tv/1017_20100916082821.mpg' 720x576@664s
    2010-09-16 08:28:55.698 ~MythContext waiting for threads to exit.
    2010-09-16 08:29:11.602 AutoExpire: CalcParams(): Max required Free Space: 2.0 GB w/freq: 15 min
    2010-09-16 08:30:11.711 Expiring 15 MBytes for 1017 @ Thu Sep 16 08:15:00 2010 => Mighty B
    2010-09-16 08:30:11.716 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:30:11.776 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:30:14.736 ProgramInfo(): Updated pathname '':'' -> '1017_20100916082821.mpg'
    2010-09-16 08:31:48.683 MainServer::ANN Playback
    2010-09-16 08:31:48.683 adding: laptop as a client (events: 0)
    2010-09-16 08:31:48.686 MainServer::HandleAnnounce FileTransfer
    2010-09-16 08:31:48.686 adding: laptop as a remote file transfer
    2010-09-16 08:31:48.791 MainServer::ANN Playback
    2010-09-16 08:31:48.792 adding: laptop as a client (events: 0)
    2010-09-16 08:31:48.794 MainServer::HandleAnnounce FileTransfer
    2010-09-16 08:31:48.794 adding: laptop as a remote file transfer
    2010-09-16 08:31:48.843 MainServer::ANN Playback
    2010-09-16 08:31:48.843 adding: laptop as a client (events: 0)
    2010-09-16 08:31:48.846 MainServer::HandleAnnounce FileTransfer
    2010-09-16 08:31:48.846 adding: laptop as a remote file transfer
    2010-09-16 08:31:48.893 MainServer::ANN Playback
    2010-09-16 08:31:48.893 adding: laptop as a client (events: 0)
    2010-09-16 08:31:48.896 MainServer::HandleAnnounce FileTransfer
    2010-09-16 08:31:48.896 adding: laptop as a remote file transfer
    2010-09-16 08:31:48.946 MainServer::ANN Playback
    2010-09-16 08:31:48.947 adding: laptop as a client (events: 0)
    2010-09-16 08:31:48.949 MainServer::HandleAnnounce FileTransfer
    2010-09-16 08:31:48.949 adding: laptop as a remote file transfer
    2010-09-16 08:31:53.676 MainServer::ANN Playback
    2010-09-16 08:31:53.676 adding: laptop as a client (events: 0)
    2010-09-16 08:31:53.678 MainServer::HandleAnnounce FileTransfer
    2010-09-16 08:31:53.679 adding: laptop as a remote file transfer
    2010-09-16 08:31:53.994 MainServer::ANN Playback
    2010-09-16 08:31:53.994 adding: laptop as a client (events: 0)
    2010-09-16 08:31:53.997 MainServer::HandleAnnounce FileTransfer
    2010-09-16 08:31:53.997 adding: laptop as a remote file transfer
    2010-09-16 08:44:03.848 ProgramInfo(): Updated pathname '':'' -> '1012_20100916082849.mpg'
    2010-09-16 08:44:03.986 TVRec(3): Changing from WatchingLiveTV to None
    2010-09-16 08:44:04.373 ProgramInfo(1012_20100916082849.mpg), Error: Unknown type, recording width was 0
    2010-09-16 08:44:05.281 ProgramInfo(): Updated pathname '':'' -> '1012_20100916082849.mpg'
    2010-09-16 08:44:05.400 Finished recording American hotrod "Alumitub (2)": channel 1012
    2010-09-16 08:44:05.457 ProgramInfo(): Updated pathname '':'' -> '1012_20100916082849.mpg'
    2010-09-16 08:44:05.639 ProgramInfo(): Updated pathname '':'' -> '1012_20100916082849.mpg'
    2010-09-16 08:44:05.668 ProgramInfo(): Updated pathname '':'' -> '1012_20100916082849.mpg'
    2010-09-16 08:44:10.286 MainServer::ANN Monitor
    2010-09-16 08:44:10.287 adding: laptop as a client (events: 0)
    2010-09-16 08:44:11.791 AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
    2010-09-16 08:44:14.696 mythbackend version: tags/release-0-23 [0.23] www.mythtv.org
    2010-09-16 08:44:14.715 Using runtime prefix = /usr
    2010-09-16 08:44:14.715 Using configuration directory = /home/mythtv/.mythtv
    2010-09-16 08:44:14.762 Empty LocalHostName.
    2010-09-16 08:44:14.762 Using localhost value of tv
    2010-09-16 08:44:15.066 New DB connection, total: 1
    2010-09-16 08:44:15.301 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:44:15.302 Closing DB connection named 'DBManager0'
    2010-09-16 08:44:15.312 Connected to database 'mythconverg' at host: localhost
    2010-09-16 08:44:15.349 Current MythTV Schema Version (DBSchemaVer): 1254
    2010-09-16 08:44:15.399 ProgramInfo(): Updated pathname '':'' -> '1012_20100916082849.mpg'
    2010-09-16 08:44:15.428 ProgramInfo(): Updated pathname '':'' -> '1012_20100916082849.mpg'
    2010-09-16 08:44:15.450 MainServer::ANN Playback
    2010-09-16 08:44:15.450 adding: laptop as a client (events: 0)
    2010-09-16 08:44:15.469 MainServer::HandleAnnounce FileTransfer
    2010-09-16 08:44:15.470 adding: laptop as a remote file transfer
    2010-09-16 08:44:15.521 ProgramInfo(): Updated pathname '':'' -> '1012_20100916082849.mpg'
    2010-09-16 08:44:15.554 ProgramInfo(): Updated pathname '':'' -> '1012_20100916082849.mpg'
    2010-09-16 08:44:15.630 ProgramInfo(): Updated pathname '':'' -> '1012_20100916082849.mpg'
    2010-09-16 08:44:16.359 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:16.360 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:16.360 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:16.361 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:16.361 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:16.362 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:16.362 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:16.364 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:16.365 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:16.365 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:16.366 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:21.169 AFD: Opened codec 0x9f86150, id(MPEG2VIDEO) type(Video)
    2010-09-16 08:44:21.170 AFD: codec MP2 has 2 channels
    2010-09-16 08:44:21.170 AFD: Opened codec 0x9f884e0, id(MP2) type(Audio)
    2010-09-16 08:44:21.397 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:21.397 AFD Error: Unknown decoding error
    2010-09-16 08:44:21.398 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:21.398 AFD Error: Unknown decoding error
    2010-09-16 08:44:21.398 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:21.398 AFD Error: Unknown decoding error
    2010-09-16 08:44:21.399 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:21.399 AFD Error: Unknown decoding error
    2010-09-16 08:44:21.400 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:21.400 AFD Error: Unknown decoding error
    2010-09-16 08:44:21.400 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:21.401 AFD Error: Unknown decoding error
    2010-09-16 08:44:21.401 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:21.401 AFD Error: Unknown decoding error
    2010-09-16 08:44:21.401 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:21.402 AFD Error: Unknown decoding error
    2010-09-16 08:44:21.402 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:21.402 AFD Error: Unknown decoding error
    2010-09-16 08:44:21.403 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:21.403 AFD Error: Unknown decoding error
    2010-09-16 08:44:21.404 [mpeg2video @ 0xb501aca0]mpeg_decode_postinit() failure
    2010-09-16 08:44:21.404 AFD Error: Unknown decoding error
    2010-09-16 08:44:21.439 [mpeg2video @ 0xb501aca0]warning: first frame is no keyframe
    2010-09-16 08:44:21.463 [mpeg2video @ 0xb501aca0]warning: first frame is no keyframe
    2010-09-16 08:44:21.487 [mpeg2video @ 0xb501aca0]warning: first frame is no keyframe
    2010-09-16 08:44:21.557 Preview: Grabbed preview '/storage/tv/1012_20100916082849.mpg' 720x576@664s
    2010-09-16 08:44:22.029 ~MythContext waiting for threads to exit.
    2010-09-16 08:44:22.192 MainServer::ANN Playback
    2010-09-16 08:44:22.192 adding: laptop as a client (events: 0)
    2010-09-16 08:44:22.194 MainServer::HandleAnnounce FileTransfer
    2010-09-16 08:44:22.195 adding: laptop as a remote file transfer
    2010-09-16 08:44:22.201 ProgramInfo(): Updated pathname '':'' -> '1012_20100916082849.mpg'
    2010-09-16 08:44:32.345 MainServer::ANN Playback
    2010-09-16 08:44:32.345 adding: laptop as a client (events: 0)
    2010-09-16 08:44:32.348 MainServer::HandleAnnounce FileTransfer
    2010-09-16 08:44:32.348 adding: laptop as a remote file transfer
    2010-09-16 08:44:32.355 ProgramInfo(): Updated pathname '':'' -> '1012_20100916082849.mpg'
    2010-09

    Here's the non-working version (on arch linux):
    2010-09-18 19:48:16.090 mythfrontend version: tags/release-0-23 [0.23] www.mythtv.org
    2010-09-18 19:48:16.090 Using runtime prefix = /usr
    2010-09-18 19:48:16.090 Using configuration directory = /home/cedric/.mythtv
    2010-09-18 19:48:16.818 Empty LocalHostName.
    2010-09-18 19:48:16.819 Using localhost value of laptop
    2010-09-18 19:48:16.819 Clearing Settings Cache.
    2010-09-18 19:48:16.819 Clearing Settings Cache.
    2010-09-18 19:48:16.828 New DB connection, total: 1
    2010-09-18 19:48:16.853 Connected to database 'mythconverg' at host: 192.168.31.205
    2010-09-18 19:48:16.854 Closing DB connection named 'DBManager0'
    2010-09-18 19:48:16.854 Clearing Settings Cache.
    2010-09-18 19:48:16.875 ScreenSaverX11Private: Gnome screen saver support enabled
    2010-09-18 19:48:16.876 DPMS is active.
    2010-09-18 19:48:16.877 Primary screen: 0.
    2010-09-18 19:48:16.918 Connected to database 'mythconverg' at host: 192.168.31.205
    2010-09-18 19:48:16.922 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'runfrontendinwindow' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:16.922 Using screen 0, 1440x900 at 0,0
    2010-09-18 19:48:16.927 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guioffsetx' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:16.930 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guioffsetx' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:16.934 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guioffsety' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:16.939 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guioffsety' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:16.945 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guiresolution' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:16.953 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guiresolution' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:16.959 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guiwidth' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:16.964 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guiwidth' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:16.968 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guiheight' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:16.974 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guiheight' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.016 Desktop video mode: 1440x900 60.042 Hz
    2010-09-18 19:48:17.020 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guividmoderesolution' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.025 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guividmoderefreshrate' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.032 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guividmoderefreshrate' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.038 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guividmodeforceaspect' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.042 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guividmodeforceaspect' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.047 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'displaysizeresolution' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.051 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'displaysizeresolution' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.054 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'displaysizewidth' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.058 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'displaysizewidth' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.062 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'displaysizeheight' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.066 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'displaysizeheight' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.072 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'tvvidmoderesolution' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.076 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'tvvidmoderefreshrate' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.080 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'tvvidmodeforceaspect' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.085 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'vidmoderesolution0' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.090 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'vidmoderesolution0' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.094 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'vidmodewidth0' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.099 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'vidmodewidth0' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.103 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'vidmodeheight0' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.119 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'vidmodeheight0' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.123 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'tvvidmoderesolution0' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.127 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'tvvidmoderefreshrate0' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.131 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'tvvidmodeforceaspect0' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.141 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'uiimagecachesize' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.145 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'uiimagecachesize' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.146 MythUI Image Cache size set to 20971520 bytes
    2010-09-18 19:48:17.146 Enabling Settings Cache.
    2010-09-18 19:48:17.146 Clearing Settings Cache.
    2010-09-18 19:48:17.176 Enabled verbose msgs: important general database
    2010-09-18 19:48:17.181 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'lcdserverhost' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.190 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'lcdserverhost' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.193 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'lcdserverport' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.197 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'lcdserverport' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.203 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'lcdenable' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.207 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'language' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.228 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'theme' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.233 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'usevideomodes' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.234 Primary screen: 0.
    2010-09-18 19:48:17.239 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'runfrontendinwindow' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.239 Using screen 0, 1440x900 at 0,0
    2010-09-18 19:48:17.240 Using theme base resolution of 1280x720
    2010-09-18 19:48:17.245 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guioffsetx' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.249 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guioffsetx' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.254 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guioffsety' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.258 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guioffsety' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.262 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guiresolution' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.265 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guiresolution' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.270 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guiwidth' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.276 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guiwidth' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.282 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guiheight' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.287 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guiheight' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.295 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'menutheme' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.301 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'qtfontbig' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.305 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'qtfontmedium' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.311 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'qtfontsmall' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.316 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'lircsocket' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.322 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'lirckeypressedapp' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.329 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'lirckeypressedapp' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.329 LIRC, Error: Failed to connect to Unix socket '/var/run/lirc/lircd'
    eno: No such file or directory (2)
    2010-09-18 19:48:17.330 JoystickMenuThread Error: Joystick disabled - Failed to read /home/cedric/.mythtv/joystickmenurc
    2010-09-18 19:48:17.334 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'UP' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.338 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'DOWN' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.343 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'LEFT' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.347 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'RIGHT' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.350 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'NEXT' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.354 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'PREVIOUS' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.359 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'SELECT' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.365 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'BACKSPACE' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.369 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'ESCAPE' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.372 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'MENU' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.376 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'INFO' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.380 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'DELETE' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.385 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'EDIT' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.389 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'PAGEUP' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.396 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'PAGEDOWN' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.399 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'PAGETOP' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.404 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'PAGEMIDDLE' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.408 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'PAGEBOTTOM' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.412 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'PREVVIEW' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.424 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'NEXTVIEW' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.430 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'HELP' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.434 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'EJECT' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.440 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'CUT' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.448 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'COPY' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.451 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'PASTE' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.455 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = '0' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.459 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = '1' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.463 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = '2' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.469 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = '3' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.474 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = '4' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.478 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = '5' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.483 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = '6' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.487 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = '7' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.491 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = '8' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.499 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = '9' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.506 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'SYSEVENT01' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.510 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'SYSEVENT02' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.514 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'SYSEVENT03' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.520 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'SYSEVENT04' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.528 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'SYSEVENT05' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.532 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'SYSEVENT06' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.536 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'SYSEVENT07' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.541 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'SYSEVENT08' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.547 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'SYSEVENT09' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.551 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Global' AND action = 'SYSEVENT10' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.555 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Browser' AND action = 'ZOOMIN' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.563 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Browser' AND action = 'ZOOMOUT' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.568 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Browser' AND action = 'TOGGLEINPUT' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.572 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Browser' AND action = 'MOUSEUP' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.576 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Browser' AND action = 'MOUSEDOWN' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.580 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Browser' AND action = 'MOUSELEFT' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.587 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Browser' AND action = 'MOUSERIGHT' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.591 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Browser' AND action = 'MOUSELEFTBUTTON' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.595 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Browser' AND action = 'PAGEDOWN' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.602 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Browser' AND action = 'PAGEUP' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.606 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Browser' AND action = 'PAGELEFT' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.611 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Browser' AND action = 'PAGERIGHT' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.615 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Browser' AND action = 'NEXTLINK' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.621 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Browser' AND action = 'PREVIOUSLINK' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.631 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Browser' AND action = 'FOLLOWLINK' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.635 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Browser' AND action = 'HISTORYBACK' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.639 MSqlQuery::exec(DBManager0) SELECT keylist, description FROM keybindings WHERE context = 'Browser' AND action = 'HISTORYFORWARD' AND hostname = 'laptop' ; <<<< Returns 1 row(s)
    2010-09-18 19:48:17.654 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'qtfontweak' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.658 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'qtfontweak' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.664 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'hidemousecursor' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.667 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guioffsetx' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.671 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guioffsetx' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.678 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guioffsety' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.682 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guioffsety' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.682 Using Frameless Window
    2010-09-18 19:48:17.682 Using Full Screen Window
    2010-09-18 19:48:17.699 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'themepainter' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.700 Using the Qt painter
    2010-09-18 19:48:17.714 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'themecachesize' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.764 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'themefontsizetype' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:17.770 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'themefontsizetype' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:17.919 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'dateformat' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.923 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'shortdateformat' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:17.930 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'timeformat' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.257 XMLParseBase: Loaded base theme from '/usr/share/mythtv/themes/Terra/base.xml'
    2010-09-18 19:48:18.292 XMLParseBase: Loaded base theme from '/usr/share/mythtv/themes/default-wide/base.xml'
    2010-09-18 19:48:18.307 XMLParseBase: Loaded base theme from '/usr/share/mythtv/themes/default/base.xml'
    2010-09-18 19:48:18.315 MSqlQuery::exec(DBManager0) DELETE FROM settings WHERE value = 'Language' AND hostname = 'laptop' ;
    2010-09-18 19:48:18.319 MSqlQuery::exec(DBManager0) INSERT INTO settings (value,data,hostname) VALUES ( 'Language', 'EN_US', 'laptop' );
    2010-09-18 19:48:18.320 Clearing Settings Cache for 'language'.
    2010-09-18 19:48:18.320 Disabling Settings Cache.
    2010-09-18 19:48:18.320 Clearing Settings Cache.
    2010-09-18 19:48:18.328 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'mythfillfixprogramidshasrunonce' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.335 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'dbschemaautoupgrade' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:18.345 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'dbschemaautoupgrade' AND hostname IS NULL <<<< Returns 0 row(s)
    2010-09-18 19:48:18.351 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'dbschemaver' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:18.357 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'dbschemaver' AND hostname IS NULL <<<< Returns 1 row(s)
    2010-09-18 19:48:18.357 Current MythTV Schema Version (DBSchemaVer): 1254
    2010-09-18 19:48:18.357 Enabling Settings Cache.
    2010-09-18 19:48:18.357 Clearing Settings Cache.
    2010-09-18 19:48:18.361 MSqlQuery::exec(DBManager0) SELECT name FROM displayprofilegroups WHERE hostname = 'laptop' <<<< Returns 9 row(s)
    2010-09-18 19:48:18.365 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'defaultvideoplaybackprofile' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.369 MSqlQuery::exec(DBManager0) SELECT name FROM displayprofilegroups WHERE hostname = 'laptop' <<<< Returns 9 row(s)
    2010-09-18 19:48:18.373 MSqlQuery::exec(DBManager0) SELECT profilegroupid FROM displayprofilegroups WHERE name = 'CPU+' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.378 MSqlQuery::exec(DBManager0) SELECT profileid, value, data FROM displayprofiles WHERE profilegroupid = '2' ORDER BY profileid <<<< Returns 53 row(s)
    2010-09-18 19:48:18.382 MSqlQuery::exec(DBManager0) SELECT profilegroupid FROM displayprofilegroups WHERE name = 'CPU++' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.387 MSqlQuery::exec(DBManager0) SELECT profileid, value, data FROM displayprofiles WHERE profilegroupid = '1' ORDER BY profileid <<<< Returns 20 row(s)
    2010-09-18 19:48:18.391 MSqlQuery::exec(DBManager0) SELECT profilegroupid FROM displayprofilegroups WHERE name = 'CPU--' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.397 MSqlQuery::exec(DBManager0) SELECT profileid, value, data FROM displayprofiles WHERE profilegroupid = '3' ORDER BY profileid <<<< Returns 53 row(s)
    2010-09-18 19:48:18.402 MSqlQuery::exec(DBManager0) SELECT profilegroupid FROM displayprofilegroups WHERE name = 'High Quality' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.407 MSqlQuery::exec(DBManager0) SELECT profileid, value, data FROM displayprofiles WHERE profilegroupid = '4' ORDER BY profileid <<<< Returns 40 row(s)
    2010-09-18 19:48:18.412 MSqlQuery::exec(DBManager0) SELECT profilegroupid FROM displayprofilegroups WHERE name = 'Normal' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.420 MSqlQuery::exec(DBManager0) SELECT profileid, value, data FROM displayprofiles WHERE profilegroupid = '5' ORDER BY profileid <<<< Returns 40 row(s)
    2010-09-18 19:48:18.424 MSqlQuery::exec(DBManager0) SELECT profilegroupid FROM displayprofilegroups WHERE name = 'Slim' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.433 MSqlQuery::exec(DBManager0) SELECT profileid, value, data FROM displayprofiles WHERE profilegroupid = '6' ORDER BY profileid <<<< Returns 40 row(s)
    2010-09-18 19:48:18.441 MSqlQuery::exec(DBManager0) SELECT profilegroupid FROM displayprofilegroups WHERE name = 'VDPAU High Quality' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.448 MSqlQuery::exec(DBManager0) SELECT profileid, value, data FROM displayprofiles WHERE profilegroupid = '7' ORDER BY profileid <<<< Returns 10 row(s)
    2010-09-18 19:48:18.456 MSqlQuery::exec(DBManager0) SELECT profilegroupid FROM displayprofilegroups WHERE name = 'VDPAU Normal' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.460 MSqlQuery::exec(DBManager0) SELECT profileid, value, data FROM displayprofiles WHERE profilegroupid = '8' ORDER BY profileid <<<< Returns 20 row(s)
    2010-09-18 19:48:18.466 MSqlQuery::exec(DBManager0) SELECT profilegroupid FROM displayprofilegroups WHERE name = 'VDPAU Slim' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.472 MSqlQuery::exec(DBManager0) SELECT profileid, value, data FROM displayprofiles WHERE profilegroupid = '9' ORDER BY profileid <<<< Returns 10 row(s)
    2010-09-18 19:48:18.483 MSqlQuery::exec(DBManager0) SELECT DISTINCT recgroup from recorded; <<<< Returns 2 row(s)
    2010-09-18 19:48:18.488 MSqlQuery::exec(DBManager0) SELECT DISTINCT category from recorded; <<<< Returns 2 row(s)
    2010-09-18 19:48:18.493 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'RealtimePriority' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.497 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'DecodeExtraAudio' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.501 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'JumpToProgramOSD' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.505 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'ClearSavedPosition' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.512 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AltClearSavedPosition' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.518 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AutomaticSetWatched' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.525 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'ContinueEmbeddedTVPlay' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.533 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'LiveTVIdleTimeout' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:18.541 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AlwaysStreamFiles' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.550 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'UseOpenGLVSync' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.555 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'UseOutputPictureControls' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.559 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'VertScanPercentage' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:18.562 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'YScanDisplacement' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:18.566 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'HorizScanPercentage' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:18.570 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'XScanDisplacement' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:18.574 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AspectOverride' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.579 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AdjustFill' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.583 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'LetterboxColour' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.588 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'PIPLocation' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.592 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'PlaybackExitPrompt' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.596 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'EndOfRecordingExitPrompt' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.600 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'DefaultVideoPlaybackProfile' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.604 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'PlayBoxOrdering' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.608 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'PlayBoxEpisodeSort' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.612 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'GeneratePreviewRemotely' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.616 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'PreviewPixmapOffset' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.625 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'PlaybackPreview' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.629 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'HWAccelPlaybackPreview' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.633 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'PlaybackBoxStartInTitle' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.637 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AllRecGroupPassword' <<<< Returns 0 row(s)
    2010-09-18 19:48:18.642 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'DisplayRecGroup' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.646 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'QueryInitialFilter' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.651 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'RememberRecGroup' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.655 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'DispRecGroupAsAllProg' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.661 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'DisplayGroupTitleSort' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.664 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'PlaybackWatchList' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.668 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'PlaybackWLStart' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.673 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'PlaybackWLAutoExpire' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.678 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'PlaybackWLMaxAge' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.682 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'PlaybackWLBlackOut' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.686 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'SmartForward' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.689 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'FFRewReposTime' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.694 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'FFRewReverse' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.699 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'ExactSeeking' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.705 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AutoCommercialSkip' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.709 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'CommRewindAmount' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:18.713 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'CommNotifyAmount' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:18.716 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'MaximumCommercialSkip' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.720 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'MergeShortCommBreaks' <<<< Returns 0 row(s)
    2010-09-18 19:48:18.725 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'CommSkipAllBlanks' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.757 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDTheme' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.761 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDGeneralTimeout' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.765 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDProgramInfoTimeout' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.769 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDFont' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.773 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDThemeFontSizeType' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.778 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'EnableMHEG' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.783 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'PersistentBrowseMode' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.787 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'BrowseAllTuners' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.790 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDNotifyTimeout' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.794 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'UDPNotifyPort' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.799 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDCCFont' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.804 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'CCBackground' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.822 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'DefaultCCMode' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.830 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'Prefer708Captions' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.834 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDCC708TextZoom' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.840 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDCC708DefaultFontType' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.844 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDCC708MonoSerifFont' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.855 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDCC708PropSerifFont' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.860 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDCC708MonoSansSerifFont' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.864 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDCC708PropSansSerifFont' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.868 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDCC708CasualFont' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.872 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDCC708CursiveFont' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.876 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDCC708CapitalsFont' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.880 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDCC708MonoSerifItalicFont' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.883 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDCC708PropSerifItalicFont' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.887 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDCC708MonoSansSerifItalicFont' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.893 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDCC708PropSansSerifItalicFont' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.897 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDCC708CasualItalicFont' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.901 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDCC708CursiveItalicFont' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.906 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OSDCC708CapitalsItalicFont' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.910 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'SubtitleCodec' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:18.914 MSqlQuery::exec(DBManager0) SELECT name, id FROM recordingprofiles WHERE profilegroup = '6' ORDER BY id <<<< Returns 5 row(s)
    2010-09-18 19:48:18.918 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'userjobdesc1' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:18.922 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'userjobdesc1' AND hostname IS NULL <<<< Returns 1 row(s)
    2010-09-18 19:48:18.925 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'userjobdesc2' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:18.931 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'userjobdesc2' AND hostname IS NULL <<<< Returns 1 row(s)
    2010-09-18 19:48:18.934 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'userjobdesc3' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:18.939 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'userjobdesc3' AND hostname IS NULL <<<< Returns 1 row(s)
    2010-09-18 19:48:18.944 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'userjobdesc4' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:18.949 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'userjobdesc4' AND hostname IS NULL <<<< Returns 1 row(s)
    2010-09-18 19:48:19.019 MSqlQuery::exec(DBManager0) SELECT DISTINCT category FROM program GROUP BY category; <<<< Returns 1 row(s)
    2010-09-18 19:48:19.024 MSqlQuery::exec(DBManager0) SELECT grpid, name FROM channelgroupnames ORDER BY name <<<< Returns 1 row(s)
    2010-09-18 19:48:19.031 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'ChannelOrdering' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.042 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'ChannelFormat' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.046 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'LongChannelFormat' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.052 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'SmartChannelChange' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.056 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'LastFreeCard' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.063 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'LiveTVPriority' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.067 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AutoExpireMethod' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.074 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AutoExpireDefault' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.077 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'RerecordWatched' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.081 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AutoExpireWatchedPriority' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.086 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AutoExpireLiveTVMaxAge' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.090 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AutoExpireDayPriority' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.094 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AutoExpireExtraSpace' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.099 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AutoExpireInsteadOfDelete' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.102 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'DeletedFifoOrder' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.106 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'DeletedMaxAge' <<<< Returns 0 row(s)
    2010-09-18 19:48:19.113 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'CommercialSkipMethod' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.116 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AggressiveCommDetect' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.120 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'DefaultTranscoder' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.126 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'DeferAutoTranscodeDays' <<<< Returns 0 row(s)
    2010-09-18 19:48:19.130 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AutoCommercialFlag' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.135 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AutoTranscode' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.139 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AutoRunUserJob1' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.144 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AutoRunUserJob2' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.153 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AutoRunUserJob3' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.158 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'AutoRunUserJob4' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.163 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'RecordPreRoll' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.166 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'RecordOverTime' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.170 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'OverTimeCategory' <<<< Returns 0 row(s)
    2010-09-18 19:48:19.175 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'CategoryOverTime' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.180 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'ChannelGroupRememberLast' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.184 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'ChannelGroupDefault' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.188 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'BrowseChannelGroup' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.193 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'EPGShowCategoryColors' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.197 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'EPGShowChannelIcon' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.201 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'WatchTVGuide' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.205 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'UnknownTitle' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.208 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'UnknownCategory' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.212 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'DefaultTVChannel' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.216 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'SelChangeRecThreshold' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.221 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'EPGEnableJumpToChannel' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.242 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'guividmoderesolution' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.248 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'iso639language0' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.257 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'iso639language1' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.267 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'Theme' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.271 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'ThemeCacheSize' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.274 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'ThemePainter' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.279 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'MenuTheme' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.284 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'GuiWidth' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:19.288 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'GuiHeight' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:19.292 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'GuiOffsetX' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:19.296 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'GuiOffsetY' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:19.301 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'GuiSizeForTV' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.306 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'HideMouseCursor' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.309 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'RunFrontendInWindow' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.315 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'UseFixedWindowSize' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.319 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'UseVideoModes' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.323 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'GuiVidModeResolution' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.327 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'TVVidModeResolution' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.331 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'TVVidModeRefreshRate' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.335 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'TVVidModeForceAspect' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.338 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'VidModeWidth0' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:19.346 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'VidModeHeight0' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:19.350 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'TVVidModeResolution0' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.354 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'TVVidModeRefreshRate0' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.359 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'TVVidModeForceAspect0' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.363 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'VidModeWidth1' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:19.368 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'VidModeHeight1' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:19.372 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'TVVidModeResolution1' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.378 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'TVVidModeRefreshRate1' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.381 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'TVVidModeForceAspect1' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.387 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'VidModeWidth2' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:19.393 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'VidModeHeight2' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:19.397 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'TVVidModeResolution2' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.401 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'TVVidModeRefreshRate2' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.405 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'TVVidModeForceAspect2' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.409 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'Language' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.413 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'ISO639Language0' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.417 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'ISO639Language1' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.422 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'DateFormat' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.429 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'ShortDateFormat' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.437 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'TimeFormat' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.445 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'QtFontSmall' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.449 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'QtFontMedium' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.454 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'QtFontBig' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.462 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'QtFonTweak' AND hostname = 'laptop' <<<< Returns 0 row(s)
    2010-09-18 19:48:19.466 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'PlayBoxTransparency' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.473 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'PlayBoxShading' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.476 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'UseVirtualKeyboard' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.480 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'LCDEnable' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.484 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'LCDShowTime' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.488 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'LCDShowMenu' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.492 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'LCDShowMusic' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.496 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'LCDShowMusicItems' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.500 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'LCDShowChannel' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.505 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'LCDShowRecStatus' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.508 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'LCDShowVolume' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.515 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'LCDShowGeneric' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.519 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'LCDBacklightOn' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.522 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'LCDHeartBeatOn' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.526 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'LCDBigClock' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.531 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'LCDKeyString' AND hostname = 'laptop' <<<< Returns 1 row(s)
    2010-09-18 19:48:19.535 MSqlQuery::exec(DBManager0) SELECT data FROM settings WHERE value = 'LCDPopupTime' AND hostname = 'laptop' <<<< Retur

  • [SOLVED] Arch Linux Duke (2007) Fails to Boot

    Folks, I have a unique and challenging problem that has exhausted my Arch Linux skills, and so I am now turning to you.
    I have a vintage Pentium Pro 200 system (that’s 200 MHz folks! – 200 MHz 686 architecture – the original 686!), two CPUs, running a dual boot between Windows NT 4.0 and Arch Linux Duke (2007). It has 512 MB of RAM and a 120 GB hard drive, partitioned up between Windows NT and Linux. I built this system new in 2007, hence the dated version of Arch.  It has run like a charm all these years, granted not getting that much use. After about a year of no use at all, I fired the system up last week to help with a little research for a blog post I was writing on networking Windows NT 4.0 and Mac OS 8.6. Windows NT 4.0 fired right up with no issue, and after I was done testing what needed to be tested I tried to boot over to Arch.
    After a year of disuse, Arch unexpectedly and stubbornly refused to boot. The boot process started up just fine, but towards the end, it declared that it could not mount the root file system on the root device and took a kernel panic and stopped. My Arch skills have gotten a bit rusty in the last few years, but I dusted them off and went to work. My guess was a file system or superblock error. Arch wouldn’t boot, but I dragged out my trusty RIPLinux 2.9 Rescue Live CD and fired it up. It came right up and ran, and I was able to mount the Arch partition and view all the files… everything seemed to be there; it just wouldn’t boot. Windows NT 4.0 AND RIPLinux both boot and run on the machine, so the hardware is fine as well.
    A little information on the disk layout. Windows NT 4.0 is in the first partition on the hard drive. The extended partition has a second Windows NT 4.0 partition (sort of a /home partition for Windows NT 4.0), followed by the main Arch partition (the one I am trying to boot), followed by a swap partition and then the largest partition, which I use to share data between Arch and Windows NT 4.0 (I have loaded an ext2/3 driver into Windows NT 4.0 and it happily accesses the Linux partitions on the box).
    RIPLinux’s e2fsck did find some issues with the Arch partition and I had it repair them all. I checked again afterwards that all the files were still there, and they were. With the partition now known to be clean, and the superblock repaired from one of the backups, all should have been well. However, Arch still wouldn’t (and still won’t) boot.
    RIPLinux has a kind of a chain loader function, so I had it attempt to start up Arch for me. However, this was flummoxed by the fact that Arch addresses all my hard drive partitions as /dev/sdax and RIPLinux addresses them as /dev/hdax. Hence, without a common language, it was hard to get the one to start the other. Still, using this function, I have been able to get a crippled version of Arch running on the machine again. No modules had been loaded, and so it couldn’t do almost anything, but there it was (and is), Arch Linux Duke, at the CLI level. From there, I can see all the files, I can move freely in and out of my user account and the root account, but I can’t make the thing actually boot properly.
    If you have read this far, you are a trooper.  Summarizing what I know, the hardware is good, the file system is clean, the superblock is good, I can mount it cleanly from a live CD and I can chain load a crippled version of Arch. Here is the boot process blow-by-blow. When I try to do a normal boot, the Windows NT 4.0 loader passes control to the Lilo boot sector I have placed on hda1 (sda1 in Duke’s parlance). Lilo takes over, present a menu and when I select Duke, takes off. Arch Linux Duke starts to boot. It gets a good long way along, all the way along to:
    :: Loading udev events                [Pass]
    :: Mount root Read-only
    :: Checking file systems
    This is where it stops.
    The next thing I see is:
    /dev/sda6
    The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else) then the superblock is corrupt and you might try running e2fsck with an alternate superblock:
        E2fsck –b 8193 <device>
    I then get a sort of character based splash screen that says
    **********FILE SYSTEM CHECK FAILED ****************************
    *   Please repair manually and reboot. Note that the root file system
    *   is currently mounted read-only. To remount it read-write, type:
    *   mount –n –o remount,rw /.  When you exit the maintenance
    *   shell, the system will reboot automatically
    Give root password for maintenance
    At this point, I give the root password and enter the maintenance shell as root. I typed in “mount” and the first entry I got back is
    /dev/sda6 on / type ext3 (rw)
    This is exactly the root partition that the start up complains about. It is clearly there.  I can see it, I can walk around it… it is clearly there. Why won’t it boot? Despite the message, the superblock is fine – it passes every test e2fsck can throw at it.
    At this point, I did a “e2fsck /dev/hda6 (which is how RIPLinux would have passed it into Arch” and it says it is “clean”. I suspect that the Superblock message is because Arch sees root as sda6, while RIP passed it in as hda6...
    Deciding to see what Arch would be seeing as it tried to set things up in the boot sequence, I tried the following next:
    # mknod “/dev/root2” b 3 6   
    (“3” because RIPLinux refers to my hard drive as IDE, while Arch refers to it by major number “8”, which is SCSI. By the way, it IS an IDE drive – not sure why Arch insists on using the sdx nomenclature instead of hdx)
    Then I entered “mount /dev/root2 /mnt/hda6” and “ls /mnt/hda6”
    All was well. I can make the node, I can mount it, and I can see the contents. All is clearly well, but something is clearly wrong enough that Arch can’t boot.
    I am totally out of ideas. I have tried every trick I know and am out of tricks. I would welcome any insights as to what I could try to get this venerable Arch installation back on its legs.
    By the way, the key section of the /etc/lilo.conf file (lest anyone want to know) is:
    image = /boot/vmlinuz26
       root = /dev/sda6
       label = ArchLinux-Duke
       initrd = /boot/kernel26.img
       read-only
    I am stumped. Thanks in advance for any and all pointers you may be able to offer.
    Last edited by mac57 (2014-06-02 17:42:21)

    Folks, thanks for all your helpful comments, and I wanted to report back to you that I finally overcame the issue, and ArchLinux-Duke (2007) is once again executing flawlessly on my old Pentium Pro 200 system. I won't bother reporting here all the blind allies I went down as I tried to figure out what was wrong, but in the end, literally moments before I was about to give up and overwrite my Arch installation with a new Linux variant (antiX seemed well suited for such old and low power hardware), my attention was drawn to a note I had made in my files back in 2007 about a problem with similar symptoms. In that case, I had just deleted ZenWalk Linux from the hard drive (both Arch and Zen had been on the drive), and merged several partitions to make use of the newly free space. This had changed Arch's view of the drive lettering, and what had been its /dev/sddx root device was now /dev/sdcx. Arch failed to boot, throwing off the same errors I was seeing now. I wish I had recalled that note a month or so ago! It would have saved me a lot of work and a lot of frustration.
    At any rate, as a last step, and testing the idea that maybe the drive lettering had changed for some reason, I repeatedly manually booted Arch, specifying root=/dev/sda6, then /dev/sdb6, then /dev/sdd6, and finally, /dev/sdc6. Eureka! Arch now considered itself to be on /dev/sdc6 whereas previously it had been on /dev/sda6. This got me part way there, but the boot failed at the filesystem check stage and threw me into root. I disabled the file system check in /etc/rc.sysinit and got farther. Then I cleaned up /etc/fstab to agree with the new sdc naming, and I was back on the air fully.
    So, what had happened was that Arch had changed its view of the drive it was on from sda6 to sdc6. While I could not understand why this "sudden" change had occurred, at least I had a solution, and had Arch back up and running.
    Trolling through the rest of my notes, I found the answer. In 2012, the Tekram SCSI card in the machine failed, and I ultimately replaced it with an Adaptec card. The Tekram card did not have a BIOS segment on it. The Adaptec card did. My guess is that this caused the two internal SCSI devices I have built into the system (Iomega ZIP and Jaz respectively) to be enumerated first, claiming the "sda" and "sdb". device names. That left "sdc" for the root device, and that is where Arch went next.  This is my guess anyway.
    I should have caught this issue back in 2012, at the time, but from my notes, I can see that I tested the new card thoroughly using the  Windows NT 4.0 side of the machine, but never thought to bring up Arch as well. Hence, this problem lay dormant for two years, before I attempted to fire up Arch last month and blundered right into it.
    It has not all been bad. I have learned more about the ext2 and ext3 file systems and superblocks in the intervening time than I will ever need to use. I have learned how to manually boot Linux on a machine whose BIOS is so old that it cannot address the disk cylinder that the kernel is on and I have completely refreshed the many general Linux skills that used to just flow from my finger tips. It has been a frustrating experience, but ultimately a successful and useful one.
    Just wanted to let everyone know that this is now [SOLVED]. I would mark the post as such, but I don't see any obvious way to do that. Thanks again everyone.

Maybe you are looking for

  • Can no longer connect for audio or video chat : Error -8 drama

    I've been video and audio chatting to Europe for quite some time with no problem. After installing a new modem (Motorola Surfboard SB5101) I'm now getting the dreaded Error -8 and can not connect for either audio or video. Text works fine. I've poked

  • Problem: Firefox + Office 365 + PDF

    Hi, I seem to have found a tricky problem with Firefox 23.0.1, Office 365, and PDF. After multiple trials, the problem occurs only when I try to attach a PDF to an email (using Office 365) while using Firefox. After attaching the file to the email, t

  • Bluetooth connectivity to pc

    when I try to connect my I Phone to my pc(dell studio 1555 OS Windows 7),it is asking for bluetooth peripheral device driver(software).please reply from I can download this software KSKBABU

  • Report to show the list of Equipment with Attachment.

    Hi Experts, i have attached a file in Equipment Master IE02. Any report can show the list of equipment with attachments? Please advise. Thank You Best Regards

  • User exit at PO Save (ME21n)

    Hello, I want to change the valuation type of the Purchase Order item when I save a PO created via ME21n based on checks. For this which user exit should I use? I tried EXIT_SAPMM06E_013 of enhancement MM06E005. But that didnt help. I want a user exi