Instance was in mount state after crs start.

When I started the crs, the instance was in mount state. I need to opened it using 'alter database open' statement. I am trying to understand where it is configured like that.
If any one knows about it. Please help me
Thanks.

Hi,
can you paste the output of
srvctl config database
of the corresponding database please? Maybe it was set in crs to only start in mount state.
If that is so, you may change that with srvctl modify database.
BTW: It would help to post some more information. E.g. Version used, etc.
However it could also be that the database goes only into mount mode, because there is an error opening it from clusterware side. Had an issue where the DB was using a wallet stored in ACFS, and could not automatically start, because ACFS was not mounted.
Have you checked the alert.log of the database for errors?
Regards
Sebastian

Similar Messages

  • Databases instances stuck in MOUNT MODE after srvctl start database -d

    Hi,
    I wonder if anyone can shed some light on why the following scenario is happening in our environment.
    We have a 4 node site, configured with RAC on nodes 1 & 2 and dataguard shipping the logs to a standby physical cluster
    database on nodes 3 & 4.
    Our issue is this:
    When the database instances on nodes 1 & 2 are stopped and restarted using this command sequence
    srvctl stop database -d SOCPRODCAV
    srvctl start database -d SOCPRODCAV
    each database instance gets started up only as far as MOUNT mode.
    The databases are not opened and i have to go in and do this manually for each instance.
    The above command sequence used to successfully restart the database and leave it open for use so i'm wondering how the start
    mode has been changed and if there is an area of configuration or view anyone can guide me to look at it.
    I provide remote DBA support for this client's and it is possible that another onsite DBA may have changed something.
    Any pointers gratefully received.
    Regards,
    George

    See current configuration as follows
    srvctl config database -d SOCPRODCAV -aThis should show you current startup/stop settings as follows
    Start options: open
    Stop options: immediate
    Now you can change current settings if Start option is not "open"
    srvctl modify database -d SOCPRODCAV -s OPENReference
    http://docs.oracle.com/cd/E14072_01/server.112/e10595/restart005.htm#i1009665
    Salman

  • BUG: Sandisk USB flash drive in "half-mounted" state after wake from sleep

    My Sandisk Cruzer Crossfire 4GB Flash Drive is left in a half-mounted state after wake from sleep. The Finder believes the drive is still mounted, the icon is on the Desktop. However opening a file on the drive, or trying to eject the drive, results in a long beach ball, followed by a message that I removed the drive without Ejecting it first. The same drive continues to work fine on my Tiger machine, and on PCs.
    Bug Report:
    Setup:
    Macbook 1st Gen (2.0 Ghz)
    Mac OS X Leopard 10.5 Clean Install
    Sandisk Cruzer Crossfire 4GB USB Flash Drive (in either port)
    Repro:
    Plug in the drive.
    Close the MacBook to put it to sleep
    Reopen the MacBook
    Result:
    The lights on the flash drive never light back up after wake from sleep. Navigating the drive, or trying to eject it results in a "you removed the device without ejecting it first" message.
    Expected:
    Drive should still be mounted and accessible after waking back up.

    It may be a design flaw in the device. Mac OS X does a lot more power management than most other OSes, including tearing devices down to little or no power during sleep. It is possible that the device simply misbehaves due to corrupted memory state or reports a substantially different GUID or something similarly bizarre upon wake. (Okay, that last one wouldn't technically be a power management issue....)
    If it doesn't have any problems except when sleeping the system, I would just make sure I unmounted it before putting the machine to sleep and wouldn't worry about it. Maybe check with Sandisk to see if they have a firmware updater for the device.

  • DB-instance not set to status "online" automatically after the start of DB-service

    Hi,
    I have installed an Oracle server (P4 1,7 GHZ / Win2000 Prof./ Oracle
    version EE 8.1.7). I have created a database but now I have some problems.
    After rebooting the server, the created DB-instance does not start
    autmatically although the service (OracleService [databasename]) is being
    started properly. So I have to launch the instance-manager and launch the
    instance manually. What is even more a problem is that the instance can only
    be started by the Windows user who created the database. If another user is
    logged on the Windows system, the instance cannot be started at all. When
    trying to start the instance, the task is being stopped right at the first
    of the three steps (launch, mount, ...). An exclamation mark appears, but no
    error message at all. I did not find any error log.
    For further tests, I have logged in with another Windows user and created
    another database . The result was the same. The instance was not set to
    "online" automatically and only the Windows user who created the DB was able
    to set the instance online.
    Any help would be appreciated.
    Best regards,
    Christian

    Hello,
    Please note that SQL Server requires at least 1 GB of RAM. The operating system (Windows Server) requires 2 GB of RAM (recommended) or 512 MB (minimum). This means any virtual machine that will receive the installation of a SQL Server instance requires 1.5
    or 2 GB at least.
    The behavior of SQL Server setup tells me that the virtual machine does not have enough memory assigned or .NET Framework 3.5 was not enable on Control Panel->Program
    and Features before trying to install SQL Server.
    The following thread is about another possible cause of this error:
    http://social.msdn.microsoft.com/Forums/mr-IN/sqlsetupandupgrade/thread/575d3025-69f5-4152-a473-44496b008811
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Error:cannot backup SPFILE because the instance was not started with SPFILE

    I get the following error message, what I have done wrong?
    Starting backup at 27-JUN-08
    released channel: ch1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 06/27/2008 10:11:54
    RMAN-06062: can not backup SPFILE because the instance was not started with SPFILE
    Best Regards,
    Fan

    Show parameter pfile/spfile will not show you contents of pfile , for seeing contents you will have to show parameter with required parama name.
    show parameter log_archive_dest
    Whenever you start database ostartup first by default use spfile$Oracle_Sid.ora for starting the instance if this spfile does not exist then it goes for spfile.ora if spfile.ora also does not exist then it search init$Oracle_Sid.ora in default location.
    As you created spfile after restarting the database will automatically use spfile and will show you spfile in yours param when you will show parameter spfile if it does not show then you are still using pfile
    SQL> startup pfile='C:\oracle\product\10.1.0\admin\lease\pfile\init.ora.5242008172537'
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    Database opened.
    SQL> show parameter pfile
    NAME                                 TYPE        VALUE
    spfile                               string
    SQL> create spfile from pfile
      2  /
    File created.
    SQL> show parameter pfile
    NAME                                 TYPE        VALUE
    spfile                               string
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    Database opened.
    SQL> show parameter pfile
    NAME                                 TYPE        VALUE
    spfile                               string      C:\ORACLE\PRODUCT\10.1.0\DB_2\
                                                     DATABASE\SPFILELEASE.ORA
    SQL>

  • Srvctl not showing MOUNT state of instance

    e.g Below are the status of instances
    SQL> select instance_name,status from gv$instance;
    INSTANCE_NAME STATUS
    gard102r1 OPEN
    gard102r3 MOUNTED
    gard102r2 MOUNTED
    and SRCVTL output same OUTPUT for OPEN and MOUNTED state.
    Srvctl output:
    $ srvctl status database -d gard102r
    Instance gard102r1 is running on node asgard
    Instance gard102r2 is running on node midgard
    Instance gard102r3 is running on node bellero1
    Is there any other utility or any option in SRVCTL so we know the MOUNT state of instance.

    If the buttons work in authoring but not in a projector, then
    its most
    likely that the down state member for the button can't be
    found. This
    may be because you have a member name problem: two or more
    members with
    the same name.
    The concept of pause and stop are left over from analogue
    tape players.
    I only use stop and play for any controls that I create. Some
    people
    differentiate the two by what happens after that command is
    given. For
    pause, the play command given after will continue to play the
    audio or
    video at the point of the pause. For stop, the play commmand
    given after
    will cause the audio or video to play from the beginning of
    the file.
    I believe that the pause button should be set out in the barn
    next to
    the anvil and the blotter. You can use the crank handle from
    your car to
    hold it down. It that won't hold it, stuff it under the top
    cover of the
    fax machine out there.
    The fast play forward, |<<, and reverse, |>>,
    buttons are used to play
    the file at a faster than normal speed either forward or
    backward.
    Rob
    Rob Dillon
    Adobe Community Expert
    http://www.ddg-designs.com
    412-243-9119
    http://www.macromedia.com/software/trial/

  • I have a mid 2011 27 inch iMac and a late 2012 mac mini. I am using the 27 inch iMac as the display for the mac mini. I was trying to use bootcamp on the mini but after I started downloading windows I can't get it to display on the iMac.

    I have a mid 2011 27 inch iMac and a late 2012 mac mini. I am using the 27 inch iMac as the display for the mac mini with a thunderbolt cable. I was trying to use bootcamp on the mini but after I started downloading windows I can't get it to display on the iMac.

    Hi there,
    The simplest way is to drag it across wirelessly using the 'Airdrop' application once both computers are near one another. 'Airdrop' can be found near the top, on the left hand side menu, within 'Finder'.
    AJ

  • HT201276 hi I was unable to quit Safari on my laptop it is buffering but it is not closing i have re-started the laptop but after re-start the laptop safari is not closing still it is buffering

    hi I was unable to quit Safari on my laptop it is buffering but it is not closing i have re-started the laptop but after re-start the laptop safari is not closing still it is buffering
    Please help me

    Force Quit Safari.
    Press command + option + esc keys together at the same time.
    Wait.
    When Force Quit window appears, select Safari if not already.
    Press Force Quit button at the bottom of the window.
    Wait.
    Safari will quit.
    If this does not help, press the power button for 7 or more seconds.
    Computer will shut down.
    Restart.

  • I've just downloaded Sophos (yesterday) and commenced the scan. It keeps stopping part way through, the 2nd time when it was about 98% completed after 4 hours!!!! I've had to start again. What could be causing this? I have Mountain Lion.

    I've just downloaded Sophos (yesterday) and commenced the scan. It keeps stopping part way through, the 2nd time when it was about 98% completed after 4 hours!!!! I've had to start again. What could be causing this? I have Mountain Lion.

    Thomas A Reed wrote:
    You will be advised by people here that Sophos is "junk" and should be removed {...} Sophos actually works pretty well, in my testing, and so I would suspect that there may be an underlying problem with your file system that needs to be repaired.
    FWIW, I have used Sophos regularly for several years now (including on my new iMac running Mountain Lion versions 10.8.2 & now 10.8.3) & never had any problems with it on any of the half dozen or so Macs I have installed it on.
    Quite a few people automatically assume all Mac A-V software is troublesome junk, & many will leap to the conclusion it is the cause of some problem without considering other potential (& often much more likely) causes, regardless of which A-V product is installed.
    Obviously I hope, not all A-V products are alike, so it doesn't make a lot of sense to me to condemn them all because of problems with one of them. Regarding Sophos in particular, finding first hand reports of it causing problems is quite difficult -- typically, if you ask for the details it turns out to be a second or third hand report & there isn't enough info available to know for certain if it is the real cause or not.
    This is not to say it is impossible for it to cause problems, just that it is prudent to consider all the possibilities before concluding that any one of them is the cause.

  • My iphone is switched off suddenly n then it wont b started it continously shows the apple logo then again switched off automatically and when i charge it so it was switched on and after a long time then it shows battery low and then its also show 4% batt

    my iphone is switched off suddenly n then it wont b started it continously shows the apple logo then again switched off automatically and when i charge it so it was switched on and after a long time then it shows battery low and then its also show 4% battery what would i do im very tensed please help ...

    Hello s0ha1b
    If all you get is the Apple logo and it powering off, then the next step is to put your iPhone into recovery mode and then use iTunes to restore it. If you have a back up, then you can put that on there to once the restore is complete.
    If you can't update or restore your iOS device
    http://support.apple.com/kb/HT1808
    Regards,
    -Norm G.

  • I tried to restore from 4.2.1 to 4.3.3 through iTunes my iphone4 was on state after restore it gave error 3194 and my phone got black screen its not getting on what to do to turn on it

    I tried to restore from 4.2.1 to 4.3.3 through iTunes my iphone4 was on state after restore it gave error 3194 and my phone got black screen its not getting on what to do to turn on it

    http://support.apple.com/kb/TS3694#error3194

  • I just got my MacBook a few days ago and I was tired of the galaxy picture so I changed it to a color since I didn't have photos at that time well now I have photos and whenever I change my background it changes back to the color after I start it up again

    I just got my MacBook a few days ago and I was tired of the galaxy picture so I changed it to a color since I didn't have photos at that time well now I have photos and whenever I change my background it changes back to the color after I start it up again.

    You are still under warranty.  Call Apple tech support and let them deal w/it.
    You have 14 days to return the computer w/no questions asked.  Plus you have 90 days of FREE phone tech support on top of your standard 1 year warranty unless you also purchased AppleCare which gives you an additional 2 years of coverage plus FREE phone support.
    Strongly suggest that you take FULL advantage of the above before it runs out.  Let Apple deal w/the problems.

  • I tried to update the latest software update for my MacBook pro (which was on 10/12) and after it started to update it restarted like normal but when it started back up it was running painfully slow and none oft programs will open.They all quit unexpectal

    I tried to update the latest software update for my MacBook pro (which was on 10/12) and after it started to update it restarted like normal but when it started back up it was running painfully slow and none oft programs will open.They all quit unexpectedly. iTunes microsoft word all of them quit unexpectedly. Help!

    Exact same problem with my 2010 MBP 2.4ghz 4gb ram 10.6.8. iTunes said update was needed, Software Update ran with various updates including a security update, truthfully didn't pay much attention, I always install the Apple updates. After the restart it took 3-4 times longer than normal to get to the login screen, same to get to the desktop but I'm familiar with that occurring on update restarts. Unfortunately it got worse from there. Performed a full shutdown and startup. Same long boot.  After the desktop finally loads every mouse button press received a 2 minute beachball. I use menu-meters and both processors are under 10%. Waited a few minutes for disk utilities to launch, repair permissions estimates 3 hours for a typical <10 minute process. Activity monitor shows nothing over 10% CPU most of the time however ReportCrash pops to the top often. Any suggestions would be greatly appreciated. BTW zero problems until this update.

  • TS3212 I get the file download window and I push "run", but after it starts to install, I get a window that says that they was a problem with the installation and I need to check with the manufacturer of my software. WHat does that mean?

    I get to the file download window to install itunes and push run, but after it starts to install, it stops and I get an error message that installation can no continue and everything is uninstalled. It tells me to check with my software company to resolve. What does that mean?

    Repair your Apple software update.
    Go to START/ALL PROGRAMS/Apple Software Update. If it offers you a newer version of Apple Software Update, do it but Deselect any other software offered at the same time. Once done, try another iTunes install
    If you don't find ASU, go to Control Panel:
    START > CONTROL PANEL > Add n Remove Programs / highlight ASU and click CHANGE then REPAIR,

  • Monitor freezes after grub starts

    Hi,
    I'm with the following problem: when I start my computer, in a few seconds after I choose Arch Linux at the grub menu my monitor shows a lot of garbage that does not allow me to see what is going on with my computer.  So I don't even get the command line after I start my computer
    It's not a problem with my monitor because I can use the arch installation CD to get to the command line.
    I tried to use the second option from the grub menu, arch linux fallback, but I had the exactly same problem.
    I have no clue of how I can even start trying to solve this problem. The only thing that I could think of was to use the installation CD, mount /var/ and get the messages.log file. The file can be downloaded from:
    http://www.megaupload.com/?d=90BUSPQP
    Do you have any idea of how I can solve this problem?
    Thanks!

    Sorry... it didn't come to me that downloading from megaupload would be such a hassle. Thanks George.Harmony for letting me know.
    But the good thing is that the messages from my last boot does not go over the sending limits of this forum:
    Jun 24 13:35:25 myhost kernel: Initializing cgroup subsys cpuset
    Jun 24 13:35:25 myhost kernel: Initializing cgroup subsys cpu
    Jun 24 13:35:25 myhost kernel: Linux version 2.6.34-ARCH (thomas@evey) (gcc version 4.5.0 20100610 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Jun 19 00:07:49 CEST 2010
    Jun 24 13:35:25 myhost kernel: Command line: root=/dev/disk/by-uuid/85509a7d-94c3-49fe-a970-84ba9230c35e ro vga=773
    Jun 24 13:35:25 myhost kernel: BIOS-provided physical RAM map:
    Jun 24 13:35:25 myhost kernel: BIOS-e820: 0000000000000000 - 000000000009c400 (usable)
    Jun 24 13:35:25 myhost kernel: BIOS-e820: 000000000009c400 - 00000000000a0000 (reserved)
    Jun 24 13:35:25 myhost kernel: BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
    Jun 24 13:35:25 myhost kernel: BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    Jun 24 13:35:25 myhost kernel: BIOS-e820: 0000000000100000 - 00000000bf8a1000 (usable)
    Jun 24 13:35:25 myhost kernel: BIOS-e820: 00000000bf8a1000 - 00000000bf8a7000 (reserved)
    Jun 24 13:35:25 myhost kernel: BIOS-e820: 00000000bf8a7000 - 00000000bf9bb000 (usable)
    Jun 24 13:35:25 myhost kernel: BIOS-e820: 00000000bf9bb000 - 00000000bfa0f000 (reserved)
    Jun 24 13:35:25 myhost kernel: BIOS-e820: 00000000bfa0f000 - 00000000bfb08000 (usable)
    Jun 24 13:35:25 myhost kernel: BIOS-e820: 00000000bfb08000 - 00000000bfd0f000 (reserved)
    Jun 24 13:35:25 myhost kernel: BIOS-e820: 00000000bfd0f000 - 00000000bfd18000 (usable)
    Jun 24 13:35:25 myhost kernel: BIOS-e820: 00000000bfd18000 - 00000000bfd1f000 (reserved)
    Jun 24 13:35:25 myhost kernel: BIOS-e820: 00000000bfd1f000 - 00000000bfd63000 (usable)
    Jun 24 13:35:25 myhost kernel: BIOS-e820: 00000000bfd63000 - 00000000bfd9f000 (ACPI NVS)
    Jun 24 13:35:25 myhost kernel: BIOS-e820: 00000000bfd9f000 - 00000000bfde4000 (usable)
    Jun 24 13:35:25 myhost kernel: BIOS-e820: 00000000bfde4000 - 00000000bfdff000 (ACPI data)
    Jun 24 13:35:25 myhost kernel: BIOS-e820: 00000000bfdff000 - 00000000bfe00000 (usable)
    Jun 24 13:35:25 myhost kernel: BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
    Jun 24 13:35:25 myhost kernel: NX (Execute Disable) protection: active
    Jun 24 13:35:25 myhost kernel: DMI present.
    Jun 24 13:35:25 myhost kernel: No AGP bridge found
    Jun 24 13:35:25 myhost kernel: last_pfn = 0x140000 max_arch_pfn = 0x400000000
    Jun 24 13:35:25 myhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Jun 24 13:35:25 myhost kernel: last_pfn = 0xbfe00 max_arch_pfn = 0x400000000
    Jun 24 13:35:25 myhost kernel: Scanning 1 areas for low memory corruption
    Jun 24 13:35:25 myhost kernel: modified physical RAM map:
    Jun 24 13:35:25 myhost kernel: modified: 0000000000000000 - 0000000000010000 (reserved)
    Jun 24 13:35:25 myhost kernel: modified: 0000000000010000 - 000000000009c400 (usable)
    Jun 24 13:35:25 myhost kernel: modified: 000000000009c400 - 00000000000a0000 (reserved)
    Jun 24 13:35:25 myhost kernel: modified: 00000000000d2000 - 00000000000d4000 (reserved)
    Jun 24 13:35:25 myhost kernel: modified: 00000000000e0000 - 0000000000100000 (reserved)
    Jun 24 13:35:25 myhost kernel: modified: 0000000000100000 - 00000000bf8a1000 (usable)
    Jun 24 13:35:25 myhost kernel: modified: 00000000bf8a1000 - 00000000bf8a7000 (reserved)
    Jun 24 13:35:25 myhost kernel: modified: 00000000bf8a7000 - 00000000bf9bb000 (usable)
    Jun 24 13:35:25 myhost kernel: modified: 00000000bf9bb000 - 00000000bfa0f000 (reserved)
    Jun 24 13:35:25 myhost kernel: modified: 00000000bfa0f000 - 00000000bfb08000 (usable)
    Jun 24 13:35:25 myhost kernel: modified: 00000000bfb08000 - 00000000bfd0f000 (reserved)
    Jun 24 13:35:25 myhost kernel: modified: 00000000bfd0f000 - 00000000bfd18000 (usable)
    Jun 24 13:35:25 myhost kernel: modified: 00000000bfd18000 - 00000000bfd1f000 (reserved)
    Jun 24 13:35:25 myhost kernel: modified: 00000000bfd1f000 - 00000000bfd63000 (usable)
    Jun 24 13:35:25 myhost kernel: modified: 00000000bfd63000 - 00000000bfd9f000 (ACPI NVS)
    Jun 24 13:35:25 myhost kernel: modified: 00000000bfd9f000 - 00000000bfde4000 (usable)
    Jun 24 13:35:25 myhost kernel: modified: 00000000bfde4000 - 00000000bfdff000 (ACPI data)
    Jun 24 13:35:25 myhost kernel: modified: 00000000bfdff000 - 00000000bfe00000 (usable)
    Jun 24 13:35:25 myhost kernel: modified: 0000000100000000 - 0000000140000000 (usable)
    Jun 24 13:35:25 myhost kernel: found SMP MP-table at [ffff8800000f79c0] f79c0
    Jun 24 13:35:25 myhost kernel: init_memory_mapping: 0000000000000000-00000000bfe00000
    Jun 24 13:35:25 myhost kernel: init_memory_mapping: 0000000100000000-0000000140000000
    Jun 24 13:35:25 myhost kernel: RAMDISK: 37e59000 - 37ff0000
    Jun 24 13:35:25 myhost kernel: ACPI: RSDP 00000000000f7910 00024 (v02 PTLTD )
    Jun 24 13:35:25 myhost kernel: ACPI: XSDT 00000000bfdf7cd6 00074 (v01 DELL QA09 06040000 LTP 00000000)
    Jun 24 13:35:25 myhost kernel: ACPI: FACP 00000000bfde8000 000F4 (v03 INTEL CRESTLNE 06040000 ALAN 00000001)
    Jun 24 13:35:25 myhost kernel: ACPI: DSDT 00000000bfde9000 06E3C (v02 Intel CANTIGA 06040000 INTL 20050624)
    Jun 24 13:35:25 myhost kernel: ACPI: FACS 00000000bfd9efc0 00040
    Jun 24 13:35:25 myhost kernel: ACPI: HPET 00000000bfdfed16 00038 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    Jun 24 13:35:25 myhost kernel: ACPI: MCFG 00000000bfdfed4e 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    Jun 24 13:35:25 myhost kernel: ACPI: APIC 00000000bfdfed8a 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
    Jun 24 13:35:25 myhost kernel: ACPI: BOOT 00000000bfdfedf2 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    Jun 24 13:35:25 myhost kernel: ACPI: SLIC 00000000bfdfee1a 00176 (v01 DELL QA09 06040000 LTP 00000000)
    Jun 24 13:35:25 myhost kernel: ACPI: OSFR 00000000bfdfef90 00070 (v01 DELL DELL 06040000 ASL 00000061)
    Jun 24 13:35:25 myhost kernel: ACPI: SSDT 00000000bfde7000 00655 (v01 PmRef CpuPm 00003000 INTL 20050624)
    Jun 24 13:35:25 myhost kernel: ACPI: SSDT 00000000bfde6000 00259 (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
    Jun 24 13:35:25 myhost kernel: ACPI: SSDT 00000000bfde5000 0020F (v01 PmRef ApTst 00003000 INTL 20050624)
    Jun 24 13:35:25 myhost kernel: Zone PFN ranges:
    Jun 24 13:35:25 myhost kernel: DMA 0x00000010 -> 0x00001000
    Jun 24 13:35:25 myhost kernel: DMA32 0x00001000 -> 0x00100000
    Jun 24 13:35:25 myhost kernel: Normal 0x00100000 -> 0x00140000
    Jun 24 13:35:25 myhost kernel: Movable zone start PFN for each node
    Jun 24 13:35:25 myhost kernel: early_node_map[9] active PFN ranges
    Jun 24 13:35:25 myhost kernel: 0: 0x00000010 -> 0x0000009c
    Jun 24 13:35:25 myhost kernel: 0: 0x00000100 -> 0x000bf8a1
    Jun 24 13:35:25 myhost kernel: 0: 0x000bf8a7 -> 0x000bf9bb
    Jun 24 13:35:25 myhost kernel: 0: 0x000bfa0f -> 0x000bfb08
    Jun 24 13:35:25 myhost kernel: 0: 0x000bfd0f -> 0x000bfd18
    Jun 24 13:35:25 myhost kernel: 0: 0x000bfd1f -> 0x000bfd63
    Jun 24 13:35:25 myhost kernel: 0: 0x000bfd9f -> 0x000bfde4
    Jun 24 13:35:25 myhost kernel: 0: 0x000bfdff -> 0x000bfe00
    Jun 24 13:35:25 myhost kernel: 0: 0x00100000 -> 0x00140000
    Jun 24 13:35:25 myhost kernel: ACPI: PM-Timer IO Port: 0x408
    Jun 24 13:35:25 myhost kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Jun 24 13:35:25 myhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    Jun 24 13:35:25 myhost kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    Jun 24 13:35:25 myhost kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    Jun 24 13:35:25 myhost kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Jun 24 13:35:25 myhost kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    Jun 24 13:35:25 myhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
    Jun 24 13:35:25 myhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Jun 24 13:35:25 myhost kernel: Using ACPI (MADT) for SMP configuration information
    Jun 24 13:35:25 myhost kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Jun 24 13:35:25 myhost kernel: SMP: Allowing 2 CPUs, 0 hotplug CPUs
    Jun 24 13:35:25 myhost kernel: PM: Registered nosave memory: 000000000009c000 - 000000000009d000
    Jun 24 13:35:25 myhost kernel: PM: Registered nosave memory: 000000000009d000 - 00000000000a0000
    Jun 24 13:35:25 myhost kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
    Jun 24 13:35:25 myhost kernel: PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
    Jun 24 13:35:25 myhost kernel: PM: Registered nosave memory: 00000000000d4000 - 00000000000e0000
    Jun 24 13:35:25 myhost kernel: PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Jun 24 13:35:25 myhost kernel: PM: Registered nosave memory: 00000000bf8a1000 - 00000000bf8a7000
    Jun 24 13:35:25 myhost kernel: PM: Registered nosave memory: 00000000bf9bb000 - 00000000bfa0f000
    Jun 24 13:35:25 myhost kernel: PM: Registered nosave memory: 00000000bfb08000 - 00000000bfd0f000
    Jun 24 13:35:25 myhost kernel: PM: Registered nosave memory: 00000000bfd18000 - 00000000bfd1f000
    Jun 24 13:35:25 myhost kernel: PM: Registered nosave memory: 00000000bfd63000 - 00000000bfd9f000
    Jun 24 13:35:25 myhost kernel: PM: Registered nosave memory: 00000000bfde4000 - 00000000bfdff000
    Jun 24 13:35:25 myhost kernel: PM: Registered nosave memory: 00000000bfe00000 - 0000000100000000
    Jun 24 13:35:25 myhost kernel: Allocating PCI resources starting at bfe00000 (gap: bfe00000:40200000)
    Jun 24 13:35:25 myhost kernel: Booting paravirtualized kernel on bare hardware
    Jun 24 13:35:25 myhost kernel: setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:2 nr_node_ids:1
    Jun 24 13:35:25 myhost kernel: PERCPU: Embedded 29 pages/cpu @ffff880001800000 s88104 r8192 d22488 u1048576
    Jun 24 13:35:25 myhost kernel: pcpu-alloc: s88104 r8192 d22488 u1048576 alloc=1*2097152
    Jun 24 13:35:25 myhost kernel: pcpu-alloc: [0] 0 1
    Jun 24 13:35:25 myhost kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1029325
    Jun 24 13:35:25 myhost kernel: Kernel command line: root=/dev/disk/by-uuid/85509a7d-94c3-49fe-a970-84ba9230c35e ro vga=773
    Jun 24 13:35:25 myhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Jun 24 13:35:25 myhost kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Jun 24 13:35:25 myhost kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Jun 24 13:35:25 myhost kernel: xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    Jun 24 13:35:25 myhost kernel: Checking aperture...
    Jun 24 13:35:25 myhost kernel: No AGP bridge found
    Jun 24 13:35:25 myhost kernel: Subtract (70 early reservations)
    Jun 24 13:35:25 myhost kernel: #1 [0001000000 - 00016e1178] TEXT DATA BSS
    Jun 24 13:35:25 myhost kernel: #2 [0037e59000 - 0037ff0000] RAMDISK
    Jun 24 13:35:25 myhost kernel: #3 [00016e2000 - 00016e21d4] BRK
    Jun 24 13:35:25 myhost kernel: #4 [00000f79d0 - 0000100000] BIOS reserved
    Jun 24 13:35:25 myhost kernel: #5 [00000f79c0 - 00000f79d0] MP-table mpf
    Jun 24 13:35:25 myhost kernel: #6 [000009c400 - 000009c971] BIOS reserved
    Jun 24 13:35:25 myhost kernel: #7 [000009cb2d - 00000f79c0] BIOS reserved
    Jun 24 13:35:25 myhost kernel: #8 [000009c971 - 000009cb2d] MP-table mpc
    Jun 24 13:35:25 myhost kernel: #9 [0000010000 - 0000012000] TRAMPOLINE
    Jun 24 13:35:25 myhost kernel: #10 [0000012000 - 0000016000] ACPI WAKEUP
    Jun 24 13:35:25 myhost kernel: #11 [0000016000 - 0000018000] PGTABLE
    Jun 24 13:35:25 myhost kernel: #12 [0000018000 - 0000019000] PGTABLE
    Jun 24 13:35:25 myhost kernel: #13 [00016e2200 - 00016e3200] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #14 [0000019000 - 0000019200] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #15 [0001ee4000 - 0001ee5000] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #16 [0001ee5000 - 0001ee6000] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #17 [0002000000 - 0005800000] MEMMAP 0
    Jun 24 13:35:25 myhost kernel: #18 [00016e3200 - 00016fb200] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #19 [00016fb200 - 0001713200] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #20 [0001713200 - 000172b200] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #21 [000172c000 - 000172d000] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #22 [00016e1180 - 00016e11c1] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #23 [00016e1200 - 00016e1243] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #24 [00016e1280 - 00016e16a8] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #25 [00016e16c0 - 00016e1728] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #26 [00016e1740 - 00016e17a8] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #27 [00016e17c0 - 00016e1828] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #28 [00016e1840 - 00016e18a8] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #29 [00016e18c0 - 00016e1928] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #30 [00016e1940 - 00016e19a8] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #31 [00016e19c0 - 00016e1a28] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #32 [00016e1a40 - 00016e1aa8] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #33 [00016e1ac0 - 00016e1b28] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #34 [00016e1b40 - 00016e1ba8] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #35 [00016e1bc0 - 00016e1c28] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #36 [00016e1c40 - 00016e1ca8] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #37 [00016e1cc0 - 00016e1d28] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #38 [00016e1d40 - 00016e1da8] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #39 [00016e1dc0 - 00016e1e28] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #40 [00016e1e40 - 00016e1ea8] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #41 [00016e1ec0 - 00016e1f28] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #42 [00016e1f40 - 00016e1fa8] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #43 [00016e1fc0 - 00016e1fe0] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #44 [000172b200 - 000172b220] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #45 [000172b240 - 000172b260] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #46 [000172b280 - 000172b2a0] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #47 [000172b2c0 - 000172b2e0] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #48 [000172b300 - 000172b320] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #49 [000172b340 - 000172b360] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #50 [000172b380 - 000172b3a0] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #51 [000172b3c0 - 000172b407] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #52 [000172b440 - 000172b487] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #53 [0001800000 - 000181d000] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #54 [0001900000 - 000191d000] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #55 [000172b4c0 - 000172b4c8] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #56 [000172b500 - 000172b508] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #57 [000172b540 - 000172b548] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #58 [000172b580 - 000172b590] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #59 [000172b5c0 - 000172b700] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #60 [000172b700 - 000172b760] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #61 [000172b780 - 000172b7e0] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #62 [000172d000 - 0001735000] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #63 [000191d000 - 0001d1d000] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #64 [0005800000 - 0005a00000] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #65 [000172b800 - 000172ba40] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #66 [0005a00000 - 0009a00000] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #67 [0001735000 - 0001755000] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #68 [0001755000 - 0001795000] BOOTMEM
    Jun 24 13:35:25 myhost kernel: #69 [000001aa00 - 0000022a00] BOOTMEM
    Jun 24 13:35:25 myhost kernel: Memory: 4050248k/5242880k available (3483k kernel code, 1053900k absent, 138732k reserved, 1796k data, 480k init)
    Jun 24 13:35:25 myhost kernel: SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Jun 24 13:35:25 myhost kernel: Hierarchical RCU implementation.
    Jun 24 13:35:25 myhost kernel: NR_IRQS:768
    Jun 24 13:35:25 myhost kernel: Extended CMOS year: 2000
    Jun 24 13:35:25 myhost kernel: Console: colour dummy device 80x25
    Jun 24 13:35:25 myhost kernel: console [tty0] enabled
    Jun 24 13:35:25 myhost kernel: allocated 41943040 bytes of page_cgroup
    Jun 24 13:35:25 myhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Jun 24 13:35:25 myhost kernel: Fast TSC calibration using PIT
    Jun 24 13:35:25 myhost kernel: Detected 2526.938 MHz processor.
    Jun 24 13:35:25 myhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5055.45 BogoMIPS (lpj=8423126)
    Jun 24 13:35:25 myhost kernel: Security Framework initialized
    Jun 24 13:35:25 myhost kernel: Mount-cache hash table entries: 256
    Jun 24 13:35:25 myhost kernel: Initializing cgroup subsys ns
    Jun 24 13:35:25 myhost kernel: Initializing cgroup subsys cpuacct
    Jun 24 13:35:25 myhost kernel: Initializing cgroup subsys memory
    Jun 24 13:35:25 myhost kernel: Initializing cgroup subsys devices
    Jun 24 13:35:25 myhost kernel: Initializing cgroup subsys freezer
    Jun 24 13:35:25 myhost kernel: Initializing cgroup subsys net_cls
    Jun 24 13:35:25 myhost kernel: CPU: Physical Processor ID: 0
    Jun 24 13:35:25 myhost kernel: CPU: Processor Core ID: 0
    Jun 24 13:35:25 myhost kernel: mce: CPU supports 6 MCE banks
    Jun 24 13:35:25 myhost kernel: CPU0: Thermal monitoring enabled (TM2)
    Jun 24 13:35:25 myhost kernel: using mwait in idle threads.
    Jun 24 13:35:25 myhost kernel: Performance Events: Core2 events, Intel PMU driver.
    Jun 24 13:35:25 myhost kernel: ... version: 2
    Jun 24 13:35:25 myhost kernel: ... bit width: 40
    Jun 24 13:35:25 myhost kernel: ... generic registers: 2
    Jun 24 13:35:25 myhost kernel: ... value mask: 000000ffffffffff
    Jun 24 13:35:25 myhost kernel: ... max period: 000000007fffffff
    Jun 24 13:35:25 myhost kernel: ... fixed-purpose events: 3
    Jun 24 13:35:25 myhost kernel: ... event mask: 0000000700000003
    Jun 24 13:35:25 myhost kernel: ACPI: Core revision 20100121
    Jun 24 13:35:25 myhost kernel: Setting APIC routing to flat
    Jun 24 13:35:25 myhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Jun 24 13:35:25 myhost kernel: CPU0: Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz stepping 0a
    Jun 24 13:35:25 myhost kernel: Booting Node 0, Processors #1 Ok.
    Jun 24 13:35:25 myhost kernel: Brought up 2 CPUs
    Jun 24 13:35:25 myhost kernel: Total of 2 processors activated (10111.01 BogoMIPS).
    Jun 24 13:35:25 myhost kernel: devtmpfs: initialized
    Jun 24 13:35:25 myhost kernel: NET: Registered protocol family 16
    Jun 24 13:35:25 myhost kernel: ACPI: bus type pci registered
    Jun 24 13:35:25 myhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Jun 24 13:35:25 myhost kernel: PCI: not using MMCONFIG
    Jun 24 13:35:25 myhost kernel: PCI: Using configuration type 1 for base access
    Jun 24 13:35:25 myhost kernel: bio: create slab <bio-0> at 0
    Jun 24 13:35:25 myhost kernel: ACPI: BIOS _OSI(Linux) query ignored
    Jun 24 13:35:25 myhost kernel: ACPI: SSDT 00000000bfd1ac20 00265 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    Jun 24 13:35:25 myhost kernel: ACPI: SSDT 00000000bfd18620 00575 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    Jun 24 13:35:25 myhost kernel: ACPI: SSDT 00000000bfd19ca0 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
    Jun 24 13:35:25 myhost kernel: ACPI: SSDT 00000000bfd19f20 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
    Jun 24 13:35:25 myhost kernel: ACPI: Interpreter enabled
    Jun 24 13:35:25 myhost kernel: ACPI: (supports S0 S3 S4 S5)
    Jun 24 13:35:25 myhost kernel: ACPI: Using IOAPIC for interrupt routing
    Jun 24 13:35:25 myhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Jun 24 13:35:25 myhost kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    Jun 24 13:35:25 myhost kernel: ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
    Jun 24 13:35:25 myhost kernel: ACPI: No dock devices found.
    Jun 24 13:35:25 myhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Jun 24 13:35:25 myhost kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
    Jun 24 13:35:25 myhost kernel: pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    Jun 24 13:35:25 myhost kernel: pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    Jun 24 13:35:25 myhost kernel: pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    Jun 24 13:35:25 myhost kernel: pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    Jun 24 13:35:25 myhost kernel: pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    Jun 24 13:35:25 myhost kernel: pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
    Jun 24 13:35:25 myhost kernel: pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfebfffff]
    Jun 24 13:35:25 myhost kernel: DMAR: Forcing write-buffer flush capability
    Jun 24 13:35:25 myhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01-01]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 02-03]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.1: PCI bridge to [bus 04-05]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.3: PCI bridge to [bus 06-07]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.5: PCI bridge to [bus 08-08]
    Jun 24 13:35:25 myhost kernel: pci 0000:09:01.0: proprietary Ricoh MMC controller disabled (via firewire function)
    Jun 24 13:35:25 myhost kernel: pci 0000:09:01.0: MMC cards are now supported by standard SDHCI controller
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1e.0: PCI bridge to [bus 09-09] (subtractive decode)
    Jun 24 13:35:25 myhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
    Jun 24 13:35:25 myhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    Jun 24 13:35:25 myhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
    Jun 24 13:35:25 myhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    Jun 24 13:35:25 myhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    Jun 24 13:35:25 myhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    Jun 24 13:35:25 myhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    Jun 24 13:35:25 myhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 *7 11 12 14 15)
    Jun 24 13:35:25 myhost kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Jun 24 13:35:25 myhost kernel: vgaarb: loaded
    Jun 24 13:35:25 myhost kernel: PCI: Using ACPI for IRQ routing
    Jun 24 13:35:25 myhost kernel: NetLabel: Initializing
    Jun 24 13:35:25 myhost kernel: NetLabel: domain hash size = 128
    Jun 24 13:35:25 myhost kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Jun 24 13:35:25 myhost kernel: NetLabel: unlabeled traffic allowed by default
    Jun 24 13:35:25 myhost kernel: HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    Jun 24 13:35:25 myhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Jun 24 13:35:25 myhost kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    Jun 24 13:35:25 myhost kernel: Switching to clocksource tsc
    Jun 24 13:35:25 myhost kernel: pnp: PnP ACPI init
    Jun 24 13:35:25 myhost kernel: ACPI: bus type pnp registered
    Jun 24 13:35:25 myhost kernel: pnp: PnP ACPI: found 10 devices
    Jun 24 13:35:25 myhost kernel: ACPI: ACPI bus type pnp unregistered
    Jun 24 13:35:25 myhost kernel: system 00:02: [mem 0xfed00000-0xfed003ff] has been reserved
    Jun 24 13:35:25 myhost kernel: system 00:04: [io 0x0400-0x047f] has been reserved
    Jun 24 13:35:25 myhost kernel: system 00:04: [io 0x0680-0x069f] has been reserved
    Jun 24 13:35:25 myhost kernel: system 00:04: [io 0x0480-0x048f] has been reserved
    Jun 24 13:35:25 myhost kernel: system 00:04: [io 0xffff] has been reserved
    Jun 24 13:35:25 myhost kernel: system 00:04: [io 0xffff] has been reserved
    Jun 24 13:35:25 myhost kernel: system 00:04: [io 0x1000-0x107f] has been reserved
    Jun 24 13:35:25 myhost kernel: system 00:04: [io 0x1180-0x11ff] has been reserved
    Jun 24 13:35:25 myhost kernel: system 00:04: [io 0x164e-0x164f] has been reserved
    Jun 24 13:35:25 myhost kernel: system 00:04: [io 0xfe00] has been reserved
    Jun 24 13:35:25 myhost kernel: system 00:04: [io 0x0900-0x097f] has been reserved
    Jun 24 13:35:25 myhost kernel: system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Jun 24 13:35:25 myhost kernel: system 00:09: [mem 0xfed10000-0xfed13fff] has been reserved
    Jun 24 13:35:25 myhost kernel: system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    Jun 24 13:35:25 myhost kernel: system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    Jun 24 13:35:25 myhost kernel: system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
    Jun 24 13:35:25 myhost kernel: system 00:09: [mem 0xfeb00000-0xfeb03fff] has been reserved
    Jun 24 13:35:25 myhost kernel: system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    Jun 24 13:35:25 myhost kernel: system 00:09: [mem 0xfed40000-0xfed44fff] has been reserved
    Jun 24 13:35:25 myhost kernel: system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.5: BAR 15: assigned [mem 0xc0000000-0xc01fffff 64bit pref]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.5: BAR 13: assigned [io 0x6000-0x6fff]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1f.3: BAR 0: assigned [mem 0xc0200000-0xc02000ff 64bit]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1f.3: BAR 0: set to [mem 0xc0200000-0xc02000ff 64bit] (PCI address [0xc0200000-0xc02000ff]
    Jun 24 13:35:25 myhost kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xcfe00000-0xcfe1ffff pref]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01-01]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:01.0: bridge window [mem 0xcfe00000-0xcfefffff]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 02-03]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.0: bridge window [mem 0xf6000000-0xf7ffffff]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.1: PCI bridge to [bus 04-05]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.1: bridge window [mem 0xf8000000-0xf9ffffff]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.1: bridge window [mem 0xf2000000-0xf3ffffff 64bit pref]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.3: PCI bridge to [bus 06-07]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.3: bridge window [mem 0xfa000000-0xfbffffff]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.3: bridge window [mem 0xf4000000-0xf5ffffff 64bit pref]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.5: PCI bridge to [bus 08-08]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.5: bridge window [io 0x6000-0x6fff]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.5: bridge window [mem 0xfc000000-0xfc0fffff]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.5: bridge window [mem 0xc0000000-0xc01fffff 64bit pref]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1e.0: PCI bridge to [bus 09-09]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1e.0: bridge window [io disabled]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1e.0: bridge window [mem 0xfc100000-0xfc1fffff]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1e.0: bridge window [mem pref disabled]
    Jun 24 13:35:25 myhost kernel: pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    Jun 24 13:35:25 myhost kernel: pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    Jun 24 13:35:25 myhost kernel: NET: Registered protocol family 2
    Jun 24 13:35:25 myhost kernel: IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Jun 24 13:35:25 myhost kernel: TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    Jun 24 13:35:25 myhost kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Jun 24 13:35:25 myhost kernel: TCP: Hash tables configured (established 262144 bind 65536)
    Jun 24 13:35:25 myhost kernel: TCP reno registered
    Jun 24 13:35:25 myhost kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    Jun 24 13:35:25 myhost kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    Jun 24 13:35:25 myhost kernel: NET: Registered protocol family 1
    Jun 24 13:35:25 myhost kernel: Unpacking initramfs...
    Jun 24 13:35:25 myhost kernel: Freeing initrd memory: 1628k freed
    Jun 24 13:35:25 myhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Jun 24 13:35:25 myhost kernel: Placing 64MB software IO TLB between ffff880005a00000 - ffff880009a00000
    Jun 24 13:35:25 myhost kernel: software IO TLB at phys 0x5a00000 - 0x9a00000
    Jun 24 13:35:25 myhost kernel: Simple Boot Flag at 0x36 set to 0x1
    Jun 24 13:35:25 myhost kernel: Scanning for low memory corruption every 60 seconds
    Jun 24 13:35:25 myhost kernel: audit: initializing netlink socket (disabled)
    Jun 24 13:35:25 myhost kernel: type=2000 audit(1277408113.306:1): initialized
    Jun 24 13:35:25 myhost kernel: VFS: Disk quotas dquot_6.5.2
    Jun 24 13:35:25 myhost kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Jun 24 13:35:25 myhost kernel: msgmni has been set to 7913
    Jun 24 13:35:25 myhost kernel: alg: No test for stdrng (krng)
    Jun 24 13:35:25 myhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    Jun 24 13:35:25 myhost kernel: io scheduler noop registered
    Jun 24 13:35:25 myhost kernel: io scheduler deadline registered
    Jun 24 13:35:25 myhost kernel: io scheduler cfq registered (default)
    Jun 24 13:35:25 myhost kernel: pcieport 0000:00:01.0: Requesting control of PCIe PME from ACPI BIOS
    Jun 24 13:35:25 myhost kernel: pcieport 0000:00:01.0: Failed to receive control of PCIe PME service: no _OSC support
    Jun 24 13:35:25 myhost kernel: pcie_pme: probe of 0000:00:01.0:pcie01 failed with error -13
    Jun 24 13:35:25 myhost kernel: pcieport 0000:00:1c.0: Requesting control of PCIe PME from ACPI BIOS
    Jun 24 13:35:25 myhost kernel: pcieport 0000:00:1c.0: Failed to receive control of PCIe PME service: no _OSC support
    Jun 24 13:35:25 myhost kernel: pcie_pme: probe of 0000:00:1c.0:pcie01 failed with error -13
    Jun 24 13:35:25 myhost kernel: pcieport 0000:00:1c.1: Requesting control of PCIe PME from ACPI BIOS
    Jun 24 13:35:25 myhost kernel: pcieport 0000:00:1c.1: Failed to receive control of PCIe PME service: no _OSC support
    Jun 24 13:35:25 myhost kernel: pcie_pme: probe of 0000:00:1c.1:pcie01 failed with error -13
    Jun 24 13:35:25 myhost kernel: pcieport 0000:00:1c.3: Requesting control of PCIe PME from ACPI BIOS
    Jun 24 13:35:25 myhost kernel: pcieport 0000:00:1c.3: Failed to receive control of PCIe PME service: no _OSC support
    Jun 24 13:35:25 myhost kernel: pcie_pme: probe of 0000:00:1c.3:pcie01 failed with error -13
    Jun 24 13:35:25 myhost kernel: pcieport 0000:00:1c.5: Requesting control of PCIe PME from ACPI BIOS
    Jun 24 13:35:25 myhost kernel: pcieport 0000:00:1c.5: Failed to receive control of PCIe PME service: no _OSC support
    Jun 24 13:35:25 myhost kernel: pcie_pme: probe of 0000:00:1c.5:pcie01 failed with error -13
    Jun 24 13:35:25 myhost kernel: vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010100000, using 1536k, total 16384k
    Jun 24 13:35:25 myhost kernel: vesafb: mode is 1024x768x8, linelength=1024, pages=18
    Jun 24 13:35:25 myhost kernel: vesafb: scrolling: redraw
    Jun 24 13:35:25 myhost kernel: vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
    Jun 24 13:35:25 myhost kernel: Console: switching to colour frame buffer device 128x48
    Jun 24 13:35:25 myhost kernel: fb0: VESA VGA frame buffer device
    Jun 24 13:35:25 myhost kernel: Linux agpgart interface v0.103
    Jun 24 13:35:25 myhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Jun 24 13:35:25 myhost kernel: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    Jun 24 13:35:25 myhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Jun 24 13:35:25 myhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Jun 24 13:35:25 myhost kernel: mice: PS/2 mouse device common for all mice
    Jun 24 13:35:25 myhost kernel: cpuidle: using governor ladder
    Jun 24 13:35:25 myhost kernel: cpuidle: using governor menu
    Jun 24 13:35:25 myhost kernel: TCP cubic registered
    Jun 24 13:35:25 myhost kernel: NET: Registered protocol family 17
    Jun 24 13:35:25 myhost kernel: registered taskstats version 1
    Jun 24 13:35:25 myhost kernel: Initalizing network drop monitor service
    Jun 24 13:35:25 myhost kernel: Freeing unused kernel memory: 480k freed
    Jun 24 13:35:25 myhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Jun 24 13:35:25 myhost kernel: udev: starting version 157
    Jun 24 13:35:25 myhost kernel: SCSI subsystem initialized
    Jun 24 13:35:25 myhost kernel: ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    Jun 24 13:35:25 myhost kernel: ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
    Jun 24 13:35:25 myhost kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf led clo pmp pio slum part ccc sxs
    Jun 24 13:35:25 myhost kernel: scsi0 : ahci
    Jun 24 13:35:25 myhost kernel: scsi1 : ahci
    Jun 24 13:35:25 myhost kernel: scsi2 : ahci
    Jun 24 13:35:25 myhost kernel: scsi3 : ahci
    Jun 24 13:35:25 myhost kernel: scsi4 : ahci
    Jun 24 13:35:25 myhost kernel: scsi5 : ahci
    Jun 24 13:35:25 myhost kernel: ata1: SATA max UDMA/133 abar m2048@0xfc404000 port 0xfc404100 irq 29
    Jun 24 13:35:25 myhost kernel: ata2: SATA max UDMA/133 abar m2048@0xfc404000 port 0xfc404180 irq 29
    Jun 24 13:35:25 myhost kernel: ata3: DUMMY
    Jun 24 13:35:25 myhost kernel: ata4: DUMMY
    Jun 24 13:35:25 myhost kernel: ata5: SATA max UDMA/133 abar m2048@0xfc404000 port 0xfc404300 irq 29
    Jun 24 13:35:25 myhost kernel: ata6: SATA max UDMA/133 abar m2048@0xfc404000 port 0xfc404380 irq 29
    Jun 24 13:35:25 myhost kernel: ata6: SATA link down (SStatus 0 SControl 300)
    Jun 24 13:35:25 myhost kernel: ata5: SATA link down (SStatus 0 SControl 300)
    Jun 24 13:35:25 myhost kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Jun 24 13:35:25 myhost kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Jun 24 13:35:25 myhost kernel: ata2.00: ATAPI: HL-DT-ST DVDRW/BDROM CA10N, A107, max UDMA/133
    Jun 24 13:35:25 myhost kernel: ata2.00: configured for UDMA/133
    Jun 24 13:35:25 myhost kernel: ata1.00: ATA-8: ST9320421ASG, DE17, max UDMA/133
    Jun 24 13:35:25 myhost kernel: ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
    Jun 24 13:35:25 myhost kernel: ata1.00: configured for UDMA/133
    Jun 24 13:35:25 myhost kernel: scsi 0:0:0:0: Direct-Access ATA ST9320421ASG DE17 PQ: 0 ANSI: 5
    Jun 24 13:35:25 myhost kernel: scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRWBD CA10N A107 PQ: 0 ANSI: 5
    Jun 24 13:35:25 myhost kernel: sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    Jun 24 13:35:25 myhost kernel: sd 0:0:0:0: [sda] Write Protect is off
    Jun 24 13:35:25 myhost kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Jun 24 13:35:25 myhost kernel: sda: sda1 sda2 sda3 <sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda caddy
    Jun 24 13:35:25 myhost kernel: Uniform CD-ROM driver Revision: 3.20
    Jun 24 13:35:25 myhost kernel: sda5 sda6 sda7 sda8 > sda4
    Jun 24 13:35:25 myhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Jun 24 13:35:25 myhost kernel: EXT4-fs (sda8): mounted filesystem with ordered data mode
    Jun 24 13:35:25 myhost kernel: rtc_cmos 00:06: RTC can wake from S4
    Jun 24 13:35:25 myhost kernel: rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    Jun 24 13:35:25 myhost kernel: rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    Jun 24 13:35:25 myhost kernel: udev: starting version 157
    Jun 24 13:35:25 myhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
    Jun 24 13:35:25 myhost kernel: ACPI: Power Button [PWRB]
    Jun 24 13:35:25 myhost kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
    Jun 24 13:35:25 myhost kernel: ACPI: Sleep Button [SLPB]
    Jun 24 13:35:25 myhost kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
    Jun 24 13:35:25 myhost kernel: ACPI: Lid Switch [LID0]
    Jun 24 13:35:25 myhost kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
    Jun 24 13:35:25 myhost kernel: sr 1:0:0:0: Attached scsi generic sg1 type 5
    Jun 24 13:35:25 myhost kernel: Marking TSC unstable due to TSC halts in idle
    Jun 24 13:35:25 myhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    Jun 24 13:35:25 myhost kernel: ACPI: Power Button [PWRF]
    Jun 24 13:35:25 myhost kernel: thermal LNXTHERM:01: registered as thermal_zone0
    Jun 24 13:35:25 myhost kernel: ACPI: Thermal Zone [TZ00] (63 C)
    Jun 24 13:35:25 myhost kernel: thermal LNXTHERM:02: registered as thermal_zone1
    Jun 24 13:35:25 myhost kernel: ACPI: Thermal Zone [TZ01] (52 C)
    Jun 24 13:35:25 myhost kernel: thermal LNXTHERM:03: registered as thermal_zone2
    Jun 24 13:35:25 myhost kernel: ACPI: Thermal Zone [TZ02] (62 C)
    Jun 24 13:35:25 myhost kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    Jun 24 13:35:25 myhost kernel: Switching to clocksource hpet
    Jun 24 13:35:25 myhost kernel: ACPI: AC Adapter [ADP1] (on-line)
    Jun 24 13:35:25 myhost kernel: ACPI: WMI: Mapper loaded
    Jun 24 13:35:25 myhost kernel: ACPI: Battery Slot [BAT0] (battery present)
    Jun 24 13:35:25 myhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
    Jun 24 13:35:25 myhost kernel: iTCO_vendor_support: vendor-support=0
    Jun 24 13:35:25 myhost kernel: usbcore: registered new interface driver usbfs
    Jun 24 13:35:25 myhost kernel: usbcore: registered new interface driver hub
    Jun 24 13:35:25 myhost kernel: usbcore: registered new device driver usb
    Jun 24 13:35:25 myhost kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input6
    Jun 24 13:35:25 myhost kernel: ACPI: Video Device [M86] (multi-head: yes rom: no post: no)
    Jun 24 13:35:25 myhost kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
    Jun 24 13:35:25 myhost kernel: iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x0460)
    Jun 24 13:35:25 myhost kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    Jun 24 13:35:25 myhost kernel: input: Dell WMI hotkeys as /devices/virtual/input/input7
    Jun 24 13:35:25 myhost kernel: i801_smbus 0000:00:1f.3: PCI INT C -> GSI 19 (level, low) -> IRQ 19
    Jun 24 13:35:25 myhost kernel: ACPI: resource 0000:00:1f.3 [io 0x1c00-0x1c1f] conflicts with ACPI region SMBI [mem 0x00001c00-0x00001c0f pref disabled]
    Jun 24 13:35:25 myhost kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Jun 24 13:35:25 myhost kernel: tg3.c:v3.108 (February 17, 2010)
    Jun 24 13:35:25 myhost kernel: tg3 0000:08:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Jun 24 13:35:25 myhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Jun 24 13:35:25 myhost kernel: ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 19 (level, low) -> IRQ 19
    Jun 24 13:35:25 myhost kernel: ehci_hcd 0000:00:1a.7: EHCI Host Controller
    Jun 24 13:35:25 myhost kernel: ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    Jun 24 13:35:25 myhost kernel: ehci_hcd 0000:00:1a.7: debug port 1
    Jun 24 13:35:25 myhost kernel: ehci_hcd 0000:00:1a.7: irq 19, io mem 0xfc404800
    Jun 24 13:35:25 myhost kernel: ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    Jun 24 13:35:25 myhost kernel: hub 1-0:1.0: USB hub found
    Jun 24 13:35:25 myhost kernel: hub 1-0:1.0: 6 ports detected
    Jun 24 13:35:25 myhost kernel: ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    Jun 24 13:35:25 myhost kernel: ehci_hcd 0000:00:1d.7: EHCI Host Controller
    Jun 24 13:35:25 myhost kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    Jun 24 13:35:25 myhost kernel: ehci_hcd 0000:00:1d.7: debug port 1
    Jun 24 13:35:25 myhost kernel: ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfc404c00
    Jun 24 13:35:25 myhost kernel: ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    Jun 24 13:35:25 myhost kernel: hub 2-0:1.0: USB hub found
    Jun 24 13:35:25 myhost kernel: hub 2-0:1.0: 6 ports detected
    Jun 24 13:35:25 myhost kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001800
    Jun 24 13:35:25 myhost kernel: hub 3-0:1.0: USB hub found
    Jun 24 13:35:25 myhost kernel: hub 3-0:1.0: 2 ports detected
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001820
    Jun 24 13:35:25 myhost kernel: hub 4-0:1.0: USB hub found
    Jun 24 13:35:25 myhost kernel: hub 4-0:1.0: 2 ports detected
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 19 (level, low) -> IRQ 19
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1a.2: UHCI Host Controller
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1a.2: irq 19, io base 0x00001840
    Jun 24 13:35:25 myhost kernel: hub 5-0:1.0: USB hub found
    Jun 24 13:35:25 myhost kernel: hub 5-0:1.0: 2 ports detected
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001860
    Jun 24 13:35:25 myhost kernel: hub 6-0:1.0: USB hub found
    Jun 24 13:35:25 myhost kernel: hub 6-0:1.0: 2 ports detected
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001880
    Jun 24 13:35:25 myhost kernel: hub 7-0:1.0: USB hub found
    Jun 24 13:35:25 myhost kernel: hub 7-0:1.0: 2 ports detected
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    Jun 24 13:35:25 myhost kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018a0
    Jun 24 13:35:25 myhost kernel: hub 8-0:1.0: USB hub found
    Jun 24 13:35:25 myhost kernel: hub 8-0:1.0: 2 ports detected
    Jun 24 13:35:25 myhost kernel: [drm] Initialized drm 1.1.0 20060810
    Jun 24 13:35:25 myhost kernel: tg3 0000:08:00.0: eth0: Tigon3 [partno(none) rev 5784100] (PCI Express) MAC address 00:22:19:f6:92:73
    Jun 24 13:35:25 myhost kernel: tg3 0000:08:00.0: eth0: attached PHY is 5784 (10/100/1000Base-T Ethernet) (WireSpeed[1])
    Jun 24 13:35:25 myhost kernel: tg3 0000:08:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
    Jun 24 13:35:25 myhost kernel: tg3 0000:08:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
    Jun 24 13:35:25 myhost kernel: firewire_ohci 0000:09:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Jun 24 13:35:25 myhost kernel: firewire_ohci: Added fw-ohci device 0000:09:01.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x0
    Jun 24 13:35:25 myhost kernel: sdhci: Secure Digital Host Controller Interface driver
    Jun 24 13:35:25 myhost kernel: sdhci: Copyright(c) Pierre Ossman
    Jun 24 13:35:25 myhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Jun 24 13:35:25 myhost kernel: usb 1-6: new high speed USB device using ehci_hcd and address 2
    Jun 24 13:35:25 myhost kernel: sdhci-pci 0000:09:01.1: SDHCI controller found [1180:0822] (rev 22)
    Jun 24 13:35:25 myhost kernel: sdhci-pci 0000:09:01.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
    Jun 24 13:35:25 myhost kernel: mmc0: SDHCI controller on PCI [0000:09:01.1] using DMA
    Jun 24 13:35:25 myhost kernel: Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04731/0xa40000/0xa0000
    Jun 24 13:35:25 myhost kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
    Jun 24 13:35:25 myhost kernel: [drm] radeon defaulting to kernel modesetting.
    Jun 24 13:35:25 myhost kernel: [drm] radeon kernel modesetting enabled.
    Jun 24 13:35:25 myhost kernel: radeon 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jun 24 13:35:25 myhost kernel: [drm] initializing kernel modesetting (RV635 0x1002:0x9593).
    Jun 24 13:35:25 myhost kernel: HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    Jun 24 13:35:25 myhost kernel: [drm] register mmio base: 0xCFEF0000
    Jun 24 13:35:25 myhost kernel: [drm] register mmio size: 65536
    Jun 24 13:35:25 myhost kernel: ATOM BIOS: BR32049
    Jun 24 13:35:25 myhost kernel: [drm] Clocks initialized !
    Jun 24 13:35:25 myhost kernel: [drm] 6 Power State(s)
    Jun 24 13:35:25 myhost kernel: [drm] State 0 Default (default)
    Jun 24 13:35:25 myhost kernel: [drm] 16 PCIE Lanes
    Jun 24 13:35:25 myhost kernel: [drm] 3 Clock Mode(s)
    Jun 24 13:35:25 myhost kernel: [drm] 0 engine/memory: 400000/800000
    Jun 24 13:35:25 myhost kernel: [drm] 1 engine/memory: 400000/800000
    Jun 24 13:35:25 myhost kernel: [drm] 2 engine/memory: 400000/800000
    Jun 24 13:35:25 myhost kernel: [drm] State 1 Performance
    Jun 24 13:35:25 myhost kernel: [drm] 16 PCIE Lanes
    Jun 24 13:35:25 myhost kernel: [drm] 2 Clock Mode(s)
    Jun 24 13:35:25 myhost kernel: [drm] 0 engine/memory: 110000/405000
    Jun 24 13:35:25 myhost kernel: [drm] 1 engine/memory: 300000/405000
    Jun 24 13:35:25 myhost kernel: [drm] State 2 Battery
    Jun 24 13:35:25 myhost kernel: [drm] 16 PCIE Lanes
    Jun 24 13:35:25 myhost kernel: [drm] 3 Clock Mode(s)
    Jun 24 13:35:25 myhost kernel: [drm] 0 engine/memory: 110000/405000
    Jun 24 13:35:25 myhost kernel: [drm] 1 engine/memory: 300000/405000
    Jun 24 13:35:25 myhost kernel: [drm] 2 engine/memory: 300000/405000
    Jun 24 13:35:25 myhost kernel: [drm] State 3 Default
    Jun 24 13:35:25 myhost kernel: [drm] 16 PCIE Lanes
    Jun 24 13:35:25 myhost kernel: [drm] 2 Clock Mode(s)
    Jun 24 13:35:25 myhost kernel: [drm] 0 engine/memory: 340000/405000
    Jun 24 13:35:25 myhost kernel: [drm] 1 engine/memory: 340000/405000
    Jun 24 13:35:25 myhost kernel: [drm] State 4 Performance
    Jun 24 13:35:25 myhost kernel: [drm] 16 PCIE Lanes
    Jun 24 13:35:25 myhost kernel: [drm] 2 Clock Mode(s)
    Jun 24 13:35:25 myhost kernel: [drm] 0 engine/memory: 340000/800000
    Jun 24 13:35:25 myhost kernel: [drm] 1 engine/memory: 340000/800000
    Jun 24 13:35:25 myhost kernel: [drm] State 5 Battery
    Jun 24 13:35:25 myhost kernel: [drm] 16 PCIE Lanes
    Jun 24 13:35:25 myhost kernel: [drm] 3 Clock Mode(s)
    Jun 24 13:35:25 myhost kernel: [drm] 0 engine/memory: 340000/405000
    Jun 24 13:35:25 myhost kernel: [drm] 1 engine/memory: 340000/405000
    Jun 24 13:35:25 myhost kernel: [drm] 2 engine/memory: 340000/405000
    Jun 24 13:35:25 myhost kernel: [drm] radeon: power management initialized
    Jun 24 13:35:25 myhost kernel: radeon 0000:01:00.0: VRAM: 256M 0x00000000 - 0x0FFFFFFF (256M used)
    Jun 24 13:35:25 myhost kernel: radeon 0000:01:00.0: GTT: 512M 0x10000000 - 0x2FFFFFFF
    Jun 24 13:35:25 myhost kernel: [drm] Detected VRAM RAM=256M, BAR=256M
    Jun 24 13:35:25 myhost kernel: [drm] RAM width 128bits DDR
    Jun 24 13:35:25 myhost kernel: [TTM] Zone kernel: Available graphics memory: 2026178 kiB.
    Jun 24 13:35:25 myhost kernel: [drm] radeon: 256M of VRAM memory ready
    Jun 24 13:35:25 myhost kernel: [drm] radeon: 512M of GTT memory ready.
    Jun 24 13:35:25 myhost kernel: [drm] radeon: using MSI.
    Jun 24 13:35:25 myhost kernel: [drm] radeon: irq initialized.
    Jun 24 13:35:25 myhost kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
    Jun 24 13:35:25 myhost kernel: [drm] Loading RV635 Microcode
    Jun 24 13:35:25 myhost kernel: platform radeon_cp.0: firmware: requesting radeon/RV635_pfp.bin
    Jun 24 13:35:25 myhost kernel: firewire_core: created device fw0: GUID 0000000000000000, S400
    Jun 24 13:35:25 myhost kernel: platform radeon_cp.0: firmware: requesting radeon/RV635_me.bin
    Jun 24 13:35:25 myhost kernel: platform radeon_cp.0: firmware: requesting radeon/R600_rlc.bin
    Jun 24 13:35:25 myhost kernel: radeon 0000:01:00.0: ffff880139550800 unpin not necessary
    Jun 24 13:35:25 myhost kernel: radeon 0000:01:00.0: ffff880139550800 unpin not necessary
    Jun 24 13:35:25 myhost kernel: [drm] Enabling audio support
    Jun 24 13:35:25 myhost kernel: [drm] Default TV standard: NTSC
    Jun 24 13:35:25 myhost kernel: [drm] Radeon Display Connectors
    Jun 24 13:35:25 myhost kernel: [drm] Connector 0:
    Jun 24 13:35:25 myhost kernel: [drm] VGA
    Jun 24 13:35:25 myhost kernel: [drm] DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
    Jun 24 13:35:25 myhost kernel: [drm] Encoders:
    Jun 24 13:35:25 myhost kernel: [drm] CRT1: INTERNAL_KLDSCP_DAC1
    Jun 24 13:35:25 myhost kernel: [drm] Connector 1:
    Jun 24 13:35:25 myhost kernel: [drm] HDMI-A
    Jun 24 13:35:25 myhost kernel: [drm] HPD1
    Jun 24 13:35:25 myhost kernel: [drm] DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
    Jun 24 13:35:25 myhost kernel: [drm] Encoders:
    Jun 24 13:35:25 myhost kernel: [drm] DFP1: INTERNAL_UNIPHY
    Jun 24 13:35:25 myhost kernel: [drm] Connector 2:
    Jun 24 13:35:25 myhost kernel: [drm] LVDS
    Jun 24 13:35:25 myhost kernel: [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
    Jun 24 13:35:25 myhost kernel: [drm] Encoders:
    Jun 24 13:35:25 myhost kernel: [drm] LCD1: INTERNAL_KLDSCP_LVTMA
    Jun 24 13:35:25 myhost kernel: [drm] Connector 3:
    Jun 24 13:35:25 myhost kernel: [drm] DisplayPort
    Jun 24 13:35:25 myhost kernel: [drm] HPD2
    Jun 24 13:35:25 myhost kernel: [drm] DDC: 0x7e20 0x7e20 0x7e24 0x7e24 0x7e28 0x7e28 0x7e2c 0x7e2c
    Jun 24 13:35:25 myhost kernel: [drm] Encoders:
    Jun 24 13:35:25 myhost kernel: [drm] DFP2: INTERNAL_UNIPHY
    Jun 24 13:35:25 myhost kernel: iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
    Jun 24 13:35:25 myhost kernel: iwlagn: Copyright(c) 2003-2010 Intel Corporation
    Jun 24 13:35:25 myhost kernel: iwlagn 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Jun 24 13:35:25 myhost kernel: iwlagn 0000:04:00.0: Detected Intel Wireless WiFi Link 5100AGN REV=0x54
    Jun 24 13:35:25 myhost kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input9
    Jun 24 13:35:25 myhost kernel: input: HDA Intel Mic at Ext Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    Jun 24 13:35:25 myhost kernel: input: HDA Intel HP Out at Ext Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    Jun 24 13:35:25 myhost kernel: input: HDA Intel HP Out at Ext Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    Jun 24 13:35:25 myhost kernel: iwlagn 0000:04:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
    Jun 24 13:35:25 myhost kernel: iwlagn 0000:04:00.0: firmware: requesting iwlwifi-5000-2.ucode
    Jun 24 13:35:25 myhost kernel: [drm] fb mappable at 0xD0040000
    Jun 24 13:35:25 myhost kernel: [drm] vram apper at 0xD0000000
    Jun 24 13:35:25 myhost kernel: [drm] size 8294400
    Jun 24 13:35:25 myhost kernel: [drm] fb depth is 24
    Jun 24 13:35:25 myhost kernel: [drm] pitch is 7680
    Jun 24 13:35:25 myhost kernel: Console: switching to colour dummy device 80x25
    Jun 24 13:35:25 myhost kernel: Console: switching to colour frame buffer device 240x67
    Jun 24 13:35:25 myhost kernel: iwlagn 0000:04:00.0: loaded firmware version 8.24.2.12
    Jun 24 13:35:25 myhost kernel: Linux video capture interface: v2.00
    Jun 24 13:35:25 myhost kernel: uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_2M (0c45:63fa)
    Jun 24 13:35:25 myhost kernel: fb0: radeondrmfb frame buffer device
    Jun 24 13:35:25 myhost kernel: registered panic notifier
    Jun 24 13:35:25 myhost kernel: [drm] Initialized radeon 2.3.0 20080528 for 0000:01:00.0 on minor 0
    Jun 24 13:35:25 myhost kernel: HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Jun 24 13:35:25 myhost kernel: input: Laptop_Integrated_Webcam_2M as /devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6:1.0/input/input13
    Jun 24 13:35:25 myhost kernel: usbcore: registered new interface driver uvcvideo
    Jun 24 13:35:25 myhost kernel: USB Video Class driver (v0.1.0)
    Jun 24 13:35:25 myhost kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode
    Jun 24 13:35:25 myhost kernel: EXT4-fs (sda4): mounted filesystem with ordered data mode
    Jun 24 13:35:25 myhost kernel: EXT4-fs (sda5): mounted filesystem with ordered data mode
    Jun 24 13:35:25 myhost kernel: EXT4-fs (sda6): mounted filesystem with ordered data mode
    Jun 24 13:35:25 myhost kernel: Adding 8000332k swap on /dev/sda7. Priority:-1 extents:1 across:8000332k
    Jun 24 13:35:24 myhost init: Entering runlevel: 3
    Jun 24 13:35:44 myhost kernel: Intel AES-NI instructions are not detected.
    Jun 24 13:35:44 myhost kernel: padlock: VIA PadLock not detected.
    Jun 24 13:35:47 myhost dhcpcd[1825]: version 5.2.5 starting
    Jun 24 13:35:47 myhost dhcpcd[1825]: wlan0: rebinding lease of 192.168.1.70
    Jun 24 13:35:47 myhost dhcpcd[1825]: wlan0: acknowledged 192.168.1.70 from 192.168.1.254
    Jun 24 13:35:47 myhost dhcpcd[1825]: wlan0: checking for 192.168.1.70
    Jun 24 13:35:52 myhost dhcpcd[1825]: wlan0: leased 192.168.1.70 for 86400 seconds
    Jun 24 13:35:52 myhost dhcpcd[1825]: forked to background, child pid 1847

Maybe you are looking for