[SOLVED]System clock off

My system clock is set a day late.  I tried using the "date" command, but I get the following error:
$ sudo date 06151150
sudo: timestamp too far in the future: Jun 16 11:37:36 2008
Here are the pertinent lines from my rc.conf:
LOCALE="en_US.utf8"
HARDWARECLOCK="UTC"
TIMEZONE="US/Eastern"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
Any help would be great!
Last edited by crisnoh (2008-06-15 16:31:35)

Hey, this seems to be a security feature of sudo, so if you can, run it as root instead.
There is a few solutions to the problem, one of which seems to be the one listed at here, where the solution just seems to be removing a simple file, but I have not tried it myself so dont know for sure.

Similar Messages

  • [SOLVED] System clock loses minutes at reboot

    For some reason, my system clock (as displayed by date) loses around five minutes every time I reboot. When I use date -s to set the time manually everything's fine until reboot when the clock will lose around five minutes again. Even if I put the clock forward 10 minutes it will lose 5 minutes again after reboot. This happens even if there is no connection to any other clock. No ntpd installed.
    How do I fix this (wthout ntpd)?
    Last edited by itektur (2014-09-20 14:45:52)

    Thank you for the quick reply. I set up systemd-timesyncd and it seems to work fine even after rebooting the system. Problem solved!

  • [SOLVED] System Clock Issues (Wrong UTC?)

    **RESOLVED -- SEE END FOR FIX
    Hello everyone.
    First off I'd like to say that I am thrilled to be here. I've been an Ubuntu user for a few months now, but decided that it was time to take a trip down the rabbit hole and see all that Linux had to offer--and to that end I switched to Arch. And I must say that I have nothing but positive things to say of it. The documentation on the Arch Wiki was phenomenal in helping me get started on the process, and the installation of it has proved to be a very enjoyable learning experience.
    With that said, I have run into a bit of a snag, and after perusing the documentation on the Wiki, as well as running a few Google searches and searches of this particular forum, am no closer to a solution that when I started, so here I am. The problem is with my clock.
    Okay, so I live in the Eastern United States, and as a result have my local time set as Eastern, and I have my hardware clock running UTC. Here is the problem. . . For whatever reason, the time displayed on my clock is five hours behind. Perplexed, I decided to see if I had set up my time zone info incorrectly and ran the "timedatectl status" command, and the results were really strange. A copy paste of the output is here:
          Local time: Thu, 2012-12-20 19:27:02 EST
      Universal time: Fri, 2012-12-21 00:27:02 UTC
            RTC time: Fri, 2012-12-21 00:27:02
            Timezone: America/New_York
          UTC offset: -0500
         NTP enabled: no
    NTP synchronized: no
    RTC in local TZ: no
          DST active: no
    Last DST change: EDT → EST, DST became inactive
                      Sun, 2012-11-04 01:59:59 EDT
                      Sun, 2012-11-04 01:00:00 EST
    Next DST change: EST → EDT, DST will become active
                      the clock will jump one hour forward
                      Sun, 2013-03-10 01:59:59 EST
                      Sun, 2013-03-10 03:00:00 EDT
    As you can see, the time zone is set correctly to America/New_York (originally US/Eastern, but I changed it to try and resolve the problem--to no effect, obviously). However here is where it gets strange. As I type this, it is 00:27 local time. My computer has decided to use the local time for UTC, and then subtracts five hours (as I live in UTC -5) to get the local time that it displays.
    I've tried rerunning the hwclock --systohc --utc command, to no avail.
    If anyone has any input as to why my computer is confusing UTC and local time, and any way I could fix it, I would greatly appreciate it.
    I could just change my timezone to UTC - 0, that would cause my system to display the right time (I think) but I'd rather actually fix the problem, instead of simply covering it up with a band aid, if it is possible.
    Thank you,
    Douglas
    EDIT:
    I probably should mention that the machines (I'm having this same problem on two different computers) are both running Arch Linux and Arch Linux alone, although one was originally a Windows 7 and the other a dual boot of Win 7 and Ubuntu.
    RESOLUTION (Thanks lhoffman):
    Install the network time protocol daemon. This will allow you to sync your system time over the internet.
    sudo pacman -S ntp
    Once installed, run the following command:
    ntpdate pool.ntp.org
    This will link your computer with the time servers of the NTP Pool Project. For me my clocks fixed themselves quickly after running the command. And that was it.
    After running this command and setting the system clock, run:
    hwclock -systohc      (thanks Scimmia)
    Otherwise the computer will mistake local time for UTC and subtract/add time based upon your timezone again upon reboot.
    Last edited by douglasr (2012-12-21 21:23:11)

    Scimmia wrote:Not exactly. The root of the problem is that your hardware clock is set to localtime. To change this, you need to update the system (software) clock, which ntpd already did for you. The timedatectl command would have just done that manually. Now that your system clock is correct, you need to write this to your hardware clock so that it is correct when you reboot. hwclock --systohc does that. If you don't run that command, the system will boot up thinking it's getting UTC from the hardware clock and will subtract 5 hours. Then, once ntpd runs, the time will skip ahead 5 hours. This will cause all kinds of issues.
    I fixed this on my system too. Thanks for the explanation.

  • [SOLVED] System clock refuses to adopt my timezone

    (Running ArchLinux in VMWare)
    I'm trying to set my system clock to Europe/Lisbon unsuccessfully. I followed these steps:
    Step 1. (rc.conf)
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Lisbon"
    Step 2. (localtime)
    $ rm /etc/localtime
    $ ln -sf /us/share/zoneinfo/Europe/Lisbon /etc/localtime
    Step 3. (reboot)
    Result:
    marfig@archway ~ $ date
    Fri Aug 6 15:27:26 WEST 2010
    marfig@archway ~ $ hwclock
    Fri 06 Aug 2010 03:27:31 PM WEST -0.000409 seconds
    Is there something wrong with /us/share/zoneinfo/Europe/Lisbon?
    Last edited by marfig (2010-08-06 14:49:17)

    marfig wrote:
    No. The time is correct. The timezone isn't. Why is it displaying Western time? (WEST)
    EDIT: gah! I'm so stupid. the simple fact I wrote this prompted me to search 'west timezone' in google. This Western European Time Summer Time. The timezone is correct and I'm a fool. So sorry for this useless thread.
    You should add this to the Try This thread called the "dumbest mistake you made"
    https://bbs.archlinux.org/viewtopic.php?id=11728
    Last edited by Inxsible (2010-08-06 14:51:18)

  • [SOLVED] System clock / Timezone issues

    Hey everyone,
    The issue, as it appears to me, is that arch is assuming that my timezone is +00:00, or UTC. I don't really understand why (it should be +10:00) but here is the output to the frequently requested information for this issue
    $ cat /etc/adjtime
    0.000000 1349592374 0.000000
    1349592374
    UTC
    $ date
    Sun Oct 7 07:42:52 UTC 2012
    $ date --utc
    Sun Oct 7 07:43:18 UTC 2012
    $ hwclock --debug
    hwclock from util-linux 2.22
    Using /dev interface to clock.
    Last drift adjustment done at 1349592374 seconds after 1969
    Last calibration done at 1349592374 seconds after 1969
    Hardware clock is on UTC time
    Assuming hardware clock is kept in UTC time.
    Waiting for clock tick...
    ...got clock tick
    Time read from Hardware Clock: 2012/10/07 07:43:54
    Hw clock time : 2012/10/07 07:43:54 = 1349595834 seconds since 1969
    Sun 07 Oct 2012 07:43:54 UTC -0.969672 seconds
    $ ls -l /etc/localtime
    lrwxrwxrwx 1 root root 37 Oct 7 06:39 /etc/localtime -> /usr/share/zoneinfo/Austalia/Brisbane
    $ hwclock --show --utc
    Sun 07 Oct 2012 07:44:53 UTC -0.687942 seconds
    $ hwclock --show --localtime
    Sun 07 Oct 2012 07:44:57 UTC -0.281630 seconds
    I'm using sytemd, have no rc.conf file, my BIOS clock reported being in UTC. I've been trying to fix this issue for the past few hours (including searching the wiki entries for time, beginner's guide, systemd and many other user's issues related to the clocks/timezones.)
    I hope it's just a case of I missed something crucial somehow. Any help is greatly aprpeciated
    Last edited by hungryb (2012-10-07 08:40:58)

    skunktrader wrote:You didn't need to reinstall tzdata.  The reason for your error was a typo in the symlink
    lrwxrwxrwx 1 root root 37 Oct  7 06:39 /etc/localtime -> /usr/share/zoneinfo/Austalia/Brisbane
    Yeah, that's true, but I'd been remaking symlinks and changing the clock for a while before that iteration, I think it was only that version of the symlink that contained a spelling error.

  • System clock fails to update after waking from sleep

    I've noticed that my new PowerMac G5 Dual-Core 2GHz (running Mac OS X 10.4.3) doesn't update its system clock to the current time after waking from sleep.
    When I put it to sleep and then wake it some time later, the Clock in the upper right-hand corner doesn't update to the current time. It still ticks on (second for second) but remains out of sync.
    Opening the Date & Time preferences pane will restore the time to the correct setting.
    This problem only occurs with sleep and then wake-from-sleep. It doesn't happen when I shut down the machine and then restart it.
    Does anybody know if I've got a malfunctioning machine? It's only 1 day old...
    Or better still, how do I solve this problem?
    PowerMac G5 Dual-Core 2GHz   Mac OS X (10.4.3)  

    No, my Mac is not having trouble contacting the time server. I checked the console log and found no messages related to this.
    I am on a broadband always-on connection (recently switched from DSL to cable modem, and the problem occurred under both connections). However, my original post states that the computer loses time only when it is asleep, and I didn't think that my computer could contact the time server when it is asleep. It also loses time when it is off, which I neglected to mention previously. Am I mistaken in thinking that the computer communicates over the network only when it is awake? Since it keeps accurate time when awake (once I've reset it by opening the Date & Time control panel), it seems to me like it IS communicating with the time server without issue.
    [And I apologize for misinterpreting your question as a suggestion. I was trying to be polite by thanking you for taking an interest in my issue. I'll watch my semantics more carefully next time.]
    Cheers,
    Katy
    G5/dual core 2.3 Ghz   Mac OS X (10.4.4)   2.5G RAM

  • HP DV3-2350el - system clock loses time

    Hi,
    I have a HP Pavilion DV3-2350el, just returned back from a repair by HP in warranty.
    Now I've noticed that the system clock loses time when the notebook is off.
    I think it should be a CMOS battery issue, but I haven't found any information about it.

    Hi,
    How old is your machine ? Normally a CMOS battery can last for 4 or 5 years. Anyway, you may want to try yourself or bring it back to the repairer to reseat the CMOS battery. You can download this manual, page 4-22 shows you how to work with the RTC (or CMOS) battery.
       http://h10032.www1.hp.com/ctg/Manual/c01998025.pdf
    Regards,
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Is Mail.app one of the "erratic" behavior apps with a reset system clock?

    I am hoping someone can help with a fine detail of mail.app (v2.1.3) behavior.
    I had an incident where an iMac sent out 200+ smtp hits a minute and was tossed of the network for presumed zombie spaming.
    I think I have actually tracked the problem to an unfortunate conjunction of circumstances that is actually innocent (if still annoying)
    Let me set up the story:
    1. This is a common use computer, so Mail is not configured (except that it is --I'll get to that in a moment) and
    2. Safari will invoke Mail when you click on an "email link"
    Mostly everyone just quits mail if they goof and click an email link.
    BUT some time ago at least one person invoked Mail and composed a message. This message, naturally, remained in the outbox ever since. That person learned that they can't send email that way, so ever since they just cmd-Q Mail.
    BUT Before this person learned, they walked through the mail-config and told mail to try hitting smtp.mac.com:"nonExistantUser".
    So that covers the lead-up. Two days ago, mail was invoked via a Safari link, BUT it wasn't quit, it was sent to the background.
    Where it undoubtedly tried to send the outbox repeatedly until it was kicked off the network.
    Here is what I don't understand:
    Under this scenario of a mis-configured .mac address, will mail repeatedly try and fail to smtp at the maximum possible rate?
    OR
    Is the one other factor I am about to describe responsible?
    The one other factor:
    The clock battery is dead and there was a power failure at 4am that day.
    The system clock reset to 1969.
    Of course, nobody reset it.
    Is mail.app one of the apps that the finder message warns "may behave erratically"?
    (a GROSS simplification) does it have a bit of code like:
    1 check time-of-last-send-mail-attempt
    check newest-item-in-outbox
    if newest-item more recent then last-send-attempt
    do send-mail and record time-of-last-send-mail-attempt
    and go to 1
    else wait X minutes and go to 1
    which, if the clock was mis-set to 1969 would always record a last-send-attempt prior to anything in the outbox and trigger a send loop.
    Does anyone know if either Mail is tenacious about sending to a bad .mac address, or gets ridiculous under this circumstance for bad-clock-set?
    Marc

    I am hoping someone can help with a fine detail of mail.app (v2.1.3) behavior.
    I had an incident where an iMac sent out 200+ smtp hits a minute and was tossed of the network for presumed zombie spaming.
    I think I have actually tracked the problem to an unfortunate conjunction of circumstances that is actually innocent (if still annoying)
    Let me set up the story:
    1. This is a common use computer, so Mail is not configured (except that it is --I'll get to that in a moment) and
    2. Safari will invoke Mail when you click on an "email link"
    Mostly everyone just quits mail if they goof and click an email link.
    BUT some time ago at least one person invoked Mail and composed a message. This message, naturally, remained in the outbox ever since. That person learned that they can't send email that way, so ever since they just cmd-Q Mail.
    BUT Before this person learned, they walked through the mail-config and told mail to try hitting smtp.mac.com:"nonExistantUser".
    So that covers the lead-up. Two days ago, mail was invoked via a Safari link, BUT it wasn't quit, it was sent to the background.
    Where it undoubtedly tried to send the outbox repeatedly until it was kicked off the network.
    Here is what I don't understand:
    Under this scenario of a mis-configured .mac address, will mail repeatedly try and fail to smtp at the maximum possible rate?
    OR
    Is the one other factor I am about to describe responsible?
    The one other factor:
    The clock battery is dead and there was a power failure at 4am that day.
    The system clock reset to 1969.
    Of course, nobody reset it.
    Is mail.app one of the apps that the finder message warns "may behave erratically"?
    (a GROSS simplification) does it have a bit of code like:
    1 check time-of-last-send-mail-attempt
    check newest-item-in-outbox
    if newest-item more recent then last-send-attempt
    do send-mail and record time-of-last-send-mail-attempt
    and go to 1
    else wait X minutes and go to 1
    which, if the clock was mis-set to 1969 would always record a last-send-attempt prior to anything in the outbox and trigger a send loop.
    Does anyone know if either Mail is tenacious about sending to a bad .mac address, or gets ridiculous under this circumstance for bad-clock-set?
    Marc

  • ICal, Mail and Finder times all stuck since upgrade!  System clock O.K.

    Very strange problem:
    All of my calendar event times (in iCal), email message receipt times (in Mail), and file modification/creation times (in Finder) are listed as some time between 7:00-7:59 AM or PM, regardless of time of day! My system clock (as it appears in the menu bar) is fine!
    More details:
    iCal: the events still look like they're at the right times, i.e. the blocks are in the right places, with the correct spacing, etc etc, they are just labeled with times between 7:00-7:59 AM/PM. Similarly, alarms go off at the correct time. Also, in the day or week listing, the column on the left which is supposed to show times instead just says "Sat" for all times, except "Noon" (at noon).
    This is continuous since upgrading to snow leopard a couple weeks ago. Seemingly no other problems besides this.
    I don't know much about the OS, but I don't understand how the system clock (in the menu bar) could be fine, but every other sign of time-keeping is completely off. I just its just something about the labeling of times, instead of the actual record of them?!
    I have screen shots of the problems if that might help clarify (apparently I can't attach them however).
    Thanks for your help!

    Hi,
    Any solutions to your problems?
    Just found my Mom has the same 'time stuck' problem (iMac OS X 10.6.7) Finder 'Date Modified' is stuck at 2/14/2011. Also, the Time/Date displays correctly on the Menu bar but when click on it, the drop down menu shows a gray out 2/14/2011, etc.
    Much appreciated of any help. Thx.
    -MasterMoo

  • Timer with slow system clock

    I have a timer that performs scheduled events at a fixed rate. If the system clock is slow, is it possible that the associated TimerTask will stop running? Is there anything else that may be unexpectedly halting the execution of the TimerTask? Thanks.

    I have a server clock that I'd like to emulate on the client, by only obtaining the server time a few times per hour after initialization and relying on a client TimerTask to keep pace. Sometimes, a client's clock is slow due to a bad battery, etc. Occasionally, a client reports that their clock has either frozen or fallen off the pace by several seconds, even with a sound system clock. The code looks as follows:
    private final TimerTask heartbeatTask = new TimerTask() {
            public void run() {
                synchronized (heartbeatListeners) {
                    for (Iterator it = heartbeatListeners.iterator(); it.hasNext();) {
                        HeartbeatListener listener = (HeartbeatListener) it.next();
                        try {
                            listener.tick();
                        } catch(Exception e) {
                            e.printStackTrace();
                synchronized (serverTimeLock) {
                    serverTime += 1000;
    public init(...) {
         heartbeatTimer.scheduleAtFixedRate(heartbeatTask, 0, 1000);
    }

  • [Solved] System freeze, no apparent reason found in logs

    I've been getting some freezes over the past weeks or months. It happened before and after the systemd switch and I couldn't find anything in the logs. Here's some information:
    Display Manager: SLiM
    Window Manager: Awesome WM
    During a freeze:
    I can't switch to a tty.
    Suspend via sleep button or lid close doesn't work (using acpid).
    I have to hard reset my laptop.
    $ uname -a
    Linux diiis-tp 3.6.7-1-ARCH #1 SMP PREEMPT Sun Nov 18 10:11:22 CET 2012 x86_64 GNU/Linux
    $ cat /var/log/Xorg.0.log | grep EE
    [ 18.289] Current Operating System: Linux diiis-tp 3.6.7-1-ARCH #1 SMP PREEMPT Sun Nov 18 10:11:22 CET 2012 x86_64
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 19.117] Initializing built-in extension MIT-SCREEN-SAVER
    [ 19.780] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 19.780] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 19.781] (EE) Failed to load module "fbdev" (module does not exist, 0)
    (Last messages in /var/log/everything.log before the latest freeze)
    Nov 25 18:21:36 localhost slim[470]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 25 18:21:46 localhost slim[470]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 25 18:37:07 localhost udisks-daemon[2357]: **** Refreshing ATA SMART data for /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
    Nov 25 18:37:07 localhost udisks-daemon[2357]: helper(pid 9910): launched job udisks-helper-ata-smart-collect on /dev/sda
    Nov 25 18:37:07 localhost udisks-daemon[2357]: helper(pid 9910): completed with exit code 0
    Nov 25 18:37:07 localhost udisks-daemon[2357]: **** EMITTING CHANGED for sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
    Any ideas?
    Last edited by diiis (2012-12-08 22:42:36)

    Which of these modules could I try blacklisting?
    $ lsmod
    Module Size Used by
    ip6t_REJECT 2796 1
    xt_hl 1369 6
    ip6t_rt 2080 3
    nf_conntrack_ipv6 7511 7
    nf_defrag_ipv6 6273 1 nf_conntrack_ipv6
    ablk_helper 1972 0
    aes_x86_64 7508 1
    aes_generic 26138 1 aes_x86_64
    ipt_REJECT 2281 1
    xt_LOG 12054 10
    xt_limit 1977 13
    xt_tcpudp 2471 18
    xt_addrtype 2853 4
    xt_conntrack 3297 14
    ip6table_filter 1396 1
    ip6_tables 18518 2 ip6table_filter,ip6t_rt
    nf_conntrack_netbios_ns 1109 0
    nf_conntrack_broadcast 1285 1 nf_conntrack_netbios_ns
    nf_nat_ftp 1636 0
    nf_nat 15370 1 nf_nat_ftp
    nf_conntrack_ipv4 7798 9 nf_nat
    nf_defrag_ipv4 1339 1 nf_conntrack_ipv4
    nf_conntrack_ftp 6613 1 nf_nat_ftp
    nf_conntrack 64100 8 nf_nat_ftp,nf_conntrack_netbios_ns,nf_nat,xt_conntrack,nf_conntrack_broadcast,nf_conntrack_ftp,nf_conntrack_ipv4,nf_conntrack_ipv6
    iptable_filter 1456 1
    ip_tables 16946 1 iptable_filter
    x_tables 16954 13 ip6table_filter,xt_hl,ip_tables,xt_tcpudp,xt_limit,xt_conntrack,xt_LOG,iptable_filter,ip6t_rt,ipt_REJECT,ip6_tables,xt_addrtype,ip6t_REJECT
    btusb 12372 0
    bluetooth 192120 1 btusb
    uvcvideo 72787 0
    videobuf2_vmalloc 2468 1 uvcvideo
    videobuf2_memops 2246 1 videobuf2_vmalloc
    videobuf2_core 24030 1 uvcvideo
    videodev 100859 2 uvcvideo,videobuf2_core
    media 10405 2 uvcvideo,videodev
    snd_hda_codec_hdmi 24487 1
    snd_hda_codec_conexant 47158 1
    arc4 2039 2
    iwldvm 170908 0
    joydev 9991 0
    mac80211 426332 1 iwldvm
    iTCO_wdt 5255 0
    coretemp 6070 0
    snd_hda_intel 26180 3
    snd_hda_codec 98033 3 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_intel
    kvm_intel 124749 0
    i915 495521 2
    intel_agp 10744 1 i915
    intel_gtt 15659 2 i915,intel_agp
    ac 2536 0
    drm_kms_helper 32877 1 i915
    drm 218852 3 i915,drm_kms_helper
    iTCO_vendor_support 1929 1 iTCO_wdt
    iwlwifi 125181 1 iwldvm
    cfg80211 177108 3 iwlwifi,mac80211,iwldvm
    lpc_ich 10609 0
    snd_hwdep 6428 1 snd_hda_codec
    snd_pcm 75689 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 7217 2 snd_pcm,snd_hda_intel
    kvm 373917 1 kvm_intel
    e1000e 180191 0
    sdhci_pci 10833 0
    sdhci 23694 1 sdhci_pci
    snd_timer 18934 1 snd_pcm
    i2c_algo_bit 5391 1 i915
    i2c_i801 9571 0
    mmc_core 82754 2 sdhci,sdhci_pci
    i2c_core 20707 6 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,videodev
    crc32c_intel 1987 0
    ghash_clmulni_intel 4237 0
    psmouse 71909 0
    button 4662 1 i915
    wmi 8379 0
    cryptd 8741 2 ghash_clmulni_intel,ablk_helper
    thermal 8119 0
    battery 6773 0
    video 11276 1 i915
    serio_raw 4689 0
    evdev 10266 21
    microcode 12377 0
    vboxdrv 1823469 0
    tp_smapi 20660 0
    thinkpad_ec 4253 1 tp_smapi
    thinkpad_acpi 62561 0
    nvram 5906 1 thinkpad_acpi
    snd 60188 14 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_pcm,snd_hda_codec,snd_hda_intel,thinkpad_acpi
    soundcore 5442 1 snd
    rfkill 15604 4 cfg80211,thinkpad_acpi,bluetooth
    loop 18160 0
    fuse 69173 3
    acpi_cpufreq 5933 1
    mperf 1267 1 acpi_cpufreq
    processor 26855 1 acpi_cpufreq
    ext4 440434 2
    crc16 1359 2 ext4,bluetooth
    jbd2 78751 1 ext4
    mbcache 5977 1 ext4
    hid_generic 1113 0
    usbhid 36996 0
    hid 85929 2 hid_generic,usbhid
    sd_mod 29559 4
    ahci 21360 3
    libahci 20023 1 ahci
    ehci_hcd 41816 0
    libata 167683 2 ahci,libahci
    scsi_mod 133386 2 libata,sd_mod
    usbcore 150398 4 btusb,uvcvideo,ehci_hcd,usbhid
    usb_common 954 1 usbcore
    $ lspci
    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
    00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
    00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
    00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b4)
    00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b4)
    00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b4)
    00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation QM67 Express Chipset Family LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 04)
    00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
    03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] (rev 34)
    0d:00.0 System peripheral: Ricoh Co Ltd PCIe SDXC/MMC Host Controller (rev 07)
    $ dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.6.7-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Sun Nov 18 10:11:22 CET 2012
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=bec3f15c-0839-47e7-9abd-115456cd399c ro
    [ 0.000000] Disabled fast string operations
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000da99efff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000da99f000-0x00000000dae9efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000dae9f000-0x00000000daf9efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000daf9f000-0x00000000daffefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000dafff000-0x00000000daffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000db000000-0x00000000df9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffd20000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021e5fffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000021e600000-0x000000021e7fffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.6 present.
    [ 0.000000] DMI: LENOVO 4290W1A/4290W1A, BIOS 8DET59WW (1.29 ) 04/02/2012
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x21e600 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0FFC00000 mask FFFC00000 write-protect
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0C0000000 mask FE0000000 write-back
    [ 0.000000] 4 base 0DC000000 mask FFC000000 uncachable
    [ 0.000000] 5 base 0DB000000 mask FFF000000 uncachable
    [ 0.000000] 6 base 100000000 mask F00000000 write-back
    [ 0.000000] 7 base 200000000 mask FE0000000 write-back
    [ 0.000000] 8 base 21F000000 mask FFF000000 uncachable
    [ 0.000000] 9 base 21E800000 mask FFF800000 uncachable
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xdb000 max_arch_pfn = 0x400000000
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0xdaffffff]
    [ 0.000000] [mem 0x00000000-0xdaffffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0xdaffffff @ [mem 0x1fffb000-0x1fffffff]
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x21e5fffff]
    [ 0.000000] [mem 0x100000000-0x21e5fffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0x21e5fffff @ [mem 0xda999000-0xda99efff]
    [ 0.000000] RAMDISK: [mem 0x37a36000-0x37d12fff]
    [ 0.000000] ACPI: RSDP 00000000000f00e0 00024 (v02 LENOVO)
    [ 0.000000] ACPI: XSDT 00000000daffe120 000A4 (v01 LENOVO TP-8D 00001290 PTEC 00000002)
    [ 0.000000] ACPI: FACP 00000000dafe7000 000F4 (v04 LENOVO TP-8D 00001290 PTL 00000002)
    [ 0.000000] ACPI: DSDT 00000000dafea000 0F716 (v01 LENOVO TP-8D 00001290 INTL 20061109)
    [ 0.000000] ACPI: FACS 00000000daf2d000 00040
    [ 0.000000] ACPI: SLIC 00000000daffd000 00176 (v01 LENOVO TP-8D 00001290 PTEC 00000001)
    [ 0.000000] ACPI: SSDT 00000000daffc000 00249 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
    [ 0.000000] ACPI: SSDT 00000000daffb000 00033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
    [ 0.000000] ACPI: SSDT 00000000daffa000 007D1 (v01 LENOVO SataAhci 00001000 INTL 20061109)
    [ 0.000000] ACPI: HPET 00000000dafe6000 00038 (v01 LENOVO TP-8D 00001290 PTL 00000002)
    [ 0.000000] ACPI: APIC 00000000dafe5000 00098 (v01 LENOVO TP-8D 00001290 PTL 00000002)
    [ 0.000000] ACPI: MCFG 00000000dafe4000 0003C (v01 LENOVO TP-8D 00001290 PTL 00000002)
    [ 0.000000] ACPI: ECDT 00000000dafe3000 00052 (v01 LENOVO TP-8D 00001290 PTL 00000002)
    [ 0.000000] ACPI: ASF! 00000000dafe9000 000A5 (v32 LENOVO TP-8D 00001290 PTL 00000002)
    [ 0.000000] ACPI: TCPA 00000000dafe2000 00032 (v02 PTL LENOVO 06040000 LNVO 00000001)
    [ 0.000000] ACPI: SSDT 00000000dafe1000 00B2F (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 00000000dafe0000 00996 (v01 PmRef CpuPm 00003000 INTL 20061109)
    [ 0.000000] ACPI: UEFI 00000000dafdf000 0003E (v01 LENOVO TP-8D 00001290 PTL 00000002)
    [ 0.000000] ACPI: UEFI 00000000dafde000 00042 (v01 PTL COMBUF 00000001 PTL 00000001)
    [ 0.000000] ACPI: UEFI 00000000dafdd000 00292 (v01 LENOVO TP-8D 00001290 PTL 00000002)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021e5fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x21e5fffff]
    [ 0.000000] NODE_DATA [mem 0x21e5fc000-0x21e5fffff]
    [ 0.000000] [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880215c00000-ffff88021dbfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x21e5fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x3fffffff]
    [ 0.000000] node 0: [mem 0x40200000-0xda99efff]
    [ 0.000000] node 0: [mem 0xdafff000-0xdaffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x21e5fffff]
    [ 0.000000] On node 0 totalpages: 2067245
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 6 pages reserved
    [ 0.000000] DMA zone: 3911 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 16320 pages used for memmap
    [ 0.000000] DMA32 zone: 873952 pages, LIFO batch:31
    [ 0.000000] Normal zone: 18328 pages used for memmap
    [ 0.000000] Normal zone: 1154664 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
    [ 0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
    [ 0.000000] PM: Registered nosave memory: 00000000da99f000 - 00000000dae9f000
    [ 0.000000] PM: Registered nosave memory: 00000000dae9f000 - 00000000daf9f000
    [ 0.000000] PM: Registered nosave memory: 00000000daf9f000 - 00000000dafff000
    [ 0.000000] PM: Registered nosave memory: 00000000db000000 - 00000000dfa00000
    [ 0.000000] PM: Registered nosave memory: 00000000dfa00000 - 00000000f8000000
    [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
    [ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed08000
    [ 0.000000] PM: Registered nosave memory: 00000000fed08000 - 00000000fed09000
    [ 0.000000] PM: Registered nosave memory: 00000000fed09000 - 00000000fed10000
    [ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed1a000
    [ 0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
    [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
    [ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
    [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffd20000
    [ 0.000000] PM: Registered nosave memory: 00000000ffd20000 - 0000000100000000
    [ 0.000000] e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88021e200000 s84608 r8192 d21888 u262144
    [ 0.000000] pcpu-alloc: s84608 r8192 d21888 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2032527
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=bec3f15c-0839-47e7-9abd-115456cd399c ro
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 8056756k/8886272k available (4727k kernel code, 617292k absent, 212224k reserved, 4143k data, 772k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
    [ 0.000000] NR_IRQS:4352 nr_irqs:744 16
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2093.150 MHz processor
    [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4187.72 BogoMIPS (lpj=6977166)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000036] Security Framework initialized
    [ 0.000039] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000584] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.002423] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.003215] Mount-cache hash table entries: 256
    [ 0.003422] Initializing cgroup subsys cpuacct
    [ 0.003424] Initializing cgroup subsys memory
    [ 0.003431] Initializing cgroup subsys devices
    [ 0.003433] Initializing cgroup subsys freezer
    [ 0.003434] Initializing cgroup subsys net_cls
    [ 0.003435] Initializing cgroup subsys blkio
    [ 0.003459] Disabled fast string operations
    [ 0.003461] CPU: Physical Processor ID: 0
    [ 0.003462] CPU: Processor Core ID: 0
    [ 0.003467] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.003470] mce: CPU supports 7 MCE banks
    [ 0.003482] CPU0: Thermal monitoring enabled (TM1)
    [ 0.003489] process: using mwait in idle threads
    [ 0.003493] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift is 0x5
    [ 0.004469] ACPI: Core revision 20120711
    [ 0.012524] ftrace: allocating 18348 entries in 72 pages
    [ 0.022278] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.055270] smpboot: CPU0: Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz stepping 07
    [ 0.159848] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
    [ 0.159854] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
    [ 0.159856] ... version: 3
    [ 0.159857] ... bit width: 48
    [ 0.159858] ... generic registers: 4
    [ 0.159859] ... value mask: 0000ffffffffffff
    [ 0.159860] ... max period: 000000007fffffff
    [ 0.159861] ... fixed-purpose events: 3
    [ 0.159862] ... event mask: 000000070000000f
    [ 0.186691] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.210978] Disabled fast string operations
    [ 0.234299] Disabled fast string operations
    [ 0.257620] Disabled fast string operations
    [ 0.199853] smpboot: Booting Node 0, Processors #1 #2 #3
    [ 0.259784] Brought up 4 CPUs
    [ 0.259788] smpboot: Total of 4 processors activated (16751.91 BogoMIPS)
    [ 0.263428] devtmpfs: initialized
    [ 0.264748] PM: Registering ACPI NVS region [mem 0xdae9f000-0xdaf9efff] (1048576 bytes)
    [ 0.265739] NET: Registered protocol family 16
    [ 0.265859] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.265861] ACPI: bus type pci registered
    [ 0.266122] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.266124] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.273390] PCI: Using configuration type 1 for base access
    [ 0.273927] bio: create slab <bio-0> at 0
    [ 0.273983] ACPI: Added _OSI(Module Device)
    [ 0.273984] ACPI: Added _OSI(Processor Device)
    [ 0.273986] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.273987] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.275697] ACPI: EC: EC description table is found, configuring boot EC
    [ 0.280348] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.283474] ACPI: SSDT 00000000dae8c018 008C0 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.283909] ACPI: Dynamic OEM Table Load:
    [ 0.283911] ACPI: SSDT (null) 008C0 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.284159] ACPI: SSDT 00000000dae8da98 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.284617] ACPI: Dynamic OEM Table Load:
    [ 0.284619] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.284732] ACPI: SSDT 00000000dae8bd98 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.285158] ACPI: Dynamic OEM Table Load:
    [ 0.285160] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.285703] ACPI: Interpreter enabled
    [ 0.285706] ACPI: (supports S0 S3 S4 S5)
    [ 0.285723] ACPI: Using IOAPIC for interrupt routing
    [ 0.288405] ACPI: Power Resource [PUBS] (on)
    [ 0.291396] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
    [ 0.292570] ACPI: ACPI Dock Station Driver: 3 docks/bays found
    [ 0.292574] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.292674] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    [ 0.292703] pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [ 0.292734] PCI host bridge to bus 0000:00
    [ 0.292737] pci_bus 0000:00: busn_res: [bus 00-fe] is inserted under domain [bus 00-ff]
    [ 0.292739] pci_bus 0000:00: root bus resource [bus 00-fe]
    [ 0.292741] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.292742] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.292744] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.292746] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfebfffff]
    [ 0.292747] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff]
    [ 0.292756] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
    [ 0.292795] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
    [ 0.292807] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
    [ 0.292813] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.292818] pci 0000:00:02.0: reg 20: [io 0x5000-0x503f]
    [ 0.292876] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
    [ 0.292900] pci 0000:00:16.0: reg 10: [mem 0xf2525000-0xf252500f 64bit]
    [ 0.292980] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.293014] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
    [ 0.293035] pci 0000:00:19.0: reg 10: [mem 0xf2500000-0xf251ffff]
    [ 0.293046] pci 0000:00:19.0: reg 14: [mem 0xf252b000-0xf252bfff]
    [ 0.293055] pci 0000:00:19.0: reg 18: [io 0x5080-0x509f]
    [ 0.293126] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [ 0.293155] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
    [ 0.293178] pci 0000:00:1a.0: reg 10: [mem 0xf252a000-0xf252a3ff]
    [ 0.293272] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.293301] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
    [ 0.293318] pci 0000:00:1b.0: reg 10: [mem 0xf2520000-0xf2523fff 64bit]
    [ 0.293391] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.293420] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
    [ 0.293551] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.293590] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
    [ 0.293719] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.293763] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
    [ 0.293894] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.293934] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
    [ 0.294064] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.294110] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
    [ 0.294133] pci 0000:00:1d.0: reg 10: [mem 0xf2529000-0xf25293ff]
    [ 0.294227] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.294256] pci 0000:00:1f.0: [8086:1c4f] type 00 class 0x060100
    [ 0.294387] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
    [ 0.294407] pci 0000:00:1f.2: reg 10: [io 0x50a8-0x50af]
    [ 0.294415] pci 0000:00:1f.2: reg 14: [io 0x50bc-0x50bf]
    [ 0.294424] pci 0000:00:1f.2: reg 18: [io 0x50a0-0x50a7]
    [ 0.294432] pci 0000:00:1f.2: reg 1c: [io 0x50b8-0x50bb]
    [ 0.294441] pci 0000:00:1f.2: reg 20: [io 0x5060-0x507f]
    [ 0.294449] pci 0000:00:1f.2: reg 24: [mem 0xf2528000-0xf25287ff]
    [ 0.294497] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.294519] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
    [ 0.294536] pci 0000:00:1f.3: reg 10: [mem 0xf2524000-0xf25240ff 64bit]
    [ 0.294558] pci 0000:00:1f.3: reg 20: [io 0xefa0-0xefbf]
    [ 0.294659] pci_bus 0000:02: busn_res: [bus 02] is inserted under [bus 00-fe]
    [ 0.294662] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.294745] pci_bus 0000:03: busn_res: [bus 03] is inserted under [bus 00-fe]
    [ 0.294908] pci 0000:03:00.0: [8086:0085] type 00 class 0x028000
    [ 0.295072] pci 0000:03:00.0: reg 10: [mem 0xf2400000-0xf2401fff 64bit]
    [ 0.295772] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.299941] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.299950] pci 0000:00:1c.1: bridge window [mem 0xf2400000-0xf24fffff]
    [ 0.300027] pci_bus 0000:05: busn_res: [bus 05-0c] is inserted under [bus 00-fe]
    [ 0.300030] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    [ 0.300035] pci 0000:00:1c.3: bridge window [io 0x4000-0x4fff]
    [ 0.300041] pci 0000:00:1c.3: bridge window [mem 0xf1c00000-0xf23fffff]
    [ 0.300050] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
    [ 0.300119] pci_bus 0000:0d: busn_res: [bus 0d] is inserted under [bus 00-fe]
    [ 0.300307] pci 0000:0d:00.0: [1180:e823] type 00 class 0x088001
    [ 0.300326] pci 0000:0d:00.0: MMC controller base frequency changed to 50Mhz.
    [ 0.300353] pci 0000:0d:00.0: reg 10: [mem 0xf1400000-0xf14000ff]
    [ 0.300554] pci 0000:0d:00.0: supports D1 D2
    [ 0.300555] pci 0000:0d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.306694] pci 0000:00:1c.4: PCI bridge to [bus 0d]
    [ 0.306699] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
    [ 0.306704] pci 0000:00:1c.4: bridge window [mem 0xf1400000-0xf1bfffff]
    [ 0.306712] pci 0000:00:1c.4: bridge window [mem 0xf0c00000-0xf13fffff 64bit pref]
    [ 0.306745] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.306816] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    [ 0.306837] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
    [ 0.306859] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]
    [ 0.306882] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP5._PRT]
    [ 0.306999] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.307136] pci0000:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0d
    [ 0.307137] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.309028] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.309081] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 9 10 11)
    [ 0.309131] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.309181] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.309229] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11)
    [ 0.309271] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
    [ 0.309320] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 9 10 11)
    [ 0.309369] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11)
    [ 0.309455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.309461] vgaarb: loaded
    [ 0.309462] vgaarb: bridge control possible 0000:00:02.0
    [ 0.309493] PCI: Using ACPI for IRQ routing
    [ 0.311293] PCI: pci_cache_line_size set to 64 bytes
    [ 0.311819] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [ 0.311820] e820: reserve RAM buffer [mem 0xda99f000-0xdbffffff]
    [ 0.311822] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
    [ 0.311823] e820: reserve RAM buffer [mem 0x21e600000-0x21fffffff]
    [ 0.311910] NetLabel: Initializing
    [ 0.311911] NetLabel: domain hash size = 128
    [ 0.311912] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.311923] NetLabel: unlabeled traffic allowed by default
    [ 0.311936] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.311941] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.313957] Switching to clocksource hpet
    [ 0.318892] pnp: PnP ACPI init
    [ 0.318909] ACPI: bus type pnp registered
    [ 0.319234] pnp 00:00: [mem 0x00000000-0x0009ffff]
    [ 0.319236] pnp 00:00: [mem 0x000c0000-0x000c3fff]
    [ 0.319237] pnp 00:00: [mem 0x000c4000-0x000c7fff]
    [ 0.319238] pnp 00:00: [mem 0x000c8000-0x000cbfff]
    [ 0.319240] pnp 00:00: [mem 0x000cc000-0x000cffff]
    [ 0.319241] pnp 00:00: [mem 0x000d0000-0x000d3fff]
    [ 0.319243] pnp 00:00: [mem 0x000d4000-0x000d7fff]
    [ 0.319244] pnp 00:00: [mem 0x000d8000-0x000dbfff]
    [ 0.319245] pnp 00:00: [mem 0x000dc000-0x000dffff]
    [ 0.319247] pnp 00:00: [mem 0x000e0000-0x000e3fff]
    [ 0.319248] pnp 00:00: [mem 0x000e4000-0x000e7fff]
    [ 0.319249] pnp 00:00: [mem 0x000e8000-0x000ebfff]
    [ 0.319251] pnp 00:00: [mem 0x000ec000-0x000effff]
    [ 0.319252] pnp 00:00: [mem 0x000f0000-0x000fffff]
    [ 0.319254] pnp 00:00: [mem 0x00100000-0xdf9fffff]
    [ 0.319255] pnp 00:00: [mem 0xfec00000-0xfed3ffff]
    [ 0.319256] pnp 00:00: [mem 0xfed4c000-0xffffffff]
    [ 0.319307] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.319309] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
    [ 0.319311] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
    [ 0.319313] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
    [ 0.319315] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
    [ 0.319319] system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved
    [ 0.319320] system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved
    [ 0.319322] system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved
    [ 0.319323] system 00:00: [mem 0x000dc000-0x000dffff] has been reserved
    [ 0.319325] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
    [ 0.319327] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
    [ 0.319329] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
    [ 0.319330] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
    [ 0.319332] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    [ 0.319334] system 00:00: [mem 0x00100000-0xdf9fffff] could not be reserved
    [ 0.319336] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
    [ 0.319338] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
    [ 0.319341] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.319360] pnp 00:01: [bus 00-fe]
    [ 0.319362] pnp 00:01: [io 0x0cf8-0x0cff]
    [ 0.319363] pnp 00:01: [io 0x0000-0x0cf7 window]
    [ 0.319365] pnp 00:01: [io 0x0d00-0xffff window]
    [ 0.319367] pnp 00:01: [mem 0x000a0000-0x000bffff window]
    [ 0.319370] pnp 00:01: [mem 0x000c0000-0x000c3fff window]
    [ 0.319371] pnp 00:01: [mem 0x000c4000-0x000c7fff window]
    [ 0.319373] pnp 00:01: [mem 0x000c8000-0x000cbfff window]
    [ 0.319374] pnp 00:01: [mem 0x000cc000-0x000cffff window]
    [ 0.319376] pnp 00:01: [mem 0x000d0000-0x000d3fff window]
    [ 0.319377] pnp 00:01: [mem 0x000d4000-0x000d7fff window]
    [ 0.319379] pnp 00:01: [mem 0x000d8000-0x000dbfff window]
    [ 0.319380] pnp 00:01: [mem 0x000dc000-0x000dffff window]
    [ 0.319382] pnp 00:01: [mem 0x000e0000-0x000e3fff window]
    [ 0.319383] pnp 00:01: [mem 0x000e4000-0x000e7fff window]
    [ 0.319384] pnp 00:01: [mem 0x000e8000-0x000ebfff window]
    [ 0.319386] pnp 00:01: [mem 0x000ec000-0x000effff window]
    [ 0.319387] pnp 00:01: [mem 0xdfa00000-0xfebfffff window]
    [ 0.319389] pnp 00:01: [mem 0xfed40000-0xfed4bfff window]
    [ 0.319442] pnp 00:01: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.319495] pnp 00:02: [io 0x0010-0x001f]
    [ 0.319497] pnp 00:02: [io 0x0090-0x009f]
    [ 0.319498] pnp 00:02: [io 0x0024-0x0025]
    [ 0.319499] pnp 00:02: [io 0x0028-0x0029]
    [ 0.319501] pnp 00:02: [io 0x002c-0x002d]
    [ 0.319502] pnp 00:02: [io 0x0030-0x0031]
    [ 0.319503] pnp 00:02: [io 0x0034-0x0035]
    [ 0.319505] pnp 00:02: [io 0x0038-0x0039]
    [ 0.319506] pnp 00:02: [io 0x003c-0x003d]
    [ 0.319507] pnp 00:02: [io 0x00a4-0x00a5]
    [ 0.319508] pnp 00:02: [io 0x00a8-0x00a9]
    [ 0.319510] pnp 00:02: [io 0x00ac-0x00ad]
    [ 0.319511] pnp 00:02: [io 0x00b0-0x00b5]
    [ 0.319512] pnp 00:02: [io 0x00b8-0x00b9]
    [ 0.319513] pnp 00:02: [io 0x00bc-0x00bd]
    [ 0.319515] pnp 00:02: [io 0x0050-0x0053]
    [ 0.319516] pnp 00:02: [io 0x0072-0x0077]
    [ 0.319517] pnp 00:02: [io 0x0400-0x047f]
    [ 0.319518] pnp 00:02: [io 0x0500-0x057f]
    [ 0.319520] pnp 00:02: [io 0x0800-0x080f]
    [ 0.319521] pnp 00:02: [io 0x15e0-0x15ef]
    [ 0.319522] pnp 00:02: [io 0x1600-0x167f]
    [ 0.319524] pnp 00:02: [mem 0xf8000000-0xfbffffff]
    [ 0.319525] pnp 00:02: [mem 0x00000000-0x00000fff]
    [ 0.319527] pnp 00:02: [mem 0xfed1c000-0xfed1ffff]
    [ 0.319528] pnp 00:02: [mem 0xfed10000-0xfed13fff]
    [ 0.319530] pnp 00:02: [mem 0xfed18000-0xfed18fff]
    [ 0.319531] pnp 00:02: [mem 0xfed19000-0xfed19fff]
    [ 0.319534] pnp 00:02: [mem 0xfed45000-0xfed4bfff]
    [ 0.319580] system 00:02: [io 0x0400-0x047f] has been reserved
    [ 0.319582] system 00:02: [io 0x0500-0x057f] has been reserved
    [ 0.319584] system 00:02: [io 0x0800-0x080f] has been reserved
    [ 0.319586] system 00:02: [io 0x15e0-0x15ef] has been reserved
    [ 0.319587] system 00:02: [io 0x1600-0x167f] has been reserved
    [ 0.319590] system 00:02: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.319591] system 00:02: [mem 0x00000000-0x00000fff] could not be reserved
    [ 0.319593] system 00:02: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.319595] system 00:02: [mem 0xfed10000-0xfed13fff] has been reserved
    [ 0.319597] system 00:02: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.319599] system 00:02: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.319600] system 00:02: [mem 0xfed45000-0xfed4bfff] has been reserved
    [ 0.319603] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.319640] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.319665] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.319673] pnp 00:04: [io 0x0000-0x000f]
    [ 0.319674] pnp 00:04: [io 0x0080-0x008f]
    [ 0.319675] pnp 00:04: [io 0x00c0-0x00df]
    [ 0.319677] pnp 00:04: [dma 4]
    [ 0.319699] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.319705] pnp 00:05: [io 0x0061]
    [ 0.319728] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.319735] pnp 00:06: [io 0x00f0]
    [ 0.319744] pnp 00:06: [irq 13]
    [ 0.319767] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.319773] pnp 00:07: [io 0x0070-0x0071]
    [ 0.319778] pnp 00:07: [irq 8]
    [ 0.319801] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.319808] pnp 00:08: [io 0x0060]
    [ 0.319809] pnp 00:08: [io 0x0064]
    [ 0.319814] pnp 00:08: [irq 1]
    [ 0.319836] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.319845] pnp 00:09: [irq 12]
    [ 0.319870] pnp 00:09: Plug and Play ACPI device, IDs LEN0020 PNP0f13 (active)
    [ 0.319897] pnp 00:0a: [mem 0xfed40000-0xfed44fff]
    [ 0.319923] pnp 00:0a: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
    [ 0.320404] pnp: PnP ACPI: found 11 devices
    [ 0.320405] ACPI: ACPI bus type pnp unregistered
    [ 0.327036] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.327055] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.327062] pci 0000:00:1c.1: bridge window [mem 0xf2400000-0xf24fffff]
    [ 0.327074] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    [ 0.327078] pci 0000:00:1c.3: bridge window [io 0x4000-0x4fff]
    [ 0.327084] pci 0000:00:1c.3: bridge window [mem 0xf1c00000-0xf23fffff]
    [ 0.327090] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
    [ 0.327098] pci 0000:00:1c.4: PCI bridge to [bus 0d]
    [ 0.327102] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
    [ 0.327109] pci 0000:00:1c.4: bridge window [mem 0xf1400000-0xf1bfffff]
    [ 0.327114] pci 0000:00:1c.4: bridge window [mem 0xf0c00000-0xf13fffff 64bit pref]
    [ 0.327161] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.327163] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.327165] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.327166] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfebfffff]
    [ 0.327168] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff]
    [ 0.327170] pci_bus 0000:03: resource 1 [mem 0xf2400000-0xf24fffff]
    [ 0.327171] pci_bus 0000:05: resource 0 [io 0x4000-0x4fff]
    [ 0.327173] pci_bus 0000:05: resource 1 [mem 0xf1c00000-0xf23fffff]
    [ 0.327175] pci_bus 0000:05: resource 2 [mem 0xf0400000-0xf0bfffff 64bit pref]
    [ 0.327176] pci_bus 0000:0d: resource 0 [io 0x3000-0x3fff]
    [ 0.327178] pci_bus 0000:0d: resource 1 [mem 0xf1400000-0xf1bfffff]
    [ 0.327180] pci_bus 0000:0d: resource 2 [mem 0xf0c00000-0xf13fffff 64bit pref]
    [ 0.327211] NET: Registered protocol family 2
    [ 0.327831] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.329126] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.329260] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.329279] TCP: reno registered
    [ 0.329291] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.329323] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.329413] NET: Registered protocol family 1
    [ 0.329426] pci 0000:00:02.0: Boot video device
    [ 0.329740] PCI: CLS 64 bytes, default 64
    [ 0.329780] Unpacking initramfs...
    [ 0.387559] Freeing initrd memory: 2932k freed
    [ 0.387980] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.387985] software IO TLB [mem 0xd6999000-0xda998fff] (64MB) mapped at [ffff8800d6999000-ffff8800da998fff]
    [ 0.388355] audit: initializing netlink socket (disabled)
    [ 0.388369] type=2000 audit(1354309309.283:1): initialized
    [ 0.400730] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.402517] VFS: Disk quotas dquot_6.5.2
    [ 0.402562] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.402683] msgmni has been set to 15741
    [ 0.402876] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.402905] io scheduler noop registered
    [ 0.402908] io scheduler deadline registered
    [ 0.402955] io scheduler cfq registered (default)
    [ 0.403344] vesafb: mode is 1024x768x32, linelength=4096, pages=0
    [ 0.403346] vesafb: scrolling: redraw
    [ 0.403347] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.403726] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90005600000, using 3072k, total 3072k
    [ 0.464566] Console: switching to colour frame buffer device 128x48
    [ 0.525336] fb0: VESA VGA frame buffer device
    [ 0.525345] intel_idle: MWAIT substates: 0x21120
    [ 0.525347] intel_idle: v0.4 model 0x2A
    [ 0.525348] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.525379] GHES: HEST is not enabled!
    [ 0.525424] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.525789] Linux agpgart interface v0.103
    [ 0.525853] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    [ 0.528874] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.528885] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.528988] mousedev: PS/2 mouse device common for all mice
    [ 0.529055] rtc_cmos 00:07: RTC can wake from S4
    [ 0.529184] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
    [ 0.529213] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.529294] cpuidle: using governor ladder
    [ 0.529407] cpuidle: using governor menu
    [ 0.529520] drop_monitor: Initializing network drop monitor service
    [ 0.529586] TCP: cubic registered
    [ 0.529691] NET: Registered protocol family 10
    [ 0.529824] NET: Registered protocol family 17
    [ 0.529835] Key type dns_resolver registered
    [ 0.530084] PM: Hibernation image not present or could not be loaded.
    [ 0.530092] registered taskstats version 1
    [ 0.530788] rtc_cmos 00:07: setting system clock to 2012-11-30 21:01:50 UTC (1354309310)
    [ 0.532050] Freeing unused kernel memory: 772k freed
    [ 0.532166] Write protecting the kernel read-only data: 8192k
    [ 0.532489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.536235] Freeing unused kernel memory: 1408k freed
    [ 0.538800] Freeing unused kernel memory: 568k freed
    [ 0.546844] systemd-udevd[54]: starting version 195
    [ 0.575245] ACPI: bus type usb registered
    [ 0.575302] usbcore: registered new interface driver usbfs
    [ 0.575336] usbcore: registered new interface driver hub
    [ 0.576542] SCSI subsystem initialized
    [ 0.577258] usbcore: registered new device driver usb
    [ 0.577704] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.577787] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 0.577792] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [ 0.577802] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.577951] ACPI: bus type scsi registered
    [ 0.578232] libata version 3.00 loaded.
    [ 0.581720] ehci_hcd 0000:00:1a.0: debug port 2
    [ 0.581729] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
    [ 0.581749] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf252a000
    [ 0.590555] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 0.590798] hub 1-0:1.0: USB hub found
    [ 0.590803] hub 1-0:1.0: 3 ports detected
    [ 0.590927] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 0.590931] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [ 0.590936] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 0.594840] ehci_hcd 0000:00:1d.0: debug port 2
    [ 0.594852] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.594872] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf2529000
    [ 0.603890] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.604176] hub 2-0:1.0: USB hub found
    [ 0.604183] hub 2-0:1.0: 3 ports detected
    [ 0.604302] ahci 0000:00:1f.2: version 3.0
    [ 0.604376] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
    [ 0.604428] ahci: SSS flag set, parallel bus scan disabled
    [ 0.617350] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x13 impl SATA mode
    [ 0.617356] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst
    [ 0.617362] ahci 0000:00:1f.2: setting latency timer to 64
    [ 0.631249] scsi0 : ahci
    [ 0.631497] scsi1 : ahci
    [ 0.631608] scsi2 : ahci
    [ 0.631699] scsi3 : ahci
    [ 0.631792] scsi4 : ahci
    [ 0.631879] scsi5 : ahci
    [ 0.631927] ata1: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528100 irq 40
    [ 0.631930] ata2: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528180 irq 40
    [ 0.631931] ata3: DUMMY
    [ 0.631932] ata4: DUMMY
    [ 0.631935] ata5: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528300 irq 40
    [ 0.631936] ata6: DUMMY
    [ 0.897214] usb 1-1: new high-speed USB device number 2 using ehci_hcd
    [ 0.950525] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 0.951864] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 0.951874] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 0.951880] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 0.952847] ata1.00: ATA-8: HITACHI HTS543232A7A384, ES2ZB70B, max UDMA/100
    [ 0.952856] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 0.954250] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 0.954261] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 0.954266] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 0.955234] ata1.00: configured for UDMA/100
    [ 0.955586] scsi 0:0:0:0: Direct-Access ATA HITACHI HTS54323 ES2Z PQ: 0 ANSI: 5
    [ 1.021089] hub 1-1:1.0: USB hub found
    [ 1.021238] hub 1-1:1.0: 6 ports detected
    [ 1.127117] usb 2-1: new high-speed USB device number 2 using ehci_hcd
    [ 1.250986] hub 2-1:1.0: USB hub found
    [ 1.251142] hub 2-1:1.0: 8 ports detected
    [ 1.280360] ata2: SATA link down (SStatus 0 SControl 300)
    [ 1.317185] usb 1-1.3: new full-speed USB device number 3 using ehci_hcd
    [ 1.390335] tsc: Refined TSC clocksource calibration: 2093.233 MHz
    [ 1.390358] Switching to clocksource tsc
    [ 1.480487] usb 1-1.6: new high-speed USB device number 4 using ehci_hcd
    [ 1.600245] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.604868] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 1.604916] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.604920] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.604942] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.637045] usb 2-1.1: new full-speed USB device number 3 using ehci_hcd
    [ 1.648127] sda: sda1 sda2 sda3 sda4
    [ 1.648713] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.730250] usbcore: registered new interface driver usbhid
    [ 1.730253] usbhid: USB HID core driver
    [ 1.730912] input: Areson Revoltec FightMouse PRO as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input1
    [ 1.731350] hid-generic 0003:FFC0:001F.0001: input,hidraw0: USB HID v10.01 Mouse [Areson Revoltec FightMouse PRO] on usb-0000:00:1d.0-1.1/input0
    [ 1.734730] input: Areson Revoltec FightMouse PRO as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/input/input2
    [ 1.734938] hid-generic 0003:FFC0:001F.0002: input,hidraw1: USB HID v10.01 Mouse [Areson Revoltec FightMouse PRO] on usb-0000:00:1d.0-1.1/input1
    [ 5.425946] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 6.342473] systemd[1]: systemd 196 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; arch)
    [ 6.377129] systemd[1]: Set hostname to <diiis-tp>.
    [ 7.519645] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 7.519696] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 7.519709] systemd[1]: Starting Remote File Systems.
    [ 7.520387] systemd[1]: Reached target Remote File Systems.
    [ 7.520397] systemd[1]: Starting Syslog Socket.
    [ 7.520994] systemd[1]: Listening on Syslog Socket.
    [ 7.521004] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 7.521837] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 7.521847] systemd[1]: Starting Delayed Shutdown Socket.
    [ 7.522528] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 7.522560] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 7.523727] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 7.523741] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 7.523773] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 7.523783] systemd[1]: Starting Encrypted Volumes.
    [ 7.524411] systemd[1]: Reached target Encrypted Volumes.
    [ 7.524484] systemd[1]: Starting udev Kernel Socket.
    [ 7.525116] systemd[1]: Listening on udev Kernel Socket.
    [ 7.525162] systemd[1]: Starting udev Control Socket.
    [ 7.525807] systemd[1]: Listening on udev Control Socket.
    [ 7.525817] systemd[1]: Expecting device dev-sda2.device...
    [ 7.526399] systemd[1]: Expecting device dev-sda4.device...
    [ 7.526982] systemd[1]: Starting Journal Socket.
    [ 7.527586] systemd[1]: Listening on Journal Socket.
    [ 7.527603] systemd[1]: Started File System Check on Root Device.
    [ 7.527613] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 7.541610] systemd[1]: Mounting Temporary Directory...
    [ 7.616950] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway. (To see the over-mounted files, please manually mount the underlying file system to a secondary location.)
    [ 7.669464] systemd[1]: Starting Load Kernel Modules...
    [ 7.675116] systemd[1]: Starting udev Kernel Device Manager...
    [ 7.814857] systemd[1]: Starting Apply Kernel Variables...
    [ 7.823733] systemd[1]: Mounting Huge Pages File System...
    [ 7.832398] systemd[1]: Mounting POSIX Message Queue File System...
    [ 7.844513] systemd[1]: Starting udev Coldplug all Devices...
    [ 7.850467] systemd[1]: Starting Setup Virtual Console...
    [ 7.874608] systemd[1]: Mounting Debug File System...
    [ 7.961282] systemd[1]: Starting Set Up Additional Binary Formats...
    [ 7.994472] systemd[1]: Starting Journal Service...
    [ 7.998537] systemd[1]: Started Journal Service.
    [ 7.998577] systemd[1]: Starting Syslog.
    [ 7.999104] systemd[1]: Reached target Syslog.
    [ 8.359696] ACPI: Requesting acpi_cpufreq
    [ 8.412122] systemd-udevd[123]: starting version 196
    [ 8.893109] fuse init (API version 7.20)
    [ 8.955823] loop: module loaded
    [ 9.139526] Non-volatile memory driver v1.3
    [ 9.195397] thinkpad_acpi: ThinkPad ACPI Extras v0.24
    [ 9.195400] thinkpad_acpi: http://ibm-acpi.sf.net/
    [ 9.195402] thinkpad_acpi: ThinkPad BIOS 8DET59WW (1.29 ), EC unknown
    [ 9.195403] thinkpad_acpi: Lenovo ThinkPad X220, model 4290W1A
    [ 9.195755] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
    [ 9.195905] thinkpad_acpi: radio switch found; radios are enabled
    [ 9.196090] thinkpad_acpi: possible tablet mode switch found; ThinkPad in laptop mode
    [ 9.196179] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
    [ 9.196180] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
    [ 9.197810] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
    [ 9.198301] Registered led device: tpacpi::thinklight
    [ 9.198324] Registered led device: tpacpi::power
    [ 9.198339] Registered led device: tpacpi::standby
    [ 9.198353] Registered led device: tpacpi::thinkvantage
    [ 9.198358] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
    [ 9.198480] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
    [ 9.199316] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input3
    [ 9.308978] thinkpad_ec: thinkpad_ec 0.41 loaded.
    [ 9.318246] tp_smapi 0.41 loading...
    [ 9.318355] tp_smapi successfully loaded (smapi_port=0xb2).
    [ 9.367258] EXT4-fs (sda1): re-mounted. Opts: user_xattr
    [ 9.427901] vboxdrv: Found 4 processor cores.
    [ 9.428159] vboxdrv: fAsync=0 offMin=0x1be offMax=0x2696
    [ 9.428217] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    [ 9.428218] vboxdrv: Successfully loaded version 4.2.4_OSE (interface 0x001a0004).
    [ 9.723703] usb 1-1.4: new full-speed USB device number 5 using ehci_hcd
    [ 10.183460] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x26
    [ 10.197477] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x26
    [ 10.198136] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x26
    [ 10.198699] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x26
    [ 10.199304] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 10.362833] thermal LNXTHERM:00: registered as thermal_zone0
    [ 10.362837] ACPI: Thermal Zone [THM0] (51 C)
    [ 10.373108] ACPI: Battery Slot [BAT0] (battery present)
    [ 10.403638] wmi: Mapper loaded
    [ 10.455848] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4
    [ 10.456080] ACPI: Lid Switch [LID]
    [ 10.456135] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5
    [ 10.456187] ACPI: Sleep Button [SLPB]
    [ 10.456263] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
    [ 10.456313] ACPI: Power Button [PWRF]
    [ 10.685901] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    [ 10.801198] sdhci: Secure Digital Host Controller Interface driver
    [ 10.801201] sdhci: Copyright(c) Pierre Ossman
    [ 10.819640] sdhci-pci 0000:0d:00.0: SDHCI controller found [1180:e823] (rev 4)
    [ 10.820650] Registered led device: mmc0::
    [ 10.848572] e1000e: Intel(R) PRO/1000 Network Driver - 2.0.0-k
    [ 10.848575] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
    [ 10.848635] e1000e 0000:00:19.0: setting latency timer to 64
    [ 10.848745] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    [ 10.848783] e1000e 0000:00:19.0: irq 41 for MSI/MSI-X
    [ 10.853101] mmc0: SDHCI controller on PCI [0000:0d:00.0] using DMA
    [ 11.002081] cfg80211: Calling CRDA to update world regulatory domain
    [ 11.043526] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) f0:de:f1:56:36:28
    [ 11.043530] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
    [ 11.043563] e1000e 0000:00:19.0: eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
    [ 0.956061] ACPI: Invalid Power Resource to register!
    [ 11.043640] ACPI Warning:
    [ 11.043644] 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \_SB_.PCI0.LPC_.PMIO 1 (20120711/utaddress-251)
    [ 11.043647] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 11.043652] ACPI Warning: 0x0000000000000500-0x000000000000057f SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20120711/utaddress-251)
    [ 11.043656] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 11.043658] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 11.062453] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 11.062464] Copyright(c) 2003-2012 Intel Corporation
    [ 11.062609] iwlwifi 0000:03:00.0: pci_resource_len = 0x00002000
    [ 11.062611] iwlwifi 0000:03:00.0: pci_resource_base = ffffc900055dc000
    [ 11.062613] iwlwifi 0000:03:00.0: HW Revision ID = 0x34
    [ 11.063330] iwlwifi 0000:03:00.0: irq 42 for MSI/MSI-X
    [ 11.071297] iTCO_vendor_support: vendor-support=0
    [ 11.082647] [drm] Initialized drm 1.1.0 20060810
    [ 11.092375] ACPI: AC Adapter [AC] (on-line)
    [ 11.299121] pci 0000:00:00.0: Intel Sandybridge Chipset
    [ 11.299217] pci 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 11.300256] pci 0000:00:00.0: detected 65536K stolen memory
    [ 11.300302] checking generic (e0000000 300000) vs hw (e0000000 10000000)
    [ 11.300304] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [ 11.300320] Console: switching to colour dummy device 80x25
    [ 11.300457] i915 0000:00:02.0: setting latency timer to 64
    [ 11.340831] i915 0000:00:02.0: irq 43 for MSI/MSI-X
    [ 11.340840] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 11.340841] [drm] Driver supports precise vblank timestamp query.
    [ 11.340875] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 11.499265] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.0, id: 0x1e2b1, caps: 0xd001a3/0x940300/0x120c00, board id: 1611, fw id: 774180
    [ 11.499279] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
    [ 11.549302] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
    [ 11.617977] iwlwifi 0000:03:00.0: loaded firmware version 17.168.5.3 build 42301
    [ 11.657398] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 11.657461] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
    [ 11.657872] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 11.767839] iwldvm: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
    [ 11.767842] iwldvm: Copyright(c) 2003-2012 Intel Corporation
    [ 11.767859] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 11.767861] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 11.767863] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 11.767864] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE disabled
    [ 11.767866] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_P2P disabled
    [ 11.767868] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Advanced-N 6205 AGN, REV=0xB0
    [ 11.768017] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 11.768189] iwlwifi 0000:03:00.0: RF_KILL bit toggled to enable radio.
    [ 11.779228] iwlwifi 0000:03:00.0: device EEPROM VER=0x715, CALIB=0x6
    [ 11.779232] iwlwifi 0000:03:00.0: Device SKU: 0x1F0
    [ 11.779234] iwlwifi 0000:03:00.0: Valid Tx ant: 0x3, Valid Rx ant: 0x3
    [ 11.779296] Registered led device: phy0-led
    [ 11.804279] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 11.821289] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 11.994884] fbcon: inteldrmfb (fb0) is primary device
    [ 12.159360] Console: switching to colour frame buffer device 170x48
    [ 12.162792] fb0: inteldrmfb frame buffer device
    [ 12.162793] drm: registered panic notifier
    [ 12.164681] acpi device:01: registered as cooling_device4
    [ 12.164752] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    [ 12.164800] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8
    [ 12.165021] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 12.165149] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
    [ 12.557082] Adding 2097148k swap on /dev/sda2. Priority:-1 extents:1 across:2097148k
    [ 12.737682] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input9
    [ 12.795111] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 12.795198] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 12.795259] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 13.593745] Linux media interface: v0.10
    [ 13.609115] Linux video capture interface: v2.00
    [ 13.648695] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    [ 13.781882] uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b217)
    [ 13.784149] input: Integrated Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input13
    [ 13.784281] usbcore: registered new interface driver uvcvideo
    [ 13.784283] USB Video Class driver (1.1.1)
    [ 13.805523] Bluetooth: Core ver 2.16
    [ 13.805545] NET: Registered protocol family 31
    [ 13.805548] Bluetooth: HCI device and connection manager initialized
    [ 13.805550] Bluetooth: HCI socket layer initialized
    [ 13.805552] Bluetooth: L2CAP socket layer initialized
    [ 13.805559] Bluetooth: SCO socket layer initialized
    [ 13.882978] usbcore: registered new interface driver btusb
    [ 14.022441] systemd-journald[131]: Received SIGUSR1
    [ 14.138645] systemd-journald[131]: File /var/log/journal/e5244b70a0b9c4709d9d39190000019e/system.journal corrupted or uncleanly shut down, renaming and replacing.
    [ 16.285888] ip_tables: (C) 2000-2006 Netfilter Core Team
    [ 16.345015] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    [ 16.657067] ip6_tables: (C) 2000-2006 Netfilter Core Team
    [ 18.072847] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    [ 18.237861] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 18.238072] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
    [ 18.328598] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input14
    [ 18.523915] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 18.524132] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
    [ 18.643167] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 21.869146] wlan0: authenticate with 00:24:fe:a3:ae:00
    [ 21.892979] wlan0: send auth to 00:24:fe:a3:ae:00 (try 1/3)
    [ 21.895988] wlan0: authenticated
    [ 21.898705] wlan0: associate with 00:24:fe:a3:ae:00 (try 1/3)
    [ 21.902665] wlan0: RX AssocResp from 00:24:fe:a3:ae:00 (capab=0x431 status=0 aid=5)
    [ 21.905091] wlan0: associated
    [ 21.905136] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 22.335766] usb 1-1.4: USB disconnect, device number 5
    [ 23.224865] smapi smapi: smapi_request: SMAPI error: SMAPI function is not available (func=2116)
    [ 23.224880] smapi smapi: __get_real_thresh: cannot get start_thresh of bat=0: SMAPI function is not available
    [ 29.453186] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
    [ 30.689504] [UFW BLOCK] IN=wlan0 OUT= MAC=a0:88:b4:3f:86:dc:00:24:fe:c3:17:de:08:00 SRC=208.68.163.221 DST=192.168.2.158 LEN=126 TOS=0x00 PREC=0x00 TTL=54 ID=17020 DF PROTO=TCP SPT=5222 DPT=37447 WINDOW=12 RES=0x00 ACK PSH URGP=0
    [ 38.534067] [UFW BLOCK] IN=wlan0 OUT= MAC=a0:88:b4:3f:86:dc:00:24:fe:c3:17:de:08:00 SRC=108.160.160.162 DST=192.168.2.158 LEN=231 TOS=0x00 PREC=0x00 TTL=56 ID=38421 DF PROTO=TCP SPT=80 DPT=39643 WINDOW=48 RES=0x00 ACK PSH URGP=0
    [ 40.560657] systemd-journald[131]: File /var/log/journal/e5244b70a0b9c4709d9d39190000019e/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.

  • [solved] system crash: / read-only and /home not mounted

    After a complete system crash due to resizing my partitions I am now at the point of restoring everything step by step.
    Having had bunches of kernel panics I can now already boot again into my old system. However, / is mounted as read-only manifesting in error messages for programs that access /var and /usr. Furthermore /home is not mounted at all.
    # journalctl -b
    can't create /var/lib/NetworkManager/dhclient-905c7548-79bb-4a97-9fb4-5ce1333f7ce5-wlp3s0.lease: Read-only file system
    Failed at step NAMESPACE spawning /usr/bin/ntpd: Read-only file system
    pam_tally(login:auth): Error opening /var/log/faillog for update
    The UUIDs in fstab are fine as well as the mount options. What else can cause the problem?
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # tmpfs /tmp tmpfs nodev,nosuid 0 0
    # DEVICE DETAILS: /dev/mapper/VolGroup00-Arch UUID=469ca819-9b4d-48d1-b9f9-7377f47ff722 LABEL=System
    # DEVICE DETAILS: /dev/mapper/VolGroup00-Home UUID=a390d1a9-fb13-4895-8297-03dba4cd6162 LABEL=Home
    # DEVICE DETAILS: /dev/mapper/VolGroup00-Swap UUID=732ac739-0110-4554-b86d-4d7413e89995 LABEL=Swap
    UUID=469ca819-9b4d-48d1-b9f9-7377f47ff722 / ext4 defaults,rw,noatime 0 1
    UUID=732ac739-0110-4554-b86d-4d7413e89995 swap swap defaults 0 0
    UUID=a390d1a9-fb13-4895-8297-03dba4cd6162 /home ext4 defaults,rw,noatime 0 1
    # blkid /dev/mapper/VolGroup00-*
    /dev/mapper/VolGroup00-Arch: LABEL="System" UUID="469ca819-9b4d-48d1-b9f9-7377f47ff722" TYPE="ext4"
    /dev/mapper/VolGroup00-Home: LABEL="Home" UUID="a390d1a9-fb13-4895-8297-03dba4cd6162" TYPE="ext4"
    /dev/mapper/VolGroup00-Swap: LABEL="Swap" UUID="732ac739-0110-4554-b86d-4d7413e89995" TYPE="swap"
    After logging in as root in tty I have to proceed with the following to get my system running:
    # mount -o remount,rw /
    # mount /dev/mapper/VolGroup00-Home /home
    Last edited by orschiro (2013-03-22 06:32:06)

    Hi WonderWoofy,
    I did a very dump thing. I deleted my /dev/sda1 ntfs partition, moved /dev/sda2 containing my lvm volumes to the left, resized /dev/sda2 and allocated the free space to my /home logical volume group. Lots of files ended up to be corrupt, I reinstalled all packages and ran fsck several times. Now at least it is starting again. I just found out that the entire root partition is mounted as read-only. In the following is the entire journal excerpt:
    -- Logs begin at Sa 2012-11-10 23:14:05 CET, end at Mi 2013-03-20 07:33:54 CET. --
    Mär 20 07:23:26 thinkpad systemd-journal[131]: Allowing runtime journal files to grow to 394.3M.
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys cpuset
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys cpu
    Mär 20 07:23:26 thinkpad kernel: Linux version 3.8.3-2-ARCH (tobias@T-POWA-LX) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Sun Mar 17 13:04:22 CET 2013
    Mär 20 07:23:26 thinkpad kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/VolGroup00-Arch ro quiet acpi_osi=Linux pcie_aspm=force nmi_watchdog=0 resume=/dev/mapper/VolGroup00-Swap
    Mär 20 07:23:26 thinkpad kernel: Disabled fast string operations
    Mär 20 07:23:26 thinkpad kernel: e820: BIOS-provided physical RAM map:
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bd6a0fff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd6a1000-0x00000000bd6a6fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd6a7000-0x00000000bd7b6fff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd7b7000-0x00000000bd80efff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd80f000-0x00000000bd8c6fff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8c7000-0x00000000bd8d1fff] ACPI NVS
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8d2000-0x00000000bd8d4fff] ACPI data
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8d5000-0x00000000bd8d8fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8d9000-0x00000000bd8dcfff] ACPI NVS
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8dd000-0x00000000bd8dffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8e0000-0x00000000bd906fff] ACPI NVS
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd907000-0x00000000bd907fff] ACPI data
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd908000-0x00000000bdb0efff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdb0f000-0x00000000bdb9efff] ACPI NVS
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdb9f000-0x00000000bdbfefff] ACPI data
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdbff000-0x00000000bdbfffff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdc00000-0x00000000bfffffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x0000000100000000-0x000000023bffffff] usable
    Mär 20 07:23:26 thinkpad kernel: NX (Execute Disable) protection: active
    Mär 20 07:23:26 thinkpad kernel: SMBIOS 2.4 present.
    Mär 20 07:23:26 thinkpad kernel: DMI: LENOVO 7450AC7/7450AC7, BIOS 7WET70WW (3.20 ) 12/13/2011
    Mär 20 07:23:26 thinkpad kernel: e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    Mär 20 07:23:26 thinkpad kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Mär 20 07:23:26 thinkpad kernel: No AGP bridge found
    Mär 20 07:23:26 thinkpad kernel: e820: last_pfn = 0x23c000 max_arch_pfn = 0x400000000
    Mär 20 07:23:26 thinkpad kernel: MTRR default type: uncachable
    Mär 20 07:23:26 thinkpad kernel: MTRR fixed ranges enabled:
    Mär 20 07:23:26 thinkpad kernel: 00000-9FFFF write-back
    Mär 20 07:23:26 thinkpad kernel: A0000-BFFFF uncachable
    Mär 20 07:23:26 thinkpad kernel: C0000-D3FFF write-protect
    Mär 20 07:23:26 thinkpad kernel: D4000-DBFFF uncachable
    Mär 20 07:23:26 thinkpad kernel: DC000-FFFFF write-protect
    Mär 20 07:23:26 thinkpad kernel: MTRR variable ranges enabled:
    Mär 20 07:23:26 thinkpad kernel: 0 base 23C000000 mask FFC000000 uncachable
    Mär 20 07:23:26 thinkpad kernel: 1 base 0BE000000 mask FFE000000 uncachable
    Mär 20 07:23:26 thinkpad kernel: 2 base 000000000 mask F80000000 write-back
    Mär 20 07:23:26 thinkpad kernel: 3 base 080000000 mask FC0000000 write-back
    Mär 20 07:23:26 thinkpad kernel: 4 base 100000000 mask F00000000 write-back
    Mär 20 07:23:26 thinkpad kernel: 5 base 200000000 mask FC0000000 write-back
    Mär 20 07:23:26 thinkpad kernel: 6 base 0BDE00000 mask FFFE00000 uncachable
    Mär 20 07:23:26 thinkpad kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Mär 20 07:23:26 thinkpad kernel: e820: update [mem 0xbde00000-0xffffffff] usable ==> reserved
    Mär 20 07:23:26 thinkpad kernel: e820: last_pfn = 0xbdc00 max_arch_pfn = 0x400000000
    Mär 20 07:23:26 thinkpad kernel: found SMP MP-table at [mem 0x000f6bc0-0x000f6bcf] mapped at [ffff8800000f6bc0]
    Mär 20 07:23:26 thinkpad kernel: initial memory mapped: [mem 0x00000000-0x1fffffff]
    Mär 20 07:23:26 thinkpad kernel: Base memory trampoline at [ffff880000098000] 98000 size 24576
    Mär 20 07:23:26 thinkpad kernel: init_memory_mapping: [mem 0x00000000-0xbdbfffff]
    Mär 20 07:23:26 thinkpad kernel: [mem 0x00000000-0xbdbfffff] page 2M
    Mär 20 07:23:26 thinkpad kernel: kernel direct mapping tables up to 0xbdbfffff @ [mem 0x1fffc000-0x1fffffff]
    Mär 20 07:23:26 thinkpad kernel: init_memory_mapping: [mem 0x100000000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: [mem 0x100000000-0x23bffffff] page 2M
    Mär 20 07:23:26 thinkpad kernel: kernel direct mapping tables up to 0x23bffffff @ [mem 0xbd8c1000-0xbd8c6fff]
    Mär 20 07:23:26 thinkpad kernel: RAMDISK: [mem 0x3785c000-0x37c25fff]
    Mär 20 07:23:26 thinkpad kernel: ACPI: RSDP 00000000000f6b80 00024 (v02 LENOVO)
    Mär 20 07:23:26 thinkpad kernel: ACPI: XSDT 00000000bdb5b267 00094 (v01 LENOVO TP-7W 00003200 LTP 00000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: FACP 00000000bdb5b400 000F4 (v03 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: DSDT 00000000bdb5b7db 0E407 (v01 LENOVO TP-7W 00003200 MSFT 03000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: FACS 00000000bdb8e000 00040
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bdb5b5b4 00227 (v01 LENOVO TP-7W 00003200 MSFT 03000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: ECDT 00000000bdb69be2 00052 (v01 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: APIC 00000000bdb69c34 00078 (v01 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: MCFG 00000000bdb69cac 0003C (v01 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: HPET 00000000bdb69ce8 00038 (v01 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SLIC 00000000bdb69dc2 00176 (v01 LENOVO TP-7W 00003200 LTP 00000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: BOOT 00000000bdb69f38 00028 (v01 LENOVO TP-7W 00003200 LTP 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: ASF! 00000000bdb69f60 000A0 (v16 LENOVO TP-7W 00003200 PTL 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bdb8d1ea 00578 (v01 LENOVO TP-7W 00003200 INTL 20050513)
    Mär 20 07:23:26 thinkpad kernel: ACPI: TCPA 00000000bd907000 00032 (v00 00000000 00000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d4000 00655 (v01 PmRef CpuPm 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d3000 00274 (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d2000 00242 (v01 PmRef ApTst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Local APIC address 0xfee00000
    Mär 20 07:23:26 thinkpad kernel: No NUMA configuration found
    Mär 20 07:23:26 thinkpad kernel: Faking a node at [mem 0x0000000000000000-0x000000023bffffff]
    Mär 20 07:23:26 thinkpad kernel: Initmem setup node 0 [mem 0x00000000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: NODE_DATA [mem 0x23bffb000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880233600000-ffff88023b5fffff] on node 0
    Mär 20 07:23:26 thinkpad kernel: Zone ranges:
    Mär 20 07:23:26 thinkpad kernel: DMA [mem 0x00010000-0x00ffffff]
    Mär 20 07:23:26 thinkpad kernel: DMA32 [mem 0x01000000-0xffffffff]
    Mär 20 07:23:26 thinkpad kernel: Normal [mem 0x100000000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: Movable zone start for each node
    Mär 20 07:23:26 thinkpad kernel: Early memory node ranges
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0x00010000-0x0009dfff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0x00100000-0xbd6a0fff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0xbd6a7000-0xbd7b6fff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0xbd80f000-0xbd8c6fff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0xbdbff000-0xbdbfffff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0x100000000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: On node 0 totalpages: 2070520
    Mär 20 07:23:26 thinkpad kernel: DMA zone: 64 pages used for memmap
    Mär 20 07:23:26 thinkpad kernel: DMA zone: 6 pages reserved
    Mär 20 07:23:26 thinkpad kernel: DMA zone: 3912 pages, LIFO batch:0
    Mär 20 07:23:26 thinkpad kernel: DMA32 zone: 12066 pages used for memmap
    Mär 20 07:23:26 thinkpad kernel: DMA32 zone: 760136 pages, LIFO batch:31
    Mär 20 07:23:26 thinkpad kernel: Normal zone: 20224 pages used for memmap
    Mär 20 07:23:26 thinkpad kernel: Normal zone: 1274112 pages, LIFO batch:31
    Mär 20 07:23:26 thinkpad kernel: ACPI: PM-Timer IO Port: 0x1008
    Mär 20 07:23:26 thinkpad kernel: ACPI: Local APIC address 0xfee00000
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    Mär 20 07:23:26 thinkpad kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    Mär 20 07:23:26 thinkpad kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    Mär 20 07:23:26 thinkpad kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Mär 20 07:23:26 thinkpad kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Mär 20 07:23:26 thinkpad kernel: ACPI: IRQ0 used by override.
    Mär 20 07:23:26 thinkpad kernel: ACPI: IRQ2 used by override.
    Mär 20 07:23:26 thinkpad kernel: ACPI: IRQ9 used by override.
    Mär 20 07:23:26 thinkpad kernel: Using ACPI (MADT) for SMP configuration information
    Mär 20 07:23:26 thinkpad kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Mär 20 07:23:26 thinkpad kernel: smpboot: Allowing 4 CPUs, 2 hotplug CPUs
    Mär 20 07:23:26 thinkpad kernel: nr_irqs_gsi: 40
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 000000000009e000 - 000000000009f000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd6a1000 - 00000000bd6a7000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd7b7000 - 00000000bd80f000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8c7000 - 00000000bd8d2000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8d2000 - 00000000bd8d5000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8d5000 - 00000000bd8d9000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8d9000 - 00000000bd8dd000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8dd000 - 00000000bd8e0000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8e0000 - 00000000bd907000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd907000 - 00000000bd908000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd908000 - 00000000bdb0f000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bdb0f000 - 00000000bdb9f000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bdb9f000 - 00000000bdbff000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bdc00000 - 00000000c0000000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000c0000000 - 00000000e0000000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fec10000 - 00000000fed00000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed00000 - 00000000fed10000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed1c000 - 00000000fed90000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed90000 - 00000000fee00000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fee01000 - 00000000ff800000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000ff800000 - 0000000100000000
    Mär 20 07:23:26 thinkpad kernel: e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
    Mär 20 07:23:26 thinkpad kernel: Booting paravirtualized kernel on bare hardware
    Mär 20 07:23:26 thinkpad kernel: setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    Mär 20 07:23:26 thinkpad kernel: PERCPU: Embedded 28 pages/cpu @ffff88023bc00000 s85056 r8192 d21440 u524288
    Mär 20 07:23:26 thinkpad kernel: pcpu-alloc: s85056 r8192 d21440 u524288 alloc=1*2097152
    Mär 20 07:23:26 thinkpad kernel: pcpu-alloc: [0] 0 1 2 3
    Mär 20 07:23:26 thinkpad kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2038160
    Mär 20 07:23:26 thinkpad kernel: Policy zone: Normal
    Mär 20 07:23:26 thinkpad kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/VolGroup00-Arch ro quiet acpi_osi=Linux pcie_aspm=force nmi_watchdog=0 resume=/dev/mapper/VolGroup00-Swap
    Mär 20 07:23:26 thinkpad kernel: PCIe ASPM is forcibly enabled
    Mär 20 07:23:26 thinkpad kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Mär 20 07:23:26 thinkpad kernel: __ex_table already sorted, skipping sort
    Mär 20 07:23:26 thinkpad kernel: Checking aperture...
    Mär 20 07:23:26 thinkpad kernel: No AGP bridge found
    Mär 20 07:23:26 thinkpad kernel: Calgary: detecting Calgary via BIOS EBDA area
    Mär 20 07:23:26 thinkpad kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Mär 20 07:23:26 thinkpad kernel: Memory: 8069148k/9371648k available (4985k kernel code, 1089568k absent, 212932k reserved, 3946k data, 820k init)
    Mär 20 07:23:26 thinkpad kernel: SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Mär 20 07:23:26 thinkpad kernel: Preemptible hierarchical RCU implementation.
    Mär 20 07:23:26 thinkpad kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Mär 20 07:23:26 thinkpad kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Mär 20 07:23:26 thinkpad kernel: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
    Mär 20 07:23:26 thinkpad kernel: NR_IRQS:4352 nr_irqs:712 16
    Mär 20 07:23:26 thinkpad kernel: Extended CMOS year: 2000
    Mär 20 07:23:26 thinkpad kernel: Console: colour dummy device 80x25
    Mär 20 07:23:26 thinkpad kernel: console [tty0] enabled
    Mär 20 07:23:26 thinkpad kernel: allocated 33554432 bytes of page_cgroup
    Mär 20 07:23:26 thinkpad kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Mär 20 07:23:26 thinkpad kernel: hpet clockevent registered
    Mär 20 07:23:26 thinkpad kernel: tsc: Fast TSC calibration using PIT
    Mär 20 07:23:26 thinkpad kernel: tsc: Detected 1862.155 MHz processor
    Mär 20 07:23:26 thinkpad kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3725.48 BogoMIPS (lpj=6207183)
    Mär 20 07:23:26 thinkpad kernel: pid_max: default: 32768 minimum: 301
    Mär 20 07:23:26 thinkpad kernel: Security Framework initialized
    Mär 20 07:23:26 thinkpad kernel: AppArmor: AppArmor disabled by boot time parameter
    Mär 20 07:23:26 thinkpad kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    Mär 20 07:23:26 thinkpad kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Mär 20 07:23:26 thinkpad kernel: Mount-cache hash table entries: 256
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys cpuacct
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys memory
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys devices
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys freezer
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys net_cls
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys blkio
    Mär 20 07:23:26 thinkpad kernel: Disabled fast string operations
    Mär 20 07:23:26 thinkpad kernel: CPU: Physical Processor ID: 0
    Mär 20 07:23:26 thinkpad kernel: CPU: Processor Core ID: 0
    Mär 20 07:23:26 thinkpad kernel: mce: CPU supports 6 MCE banks
    Mär 20 07:23:26 thinkpad kernel: CPU0: Thermal monitoring enabled (TM2)
    Mär 20 07:23:26 thinkpad kernel: process: using mwait in idle threads
    Mär 20 07:23:26 thinkpad kernel: [117B blob data]
    Mär 20 07:23:26 thinkpad kernel: Freeing SMP alternatives: 20k freed
    Mär 20 07:23:26 thinkpad kernel: ACPI: Core revision 20121018
    Mär 20 07:23:26 thinkpad kernel: ftrace: allocating 19367 entries in 76 pages
    Mär 20 07:23:26 thinkpad kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Mär 20 07:23:26 thinkpad kernel: smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU L9400 @ 1.86GHz (fam: 06, model: 17, stepping: 06)
    Mär 20 07:23:26 thinkpad kernel: Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    Mär 20 07:23:26 thinkpad kernel: ... version: 2
    Mär 20 07:23:26 thinkpad kernel: ... bit width: 40
    Mär 20 07:23:26 thinkpad kernel: ... generic registers: 2
    Mär 20 07:23:26 thinkpad kernel: ... value mask: 000000ffffffffff
    Mär 20 07:23:26 thinkpad kernel: ... max period: 000000007fffffff
    Mär 20 07:23:26 thinkpad kernel: ... fixed-purpose events: 3
    Mär 20 07:23:26 thinkpad kernel: ... event mask: 0000000700000003
    Mär 20 07:23:26 thinkpad kernel: Disabled fast string operations
    Mär 20 07:23:26 thinkpad kernel: smpboot: Booting Node 0, Processors #1
    Mär 20 07:23:26 thinkpad kernel: Brought up 2 CPUs
    Mär 20 07:23:26 thinkpad kernel: smpboot: Total of 2 processors activated (7451.97 BogoMIPS)
    Mär 20 07:23:26 thinkpad kernel: devtmpfs: initialized
    Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbd8c7000-0xbd8d1fff] (45056 bytes)
    Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbd8d9000-0xbd8dcfff] (16384 bytes)
    Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbd8e0000-0xbd906fff] (159744 bytes)
    Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbdb0f000-0xbdb9efff] (589824 bytes)
    Mär 20 07:23:26 thinkpad kernel: RTC time: 6:23:21, date: 03/20/13
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 16
    Mär 20 07:23:26 thinkpad kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    Mär 20 07:23:26 thinkpad kernel: ACPI: bus type pci registered
    Mär 20 07:23:26 thinkpad kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
    Mär 20 07:23:26 thinkpad kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
    Mär 20 07:23:26 thinkpad kernel: PCI: Using configuration type 1 for base access
    Mär 20 07:23:26 thinkpad kernel: bio: create slab <bio-0> at 0
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Module Device)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Processor Device)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Linux)
    Mär 20 07:23:26 thinkpad kernel: ACPI: EC: EC description table is found, configuring boot EC
    Mär 20 07:23:26 thinkpad kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query honored via cmdline
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d7c20 002C8 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 002C8 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d5020 0087A (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 0087A (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d6ca0 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d6f20 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Interpreter enabled
    Mär 20 07:23:26 thinkpad kernel: ACPI: (supports S0 S3 S4 S5)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Using IOAPIC for interrupt routing
    Mär 20 07:23:26 thinkpad kernel: ACPI: Power Resource [PUBS] (on)
    Mär 20 07:23:26 thinkpad kernel: ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
    Mär 20 07:23:26 thinkpad kernel: ACPI: ACPI Dock Station Driver: 3 docks/bays found
    Mär 20 07:23:26 thinkpad kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    Mär 20 07:23:26 thinkpad kernel: pci_root PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    Mär 20 07:23:26 thinkpad kernel: pci_root PNP0A08:00: ACPI _OSC control (0x1d) granted
    Mär 20 07:23:26 thinkpad kernel: pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    Mär 20 07:23:26 thinkpad kernel: PCI host bridge to bus 0000:00
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
    Mär 20 07:23:26 thinkpad kernel: DMAR: Forcing write-buffer flush capability
    Mär 20 07:23:26 thinkpad kernel: DMAR: Disabling IOMMU for graphics on this chipset
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: reg 10: [mem 0xf2000000-0xf23fffff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: reg 20: [io 0x1800-0x1807]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.1: reg 10: [mem 0xf2400000-0xf24fffff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:03.0: [8086:2a44] type 00 class 0x078000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:03.0: reg 10: [mem 0xf2826800-0xf282680f 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: [8086:10f5] type 00 class 0x020000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: reg 10: [mem 0xf2600000-0xf261ffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: reg 14: [mem 0xf2625000-0xf2625fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: reg 18: [io 0x1840-0x185f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.0: reg 20: [io 0x1860-0x187f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.1: reg 20: [io 0x1880-0x189f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.2: reg 20: [io 0x18a0-0x18bf]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.7: reg 10: [mem 0xf2826c00-0xf2826fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1b.0: reg 10: [mem 0xf2620000-0xf2623fff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: [8086:2946] type 01 class 0x060400
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.0: reg 20: [io 0x18c0-0x18df]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.1: reg 20: [io 0x18e0-0x18ff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.2: reg 20: [io 0x1c00-0x1c1f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.7: reg 10: [mem 0xf2827000-0xf28273ff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 10: [io 0x1c48-0x1c4f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 14: [io 0x183c-0x183f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 18: [io 0x1c40-0x1c47]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 1c: [io 0x1838-0x183b]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 20: [io 0x1c20-0x1c3f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 24: [mem 0xf2826000-0xf28267ff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.3: reg 10: [mem 0xf2827400-0xf28274ff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.3: reg 20: [io 0x1c60-0x1c7f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: [8086:4236] type 00 class 0x028000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: reg 10: [mem 0xf2500000-0xf2501fff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0xf2500000-0xf25fffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf1ffffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf2900000-0xf29fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: PCI bridge to [bus 0d] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    Mär 20 07:23:26 thinkpad kernel: vgaarb: loaded
    Mär 20 07:23:26 thinkpad kernel: vgaarb: bridge control possible 0000:00:02.0
    Mär 20 07:23:26 thinkpad kernel: PCI: Using ACPI for IRQ routing
    Mär 20 07:23:26 thinkpad kernel: PCI: pci_cache_line_size set to 64 bytes
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbd6a1000-0xbfffffff]
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbd7b7000-0xbfffffff]
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbd8c7000-0xbfffffff]
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbdc00000-0xbfffffff]
    Mär 20 07:23:26 thinkpad kernel: NetLabel: Initializing
    Mär 20 07:23:26 thinkpad kernel: NetLabel: domain hash size = 128
    Mär 20 07:23:26 thinkpad kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Mär 20 07:23:26 thinkpad kernel: NetLabel: unlabeled traffic allowed by default
    Mär 20 07:23:26 thinkpad kernel: HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    Mär 20 07:23:26 thinkpad kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Mär 20 07:23:26 thinkpad kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    Mär 20 07:23:26 thinkpad kernel: Switching to clocksource hpet
    Mär 20 07:23:26 thinkpad kernel: pnp: PnP ACPI init
    Mär 20 07:23:26 thinkpad kernel: ACPI: bus type pnp registered
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000dc000-0x000dffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x00100000-0xbfffffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1000-0x107f] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1180-0x11ff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x0800-0x080f] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x15e0-0x15ef] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1600-0x167f] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1680-0x169f] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:03: [dma 4]
    Mär 20 07:23:26 thinkpad kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:07: Plug and Play ACPI device, IDs LEN0010 PNP0303 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:08: Plug and Play ACPI device, IDs IBM3780 PNP0f13 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:09: Plug and Play ACPI device, IDs WACf004 (disabled)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:0a: Plug and Play ACPI device, IDs PNP0c31 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp: PnP ACPI: found 11 devices
    Mär 20 07:23:26 thinkpad kernel: ACPI: ACPI bus type pnp unregistered
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0000000-0xc01fffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xc01fffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0xf2500000-0xf25fffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf1ffffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf2900000-0xf29fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: PCI bridge to [bus 0d]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:02: resource 1 [mem 0xc0000000-0xc01fffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:02: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:03: resource 1 [mem 0xf2500000-0xf25fffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:03: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:05: resource 0 [io 0x2000-0x2fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:05: resource 1 [mem 0xf0000000-0xf1ffffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:05: resource 2 [mem 0xf2900000-0xf29fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 4 [io 0x0000-0x0cf7]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 5 [io 0x0d00-0xffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 6 [mem 0x000a0000-0x000bffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 7 [mem 0x000d4000-0x000d7fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 8 [mem 0x000d8000-0x000dbfff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 9 [mem 0xc0000000-0xfebfffff]
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 2
    Mär 20 07:23:26 thinkpad kernel: TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
    Mär 20 07:23:26 thinkpad kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Mär 20 07:23:26 thinkpad kernel: TCP: Hash tables configured (established 65536 bind 65536)
    Mär 20 07:23:26 thinkpad kernel: TCP: reno registered
    Mär 20 07:23:26 thinkpad kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
    Mär 20 07:23:26 thinkpad kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 1
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: Boot video device
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.0: power state changed by ACPI to D0
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.2: power state changed by ACPI to D0
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.0: power state changed by ACPI to D0
    Mär 20 07:23:26 thinkpad kernel: PCI: CLS 64 bytes, default 64
    Mär 20 07:23:26 thinkpad kernel: Unpacking initramfs...
    Mär 20 07:23:26 thinkpad kernel: Freeing initrd memory: 3880k freed
    Mär 20 07:23:26 thinkpad kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Mär 20 07:23:26 thinkpad kernel: software IO TLB [mem 0xb96a1000-0xbd6a1000] (64MB) mapped at [ffff8800b96a1000-ffff8800bd6a0fff]
    Mär 20 07:23:26 thinkpad kernel: Simple Boot Flag at 0x35 set to 0x1
    Mär 20 07:23:26 thinkpad kernel: audit: initializing netlink socket (disabled)
    Mär 20 07:23:26 thinkpad kernel: type=2000 audit(1363760601.356:1): initialized
    Mär 20 07:23:26 thinkpad kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Mär 20 07:23:26 thinkpad kernel: VFS: Disk quotas dquot_6.5.2
    Mär 20 07:23:26 thinkpad kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Mär 20 07:23:26 thinkpad kernel: msgmni has been set to 15767
    Mär 20 07:23:26 thinkpad kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Mär 20 07:23:26 thinkpad kernel: io scheduler noop registered
    Mär 20 07:23:26 thinkpad kernel: io scheduler deadline registered
    Mär 20 07:23:26 thinkpad kernel: io scheduler cfq registered (default)
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    Mär 20 07:23:26 thinkpad kernel: pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
    Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    Mär 20 07:23:26 thinkpad kernel: pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    Mär 20 07:23:26 thinkpad kernel: pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    Mär 20 07:23:26 thinkpad kernel: vesafb: mode is 1280x800x32, linelength=5120, pages=0
    Mär 20 07:23:26 thinkpad kernel: vesafb: scrolling: redraw
    Mär 20 07:23:26 thinkpad kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Mär 20 07:23:26 thinkpad kernel: vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90004f00000, using 4032k, total 4032k
    Mär 20 07:23:26 thinkpad kernel: Console: switching to colour frame buffer device 160x50
    Mär 20 07:23:26 thinkpad kernel: fb0: VESA VGA frame buffer device
    Mär 20 07:23:26 thinkpad kernel: intel_idle: does not run on family 6 model 23
    Mär 20 07:23:26 thinkpad kernel: GHES: HEST is not enabled!
    Mär 20 07:23:26 thinkpad kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Mär 20 07:23:26 thinkpad kernel: serial 00:09: [io 0x0200-0x0207]
    Mär 20 07:23:26 thinkpad kernel: serial 00:09: [irq 5]
    Mär 20 07:23:26 thinkpad kernel: serial 00:09: activated
    Mär 20 07:23:26 thinkpad kernel: 00:09: ttyS0 at I/O 0x200 (irq = 5) is a 16550A
    Mär 20 07:23:26 thinkpad kernel: Linux agpgart interface v0.103
    Mär 20 07:23:26 thinkpad kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    Mär 20 07:23:26 thinkpad kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Mär 20 07:23:26 thinkpad kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Mär 20 07:23:26 thinkpad kernel: mousedev: PS/2 mouse device common for all mice
    Mär 20 07:23:26 thinkpad kernel: rtc_cmos 00:06: RTC can wake from S4
    Mär 20 07:23:26 thinkpad kernel: rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    Mär 20 07:23:26 thinkpad kernel: rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    Mär 20 07:23:26 thinkpad kernel: cpuidle: using governor ladder
    Mär 20 07:23:26 thinkpad kernel: cpuidle: using governor menu
    Mär 20 07:23:26 thinkpad kernel: EFI Variables Facility v0.08 2004-May-17
    Mär 20 07:23:26 thinkpad kernel: drop_monitor: Initializing network drop monitor service
    Mär 20 07:23:26 thinkpad kernel: TCP: cubic registered
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 10
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 17
    Mär 20 07:23:26 thinkpad kernel: Key type dns_resolver registered
    Mär 20 07:23:26 thinkpad kernel: PM: Checking hibernation image partition /dev/mapper/VolGroup00-Swap
    Mär 20 07:23:26 thinkpad kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Mär 20 07:23:26 thinkpad kernel: PM: Hibernation image not present or could not be loaded.
    Mär 20 07:23:26 thinkpad kernel: registered taskstats version 1
    Mär 20 07:23:26 thinkpad kernel: Magic number: 5:939:367
    Mär 20 07:23:26 thinkpad kernel: rtc_cmos 00:06: setting system clock to 2013-03-20 06:23:21 UTC (1363760601)
    Mär 20 07:23:26 thinkpad kernel: Freeing unused kernel memory: 820k freed
    Mär 20 07:23:26 thinkpad kernel: Write protecting the kernel read-only data: 8192k
    Mär 20 07:23:26 thinkpad kernel: Freeing unused kernel memory: 1148k freed
    Mär 20 07:23:26 thinkpad kernel: Freeing unused kernel memory: 440k freed
    Mär 20 07:23:26 thinkpad systemd-udevd[45]: starting version 198
    Mär 20 07:23:26 thinkpad kernel: SCSI subsystem initialized
    Mär 20 07:23:26 thinkpad kernel: ACPI: bus type scsi registered
    Mär 20 07:23:26 thinkpad kernel: libata version 3.00 loaded.
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: version 3.0
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    Mär 20 07:23:26 thinkpad kernel: ahci: SSS flag set, parallel bus scan disabled
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc sxs
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: scsi0 : ahci
    Mär 20 07:23:26 thinkpad kernel: scsi1 : ahci
    Mär 20 07:23:26 thinkpad kernel: scsi2 : ahci
    Mär 20 07:23:26 thinkpad kernel: scsi3 : ahci
    Mär 20 07:23:26 thinkpad kernel: ata1: SATA max UDMA/133 abar m2048@0xf2826000 port 0xf2826100 irq 43
    Mär 20 07:23:26 thinkpad kernel: ata2: SATA max UDMA/133 abar m2048@0xf2826000 port 0xf2826180 irq 43
    Mär 20 07:23:26 thinkpad kernel: ata3: DUMMY
    Mär 20 07:23:26 thinkpad kernel: ata4: DUMMY
    Mär 20 07:23:26 thinkpad kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ATA-8: ST9250315AS, 0001SDM1, max UDMA/133
    Mär 20 07:23:26 thinkpad kernel: ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Mär 20 07:23:26 thinkpad kernel: ata1.00: configured for UDMA/133
    Mär 20 07:23:26 thinkpad kernel: scsi 0:0:0:0: Direct-Access ATA ST9250315AS 0001 PQ: 0 ANSI: 5
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Write Protect is off
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Mär 20 07:23:26 thinkpad kernel: sda: sda2 sda3
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Mär 20 07:23:26 thinkpad kernel: ata2: SATA link down (SStatus 0 SControl 300)
    Mär 20 07:23:26 thinkpad kernel: ACPI: bus type usb registered
    Mär 20 07:23:26 thinkpad kernel: usbcore: registered new interface driver usbfs
    Mär 20 07:23:26 thinkpad kernel: usbcore: registered new interface driver hub
    Mär 20 07:23:26 thinkpad kernel: usbcore: registered new device driver usb
    Mär 20 07:23:26 thinkpad kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001860
    Mär 20 07:23:26 thinkpad kernel: hub 1-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 1-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001880
    Mär 20 07:23:26 thinkpad kernel: hub 2-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 2-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: irq 22, io base 0x000018a0
    Mär 20 07:23:26 thinkpad kernel: hub 3-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 3-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018c0
    Mär 20 07:23:26 thinkpad kernel: hub 4-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 4-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018e0
    Mär 20 07:23:26 thinkpad kernel: hub 5-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 5-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001c00
    Mär 20 07:23:26 thinkpad kernel: hub 6-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 6-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: ehci-pci: EHCI PCI platform driver
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 7
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: debug port 1
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: irq 23, io mem 0xf2826c00
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    Mär 20 07:23:26 thinkpad kernel: hub 7-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 7-0:1.0: 6 ports detected
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 8
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: debug port 1
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: irq 19, io mem 0xf2827000
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    Mär 20 07:23:26 thinkpad kernel: hub 8-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 8-0:1.0: 6 ports detected
    Mär 20 07:23:26 thinkpad kernel: tsc: Refined TSC clocksource calibration: 1861.999 MHz
    Mär 20 07:23:26 thinkpad kernel: Switching to clocksource tsc
    Mär 20 07:23:26 thinkpad kernel: device-mapper: uevent: version 1.0.3
    Mär 20 07:23:26 thinkpad kernel: device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: [email protected]
    Mär 20 07:23:26 thinkpad kernel: bio: create slab <bio-1> at 1
    Mär 20 07:23:26 thinkpad kernel: usb 7-6: new high-speed USB device number 4 using ehci-pci
    Mär 20 07:23:26 thinkpad kernel: usb 8-1: new high-speed USB device number 2 using ehci-pci
    Mär 20 07:23:26 thinkpad kernel: Initializing USB Mass Storage driver...
    Mär 20 07:23:26 thinkpad kernel: scsi4 : usb-storage 8-1:1.0
    Mär 20 07:23:26 thinkpad kernel: usbcore: registered new interface driver usb-storage
    Mär 20 07:23:26 thinkpad kernel: USB Mass Storage support registered.
    Mär 20 07:23:26 thinkpad kernel: usb 8-4: new high-speed USB device number 4 using ehci-pci
    Mär 20 07:23:26 thinkpad kernel: PM: Starting manual resume from disk
    Mär 20 07:23:26 thinkpad kernel: PM: Hibernation image partition 254:1 present
    Mär 20 07:23:26 thinkpad kernel: PM: Looking for hibernation image.
    Mär 20 07:23:26 thinkpad kernel: PM: Image not found (code -22)
    Mär 20 07:23:26 thinkpad kernel: PM: Hibernation image not present or could not be loaded.
    Mär 20 07:23:26 thinkpad kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
    Mär 20 07:23:26 thinkpad kernel: usb 2-1: new full-speed USB device number 2 using uhci_hcd
    Mär 20 07:23:26 thinkpad kernel: scsi 4:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 2
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] 3891200 512-byte logical blocks: (1.99 GB/1.85 GiB)
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Write Protect is off
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Mode Sense: 03 00 00 00
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] No Caching mode page present
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] No Caching mode page present
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
    Mär 20 07:23:26 thinkpad kernel: sdb: sdb1
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] No Caching mode page present
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Attached SCSI removable disk
    Mär 20 07:23:26 thinkpad kernel: usb 2-2: new full-speed USB device number 3 using uhci_hcd
    Mär 20 07:23:26 thinkpad systemd[1]: Smack is not enabled in the kernel, not loading access rules.
    Mär 20 07:23:26 thinkpad kernel: usb 4-2: new low-speed USB device number 2 using uhci_hcd
    Mär 20 07:23:26 thinkpad systemd[1]: systemd 198 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    Mär 20 07:23:26 thinkpad systemd[1]: Set hostname to <thinkpad>.
    Mär 20 07:23:26 thinkpad systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    Mär 20 07:23:26 thinkpad systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Remote File Systems.
    Mär 20 07:23:26 thinkpad systemd[1]: Reached target Remote File Systems.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting LVM2 metadata daemon socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on LVM2 metadata daemon socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Delayed Shutdown Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on Delayed Shutdown Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Device-mapper event daemon FIFOs.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on Device-mapper event daemon FIFOs.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    Mär 20 07:23:26 thinkpad systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Journal Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on Journal Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Apply Kernel Variables...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Setup Virtual Console...
    Mär 20 07:23:26 thinkpad systemd[1]: Started Set Up Additional Binary Formats.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Load Kernel Modules...
    Mär 20 07:23:26 thinkpad systemd[1]: Mounting Debug File System...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Journal Service...
    Mär 20 07:23:26 thinkpad systemd[1]: Started Journal Service.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    Mär 20 07:23:26 thinkpad systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    Mär 20 07:23:26 thinkpad systemd[1]: Mounting Huge Pages File System...
    Mär 20 07:23:26 thinkpad systemd[1]: Mounting POSIX Message Queue File System...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Kernel Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on udev Kernel Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Control Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on udev Control Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Kernel Device Manager...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Coldplug all Devices...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Encrypted Volumes.
    Mär 20 07:23:26 thinkpad systemd[1]: Reached target Encrypted Volumes.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Swap.
    Mär 20 07:23:26 thinkpad systemd[1]: Reached target Swap.
    Mär 20 07:23:26 thinkpad systemd[1]: Started File System Check on Root Device.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Remount Root and Kernel File Systems...
    Mär 20 07:23:26 thinkpad systemd[1]: Mounting Temporary Directory...
    Mär 20 07:23:26 thinkpad systemd[1]: Started Apply Kernel Variables.
    Mär 20 07:23:26 thinkpad systemd-udevd[135]: starting version 198
    Mär 20 07:23:26 thinkpad systemd-journal[131]: Journal started
    Mär 20 07:23:26 thinkpad systemd[1]: Started Remount Root and Kernel File Systems.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Local File Systems (Pre).
    Mär 20 07:23:26 thinkpad systemd[1]: Reached target Local File Systems (Pre).
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Load Random Seed...
    Mär 20 07:23:26 thinkpad systemd-random-seed[141]: Failed to write new random seed file: Bad file descriptor
    Mär 20 07:23:26 thinkpad systemd[1]: Started udev Kernel Device Manager.
    Mär 20 07:23:26 thinkpad systemd[1]: Started Load Random Seed.
    Mär 20 07:23:26 thinkpad systemd[1]: Started udev Coldplug all Devices.
    Mär 20 07:23:27 thinkpad systemd-modules-load[129]: Failed to find module 'options tp_smapi invert=5'
    Mär 20 07:23:27 thinkpad systemd-modules-load[129]: Inserted module 'vboxdrv'
    Mär 20 07:23:27 thinkpad systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
    Mär 20 07:23:27 thinkpad kernel: vboxdrv: Found 2 processor cores.
    Mär 20 07:23:27 thinkpad kernel: vboxdrv: fAsync=0 offMin=0x19d offMax=0xf65
    Mär 20 07:23:27 thinkpad kernel: vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    Mär 20 07:23:27 thinkpad kernel: vboxdrv: Successfully loaded version 4.2.10_OSE (interface 0x001a0004).
    Mär 20 07:23:27 thinkpad systemd[1]: Failed to start Load Kernel Modules.
    Mär 20 07:23:27 thinkpad systemd[1]: Unit systemd-modules-load.service entered failed state
    Mär 20 07:23:27 thinkpad systemd[1]: Mounting Configur

  • My system clock

    after I flashed my bios the system clock in the bios reset to 0:00:00 so I set them to the right time and rebooted my computer. After I did that I started to notice that the clock in win98 SE was losing minutes compared to the clock on my cable box. I didn't think anything of it and turned off my computer and went to bed. I woke up today and booted up my computer and win98 still said the time yesterday when I had shut it off and still had yesterdays date. My question is what is wrong or what am I doing wrong, and could this be stopping me from installing winXP or 2000 on my system?
    Specs:
    AthlonXP 2000+
    Kingston 256MB DDR PC2100
    Samsung 60GB HDD
    48X CDRW
    16X DVD
    ATI Radeon 9000 Pro
       Thanks for any help.

    Quote
    I pulled out my CMOS battery and checked the connection it seems fine, I can't check the volts for I don't have a meter. It is still doing it, is there a possability the battery could be bad and I should replace it? Also would this stop me from installing WinXP or 2000?
    with a dc volt meter it is hard to get an accurate reading of the bat......what is the pc health giving for vbat....for an extended period?
    This should not stop installs of the os I do not think.
    I would double check you pin assignments for you other stuff.......like power led and reset....
    Hav you tried installing your os with just the minimum components......where does it get to in installation?

  • [SOLVED] System freezes on cold boot

    My system hangs on boot when started from complete power-off (physically disconnected from power source). This is happening frequently, not always though. Future reboots work fine.
    This is what I can see on the screen:
    Starting Manage, Install and Generate Color Profiles
    And last item in journal is:
    systemd-journal[125]: Allowing system journal files to grow to 4.0G.
    Previously I had 2 drives: one SSD for system, and another for /home. I think that problem appeared after I moved /home to SSD and removed the other drive physically (SSD is the only drive now).
    Any ideas?
    Last edited by drozdu (2013-07-15 16:45:32)

    lsblk
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 59,6G 0 disk
    └─sda1 8:1 0 59,6G 0 part /
    cat fstab
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    /dev/sda1 / ext4 defaults,noatime,nodiratime,discard 0 1
    journalctl -b
    -- Logs begin at sob 2012-10-20 13:41:49 CEST, end at pią 2013-07-05 11:05:21 CEST. --
    lip 05 10:59:21 marcin systemd-journal[124]: Allowing runtime journal files to grow to 295.3M.
    lip 05 10:59:21 marcin kernel: Initializing cgroup subsys cpuset
    lip 05 10:59:21 marcin kernel: Initializing cgroup subsys cpu
    lip 05 10:59:21 marcin kernel: Linux version 3.9.9-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.1 (GCC) ) #1 SMP PREEMPT Wed Jul 3 22:45:16 CEST 2013
    lip 05 10:59:21 marcin kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=52effed2-8724-4082-a02d-258114279aa8 ro
    lip 05 10:59:21 marcin kernel: e820: BIOS-provided physical RAM map:
    lip 05 10:59:21 marcin kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009afff] usable
    lip 05 10:59:21 marcin kernel: BIOS-e820: [mem 0x000000000009b000-0x000000000009ffff] reserved
    lip 05 10:59:21 marcin kernel: BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
    lip 05 10:59:21 marcin kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000c7e7ffff] usable
    lip 05 10:59:21 marcin kernel: BIOS-e820: [mem 0x00000000c7e80000-0x00000000c7e97fff] ACPI data
    lip 05 10:59:21 marcin kernel: BIOS-e820: [mem 0x00000000c7e98000-0x00000000c7ebffff] ACPI NVS
    lip 05 10:59:21 marcin kernel: BIOS-e820: [mem 0x00000000c7ec0000-0x00000000c7efffff] reserved
    lip 05 10:59:21 marcin kernel: BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    lip 05 10:59:21 marcin kernel: BIOS-e820: [mem 0x0000000100000000-0x00000001b7ffffff] usable
    lip 05 10:59:21 marcin kernel: NX (Execute Disable) protection: active
    lip 05 10:59:21 marcin kernel: SMBIOS 2.6 present.
    lip 05 10:59:21 marcin kernel: DMI: System manufacturer System Product Name/M4A89TD PRO USB3, BIOS 3029 09/07/2012
    lip 05 10:59:21 marcin kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    lip 05 10:59:21 marcin kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    lip 05 10:59:21 marcin kernel: No AGP bridge found
    lip 05 10:59:21 marcin kernel: e820: last_pfn = 0x1b8000 max_arch_pfn = 0x400000000
    lip 05 10:59:21 marcin kernel: MTRR default type: uncachable
    lip 05 10:59:21 marcin kernel: MTRR fixed ranges enabled:
    lip 05 10:59:21 marcin kernel: 00000-9FFFF write-back
    lip 05 10:59:21 marcin kernel: A0000-EFFFF uncachable
    lip 05 10:59:21 marcin kernel: F0000-FFFFF write-protect
    lip 05 10:59:21 marcin kernel: MTRR variable ranges enabled:
    lip 05 10:59:21 marcin kernel: 0 base 000000000000 mask FFFF80000000 write-back
    lip 05 10:59:21 marcin kernel: 1 base 000080000000 mask FFFFC0000000 write-back
    lip 05 10:59:21 marcin kernel: 2 base 0000C0000000 mask FFFFF8000000 write-back
    lip 05 10:59:21 marcin kernel: 3 disabled
    lip 05 10:59:21 marcin kernel: 4 disabled
    lip 05 10:59:21 marcin kernel: 5 disabled
    lip 05 10:59:21 marcin kernel: 6 disabled
    lip 05 10:59:21 marcin kernel: 7 disabled
    lip 05 10:59:21 marcin kernel: TOM2: 00000001b8000000 aka 7040M
    lip 05 10:59:21 marcin kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    lip 05 10:59:21 marcin kernel: e820: update [mem 0xc8000000-0xffffffff] usable ==> reserved
    lip 05 10:59:21 marcin kernel: e820: last_pfn = 0xc7e80 max_arch_pfn = 0x400000000
    lip 05 10:59:21 marcin kernel: found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
    lip 05 10:59:21 marcin kernel: Scanning 1 areas for low memory corruption
    lip 05 10:59:21 marcin kernel: Base memory trampoline at [ffff880000095000] 95000 size 24576
    lip 05 10:59:21 marcin kernel: Using GB pages for direct mapping
    lip 05 10:59:21 marcin kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    lip 05 10:59:21 marcin kernel: [mem 0x00000000-0x000fffff] page 4k
    lip 05 10:59:21 marcin kernel: BRK [0x01b30000, 0x01b30fff] PGTABLE
    lip 05 10:59:21 marcin kernel: BRK [0x01b31000, 0x01b31fff] PGTABLE
    lip 05 10:59:21 marcin kernel: BRK [0x01b32000, 0x01b32fff] PGTABLE
    lip 05 10:59:21 marcin kernel: init_memory_mapping: [mem 0x1b7e00000-0x1b7ffffff]
    lip 05 10:59:21 marcin kernel: [mem 0x1b7e00000-0x1b7ffffff] page 2M
    lip 05 10:59:21 marcin kernel: BRK [0x01b33000, 0x01b33fff] PGTABLE
    lip 05 10:59:21 marcin kernel: init_memory_mapping: [mem 0x1b4000000-0x1b7dfffff]
    lip 05 10:59:21 marcin kernel: [mem 0x1b4000000-0x1b7dfffff] page 2M
    lip 05 10:59:21 marcin kernel: init_memory_mapping: [mem 0x180000000-0x1b3ffffff]
    lip 05 10:59:21 marcin kernel: [mem 0x180000000-0x1b3ffffff] page 2M
    lip 05 10:59:21 marcin kernel: init_memory_mapping: [mem 0x00100000-0xc7e7ffff]
    lip 05 10:59:21 marcin kernel: [mem 0x00100000-0x001fffff] page 4k
    lip 05 10:59:21 marcin kernel: [mem 0x00200000-0x3fffffff] page 2M
    lip 05 10:59:21 marcin kernel: [mem 0x40000000-0xbfffffff] page 1G
    lip 05 10:59:21 marcin kernel: [mem 0xc0000000-0xc7dfffff] page 2M
    lip 05 10:59:21 marcin kernel: [mem 0xc7e00000-0xc7e7ffff] page 4k
    lip 05 10:59:21 marcin kernel: init_memory_mapping: [mem 0x100000000-0x17fffffff]
    lip 05 10:59:21 marcin kernel: [mem 0x100000000-0x17fffffff] page 1G
    lip 05 10:59:21 marcin kernel: RAMDISK: [mem 0x378b0000-0x37c4ffff]
    lip 05 10:59:21 marcin kernel: ACPI: RSDP 00000000000fbb50 00024 (v02 ACPIAM)
    lip 05 10:59:21 marcin kernel: ACPI: XSDT 00000000c7e80100 0005C (v01 090712 XSDT1033 20120907 MSFT 00000097)
    lip 05 10:59:21 marcin kernel: ACPI: FACP 00000000c7e80290 000F4 (v03 090712 FACP1033 20120907 MSFT 00000097)
    lip 05 10:59:21 marcin kernel: ACPI: DSDT 00000000c7e80470 0E64D (v01 A1656 A1656000 00000000 INTL 20060113)
    lip 05 10:59:21 marcin kernel: ACPI: FACS 00000000c7e98000 00040
    lip 05 10:59:21 marcin kernel: ACPI: APIC 00000000c7e80390 00098 (v01 090712 APIC1033 20120907 MSFT 00000097)
    lip 05 10:59:21 marcin kernel: ACPI: MCFG 00000000c7e80430 0003C (v01 090712 OEMMCFG 20120907 MSFT 00000097)
    lip 05 10:59:21 marcin kernel: ACPI: OEMB 00000000c7e98040 00072 (v01 090712 OEMB1033 20120907 MSFT 00000097)
    lip 05 10:59:21 marcin kernel: ACPI: HPET 00000000c7e8f8c0 00038 (v01 090712 OEMHPET 20120907 MSFT 00000097)
    lip 05 10:59:21 marcin kernel: ACPI: IVRS 00000000c7e8f900 000C0 (v01 AMD RD890S 00202031 AMD 00000000)
    lip 05 10:59:21 marcin kernel: ACPI: SSDT 00000000c7e8f9c0 008BC (v01 A M I POWERNOW 00000001 AMD 00000001)
    lip 05 10:59:21 marcin kernel: ACPI: Local APIC address 0xfee00000
    lip 05 10:59:21 marcin kernel: Scanning NUMA topology in Northbridge 24
    lip 05 10:59:21 marcin kernel: No NUMA configuration found
    lip 05 10:59:21 marcin kernel: Faking a node at [mem 0x0000000000000000-0x00000001b7ffffff]
    lip 05 10:59:21 marcin kernel: Initmem setup node 0 [mem 0x00000000-0x1b7ffffff]
    lip 05 10:59:21 marcin kernel: NODE_DATA [mem 0x1b7ff9000-0x1b7ffdfff]
    lip 05 10:59:21 marcin kernel: [ffffea0000000000-ffffea0006dfffff] PMD -> [ffff8801b1600000-ffff8801b75fffff] on node 0
    lip 05 10:59:21 marcin kernel: Zone ranges:
    lip 05 10:59:21 marcin kernel: DMA [mem 0x00001000-0x00ffffff]
    lip 05 10:59:21 marcin kernel: DMA32 [mem 0x01000000-0xffffffff]
    lip 05 10:59:21 marcin kernel: Normal [mem 0x100000000-0x1b7ffffff]
    lip 05 10:59:21 marcin kernel: Movable zone start for each node
    lip 05 10:59:21 marcin kernel: Early memory node ranges
    lip 05 10:59:21 marcin kernel: node 0: [mem 0x00001000-0x0009afff]
    lip 05 10:59:21 marcin kernel: node 0: [mem 0x00100000-0xc7e7ffff]
    lip 05 10:59:21 marcin kernel: node 0: [mem 0x100000000-0x1b7ffffff]
    lip 05 10:59:21 marcin kernel: On node 0 totalpages: 1572378
    lip 05 10:59:21 marcin kernel: DMA zone: 64 pages used for memmap
    lip 05 10:59:21 marcin kernel: DMA zone: 21 pages reserved
    lip 05 10:59:21 marcin kernel: DMA zone: 3994 pages, LIFO batch:0
    lip 05 10:59:21 marcin kernel: DMA32 zone: 12730 pages used for memmap
    lip 05 10:59:21 marcin kernel: DMA32 zone: 814720 pages, LIFO batch:31
    lip 05 10:59:21 marcin kernel: Normal zone: 11776 pages used for memmap
    lip 05 10:59:21 marcin kernel: Normal zone: 753664 pages, LIFO batch:31
    lip 05 10:59:21 marcin kernel: ACPI: PM-Timer IO Port: 0x808
    lip 05 10:59:21 marcin kernel: ACPI: Local APIC address 0xfee00000
    lip 05 10:59:21 marcin kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    lip 05 10:59:21 marcin kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    lip 05 10:59:21 marcin kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    lip 05 10:59:21 marcin kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    lip 05 10:59:21 marcin kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x84] disabled)
    lip 05 10:59:21 marcin kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x85] disabled)
    lip 05 10:59:21 marcin kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x86] disabled)
    lip 05 10:59:21 marcin kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x87] disabled)
    lip 05 10:59:21 marcin kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    lip 05 10:59:21 marcin kernel: IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    lip 05 10:59:21 marcin kernel: ACPI: IOAPIC (id[0x05] address[0xfec20000] gsi_base[24])
    lip 05 10:59:21 marcin kernel: IOAPIC[1]: apic_id 5, version 33, address 0xfec20000, GSI 24-55
    lip 05 10:59:21 marcin kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    lip 05 10:59:21 marcin kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    lip 05 10:59:21 marcin kernel: ACPI: IRQ0 used by override.
    lip 05 10:59:21 marcin kernel: ACPI: IRQ2 used by override.
    lip 05 10:59:21 marcin kernel: ACPI: IRQ9 used by override.
    lip 05 10:59:21 marcin kernel: Using ACPI (MADT) for SMP configuration information
    lip 05 10:59:21 marcin kernel: ACPI: HPET id: 0x8300 base: 0xfed00000
    lip 05 10:59:21 marcin kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    lip 05 10:59:21 marcin kernel: nr_irqs_gsi: 72
    lip 05 10:59:21 marcin kernel: PM: Registered nosave memory: 000000000009b000 - 00000000000a0000
    lip 05 10:59:21 marcin kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
    lip 05 10:59:21 marcin kernel: PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    lip 05 10:59:21 marcin kernel: PM: Registered nosave memory: 00000000c7e80000 - 00000000c7e98000
    lip 05 10:59:21 marcin kernel: PM: Registered nosave memory: 00000000c7e98000 - 00000000c7ec0000
    lip 05 10:59:21 marcin kernel: PM: Registered nosave memory: 00000000c7ec0000 - 00000000c7f00000
    lip 05 10:59:21 marcin kernel: PM: Registered nosave memory: 00000000c7f00000 - 00000000ffe00000
    lip 05 10:59:21 marcin kernel: PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
    lip 05 10:59:21 marcin kernel: e820: [mem 0xc7f00000-0xffdfffff] available for PCI devices
    lip 05 10:59:21 marcin kernel: Booting paravirtualized kernel on bare hardware
    lip 05 10:59:21 marcin kernel: setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
    lip 05 10:59:21 marcin kernel: PERCPU: Embedded 28 pages/cpu @ffff8801b7c00000 s85824 r8192 d20672 u262144
    lip 05 10:59:21 marcin kernel: pcpu-alloc: s85824 r8192 d20672 u262144 alloc=1*2097152
    lip 05 10:59:21 marcin kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    lip 05 10:59:21 marcin kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 1547787
    lip 05 10:59:21 marcin kernel: Policy zone: Normal
    lip 05 10:59:21 marcin kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=52effed2-8724-4082-a02d-258114279aa8 ro
    lip 05 10:59:21 marcin kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    lip 05 10:59:21 marcin kernel: __ex_table already sorted, skipping sort
    lip 05 10:59:21 marcin kernel: Checking aperture...
    lip 05 10:59:21 marcin kernel: No AGP bridge found
    lip 05 10:59:21 marcin kernel: Node 0: aperture @ 0 size 32 MB
    lip 05 10:59:21 marcin kernel: Your BIOS doesn't leave a aperture memory hole
    lip 05 10:59:21 marcin kernel: Please enable the IOMMU option in the BIOS setup
    lip 05 10:59:21 marcin kernel: This costs you 64 MB of RAM
    lip 05 10:59:21 marcin kernel: Mapping aperture over 65536 KB of RAM @ bc000000
    lip 05 10:59:21 marcin kernel: PM: Registered nosave memory: 00000000bc000000 - 00000000c0000000
    lip 05 10:59:21 marcin kernel: Memory: 6043176k/7208960k available (4986k kernel code, 919448k absent, 246336k reserved, 3965k data, 1092k init)
    lip 05 10:59:21 marcin kernel: SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    lip 05 10:59:21 marcin kernel: Preemptible hierarchical RCU implementation.
    lip 05 10:59:21 marcin kernel: RCU dyntick-idle grace-period acceleration is enabled.
    lip 05 10:59:21 marcin kernel: Dump stacks of tasks blocking RCU-preempt GP.
    lip 05 10:59:21 marcin kernel: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
    lip 05 10:59:21 marcin kernel: NR_IRQS:4352 nr_irqs:1288 16
    lip 05 10:59:21 marcin kernel: spurious 8259A interrupt: IRQ7.
    lip 05 10:59:21 marcin kernel: Console: colour dummy device 80x25
    lip 05 10:59:21 marcin kernel: console [tty0] enabled
    lip 05 10:59:21 marcin kernel: allocated 25165824 bytes of page_cgroup
    lip 05 10:59:21 marcin kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    lip 05 10:59:21 marcin kernel: hpet clockevent registered
    lip 05 10:59:21 marcin kernel: tsc: Fast TSC calibration using PIT
    lip 05 10:59:21 marcin kernel: tsc: Detected 3210.661 MHz processor
    lip 05 10:59:21 marcin kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6423.87 BogoMIPS (lpj=10702203)
    lip 05 10:59:21 marcin kernel: pid_max: default: 32768 minimum: 301
    lip 05 10:59:21 marcin kernel: Security Framework initialized
    lip 05 10:59:21 marcin kernel: AppArmor: AppArmor disabled by boot time parameter
    lip 05 10:59:21 marcin kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    lip 05 10:59:21 marcin kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    lip 05 10:59:21 marcin kernel: Mount-cache hash table entries: 256
    lip 05 10:59:21 marcin kernel: Initializing cgroup subsys cpuacct
    lip 05 10:59:21 marcin kernel: Initializing cgroup subsys memory
    lip 05 10:59:21 marcin kernel: Initializing cgroup subsys devices
    lip 05 10:59:21 marcin kernel: Initializing cgroup subsys freezer
    lip 05 10:59:21 marcin kernel: Initializing cgroup subsys net_cls
    lip 05 10:59:21 marcin kernel: Initializing cgroup subsys blkio
    lip 05 10:59:21 marcin kernel: tseg: 0000000000
    lip 05 10:59:21 marcin kernel: CPU: Physical Processor ID: 0
    lip 05 10:59:21 marcin kernel: CPU: Processor Core ID: 0
    lip 05 10:59:21 marcin kernel: mce: CPU supports 6 MCE banks
    lip 05 10:59:21 marcin kernel: LVT offset 0 assigned for vector 0xf9
    lip 05 10:59:21 marcin kernel: process: using AMD E400 aware idle routine
    lip 05 10:59:21 marcin kernel: [119B blob data]
    lip 05 10:59:21 marcin kernel: Freeing SMP alternatives: 20k freed
    lip 05 10:59:21 marcin kernel: ACPI: Core revision 20130117
    lip 05 10:59:21 marcin kernel: ACPI: All ACPI Tables successfully acquired
    lip 05 10:59:21 marcin kernel: ftrace: allocating 19551 entries in 77 pages
    lip 05 10:59:21 marcin kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    lip 05 10:59:21 marcin kernel: smpboot: CPU0: AMD Phenom(tm) II X4 955 Processor (fam: 10, model: 04, stepping: 03)
    lip 05 10:59:21 marcin kernel: Performance Events: AMD PMU driver.
    lip 05 10:59:21 marcin kernel: ... version: 0
    lip 05 10:59:21 marcin kernel: ... bit width: 48
    lip 05 10:59:21 marcin kernel: ... generic registers: 4
    lip 05 10:59:21 marcin kernel: ... value mask: 0000ffffffffffff
    lip 05 10:59:21 marcin kernel: ... max period: 00007fffffffffff
    lip 05 10:59:21 marcin kernel: ... fixed-purpose events: 0
    lip 05 10:59:21 marcin kernel: ... event mask: 000000000000000f
    lip 05 10:59:21 marcin kernel: process: System has AMD C1E enabled
    lip 05 10:59:21 marcin kernel: process: Switch to broadcast mode on CPU0
    lip 05 10:59:21 marcin kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    lip 05 10:59:21 marcin kernel: process: Switch to broadcast mode on CPU1
    lip 05 10:59:21 marcin kernel: process: Switch to broadcast mode on CPU2
    lip 05 10:59:21 marcin kernel: smpboot: Booting Node 0, Processors #1 #2 #3
    lip 05 10:59:21 marcin kernel: Brought up 4 CPUs
    lip 05 10:59:21 marcin kernel: smpboot: Total of 4 processors activated (25695.50 BogoMIPS)
    lip 05 10:59:21 marcin kernel: process: Switch to broadcast mode on CPU3
    lip 05 10:59:21 marcin kernel: devtmpfs: initialized
    lip 05 10:59:21 marcin kernel: PM: Registering ACPI NVS region [mem 0xc7e98000-0xc7ebffff] (163840 bytes)
    lip 05 10:59:21 marcin kernel: RTC time: 8:59:16, date: 07/05/13
    lip 05 10:59:21 marcin kernel: NET: Registered protocol family 16
    lip 05 10:59:21 marcin kernel: node 0 link 0: io port [1000, ffffff]
    lip 05 10:59:21 marcin kernel: TOM: 00000000c8000000 aka 3200M
    lip 05 10:59:21 marcin kernel: Fam 10h mmconf [mem 0xe0000000-0xefffffff]
    lip 05 10:59:21 marcin kernel: node 0 link 0: mmio [e0000000, efffffff] ==> none
    lip 05 10:59:21 marcin kernel: node 0 link 0: mmio [f0000000, ffffffff]
    lip 05 10:59:21 marcin kernel: node 0 link 0: mmio [a0000, bffff]
    lip 05 10:59:21 marcin kernel: node 0 link 0: mmio [c8000000, dfffffff]
    lip 05 10:59:21 marcin kernel: TOM2: 00000001b8000000 aka 7040M
    lip 05 10:59:21 marcin kernel: bus: [bus 00-1f] on node 0 link 0
    lip 05 10:59:21 marcin kernel: bus: 00 [io 0x0000-0xffff]
    lip 05 10:59:21 marcin kernel: bus: 00 [mem 0xf0000000-0xffffffff]
    lip 05 10:59:21 marcin kernel: bus: 00 [mem 0x000a0000-0x000bffff]
    lip 05 10:59:21 marcin kernel: bus: 00 [mem 0xc8000000-0xdfffffff]
    lip 05 10:59:21 marcin kernel: bus: 00 [mem 0x1b8000000-0xfcffffffff]
    lip 05 10:59:21 marcin kernel: ACPI: bus type PCI registered
    lip 05 10:59:21 marcin kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    lip 05 10:59:21 marcin kernel: PCI: not using MMCONFIG
    lip 05 10:59:21 marcin kernel: PCI: Using configuration type 1 for base access
    lip 05 10:59:21 marcin kernel: PCI: Using configuration type 1 for extended access
    lip 05 10:59:21 marcin kernel: mtrr: your CPUs had inconsistent variable MTRR settings
    lip 05 10:59:21 marcin kernel: mtrr: probably your BIOS does not setup all CPUs.
    lip 05 10:59:21 marcin kernel: mtrr: corrected configuration.
    lip 05 10:59:21 marcin kernel: bio: create slab <bio-0> at 0
    lip 05 10:59:21 marcin kernel: ACPI: Added _OSI(Module Device)
    lip 05 10:59:21 marcin kernel: ACPI: Added _OSI(Processor Device)
    lip 05 10:59:21 marcin kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    lip 05 10:59:21 marcin kernel: ACPI: Added _OSI(Processor Aggregator Device)
    lip 05 10:59:21 marcin kernel: ACPI: EC: Look up EC in DSDT
    lip 05 10:59:21 marcin kernel: ACPI: Executed 3 blocks of module-level executable AML code
    lip 05 10:59:21 marcin kernel: ACPI: Interpreter enabled
    lip 05 10:59:21 marcin kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130117/hwxface-568)
    lip 05 10:59:21 marcin kernel: ACPI: (supports S0 S1 S3 S4 S5)
    lip 05 10:59:21 marcin kernel: ACPI: Using IOAPIC for interrupt routing
    lip 05 10:59:21 marcin kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    lip 05 10:59:21 marcin kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    lip 05 10:59:21 marcin kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    lip 05 10:59:21 marcin kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    lip 05 10:59:21 marcin kernel: PCI host bridge to bus 0000:00
    lip 05 10:59:21 marcin kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:00: root bus resource [mem 0xc7f00000-0xdfffffff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
    lip 05 10:59:21 marcin kernel: pci 0000:00:00.0: [1002:5a11] type 00 class 0x060000
    lip 05 10:59:21 marcin kernel: pci 0000:00:00.2: [1002:5a23] type 00 class 0x080600
    lip 05 10:59:21 marcin kernel: pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
    lip 05 10:59:21 marcin kernel: pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    lip 05 10:59:21 marcin kernel: pci 0000:00:02.0: System wakeup disabled by ACPI
    lip 05 10:59:21 marcin kernel: pci 0000:00:06.0: [1002:5a1a] type 01 class 0x060400
    lip 05 10:59:21 marcin kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
    lip 05 10:59:21 marcin kernel: pci 0000:00:06.0: System wakeup disabled by ACPI
    lip 05 10:59:21 marcin kernel: pci 0000:00:07.0: [1002:5a1b] type 01 class 0x060400
    lip 05 10:59:21 marcin kernel: pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    lip 05 10:59:21 marcin kernel: pci 0000:00:07.0: System wakeup disabled by ACPI
    lip 05 10:59:21 marcin kernel: pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
    lip 05 10:59:21 marcin kernel: pci 0000:00:11.0: reg 10: [io 0xb000-0xb007]
    lip 05 10:59:21 marcin kernel: pci 0000:00:11.0: reg 14: [io 0xa000-0xa003]
    lip 05 10:59:21 marcin kernel: pci 0000:00:11.0: reg 18: [io 0x9000-0x9007]
    lip 05 10:59:21 marcin kernel: pci 0000:00:11.0: reg 1c: [io 0x8000-0x8003]
    lip 05 10:59:21 marcin kernel: pci 0000:00:11.0: reg 20: [io 0x7000-0x700f]
    lip 05 10:59:21 marcin kernel: pci 0000:00:11.0: reg 24: [mem 0xfe6fe000-0xfe6fe3ff]
    lip 05 10:59:21 marcin kernel: pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    lip 05 10:59:21 marcin kernel: pci 0000:00:12.0: reg 10: [mem 0xfe6fb000-0xfe6fbfff]
    lip 05 10:59:21 marcin kernel: pci 0000:00:12.0: System wakeup disabled by ACPI
    lip 05 10:59:21 marcin kernel: pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    lip 05 10:59:21 marcin kernel: pci 0000:00:12.2: reg 10: [mem 0xfe6fe400-0xfe6fe4ff]
    lip 05 10:59:21 marcin kernel: pci 0000:00:12.2: supports D1 D2
    lip 05 10:59:21 marcin kernel: pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    lip 05 10:59:21 marcin kernel: pci 0000:00:12.2: System wakeup disabled by ACPI
    lip 05 10:59:21 marcin kernel: pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    lip 05 10:59:21 marcin kernel: pci 0000:00:13.0: reg 10: [mem 0xfe6fc000-0xfe6fcfff]
    lip 05 10:59:21 marcin kernel: pci 0000:00:13.0: System wakeup disabled by ACPI
    lip 05 10:59:21 marcin kernel: pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    lip 05 10:59:21 marcin kernel: pci 0000:00:13.2: reg 10: [mem 0xfe6fe800-0xfe6fe8ff]
    lip 05 10:59:21 marcin kernel: pci 0000:00:13.2: supports D1 D2
    lip 05 10:59:21 marcin kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    lip 05 10:59:21 marcin kernel: pci 0000:00:13.2: System wakeup disabled by ACPI
    lip 05 10:59:21 marcin kernel: pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    lip 05 10:59:21 marcin kernel: pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    lip 05 10:59:21 marcin kernel: pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    lip 05 10:59:21 marcin kernel: pci 0000:00:14.4: System wakeup disabled by ACPI
    lip 05 10:59:21 marcin kernel: pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
    lip 05 10:59:21 marcin kernel: pci 0000:00:14.5: reg 10: [mem 0xfe6fd000-0xfe6fdfff]
    lip 05 10:59:21 marcin kernel: pci 0000:00:14.5: System wakeup disabled by ACPI
    lip 05 10:59:21 marcin kernel: pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
    lip 05 10:59:21 marcin kernel: pci 0000:00:16.0: reg 10: [mem 0xfe6ff000-0xfe6fffff]
    lip 05 10:59:21 marcin kernel: pci 0000:00:16.0: System wakeup disabled by ACPI
    lip 05 10:59:21 marcin kernel: pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
    lip 05 10:59:21 marcin kernel: pci 0000:00:16.2: reg 10: [mem 0xfe6fec00-0xfe6fecff]
    lip 05 10:59:21 marcin kernel: pci 0000:00:16.2: supports D1 D2
    lip 05 10:59:21 marcin kernel: pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
    lip 05 10:59:21 marcin kernel: pci 0000:00:16.2: System wakeup disabled by ACPI
    lip 05 10:59:21 marcin kernel: pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
    lip 05 10:59:21 marcin kernel: pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
    lip 05 10:59:21 marcin kernel: pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
    lip 05 10:59:21 marcin kernel: pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
    lip 05 10:59:21 marcin kernel: pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
    lip 05 10:59:21 marcin kernel: pci 0000:04:00.0: [1002:68b8] type 00 class 0x030000
    lip 05 10:59:21 marcin kernel: pci 0000:04:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
    lip 05 10:59:21 marcin kernel: pci 0000:04:00.0: reg 18: [mem 0xfe9e0000-0xfe9fffff 64bit]
    lip 05 10:59:21 marcin kernel: pci 0000:04:00.0: reg 20: [io 0xe000-0xe0ff]
    lip 05 10:59:21 marcin kernel: pci 0000:04:00.0: reg 30: [mem 0xfe9c0000-0xfe9dffff pref]
    lip 05 10:59:21 marcin kernel: pci 0000:04:00.0: supports D1 D2
    lip 05 10:59:21 marcin kernel: pci 0000:04:00.1: [1002:aa58] type 00 class 0x040300
    lip 05 10:59:21 marcin kernel: pci 0000:04:00.1: reg 10: [mem 0xfe9bc000-0xfe9bffff 64bit]
    lip 05 10:59:21 marcin kernel: pci 0000:04:00.1: supports D1 D2
    lip 05 10:59:21 marcin kernel: pci 0000:00:02.0: PCI bridge to [bus 04]
    lip 05 10:59:21 marcin kernel: pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    lip 05 10:59:21 marcin kernel: pci 0000:00:02.0: bridge window [mem 0xfe900000-0xfe9fffff]
    lip 05 10:59:21 marcin kernel: pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    lip 05 10:59:21 marcin kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
    lip 05 10:59:21 marcin kernel: pci 0000:03:00.0: reg 10: [io 0xd800-0xd8ff]
    lip 05 10:59:21 marcin kernel: pci 0000:03:00.0: reg 18: [mem 0xcffff000-0xcfffffff 64bit pref]
    lip 05 10:59:21 marcin kernel: pci 0000:03:00.0: reg 20: [mem 0xcfff8000-0xcfffbfff 64bit pref]
    lip 05 10:59:21 marcin kernel: pci 0000:03:00.0: reg 30: [mem 0xfe8e0000-0xfe8fffff pref]
    lip 05 10:59:21 marcin kernel: pci 0000:03:00.0: supports D1 D2
    lip 05 10:59:21 marcin kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    lip 05 10:59:21 marcin kernel: pci 0000:00:06.0: PCI bridge to [bus 03]
    lip 05 10:59:21 marcin kernel: pci 0000:00:06.0: bridge window [io 0xd000-0xdfff]
    lip 05 10:59:21 marcin kernel: pci 0000:00:06.0: bridge window [mem 0xfe800000-0xfe8fffff]
    lip 05 10:59:21 marcin kernel: pci 0000:00:06.0: bridge window [mem 0xcff00000-0xcfffffff 64bit pref]
    lip 05 10:59:21 marcin kernel: pci 0000:02:00.0: [1033:0194] type 00 class 0x0c0330
    lip 05 10:59:21 marcin kernel: pci 0000:02:00.0: reg 10: [mem 0xfe7fe000-0xfe7fffff 64bit]
    lip 05 10:59:21 marcin kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    lip 05 10:59:21 marcin kernel: pci 0000:00:07.0: PCI bridge to [bus 02]
    lip 05 10:59:21 marcin kernel: pci 0000:00:07.0: bridge window [mem 0xfe700000-0xfe7fffff]
    lip 05 10:59:21 marcin kernel: pci 0000:01:05.0: [1412:1724] type 00 class 0x040100
    lip 05 10:59:21 marcin kernel: pci 0000:01:05.0: reg 10: [io 0xcc00-0xcc1f]
    lip 05 10:59:21 marcin kernel: pci 0000:01:05.0: reg 14: [io 0xc880-0xc8ff]
    lip 05 10:59:21 marcin kernel: pci 0000:01:05.0: supports D2
    lip 05 10:59:21 marcin kernel: pci 0000:00:14.4: PCI bridge to [bus 01] (subtractive decode)
    lip 05 10:59:21 marcin kernel: pci 0000:00:14.4: bridge window [io 0xc000-0xcfff]
    lip 05 10:59:21 marcin kernel: pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    lip 05 10:59:21 marcin kernel: pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    lip 05 10:59:21 marcin kernel: pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    lip 05 10:59:21 marcin kernel: pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    lip 05 10:59:21 marcin kernel: pci 0000:00:14.4: bridge window [mem 0xc7f00000-0xdfffffff] (subtractive decode)
    lip 05 10:59:21 marcin kernel: pci 0000:00:14.4: bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
    lip 05 10:59:21 marcin kernel: acpi PNP0A03:00: Requesting ACPI _OSC control (0x1d)
    lip 05 10:59:21 marcin kernel: acpi PNP0A03:00: ACPI _OSC control (0x1d) granted
    lip 05 10:59:21 marcin kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 4 *7 10 11 14 15)
    lip 05 10:59:21 marcin kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 *11 14 15)
    lip 05 10:59:21 marcin kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 *10 11 14 15)
    lip 05 10:59:21 marcin kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs *4 7 10 11 14 15)
    lip 05 10:59:21 marcin kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 *11 14 15)
    lip 05 10:59:21 marcin kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 *10 11 14 15)
    lip 05 10:59:21 marcin kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 14 15) *0, disabled.
    lip 05 10:59:21 marcin kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0, disabled.
    lip 05 10:59:21 marcin kernel: acpi root: \_SB_.PCI0 notify handler is installed
    lip 05 10:59:21 marcin kernel: Found 1 acpi root devices
    lip 05 10:59:21 marcin kernel: ACPI: EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
    lip 05 10:59:21 marcin kernel: ACPI: No dock devices found.
    lip 05 10:59:21 marcin kernel: vgaarb: device added: PCI:0000:04:00.0,decodes=io+mem,owns=io+mem,locks=none
    lip 05 10:59:21 marcin kernel: vgaarb: loaded
    lip 05 10:59:21 marcin kernel: vgaarb: bridge control possible 0000:04:00.0
    lip 05 10:59:21 marcin kernel: PCI: Using ACPI for IRQ routing
    lip 05 10:59:21 marcin kernel: PCI: pci_cache_line_size set to 64 bytes
    lip 05 10:59:21 marcin kernel: e820: reserve RAM buffer [mem 0x0009b000-0x0009ffff]
    lip 05 10:59:21 marcin kernel: e820: reserve RAM buffer [mem 0xc7e80000-0xc7ffffff]
    lip 05 10:59:21 marcin kernel: NetLabel: Initializing
    lip 05 10:59:21 marcin kernel: NetLabel: domain hash size = 128
    lip 05 10:59:21 marcin kernel: NetLabel: protocols = UNLABELED CIPSOv4
    lip 05 10:59:21 marcin kernel: NetLabel: unlabeled traffic allowed by default
    lip 05 10:59:21 marcin kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    lip 05 10:59:21 marcin kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    lip 05 10:59:21 marcin kernel: Switching to clocksource hpet
    lip 05 10:59:21 marcin kernel: pnp: PnP ACPI init
    lip 05 10:59:21 marcin kernel: ACPI: bus type PNP registered
    lip 05 10:59:21 marcin kernel: system 00:00: [mem 0xfec20000-0xfec200ff] could not be reserved
    lip 05 10:59:21 marcin kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    lip 05 10:59:21 marcin kernel: system 00:01: [mem 0xf6000000-0xf6003fff] could not be reserved
    lip 05 10:59:21 marcin kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    lip 05 10:59:21 marcin kernel: pnp 00:02: [dma 4]
    lip 05 10:59:21 marcin kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    lip 05 10:59:21 marcin kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    lip 05 10:59:21 marcin kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    lip 05 10:59:21 marcin kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    lip 05 10:59:21 marcin kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0103 (active)
    lip 05 10:59:21 marcin kernel: system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
    lip 05 10:59:21 marcin kernel: system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0x04d0-0x04d1] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0x040b] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0x04d6] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0x0c00-0x0c01] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0x0c14] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0x0c50-0x0c51] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0x0c52] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0x0c6c] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0x0c6f] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0x0cd0-0x0cd1] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0x0cd2-0x0cd3] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0x0cd4-0x0cd5] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0x0cd6-0x0cd7] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0x0cd8-0x0cdf] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0x0800-0x089f] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0x0b00-0x0b1f] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0x0b20-0x0b3f] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0x0900-0x090f] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0x0910-0x091f] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [io 0xfe00-0xfefe] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [mem 0xc7f00000-0xc7ffffff] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [mem 0xffb80000-0xffbfffff] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [mem 0xfec10000-0xfec1001f] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: [mem 0xfed80000-0xfed80fff] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    lip 05 10:59:21 marcin kernel: system 00:09: [io 0x0230-0x023f] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:09: [io 0x0290-0x029f] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:09: [io 0x0f40-0x0f4f] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:09: [io 0x0a30-0x0a3f] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    lip 05 10:59:21 marcin kernel: system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
    lip 05 10:59:21 marcin kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    lip 05 10:59:21 marcin kernel: system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
    lip 05 10:59:21 marcin kernel: system 00:0b: [mem 0x000c0000-0x000cffff] could not be reserved
    lip 05 10:59:21 marcin kernel: system 00:0b: [mem 0x000e0000-0x000fffff] could not be reserved
    lip 05 10:59:21 marcin kernel: system 00:0b: [mem 0x00100000-0xc7efffff] could not be reserved
    lip 05 10:59:21 marcin kernel: system 00:0b: [mem 0xfec00000-0xffffffff] could not be reserved
    lip 05 10:59:21 marcin kernel: system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
    lip 05 10:59:21 marcin kernel: pnp: PnP ACPI: found 12 devices
    lip 05 10:59:21 marcin kernel: ACPI: bus type PNP unregistered
    lip 05 10:59:21 marcin kernel: pci 0000:00:02.0: PCI bridge to [bus 04]
    lip 05 10:59:21 marcin kernel: pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    lip 05 10:59:21 marcin kernel: pci 0000:00:02.0: bridge window [mem 0xfe900000-0xfe9fffff]
    lip 05 10:59:21 marcin kernel: pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    lip 05 10:59:21 marcin kernel: pci 0000:00:06.0: PCI bridge to [bus 03]
    lip 05 10:59:21 marcin kernel: pci 0000:00:06.0: bridge window [io 0xd000-0xdfff]
    lip 05 10:59:21 marcin kernel: pci 0000:00:06.0: bridge window [mem 0xfe800000-0xfe8fffff]
    lip 05 10:59:21 marcin kernel: pci 0000:00:06.0: bridge window [mem 0xcff00000-0xcfffffff 64bit pref]
    lip 05 10:59:21 marcin kernel: pci 0000:00:07.0: PCI bridge to [bus 02]
    lip 05 10:59:21 marcin kernel: pci 0000:00:07.0: bridge window [mem 0xfe700000-0xfe7fffff]
    lip 05 10:59:21 marcin kernel: pci 0000:00:14.4: PCI bridge to [bus 01]
    lip 05 10:59:21 marcin kernel: pci 0000:00:14.4: bridge window [io 0xc000-0xcfff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:00: resource 8 [mem 0xc7f00000-0xdfffffff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:04: resource 0 [io 0xe000-0xefff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:04: resource 1 [mem 0xfe900000-0xfe9fffff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:04: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:03: resource 1 [mem 0xfe800000-0xfe8fffff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:03: resource 2 [mem 0xcff00000-0xcfffffff 64bit pref]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:02: resource 1 [mem 0xfe700000-0xfe7fffff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:01: resource 0 [io 0xc000-0xcfff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:01: resource 4 [io 0x0000-0x0cf7]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:01: resource 5 [io 0x0d00-0xffff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:01: resource 8 [mem 0xc7f00000-0xdfffffff]
    lip 05 10:59:21 marcin kernel: pci_bus 0000:01: resource 9 [mem 0xf0000000-0xfebfffff]
    lip 05 10:59:21 marcin kernel: NET: Registered protocol family 2
    lip 05 10:59:21 marcin kernel: TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
    lip 05 10:59:21 marcin kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    lip 05 10:59:21 marcin kernel: TCP: Hash tables configured (established 65536 bind 65536)
    lip 05 10:59:21 marcin kernel: TCP: reno registered
    lip 05 10:59:21 marcin kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
    lip 05 10:59:21 marcin kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    lip 05 10:59:21 marcin kernel: NET: Registered protocol family 1
    lip 05 10:59:21 marcin kernel: pci 0000:04:00.0: Boot video device
    lip 05 10:59:21 marcin kernel: PCI: CLS 64 bytes, default 64
    lip 05 10:59:21 marcin kernel: Unpacking initramfs...
    lip 05 10:59:21 marcin kernel: Freeing initrd memory: 3712k freed
    lip 05 10:59:21 marcin kernel: AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
    lip 05 10:59:21 marcin kernel: AMD-Vi: Interrupt remapping enabled
    lip 05 10:59:21 marcin kernel: pci 0000:00:00.2: irq 72 for MSI/MSI-X
    lip 05 10:59:21 marcin kernel: AMD-Vi: Lazy IO/TLB flushing enabled
    lip 05 10:59:21 marcin kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    lip 05 10:59:21 marcin kernel: software IO TLB [mem 0xc3e80000-0xc7e80000] (64MB) mapped at [ffff8800c3e80000-ffff8800c7e7ffff]
    lip 05 10:59:21 marcin kernel: LVT offset 1 assigned for vector 0x400
    lip 05 10:59:21 marcin kernel: IBS: LVT offset 1 assigned
    lip 05 10:59:21 marcin kernel: perf: AMD IBS detected (0x0000001f)
    lip 05 10:59:21 marcin kernel: Scanning for low memory corruption every 60 seconds
    lip 05 10:59:21 marcin kernel: audit: initializing netlink socket (disabled)
    lip 05 10:59:21 marcin kernel: type=2000 audit(1373014756.476:1): initialized
    lip 05 10:59:21 marcin kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    lip 05 10:59:21 marcin kernel: VFS: Disk quotas dquot_6.5.2
    lip 05 10:59:21 marcin kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    lip 05 10:59:21 marcin kernel: msgmni has been set to 11810
    lip 05 10:59:21 marcin kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    lip 05 10:59:21 marcin kernel: io scheduler noop registered
    lip 05 10:59:21 marcin kernel: io scheduler deadline registered
    lip 05 10:59:21 marcin kernel: io scheduler cfq registered (default)
    lip 05 10:59:21 marcin kernel: pcieport 0000:00:02.0: irq 73 for MSI/MSI-X
    lip 05 10:59:21 marcin kernel: pcieport 0000:00:06.0: irq 74 for MSI/MSI-X
    lip 05 10:59:21 marcin kernel: pcieport 0000:00:07.0: irq 75 for MSI/MSI-X
    lip 05 10:59:21 marcin kernel: pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
    lip 05 10:59:21 marcin kernel: pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
    lip 05 10:59:21 marcin kernel: pci 0000:04:00.1: Signaling PME through PCIe PME interrupt
    lip 05 10:59:21 marcin kernel: pcie_pme 0000:00:02.0:pcie01: service driver pcie_pme loaded
    lip 05 10:59:21 marcin kernel: pcieport 0000:00:06.0: Signaling PME through PCIe PME interrupt
    lip 05 10:59:21 marcin kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    lip 05 10:59:21 marcin kernel: pcie_pme 0000:00:06.0:pcie01: service driver pcie_pme loaded
    lip 05 10:59:21 marcin kernel: pcieport 0000:00:07.0: Signaling PME through PCIe PME interrupt
    lip 05 10:59:21 marcin kernel: pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
    lip 05 10:59:21 marcin kernel: pcie_pme 0000:00:07.0:pcie01: service driver pcie_pme loaded
    lip 05 10:59:21 marcin kernel: vesafb: mode is 1600x1200x32, linelength=6400, pages=0
    lip 05 10:59:21 marcin kernel: vesafb: scrolling: redraw
    lip 05 10:59:21 marcin kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    lip 05 10:59:21 marcin kernel: vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010f00000, using 7552k, total 7552k
    lip 05 10:59:21 marcin kernel: Console: switching to colour frame buffer device 200x75
    lip 05 10:59:21 marcin kernel: fb0: VESA VGA frame buffer device
    lip 05 10:59:21 marcin kernel: GHES: HEST is not enabled!
    lip 05 10:59:21 marcin kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    lip 05 10:59:21 marcin kernel: Linux agpgart interface v0.103
    lip 05 10:59:21 marcin kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
    lip 05 10:59:21 marcin kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    lip 05 10:59:21 marcin kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    lip 05 10:59:21 marcin kernel: mousedev: PS/2 mouse device common for all mice
    lip 05 10:59:21 marcin kernel: rtc_cmos 00:03: RTC can wake from S4
    lip 05 10:59:21 marcin kernel: rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    lip 05 10:59:21 marcin kernel: rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    lip 05 10:59:21 marcin kernel: cpuidle: using governor ladder
    lip 05 10:59:21 marcin kernel: cpuidle: using governor menu
    lip 05 10:59:21 marcin kernel: EFI Variables Facility v0.08 2004-May-17
    lip 05 10:59:21 marcin kernel: drop_monitor: Initializing network drop monitor service
    lip 05 10:59:21 marcin kernel: TCP: cubic registered
    lip 05 10:59:21 marcin kernel: NET: Registered protocol family 10
    lip 05 10:59:21 marcin kernel: NET: Registered protocol family 17
    lip 05 10:59:21 marcin kernel: Key type dns_resolver registered
    lip 05 10:59:21 marcin kernel: PM: Hibernation image not present or could not be loaded.
    lip 05 10:59:21 marcin kernel: registered taskstats version 1
    lip 05 10:59:21 marcin kernel: Magic number: 5:669:977
    lip 05 10:59:21 marcin kernel: memory memory24: hash matches
    lip 05 10:59:21 marcin kernel: rtc_cmos 00:03: setting system clock to 2013-07-05 08:59:17 UTC (1373014757)
    lip 05 10:59:21 marcin kernel: Freeing unused kernel memory: 1092k freed
    lip 05 10:59:21 marcin kernel: Write protecting the kernel read-only data: 8192k
    lip 05 10:59:21 marcin kernel: Freeing unused kernel memory: 1148k freed
    lip 05 10:59:21 marcin kernel: Freeing unused kernel memory: 420k freed
    lip 05 10:59:21 marcin systemd-udevd[56]: starting version 204
    lip 05 10:59:21 marcin kernel: [drm] Initialized drm 1.1.0 20060810
    lip 05 10:59:21 marcin kernel: [drm] radeon kernel modesetting enabled.
    lip 05 10:59:21 marcin kernel: checking generic (d0000000 760000) vs hw (d0000000 10000000)
    lip 05 10:59:21 marcin kernel: fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
    lip 05 10:59:21 marcin kernel: Console: switching to colour dummy device 80x25
    lip 05 10:59:21 marcin kernel: [drm] initializing kernel modesetting (JUNIPER 0x1002:0x68B8 0x1462:0x2140).
    lip 05 10:59:21 marcin kernel: [drm] register mmio base: 0xFE9E0000
    lip 05 10:59:21 marcin kernel: [drm] register mmio size: 131072
    lip 05 10:59:21 marcin kernel: ATOM BIOS: 113
    lip 05 10:59:21 marcin kernel: radeon 0000:04:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
    lip 05 10:59:21 marcin kernel: radeon 0000:04:00.0: GTT: 512M 0x0000000040000000 - 0x000000005FFFFFFF
    lip 05 10:59:21 marcin kernel: [drm] Detected VRAM RAM=1024M, BAR=256M
    lip 05 10:59:21 marcin kernel: [drm] RAM width 128bits DDR
    lip 05 10:59:21 marcin kernel: [TTM] Zone kernel: Available graphics memory: 3024784 kiB
    lip 05 10:59:21 marcin kernel: [TTM] Zone dma32: Available graphics memory: 2097152 kiB
    lip 05 10:59:21 marcin kernel: [TTM] Initializing pool allocator
    lip 05 10:59:21 marcin kernel: [TTM] Initializing DMA pool allocator
    lip 05 10:59:21 marcin kernel: [drm] radeon: 1024M of VRAM memory ready
    lip 05 10:59:21 marcin kernel: [drm] radeon: 512M of GTT memory ready.
    lip 05 10:59:21 marcin kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
    lip 05 10:59:21 marcin kernel: [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
    lip 05 10:59:21 marcin kernel: [drm] Loading JUNIPER Microcode
    lip 05 10:59:21 marcin kernel: [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    lip 05 10:59:21 marcin kernel: radeon 0000:04:00.0: WB enabled
    lip 05 10:59:21 marcin kernel: radeon 0000:04:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff8801ac99cc00
    lip 05 10:59:21 marcin kernel: radeon 0000:04:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff8801ac99cc0c
    lip 05 10:59:21 marcin kernel: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    lip 05 10:59:21 marcin kernel: [drm] Driver supports precise vblank timestamp query.
    lip 05 10:59:21 marcin kernel: radeon 0000:04:00.0: irq 76 for MSI/MSI-X
    lip 05 10:59:21 marcin kernel: radeon 0000:04:00.0: radeon: using MSI.
    lip 05 10:59:21 marcin kernel: [drm] radeon: irq initialized.
    lip 05 10:59:21 marcin kernel: [drm] ring test on 0 succeeded in 1 usecs
    lip 05 10:59:21 marcin kernel: [drm] ring test on 3 succeeded in 1 usecs
    lip 05 10:59:21 marcin kernel: [drm] ib test on ring 0 succeeded in 0 usecs
    lip 05 10:59:21 marcin kernel: [drm] ib test on ring 3 succeeded in 0 usecs
    lip 05 10:59:21 marcin kernel: [drm] Radeon Display Connectors
    lip 05 10:59:21 marcin kernel: [drm] Connector 0:
    lip 05 10:59:21 marcin kernel: [drm] DP-1
    lip 05 10:59:21 marcin kernel: [drm] HPD4
    lip 05 10:59:21 marcin kernel: [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
    lip 05 10:59:21 marcin kernel: [drm] Encoders:
    lip 05 10:59:21 marcin kernel: [drm] DFP1: INTERNAL_UNIPHY2
    lip 05 10:59:21 marcin kernel: [drm] Connector 1:
    lip 05 10:59:21 marcin kernel: [drm] HDMI-A-1
    lip 05 10:59:21 marcin kernel: [drm] HPD5
    lip 05 10:59:21 marcin kernel: [drm] DDC: 0x6470 0x6470 0x6474 0x6474 0x6478 0x6478 0x647c 0x647c
    lip 05 10:59:21 marcin kernel: [drm] Encoders:
    lip 05 10:59:21 marcin kernel: [drm] DFP2: INTERNAL_UNIPHY2
    lip 05 10:59:21 marcin kernel: [drm] Connector 2:
    lip 05 10:59:21 marcin kernel: [drm] DVI-I-1
    lip 05 10:59:21 marcin kernel: [drm] HPD1
    lip 05 10:59:21 marcin kernel: [drm] DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
    lip 05 10:59:21 marcin kernel: [drm] Encoders:
    lip 05 10:59:21 marcin kernel: [drm] DFP3: INTERNAL_UNIPHY1
    lip 05 10:59:21 marcin kernel: [drm] CRT2: INTERNAL_KLDSCP_DAC2
    lip 05 10:59:21 marcin kernel: [drm] Internal thermal controller with fan control
    lip 05 10:59:21 marcin kernel: [drm] radeon: power management initialized
    lip 05 10:59:21 marcin kernel: [drm] fb mappable at 0xD0142000
    lip 05 10:59:21 marcin kernel: [drm] vram apper at 0xD0000000
    lip 05 10:59:21 marcin kernel: [drm] size 9216000
    lip 05 10:59:21 marcin kernel: [drm] fb depth is 24
    lip 05 10:59:21 marcin kernel: [drm] pitch is 7680
    lip 05 10:59:21 marcin kernel: fbcon: radeondrmfb (fb0) is primary device
    lip 05 10:59:21 marcin kernel: Console: switching to colour frame buffer device 240x75
    lip 05 10:59:21 marcin kernel: radeon 0000:04:00.0: fb0: radeondrmfb frame buffer device
    lip 05 10:59:21 marcin kernel: radeon 0000:04:00.0: registered panic notifier
    lip 05 10:59:21 marcin kernel: [drm] Initialized radeon 2.30.0 20080528 for 0000:04:00.0 on minor 0
    lip 05 10:59:21 marcin kernel: SCSI subsystem initialized
    lip 05 10:59:21 marcin kernel: ACPI: bus type USB registered
    lip 05 10:59:21 marcin kernel: usbcore: registered new interface driver usbfs
    lip 05 10:59:21 marcin kernel: usbcore: registered new interface driver hub
    lip 05 10:59:21 marcin kernel: usbcore: registered new device driver usb
    lip 05 10:59:21 marcin kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    lip 05 10:59:21 marcin kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    lip 05 10:59:21 marcin kernel: ohci_hcd 0000:00:12.0: OHCI Host Controller
    lip 05 10:59:21 marcin kernel: ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 1
    lip 05 10:59:21 marcin kernel: QUIRK: Enable AMD PLL fix
    lip 05 10:59:21 marcin kernel: ohci_hcd 0000:00:12.0: irq 18, io mem 0xfe6fb000
    lip 05 10:59:21 marcin kernel: ehci-pci: EHCI PCI platform driver
    lip 05 10:59:21 marcin kernel: ACPI: bus type ATA registered
    lip 05 10:59:21 marcin kernel: libata version 3.00 loaded.
    lip 05 10:59:21 marcin kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
    lip 05 10:59:21 marcin kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
    lip 05 10:59:21 marcin kernel: xhci_hcd 0000:02:00.0: irq 77 for MSI/MSI-X
    lip 05 10:59:21 marcin kernel: xhci_hcd 0000:02:00.0: irq 78 for MSI/MSI-X
    lip 05 10:59:21 marcin kernel: xhci_hcd 0000:02:00.0: irq 79 for MSI/MSI-X
    lip 05 10:59:21 marcin kernel: xhci_hcd 0000:02:00.0: irq 80 for MSI/MSI-X
    lip 05 10:59:21 marcin kernel: xhci_hcd 0000:02:00.0: irq 81 for MSI/MSI-X
    lip 05 10:59:21 marcin kernel: xHCI xhci_add_endpoint called for root hub
    lip 05 10:59:21 marcin kernel: xHCI xhci_check_bandwidth called for root hub
    lip 05 10:59:21 marcin kernel: hub 2-0:1.0: USB hub found
    lip 05 10:59:21 marcin kernel: hub 2-0:1.0: 2 ports detected
    lip 05 10:59:21 marcin kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
    lip 05 10:59:21 marcin kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3
    lip 05 10:59:21 marcin kernel: xHCI xhci_add_endpoint called for root hub
    lip 05 10:59:21 marcin kernel: xHCI xhci_check_bandwidth called for root hub
    lip 05 10:59:21 marcin kernel: hub 3-0:1.0: USB hub found
    lip 05 10:59:21 marcin kernel: hub 3-0:1.0: 2 ports detected
    lip 05 10:59:21 marcin kernel: hub 1-0:1.0: USB hub found
    lip 05 10:59:21 marcin kernel: hub 1-0:1.0: 5 ports detected
    lip 05 10:59:21 marcin kernel: ohci_hcd 0000:00:13.0: OHCI Host Controller
    lip 05 10:59:21 marcin kernel: ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 4
    lip 05 10:59:21 marcin kernel: ohci_hcd 0000:00:13.0: irq 18, io mem 0xfe6fc000
    lip 05 10:59:21 marcin kernel: hub 4-0:1.0: USB hub found
    lip 05 10:59:21 marcin kernel: hub 4-0:1.0: 5 ports detected
    lip 05 10:59:21 marcin kernel: ohci_hcd 0000:00:14.5: OHCI Host Controller
    lip 05 10:59:21 marcin kernel: ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 5
    lip 05 10:59:21 marcin kernel: ohci_hcd 0000:00:14.5: irq 18, io mem 0xfe6fd000
    lip 05 10:59:21 marcin kernel: hub 5-0:1.0: USB hub found
    lip 05 10:59:21 marcin kernel: hub 5-0:1.0: 2 ports detected
    lip 05 10:59:21 marcin kernel: ohci_hcd 0000:00:16.0: OHCI Host Controller
    lip 05 10:59:21 marcin kernel: ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 6
    lip 05 10:59:21 marcin kernel: ohci_hcd 0000:00:16.0: irq 18, io mem 0xfe6ff000
    lip 05 10:59:21 marcin kernel: hub 6-0:1.0: USB hub found
    lip 05 10:59:21 marcin kernel: hub 6-0:1.0: 4 ports detected
    lip 05 10:59:21 marcin kernel: ehci-pci 0000:00:12.2: EHCI Host Controller
    lip 05 10:59:21 marcin kernel: ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 7
    lip 05 10:59:21 marcin kernel: ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    lip 05 10:59:21 marcin kernel: ehci-pci 0000:00:12.2: debug port 1
    lip 05 10:59:21 marcin kernel: ehci-pci 0000:00:12.2: irq 17, io mem 0xfe6fe400
    lip 05 10:59:21 marcin kernel: ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
    lip 05 10:59:21 marcin kernel: hub 7-0:1.0: USB hub found
    lip 05 10:59:21 marcin kernel: hub 7-0:1.0: 5 ports detected
    lip 05 10:59:21 marcin kernel: ehci-pci 0000:00:13.2: EHCI Host Controller
    lip 05 10:59:21 marcin kernel: ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 8
    lip 05 10:59:21 marcin kernel: ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    lip 05 10:59:21 marcin kernel: ehci-pci 0000:00:13.2: debug port 1
    lip 05 10:59:21 marcin kernel: ehci-pci 0000:00:13.2: irq 17, io mem 0xfe6fe800
    lip 05 10:59:21 marcin kernel: ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    lip 05 10:59:21 marcin kernel: hub 8-0:1.0: USB hub found
    lip 05 10:59:21 marcin kernel: hub 8-0:1.0: 5 ports detected
    lip 05 10:59:21 marcin kernel: ehci-pci 0000:00:16.2: EHCI Host Controller
    lip 05 10:59:21 marcin kernel: ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 9
    lip 05 10:59:21 marcin kernel: ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    lip 05 10:59:21 marcin kernel: ehci-pci 0000:00:16.2: debug port 1
    lip 05 10:59:21 marcin kernel: ehci-pci 0000:00:16.2: irq 17, io mem 0xfe6fec00
    lip 05 10:59:21 marcin kernel: ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
    lip 05 10:59:21 marcin kernel: hub 9-0:1.0: USB hub found
    lip 05 10:59:21 marcin kernel: hub 9-0:1.0: 4 ports detected
    lip 05 10:59:21 marcin kernel: ahci 0000:00:11.0: version 3.0
    lip 05 10:59:21 marcin kernel: ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
    lip 05 10:59:21 marcin kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
    lip 05 10:59:21 marcin kernel: scsi0 : ahci
    lip 05 10:59:21 marcin kernel: scsi1 : ahci
    lip 05 10:59:21 marcin kernel: scsi2 : ahci
    lip 05 10:59:21 marcin kernel: scsi3 : ahci
    lip 05 10:59:21 marcin kernel: scsi4 : ahci
    lip 05 10:59:21 marcin kernel: scsi5 : ahci
    lip 05 10:59:21 marcin kernel: ata1: SATA max UDMA/133 abar m1024@0xfe6fe000 port 0xfe6fe100 irq 19
    lip 05 10:59:21 marcin kernel: ata2: SATA max UDMA/133 abar m1024@0xfe6fe000 port 0xfe6fe180 irq 19
    lip 05 10:59:21 marcin kernel: ata3: SATA max UDMA/133 abar m1024@0xfe6fe000 port 0xfe6fe200 irq 19
    lip 05 10:59:21 marcin kernel: ata4: SATA max UDMA/133 abar m1024@0xfe6fe000 port 0xfe6fe280 irq 19
    lip 05 10:59:21 marcin kernel: ata5: SATA max UDMA/133 abar m1024@0xfe6fe000 port 0xfe6fe300 irq 19
    lip 05 10:59:21 marcin kernel: ata6: SATA max UDMA/133 abar m1024@0xfe6fe000 port 0xfe6fe380 irq 19
    lip 05 10:59:21 marcin kernel: ata2: SATA link down (SStatus 0 SControl 300)
    lip 05 10:59:21 marcin kernel: ata3: SATA link down (SStatus 0 SControl 300)
    lip 05 10:59:21 marcin kernel: ata5: SATA link down (SStatus 0 SControl 300)
    lip 05 10:59:21 marcin kernel: ata6: SATA link down (SStatus 0 SControl 300)
    lip 05 10:59:21 marcin kernel: ata4: SATA link down (SStatus 0 SControl 300)
    lip 05 10:59:21 marcin kernel: tsc: Refined TSC clocksource calibration: 3210.760 MHz
    lip 05 10:59:21 marcin kernel: Switching to clocksource tsc
    lip 05 10:59:21 marcin kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    lip 05 10:59:21 marcin kernel: ata1.00: ATA-9: SAMSUNG SSD 830 Series, CXM03B1Q, max UDMA/133
    lip 05 10:59:21 marcin kernel: ata1.00: 125045424 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    lip 05 10:59:21 marcin kernel: ata1.00: configured for UDMA/133
    lip 05 10:59:21 marcin kernel: scsi 0:0:0:0: Direct-Access ATA SAMSUNG SSD 830 CXM0 PQ: 0 ANSI: 5
    lip 05 10:59:21 marcin kernel: sd 0:0:0:0: [sda] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
    lip 05 10:59:21 marcin kernel: sd 0:0:0:0: [sda] Write Protect is off
    lip 05 10:59:21 marcin kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    lip 05 10:59:21 marcin kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    lip 05 10:59:21 marcin kernel: sda: sda1
    lip 05 10:59:21 marcin kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    lip 05 10:59:21 marcin kernel: usb 1-5: new full-speed USB device number 2 using ohci_hcd
    lip 05 10:59:21 marcin kernel: hidraw: raw HID events driver (C) Jiri Kosina
    lip 05 10:59:21 marcin kernel: usbcore: registered new interface driver usbhid
    lip 05 10:59:21 marcin kernel: usbhid: USB HID core driver
    lip 05 10:59:21 marcin kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:12.0/usb1/1-5/1-5:1.0/input/input0
    lip 05 10:59:21 marcin kernel: hid-generic 0003:046D:C529.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:12.0-5/input0
    lip 05 10:59:21 marcin kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:12.0/usb1/1-5/1-5:1.1/input/input1
    lip 05 10:59:21 marcin kernel: hid-generic 0003:046D:C529.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:12.0-5/input1
    lip 05 10:59:21 marcin kernel: EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
    lip 05 10:59:21 marcin systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    lip 05 10:59:21 marcin systemd[1]: Set hostname to <marcin>.
    lip 05 10:59:21 marcin systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    lip 05 10:59:21 marcin systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    lip 05 10:59:21 marcin systemd[1]: Starting Syslog Socket.
    lip 05 10:59:21 marcin systemd[1]: Listening on Syslog Socket.
    lip 05 10:59:21 marcin systemd[1]: Starting Remote File Systems.
    lip 05 10:59:21 marcin systemd[1]: Reached target Remote File Systems.
    lip 05 10:59:21 marcin systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    lip 05 10:59:21 marcin systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    lip 05 10:59:21 marcin systemd[1]: Starting Delayed Shutdown Socket.
    lip 05 10:59:21 marcin systemd[1]: Listening on Delayed Shutdown Socket.
    lip 05 10:59:21 marcin systemd[1]: Starting LVM2 metadata daemon socket.
    lip 05 10:59:21 marcin systemd[1]: Listening on LVM2 metadata daemon socket.
    lip 05 10:59:21 marcin systemd[1]: Starting Device-mapper event daemon FIFOs.
    lip 05 10:59:21 marcin systemd[1]: Listening on Device-mapper event daemon FIFOs.
    lip 05 10:59:21 marcin systemd[1]: Starting Journal Socket.
    lip 05 10:59:21 marcin systemd[1]: Listening on Journal Socket.
    lip 05 10:59:21 marcin systemd[1]: Starting Load Kernel Modules...
    lip 05 10:59:21 marcin systemd[1]: Mounting Debug File System...
    lip 05 10:59:21 marcin systemd[1]: Starting Create static device nodes in /dev...
    lip 05 10:59:21 marcin systemd[1]: Mounting Huge Pages File System...
    lip 05 10:59:21 marcin systemd[1]: Starting Setup Virtual Console...
    lip 05 10:59:21 marcin systemd[1]: Starting Journal Service...
    lip 05 10:59:21 marcin systemd[1]: Started Journal Service.
    lip 05 10:59:21 marcin systemd[1]: Mounting POSIX Message Queue File System...
    lip 05 10:59:21 marcin systemd[1]: Starting Encrypted Volumes.
    lip 05 10:59:21 marcin systemd[1]: Reached target Encrypted Volumes.
    lip 05 10:59:21 marcin systemd[1]: Starting Apply Kernel Variables...
    lip 05 10:59:21 marcin systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    lip 05 10:59:21 marcin systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    lip 05 10:59:21 marcin systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    lip 05 10:59:21 marcin systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    lip 05 10:59:21 marcin systemd[1]: Starting Set Up Additional Binary Formats...
    lip 05 10:59:21 marcin systemd[1]: Starting udev Kernel Socket.
    lip 05 10:59:21 marcin systemd[1]: Listening on udev Kernel Socket.
    lip 05 10:59:21 marcin systemd[1]: Starting udev Control Socket.
    lip 05 10:59:21 marcin systemd[1]: Listening on udev Control Socket.
    lip 05 10:59:21 marcin systemd[1]: Starting udev Coldplug all Devices...
    lip 05 10:59:21 marcin systemd[1]: Starting Swap.
    lip 05 10:59:21 marcin systemd[1]: Reached target Swap.
    lip 05 10:59:21 marcin systemd[1]: Started File System Check on Root Device.
    lip 05 10:59:21 marcin systemd[1]: Starting Remount Root and Kernel File Systems...
    lip 05 10:59:21 marcin kernel: loop: module loaded
    lip 05 10:59:21 marcin kernel: EXT4-fs (sda1): re-mounted. Opts: discard
    lip 05 10:59:21 marcin systemd-udevd[140]: starting version 204
    lip 05 10:59:21 marcin kernel: FS-Cache: Loaded
    lip 05 10:59:21 marcin kernel: RPC: Registered named UNIX socket transport module.
    lip 05 10:59:21 marcin kernel: RPC: Registered udp transport module.
    lip 05 10:59:21 marcin kernel: RPC: Registered tcp transport module.
    lip 05 10:59:21 marcin kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
    lip 05 10:59:21 marcin kernel: FS-Cache: Netfs 'nfs' registered for caching
    lip 05 10:59:21 marcin systemd-modules-load[119]: Inserted module 'nfs'
    lip 05 10:59:21 marcin systemd-journal[124]: Journal started
    lip 05 10:59:21 marcin systemd[1]: Mounting Arbitrary Executable File Formats File System...
    lip 05 10:59:21 marcin systemd[1]: Started Apply Kernel Variables.
    lip 05 10:59:21 marcin systemd-modules-load[119]: Inserted module 'loop'
    lip 05 10:59:21 marcin systemd[1]: Mounted Debug File System.
    lip 05 10:59:21 marcin systemd[1]: Started Create static device nodes in /dev.
    lip 05 10:59:21 marcin systemd[1]: Mounted Huge Pages File System.
    lip 05 10:59:21 marcin systemd[1]: Mounted POSIX Message Queue File System.
    lip 05 10:59:21 marcin systemd[1]: Mounted Arbitrary Executable File Formats File System.
    lip 05 10:59:21 marcin systemd[1]: Starting udev Kernel Device Manager...
    lip 05 10:59:21 marcin systemd[1]: Started Set Up Additional Binary Formats.
    lip 05 10:59:21 marcin systemd[1]: Started Remount Root and Kernel File Systems.
    lip 05 10:59:21 marcin systemd-journal[124]: Allowing system journal files to grow to 4.0G.
    lip 05 10:59:21 marcin systemd[1]: Started Update UTMP about System Reboot/Shutdown.
    lip 05 10:59:21 marcin systemd[1]: Started Setup Virtual Console.
    lip 05 10:59:21 marcin systemd-modules-load[119]: Inserted module 'vboxdrv'
    lip 05 10:59:21 marcin systemd[1]: Started Load Kernel Modules.
    lip 05 10:59:21 marcin systemd[1]: Mounting Configuration File System...
    lip 05 10:59:21 marcin systemd[1]: Mounted FUSE Control File System.
    lip 05 10:59:21 marcin systemd[1]: Mounted Configuration File System.
    lip 05 10:59:21 marcin systemd[1]: Starting System Initialization.
    lip 05 10:59:21 marcin systemd[1]: Reached target System Initialization.
    lip 05 10:59:21 marcin systemd[1]: Starting CUPS Printing Service Sockets.
    lip 05 10:59:21 marcin systemd[1]: Listening on CUPS Printing Service Sockets.
    lip 05 10:59:21 marcin crond[171]: (CRON) INFO (Syslog will be used instead of sendmail.)
    lip 05 10:59:21 marcin crond[171]: (CRON) INFO (running with inotify support)
    lip 05 10:59:21 marcin avahi-daemon[174]: Found user 'avahi' (UID 84) and group 'avahi' (GID 84).
    lip 05 10:59:21 marcin avahi-daemon[174]: Successfully dropped root privileges.
    lip 05 10:59:21 marcin avahi-daemon[174]: avahi-daemon 0.6.31 starting up.
    lip 05 10:59:21 marcin sshd[168]: Server listening on 0.0.0.0 port 22.
    lip 05 10:59:21 marcin sshd[168]: Server listening on :: port 22.
    lip 05 10:59:21 marcin avahi-daemon[174]: Successfully called chroot().
    lip 05 10:59:21 marcin avahi-daemon[174]: Successfully dropped remaining capabilities.
    lip 05 10:59:21 marcin NetworkManager[167]: <info> NetworkManager (version 0.9.8.2) is starting...
    lip 05 10:59:21 marcin NetworkManager[167]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
    lip 05 10:59:21 marcin NetworkManager[167]: <info> WEXT support is enabled
    lip 05 10:59:21 marcin avahi-daemon[174]: Loading service file /services/sftp-ssh.service.
    lip 05 10:59:21 marcin dbus[177]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    lip 05 10:59:21 marcin avahi-daemon[174]: Loading service file /services/ssh.service.
    lip 05 10:59:21 marcin systemd[1]: Starting Manage, Install and Generate Color Profiles...
    lip 05 10:59:

  • Virtualized Arch (VirtualBox) - System clock is wrong..,

    In my Arch Linux VM, my system clock is either 7 hours slow or 17 hours fast (can't tell the date on it...how do I make Fluxbox display the date with the time?). This may be a problem with Arch but it most likely is a VirtualBox issue. How can I change the system clock on V-box (if that's the issue) or how can I fix Arch?
    This may be a timezone issue. I live in the US, but I set "Canada/Eastern" as the timezone. Shouldn't matter because I'm in the Eastern time zone but in the interest of full disclosure, I thought I'd mention it.
    EDIT: May or may not be important: I'm using Virtualbox OSE, not the proprietary edition.
    Last edited by sajro (2008-03-21 13:37:56)

    As far as i'm aware, clocks in virtual systems are always wrong. I don't think it's to do with arch (although changing UTC to localtime or vice versa in rc.conf might have some effect), more to do with the timing of the CPU or something being slightly off for virtual machines due to the virtual nature of the system.

Maybe you are looking for

  • Display data in diagonally in table using XML publisher

    Hi, I need to display data of the invoice which contains columns ( invoice_number,receipt_number,amount,quantity) where i need to dispay amount and quantity diagonally for the invoces i.e. the data will extend dynamically. please give me an idea to r

  • Pictures with GPS-data will not be shown in list-view (PSE 11, Win7)

    A lot of pictures of my collection do have GPS-data in EXIF-header. Sometimes they are shown on the world-map, sometimes not. In list-view they are never shown. The list-view knows only locations, which are matched with PSE. The EXIF-input was made b

  • Reports in Favorite Reports did not run when open

    In SCOM 2012, I have run a few reports with the report template in the default SCOM management pack and saved them in the Favorite Report. When I open the saved reports at the Favorite Report again, they suppose to be run automatically. However, when

  • Restore Exchange DB after Recreation of mailboxes to New Exchange(low priority)

    Hello to Everyone Recently one client of mine had a problem with an exchange migration that he tried (2010 to 2013) and he needed to restore his old EDB  from windows backup to restore 10 Mailboxes that he had already migrated. We run the whole proce

  • How to open a framework order by work order?

    I need a help to use this resource. There is a service that I need to pay in 7 times the total price is $7.000,00 but I will pay $1.000,00 per month. Is it possible use framework order to do this?