CFINCLUDE relative pathway workaround

1)  To my knowledge, CF requires a relative pathway for CFINCLUDE pathways.
2)  I have a widely used page footer, that exists on all my pages.
3)  I have a wide variety of subdirectories for my pages.
4) aside from  the ../../../../../.. method, I have found myself nesting CFINCLUDE, with the respective template in each folder, with CFINCLUDE TEMPLATE=../name.cfml referencing the parent folder, and then that template referencing its parent folder, etc.  like this:
Root folder: (Template name is PageFooter.cfml and contains the actual footer code)
     SHRUBS      all pages in this folder contain:
                     <CFINCLUDE TEMPLATE="../PageFooter.cfml"> with PageFooter.cfml containing:
                     <CFINCLUDE TEMPLATE="../PageFooter.cfml">
          EVERGREENS      all pages in this folder contain:
                     <CFINCLUDE TEMPLATE="../PageFooter.cfml"> with PageFooter.cfml containing:
                     <CFINCLUDE TEMPLATE="../PageFooter.cfml">
               NEEDLE      all pages in this folder contain:
                     <CFINCLUDE TEMPLATE="../PageFooter.cfml"> with PageFooter.cfml containing:
                     <CFINCLUDE TEMPLATE="../PageFooter.cfml">
               LEAF      all pages in this folder contain:
                     <CFINCLUDE TEMPLATE="../PageFooter.cfml"> with PageFooter.cfml containing:
                     <CFINCLUDE TEMPLATE="../PageFooter.cfml">
     FLOWERS      all pages in this folder contain:
                     <CFINCLUDE TEMPLATE="../PageFooter.cfml"> with PageFooter.cfml containing:
                     <CFINCLUDE TEMPLATE="../PageFooter.cfml">
          PERENNIALS      all pages in this folder contain:
                     <CFINCLUDE TEMPLATE="../PageFooter.cfml"> with PageFooter.cfml containing:
                     <CFINCLUDE TEMPLATE="../PageFooter.cfml">
          ANNUALS      all pages in this folder contain:
                     <CFINCLUDE TEMPLATE="../PageFooter.cfml"> with PageFooter.cfml containing:
                     <CFINCLUDE TEMPLATE="../PageFooter.cfml">
Now I've heard about using application.cfml to accomplish this task with less agony, by using CFSET somehow, and the use of one template in each folder called global.cfml and that global.cfml references the application.cfml using this CFSET I think.
Pleae help.

I'm not sure if that is correct or not, you did not describe a mapping.
A mapping looks like this:
mappingName = system path.
Examples
/ = c://inetpub/wwwroot
/mySite = /export/home/users/webuser/htdocs
/cfcs = d://websites/common/components
/wilderness= /root/plantlife/wilderness/
These can be defined in the ColdFusion Administrator control pannel under Server Settings: Mappings OR as of ColdFusion 8 inside an Application.cfc file.
You would then use these in <cfinclude...> tags as the base of a path.
Examples:
<cfinclude template="/aFile.cfm">
This would find c://intpub/wwwroot/aFile.cfm.
<cfinclude template = "/mySite/aDirectory/aFile.cfm">
This would find /export/home/users/webuser/htdocs/aDirectory/aFile.cfm.
<cfinclude template = "/cfcs/models/aComponent.cfc">
This would find d://websites/common/components/cfcs/models/aComponent.cfc.
<cfinclude template = "/wilderness/ferns.cfm">
This would find /root/plantlife/wilderness/ferns.cfm.

Similar Messages

  • IPhone web development emulation?

    I am not sure if this forum is the right place to get some help.
    I would like to create a specific CSS designed for iPhone (and iPod Touch) on the Internet (web browsing). As I understand that Apple and Adobe have not reached an agreement and are playing stupid politics over technicalities. I don't know if that is true.
    But I would like to go with alternative approach on my own. But I am not sure how to achieve this.
    Anyone offer some heads up and some sample code I can look into.
    And I would appreciate some "pointers" with frame of reference to achieve this task to write special codes that perform this task automatically when iPhone browse certain website coded with iPhone.
    Anyway, thanks.
    Cheers, Brian

    Shortly after I posted about iPhone emulation the other day, I went and researched this on my own and found the same information you gave to me.
    The bad news is that the downloaded file size itself was pretty darn. I am not really impressed with that approach. But I find the information related to workaround is pretty good.
    Thanks!
    Cheers, Brian

  • Break formatting and number format of SUM value

    Where can I put number formatting functio, which will format breaking sum values...like:
    to_char(#SUM_VALUE#,'fmt 999G999G999G990')....maybe this thread is somewhere posted, but I cannot find it.
    Next, how to exclude showing reports total at the end of report?
    Is there any working demo to see some hints...
    THX!
    Message was edited by:
    Funky

    Hello Damir,
    "Maybe a hint for feature releases to have an option to disable total report sum on column …"There is a relative simple workaround, which will allow you exclude or highlight (style) this total report sum line, as you can see in here - http://htmldb.oracle.com/pls/otn/f?p=22710:10
    In the Report Attribute page, I'm using the Break Formatting section first field "Display this text when printing report sums" - http://i10.tinypic.com/4ie8ck5.png .
    If you want to exclude this line, you should use the same color as your cell background. For the example page, the code is looking like this:
    <div id="FinalSum"><script type="text/javascript">var lastRow=html_CascadeUpTill('FinalSum','TR'); lastRow.style.color='#f7f7e7';</script></div>If, on the other hand, you want to highlight the line, or use any other CSS attribute style available, the code would look something like this:
    <div id="FinalSum1"><script type="text/javascript">var lastRow=html_CascadeUpTill('FinalSum1','TR'); lastRow.style.backgroundColor='#CCCC99';</script>Total Report Sum</div>    Regards,
    Arie.

  • JDev 10g : deploy to standalone OC4J

    hi
    (using JDeveloper 10g Preview, build 1375)
    I have been trying to deploy an application to a standalone OC4J, based on the JDeveloper help topics:
    - "Deploying ADF Business Components Web Applications to Oracle Application Server or Standalone OC4J"
    - "About ADF Business Components Deployment Prerequisites for OC4J and Oracle Application Server Deployment"
    After that I got:
    java.lang.NoClassDefFoundError: oracle/jbo/uicli/graph/JUSingleTableGraphDefThis class is in adfm.jar, which is part of the "ADF Model Runtime" library, which I configured to be deployed in my EAR file. I checked the files for my application in my standalone OC4J and adfm.jar was there. Even after restarting the OC4J, the class NoClassDefFoundError persisted.
    (Oh, by the way, I wouldn't know where I am using the class JUSingleTableGraphDef in my application. At least non of my classes was in the stack trace.)
    What should be my next step?
    tnx
    -Jan

    hi
    I'm not sure if this is related to what I have found in readme.html that is part of JDeveloper 10g preview:
    --8&lt;----------
    Oracle Application Development Framework Issues
    Struts Application Standalone is not Automatic (2996626)
    Running a struts application in standalone OC4J results in NoClassDefFound exception
    The workaround is to check the library in the deployment profile.
    --8&lt;----------If it is related, the workaround doesn't seem to apply because adfm.jar has been deployed with the application.
    Any suggestions (from Oracle)?
    Has anyone been able to deploy an ADF Business Components based application to a standalone OC4J?
    tnx
    -Jan

  • CFINCLUDE and relative path

    I have a website which has error catching in it and from time
    to time I have this error come through when using cfinclude.
    Could not find the included template
    project56/images1/page1.html. Note: If you wish to use an absolute
    template path (e.g. TEMPLATE="/mypath/index.cfm") with CFINCLUDE
    then you must create a mapping for the path using the ColdFusion
    Administrator. Using relative paths (e.g. TEMPLATE="index.cfm" or
    TEMPLATE="../index.cfm") does not require the creation of any
    special mappings. It is therefore recommended that you use relative
    paths with CFINCLUDE whenever possible.
    Why would this error occur for a few visiters and not for all
    when browsing my website?
    If I have to put some sort of mapping into CF Administrator
    what should I put as a mapping and why should this help?
    Thanks in advance for your help.
    Simon.

    The only thing I can think of is are you sure the page the
    'affected' users are clicking from are in a parent folder of the
    'project56' folder? The error occurs when the CFINCLUDE is looking
    in the wrong folder or when you try to include URL variables in the
    include statement.
    if you INCLUDE project56/images1/page1.html it will work, but
    if you INCLUDE project56/images1/page1.html?user=123 then you get
    an error because the INCLUDE looks for the actual text of what's
    between the quotation marks...it will not pass variables.
    I'd check the folder structure on where they are clicking
    from. In your error page, just have the referring page
    output.

  • CFIncludes No Longer Displaying in Related Files Bar (CC on Mac)

    Hi All,
    I've recently updated to Dreamweaver CC and am having issues with related files no longer showing in the appropriate bar. My CSS & JS files all still appear, but my CFInclude files are not being linked. I have my preference set to Enable Related Files and I have Discover Dynamically-Related Files set to Automatically. I've also tried setting it to Manually but have seen no change.
    Any and all help is much appreciated. Its really causing a kink in my workflow now that its missing.
    Mac OS X 10.7.5
    Dreamweaver CC
    Thank you,
    Tiffany

    Almost all support for dynamic content was removed in DWCC. You need to install the Legacy Extension to get some of it back.
    About 1/3 of the way down this page...
    http://blogs.adobe.com/dreamweaver/
    Most CF stuff has been handed over to the Adobe CF Builder program.

  • IOS 8 WIFI ISSUES  5ghz airplay related! the real workaround here

    Ever since upgrading to IOS 8, including IOS 8.01, 8.02 and 8.1 I had the wellknown Wifi issue. wifi speeds dropping from 120mbps to about 2mbps @ 5ghz in within a minute after connecting to the wifinetwork. often i couldn't even surf at all. but the wifi signal was always strong. With every update i was hoping for a solution from Apple but it never came. Tried everything that can be found on the internet. Resetting the network settings. Disabling "wifi networking" under Settings > Privacy > Location Services > System Services. Reinstalling my Ipad from scratch Used different routers and different setups. Automatic ip's and fixed ip's and different dns servers just to be sure. Nothing worked. The only workaround is switching to a 2.4Ghz network. So i was doing some tests and found THE solution, but i don't like it all. One of the biggest changes in IOS 8 is the ability to use airplay without a network. by using a wifi connection in combination with bluetooth. And here lies the problem. I disconnected al my Airplaydevices from my network. Denon AV-amplifier AVR2113, Pioneer wireless speaker XW SMA3 and an airport express. Et voila... My Ipad is back to normal. fast... no very fast internet connection and stable as ****. Just like iOS 7 was. Working with it for a couple of hours now without any trouble at all. But do i connect one Airplay device to the network the wifi is not stable anymore and extremely slow again on my ipad air. My Macbook running mac os x mavericks doesn't have these issues, neither does my iphone 5S. and they are also on the same 5ghz network. So I can create and recreate the issue and create a work around... Apple please come with a solution that makes me able to use airplay an ipad (on ios8) on a 5ghz network! like in iOS 7!!!!

    I'm just going to throw something different into the mix.  Could it just be that different Wi-Fi networks may use different ISPs and each ISP will have it's own configuration settings?
    For example, if you have an iPhone on Cellular Network 1 and send an email, it'll use the SMTP server for that network. If you're using your home Wi-Fi you'll have the SMTP server for your ISP in your iPhone's settings, and that's what your iPhone will use when sending an email from home. But if you're accessing a different Wi-Fi network somewhere and it's using a different ISP, then it'll have a different SMTP server. So, sending an email for example won't work unless you turn off Wi-Fi and force your iPhone to use your Cellular Network instead (because it'll have the SMTP server for that network).
    Now, the example above is specific to email, but I'm just trying to think outside the square a little compared to the other responses here.
    Hope this helps you progress to a solution.
    Joe.

  • Relative path with images

    Hi All -
    I have a strange situation with relative paths. When I use a relative path in cfinclude it works. But when I use a relative path is "src" attribute of <img>, it does not work. Can anyone suggest why could this be happening?
    Thanks

    Adam Cameron. wrote:
    Because you're expectation is that apples work the same as oranges.
    CF relative paths are relative to the CF file the path is in; HTML relative paths are relative to the URL browsed to.
    Remember CF code is run on the CF server; HTML is rendered on the browser.
    Adam
    The beauty of relative pathing is that it plucks them from the tree and calls either fruit.

  • WORKAROUND! - Sluggish Motion V 4.0.1 on Mac Pro Nehalem 2.97 GHz 16 Vcore

    Hi guys, like several people on this forum and others I been very frustrated with the performance of both Motion.app version 3 and now Motion.app V4 .0 .1 (latest update) on my 2009 Mac pro Nehalem 2.97 GHz 16 Vcore 12GB with the ATI Radeon 4870 graphics card.
    I have two workarounds that may be of assistance in relieving this issue. They work for me however before I discuss what they I'd like to set the scene.
    Like many of us, I have trawled this forum and many others including COW and so on mostly relying on those 10-12 (the dozen or so) excellent tips from people like Mark Spencer and others. This includes the usual things like turning off rendering options that make heavy use of CPU/GPU etc.
    Caveat: I'd also like to note here that this performance sluggishness has absolutely nothing to do (and is completely unrelated to) I/O performance nor is it related to memory usage. The reason I say this is because during some testing and the normal practice I keep all a Motion.app cache files (autosave, cached files etc) out on a very fast PROAVIO EB8NS disk array with ATTO R380 HBA onto SAS paths where this box is capable of over 450 MB per second measured with Kona system test tool. Additionally I have 12 GB of memory on this Mac pro which I assigned 70% of it to be available to Motion.app V4. The sluggishness Motion.app V4 is not manifest itself through the usual items such as excessive virtual memory page in/out or swap in/out activity. In fact in this scenario I describe below in my system when nothing else is running the former is non-existent! Additionally I also want to know that Motion.app V4 in my scenario/situation/environment is definitely and certainly NOT impacted by insufficient I/O bandwidth..
    However, like many people, who have the same or similar setup to myself, we experience severe delays the most basic Motion.app UI such as: selecting an item, scrubbing through the timeline, performing any kind of transform etc etc. Many of us trying to diagnose this problem (looking for any kind of diagnostics or messages etc) have noticed that with the exception of one single core, the remaining cores to do very little (idle or just barely moving) whilst the remaining single core is taking out at 100% constantly.
    Many months ago whilst really bogged down with this problem trying to complete a project, I contacted Mark Spencer who politely explained that notion exploits the on-board graphics card (in my case the ATI Radeon HD 4870). After frustratingly trying to improve the performance of this and completely reinstalling Final Cut Suite in a different brand-new (at the time MacOS X 10.5.6), I found that there was little difference.
    I am mentioning all this because, I know that a few colleagues have had a similar problem and have not found any satisfaction in looking at this despite many well-informed forum users who offer excellent advice.
    At my wits end (currently), I took a few days to try and isolate what the problems may be caused by (what exacerbates this severely degraded performance). This user interface sludgy degradation is manifested through the UI also has the (spinning beach ball).
    I isolated pieces in some of the Motion.app projects and started to ISOLATE (Control-I) what I thought were quite complex layers and individual objects but to no avail. I then resorted to completely deleting them with some improvement in performance (noticeably less sluggyness) however it still was not lightning fast as I expected considering it I was in draft mode, 720 p resolution, with lighting, shadows and reflections completely turned off in the view.
    *Motion.app BEHAVIOURS*: after some hours and a great deal of trial and error (non-productive work time I might add) it occurred to me that some of the Motion.app behaviours in particular place in the layer with as few as five objects in the layer (behaviours such as "Motion.app path", "wriggle", "oscillate" and even good old trusted "throw" seem to be the culprits in this particular layer.
    I will note well here at this point, but of course "camera layers" does seem to be affected at all with the basic movements such as Dolly, frame, sweep etc. I have some sets up to 4 or five cameras which seems not to bother Motion.app at all!
    *OBJECT SELECTION (S):* yes this also seems to have some degrading impact on playout, scrubbing and so on. Interesting I thought.
    Workarounds: here are a few things that I know that work to get around some problems of working where Motion.app is extremely SLUGGY in the user interface (UI). Perhaps someone has already noted these on a forum or posted on however I couldn't find them.
    So my workflow/practice here is to do the following when I'm manipulating objects (placement, set up, applying filters, adjusting timeline, and so on):
    +WORKAROUND #1+: *DISABLE the behaviours* in the layers where you are performing any object manipulation. In fact we have many objects in many layers where the topmost layer (a group of nested layers) contains any behaviours, I would suggest you disable those whilst you work on that particular layer.
    It's a very simple stylus click to enable the BEHAVIOURS layers that you have been working on to see what the effect of those behaviours when you want to play them out in the player/canvas.
    I have no idea why such trivial behaviours cause my very expensive Mac pro to nearly lock up whilst in Motion.app version 4 and also version 3. Anyway is definitely works on me.
    +WORKAROUND #2+: *DESELECT ANY ITEM IN THE CANVAS* (in any view) when attempting to play out whilst in the canvas. Again I don't know why having one or more items (including the camera) insert would have such a drastic impact on the performance of Motion.app to play out what I think is a frivolous range, however this really works for me.
    *How to measure the performance or how to monitor the performance/usage of the ATI Radeon HD 4870 graphics card from MacOS X?* I would like to know exactly what this is doing on my system when one of the CPU cores is pegged out in 100% servicing requests from Motion.app. I can't find utility (which am willing to pay for) that sees the ATI Radeon HD 4870 graphics card. One I thought would have is an application called atMonitor.app (http://www.atpurpose.com/atMonitor/) which seems to do a pretty good job on my uni body MacBook Pro and wife's Macbook Air.
    It would seem that any of the utilities don't seem to see the ATI Radeon HD 4870 or if they do and they initiate commands to it that the ATI Radeon HD 4870 and doesn't respond or send any replies status information. (Beats me I'm not a technical person these days)
    Summary: I would be very interested if other people who have a similar if not pretty near exact setup as myself have found these two suggestions useful. I have tried some of these Motion.app projects on my MacBook Pro uni-body and with some difference the MacBook Pro exhibits similar sluggyness to this Mac pro.
    W
    Hong Kong

    Mark, I took your advice and reinstall Final Cut Suite Version 3 (including Motion.app version 4.0.1) onto a completely different and I'm used file system including a brand-new install of MacOS X snow leopard 10.6.1, which I believe is the most recent update.
    To be clear, I have all the latest Pro Applications updates as well apply to this brand-new system.
    So here is the *bad new*s.
    *Using exactly the same hardware configuration as I described in this theme of woe, I launched Motion.app V4 .0 .1 and opened up several of the projects that I'm having trouble with that is issued.*
    Simply, the symptoms and observation I described in this thread exists with a brand-new installation.
    Anyway looks like I have a backup/another instance available Final Cut Pro in case my main production image has trouble.
    Once again, as I described initially in this thread, I used the two workarounds to overcome the consistent and overwhelmingly an exaggerated 20 seconds lag on average interactions with Motion.app with the success that I'd described previously.
    In another thread back in September 2009, a forum poster mentioned that he felt that the camera framing behaviours were the root of this problem. And to this end he advised converting these behaviours to keyframes using the command-K ("convert to keyframes") to overcome his misery.
    This indeed does work very well. So this is the third workaround and I'm starting to use.
    Further I have done some more hard comparisons with my 2009 MacBook pro uni-body 2.93 GHz with a standard arrangement of 4 MB of memory and the usual disk internally. *To my great surprise*, I found that the projects that I'm having a lot of trouble with were much more responsive not only with the camera framing behaviours (which I'm not particularly having any trouble with), but the layers that contains a simple transform behaviours such as "motion path", "wiggle", and so on did not seem to bother the Mac book pro.
    I watched the CPU cores on the Mac book pro maybe go to 80% while the project was loading, and also whilst I gingerly navigated through the project although feeling a little sluggy was far less in orders of 10 to 20 seconds faster than this Mac pro Nehalem with all the bells and whistles on my earnings embedded within it.
    Now I'm starting to wonder, as Andy pointed out, +maybe there is some trouble with the hardware in this system+. I really could not know how to determine if this is the case. However before I draw this conclusion finally, I noticed that there are a lot more people out there with the same consideration as I have that have this same problem. It's not narrowed down to those owners with the ATI Radeon HD 4870 graphics card, however these seem to be the bulk of the people who are trying to do things that are getting a fair amount of forum time (like me).
    There certainly seems to be something of an issue as there are some symptom dumps for Motion.app but only one or 2 to over this period that seemed to be triggered by something on this machine. And like many on this forum I gave up reading dumps for a living back in the 1990s.
    I would really like to know how I can diagnose this problem before I had to pack this Mac pro up and carted back to the local Apple care centre here in Hong Kong (which means I won't have it forever while, which means no income). Yes I can use my Mac book pro uni-body which is I might end up doing.
    _Oh, and this little gem._ I find that if I invoke the "timeline pane/window" (command-7), that it can take up to 2 seconds to refresh the screen. It is amazingly slow and feel like there is definitely something wrong.
    If I have a simple motion project by that I mean some simple plates some moving text and no real 3-D except for one little camera Motion.app V 4 seems to work quite okay.
    The sets that I'm working in at about eight or nine cameras over the timeline and maybe three or four sets in the project. This is not the work I think especially when most of the moving here is a few objects wobbling around in 3-D space and quick camera moves using the camera framing behaviour.
    In summary, having spent what seems to be 40 or 50 hours messing with this issue are not doing anything productive, I've come to the conclusion that there is definitely something wrong with this setup that I have. However having had no problem with that up until now (I know actually I had some problems back in May 2009 with it but it seemed that install a Final Cut Suite version 2 completely fixed it.
    And I am totally surprised that my Mac book pro uni-body if pressed can do the job that I want.
    Therefore Motion Forum users, I really don't know what else there is to do other than to poke around over time and eventually something will fix this because it is really very frustrating and like many of us on this forum I did endeavour to pay for/put capital funds into a system highly recommended by many that uses Apple production applications than I expected it would work.
    By the way, I noticed when I use Nuke version 5 and Shake V 4.1 and even Maya PE, I don't have these issues but will concede that I doubt whether the use applications take advantage directly of the GPU arrangement in the graphics card like Motion.app does.
    That's all I have.
    Any other thoughts are most welcome.
    W

  • Command line compiler (rhcl.exe) adds on rogue full pathways into [Merge Files] of .hhp

    I'm using RH 9 and generating chm outputs on my Win 7 64-bit computer.
    I have a core chm help file and several sub chm helps that get merged into it.
    I have a batch file that regularly compiles our help files locally and then copies them into a common local directory. It then copies them up to a mapped network drive where they are picked up by the nightly build of our installer.
    The problem I have, is that the command line compiler (rhcl.exe) is adding on a full pathway for all the sub helps listed in the [Merge Files] section of the core help's .hhp file, causing these problems:
    1) First of all, the pathways are wrong. The pathway it puts on is from the location of my .xpj file of my core help project. The output directory for the compiler is actually sending all the helps to a different local directory.
    2) These need to be relative, and should not have full pathways. The full pathways make it so that when I click on a subhelp TOC entry that subhelp's topic opens up in an entirely different window instead of merged into the core help's window. (See #13 on Peter's helpful site here about the problem with absolute paths: http://www.grainge.org/pages/authoring/rh9/using_rh9.htm)
    Here' what I want it to look like (the good):
    [MERGE FILES]
    pcdmisportable.chm
    pcdmistutor.chm
    pcdmisvision.chm
    pcdmislaser.chm
    pcdmiscmm.chm
    pcdmisUJB.chm
    pcdbasic.chm
    toolkitmodulesvwmp.chm
    pcdmisdci.chm
    toolkitmodules.chm
    pcdmisnc.chm
    pcdmisip.chm
    toolkitmodulesblade.chm
    pcdmisregistry.chm
    pcdmisfixturing.chm
    Here's what it looked like after the command line compile (the bad and the ugly):
    [MERGE FILES]
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisportable.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmistutor.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisvision.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmislaser.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmiscmm.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisUJB.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdbasic.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\toolkitmodulesvwmp.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisdci.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\toolkitmodules.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisnc.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisip.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\toolkitmodulesblade.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisregistry.chm
    d:\hg\pcdmisqa\pcdlrn\help\corehelp\pcdmisfixturing.chm
    I've done the following ....
    I've checked my .xpj file and they have relative paths only.
    I've deleted my .cpd file.
    I've removed chm references from my rhbag.apj.
    ... and the hhp file still gets modified with pathways to my core project
    directory tacked on:
    It's strange; because if I compile without the command line, by opening the project and running the generation inside of RH, I don't get the problem where it re-writes the [Merge Files] section with the pathnames.
    Any ideas on where are these rogue full pathways coming from and how I can fix it? Or is it just a bug with the command line version of the compiler that Adobe will need to fix?

    I don't use command line generation but to the best of my knowledge, this has not been fixed.
    Please follow this link.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Ongoing fatal crash and security bug related to connecting external display

    The infrastructures in OS X to resume from sleep, to authenticate, and to change displays is fundamentally not working.
    The security bug I have encountered has to do with connecting a cinema display exclusively to a MacBook Pro. This is a specific situation, but please note that I have experienced the same problem on no fewer than three independent laptop. Plus, the Genius in the Apple Retail Store was convinced of the general instability of this infrastructure. The security problem is that hot corners no longer function if I transition between two states in the same reboot. The first state is where I have the laptop powered on and using its own internal display exclusively (when I'm on the road). The second state is when I have the laptop displaying its output exclusively on an external display (when I'm at home). What happens is that an attempt to use hot corners fails. There is no response. I even added configuration on all four corners (whereas I originally had settings only for the rightmost corners), and even then, the hot corner action (of sleeping the display or entering locked screen saver mode) does not commence. This prevents the user from being able to secure the display on demand using standard methods that are supposed to work.
    The instability level related to connecting the external display exclusively is high. Again, I've experienced this on no fewer than three independent laptops, and the Apple Genius at the Retail Store confirmed that this aspect of OS X did not work consistently. When I want to connect the cinema display to the laptop in such a way that the laptop's own display is not part of the active screen, the process I use succeeds about half the time. Supposing I have been on the road, where I am using the laptop display exclusively. I then put the laptop to sleep. When I return home with the lid open, I connect first the USB (power) from the cinema display to the laptop, and then I connect the Mini DisplayPort. When that step works, what happens is that the login screen shows on the cinema display despite the fact that my laptop lid is closed. This is good, and is what I want. At that point, I open the laptop lid and quickly log in.
    With Apple being a mobile device company, I rely on the laptop for tasks that one traditionally may use a desktop for. This simply points to the versatility of the laptop. But I'd like the bugs resolved, so that I do not have to hesitate to make use of the inherent flexibility possible with the MacBook Pro.
    Here's what happens when the process (of connecting the external display in a way that establishes itself as the only screen in use by OS X) fails. Firstly, when I connect the external display via Mini DisplayPort, the laptop doesn't even respond. Instead, it remains asleep. So to work around it I have to repeatedly disconnect and reconnect the Mini DisplayPort so that the asleep MacBook Pro will see that there is a display connected to it. Also, sometimes that isn't even enough and I have to open the laptop lid, and put it to sleep again so as to trigger whatever actions are necessary to recognise the external display (presumably by having the laptop recently awake). Around half the time, I have to play this game of disconnecting and reconnecting until it actually works. This high level of reproducibility (confirmed by the Apple Genius representative's confidence that this part of the system doesn't actually work) should make it easy for an engineer to look into the problem.
    Fatally, and recently, OS X has completely crashed when I have attempted to connect the external display. The external display has gone completely blue, and after a half a minute, it blanked out and my entire laptop became unresponsive. I called Apple Support and was given a case number. I also took the laptop into the retail store to see if I could recover my current session without rebooting. There was no process suggested to make that happen and I was told to reboot the machine. I've had this happen before on other laptops, and it is frustrating that the kernel reaches such a state that it cannot be used. As I see it, this problem is not too unrelated to the way that I need to play a game in order to get the external display connected exclusively. Here are some workarounds that could be added:
    Firstly, whenever I connect an external display, I'd like the laptop to see that this has happened, and to take action accordingly (such as resuming from sleep). Secondly, If I connect an external keyboard, and press a key on it, I'd like this to wake the laptop too (in the event that the first method fails for some unforeseen reason). I'd also like the connection of the cinema display's USB power not to cause the laptop to enter into a confused state between asleep and awake. Sometimes I need to disconnect and reconnect USB power in order to trigger the laptop into waking, but that's only because it's not doing it on its own properly. On the other hand, I also ensure that the laptop doesn't have the Mini DisplayPort connected without also having the cinema display USB power connected, because that also is an unsupported configuration.
    I've also gotten the laptop to become confused about whether it is asleep or awake. When I open the lid, it seems to enter into sleep mode, but closing it seems to bring it into an active state.
    Also, I've successfully logged on and authenticated with the screen showing exclusively on the external display. But just ten seconds after I start using the system, the laptop falls asleep--with the lid open! Whatever triggers that action doesn't seem to be on track. The laptop is open, there are incoming events such as mouse movements and key presses, and the external display is on and is in use. And then the laptop falls asleep! This has happened numerous times. Not only should this not happen; the instances where it does happen can cause further instability and put my system at risk of fatally crashing.
    Also, the authentication system itself is highly buggy--far more than it should be. At times I have opened the laptop lid and caught a glimpse of a window before I have begun the login process. Also, an external authentication application that asks for Kerberos/AFS login credentials has been able to overlay itself on top of the primary authentication (whereas I should only see a single login dialog when I need to authenticate to the system). Also, I've had several of these authentication screens overlay on top of one another, although it's been months since I've experienced that one (so it may have been fixed). Also, around a third of the time, the window that authenticates me (on the black background) somehow transfers itself into the background (even though there's only one window!). What that means is what I begin to type my password, and now the laptop starts beeping at me and I need to manually click on the password field and begin entering my password again. This really shouldn't happen, and indicates too much complexity in this authentication process (such as, more OS X code is involved than is strictly necessary, which is likely to make the authentication system more difficult to test). Also, at times, I have been using too much CPU, such that the authentication screen takes too long to emerge. That also means that I'm not able to logon until I uncleanly shutdown the laptop. If the laptop has been asleep, and is revived in preparation for login, then that login screen should be given highest priority, even if there are other heavy CPU or I/O intensive tasks running in the background. And maybe the login dialog shouldn't disappear when the user is legitimately attempting to log in. So even if there is a possibility that the system is under heavy resource use (or there is a stall or minor deadlock), it shouldn't prevent the user from logging in altogether.
    At the moment, the very fact that the system shut down uncleanly means that the full disk encryption suite that I used has entered into an undetermined state, suggesting I may lose access to all my data. It's my hope that I can rely on Apple's products to interoperate in a way that won't cause me to be fearful and restrictive in my use, so that I can freely connect an external display at times, and at other times carry the laptop on the road.

    Ive got the same problem with Samsung UE225010 monitor too, its full hd but it looks terrible, could it be Displayport adapter issue, because couple month ago Ive tryed with some IPS display, and it looked same bad.

  • Excel 2010 changes relative link paths to absolute in files synced with Offline Files in Windows 7

    Hello! I'm wondering if anyone else has seen this problem: I have a large number of Excel 2010 and 2003 files in a folder on my file server. This whole folder is also synced to my computer using Offline Files in Windows 7. I have a lot of references between
    cells in different Excel files, and all referenced workbooks are physically in the same folder. This all works nicely when I create these files at work - all file paths referenced in the cells are created as relative paths and the documents open correctly.
    This is, I understand, the expected and default behavior when Excel creates links. When I edit these files at home, nothing seems odd until I get back to work and sync these files back to the file server. At this point, I discovered that Excel 2010 has, when
    I saved the files while away from the corporate network, changed /all/ the cell references in any offline-edited Excel files to point at absolute paths, and that these absolute paths point to somewhere in my %APPDATA% structure. So whenever I come to work
    and I try to open an Excel file that I have recently worked with offline, I get a bunch of error messages about referenced files that are missing, although clearly they exist in the same folder as the file I've opened, and I must edit all the file references
    again, whereupon they are again created correctly as relative paths (since all files exist in the same folder), which are promptly mangled into absolute C:\....\Offline Files\.....\..... paths whenever I save them at home (and since that works too, I don't
    notice it again until I come back to work and the offline files are synced back to the real network location). This seems to be a case of Windows 7's Offline Files not being able to fool Excel 2010 into believing it is working on a file server - apparently
    Excel 2010 can see through the fakery and decides on it's own to "fix" the problem (which obviously isn't a problem since the paths are relative to begin with) by saving the paths as absolute paths instead. Yes, really clever, Excel. The exepected behavior
    according to MSKB is that links are created as relative paths, so why does it change to absolute whenever Offline Files are involved? I know Offline Files only syncs, it doesn't actually change the files, so I can conclude that Excel is the program at fault
    here. Is there a fix for this, or a known workaround? Because frankly, this bug makes it impossible for me to work in any advanced manner with linked Excel files. The sad thing is that this worked perfectly fine with Office 2003 and Windows XP. Is there a
    patch for this problem that I might have missed (I am running the latest Service Pack and I get Office updates from Microsoft Update). If not, is there a workaround I can use to prevent Excel from corrupting my links when I edit the files offline?

    Hello danceswithwindows,
    Thank you for your post.
    This is a quick note to let you know that we are performing research on this issue.
    Sincerely
    Rex Zhang
    Rex Zhang
    TechNet Community Support

  • Need clarity on data federator workarounds for BW as mentioned in threads

    Hi Experts,
    We checked a related thread with (Re: Restricted key figures from a Data Federator Universe), with Ingo Hilgefort's reply that we can create filtered measures on universe level, but in our scenario it is not working, since in the generated SQL, all the where conditions created for filtered measures are getting combined with AND operator, and hence not producing any report.
    For eg, if we are creating two different filtered measures for sales in US, and sales in UK, the generated SQL will combine the conditions as below:
    select sales, sales from <tbl name>
    where country = "US" AND country = "UK"
    which definitely wouldn't produce any result, since country can be either US or UK, not both for any record.
    We need to know how to proceed with this scenario.... will it be by creating aliases for fact table and using different contexts, writing subqueries in custom SQL, or any other workaround...?
    Guidance on the same is needed urgently. Please share your experience and thoughts regarding the same.
    Regards,
    Suzane

    You can do a DB Connect to MySQL DataBase. What is the OS and DB of your BW app server and OS for My SQL.
    refer: http://help.sap.com/saphelp_nw70/helpdata/EN/58/54f9c1562d104c9465dabd816f3f24/frameset.htm for list of supported DB's
    If you want to automate the flat file, than write a SQL procedure to generate a CSV file daily from the DB.
    Use OS command in the process chain to copy file to the BW server
    Next perform data load in process chain.

  • Bug related to ACPI

    After update few weeks ago (cant say when exactly since i was testing where the problem is for few weeks) i noticed that sometimes computer would freeze during boot at sata recognition part right before daemons gets started. It would also hang during boot at loading daemons but i could make it resume if i press any keyboard key and sometimes it would hang several times before i would get Xfce to fully load. I found out that its related to ACPI, since when i turn it off i dont get error messages about it in log files. Turning ACPI off also fixed a strange bug where my keyboard is not repeating key strokes when i keep one key pressed, it starts to repeat but then stops after only few repeats and i need to keep pressing it to make it start repeating again, its also noticeable when i press tab to finish command and i see 1-2 sec delay. After i pass acpi=off at boot all of this goes away. I get same bug on both Arch linux x86 and x86_64.
    Hardware iam running: Athlon II x4,  AMD 790X + SB750 Chipset, ATI Radeon 4850 with catalyst 10.2
    here are log files:
    errors.log
    Mar 8 23:31:15 myhost kernel: pci 0000:00:00.0: BAR 3: address space collision on of device [0xe0000000-0xffffffff]
    Mar 8 23:31:15 myhost kernel: ACPI: I/O resource piix4_smbus [0xb00-0xb07] conflicts with ACPI region SOR1 [0xb00-0xb0f]
    messages.log
    Mar 8 23:31:15 myhost kernel: Linux version 2.6.32-ARCH (tobias@T-POWA-LX) (gcc version 4.4.3 (GCC) ) #1 SMP PREEMPT Tue Feb 23 19:43:46 CET 2010
    Mar 8 23:31:15 myhost kernel: Command line: root=/dev/disk/by-uuid/46de3af5-cfd8-4fe1-a794-8fc0df9b6bf5 ro vga=775
    Mar 8 23:31:15 myhost kernel: KERNEL supported cpus:
    Mar 8 23:31:15 myhost kernel: Intel GenuineIntel
    Mar 8 23:31:15 myhost kernel: AMD AuthenticAMD
    Mar 8 23:31:15 myhost kernel: Centaur CentaurHauls
    Mar 8 23:31:15 myhost kernel: BIOS-provided physical RAM map:
    Mar 8 23:31:15 myhost kernel: BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    Mar 8 23:31:15 myhost kernel: BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    Mar 8 23:31:15 myhost kernel: BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    Mar 8 23:31:15 myhost kernel: BIOS-e820: 0000000000100000 - 00000000cfde0000 (usable)
    Mar 8 23:31:15 myhost kernel: BIOS-e820: 00000000cfde0000 - 00000000cfde3000 (ACPI NVS)
    Mar 8 23:31:15 myhost kernel: BIOS-e820: 00000000cfde3000 - 00000000cfdf0000 (ACPI data)
    Mar 8 23:31:15 myhost kernel: BIOS-e820: 00000000cfdf0000 - 00000000cfe00000 (reserved)
    Mar 8 23:31:15 myhost kernel: BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    Mar 8 23:31:15 myhost kernel: BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    Mar 8 23:31:15 myhost kernel: BIOS-e820: 0000000100000000 - 0000000130000000 (usable)
    Mar 8 23:31:15 myhost kernel: DMI 2.4 present.
    Mar 8 23:31:15 myhost kernel: last_pfn = 0x130000 max_arch_pfn = 0x400000000
    Mar 8 23:31:15 myhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Mar 8 23:31:15 myhost kernel: last_pfn = 0xcfde0 max_arch_pfn = 0x400000000
    Mar 8 23:31:15 myhost kernel: Scanning 1 areas for low memory corruption
    Mar 8 23:31:15 myhost kernel: modified physical RAM map:
    Mar 8 23:31:15 myhost kernel: modified: 0000000000000000 - 0000000000001000 (usable)
    Mar 8 23:31:15 myhost kernel: modified: 0000000000001000 - 0000000000006000 (reserved)
    Mar 8 23:31:15 myhost kernel: modified: 0000000000006000 - 000000000009f800 (usable)
    Mar 8 23:31:15 myhost kernel: modified: 000000000009f800 - 00000000000a0000 (reserved)
    Mar 8 23:31:15 myhost kernel: modified: 00000000000f0000 - 0000000000100000 (reserved)
    Mar 8 23:31:15 myhost kernel: modified: 0000000000100000 - 00000000cfde0000 (usable)
    Mar 8 23:31:15 myhost kernel: modified: 00000000cfde0000 - 00000000cfde3000 (ACPI NVS)
    Mar 8 23:31:15 myhost kernel: modified: 00000000cfde3000 - 00000000cfdf0000 (ACPI data)
    Mar 8 23:31:15 myhost kernel: modified: 00000000cfdf0000 - 00000000cfe00000 (reserved)
    Mar 8 23:31:15 myhost kernel: modified: 00000000e0000000 - 00000000f0000000 (reserved)
    Mar 8 23:31:15 myhost kernel: modified: 00000000fec00000 - 0000000100000000 (reserved)
    Mar 8 23:31:15 myhost kernel: modified: 0000000100000000 - 0000000130000000 (usable)
    Mar 8 23:31:15 myhost kernel: Using GB pages for direct mapping
    Mar 8 23:31:15 myhost kernel: init_memory_mapping: 0000000000000000-00000000cfde0000
    Mar 8 23:31:15 myhost kernel: init_memory_mapping: 0000000100000000-0000000130000000
    Mar 8 23:31:15 myhost kernel: RAMDISK: 37e4a000 - 37fef684
    Mar 8 23:31:15 myhost kernel: ACPI: RSDP 00000000000f6fe0 00014 (v00 GBT )
    Mar 8 23:31:15 myhost kernel: ACPI: RSDT 00000000cfde3000 00038 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    Mar 8 23:31:15 myhost kernel: ACPI: FACP 00000000cfde3040 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    Mar 8 23:31:15 myhost kernel: ACPI: DSDT 00000000cfde30c0 06EE4 (v01 GBT GBTUACPI 00001000 MSFT 03000000)
    Mar 8 23:31:15 myhost kernel: ACPI: FACS 00000000cfde0000 00040
    Mar 8 23:31:15 myhost kernel: ACPI: HPET 00000000cfdea080 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
    Mar 8 23:31:15 myhost kernel: ACPI: MCFG 00000000cfdea0c0 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    Mar 8 23:31:15 myhost kernel: ACPI: TAMG 00000000cfdea100 0030A (v01 GBT GBT B0 5455312E BG?? 53450101)
    Mar 8 23:31:15 myhost kernel: ACPI: APIC 00000000cfde9fc0 00084 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    Mar 8 23:31:15 myhost kernel: (8 early reservations) ==> bootmem [0000000000 - 0130000000]
    Mar 8 23:31:15 myhost kernel: #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    Mar 8 23:31:15 myhost kernel: #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
    Mar 8 23:31:15 myhost kernel: #2 [0001000000 - 000169e898] TEXT DATA BSS ==> [0001000000 - 000169e898]
    Mar 8 23:31:15 myhost kernel: #3 [0037e4a000 - 0037fef684] RAMDISK ==> [0037e4a000 - 0037fef684]
    Mar 8 23:31:15 myhost kernel: #4 [000009f800 - 0000100000] BIOS reserved ==> [000009f800 - 0000100000]
    Mar 8 23:31:15 myhost kernel: #5 [000169f000 - 000169f0fe] BRK ==> [000169f000 - 000169f0fe]
    Mar 8 23:31:15 myhost kernel: #6 [0000008000 - 000000a000] PGTABLE ==> [0000008000 - 000000a000]
    Mar 8 23:31:15 myhost kernel: #7 [000000a000 - 000000b000] PGTABLE ==> [000000a000 - 000000b000]
    Mar 8 23:31:15 myhost kernel: found SMP MP-table at [ffff8800000f55d0] f55d0
    Mar 8 23:31:15 myhost kernel: Zone PFN ranges:
    Mar 8 23:31:15 myhost kernel: DMA 0x00000000 -> 0x00001000
    Mar 8 23:31:15 myhost kernel: DMA32 0x00001000 -> 0x00100000
    Mar 8 23:31:15 myhost kernel: Normal 0x00100000 -> 0x00130000
    Mar 8 23:31:15 myhost kernel: Movable zone start PFN for each node
    Mar 8 23:31:15 myhost kernel: early_node_map[4] active PFN ranges
    Mar 8 23:31:15 myhost kernel: 0: 0x00000000 -> 0x00000001
    Mar 8 23:31:15 myhost kernel: 0: 0x00000006 -> 0x0000009f
    Mar 8 23:31:15 myhost kernel: 0: 0x00000100 -> 0x000cfde0
    Mar 8 23:31:15 myhost kernel: 0: 0x00100000 -> 0x00130000
    Mar 8 23:31:15 myhost kernel: ACPI: PM-Timer IO Port: 0x4008
    Mar 8 23:31:15 myhost kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Mar 8 23:31:15 myhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    Mar 8 23:31:15 myhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    Mar 8 23:31:15 myhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
    Mar 8 23:31:15 myhost kernel: ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
    Mar 8 23:31:15 myhost kernel: ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
    Mar 8 23:31:15 myhost kernel: ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
    Mar 8 23:31:15 myhost kernel: ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
    Mar 8 23:31:15 myhost kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Mar 8 23:31:15 myhost kernel: IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23
    Mar 8 23:31:15 myhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Mar 8 23:31:15 myhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    Mar 8 23:31:15 myhost kernel: Using ACPI (MADT) for SMP configuration information
    Mar 8 23:31:15 myhost kernel: ACPI: HPET id: 0x10b9a201 base: 0xfed00000
    Mar 8 23:31:15 myhost kernel: SMP: Allowing 4 CPUs, 0 hotplug CPUs
    Mar 8 23:31:15 myhost kernel: PM: Registered nosave memory: 0000000000001000 - 0000000000006000
    Mar 8 23:31:15 myhost kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Mar 8 23:31:15 myhost kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    Mar 8 23:31:15 myhost kernel: PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    Mar 8 23:31:15 myhost kernel: PM: Registered nosave memory: 00000000cfde0000 - 00000000cfde3000
    Mar 8 23:31:15 myhost kernel: PM: Registered nosave memory: 00000000cfde3000 - 00000000cfdf0000
    Mar 8 23:31:15 myhost kernel: PM: Registered nosave memory: 00000000cfdf0000 - 00000000cfe00000
    Mar 8 23:31:15 myhost kernel: PM: Registered nosave memory: 00000000cfe00000 - 00000000e0000000
    Mar 8 23:31:15 myhost kernel: PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    Mar 8 23:31:15 myhost kernel: PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
    Mar 8 23:31:15 myhost kernel: PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
    Mar 8 23:31:15 myhost kernel: Allocating PCI resources starting at cfe00000 (gap: cfe00000:10200000)
    Mar 8 23:31:15 myhost kernel: Booting paravirtualized kernel on bare hardware
    Mar 8 23:31:15 myhost kernel: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:4 nr_node_ids:1
    Mar 8 23:31:15 myhost kernel: PERCPU: Embedded 29 pages/cpu @ffff880005400000 s88984 r8192 d21608 u524288
    Mar 8 23:31:15 myhost kernel: pcpu-alloc: s88984 r8192 d21608 u524288 alloc=1*2097152
    Mar 8 23:31:15 myhost kernel: pcpu-alloc: [0] 0 1 2 3
    Mar 8 23:31:15 myhost kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1030804
    Mar 8 23:31:15 myhost kernel: Kernel command line: root=/dev/disk/by-uuid/46de3af5-cfd8-4fe1-a794-8fc0df9b6bf5 ro vga=775
    Mar 8 23:31:15 myhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Mar 8 23:31:15 myhost kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Mar 8 23:31:15 myhost kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Mar 8 23:31:15 myhost kernel: Initializing CPU#0
    Mar 8 23:31:15 myhost kernel: Checking aperture...
    Mar 8 23:31:15 myhost kernel: No AGP bridge found
    Mar 8 23:31:15 myhost kernel: Node 0: aperture @ 20000000 size 32 MB
    Mar 8 23:31:15 myhost kernel: Aperture pointing to e820 RAM. Ignoring.
    Mar 8 23:31:15 myhost kernel: Your BIOS doesn't leave a aperture memory hole
    Mar 8 23:31:15 myhost kernel: Please enable the IOMMU option in the BIOS setup
    Mar 8 23:31:15 myhost kernel: This costs you 64 MB of RAM
    Mar 8 23:31:15 myhost kernel: Mapping aperture over 65536 KB of RAM @ 20000000
    Mar 8 23:31:15 myhost kernel: PM: Registered nosave memory: 0000000020000000 - 0000000024000000
    Mar 8 23:31:15 myhost kernel: Memory: 4050336k/4980736k available (3315k kernel code, 789016k absent, 140408k reserved, 1758k data, 472k init)
    Mar 8 23:31:15 myhost kernel: SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Mar 8 23:31:15 myhost kernel: Hierarchical RCU implementation.
    Mar 8 23:31:15 myhost kernel: NR_IRQS:768
    Mar 8 23:31:15 myhost kernel: Console: colour dummy device 80x25
    Mar 8 23:31:15 myhost kernel: console [tty0] enabled
    Mar 8 23:31:15 myhost kernel: HPET: 4 timers in total, 1 timers will be used for per-cpu timer
    Mar 8 23:31:15 myhost kernel: Fast TSC calibration using PIT
    Mar 8 23:31:15 myhost kernel: Detected 3315.373 MHz processor.
    Mar 8 23:31:15 myhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6633.01 BogoMIPS (lpj=11051226)
    Mar 8 23:31:15 myhost kernel: Security Framework initialized
    Mar 8 23:31:15 myhost kernel: Mount-cache hash table entries: 256
    Mar 8 23:31:15 myhost kernel: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    Mar 8 23:31:15 myhost kernel: CPU: L2 Cache: 512K (64 bytes/line)
    Mar 8 23:31:15 myhost kernel: CPU: Physical Processor ID: 0
    Mar 8 23:31:15 myhost kernel: CPU: Processor Core ID: 0
    Mar 8 23:31:15 myhost kernel: mce: CPU supports 6 MCE banks
    Mar 8 23:31:15 myhost kernel: using C1E aware idle routine
    Mar 8 23:31:15 myhost kernel: Performance Events: AMD PMU driver.
    Mar 8 23:31:15 myhost kernel: ... version: 0
    Mar 8 23:31:15 myhost kernel: ... bit width: 48
    Mar 8 23:31:15 myhost kernel: ... generic registers: 4
    Mar 8 23:31:15 myhost kernel: ... value mask: 0000ffffffffffff
    Mar 8 23:31:15 myhost kernel: ... max period: 00007fffffffffff
    Mar 8 23:31:15 myhost kernel: ... fixed-purpose events: 0
    Mar 8 23:31:15 myhost kernel: ... event mask: 000000000000000f
    Mar 8 23:31:15 myhost kernel: ACPI: Core revision 20090903
    Mar 8 23:31:15 myhost kernel: Setting APIC routing to flat
    Mar 8 23:31:15 myhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Mar 8 23:31:15 myhost kernel: CPU0: AMD Athlon(tm) II X4 620 Processor stepping 02
    Mar 8 23:31:15 myhost kernel: Booting processor 1 APIC 0x1 ip 0x6000
    Mar 8 23:31:15 myhost kernel: Initializing CPU#1
    Mar 8 23:31:15 myhost kernel: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    Mar 8 23:31:15 myhost kernel: CPU: L2 Cache: 512K (64 bytes/line)
    Mar 8 23:31:15 myhost kernel: CPU: Physical Processor ID: 0
    Mar 8 23:31:15 myhost kernel: CPU: Processor Core ID: 1
    Mar 8 23:31:15 myhost kernel: CPU1: AMD Athlon(tm) II X4 620 Processor stepping 02
    Mar 8 23:31:15 myhost kernel: checking TSC synchronization [CPU#0 -> CPU#1]: passed.
    Mar 8 23:31:15 myhost kernel: System has AMD C1E enabled
    Mar 8 23:31:15 myhost kernel: Switch to broadcast mode on CPU0
    Mar 8 23:31:15 myhost kernel: Switch to broadcast mode on CPU1
    Mar 8 23:31:15 myhost kernel: Booting processor 2 APIC 0x2 ip 0x6000
    Mar 8 23:31:15 myhost kernel: Initializing CPU#2
    Mar 8 23:31:15 myhost kernel: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    Mar 8 23:31:15 myhost kernel: CPU: L2 Cache: 512K (64 bytes/line)
    Mar 8 23:31:15 myhost kernel: CPU: Physical Processor ID: 0
    Mar 8 23:31:15 myhost kernel: CPU: Processor Core ID: 3
    Mar 8 23:31:15 myhost kernel: CPU2: AMD Athlon(tm) II X4 620 Processor stepping 02
    Mar 8 23:31:15 myhost kernel: checking TSC synchronization [CPU#0 -> CPU#2]: passed.
    Mar 8 23:31:15 myhost kernel: Switch to broadcast mode on CPU2
    Mar 8 23:31:15 myhost kernel: Booting processor 3 APIC 0x3 ip 0x6000
    Mar 8 23:31:15 myhost kernel: Initializing CPU#3
    Mar 8 23:31:15 myhost kernel: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    Mar 8 23:31:15 myhost kernel: CPU: L2 Cache: 512K (64 bytes/line)
    Mar 8 23:31:15 myhost kernel: CPU: Physical Processor ID: 0
    Mar 8 23:31:15 myhost kernel: CPU: Processor Core ID: 2
    Mar 8 23:31:15 myhost kernel: CPU3: AMD Athlon(tm) II X4 620 Processor stepping 02
    Mar 8 23:31:15 myhost kernel: checking TSC synchronization [CPU#0 -> CPU#3]: passed.
    Mar 8 23:31:15 myhost kernel: Brought up 4 CPUs
    Mar 8 23:31:15 myhost kernel: Total of 4 processors activated (26531.81 BogoMIPS).
    Mar 8 23:31:15 myhost kernel: Switch to broadcast mode on CPU3
    Mar 8 23:31:15 myhost kernel: NET: Registered protocol family 16
    Mar 8 23:31:15 myhost kernel: TOM: 00000000d0000000 aka 3328M
    Mar 8 23:31:15 myhost kernel: TOM2: 0000000130000000 aka 4864M
    Mar 8 23:31:15 myhost kernel: ACPI: bus type pci registered
    Mar 8 23:31:15 myhost kernel: PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
    Mar 8 23:31:15 myhost kernel: PCI: MCFG area at e0000000 reserved in E820
    Mar 8 23:31:15 myhost kernel: PCI: Using MMCONFIG at e0000000 - efffffff
    Mar 8 23:31:15 myhost kernel: PCI: Using configuration type 1 for base access
    Mar 8 23:31:15 myhost kernel: bio: create slab <bio-0> at 0
    Mar 8 23:31:15 myhost kernel: ACPI: Interpreter enabled
    Mar 8 23:31:15 myhost kernel: ACPI: (supports S0 S3 S4 S5)
    Mar 8 23:31:15 myhost kernel: ACPI: Using IOAPIC for interrupt routing
    Mar 8 23:31:15 myhost kernel: ACPI: No dock devices found.
    Mar 8 23:31:15 myhost kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
    Mar 8 23:31:15 myhost kernel: pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    Mar 8 23:31:15 myhost kernel: pci 0000:00:02.0: PME# disabled
    Mar 8 23:31:15 myhost kernel: pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
    Mar 8 23:31:15 myhost kernel: pci 0000:00:0a.0: PME# disabled
    Mar 8 23:31:15 myhost kernel: pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    Mar 8 23:31:15 myhost kernel: pci 0000:00:12.2: PME# disabled
    Mar 8 23:31:15 myhost kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    Mar 8 23:31:15 myhost kernel: pci 0000:00:13.2: PME# disabled
    Mar 8 23:31:15 myhost kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Mar 8 23:31:15 myhost kernel: pci 0000:02:00.0: PME# disabled
    Mar 8 23:31:15 myhost kernel: pci 0000:00:14.4: transparent bridge
    Mar 8 23:31:15 myhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Mar 8 23:31:15 myhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Mar 8 23:31:15 myhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Mar 8 23:31:15 myhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Mar 8 23:31:15 myhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Mar 8 23:31:15 myhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Mar 8 23:31:15 myhost kernel: ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Mar 8 23:31:15 myhost kernel: ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Mar 8 23:31:15 myhost kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Mar 8 23:31:15 myhost kernel: vgaarb: loaded
    Mar 8 23:31:15 myhost kernel: PCI: Using ACPI for IRQ routing
    Mar 8 23:31:15 myhost kernel: pci 0000:00:00.0: BAR 3: can't allocate resource
    Mar 8 23:31:15 myhost kernel: NetLabel: Initializing
    Mar 8 23:31:15 myhost kernel: NetLabel: domain hash size = 128
    Mar 8 23:31:15 myhost kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Mar 8 23:31:15 myhost kernel: NetLabel: unlabeled traffic allowed by default
    Mar 8 23:31:15 myhost kernel: Switching to clocksource tsc
    Mar 8 23:31:15 myhost kernel: pnp: PnP ACPI init
    Mar 8 23:31:15 myhost kernel: ACPI: bus type pnp registered
    Mar 8 23:31:15 myhost kernel: pnp 00:09: mem resource (0xd1c00-0xd3fff) overlaps 0000:00:00.0 BAR 3 (0x0-0x1fffffff), disabling
    Mar 8 23:31:15 myhost kernel: pnp 00:09: mem resource (0xf0000-0xf7fff) overlaps 0000:00:00.0 BAR 3 (0x0-0x1fffffff), disabling
    Mar 8 23:31:15 myhost kernel: pnp 00:09: mem resource (0xf8000-0xfbfff) overlaps 0000:00:00.0 BAR 3 (0x0-0x1fffffff), disabling
    Mar 8 23:31:15 myhost kernel: pnp 00:09: mem resource (0xfc000-0xfffff) overlaps 0000:00:00.0 BAR 3 (0x0-0x1fffffff), disabling
    Mar 8 23:31:15 myhost kernel: pnp 00:09: mem resource (0x0-0x9ffff) overlaps 0000:00:00.0 BAR 3 (0x0-0x1fffffff), disabling
    Mar 8 23:31:15 myhost kernel: pnp 00:09: mem resource (0x100000-0xcfddffff) overlaps 0000:00:00.0 BAR 3 (0x0-0x1fffffff), disabling
    Mar 8 23:31:15 myhost kernel: pnp: PnP ACPI: found 10 devices
    Mar 8 23:31:15 myhost kernel: ACPI: ACPI bus type pnp unregistered
    Mar 8 23:31:15 myhost kernel: system 00:01: ioport range 0x4d0-0x4d1 has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:01: ioport range 0x220-0x225 has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:01: ioport range 0x290-0x294 has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:02: ioport range 0x4100-0x411f has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:02: ioport range 0x228-0x22f has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:02: ioport range 0x40b-0x40b has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:02: ioport range 0x4d6-0x4d6 has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:02: ioport range 0xc00-0xc01 has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:02: ioport range 0xc14-0xc14 has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:02: ioport range 0xc50-0xc52 has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:02: ioport range 0xc6c-0xc6d has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:02: ioport range 0xc6f-0xc6f has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:02: ioport range 0xcd0-0xcd1 has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:02: ioport range 0xcd2-0xcd3 has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:02: ioport range 0xcd4-0xcdf has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:02: ioport range 0x4000-0x40fe has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:02: ioport range 0x4210-0x4217 has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:02: ioport range 0xb00-0xb0f has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:02: ioport range 0xb10-0xb1f has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:02: ioport range 0xb20-0xb3f has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:08: iomem range 0xe0000000-0xefffffff has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:09: iomem range 0xcfde0000-0xcfdfffff could not be reserved
    Mar 8 23:31:15 myhost kernel: system 00:09: iomem range 0xffff0000-0xffffffff has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:09: iomem range 0xfec00000-0xfec00fff could not be reserved
    Mar 8 23:31:15 myhost kernel: system 00:09: iomem range 0xfee00000-0xfee00fff has been reserved
    Mar 8 23:31:15 myhost kernel: system 00:09: iomem range 0xfff80000-0xfffeffff has been reserved
    Mar 8 23:31:15 myhost kernel: pci 0000:00:02.0: PCI bridge, secondary bus 0000:01
    Mar 8 23:31:15 myhost kernel: pci 0000:00:02.0: IO window: 0xe000-0xefff
    Mar 8 23:31:15 myhost kernel: pci 0000:00:02.0: MEM window: 0xfde00000-0xfdefffff
    Mar 8 23:31:15 myhost kernel: pci 0000:00:02.0: PREFETCH window: 0x000000d0000000-0x000000dfffffff
    Mar 8 23:31:15 myhost kernel: pci 0000:00:0a.0: PCI bridge, secondary bus 0000:02
    Mar 8 23:31:15 myhost kernel: pci 0000:00:0a.0: IO window: 0xd000-0xdfff
    Mar 8 23:31:15 myhost kernel: pci 0000:00:0a.0: MEM window: 0xfdb00000-0xfdbfffff
    Mar 8 23:31:15 myhost kernel: pci 0000:00:0a.0: PREFETCH window: 0x000000fdf00000-0x000000fdffffff
    Mar 8 23:31:15 myhost kernel: pci 0000:00:14.4: PCI bridge, secondary bus 0000:03
    Mar 8 23:31:15 myhost kernel: pci 0000:00:14.4: IO window: 0xc000-0xcfff
    Mar 8 23:31:15 myhost kernel: pci 0000:00:14.4: MEM window: 0xfdd00000-0xfddfffff
    Mar 8 23:31:15 myhost kernel: pci 0000:00:14.4: PREFETCH window: 0xfdc00000-0xfdcfffff
    Mar 8 23:31:15 myhost kernel: pci 0000:00:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Mar 8 23:31:15 myhost kernel: pci 0000:00:0a.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Mar 8 23:31:15 myhost kernel: NET: Registered protocol family 2
    Mar 8 23:31:15 myhost kernel: IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Mar 8 23:31:15 myhost kernel: TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    Mar 8 23:31:15 myhost kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Mar 8 23:31:15 myhost kernel: TCP: Hash tables configured (established 262144 bind 65536)
    Mar 8 23:31:15 myhost kernel: TCP reno registered
    Mar 8 23:31:15 myhost kernel: NET: Registered protocol family 1
    Mar 8 23:31:15 myhost kernel: Unpacking initramfs...
    Mar 8 23:31:15 myhost kernel: Freeing initrd memory: 1685k freed
    Mar 8 23:31:15 myhost kernel: PCI-DMA: Disabling AGP.
    Mar 8 23:31:15 myhost kernel: PCI-DMA: aperture base @ 20000000 size 65536 KB
    Mar 8 23:31:15 myhost kernel: PCI-DMA: using GART IOMMU.
    Mar 8 23:31:15 myhost kernel: PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    Mar 8 23:31:15 myhost kernel: Scanning for low memory corruption every 60 seconds
    Mar 8 23:31:15 myhost kernel: audit: initializing netlink socket (disabled)
    Mar 8 23:31:15 myhost kernel: type=2000 audit(1268091061.563:1): initialized
    Mar 8 23:31:15 myhost kernel: VFS: Disk quotas dquot_6.5.2
    Mar 8 23:31:15 myhost kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Mar 8 23:31:15 myhost kernel: msgmni has been set to 7916
    Mar 8 23:31:15 myhost kernel: alg: No test for stdrng (krng)
    Mar 8 23:31:15 myhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    Mar 8 23:31:15 myhost kernel: io scheduler noop registered
    Mar 8 23:31:15 myhost kernel: io scheduler anticipatory registered
    Mar 8 23:31:15 myhost kernel: io scheduler deadline registered
    Mar 8 23:31:15 myhost kernel: io scheduler cfq registered (default)
    Mar 8 23:31:15 myhost kernel: vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010100000, using 2560k, total 16384k
    Mar 8 23:31:15 myhost kernel: vesafb: mode is 1280x1024x8, linelength=1280, pages=11
    Mar 8 23:31:15 myhost kernel: vesafb: scrolling: redraw
    Mar 8 23:31:15 myhost kernel: vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
    Mar 8 23:31:15 myhost kernel: Console: switching to colour frame buffer device 160x64
    Mar 8 23:31:15 myhost kernel: fb0: VESA VGA frame buffer device
    Mar 8 23:31:15 myhost kernel: Linux agpgart interface v0.103
    Mar 8 23:31:15 myhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Mar 8 23:31:15 myhost kernel: input: Macintosh mouse button emulation as /devices/virtual/input/input0
    Mar 8 23:31:15 myhost kernel: PNP: No PS/2 controller found. Probing ports directly.
    Mar 8 23:31:15 myhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Mar 8 23:31:15 myhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Mar 8 23:31:15 myhost kernel: mice: PS/2 mouse device common for all mice
    Mar 8 23:31:15 myhost kernel: cpuidle: using governor ladder
    Mar 8 23:31:15 myhost kernel: cpuidle: using governor menu
    Mar 8 23:31:15 myhost kernel: TCP cubic registered
    Mar 8 23:31:15 myhost kernel: NET: Registered protocol family 17
    Mar 8 23:31:15 myhost kernel: registered taskstats version 1
    Mar 8 23:31:15 myhost kernel: Initalizing network drop monitor service
    Mar 8 23:31:15 myhost kernel: Freeing unused kernel memory: 472k freed
    Mar 8 23:31:15 myhost kernel: SCSI subsystem initialized
    Mar 8 23:31:15 myhost kernel: ahci 0000:00:11.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    Mar 8 23:31:15 myhost kernel: ahci 0000:00:11.0: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
    Mar 8 23:31:15 myhost kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc
    Mar 8 23:31:15 myhost kernel: scsi0 : ahci
    Mar 8 23:31:15 myhost kernel: scsi1 : ahci
    Mar 8 23:31:15 myhost kernel: scsi2 : ahci
    Mar 8 23:31:15 myhost kernel: scsi3 : ahci
    Mar 8 23:31:15 myhost kernel: scsi4 : ahci
    Mar 8 23:31:15 myhost kernel: scsi5 : ahci
    Mar 8 23:31:15 myhost kernel: ata1: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f100 irq 22
    Mar 8 23:31:15 myhost kernel: ata2: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f180 irq 22
    Mar 8 23:31:15 myhost kernel: ata3: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f200 irq 22
    Mar 8 23:31:15 myhost kernel: ata4: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f280 irq 22
    Mar 8 23:31:15 myhost kernel: ata5: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f300 irq 22
    Mar 8 23:31:15 myhost kernel: ata6: SATA max UDMA/133 irq_stat 0x00000040, connection status changed irq 22
    Mar 8 23:31:15 myhost kernel: ata4: SATA link down (SStatus 0 SControl 300)
    Mar 8 23:31:15 myhost kernel: ata3: SATA link down (SStatus 0 SControl 300)
    Mar 8 23:31:15 myhost kernel: ata5: SATA link down (SStatus 0 SControl 300)
    Mar 8 23:31:15 myhost kernel: ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Mar 8 23:31:15 myhost kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Mar 8 23:31:15 myhost kernel: ata1.00: ATA-8: SAMSUNG HD502HJ, 1AJ100E4, max UDMA/133
    Mar 8 23:31:15 myhost kernel: ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    Mar 8 23:31:15 myhost kernel: ata1.00: configured for UDMA/133
    Mar 8 23:31:15 myhost kernel: scsi 0:0:0:0: Direct-Access ATA SAMSUNG HD502HJ 1AJ1 PQ: 0 ANSI: 5
    Mar 8 23:31:15 myhost kernel: ata2.00: ATA-7: ST3160815AS, 3.AAD, max UDMA/133
    Mar 8 23:31:15 myhost kernel: ata2.00: 312581808 sectors, multi 0: LBA48 NCQ (depth 31/32)
    Mar 8 23:31:15 myhost kernel: ata2.00: configured for UDMA/133
    Mar 8 23:31:15 myhost kernel: scsi 1:0:0:0: Direct-Access ATA ST3160815AS 3.AA PQ: 0 ANSI: 5
    Mar 8 23:31:15 myhost kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Mar 8 23:31:15 myhost kernel: ata6.00: ATAPI: PIONEER DVD-RW DVR-212, 1.21, max UDMA/66
    Mar 8 23:31:15 myhost kernel: ata6.00: configured for UDMA/66
    Mar 8 23:31:15 myhost kernel: scsi 5:0:0:0: CD-ROM PIONEER DVD-RW DVR-212 1.21 PQ: 0 ANSI: 5
    Mar 8 23:31:15 myhost kernel: sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    Mar 8 23:31:15 myhost kernel: sd 0:0:0:0: [sda] Write Protect is off
    Mar 8 23:31:15 myhost kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Mar 8 23:31:15 myhost kernel: sda:
    Mar 8 23:31:15 myhost kernel: sd 1:0:0:0: [sdb] 312581808 512-byte logical blocks: (160 GB/149 GiB)
    Mar 8 23:31:15 myhost kernel: sd 1:0:0:0: [sdb] Write Protect is off
    Mar 8 23:31:15 myhost kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Mar 8 23:31:15 myhost kernel: sdb: sda1 sda2 sda3 < sda5 sdb1 sdb2
    Mar 8 23:31:15 myhost kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
    Mar 8 23:31:15 myhost kernel: sda6 sda7 >
    Mar 8 23:31:15 myhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Mar 8 23:31:15 myhost kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode
    Mar 8 23:31:15 myhost kernel: rtc_cmos 00:05: RTC can wake from S4
    Mar 8 23:31:15 myhost kernel: rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    Mar 8 23:31:15 myhost kernel: rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    Mar 8 23:31:15 myhost kernel: udev: starting version 151
    Mar 8 23:31:15 myhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input1
    Mar 8 23:31:15 myhost kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
    Mar 8 23:31:15 myhost kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
    Mar 8 23:31:15 myhost kernel: scsi 5:0:0:0: Attached scsi generic sg2 type 5
    Mar 8 23:31:15 myhost kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    Mar 8 23:31:15 myhost kernel: r8169 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Mar 8 23:31:15 myhost kernel: eth0: RTL8168c/8111c at 0xffffc900100f4000, 00:24:1d:7f:f4:27, XID 1c4000c0 IRQ 27
    Mar 8 23:31:15 myhost kernel: sr0: scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
    Mar 8 23:31:15 myhost kernel: Uniform CD-ROM driver Revision: 3.20
    Mar 8 23:31:15 myhost kernel: Uniform Multi-Platform E-IDE driver
    Mar 8 23:31:15 myhost kernel: atiixp 0000:00:14.1: IDE controller (0x1002:0x439c rev 0x00)
    Mar 8 23:31:15 myhost kernel: ATIIXP_IDE 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Mar 8 23:31:15 myhost kernel: atiixp 0000:00:14.1: not 100% native mode: will probe irqs later
    Mar 8 23:31:15 myhost kernel: ide0: BM-DMA at 0xfa00-0xfa07
    Mar 8 23:31:15 myhost kernel: atiixp 0000:00:14.1: simplex device: DMA disabled
    Mar 8 23:31:15 myhost kernel: ide1: DMA disabled
    Mar 8 23:31:15 myhost kernel: EDAC MC: Ver: 2.1.0 Feb 23 2010
    Mar 8 23:31:15 myhost kernel: EDAC amd64_edac: Ver: 3.2.0 Feb 23 2010
    Mar 8 23:31:15 myhost kernel: fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    Mar 8 23:31:15 myhost kernel: Disabling lock debugging due to kernel taint
    Mar 8 23:31:15 myhost kernel: [fglrx] Maximum main memory to use for locked dma buffers: 3796 MBytes.
    Mar 8 23:31:15 myhost kernel: [fglrx] vendor: 1002 device: 9442 count: 1
    Mar 8 23:31:15 myhost kernel: [fglrx] ioport: bar 4, base 0xee00, size: 0x100
    Mar 8 23:31:15 myhost kernel: pci 0000:01:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Mar 8 23:31:15 myhost kernel: [fglrx] Kernel PAT support is enabled
    Mar 8 23:31:15 myhost kernel: [fglrx] module loaded - fglrx 8.69.4 [Dec 11 2009] with 1 minors
    Mar 8 23:31:15 myhost kernel: processor LNXCPU:00: registered as cooling_device0
    Mar 8 23:31:15 myhost kernel: processor LNXCPU:01: registered as cooling_device1
    Mar 8 23:31:15 myhost kernel: processor LNXCPU:02: registered as cooling_device2
    Mar 8 23:31:15 myhost kernel: processor LNXCPU:03: registered as cooling_device3
    Mar 8 23:31:15 myhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    Mar 8 23:31:15 myhost kernel: ACPI: Power Button [PWRB]
    Mar 8 23:31:15 myhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    Mar 8 23:31:15 myhost kernel: ACPI: Power Button [PWRF]
    Mar 8 23:31:15 myhost kernel: usbcore: registered new interface driver usbfs
    Mar 8 23:31:15 myhost kernel: usbcore: registered new interface driver hub
    Mar 8 23:31:15 myhost kernel: usbcore: registered new device driver usb
    Mar 8 23:31:15 myhost kernel: Linux video capture interface: v2.00
    Mar 8 23:31:15 myhost kernel: saa7130/34: v4l2 driver version 0.2.15 loaded
    Mar 8 23:31:15 myhost kernel: saa7134 0000:03:07.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    Mar 8 23:31:15 myhost kernel: saa7134[0]: found at 0000:03:07.0, rev: 1, irq: 21, latency: 32, mmio: 0xfddff000
    Mar 8 23:31:15 myhost kernel: saa7134[0]: subsystem: 153b:1142, board: Terratec Cinergy 400 TV [card=8,autodetected]
    Mar 8 23:31:15 myhost kernel: saa7134[0]: board init: gpio is 50000
    Mar 8 23:31:15 myhost kernel: input: saa7134 IR (Terratec Cinergy 40 as /devices/pci0000:00/0000:00:14.4/0000:03:07.0/input/input4
    Mar 8 23:31:15 myhost kernel: IRQ 21/saa7134[0]: IRQF_DISABLED is not guaranteed on shared IRQs
    Mar 8 23:31:15 myhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Mar 8 23:31:15 myhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    Mar 8 23:31:15 myhost kernel: saa7134[0]: i2c eeprom 00: 3b 15 42 11 ff ff ff ff ff ff ff ff ff ff ff ff
    Mar 8 23:31:15 myhost kernel: saa7134[0]: i2c eeprom 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    Mar 8 23:31:15 myhost kernel: saa7134[0]: i2c eeprom 20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    Mar 8 23:31:15 myhost kernel: saa7134[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    Mar 8 23:31:15 myhost kernel: saa7134[0]: i2c eeprom 40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    Mar 8 23:31:15 myhost kernel: saa7134[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    Mar 8 23:31:15 myhost kernel: saa7134[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    Mar 8 23:31:15 myhost kernel: saa7134[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    Mar 8 23:31:15 myhost kernel: saa7134[0]: i2c eeprom 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    Mar 8 23:31:15 myhost kernel: saa7134[0]: i2c eeprom 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    Mar 8 23:31:15 myhost kernel: saa7134[0]: i2c eeprom a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    Mar 8 23:31:15 myhost kernel: saa7134[0]: i2c eeprom b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    Mar 8 23:31:15 myhost kernel: saa7134[0]: i2c eeprom c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    Mar 8 23:31:15 myhost kernel: saa7134[0]: i2c eeprom d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    Mar 8 23:31:15 myhost kernel: saa7134[0]: i2c eeprom e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    Mar 8 23:31:15 myhost kernel: saa7134[0]: i2c eeprom f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    Mar 8 23:31:15 myhost kernel: i2c i2c-0: Invalid 7-bit address 0x7a
    Mar 8 23:31:15 myhost kernel: All bytes are equal. It is not a TEA5767
    Mar 8 23:31:15 myhost kernel: tuner 0-0060: chip found @ 0xc0 (saa7134[0])
    Mar 8 23:31:15 myhost kernel: tuner-simple 0-0060: creating new instance
    Mar 8 23:31:15 myhost kernel: tuner-simple 0-0060: type set to 5 (Philips PAL_BG (FI1216 and compatibles))
    Mar 8 23:31:15 myhost kernel: saa7134[0]: registered device video0 [v4l2]
    Mar 8 23:31:15 myhost kernel: saa7134[0]: registered device vbi0
    Mar 8 23:31:15 myhost kernel: EMU10K1_Audigy 0000:03:06.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    Mar 8 23:31:15 myhost kernel: Audigy2 value: Special config.
    Mar 8 23:31:15 myhost kernel: ide1: no devices on the port
    Mar 8 23:31:15 myhost kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    Mar 8 23:31:15 myhost kernel: ide1 at 0x170-0x177,0x376 on irq 15
    Mar 8 23:31:15 myhost kernel: EDAC amd64: This node reports that Memory ECC is currently disabled, set F3x44[22] (0000:00:18.3).
    Mar 8 23:31:15 myhost kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    Mar 8 23:31:15 myhost kernel: Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    Mar 8 23:31:15 myhost kernel: (Note that use of the override may cause unknown side effects.)
    Mar 8 23:31:15 myhost kernel: amd64_edac: probe of 0000:00:18.2 failed with error -22
    Mar 8 23:31:15 myhost kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Mar 8 23:31:15 myhost kernel: ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Mar 8 23:31:15 myhost kernel: ehci_hcd 0000:00:12.2: EHCI Host Controller
    Mar 8 23:31:15 myhost kernel: ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
    Mar 8 23:31:15 myhost kernel: ehci_hcd 0000:00:12.2: debug port 1
    Mar 8 23:31:15 myhost kernel: ehci_hcd 0000:00:12.2: irq 17, io mem 0xfe02c000
    Mar 8 23:31:15 myhost kernel: ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
    Mar 8 23:31:15 myhost kernel: usb usb1: configuration #1 chosen from 1 choice
    Mar 8 23:31:15 myhost kernel: hub 1-0:1.0: USB hub found
    Mar 8 23:31:15 myhost kernel: hub 1-0:1.0: 6 ports detected
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:12.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:12.0: OHCI Host Controller
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 2
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:12.0: irq 16, io mem 0xfe02e000
    Mar 8 23:31:15 myhost kernel: saa7134 ALSA driver for DMA sound loaded
    Mar 8 23:31:15 myhost kernel: IRQ 21/saa7134[0]: IRQF_DISABLED is not guaranteed on shared IRQs
    Mar 8 23:31:15 myhost kernel: saa7134[0]/alsa: saa7134[0] at 0xfddff000 irq 21 registered as card -1
    Mar 8 23:31:15 myhost kernel: usb usb2: configuration #1 chosen from 1 choice
    Mar 8 23:31:15 myhost kernel: hub 2-0:1.0: USB hub found
    Mar 8 23:31:15 myhost kernel: hub 2-0:1.0: 3 ports detected
    Mar 8 23:31:15 myhost kernel: ehci_hcd 0000:00:13.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    Mar 8 23:31:15 myhost kernel: ehci_hcd 0000:00:13.2: EHCI Host Controller
    Mar 8 23:31:15 myhost kernel: ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 3
    Mar 8 23:31:15 myhost kernel: ehci_hcd 0000:00:13.2: debug port 1
    Mar 8 23:31:15 myhost kernel: ehci_hcd 0000:00:13.2: irq 19, io mem 0xfe029000
    Mar 8 23:31:15 myhost kernel: ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
    Mar 8 23:31:15 myhost kernel: usb usb3: configuration #1 chosen from 1 choice
    Mar 8 23:31:15 myhost kernel: hub 3-0:1.0: USB hub found
    Mar 8 23:31:15 myhost kernel: hub 3-0:1.0: 6 ports detected
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:12.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:12.1: OHCI Host Controller
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:12.1: irq 16, io mem 0xfe02d000
    Mar 8 23:31:15 myhost kernel: usb usb4: configuration #1 chosen from 1 choice
    Mar 8 23:31:15 myhost kernel: hub 4-0:1.0: USB hub found
    Mar 8 23:31:15 myhost kernel: hub 4-0:1.0: 3 ports detected
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:13.0: OHCI Host Controller
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:13.0: irq 18, io mem 0xfe02b000
    Mar 8 23:31:15 myhost kernel: usb usb5: configuration #1 chosen from 1 choice
    Mar 8 23:31:15 myhost kernel: hub 5-0:1.0: USB hub found
    Mar 8 23:31:15 myhost kernel: hub 5-0:1.0: 3 ports detected
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:13.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:13.1: OHCI Host Controller
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:13.1: irq 18, io mem 0xfe02a000
    Mar 8 23:31:15 myhost kernel: usb usb6: configuration #1 chosen from 1 choice
    Mar 8 23:31:15 myhost kernel: hub 6-0:1.0: USB hub found
    Mar 8 23:31:15 myhost kernel: hub 6-0:1.0: 3 ports detected
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:14.5: OHCI Host Controller
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7
    Mar 8 23:31:15 myhost kernel: ohci_hcd 0000:00:14.5: irq 18, io mem 0xfe028000
    Mar 8 23:31:15 myhost kernel: usb usb7: configuration #1 chosen from 1 choice
    Mar 8 23:31:15 myhost kernel: hub 7-0:1.0: USB hub found
    Mar 8 23:31:15 myhost kernel: hub 7-0:1.0: 2 ports detected
    Mar 8 23:31:15 myhost kernel: usb 1-1: new high speed USB device using ehci_hcd and address 2
    Mar 8 23:31:15 myhost kernel: usb 1-1: configuration #1 chosen from 1 choice
    Mar 8 23:31:15 myhost kernel: hub 1-1:1.0: USB hub found
    Mar 8 23:31:15 myhost kernel: hub 1-1:1.0: 4 ports detected
    Mar 8 23:31:15 myhost kernel: usb 5-3: new low speed USB device using ohci_hcd and address 2
    Mar 8 23:31:15 myhost kernel: CE: hpet increasing min_delta_ns to 15000 nsec
    Mar 8 23:31:15 myhost kernel: usb 5-3: configuration #1 chosen from 1 choice
    Mar 8 23:31:15 myhost kernel: usbcore: registered new interface driver hiddev
    Mar 8 23:31:15 myhost kernel: input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:13.0/usb5/5-3/5-3:1.0/input/input5
    Mar 8 23:31:15 myhost kernel: generic-usb 0003:046D:C01E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:13.0-3/input0
    Mar 8 23:31:15 myhost kernel: usbcore: registered new interface driver usbhid
    Mar 8 23:31:15 myhost kernel: usbhid: v2.6:USB HID core driver
    Mar 8 23:31:15 myhost kernel: usb 6-1: new low speed USB device using ohci_hcd and address 2
    Mar 8 23:31:15 myhost kernel: usb 6-1: configuration #1 chosen from 1 choice
    Mar 8 23:31:15 myhost kernel: input: HID 046a:0021 as /devices/pci0000:00/0000:00:13.1/usb6/6-1/6-1:1.0/input/input6
    Mar 8 23:31:15 myhost kernel: generic-usb 0003:046A:0021.0002: input,hidraw1: USB HID v1.11 Keyboard [HID 046a:0021] on usb-0000:00:13.1-1/input0
    Mar 8 23:31:15 myhost kernel: input: HID 046a:0021 as /devices/pci0000:00/0000:00:13.1/usb6/6-1/6-1:1.1/input/input7
    Mar 8 23:31:15 myhost kernel: generic-usb 0003:046A:0021.0003: input,hidraw2: USB HID v1.11 Device [HID 046a:0021] on usb-0000:00:13.1-1/input1
    Mar 8 23:31:15 myhost kernel: EXT4-fs (sda5): mounted filesystem with ordered data mode
    Mar 8 23:31:15 myhost kernel: EXT4-fs (sda6): mounted filesystem with ordered data mode
    Mar 8 23:31:15 myhost kernel: Adding 2096440k swap on /dev/sda7. Priority:-1 extents:1 across:2096440k
    Mar 8 23:31:15 myhost kernel: r8169: eth0: link up
    Mar 8 23:31:15 myhost kernel: r8169: eth0: link up
    Mar 8 23:31:15 myhost dnsmasq[4392]: started, version 2.52 cachesize 150
    Mar 8 23:31:15 myhost dnsmasq[4392]: compile time options: IPv6 GNU-getopt no-DBus no-I18N DHCP TFTP
    Mar 8 23:31:15 myhost dnsmasq[4392]: reading /etc/resolv.conf
    Mar 8 23:31:15 myhost dnsmasq[4392]: using nameserver 192.168.1.1#53
    Mar 8 23:31:15 myhost dnsmasq[4392]: read /etc/hosts - 1 addresses
    Mar 8 23:31:15 myhost acpid: starting up
    Mar 8 23:31:15 myhost acpid: 3 rules loaded
    Mar 8 23:31:15 myhost acpid: waiting for events: event logging is off
    Mar 8 23:31:05 myhost load-modules.sh: 'pci:v00001022d00001201sv00000000sd00000000bc06sc00i00' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:LNXSYSTM:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'pci:v00001022d00001203sv00000000sd00000000bc06sc00i00' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'pci:v00001022d00001204sv00000000sd00000000bc06sc00i00' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'pci:v00001002d0000439Dsv00001002sd0000439Dbc06sc01i00' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'pci:v00001022d00001200sv00000000sd00000000bc06sc00i00' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'dmi:bvnAwardSoftwareInternational,Inc.:bvrF5:bd09/16/2009:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA790X-UD3P:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA790X-UD3P:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'pci:v00001002d00004384sv00000000sd00000000bc06sc04i01' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'pci:v00001002d00005958sv00001002sd00005958bc06sc00i00' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:LNXSYBUS:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:LNXSYBUS:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:PNP0C02:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:PNP0C02:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:PNP0C01:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:PNP0C04:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:PNP0200:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:PNP0100:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:PNP0800:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:PNP0103:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:PNP0C02:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:PNP0000:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Mar 8 23:31:05 myhost load-modules.sh: Not loading module 'snd_hda_intel' for alias 'pci:v00001002d0000AA30sv00001002sd0000AA30bc04sc03i00' because it is blacklisted
    Mar 8 23:31:05 myhost load-modules.sh: Not loading module 'snd_hda_intel' for alias 'pci:v00001002d0000AA30sv00001002sd0000AA30bc04sc03i00' because it is blacklisted
    Mar 8 23:31:15 myhost init: Entering runlevel: 3
    Mar 8 23:31:27 myhost acpid: client connected from 4493[82:82]
    Mar 8 23:31:27 myhost acpid: 1 client rule loaded
    Mar 8 23:31:29 myhost kernel: it87: Found IT8720F chip at 0x228, revision 8
    Mar 8 23:31:29 myhost kernel: it87: in3 is VCC (+5V)
    Mar 8 23:31:29 myhost kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
    Mar 8 23:31:29 myhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    Mar 8 23:31:29 myhost kernel: CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
    Mar 8 23:31:29 myhost kernel: nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
    Mar 8 23:31:29 myhost kernel: sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
    Mar 8 23:31:35 myhost acpid: client connected from 4717[0:0]
    Mar 8 23:31:35 myhost acpid: 1 client rule loaded
    Mar 8 23:31:35 myhost kernel: [fglrx] Firegl kernel thread PID: 4719
    Mar 8 23:31:36 myhost kernel: [fglrx] Gart USWC size:1235 M.
    Mar 8 23:31:36 myhost kernel: [fglrx] Gart cacheable size:490 M.
    Mar 8 23:31:36 myhost kernel: [fglrx] Reserved FB block: Shared offset:0, size:1000000
    Mar 8 23:31:36 myhost kernel: [fglrx] Reserved FB block: Unshared offset:fc21000, size:3df000
    Mar 8 23:31:36 myhost kernel: [fglrx] Reserved FB block: Unshared offset:1fffb000, size:5000
    Mar 8 23:31:53 myhost kernel: fuse init (API version 7.13)
    Mar 8 23:32:54 myhost ntpd[4697]: adjusting local clock by -0.181989s
    So at the moment iam running Arch without acpi but that cant be long term solution...

    here is the dmesg with nolapic_timer
    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.31.5-127.fc12.i686.PAE ([email protected]) (gcc version 4.4.2 20091027 (Red Hat 4.4.2-7) (GCC) ) #1 SMP Sat Nov 7 21:25:57 EST 2009
    KERNEL supported cpus:
    Intel GenuineIntel
    AMD AuthenticAMD
    NSC Geode by NSC
    Cyrix CyrixInstead
    Centaur CentaurHauls
    Transmeta GenuineTMx86
    Transmeta TransmetaCPU
    UMC UMC UMC UMC
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009d400 (usable)
    BIOS-e820: 000000000009d400 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
    BIOS-e820: 00000000000dc000 - 00000000000e0000 (reserved)
    BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 00000000bdaa1000 (usable)
    BIOS-e820: 00000000bdaa1000 - 00000000bdaa7000 (reserved)
    BIOS-e820: 00000000bdaa7000 - 00000000bdbd0000 (usable)
    BIOS-e820: 00000000bdbd0000 - 00000000bdc0f000 (reserved)
    BIOS-e820: 00000000bdc0f000 - 00000000bdd09000 (usable)
    BIOS-e820: 00000000bdd09000 - 00000000bdf0f000 (reserved)
    BIOS-e820: 00000000bdf0f000 - 00000000bdf18000 (usable)
    BIOS-e820: 00000000bdf18000 - 00000000bdf1f000 (reserved)
    BIOS-e820: 00000000bdf1f000 - 00000000bdf63000 (usable)
    BIOS-e820: 00000000bdf63000 - 00000000bdf9f000 (ACPI NVS)
    BIOS-e820: 00000000bdf9f000 - 00000000bdfe2000 (usable)
    BIOS-e820: 00000000bdfe2000 - 00000000bdfff000 (ACPI data)
    BIOS-e820: 00000000bdfff000 - 00000000be000000 (usable)
    BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
    DMI 2.5 present.
    last_pfn = 0x140000 max_arch_pfn = 0x1000000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 000000000 mask F80000000 write-back
    1 base 080000000 mask FC0000000 write-back
    2 base 100000000 mask FC0000000 write-back
    3 base 0FFE00000 mask FFFE00000 write-protect
    4 disabled
    5 disabled
    6 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    original variable MTRRs
    reg 0, base: 0GB, range: 2GB, type WB
    reg 1, base: 2GB, range: 1GB, type WB
    reg 2, base: 4GB, range: 1GB, type WB
    reg 3, base: 4094MB, range: 2MB, type WP
    total RAM coverred: 4096M
    Found optimal setting for mtrr clean up
    gran_size: 64K chunk_size: 64K num_reg: 3 lose cover RAM: 0G
    New variable MTRRs
    reg 0, base: 0GB, range: 2GB, type WB
    reg 1, base: 2GB, range: 1GB, type WB
    reg 2, base: 4GB, range: 1GB, type WB
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 00000000c0000000 - 0000000100000000 (usable) ==> (reserved)
    initial memory mapped : 0 - 01000000
    init_memory_mapping: 0000000000000000-00000000375fe000
    NX (Execute Disable) protection: active
    0000000000 - 0000200000 page 4k
    0000200000 - 0037400000 page 2M
    0037400000 - 00375fe000 page 4k
    kernel direct mapping tables up to 375fe000 @ 7000-f000
    RAMDISK: 37534000 - 37fef7b4
    Allocated new RAMDISK: 00afb000 - 015b67b4
    Move RAMDISK from 0000000037534000 - 0000000037fef7b3 to 00afb000 - 015b67b3
    ACPI: RSDP 000f74e0 00024 (v02 DELL )
    ACPI: XSDT bdff5d60 00074 (v01 DELL FX09 06040000 LTP 00000000)
    ACPI: FACP bdfe6000 000F4 (v03 DELL M09 06040000 ALAN 00000001)
    ACPI: DSDT bdfe7000 08DB2 (v02 DELL M09 06040000 INTL 20050624)
    ACPI: FACS bdf9efc0 00040
    ACPI: HPET bdffed16 00038 (v01 DELL M09 06040000 LOHR 0000005A)
    ACPI: MCFG bdffed4e 0003C (v01 DELL M09 06040000 LOHR 0000005A)
    ACPI: APIC bdffed8a 00068 (v01 DELL M09 06040000 LTP 00000000)
    ACPI: BOOT bdffedf2 00028 (v01 DELL M09 06040000 LTP 00000001)
    ACPI: OSFR bdffee1a 00070 (v01 DELL DELL 06040000 ASL 00000061)
    ACPI: SLIC bdffee8a 00176 (v01 DELL FX09 06040000 LTP 00000000)
    ACPI: SSDT bdfe5000 00655 (v01 PmRef CpuPm 00003000 INTL 20050624)
    ACPI: SSDT bdfe4000 00259 (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
    ACPI: SSDT bdfe3000 0020F (v01 PmRef ApTst 00003000 INTL 20050624)
    ACPI: Local APIC address 0xfee00000
    4234MB HIGHMEM available.
    885MB LOWMEM available.
    mapped low ram: 0 - 375fe000
    low ram: 0 - 375fe000
    node 0 low ram: 00000000 - 375fe000
    node 0 bootmap 0000b000 - 00011ec0
    (9 early reservations) ==> bootmem [0000000000 - 00375fe000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
    #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
    #3 [0000400000 - 0000af1210] TEXT DATA BSS ==> [0000400000 - 0000af1210]
    #4 [000009d400 - 0000100000] BIOS reserved ==> [000009d400 - 0000100000]
    #5 [0000af2000 - 0000afa11c] BRK ==> [0000af2000 - 0000afa11c]
    #6 [0000007000 - 000000b000] PGTABLE ==> [0000007000 - 000000b000]
    #7 [0000afb000 - 00015b67b4] NEW RAMDISK ==> [0000afb000 - 00015b67b4]
    #8 [000000b000 - 0000012000] BOOTMAP ==> [000000b000 - 0000012000]
    found SMP MP-table at [c00f7590] f7590
    Zone PFN ranges:
    DMA 0x00000000 -> 0x00001000
    Normal 0x00001000 -> 0x000375fe
    HighMem 0x000375fe -> 0x00140000
    Movable zone start PFN for each node
    early_node_map[9] active PFN ranges
    0: 0x00000000 -> 0x0000009d
    0: 0x00000100 -> 0x000bdaa1
    0: 0x000bdaa7 -> 0x000bdbd0
    0: 0x000bdc0f -> 0x000bdd09
    0: 0x000bdf0f -> 0x000bdf18
    0: 0x000bdf1f -> 0x000bdf63
    0: 0x000bdf9f -> 0x000bdfe2
    0: 0x000bdfff -> 0x000be000
    0: 0x00100000 -> 0x00140000
    On node 0 totalpages: 1039602
    free_area_init_node: node 0, pgdat c0995ba0, node_mem_map c15b7000
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3965 pages, LIFO batch:0
    Normal zone: 1740 pages used for memmap
    Normal zone: 220978 pages, LIFO batch:31
    HighMem zone: 8469 pages used for memmap
    HighMem zone: 804418 pages, LIFO batch:31
    Using APIC driver default
    ACPI: PM-Timer IO Port: 0x408
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Enabling APIC mode: Flat. Using 1 I/O APICs
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0x8086a201 base: 0xfed00000
    SMP: Allowing 2 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 24
    PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
    PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
    PM: Registered nosave memory: 00000000000d4000 - 00000000000dc000
    PM: Registered nosave memory: 00000000000dc000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 00000000000e4000
    PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    Allocating PCI resources starting at be000000 (gap: be000000:42000000)
    NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
    PERCPU: Embedded 15 pages at c3dc7000, static data 37788 bytes
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1029361
    Kernel command line: ro root=UUID=bb4672b1-6bad-4b9b-bad1-7fce8610ec39 nolapic_timer LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
    PID hash table entries: 4096 (order: 12, 16384 bytes)
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    allocated 26214400 bytes of page_cgroup
    please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Initializing HighMem for node 0 (000375fe:00140000)
    Memory: 4071840k/5242880k available (3569k kernel code, 85720k reserved, 2214k data, 448k init, 3251548k highmem)
    virtual kernel memory layout:
    fixmap : 0xffad5000 - 0xfffff000 (5288 kB)
    pkmap : 0xff600000 - 0xff800000 (2048 kB)
    vmalloc : 0xf7dfe000 - 0xff5fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf75fe000 ( 885 MB)
    .init : 0xc09a7000 - 0xc0a17000 ( 448 kB)
    .data : 0xc077c76f - 0xc09a6028 (2214 kB)
    .text : 0xc0400000 - 0xc077c76f (3569 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Hierarchical RCU implementation.
    NR_IRQS:1280
    Extended CMOS year: 2000
    Fast TSC calibration using PIT
    Detected 2260.970 MHz processor.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    hpet clockevent registered
    HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    Calibrating delay loop (skipped), value calculated using timer frequency.. 4521.94 BogoMIPS (lpj=2260970)
    Security Framework initialized
    SELinux: Initializing.
    SELinux: Starting in permissive mode
    Mount-cache hash table entries: 512
    Initializing cgroup subsys ns
    Initializing cgroup subsys cpuacct
    Initializing cgroup subsys memory
    Initializing cgroup subsys devices
    Initializing cgroup subsys freezer
    Initializing cgroup subsys net_cls
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 3072K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 6 MCE banks
    CPU0: Thermal monitoring handled by SMI
    using mwait in idle threads.
    Performance Counters: Core2 events, Intel PMU driver.
    ... version: 2
    ... bit width: 40
    ... generic counters: 2
    ... value mask: 000000ffffffffff
    ... max period: 000000007fffffff
    ... fixed-purpose counters: 3
    ... counter mask: 0000000700000003
    Checking 'hlt' instruction... OK.
    ACPI: Core revision 20090521
    ftrace: converting mcount calls to 0f 1f 44 00 00
    ftrace: allocating 20611 entries in 41 pages
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: Intel(R) Core(TM)2 Duo CPU P7550 @ 2.26GHz stepping 0a
    Disabling APIC timer
    Booting processor 1 APIC 0x1 ip 0x6000
    Initializing CPU#1
    Calibrating delay using timer specific routine.. 4521.95 BogoMIPS (lpj=2260979)
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 3072K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 1
    mce: CPU supports 6 MCE banks
    CPU1: Thermal monitoring enabled (TM2)
    x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
    CPU1: Intel(R) Core(TM)2 Duo CPU P7550 @ 2.26GHz stepping 0a
    checking TSC synchronization [CPU#0 -> CPU#1]: passed.
    Brought up 2 CPUs
    Total of 2 processors activated (9043.89 BogoMIPS).
    sizeof(vma)=88 bytes
    sizeof(page)=32 bytes
    sizeof(inode)=352 bytes
    sizeof(dentry)=132 bytes
    sizeof(ext3inode)=500 bytes
    sizeof(buffer_head)=56 bytes
    sizeof(skbuff)=192 bytes
    sizeof(task_struct)=3256 bytes
    CPU0 attaching sched-domain:
    domain 0: span 0-1 level MC
    groups: 0 1
    CPU1 attaching sched-domain:
    domain 0: span 0-1 level MC
    groups: 1 0
    Booting paravirtualized kernel on bare hardware
    regulator: core version 0.5
    Time: 15:36:47 Date: 05/17/10
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
    PCI: Not using MMCONFIG.
    PCI: PCI BIOS revision 3.00 entry at 0xfddf2, last bus=8
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: BIOS _OSI(Linux) query ignored
    ACPI: EC: non-query interrupt received, switching to interrupt mode
    ACPI: EC: GPE storm detected, transactions will use polling mode
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
    PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
    PCI: Using MMCONFIG for extended config space
    ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    ACPI: EC: driver started in poll mode
    ACPI: Power Resource [FN00] (off)
    ACPI: Power Resource [FN01] (off)
    ACPI: No dock devices found.
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    DMAR: Forcing write-buffer flush capability
    pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:01.0: PME# disabled
    pci 0000:00:1a.0: reg 20 io port: [0x1800-0x181f]
    pci 0000:00:1a.1: reg 20 io port: [0x1820-0x183f]
    pci 0000:00:1a.2: reg 20 io port: [0x1840-0x185f]
    pci 0000:00:1a.7: reg 10 32bit mmio: [0xfc304800-0xfc304bff]
    pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1a.7: PME# disabled
    pci 0000:00:1b.0: reg 10 64bit mmio: [0xfc300000-0xfc303fff]
    pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1b.0: PME# disabled
    pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.0: PME# disabled
    pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.1: PME# disabled
    pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.2: PME# disabled
    pci 0000:00:1d.0: reg 20 io port: [0x1860-0x187f]
    pci 0000:00:1d.1: reg 20 io port: [0x1880-0x189f]
    pci 0000:00:1d.2: reg 20 io port: [0x18a0-0x18bf]
    pci 0000:00:1d.7: reg 10 32bit mmio: [0xfc304c00-0xfc304fff]
    pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1d.7: PME# disabled
    pci 0000:00:1f.2: reg 10 io port: [0x18f0-0x18f7]
    pci 0000:00:1f.2: reg 14 io port: [0x18e4-0x18e7]
    pci 0000:00:1f.2: reg 18 io port: [0x18e8-0x18ef]
    pci 0000:00:1f.2: reg 1c io port: [0x18e0-0x18e3]
    pci 0000:00:1f.2: reg 20 io port: [0x18c0-0x18df]
    pci 0000:00:1f.2: reg 24 32bit mmio: [0xfc304000-0xfc3047ff]
    pci 0000:00:1f.2: PME# supported from D3hot
    pci 0000:00:1f.2: PME# disabled
    pci 0000:00:1f.3: reg 10 64bit mmio: [0x000000-0x0000ff]
    pci 0000:00:1f.3: reg 20 io port: [0x1c00-0x1c1f]
    pci 0000:01:00.0: reg 10 32bit mmio: [0xd0000000-0xdfffffff]
    pci 0000:01:00.0: reg 14 io port: [0x2000-0x20ff]
    pci 0000:01:00.0: reg 18 32bit mmio: [0xfc000000-0xfc00ffff]
    pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
    pci 0000:01:00.0: supports D1 D2
    pci 0000:01:00.1: reg 10 32bit mmio: [0xfc010000-0xfc013fff]
    pci 0000:01:00.1: supports D1 D2
    pci 0000:00:01.0: bridge io port: [0x2000-0x2fff]
    pci 0000:00:01.0: bridge 32bit mmio: [0xfc000000-0xfc0fffff]
    pci 0000:00:01.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
    pci 0000:02:00.0: reg 10 64bit mmio: [0xf6000000-0xf600ffff]
    pci 0000:02:00.0: PME# supported from D3hot D3cold
    pci 0000:02:00.0: PME# disabled
    pci 0000:00:1c.0: bridge io port: [0x3000-0x3fff]
    pci 0000:00:1c.0: bridge 32bit mmio: [0xf6000000-0xf7ffffff]
    pci 0000:00:1c.0: bridge 64bit mmio pref: [0xf0000000-0xf1ffffff]
    pci 0000:00:1c.1: bridge io port: [0x4000-0x4fff]
    pci 0000:00:1c.1: bridge 32bit mmio: [0xf8000000-0xf9ffffff]
    pci 0000:00:1c.1: bridge 64bit mmio pref: [0xf2000000-0xf3ffffff]
    pci 0000:06:00.0: reg 10 64bit mmio: [0xfa000000-0xfa001fff]
    pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
    pci 0000:06:00.0: PME# disabled
    pci 0000:00:1c.2: bridge io port: [0x5000-0x5fff]
    pci 0000:00:1c.2: bridge 32bit mmio: [0xfa000000-0xfbffffff]
    pci 0000:00:1c.2: bridge 64bit mmio pref: [0xf4000000-0xf5ffffff]
    pci 0000:00:1e.0: transparent bridge
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 *7 10 12 14 15)
    ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15)
    ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    vgaarb: loaded
    SCSI subsystem initialized
    libata version 3.00 loaded.
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    PCI: Using ACPI for IRQ routing
    PCI: old code would have set cacheline size to 32 bytes, but clflush_size = 64
    PCI: pci_cache_line_size set to 64 bytes
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 10 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:03: iomem range 0xfed00000-0xfed003ff has been reserved
    system 00:05: ioport range 0x910-0x917 has been reserved
    system 00:05: ioport range 0x480-0x48f has been reserved
    system 00:05: ioport range 0x900-0x903 has been reserved
    system 00:05: ioport range 0xffff-0xffff has been reserved
    system 00:05: ioport range 0x1000-0x107f has been reserved
    system 00:05: ioport range 0x400-0x47f has been reserved
    system 00:05: ioport range 0x1180-0x11ff has been reserved
    system 00:05: ioport range 0x164e-0x164f has been reserved
    system 00:05: ioport range 0xfe00-0xfe00 has been reserved
    system 00:09: iomem range 0xfed1c000-0xfed1ffff has been reserved
    system 00:09: iomem range 0xfed10000-0xfed13fff has been reserved
    system 00:09: iomem range 0xfed18000-0xfed18fff has been reserved
    system 00:09: iomem range 0xfed19000-0xfed19fff has been reserved
    system 00:09: iomem range 0xe0000000-0xefffffff has been reserved
    system 00:09: iomem range 0xfed20000-0xfed3ffff has been reserved
    system 00:09: iomem range 0xfed45000-0xfed8ffff has been reserved
    pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
    pci 0000:00:01.0: IO window: 0x2000-0x2fff
    pci 0000:00:01.0: MEM window: 0xfc000000-0xfc0fffff
    pci 0000:00:01.0: PREFETCH window: 0x000000d0000000-0x000000dfffffff
    pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
    pci 0000:00:1c.0: IO window: 0x3000-0x3fff
    pci 0000:00:1c.0: MEM window: 0xf6000000-0xf7ffffff
    pci 0000:00:1c.0: PREFETCH window: 0x000000f0000000-0x000000f1ffffff
    pci 0000:00:1c.1: PCI bridge, secondary bus 0000:04
    pci 0000:00:1c.1: IO window: 0x4000-0x4fff
    pci 0000:00:1c.1: MEM window: 0xf8000000-0xf9ffffff
    pci 0000:00:1c.1: PREFETCH window: 0x000000f2000000-0x000000f3ffffff
    pci 0000:00:1c.2: PCI bridge, secondary bus 0000:06
    pci 0000:00:1c.2: IO window: 0x5000-0x5fff
    pci 0000:00:1c.2: MEM window: 0xfa000000-0xfbffffff
    pci 0000:00:1c.2: PREFETCH window: 0x000000f4000000-0x000000f5ffffff
    pci 0000:00:1e.0: PCI bridge, secondary bus 0000:08
    pci 0000:00:1e.0: IO window: disabled
    pci 0000:00:1e.0: MEM window: disabled
    pci 0000:00:1e.0: PREFETCH window: disabled
    pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:01.0: setting latency timer to 64
    pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:1c.0: setting latency timer to 64
    pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:1c.1: setting latency timer to 64
    pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    pci 0000:00:1c.2: setting latency timer to 64
    pci 0000:00:1e.0: setting latency timer to 64
    pci_bus 0000:00: resource 0 io: [0x00-0xffff]
    pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
    pci_bus 0000:01: resource 0 io: [0x2000-0x2fff]
    pci_bus 0000:01: resource 1 mem: [0xfc000000-0xfc0fffff]
    pci_bus 0000:01: resource 2 pref mem [0xd0000000-0xdfffffff]
    pci_bus 0000:02: resource 0 io: [0x3000-0x3fff]
    pci_bus 0000:02: resource 1 mem: [0xf6000000-0xf7ffffff]
    pci_bus 0000:02: resource 2 pref mem [0xf0000000-0xf1ffffff]
    pci_bus 0000:04: resource 0 io: [0x4000-0x4fff]
    pci_bus 0000:04: resource 1 mem: [0xf8000000-0xf9ffffff]
    pci_bus 0000:04: resource 2 pref mem [0xf2000000-0xf3ffffff]
    pci_bus 0000:06: resource 0 io: [0x5000-0x5fff]
    pci_bus 0000:06: resource 1 mem: [0xfa000000-0xfbffffff]
    pci_bus 0000:06: resource 2 pref mem [0xf4000000-0xf5ffffff]
    pci_bus 0000:08: resource 3 io: [0x00-0xffff]
    pci_bus 0000:08: resource 4 mem: [0x000000-0xffffffffffffffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    NET: Registered protocol family 1
    Trying to unpack rootfs image as initramfs...
    Clockevents: could not switch to one-shot mode:
    Clockevents: could not switch to one-shot mode: lapic is not functional.
    Could not switch to high resolution mode on CPU 1
    lapic is not functional.
    Could not switch to high resolution mode on CPU 0
    Freeing initrd memory: 10989k freed
    Simple Boot Flag at 0x36 set to 0x1
    apm: BIOS not found.
    audit: initializing netlink socket (disabled)
    type=2000 audit(1274110607.528:1): initialized
    highmem bounce pool size: 64 pages
    HugeTLB registered 2 MB page size, pre-allocated 0 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1625
    SELinux: Registering netfilter hooks
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:01:00.0: Boot video device
    pcieport-driver 0000:00:01.0: irq 24 for MSI/MSI-X
    pcieport-driver 0000:00:01.0: setting latency timer to 64
    pcieport-driver 0000:00:1c.0: irq 25 for MSI/MSI-X
    pcieport-driver 0000:00:1c.0: setting latency timer to 64
    pcieport-driver 0000:00:1c.1: irq 26 for MSI/MSI-X
    pcieport-driver 0000:00:1c.1: setting latency timer to 64
    pcieport-driver 0000:00:1c.2: irq 27 for MSI/MSI-X
    pcieport-driver 0000:00:1c.2: setting latency timer to 64
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    decode_hpp: Could not get hotplug parameters. Use defaults
    acpiphp: Slot [1] registered
    ACPI: AC Adapter [ADP1] (on-line)
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
    ACPI: Power Button [PWRF]
    input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    ACPI: Lid Switch [LID0]
    input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    ACPI: Power Button [PWRB]
    fan PNP0C0B:00: registered as cooling_device0
    ACPI: Fan [FAN0] (off)
    fan PNP0C0B:01: registered as cooling_device1
    ACPI: Fan [FAN1] (off)
    ACPI: SSDT bdf1ac20 002A9 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    ACPI: SSDT bdf18620 005C5 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    Monitor-Mwait will be used to enter C-1 state
    Monitor-Mwait will be used to enter C-2 state
    Monitor-Mwait will be used to enter C-3 state
    Marking TSC unstable due to TSC halts in idle
    ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
    processor LNXCPU:00: registered as cooling_device2
    ACPI: Processor [CPU0] (supports 8 throttling states)
    Clockevents: could not switch to one-shot mode: lapic is not functional.
    Could not switch to high resolution mode on CPU 0
    Clockevents: could not switch to one-shot mode: lapic is not functional.
    Could not switch to high resolution mode on CPU 1
    ACPI: SSDT bdf19ca0 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
    ACPI: SSDT bdf19f20 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
    ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
    processor LNXCPU:01: registered as cooling_device3
    ACPI: Processor [CPU1] (supports 8 throttling states)
    thermal LNXTHERM:01: registered as thermal_zone0
    ACPI: Thermal Zone [TZ01] (75 C)
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Non-volatile memory driver v1.3
    Linux agpgart interface v0.103
    Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    brd: module loaded
    loop: module loaded
    input: Macintosh mouse button emulation as /devices/virtual/input/input3
    ahci 0000:00:1f.2: version 3.0
    ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    ahci 0000:00:1f.2: irq 28 for MSI/MSI-X
    ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
    ahci 0000:00:1f.2: flags: 64bit ncq sntf led clo pmp pio slum part
    ahci 0000:00:1f.2: setting latency timer to 64
    scsi0 : ahci
    scsi1 : ahci
    scsi2 : ahci
    scsi3 : ahci
    scsi4 : ahci
    scsi5 : ahci
    ata1: SATA max UDMA/133 abar m2048@0xfc304000 port 0xfc304100 irq 28
    ata2: SATA max UDMA/133 irq_stat 0x00000040, connection status changed irq 28
    ata3: DUMMY
    ata4: DUMMY
    ata5: SATA max UDMA/133 abar m2048@0xfc304000 port 0xfc304300 irq 28
    ata6: SATA max UDMA/133 abar m2048@0xfc304000 port 0xfc304380 irq 28
    Fixed MDIO Bus: probed
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 19 (level, low) -> IRQ 19
    ehci_hcd 0000:00:1a.7: setting latency timer to 64
    ehci_hcd 0000:00:1a.7: EHCI Host Controller
    ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:1a.7: debug port 1
    ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1a.7: irq 19, io mem 0xfc304800
    ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    usb usb1: Product: EHCI Host Controller
    usb usb1: Manufacturer: Linux 2.6.31.5-127.fc12.i686.PAE ehci_hcd
    usb usb1: SerialNumber: 0000:00:1a.7
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 6 ports detected
    ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    ehci_hcd 0000:00:1d.7: setting latency timer to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    ehci_hcd 0000:00:1d.7: debug port 1
    ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfc304c00
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    usb usb2: Product: EHCI Host Controller
    usb usb2: Manufacturer: Linux 2.6.31.5-127.fc12.i686.PAE ehci_hcd
    usb usb2: SerialNumber: 0000:00:1d.7
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 6 ports detected
    ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    uhci_hcd: USB Universal Host Controller Interface driver
    uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    uhci_hcd 0000:00:1a.0: setting latency timer to 64
    uhci_hcd 0000:00:1a.0: UHCI Host Controller
    uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001800
    usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
    usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    usb usb3: Product: UHCI Host Controller
    usb usb3: Manufacturer: Linux 2.6.31.5-127.fc12.i686.PAE uhci_hcd
    usb usb3: SerialNumber: 0000:00:1a.0
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:1a.1: setting latency timer to 64
    uhci_hcd 0000:00:1a.1: UHCI Host Controller
    uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001820
    usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
    usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    usb usb4: Product: UHCI Host Controller
    usb usb4: Manufacturer: Linux 2.6.31.5-127.fc12.i686.PAE uhci_hcd
    usb usb4: SerialNumber: 0000:00:1a.1
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 19 (level, low) -> IRQ 19
    uhci_hcd 0000:00:1a.2: setting latency timer to 64
    uhci_hcd 0000:00:1a.2: UHCI Host Controller
    uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    uhci_hcd 0000:00:1a.2: irq 19, io base 0x00001840
    usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
    usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    usb usb5: Product: UHCI Host Controller
    usb usb5: Manufacturer: Linux 2.6.31.5-127.fc12.i686.PAE uhci_hcd
    usb usb5: SerialNumber: 0000:00:1a.2
    usb usb5: configuration #1 chosen from 1 choice
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    uhci_hcd 0000:00:1d.0: irq 20, io base 0x00001860
    usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
    usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    usb usb6: Product: UHCI Host Controller
    usb usb6: Manufacturer: Linux 2.6.31.5-127.fc12.i686.PAE uhci_hcd
    usb usb6: SerialNumber: 0000:00:1d.0
    usb usb6: configuration #1 chosen from 1 choice
    hub 6-0:1.0: USB hub found
    hub 6-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    uhci_hcd 0000:00:1d.1: setting latency timer to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001880
    usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
    usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    usb usb7: Product: UHCI Host Controller
    usb usb7: Manufacturer: Linux 2.6.31.5-127.fc12.i686.PAE uhci_hcd
    usb usb7: SerialNumber: 0000:00:1d.1
    usb usb7: configuration #1 chosen from 1 choice
    hub 7-0:1.0: USB hub found
    hub 7-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd 0000:00:1d.2: setting latency timer to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018a0
    usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
    usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    usb usb8: Product: UHCI Host Controller
    usb usb8: Manufacturer: Linux 2.6.31.5-127.fc12.i686.PAE uhci_hcd
    usb usb8: SerialNumber: 0000:00:1d.2
    usb usb8: configuration #1 chosen from 1 choice
    hub 8-0:1.0: USB hub found
    hub 8-0:1.0: 2 ports detected
    PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    i8042.c: Detected active multiplexing controller, rev 1.1.
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX0 port at 0x60,0x64 irq 12
    serio: i8042 AUX1 port at 0x60,0x64 irq 12
    serio: i8042 AUX2 port at 0x60,0x64 irq 12
    serio: i8042 AUX3 port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    rtc_cmos 00:06: RTC can wake from S4
    rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    device-mapper: uevent: version 1.0.3
    device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: [email protected]
    cpuidle: using governor ladder
    cpuidle: using governor menu
    usbcore: registered new interface driver hiddev
    usbcore: registered new interface driver usbhid
    usbhid: v2.6:USB HID core driver
    nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
    nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
    sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
    ip_tables: (C) 2000-2006 Netfilter Core Team
    TCP cubic registered
    Initializing XFRM netlink socket
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    PM: Resume from disk failed.
    registered taskstats version 1
    No TPM chip found, activating TPM-bypass!
    Magic number: 10:442:639
    rtc_cmos 00:06: setting system clock to 2010-05-17 15:36:48 UTC (1274110608)
    Initalizing network drop monitor service
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
    ACPI: Battery Slot [BAT1] (battery present)
    ata6: SATA link down (SStatus 0 SControl 300)
    ata5: SATA link down (SStatus 0 SControl 300)
    usb 1-6: new high speed USB device using ehci_hcd and address 2
    ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata1.00: ATA-8: ST9500420ASG, 0004SDM1, max UDMA/133
    ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access ATA ST9500420ASG 0004 PQ: 0 ANSI: 5
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10
    usb 1-6: New USB device found, idVendor=0c45, idProduct=6407
    usb 1-6: New USB device strings: Mfr=2, Product=1, SerialNumber=0
    usb 1-6: Product: Laptop_Integrated_Webcam_2M
    usb 1-6: Manufacturer: CN0T821N7248797L01GE
    usb 1-6: configuration #1 chosen from 1 choice
    sda11 sda12 >
    sd 0:0:0:0: [sda] Attached SCSI disk
    Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04731/0xa40000
    input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input5
    ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    ata2.00: ATAPI: Optiarc DVD+/-RW AD-7640S, HD18, max UDMA/100, ATAPI AN
    ata2.00: configured for UDMA/100
    scsi 1:0:0:0: CD-ROM Optiarc DVD+-RW AD-7640S HD18 PQ: 0 ANSI: 5
    sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda caddy
    Uniform CD-ROM driver Revision: 3.20
    sr 1:0:0:0: Attached scsi CD-ROM sr0
    sr 1:0:0:0: Attached scsi generic sg1 type 5
    Freeing unused kernel memory: 448k freed
    Write protecting the kernel text: 3572k
    Write protecting the kernel read-only data: 1716k
    dracut: dracut-002-13.4.git8f397a9b.fc12
    udev: starting version 145
    [drm] Initialized drm 1.1.0 20060810
    usb 8-2: new full speed USB device using uhci_hcd and address 2
    [drm] radeon defaulting to kernel modesetting.
    [drm] radeon kernel modesetting enabled.
    radeon 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    radeon 0000:01:00.0: setting latency timer to 64
    [drm] radeon: Initializing kernel modesetting.
    [drm] register mmio base: 0xFC000000
    [drm] register mmio size: 65536
    ATOM BIOS: BR34026
    [drm] Clocks initialized !
    [drm] Detected VRAM RAM=256M, BAR=256M
    [drm] RAM width 64bits DDR
    [TTM] Zone kernel: Available graphics memory: 416288 kiB.
    [TTM] Zone highmem: Available graphics memory: 2042062 kiB.
    [drm] radeon: 256M of VRAM memory ready
    [drm] radeon: 512M of GTT memory ready.
    [drm] Loading RV710 CP Microcode
    platform radeon_cp.0: firmware: requesting radeon/RV710_pfp.bin
    platform radeon_cp.0: firmware: requesting radeon/RV710_me.bin
    [drm] GART: num cpu pages 131072, num gpu pages 131072
    [drm] ring test succeeded in 1 usecs
    [drm] radeon: ib pool ready.
    [drm] ib test succeeded in 0 usecs
    [drm] Radeon Display Connectors
    [drm] Connector 0:
    [drm] VGA
    [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
    [drm] Encoders:
    [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [drm] Connector 1:
    [drm] LVDS
    [drm] DDC: 0x7f68 0x7f68 0x7f6c 0x7f6c 0x7f70 0x7f70 0x7f74 0x7f74
    [drm] Encoders:
    [drm] LCD1: INTERNAL_UNIPHY2
    [drm] Connector 2:
    [drm] HDMI-A
    [drm] DDC: 0x7f10 0x7f10 0x7f14 0x7f14 0x7f18 0x7f18 0x7f1c 0x7f1c
    [drm] Encoders:
    [drm] DFP1: INTERNAL_UNIPHY
    usb 8-2: New USB device found, idVendor=12d1, idProduct=140b
    usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=4
    usb 8-2: Product: HUAWEI Mobile
    usb 8-2: Manufacturer: HUAÿWEI TECHNOLOGIES
    usb 8-2: SerialNumber: ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
    usb 8-2: configuration #1 chosen from 1 choice
    Initializing USB Mass Storage driver...
    [drm] fb mappable at 0xD0141000
    [drm] vram apper at 0xD0000000
    [drm] size 5760000
    [drm] fb depth is 24
    [drm] pitch is 6400
    fbcon: radeondrmfb (fb0) is primary device
    scsi9 : SCSI emulation for USB Mass Storage devices
    usb-storage: device found at 2
    usb-storage: waiting for device to settle before scanning
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    executing set pll
    executing set crtc timing
    [drm] LVDS-11: set mode 1600x900 1c
    Console: switching to colour frame buffer device 200x56
    fb0: radeondrmfb frame buffer device
    registered panic notifier
    [drm] Initialized radeon 2.0.0 20080528 for 0000:01:00.0 on minor 0
    dracut: Starting plymouth daemon
    ACPI Error: Current brightness invalid 20090521 video-538
    input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/device:02/input/input6
    ACPI: Video Device [ATID] (multi-head: yes rom: no post: no)
    EXT4-fs (sda7): barriers enabled
    kjournald2 starting: pid 291, dev sda7:8, commit interval 5 seconds
    EXT4-fs (sda7): delayed allocation enabled
    EXT4-fs: file extents enabled
    EXT4-fs: mballoc enabled
    EXT4-fs (sda7): mounted filesystem with ordered data mode
    dracut: Mounted root filesystem /dev/sda7
    dracut: Loading SELinux policy
    type=1404 audit(1274110613.259:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
    SELinux: 8192 avtab hash slots, 144734 rules.
    SELinux: 8192 avtab hash slots, 144734 rules.
    SELinux: 8 users, 12 roles, 2941 types, 136 bools, 1 sens, 1024 cats
    SELinux: 75 classes, 144734 rules
    SELinux: Completing initialization.
    SELinux: Setting up existing superblocks.
    SELinux: initialized (dev sda7, type ext4), uses xattr
    SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
    SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
    SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts
    SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
    SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
    SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
    SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
    SELinux: initialized (dev devpts, type devpts), uses transition SIDs
    SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts
    SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
    SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
    SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
    SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
    SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
    SELinux: initialized (dev proc, type proc), uses genfs_contexts
    SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
    SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
    SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
    type=1403 audit(1274110613.566:3): policy loaded auid=4294967295 ses=4294967295
    dracut: Switching root
    usb-storage: device scan complete
    scsi 9:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 0
    scsi 9:0:0:1: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2
    sr1: scsi-1 drive
    sr 9:0:0:0: Attached scsi CD-ROM sr1
    sr 9:0:0:0: Attached scsi generic sg2 type 5
    sd 9:0:0:1: Attached scsi generic sg3 type 0
    sd 9:0:0:1: [sdb] Attached SCSI removable disk
    udev: starting version 145
    ACPI: WMI: Mapper loaded
    dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    iTCO_vendor_support: vendor-support=0
    iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
    iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x0460)
    iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    i801_smbus 0000:00:1f.3: PCI INT C -> GSI 19 (level, low) -> IRQ 19
    ACPI: I/O resource 0000:00:1f.3 [0x1c00-0x1c1f] conflicts with ACPI region SMBI [0x1c00-0x1c0f]
    ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    type=1400 audit(1274090818.429:4): avc: denied { mmap_zero } for pid=392 comm="vbetool" scontext=system_u:system_r:vbetool_t:s0-s0:c0.c1023 tcontext=system_u:system_r:vbetool_t:s0-s0:c0.c1023 tclass=memprotect
    tg3.c:v3.99 (April 20, 2009)
    tg3 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    tg3 0000:02:00.0: setting latency timer to 64
    tg3 0000:02:00.0: wake-up capability disabled by ACPI
    tg3 0000:02:00.0: PME# disabled
    cfg80211: Calling CRDA to update world regulatory domain
    Linux video capture interface: v2.00
    usbcore: registered new interface driver usbserial
    USB Serial support registered for generic
    usbcore: registered new interface driver usbserial_generic
    usbserial: USB Serial Driver core
    USB Serial support registered for GSM modem (1-port)
    option 8-2:1.0: GSM modem (1-port) converter detected
    usb 8-2: GSM modem (1-port) converter now attached to ttyUSB0
    option 8-2:1.1: GSM modem (1-port) converter detected
    usb 8-2: GSM modem (1-port) converter now attached to ttyUSB1
    option 8-2:1.2: GSM modem (1-port) converter detected
    usb 8-2: GSM modem (1-port) converter now attached to ttyUSB2
    usbcore: registered new interface driver option
    option: v0.7.2:USB Driver for GSM modems
    eth0: Tigon3 [partno(BCM95784M) rev 5784100] (PCI Express) MAC address 00:24:e8:81:df:48
    eth0: attached PHY is 5784 (10/100/1000Base-T Ethernet) (WireSpeed[1])
    eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
    eth0: dma_rwctrl[76180000] dma_mask[64-bit]
    uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_2M (0c45:6407)
    input: Laptop_Integrated_Webcam_2M as /devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6:1.0/input/input7
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v0.1.0)
    iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27kds
    iwlagn: Copyright(c) 2003-2009 Intel Corporation
    iwlagn 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    iwlagn 0000:06:00.0: setting latency timer to 64
    iwlagn 0000:06:00.0: Detected Intel Wireless WiFi Link 5100AGN REV=0x54
    iwlagn 0000:06:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
    iwlagn 0000:06:00.0: irq 29 for MSI/MSI-X
    cfg80211: World regulatory domain updated:
    (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    phy0: Selected rate control algorithm 'iwl-agn-rs'
    cfg80211: Calling CRDA for country: IN
    cfg80211: Regulatory domain changed to country: IN
    (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    (5170000 KHz - 5250000 KHz @ 20000 KHz), (N/A, 2000 mBm)
    (5250000 KHz - 5330000 KHz @ 20000 KHz), (N/A, 2000 mBm)
    (5735000 KHz - 5835000 KHz @ 20000 KHz), (N/A, 2000 mBm)
    HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    HDA Intel 0000:00:1b.0: irq 30 for MSI/MSI-X
    HDA Intel 0000:00:1b.0: setting latency timer to 64
    hda_codec: ALC665: SKU not ready 0x00000000.
    hda_codec: ALC665: BIOS auto-probing.
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
    HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    HDA Intel 0000:01:00.1: irq 31 for MSI/MSI-X
    HDA Intel 0000:01:00.1: setting latency timer to 64
    device-mapper: multipath: version 1.1.0 loaded
    EXT4-fs (sda7): internal journal on sda7:8
    EXT4-fs (sda3): barriers enabled
    kjournald2 starting: pid 886, dev sda3:8, commit interval 5 seconds
    EXT4-fs (sda3): internal journal on sda3:8
    EXT4-fs (sda3): delayed allocation enabled
    EXT4-fs: file extents enabled
    EXT4-fs: mballoc enabled
    EXT4-fs (sda3): mounted filesystem with ordered data mode
    SELinux: initialized (dev sda3, type ext4), uses xattr
    EXT4-fs (sda6): barriers enabled
    kjournald2 starting: pid 887, dev sda6:8, commit interval 5 seconds
    EXT4-fs (sda6): internal journal on sda6:8
    EXT4-fs (sda6): delayed allocation enabled
    EXT4-fs: file extents enabled
    EXT4-fs: mballoc enabled
    EXT4-fs (sda6): mounted filesystem with ordered data mode
    SELinux: initialized (dev sda6, type ext4), uses xattr
    SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
    microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
    platform microcode: firmware: requesting intel-ucode/06-17-0a
    microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
    platform microcode: firmware: requesting intel-ucode/06-17-0a
    Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Microcode Update Driver: v2.00 removed.
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    ip6_tables: (C) 2000-2006 Netfilter Core Team
    tg3 0000:02:00.0: wake-up capability disabled by ACPI
    tg3 0000:02:00.0: PME# disabled
    tg3 0000:02:00.0: irq 32 for MSI/MSI-X
    ADDRCONF(NETDEV_UP): eth0: link is not ready
    RPC: Registered udp transport module.
    RPC: Registered tcp transport module.
    SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
    hda-intel: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.
    usb 4-1: new full speed USB device using uhci_hcd and address 2
    usb 4-1: New USB device found, idVendor=0a5c, idProduct=4500
    usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    usb 4-1: Product: BCM2046B1
    usb 4-1: Manufacturer: Broadcom
    usb 4-1: configuration #1 chosen from 1 choice
    hub 4-1:1.0: USB hub found
    hub 4-1:1.0: 3 ports detected
    usb 4-1.1: new full speed USB device using uhci_hcd and address 3
    usb 4-1.1: New USB device found, idVendor=413c, idProduct=8161
    usb 4-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    usb 4-1.1: configuration #1 chosen from 1 choice
    input: HID 413c:8161 as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1.1/4-1.1:1.0/input/input9
    generic-usb 0003:413C:8161.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 413c:8161] on usb-0000:00:1a.1-1.1/input0
    usb 4-1.2: new full speed USB device using uhci_hcd and address 4
    usb 4-1.2: New USB device found, idVendor=413c, idProduct=8162
    usb 4-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    usb 4-1.2: configuration #1 chosen from 1 choice
    input: HID 413c:8162 as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1.2/4-1.2:1.0/input/input10
    generic-usb 0003:413C:8162.0002: input,hidraw1: USB HID v1.11 Mouse [HID 413c:8162] on usb-0000:00:1a.1-1.2/input0

  • Performance problems with XMLTABLE and XMLQUERY involving relational data

    Hello-
    Is anyone out there using XMLTABLE or XMLQUERY with more than a toy set of data? I am running into serious performance problems tyring to do basic things such as:
    * Combine records in 10 relational tables into a single table of XMLTYPE records using XMLTABLE. This hangs indefinitely for any more than 800 records. Oracle has confirmed that this is a problem and is working on a fix.
    * Combine a single XMLTYPE record with several relational code tables into a single XMLTYPE record using XMLQUERY and ora:view() to insert code descriptions after each code. Performance is 10 seconds for 10 records (terrible) passing a batch of records , or 160 seconds for one record (unacceptable!). How can it take 10 times longer to process 1/10th the number of records? Ironically, the query plan says it will do a full table scan of records for the batch, but an index access for the one record passed to the XMLQUERY.
    I am rapidly losing faith in XML DB, and desparately need some hints on how to work around these performance problems, or at least some assurance that others have been able to get this thing to perform.

    <Note>Long post, sorry.</Note>
    First, thanks for the responses above. I'm impressed with the quality of thought put into them. (Do the forum rules allow me to offer rewards? :) One suggestion in particular made a big performance improvement, and I’m encouraged to hear of good performance in pure XML situations. Unfortunately, I think there is a real performance challenge in two use cases that are pertinent to the XML+relational subject of this post and probably increasingly common as XML DB usage increases:
    •     Converting legacy tabular data into XML records; and
    •     Performing code table lookups for coded values in XML records.
    There are three things I want to accomplish with this post:
    •     Clarify what we are trying to accomplish, which might expose completely different approaches than I have tried
    •     Let you know what I tried so far and the rationale for my approach to help expose flaws in my thinking and share what I have learned
    •     Highlight remaining performance issues in hopes that we can solve them
    What we are trying to accomplish:
    •     Receive a monthly feed of 10,000 XML records (batched together in text files), each containing information about an employee, including elements that repeat for every year of service. We may need to process an annual feed of 1,000,000 XML records in the future.
    •     Receive a one-time feed of 500,000 employee records stored in about 10 relational tables, with a maximum join depth of 2 or 3. This is inherently a relational-to-XML process. One record/second is minimally acceptable, but 10 records/sec would be better.
    •     Consolidate a few records (from different providers) for each employee into a single record. Given the data volume, we need to achieve a minimum rate of 10 records per second. This may be an XML-only process, or XML+relational if code lookups are done during consolidation.
    •     Allow the records to be viewed and edited, with codes resolved into user-friendly descriptions. Since a user is sitting there, code lookups done when a record is viewed (vs. during consolidation) should not take more than 3 seconds total. We have about 20 code tables averaging a few hundred rows each, though one has 450,000 rows.
    As requested earlier, I have included code at the end of this post for example tables and queries that accurately (but simply) replicate our real system.
    Why we did and why:
    •     Stored the source XML records as CLOBS: We did this to preserve the records exactly as they were certified and sent from providers. In addition, we always access the entire XML record as a whole (e.g., when viewing a record or consolidating employee records), so this storage model seemed like a good fit. We can copy them into another format if necessary.
    •     Stored the consolidated XML employee records as “binary XML”. We did this because we almost always access a single, entire record as a whole (for view/edit), but might want to create some summary statistics at some point. Binary XML seemed the best fit.
    •     Used ora:view() for both tabular source records and lookup tables. We are not aware of any alternatives at this time. If it made sense, most code tables could be pre-converted into XML documents, but this seemed risky from a performance standpoint because the lookups use both code and date range constraints (the meaning of codes changes over time).
    •     Stored records as XMLTYPE columns in a table with other key columns on the table, plus an XMLTYPE metadata column. We thought this would facilitate pulling a single record (or a few records for a given employee) quickly. We knew this might be unnecessary given XML indexes and virtual columns, but were not experienced with those and wanted the comfort of traditional keys. We did not used XMLTYPE tables or the XML Repository for documents.
    •     Used XMLTABLE to consolidate XML records by looping over each distinct employee ID in the source batch. We also tried XMLQUERY and it seems to perform about the same. We can achieve 10 to 20 records/second if we do not do any code lookups during consolidation, just meeting our performance requirement, but still much slower than expected.
    •     Used PL/SQL with XMLFOREST to convert tabular source records to XML by looping over distinct employee IDs. We tried this outside PL/SQL both with XMLFOREST and XMLTABLE+ora:view(), but it hangs in both cases for more than 800 records (a known/open issue). We were able to get it to work by using an explicit cursor to loop over distinct employee IDs (rather than processing all records at once within the query). The performance is one record/second, which is minimally acceptable and interferes with other database activity.
    •     Used XMLQUERY plus ora:view() plus XPATH constraints to perform code lookups. When passing a single employee record, the response time ranges from 1 sec to 160 sec depending on the length of the record (i.e., number of years of service). We achieved a 5-fold speedup using an XMLINDEX (thank you Marco!!). The result may be minimally acceptable, but I’m baffled why the index would be needed when processing a single XML record. Other things we tried: joining code tables in the FOR...WHERE clauses, joining code tables using LET with XPATH constraints and LET with WHERE clause constraints, and looking up codes individually via JDBC from the application code at presentation time. All those approaches were slower. Note: the difference I mentioned above in equality/inequality constraint performance was due to data record variations not query plan variations.
    What issues remain?
    We have a minimally acceptable solution from a performance standpoint with one very awkward PL/SQL workaround. The performance of a mixed XML+relational data query is still marginal IMHO, until we properly utilize available optimizations, fix known problems, and perhaps get some new query optimizations. On the last point, I think the query plan for tabular lookups of codes in XML records is falling short right now. I’m reminded of data warehousing in the days before hash joins and star join optimization. I would be happy to be wrong, and just as happy for viable workarounds if I am right!
    Here are the details on our code lookup challenge. Additional suggestions would be greatly appreciated. I’ll try to post more detail on the legacy table conversion challenge later.
    -- The main record table:
    create table RECORDS (
    SSN varchar2(20),
    XMLREC sys.xmltype
    xmltype column XMLREC store as binary xml;
    create index records_ssn on records(ssn);
    -- A dozen code tables represented by one like this:
    create table CODES (
    CODE varchar2(4),
    DESCRIPTION varchar2(500)
    create index codes_code on codes(code);
    -- Some XML records with coded values (the real records are much more complex of course):
    -- I think this took about a minute or two
    DECLARE
    ssn varchar2(20);
    xmlrec xmltype;
    i integer;
    BEGIN
    xmlrec := xmltype('<?xml version="1.0"?>
    <Root>
    <Id>123456789</Id>
    <Element>
    <Subelement1><Code>11</Code></Subelement1>
    <Subelement2><Code>21</Code></Subelement2>
    <Subelement3><Code>31</Code></Subelement3>
    </Element>
    <Element>
    <Subelement1><Code>11</Code></Subelement1>
    <Subelement2><Code>21</Code></Subelement2>
    <Subelement3><Code>31</Code></Subelement3>
    </Element>
    <Element>
    <Subelement1><Code>11</Code></Subelement1>
    <Subelement2><Code>21</Code></Subelement2>
    <Subelement3><Code>31</Code></Subelement3>
    </Element>
    </Root>
    for i IN 1..100000 loop
    insert into records(ssn, xmlrec) values (i, xmlrec);
    end loop;
    commit;
    END;
    -- Some code data like this (ignoring date ranges on codes):
    DECLARE
    description varchar2(100);
    i integer;
    BEGIN
    description := 'This is the code description ';
    for i IN 1..3000 loop
    insert into codes(code, description) values (to_char(i), description);
    end loop;
    commit;
    end;
    -- Retrieve one record while performing code lookups. Takes about 5-6 seconds...pretty slow.
    -- Each additional lookup (times 3 repeating elements in the data) adds about 1 second.
    -- A typical real record has 5 Elements and 20 Subelements, meaning more than 20 seconds to display the record
    -- Note we are accessing a single XML record based on SSN
    -- Note also we are reusing the one test code table multiple times for convenience of this test
    select xmlquery('
    for $r in Root
    return
    <Root>
    <Id>123456789</Id>
    {for $e in $r/Element
        return
        <Element>
          <Subelement1>
            {$e/Subelement1/Code}
    <Description>
    {ora:view("disaac","codes")/ROW[CODE=$e/Subelement1/Code]/DESCRIPTION/text() }
    </Description>
    </Subelement1>
    <Subelement2>
    {$e/Subelement2/Code}
    <Description>
    {ora:view("disaac","codes")/ROW[CODE=$e/Subelement2/Code]/DESCRIPTION/text()}
    </Description>
    </Subelement2>
    <Subelement3>
    {$e/Subelement3/Code}
    <Description>
    {ora:view("disaac","codes")/ROW[CODE=$e/Subelement3/Code]/DESCRIPTION/text() }
    </Description>
    </Subelement3>
    </Element>
    </Root>
    ' passing xmlrec returning content)
    from records
    where ssn = '10000';
    The plan shows the nested loop access that slows things down.
    By contrast, a functionally-similar SQL query on relational data will use a hash join and perform 10x to 100x faster, even for a single record. There seems to be no way for the optimizer to see the regularity in the XML structure and perform a corresponding optimization in joining the code tables. Not sure if registering a schema would help. Using structured storage probably would. But should that be necessary given we’re working with a single record?
    Operation Object
    |SELECT STATEMENT ()
    | SORT (AGGREGATE)
    | NESTED LOOPS (SEMI)
    | TABLE ACCESS (FULL) CODES
    | XPATH EVALUATION ()
    | SORT (AGGREGATE)
    | NESTED LOOPS (SEMI)
    | TABLE ACCESS (FULL) CODES
    | XPATH EVALUATION ()
    | SORT (AGGREGATE)
    | NESTED LOOPS (SEMI)
    | TABLE ACCESS (FULL) CODES
    | XPATH EVALUATION ()
    | SORT (AGGREGATE)
    | XPATH EVALUATION ()
    | SORT (AGGREGATE)
    | XPATH EVALUATION ()
    | TABLE ACCESS (BY INDEX ROWID) RECORDS
    | INDEX (RANGE SCAN) RECORDS_SSN
    With an xmlindex, the same query above runs in about 1 second, so is about 5x faster (0.2 sec/lookup), which is almost good enough. Is this the answer? Or is there a better way? I’m not sure why the optimizer wants to scan the code tables and index into the (one) XML record, rather than the other way around, but maybe that makes sense if the optimizer wants to use the same general plan as when the WHERE clause constraint is relaxed to multiple records.
    -- Add an xmlindex. Takes about 2.5 minutes
    create index records_record_xml ON records(xmlrec)
    indextype IS xdb.xmlindex;
    Operation Object
    |SELECT STATEMENT ()
    | SORT (GROUP BY)
    | FILTER ()
    | NESTED LOOPS ()
    | FAST DUAL ()
    | TABLE ACCESS (BY INDEX ROWID) SYS113473_RECORDS_R_PATH_TABLE
    | INDEX (RANGE SCAN) SYS113473_RECORDS_R_PATHID_IX
    | SORT (AGGREGATE)
    | FILTER ()
    | TABLE ACCESS (FULL) CODES
    | FILTER ()
    | NESTED LOOPS ()
    | FAST DUAL ()
    | TABLE ACCESS (BY INDEX ROWID) SYS113473_RECORDS_R_PATH_TABLE
    | INDEX (RANGE SCAN) SYS113473_RECORDS_R_PATHID_IX
    | SORT (GROUP BY)
    | FILTER ()
    | NESTED LOOPS ()
    | FAST DUAL ()
    | TABLE ACCESS (BY INDEX ROWID) SYS113473_RECORDS_R_PATH_TABLE
    | INDEX (RANGE SCAN) SYS113473_RECORDS_R_PATHID_IX
    | SORT (AGGREGATE)
    | FILTER ()
    | TABLE ACCESS (FULL) CODES
    | FILTER ()
    | NESTED LOOPS ()
    | FAST DUAL ()
    | TABLE ACCESS (BY INDEX ROWID) SYS113473_RECORDS_R_PATH_TABLE
    | INDEX (RANGE SCAN) SYS113473_RECORDS_R_PATHID_IX
    | SORT (GROUP BY)
    | FILTER ()
    | NESTED LOOPS ()
    | FAST DUAL ()
    | TABLE ACCESS (BY INDEX ROWID) SYS113473_RECORDS_R_PATH_TABLE
    | INDEX (RANGE SCAN) SYS113473_RECORDS_R_PATHID_IX
    | SORT (AGGREGATE)
    | FILTER ()
    | TABLE ACCESS (FULL) CODES
    | FILTER ()
    | NESTED LOOPS ()
    | FAST DUAL ()
    | TABLE ACCESS (BY INDEX ROWID) SYS113473_RECORDS_R_PATH_TABLE
    | INDEX (RANGE SCAN) SYS113473_RECORDS_R_PATHID_IX
    | SORT (AGGREGATE)
    | FILTER ()
    | NESTED LOOPS ()
    | FAST DUAL ()
    | TABLE ACCESS (BY INDEX ROWID) SYS113473_RECORDS_R_PATH_TABLE
    | INDEX (RANGE SCAN) SYS113473_RECORDS_R_PATHID_IX
    | SORT (AGGREGATE)
    | TABLE ACCESS (BY INDEX ROWID) SYS113473_RECORDS_R_PATH_TABLE
    | INDEX (RANGE SCAN) SYS113473_RECORDS_R_PATHID_IX
    | TABLE ACCESS (BY INDEX ROWID) RECORDS
    | INDEX (RANGE SCAN) RECORDS_SSN
    Am I on the right path, or am I totally using the wrong approach? I thought about using XSLT but was unsure how to reference the code tables.
    I’ve done the best I can constraining the main record to a single row passed to the XMLQUERY. Given Mark’s post (thanks!) should I be joining and constraining the code tables in the SQL WHERE clause too? That’s going to make the query much more complicated, but right now we’re more concerned about performance than complexity.

Maybe you are looking for

  • IN NEED OF A IPOD RESTORING CD

    I just got a new computer and got rid of the old one both of them where running on windows xp, but when using my new comp I put my iPod forgetting it was my new comp and a window came up saying I had to format it moving the mouse to click "cancel" I

  • How do I get to the redaction toolbar in Acrobat 10?

    I am having problems in Acrobat locating the redaction tools economiser

  • Report Painter Help - FI Reports

    Hi Gurus, I need to prepare a report via report painter for consolidating 5 company code which is using one chart of account. The client need a trial balance of all these company codes in one report (first colum show the GL account, then Description

  • Can u please send me a sample code to upload and download a file using java

    Hi, Please can u send me a sample code to upload a file and to download the same file from a remote server using a java servlets. The file should be read byte by byte. Message was edited by: user461713

  • Setting up a Test Voice VLAN for Lync 2013

    I want to set up a second voice vlan to be a test vlan. In the current situation the customer has voice and data running on  vlan1. The customer insist on taking incremental steps to improve QoS. I have advocated separated vlans for voice and data. T