[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.

Similar Messages

  • [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.

  • 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.

  • [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 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 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.

  • OVM server clock issue

    Hi,
    Does anyone has any problem with the OVM server 2.1.2 system clock issue? The clock is getting the wrong time even if I used ntp server. Any idea why? Thank in advance.

    Hey,
    You manually set the clock initially and then use these command
    # /etc/sysconfig/clock sets whether the hardware clock is stored as UTC or local time.
    # Symlink /etc/localtime to /usr/share/zoneinfo/... to set your timezone.
    # Run ``date MMDDhhmm'' to set the current system date/time.
    # Type ``/sbin/hwclock --systohc [--utc]'' to set the hardware clock.
    Now restart the ntpd service..
    Do you h ave ntpd server - to which all other server refer to and synch time ?

  • [SOLVED] System time is +4hrs from hardware clock

    Hello again.
    Now I can't set up my system`s time properly. (Set system time from hardware clock)
    Timezone is GMT+4 (Europe/Samara) and hardware clock (RTC) is set to proper time so does UTC.
    But system`s time itself is 4 hours in the future from HW clock!
    # hwclock --hctosys --utc
    does nothing.
    # timedatectl set-local-rtc 1
    or
    # timedatectl set-time "$mytime"
    both do nothing and output following error:
    Failed to issue method call: The name org.freedesktop.PolicyKit1 was not provided by any .service files
    Also, removing /etc/adjtime does nothing!
    How can I fix it?
    Last edited by eruditorum (2012-11-25 10:52:14)

    ewaller,
    hwclock from util-linux 2.22.1
    Using /dev interface to clock.
    Last drift adjustment done at 1353744432 seconds after 1969
    Last calibration done at 1353744432 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/11/25 05:40:17
    Hw clock time : 2012/11/25 05:40:17 = 1353822017 seconds since 1969
    Sun 25 Nov 2012 09:40:17 AM SAMT -0.907738 seconds
    Last edited by eruditorum (2012-11-25 04:35:10)

  • [SOLVED]Tor claims system clock is behind?

    Exactly what the title says, not sure how to fix it seeing as my stystem clock's just fine. Any thoughts?
    Thanks,
    Cliff
    Last edited by cliffordsr (2013-08-25 20:46:27)

    hwclock from util-linux 2.22.2                                                                                                   
    Using /dev interface to clock.                                                                                                   
    Last drift adjustment done at 1367194599 seconds after 1969                                                                       
    Last calibration done at 1367194599 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: 2013/04/29 22:43:59                                                                               
    Hw clock time : 2013/04/29 22:43:59 = 1367275439 seconds since 1969                                                               
    Mon 29 Apr 2013 05:43:59 PM EST  -0.704030 seconds 
    EST is eastern America where I am.

  • Clock showing wrong hour even though I followed the Beginner's Guide

    Hey guys,
    So today I re-installed ArchLinux & Windows 7 on my laptop, here's how it works:
    SSD: ArchLinux x64
    HDD: Windows 7
    I mainly use Arch, and the few times I use Windows, I choose to boot from my HDD instead of my SSD, from the BIOS.
    Technically, it's not a dual boot I guess, so I shouldn't be affected by these manipulations
    The time showed in my BIOS is correct.
    The time showed by Windows 7 is correct.
    The time showed in ArchLinux is however wrong, it's two hours late.
    Following the Beginner's Guide I've run these command without success:
    hwclock --systohc --utc
    If any of you has any suggestions...
    Thanks :]

    My apologies. I thought that this particular problem between Windows and Linux was caused by Windows somehow overwriting Linux settings, and since in my case they are in different physical drives, I thought I wasn't concerned.
    Anyway, since I've read somewhere in the wiki that localtime should be avoided, I successfully did the manipulation do set Windows 7 in UTC.
    I've then updated the hardware clock and system clock time, but it didn't change a thing.
    I'm going to try the manipulations provided by your link luvfree, thanks
    I'll keep you posted, thanks to all of you, and again, my apologies for my wrong asumptions
    EDIT: APPARENTLY IT'S SOLVED:
    I had to boot into Linux, and set the time manually with:
    # date +%T -s "10:13:13"
    Then run:
    hwclock --systohc --utc
    Next boot, the time value were correct int both Linux, AND Windows
    Thanks to all of you, I'll try to think more next time
    Last edited by Lowra (2012-09-29 08:14:01)

  • [SOLVED] System goes to sleep immediately after boot

    I just upgraded this afternoon and now my system goes to sleep (suspend-to-RAM) as soon as it has finished booting. When I then press the power button, it wakes up, briefly shows the login screen and then goes back to sleep afterwards. This happens in runlevel 5. When I boot into runlevel 1, the system stays up all the time. I guess it has something to do with systemd and I already tried to find out how to debug this, but was unsuccessful in finding out what goes wrong.
    I am using i686 Arch with systemd 210-3 and Kernel 3.13.6-1.
    Pacman Log:
    [2014-02-21 01:06] [PACMAN] Running 'pacman --color auto -Sy'
    [2014-02-21 01:06] [PACMAN] synchronizing package lists
    [2014-02-21 01:06] [PACMAN] Running 'pacman --color auto -S -u'
    [2014-02-21 01:06] [PACMAN] starting full system upgrade
    [2014-02-21 01:08] [PACMAN] Running 'pacman --color auto -S eapeak extra/alsa-lib extra/alsa-utils'
    [2014-02-21 01:08] [PACMAN] Running 'pacman --color auto -S extra/alsa-lib extra/alsa-utils community/espeak'
    [2014-02-21 01:08] [PACMAN] installed alsa-lib (1.0.27.2-1)
    [2014-02-21 01:08] [PACMAN] installed dialog (1:1.2_20140112-1)
    [2014-02-21 01:08] [PACMAN] installed libogg (1.3.1-2)
    [2014-02-21 01:08] [PACMAN] installed flac (1.3.0-1)
    [2014-02-21 01:08] [PACMAN] installed libvorbis (1.3.4-1)
    [2014-02-21 01:08] [PACMAN] installed libsndfile (1.0.25-3)
    [2014-02-21 01:08] [PACMAN] installed libsamplerate (0.1.8-3)
    [2014-02-21 01:08] [PACMAN] installed alsa-utils (1.0.27.2-1)
    [2014-02-21 01:08] [PACMAN] installed jack (0.124.1-1)
    [2014-02-21 01:08] [PACMAN] installed portaudio (19_20140130-1)
    [2014-02-21 01:08] [PACMAN] installed libasyncns (0.8-5)
    [2014-02-21 01:08] [PACMAN] installed xcb-proto (1.10-1)
    [2014-02-21 01:08] [PACMAN] installed xproto (7.0.25-1)
    [2014-02-21 01:08] [PACMAN] installed libxdmcp (1.1.1-1)
    [2014-02-21 01:08] [PACMAN] installed libxau (1.0.8-2)
    [2014-02-21 01:08] [PACMAN] installed libxcb (1.10-1)
    [2014-02-21 01:08] [PACMAN] installed kbproto (1.0.6-1)
    [2014-02-21 01:08] [PACMAN] installed libx11 (1.6.2-1)
    [2014-02-21 01:08] [PACMAN] installed xextproto (7.3.0-1)
    [2014-02-21 01:08] [PACMAN] installed libxext (1.3.2-1)
    [2014-02-21 01:08] [PACMAN] installed inputproto (2.3-1)
    [2014-02-21 01:08] [PACMAN] installed libxi (1.7.2-1)
    [2014-02-21 01:08] [PACMAN] installed recordproto (1.14.2-1)
    [2014-02-21 01:08] [PACMAN] installed fixesproto (5.0-2)
    [2014-02-21 01:08] [PACMAN] installed libxfixes (5.0.1-1)
    [2014-02-21 01:08] [PACMAN] installed libxtst (1.2.2-1)
    [2014-02-21 01:08] [PACMAN] installed libice (1.0.8-2)
    [2014-02-21 01:08] [PACMAN] installed libsm (1.2.2-2)
    [2014-02-21 01:08] [PACMAN] installed json-c (0.11-1)
    [2014-02-21 01:08] [PACMAN] installed libpulse (4.0-6)
    [2014-02-21 01:08] [PACMAN] installed espeak (1.47.11-1)
    [2014-02-21 01:10] [PACMAN] Running 'pacman --color auto -S extra/beep'
    [2014-02-21 01:10] [PACMAN] installed beep (1.3-2)
    [2014-02-21 01:10] [PACMAN] Running 'pacman --color auto -S extra/beep'
    [2014-02-21 01:20] [PACMAN] Running 'pacman --color auto -Sy'
    [2014-02-21 01:20] [PACMAN] synchronizing package lists
    [2014-02-21 01:20] [PACMAN] Running 'pacman --color auto -S -u'
    [2014-02-21 01:20] [PACMAN] starting full system upgrade
    [2014-02-21 01:21] [PACMAN] removed libusbx (1.0.17-1)
    [2014-02-21 01:21] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
    [2014-02-21 01:21] [ALPM-SCRIPTLET] gpg: depth: 0 valid: 1 signed: 7 trust: 0-, 0q, 0n, 0m, 0f, 1u
    [2014-02-21 01:21] [ALPM-SCRIPTLET] gpg: depth: 1 valid: 7 signed: 60 trust: 2-, 0q, 0n, 5m, 0f, 0u
    [2014-02-21 01:21] [ALPM-SCRIPTLET] gpg: depth: 2 valid: 60 signed: 4 trust: 60-, 0q, 0n, 0m, 0f, 0u
    [2014-02-21 01:21] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2015-01-21
    [2014-02-21 01:21] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Locally signing key 684148BB25B49E986A4944C55184252D824B18E8...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Locally signing key 44D4A033AC140143927397D47EFD567D4C7EA887...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Locally signing key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] ==> Importing owner trust values...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key F5A361A3A13554B85E57DDDAAF7EF7873CFD4BB6...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key 7FA647CD89891DEDC060287BB9113D1ED21E1A55...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key 4A8B17E20B88ACA61860009B5CED81B7C2E5C0D2...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key 63F395DE2D6398BBE458F281F2DBB4931985A992...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key 0B20CA1931F5DA3A70D0F8D2EA6836E1AB441196...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key 8F76BEEA0289F9E1D3E229C05F946DED983D4366...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key 66BD74A036D522F51DD70A3C7F2A16726521E06D...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key 81D7F8241DB38BC759C80FCE3A726C6170E80477...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key E7210A59715F6940CF9A4E36A001876699AD6E84...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] ==> Updating trust database...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2015-01-21
    [2014-02-21 01:21] [PACMAN] upgraded archlinux-keyring (20140124-1 -> 20140220-1)
    [2014-02-21 01:21] [PACMAN] upgraded linux-api-headers (3.12.4-1 -> 3.13.2-1)
    [2014-02-21 01:21] [ALPM] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
    [2014-02-21 01:21] [ALPM-SCRIPTLET] Generating locales...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] de_DE.UTF-8... done
    [2014-02-21 01:21] [ALPM-SCRIPTLET] de_DE.ISO-8859-1... done
    [2014-02-21 01:22] [ALPM-SCRIPTLET] de_DE.ISO-8859-15@euro... done
    [2014-02-21 01:22] [ALPM-SCRIPTLET] en_US.UTF-8... done
    [2014-02-21 01:22] [ALPM-SCRIPTLET] en_US.ISO-8859-1... done
    [2014-02-21 01:22] [ALPM-SCRIPTLET] Generation complete.
    [2014-02-21 01:22] [PACMAN] upgraded glibc (2.18-12 -> 2.19-2)
    [2014-02-21 01:22] [PACMAN] upgraded binutils (2.24-1 -> 2.24-2)
    [2014-02-21 01:22] [PACMAN] upgraded file (5.16-1 -> 5.17-1)
    [2014-02-21 01:22] [PACMAN] upgraded flex (2.5.37-1 -> 2.5.38-1)
    [2014-02-21 01:22] [PACMAN] upgraded gcc-libs (4.8.2-7 -> 4.8.2-8)
    [2014-02-21 01:22] [PACMAN] upgraded gcc (4.8.2-7 -> 4.8.2-8)
    [2014-02-21 01:22] [PACMAN] upgraded perl-error (0.17021-1 -> 0.17022-1)
    [2014-02-21 01:22] [PACMAN] upgraded git (1.8.5.4-1 -> 1.9.0-1)
    [2014-02-21 01:22] [PACMAN] upgraded p11-kit (0.20.1-1 -> 0.20.2-1)
    [2014-02-21 01:22] [PACMAN] upgraded gnutls (3.2.10-1 -> 3.2.11-1)
    [2014-02-21 01:22] [PACMAN] upgraded libpng (1.6.8-1 -> 1.6.9-1)
    [2014-02-21 01:22] [PACMAN] upgraded libsasl (2.1.26-6 -> 2.1.26-7)
    [2014-02-21 01:22] [PACMAN] upgraded pam (1.1.8-2 -> 1.1.8-3)
    [2014-02-21 01:22] [PACMAN] upgraded systemd (208-10 -> 208-11)
    [2014-02-21 01:22] [PACMAN] installed libusb (1.0.18-1)
    [2014-02-21 01:22] [PACMAN] upgraded man-pages (3.57-1 -> 3.58-1)
    [2014-02-21 01:22] [PACMAN] upgraded sqlite (3.8.3-1 -> 3.8.3.1-1)
    [2014-02-21 01:22] [PACMAN] upgraded python2 (2.7.6-1 -> 2.7.6-2)
    [2014-02-21 01:22] [PACMAN] upgraded s-nail (14.5.2-3 -> 14.5.2-4)
    [2014-02-21 01:22] [PACMAN] upgraded sudo (1.8.9.p4-1 -> 1.8.9.p5-1)
    [2014-02-21 01:22] [PACMAN] upgraded systemd-sysvcompat (208-10 -> 208-11)
    [2014-02-21 18:52] [PACMAN] Running 'pacman --color auto -S extra/alsa-tools extra/alsa-utils extra/alsa-oss extra/alsa-lib extra/alsa-firmware extra/alsa-plugins'
    [2014-02-21 18:52] [PACMAN] reinstalled alsa-lib (1.0.27.2-1)
    [2014-02-21 18:52] [PACMAN] installed alsa-tools (1.0.27-5)
    [2014-02-21 18:52] [PACMAN] reinstalled alsa-utils (1.0.27.2-1)
    [2014-02-21 18:52] [PACMAN] installed alsa-oss (1.0.25-2)
    [2014-02-21 18:52] [PACMAN] installed alsa-firmware (1.0.27-2)
    [2014-02-21 18:52] [PACMAN] installed alsa-plugins (1.0.27-2)
    [2014-02-21 19:02] [PACMAN] Running 'pacman --color auto -S extra/festival'
    [2014-02-21 19:02] [PACMAN] installed festival (2.1-4)
    [2014-02-21 19:03] [PACMAN] Running 'pacman --color auto -S community/festival-english'
    [2014-02-21 19:03] [PACMAN] installed festival-english (2.0.95-2)
    [2014-02-21 19:03] [PACMAN] Running 'pacman --color auto -S extra/alsa-oss'
    [2014-02-21 19:03] [PACMAN] reinstalled alsa-oss (1.0.25-2)
    [2014-02-27 15:30] [PACMAN] Running 'pacman --color auto -Sy'
    [2014-02-27 15:30] [PACMAN] synchronizing package lists
    [2014-02-27 15:30] [PACMAN] Running 'pacman --color auto -S -u'
    [2014-02-27 15:30] [PACMAN] starting full system upgrade
    [2014-02-27 15:31] [PACMAN] upgraded dialog (1:1.2_20140112-1 -> 1:1.2_20140219-1)
    [2014-02-27 15:31] [PACMAN] upgraded grep (2.16-1 -> 2.18-1)
    [2014-02-27 15:31] [PACMAN] upgraded libwbclient (4.1.4-1 -> 4.1.5-1)
    [2014-02-27 15:31] [PACMAN] upgraded linux-firmware (20140123.418320b-1 -> 20140217.343e460-1)
    [2014-02-27 15:32] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2014-02-27 15:32] [ALPM-SCRIPTLET] depmod: ERROR: Module 'hci_vhci' has devname (vhci) but lacks major and minor information. Ignoring.
    [2014-02-27 15:32] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> Starting build: 3.13.5-1-ARCH
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [lvm2]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> Creating xz initcpio image: /boot/initramfs-linux.img
    [2014-02-27 15:32] [ALPM-SCRIPTLET] xz: Filter chain: --lzma2=dict=1MiB,lc=3,lp=0,pb=2,mode=fast,nice=128,mf=hc4,depth=8
    [2014-02-27 15:32] [ALPM-SCRIPTLET] xz: 9 MiB of memory is required. The limiter is disabled.
    [2014-02-27 15:32] [ALPM-SCRIPTLET] xz: Decompression will need 2 MiB of memory.
    [2014-02-27 15:32] [ALPM-SCRIPTLET] (stdin): 4,226.6 KiB / 11.6 MiB = 0.354, 1.1 MiB/s, 0:10
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> Starting build: 3.13.5-1-ARCH
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [lvm2]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> Creating xz initcpio image: /boot/initramfs-linux-fallback.img
    [2014-02-27 15:32] [ALPM-SCRIPTLET] xz: Filter chain: --lzma2=dict=1MiB,lc=3,lp=0,pb=2,mode=fast,nice=128,mf=hc4,depth=8
    [2014-02-27 15:32] [ALPM-SCRIPTLET] xz: 9 MiB of memory is required. The limiter is disabled.
    [2014-02-27 15:32] [ALPM-SCRIPTLET] xz: Decompression will need 2 MiB of memory.
    [2014-02-27 15:33] [ALPM-SCRIPTLET] (stdin): 13.8 MiB / 41.2 MiB = 0.334, 1.4 MiB/s, 0:28
    [2014-02-27 15:33] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-02-27 15:33] [ALPM-SCRIPTLET] >>> WARNING: AT keyboard support is no longer built into the kernel.
    [2014-02-27 15:33] [ALPM-SCRIPTLET] >>> In order to use your keyboard during early init, you MUST
    [2014-02-27 15:33] [ALPM-SCRIPTLET] >>> include the 'keyboard' hook in your mkinitcpio.conf.
    [2014-02-27 15:33] [PACMAN] upgraded linux (3.12.9-1 -> 3.13.5-1)
    [2014-02-27 15:33] [PACMAN] upgraded linux-headers (3.12.9-1 -> 3.13.5-1)
    [2014-02-27 15:33] [PACMAN] upgraded man-pages (3.58-1 -> 3.60-1)
    [2014-02-27 15:33] [PACMAN] upgraded python2 (2.7.6-2 -> 2.7.6-3)
    [2014-02-27 15:33] [PACMAN] upgraded s-nail (14.5.2-4 -> 14.6.1-1)
    [2014-02-27 15:33] [PACMAN] upgraded smbclient (4.1.4-1 -> 4.1.5-1)
    [2014-02-27 15:33] [PACMAN] upgraded samba (4.1.4-1 -> 4.1.5-1)
    [2014-02-27 15:33] [PACMAN] Running 'pacman --color auto -U --noconfirm /tmp/yaourt-tmp-akurei/PKGDEST.img/btsync-1.2.82-3-i686.pkg.tar.xz'
    [2014-02-27 15:33] [ALPM-SCRIPTLET]
    [2014-02-27 15:33] [ALPM-SCRIPTLET] WebGUI can be accessed at http://localhost:8888
    [2014-02-27 15:33] [ALPM-SCRIPTLET]
    [2014-02-27 15:33] [ALPM-SCRIPTLET] To start btsync, execute:
    [2014-02-27 15:33] [ALPM-SCRIPTLET]
    [2014-02-27 15:33] [ALPM-SCRIPTLET] systemctl start btsync@user
    [2014-02-27 15:33] [ALPM-SCRIPTLET]
    [2014-02-27 15:33] [ALPM-SCRIPTLET] where 'user' is your username.
    [2014-02-27 15:33] [ALPM-SCRIPTLET]
    [2014-02-27 15:33] [ALPM-SCRIPTLET] To autostart btsync on systm start, excute
    [2014-02-27 15:33] [ALPM-SCRIPTLET]
    [2014-02-27 15:33] [ALPM-SCRIPTLET] systemctl enable btsync@user
    [2014-02-27 15:33] [ALPM-SCRIPTLET]
    [2014-02-27 15:33] [ALPM-SCRIPTLET] where 'user' is your username.
    [2014-02-27 15:33] [ALPM-SCRIPTLET]
    [2014-02-27 15:33] [PACMAN] upgraded btsync (1.2.82-1 -> 1.2.82-3)
    [2014-03-01 19:34] [PACMAN] Running 'pacman --color auto -Sy'
    [2014-03-01 19:34] [PACMAN] synchronizing package lists
    [2014-03-01 19:34] [PACMAN] Running 'pacman --color auto -S -u'
    [2014-03-01 19:34] [PACMAN] starting full system upgrade
    [2014-03-01 19:35] [PACMAN] upgraded glibc (2.19-2 -> 2.19-3)
    [2014-03-01 19:35] [PACMAN] upgraded device-mapper (2.02.105-1 -> 2.02.105-2)
    [2014-03-01 19:35] [PACMAN] upgraded cryptsetup (1.6.3-2 -> 1.6.4-1)
    [2014-03-01 19:35] [PACMAN] upgraded libtirpc (0.2.3-2 -> 0.2.4-1)
    [2014-03-01 19:35] [PACMAN] upgraded readline (6.2.004-2 -> 6.3-1)
    [2014-03-01 19:35] [PACMAN] upgraded lvm2 (2.02.105-1 -> 2.02.105-2)
    [2014-03-04 23:15] [PACMAN] Running 'pacman --color auto -S --asdeps --needed extra/aalib extra/libmikmod community/allegro'
    [2014-03-05 18:00] [PACMAN] Running 'pacman --color auto -Sy'
    [2014-03-05 18:00] [PACMAN] synchronizing package lists
    [2014-03-05 18:00] [PACMAN] Running 'pacman --color auto -S -u'
    [2014-03-05 18:00] [PACMAN] starting full system upgrade
    [2014-03-05 18:00] [PACMAN] upgraded gnutls (3.2.11-1 -> 3.2.12-1)
    [2014-03-05 18:00] [PACMAN] installed libseccomp (2.1.1-1)
    [2014-03-05 18:00] [ALPM-SCRIPTLET] :: systemd has not been reexecuted. It is recommended that you
    [2014-03-05 18:00] [ALPM-SCRIPTLET] reboot at your earliest convenience.
    [2014-03-05 18:00] [ALPM-SCRIPTLET] :: Network device naming is now controlled by udev's net_setup_link
    [2014-03-05 18:00] [ALPM-SCRIPTLET] builtin. Refer to the NETWORK LINK CONFIGURATION section of the
    [2014-03-05 18:00] [ALPM-SCRIPTLET] udev manpage for a full description.
    [2014-03-05 18:00] [ALPM-SCRIPTLET] :: No changes have been made to your network naming configuration.
    [2014-03-05 18:00] [ALPM-SCRIPTLET] Interfaces should continue to maintain the same names.
    [2014-03-05 18:00] [PACMAN] upgraded systemd (208-11 -> 210-2)
    [2014-03-05 18:00] [PACMAN] upgraded libpulse (4.0-6 -> 5.0-1)
    [2014-03-05 18:00] [PACMAN] upgraded man-pages (3.60-1 -> 3.61-1)
    [2014-03-05 18:00] [PACMAN] upgraded systemd-sysvcompat (208-11 -> 210-2)
    [2014-03-10 15:50] [PACMAN] Running 'pacman --color auto -Sy'
    [2014-03-10 15:50] [PACMAN] synchronizing package lists
    [2014-03-10 15:51] [PACMAN] Running 'pacman --color auto -S -u'
    [2014-03-10 15:51] [PACMAN] starting full system upgrade
    [2014-03-10 15:52] [PACMAN] upgraded file (5.17-1 -> 5.17-2)
    [2014-03-10 15:52] [PACMAN] upgraded gnutls (3.2.12-1 -> 3.2.12.1-1)
    [2014-03-10 15:52] [PACMAN] upgraded libarchive (3.1.2-4 -> 3.1.2-6)
    [2014-03-10 15:52] [PACMAN] upgraded libpng (1.6.9-1 -> 1.6.10-1)
    [2014-03-10 15:52] [PACMAN] upgraded libcups (1.7.1-3 -> 1.7.1-4)
    [2014-03-10 15:52] [PACMAN] upgraded libnl (3.2.23-1 -> 3.2.24-1)
    [2014-03-10 15:52] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2014-03-10 15:52] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2014-03-10 15:52] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2014-03-10 15:52] [ALPM-SCRIPTLET] ==> Starting build: 3.13.6-1-ARCH
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [lvm2]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-03-10 15:52] [ALPM-SCRIPTLET] ==> Creating xz initcpio image: /boot/initramfs-linux.img
    [2014-03-10 15:52] [ALPM-SCRIPTLET] xz: Filter chain: --lzma2=dict=1MiB,lc=3,lp=0,pb=2,mode=fast,nice=128,mf=hc4,depth=8
    [2014-03-10 15:52] [ALPM-SCRIPTLET] xz: 9 MiB of memory is required. The limiter is disabled.
    [2014-03-10 15:52] [ALPM-SCRIPTLET] xz: Decompression will need 2 MiB of memory.
    [2014-03-10 15:52] [ALPM-SCRIPTLET] (stdin): 4,276.4 KiB / 11.7 MiB = 0.356, 1.4 MiB/s, 0:08
    [2014-03-10 15:52] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-03-10 15:52] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2014-03-10 15:52] [ALPM-SCRIPTLET] ==> Starting build: 3.13.6-1-ARCH
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2014-03-10 15:52] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [lvm2]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-03-10 15:53] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-03-10 15:53] [ALPM-SCRIPTLET] ==> Creating xz initcpio image: /boot/initramfs-linux-fallback.img
    [2014-03-10 15:53] [ALPM-SCRIPTLET] xz: Filter chain: --lzma2=dict=1MiB,lc=3,lp=0,pb=2,mode=fast,nice=128,mf=hc4,depth=8
    [2014-03-10 15:53] [ALPM-SCRIPTLET] xz: 9 MiB of memory is required. The limiter is disabled.
    [2014-03-10 15:53] [ALPM-SCRIPTLET] xz: Decompression will need 2 MiB of memory.
    [2014-03-10 15:53] [ALPM-SCRIPTLET] (stdin): 13.8 MiB / 41.2 MiB = 0.335, 1.1 MiB/s, 0:36
    [2014-03-10 15:53] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-03-10 15:53] [PACMAN] upgraded linux (3.13.5-1 -> 3.13.6-1)
    [2014-03-10 15:53] [PACMAN] upgraded linux-headers (3.13.5-1 -> 3.13.6-1)
    [2014-03-10 15:53] [PACMAN] upgraded pkgfile (12-1 -> 13-1)
    [2014-03-10 15:53] [PACMAN] upgraded ruby (2.1.0-2 -> 2.1.1-1)
    [2014-03-10 15:53] [PACMAN] upgraded s-nail (14.6.1-1 -> 14.6.2-1)
    [2014-03-10 15:53] [PACMAN] upgraded systemd (210-2 -> 210-3)
    [2014-03-10 15:53] [PACMAN] upgraded systemd-sysvcompat (210-2 -> 210-3)
    [2014-03-10 18:32] [PACMAN] Running 'pacman -Syyu'
    [2014-03-10 18:32] [PACMAN] synchronizing package lists
    [2014-03-10 18:32] [PACMAN] starting full system upgrade
    [2014-03-10 18:32] [PACMAN] upgraded dhcpcd (6.2.1-1 -> 6.3.1-1)
    [2014-03-10 18:32] [PACMAN] upgraded espeak (1.47.11-1 -> 1.48.04-1)
    [2014-03-10 18:32] [PACMAN] upgraded tzdata (2013i-1 -> 2014a-1)
    The last log via "journalctl -x -b -1":
    -- Logs begin at Mo 2013-02-25 20:48:46 CET, end at Mo 2014-03-10 18:44:57 CET. --
    Mär 10 18:41:59 matt systemd-journal[178]: Runtime journal is using 6.2M (max allowed 49.8M, trying to leave 74.8M free of 492.4M available → current limit 49.8M).
    Mär 10 18:41:59 matt systemd-journal[178]: Runtime journal is using 6.2M (max allowed 49.8M, trying to leave 74.8M free of 492.4M available → current limit 49.8M).
    Mär 10 18:41:59 matt kernel: Initializing cgroup subsys cpuset
    Mär 10 18:41:59 matt kernel: Initializing cgroup subsys cpu
    Mär 10 18:41:59 matt kernel: Initializing cgroup subsys cpuacct
    Mär 10 18:41:59 matt kernel: Linux version 3.13.6-1-ARCH (nobody@var-lib-archbuild-extra-i686-thomas) (gcc version 4.8.2 20140206 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Mar 7 22:30:23 CET 2014
    Mär 10 18:41:59 matt kernel: Disabled fast string operations
    Mär 10 18:41:59 matt kernel: e820: BIOS-provided physical RAM map:
    Mär 10 18:41:59 matt kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    Mär 10 18:41:59 matt kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    Mär 10 18:41:59 matt kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    Mär 10 18:41:59 matt kernel: BIOS-e820: [mem 0x0000000000100000-0x000000003f7bffff] usable
    Mär 10 18:41:59 matt kernel: BIOS-e820: [mem 0x000000003f7c0000-0x000000003f7cdfff] ACPI data
    Mär 10 18:41:59 matt kernel: BIOS-e820: [mem 0x000000003f7ce000-0x000000003f7fffff] ACPI NVS
    Mär 10 18:41:59 matt kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Mär 10 18:41:59 matt kernel: BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
    Mär 10 18:41:59 matt kernel: Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    Mär 10 18:41:59 matt kernel: SMBIOS 2.4 present.
    Mär 10 18:41:59 matt kernel: DMI: Intel Intel/Intel, BIOS 080015 12/25/2009
    Mär 10 18:41:59 matt kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Mär 10 18:41:59 matt kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Mär 10 18:41:59 matt kernel: e820: last_pfn = 0x3f7c0 max_arch_pfn = 0x100000
    Mär 10 18:41:59 matt kernel: MTRR default type: uncachable
    Mär 10 18:41:59 matt kernel: MTRR fixed ranges enabled:
    Mär 10 18:41:59 matt kernel: 00000-9FFFF write-back
    Mär 10 18:41:59 matt kernel: A0000-DFFFF uncachable
    Mär 10 18:41:59 matt kernel: E0000-E3FFF write-protect
    Mär 10 18:41:59 matt kernel: E4000-EFFFF write-through
    Mär 10 18:41:59 matt kernel: F0000-FFFFF write-protect
    Mär 10 18:41:59 matt kernel: MTRR variable ranges enabled:
    Mär 10 18:41:59 matt kernel: 0 base 000000000 mask 0C0000000 write-back
    Mär 10 18:41:59 matt kernel: 1 base 03F800000 mask 0FF800000 uncachable
    Mär 10 18:41:59 matt kernel: 2 disabled
    Mär 10 18:41:59 matt kernel: 3 disabled
    Mär 10 18:41:59 matt kernel: 4 disabled
    Mär 10 18:41:59 matt kernel: 5 disabled
    Mär 10 18:41:59 matt kernel: 6 disabled
    Mär 10 18:41:59 matt kernel: 7 disabled
    Mär 10 18:41:59 matt kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Mär 10 18:41:59 matt kernel: found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [c00ff780]
    Mär 10 18:41:59 matt kernel: Scanning 1 areas for low memory corruption
    Mär 10 18:41:59 matt kernel: initial memory mapped: [mem 0x00000000-0x00bfffff]
    Mär 10 18:41:59 matt kernel: Base memory trampoline at [c009b000] 9b000 size 16384
    Mär 10 18:41:59 matt kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Mär 10 18:41:59 matt kernel: [mem 0x00000000-0x000fffff] page 4k
    Mär 10 18:41:59 matt kernel: init_memory_mapping: [mem 0x37000000-0x373fffff]
    Mär 10 18:41:59 matt kernel: [mem 0x37000000-0x373fffff] page 2M
    Mär 10 18:41:59 matt kernel: init_memory_mapping: [mem 0x30000000-0x36ffffff]
    Mär 10 18:41:59 matt kernel: [mem 0x30000000-0x36ffffff] page 2M
    Mär 10 18:41:59 matt kernel: init_memory_mapping: [mem 0x00100000-0x2fffffff]
    Mär 10 18:41:59 matt kernel: [mem 0x00100000-0x003fffff] page 4k
    Mär 10 18:41:59 matt kernel: [mem 0x00400000-0x2fffffff] page 2M
    Mär 10 18:41:59 matt kernel: init_memory_mapping: [mem 0x37400000-0x377fdfff]
    Mär 10 18:41:59 matt kernel: [mem 0x37400000-0x377fdfff] page 4k
    Mär 10 18:41:59 matt kernel: BRK [0x008aa000, 0x008aafff] PGTABLE
    Mär 10 18:41:59 matt kernel: RAMDISK: [mem 0x3f392000-0x3f7bffff]
    Mär 10 18:41:59 matt kernel: Allocated new RAMDISK: [mem 0x373d0000-0x377fd177]
    Mär 10 18:41:59 matt kernel: Move RAMDISK from [mem 0x3f392000-0x3f7bf177] to [mem 0x373d0000-0x377fd177]
    Mär 10 18:41:59 matt kernel: ACPI: RSDP 000f9b20 000014 (v00 ACPIAM)
    Mär 10 18:41:59 matt kernel: ACPI: RSDT 3f7c0000 000038 (v01 122509 RSDT1918 20091225 MSFT 00000097)
    Mär 10 18:41:59 matt kernel: ACPI: FACP 3f7c0200 000084 (v02 122509 FACP1918 20091225 MSFT 00000097)
    Mär 10 18:41:59 matt kernel: ACPI: DSDT 3f7c0430 004442 (v01 BIBTB BIBTB010 00000010 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: FACS 3f7ce000 000040
    Mär 10 18:41:59 matt kernel: ACPI: APIC 3f7c0390 00005C (v01 122509 APIC1918 20091225 MSFT 00000097)
    Mär 10 18:41:59 matt kernel: ACPI: MCFG 3f7c03f0 00003C (v01 122509 OEMMCFG 20091225 MSFT 00000097)
    Mär 10 18:41:59 matt kernel: ACPI: OEMB 3f7ce040 000071 (v01 122509 OEMB1918 20091225 MSFT 00000097)
    Mär 10 18:41:59 matt kernel: ACPI: SSDT 3f7cea50 0004F0 (v01 PmRef CpuPm 00003000 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: Local APIC address 0xfee00000
    Mär 10 18:41:59 matt kernel: 127MB HIGHMEM available.
    Mär 10 18:41:59 matt kernel: 887MB LOWMEM available.
    Mär 10 18:41:59 matt kernel: mapped low ram: 0 - 377fe000
    Mär 10 18:41:59 matt kernel: low ram: 0 - 377fe000
    Mär 10 18:41:59 matt kernel: BRK [0x008ab000, 0x008abfff] PGTABLE
    Mär 10 18:41:59 matt kernel: Zone ranges:
    Mär 10 18:41:59 matt kernel: DMA [mem 0x00001000-0x00ffffff]
    Mär 10 18:41:59 matt kernel: Normal [mem 0x01000000-0x377fdfff]
    Mär 10 18:41:59 matt kernel: HighMem [mem 0x377fe000-0x3f7bffff]
    Mär 10 18:41:59 matt kernel: Movable zone start for each node
    Mär 10 18:41:59 matt kernel: Early memory node ranges
    Mär 10 18:41:59 matt kernel: node 0: [mem 0x00001000-0x0009efff]
    Mär 10 18:41:59 matt kernel: node 0: [mem 0x00100000-0x3f7bffff]
    Mär 10 18:41:59 matt kernel: On node 0 totalpages: 259934
    Mär 10 18:41:59 matt kernel: free_area_init_node: node 0, pgdat c0707d00, node_mem_map f6be0020
    Mär 10 18:41:59 matt kernel: DMA zone: 32 pages used for memmap
    Mär 10 18:41:59 matt kernel: DMA zone: 0 pages reserved
    Mär 10 18:41:59 matt kernel: DMA zone: 3998 pages, LIFO batch:0
    Mär 10 18:41:59 matt kernel: Normal zone: 1744 pages used for memmap
    Mär 10 18:41:59 matt kernel: Normal zone: 223230 pages, LIFO batch:31
    Mär 10 18:41:59 matt kernel: HighMem zone: 256 pages used for memmap
    Mär 10 18:41:59 matt kernel: HighMem zone: 32706 pages, LIFO batch:7
    Mär 10 18:41:59 matt kernel: Using APIC driver default
    Mär 10 18:41:59 matt kernel: ACPI: PM-Timer IO Port: 0x808
    Mär 10 18:41:59 matt kernel: ACPI: Local APIC address 0xfee00000
    Mär 10 18:41:59 matt kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Mär 10 18:41:59 matt kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Mär 10 18:41:59 matt kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Mär 10 18:41:59 matt kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    Mär 10 18:41:59 matt kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Mär 10 18:41:59 matt kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Mär 10 18:41:59 matt kernel: ACPI: IRQ0 used by override.
    Mär 10 18:41:59 matt kernel: ACPI: IRQ2 used by override.
    Mär 10 18:41:59 matt kernel: ACPI: IRQ9 used by override.
    Mär 10 18:41:59 matt kernel: Using ACPI (MADT) for SMP configuration information
    Mär 10 18:41:59 matt kernel: smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    Mär 10 18:41:59 matt kernel: nr_irqs_gsi: 40
    Mär 10 18:41:59 matt kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    Mär 10 18:41:59 matt kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    Mär 10 18:41:59 matt kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    Mär 10 18:41:59 matt kernel: e820: [mem 0x40000000-0xfedfffff] available for PCI devices
    Mär 10 18:41:59 matt kernel: Booting paravirtualized kernel on bare hardware
    Mär 10 18:41:59 matt kernel: setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    Mär 10 18:41:59 matt kernel: PERCPU: Embedded 14 pages/cpu @f6bbe000 s33280 r0 d24064 u57344
    Mär 10 18:41:59 matt kernel: pcpu-alloc: s33280 r0 d24064 u57344 alloc=14*4096
    Mär 10 18:41:59 matt kernel: pcpu-alloc: [0] 0 [0] 1
    Mär 10 18:41:59 matt kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 258158
    Mär 10 18:41:59 matt kernel: Kernel command line: BOOT_IMAGE=../vmlinuz-linux cryptdevice=/dev/sda2:lvmmatt root=/dev/mapper/matt-root ro initrd=../initramfs-linux.img
    Mär 10 18:41:59 matt kernel: PID hash table entries: 4096 (order: 2, 16384 bytes)
    Mär 10 18:41:59 matt kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Mär 10 18:41:59 matt kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Mär 10 18:41:59 matt kernel: Initializing CPU#0
    Mär 10 18:41:59 matt kernel: allocated 2080248 bytes of page_cgroup
    Mär 10 18:41:59 matt kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Mär 10 18:41:59 matt kernel: Initializing HighMem for node 0 (000377fe:0003f7c0)
    Mär 10 18:41:59 matt kernel: Memory: 1016432K/1039736K available (4471K kernel code, 448K rwdata, 1320K rodata, 588K init, 972K bss, 23304K reserved, 130824K highmem)
    Mär 10 18:41:59 matt kernel: virtual kernel memory layout:
    fixmap : 0xfff15000 - 0xfffff000 ( 936 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc071b000 - 0xc07ae000 ( 588 kB)
    .data : 0xc055e28a - 0xc071a200 (1775 kB)
    .text : 0xc0100000 - 0xc055e28a (4472 kB)
    Mär 10 18:41:59 matt kernel: Checking if this processor honours the WP bit even in supervisor mode...Ok.
    Mär 10 18:41:59 matt kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Mär 10 18:41:59 matt kernel: Preemptible hierarchical RCU implementation.
    Mär 10 18:41:59 matt kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Mär 10 18:41:59 matt kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Mär 10 18:41:59 matt kernel: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
    Mär 10 18:41:59 matt kernel: NR_IRQS:2304 nr_irqs:512 16
    Mär 10 18:41:59 matt kernel: CPU 0 irqstacks, hard=f6408000 soft=f640a000
    Mär 10 18:41:59 matt kernel: Console: colour VGA+ 80x25
    Mär 10 18:41:59 matt kernel: console [tty0] enabled
    Mär 10 18:41:59 matt kernel: tsc: Fast TSC calibration failed
    Mär 10 18:41:59 matt kernel: tsc: PIT calibration matches PMTIMER. 2 loops
    Mär 10 18:41:59 matt kernel: tsc: Detected 1595.992 MHz processor
    Mär 10 18:41:59 matt kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3193.98 BogoMIPS (lpj=5319973)
    Mär 10 18:41:59 matt kernel: pid_max: default: 32768 minimum: 301
    Mär 10 18:41:59 matt kernel: Security Framework initialized
    Mär 10 18:41:59 matt kernel: AppArmor: AppArmor disabled by boot time parameter
    Mär 10 18:41:59 matt kernel: Yama: becoming mindful.
    Mär 10 18:41:59 matt kernel: Mount-cache hash table entries: 512
    Mär 10 18:41:59 matt kernel: Initializing cgroup subsys memory
    Mär 10 18:41:59 matt kernel: Initializing cgroup subsys devices
    Mär 10 18:41:59 matt kernel: Initializing cgroup subsys freezer
    Mär 10 18:41:59 matt kernel: Initializing cgroup subsys net_cls
    Mär 10 18:41:59 matt kernel: Initializing cgroup subsys blkio
    Mär 10 18:41:59 matt kernel: Disabled fast string operations
    Mär 10 18:41:59 matt kernel: CPU: Physical Processor ID: 0
    Mär 10 18:41:59 matt kernel: CPU: Processor Core ID: 0
    Mär 10 18:41:59 matt kernel: mce: CPU supports 5 MCE banks
    Mär 10 18:41:59 matt kernel: CPU0: Thermal monitoring handled by SMI
    Mär 10 18:41:59 matt kernel: Last level iTLB entries: 4KB 32, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8
    tlb_flushall_shift: 6
    Mär 10 18:41:59 matt kernel: Freeing SMP alternatives memory: 20K (c07ae000 - c07b3000)
    Mär 10 18:41:59 matt kernel: ACPI: Core revision 20131115
    Mär 10 18:41:59 matt kernel: ACPI: All ACPI Tables successfully acquired
    Mär 10 18:41:59 matt kernel: ftrace: allocating 20082 entries in 40 pages
    Mär 10 18:41:59 matt kernel: Enabling APIC mode: Flat. Using 1 I/O APICs
    Mär 10 18:41:59 matt kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Mär 10 18:41:59 matt kernel: smpboot: CPU0: Intel(R) Atom(TM) CPU N270 @ 1.60GHz (fam: 06, model: 1c, stepping: 02)
    Mär 10 18:41:59 matt kernel: Performance Events: PEBS fmt0+, LBR disabled due to erratumAtom events, Intel PMU driver.
    Mär 10 18:41:59 matt kernel: ... version: 3
    Mär 10 18:41:59 matt kernel: ... bit width: 40
    Mär 10 18:41:59 matt kernel: ... generic registers: 2
    Mär 10 18:41:59 matt kernel: ... value mask: 000000ffffffffff
    Mär 10 18:41:59 matt kernel: ... max period: 000000007fffffff
    Mär 10 18:41:59 matt kernel: ... fixed-purpose events: 3
    Mär 10 18:41:59 matt kernel: ... event mask: 0000000700000003
    Mär 10 18:41:59 matt kernel: CPU 1 irqstacks, hard=f64cc000 soft=f64ce000
    Mär 10 18:41:59 matt kernel: x86: Booting SMP configuration:
    Mär 10 18:41:59 matt kernel: Initializing CPU#1
    Mär 10 18:41:59 matt kernel: Disabled fast string operations
    Mär 10 18:41:59 matt kernel: CPU1: Thermal monitoring handled by SMI
    Mär 10 18:41:59 matt kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Mär 10 18:41:59 matt kernel: .... node #0, CPUs: #1
    Mär 10 18:41:59 matt kernel: x86: Booted up 1 node, 2 CPUs
    Mär 10 18:41:59 matt kernel: smpboot: Total of 2 processors activated (6386.96 BogoMIPS)
    Mär 10 18:41:59 matt kernel: devtmpfs: initialized
    Mär 10 18:41:59 matt kernel: PM: Registering ACPI NVS region [mem 0x3f7ce000-0x3f7fffff] (204800 bytes)
    Mär 10 18:41:59 matt kernel: RTC time: 17:41:46, date: 03/10/14
    Mär 10 18:41:59 matt kernel: NET: Registered protocol family 16
    Mär 10 18:41:59 matt kernel: cpuidle: using governor ladder
    Mär 10 18:41:59 matt kernel: cpuidle: using governor menu
    Mär 10 18:41:59 matt kernel: ACPI: bus type PCI registered
    Mär 10 18:41:59 matt kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Mär 10 18:41:59 matt kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Mär 10 18:41:59 matt kernel: PCI: not using MMCONFIG
    Mär 10 18:41:59 matt kernel: PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=4
    Mär 10 18:41:59 matt kernel: PCI: Using configuration type 1 for base access
    Mär 10 18:41:59 matt kernel: bio: create slab <bio-0> at 0
    Mär 10 18:41:59 matt kernel: ACPI: Added _OSI(Module Device)
    Mär 10 18:41:59 matt kernel: ACPI: Added _OSI(Processor Device)
    Mär 10 18:41:59 matt kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Mär 10 18:41:59 matt kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Mär 10 18:41:59 matt kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Mär 10 18:41:59 matt kernel: ACPI: SSDT 3f7ce190 000285 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: Dynamic OEM Table Load:
    Mär 10 18:41:59 matt kernel: ACPI: SSDT (null) 000285 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: SSDT 3f7ce4b0 000594 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: Dynamic OEM Table Load:
    Mär 10 18:41:59 matt kernel: ACPI: SSDT (null) 000594 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: SSDT 3f7ce0c0 0000CC (v01 PmRef Cpu1Ist 00003000 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: Dynamic OEM Table Load:
    Mär 10 18:41:59 matt kernel: ACPI: SSDT (null) 0000CC (v01 PmRef Cpu1Ist 00003000 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: SSDT 3f7ce420 000085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: Dynamic OEM Table Load:
    Mär 10 18:41:59 matt kernel: ACPI: SSDT (null) 000085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: Interpreter enabled
    Mär 10 18:41:59 matt kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
    Mär 10 18:41:59 matt kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
    Mär 10 18:41:59 matt kernel: ACPI: (supports S0 S3 S4 S5)
    Mär 10 18:41:59 matt kernel: ACPI: Using IOAPIC for interrupt routing
    Mär 10 18:41:59 matt kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Mär 10 18:41:59 matt kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    Mär 10 18:41:59 matt kernel: PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) (size reduced!)
    Mär 10 18:41:59 matt kernel: PCI: Using MMCONFIG for extended config space
    Mär 10 18:41:59 matt kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Mär 10 18:41:59 matt kernel: ACPI: No dock devices found.
    Mär 10 18:41:59 matt kernel: ACPI: Power Resource [PFAN] (on)
    Mär 10 18:41:59 matt kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Mär 10 18:41:59 matt kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Mär 10 18:41:59 matt kernel: acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    Mär 10 18:41:59 matt kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    Mär 10 18:41:59 matt kernel: PCI host bridge to bus 0000:00
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: root bus resource [mem 0x3f800000-0xdfffffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: root bus resource [mem 0xe4000000-0xfed8ffff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:00.0: [8086:27ac] type 00 class 0x060000
    Mär 10 18:41:59 matt kernel: pci 0000:00:02.0: [8086:27ae] type 00 class 0x030000
    Mär 10 18:41:59 matt kernel: pci 0000:00:02.0: reg 0x10: [mem 0xfe980000-0xfe9fffff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:02.0: reg 0x14: [io 0xcc80-0xcc87]
    Mär 10 18:41:59 matt kernel: pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff pref]
    Mär 10 18:41:59 matt kernel: pci 0000:00:02.0: reg 0x1c: [mem 0xfe940000-0xfe97ffff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:02.1: [8086:27a6] type 00 class 0x038000
    Mär 10 18:41:59 matt kernel: pci 0000:00:02.1: reg 0x10: [mem 0xfe880000-0xfe8fffff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
    Mär 10 18:41:59 matt kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xfe938000-0xfe93bfff 64bit]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: [8086:27d4] type 01 class 0x060400
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: System wakeup disabled by ACPI
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.0: reg 0x20: [io 0xcc00-0xcc1f]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.1: reg 0x20: [io 0xc880-0xc89f]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.1: System wakeup disabled by ACPI
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.2: reg 0x20: [io 0xc800-0xc81f]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.2: System wakeup disabled by ACPI
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.3: reg 0x20: [io 0xc480-0xc49f]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.3: System wakeup disabled by ACPI
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xfe937c00-0xfe937fff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.7: System wakeup disabled by ACPI
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: System wakeup disabled by ACPI
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.0: [8086:27b9] type 00 class 0x060100
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.0: address space collision: [io 0x0800-0x087f] conflicts with ACPI CPU throttle [??? 0x00000810-0x00000815 flags 0x80000000]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.2: [8086:27c4] type 00 class 0x010180
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.2: reg 0x10: [io 0x0000-0x0007]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.2: reg 0x14: [io 0x0000-0x0003]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.2: reg 0x18: [io 0x0000-0x0007]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x0000-0x0003]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.2: reg 0x20: [io 0xffa0-0xffaf]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.3: reg 0x20: [io 0x0400-0x041f]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    Mär 10 18:41:59 matt kernel: pci 0000:02:00.0: [10ec:8199] type 00 class 0x028000
    Mär 10 18:41:59 matt kernel: pci 0000:02:00.0: reg 0x10: [io 0xdc00-0xdcff]
    Mär 10 18:41:59 matt kernel: pci 0000:02:00.0: reg 0x14: [mem 0xfeafc000-0xfeafffff]
    Mär 10 18:41:59 matt kernel: pci 0000:02:00.0: supports D1 D2
    Mär 10 18:41:59 matt kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: bridge window [mem 0xfea00000-0xfeafffff]
    Mär 10 18:41:59 matt kernel: pci 0000:03:00.0: [1106:3053] type 00 class 0x020000
    Mär 10 18:41:59 matt kernel: pci 0000:03:00.0: reg 0x10: [io 0xec00-0xecff]
    Mär 10 18:41:59 matt kernel: pci 0000:03:00.0: reg 0x14: [mem 0xfebffc00-0xfebffcff]
    Mär 10 18:41:59 matt kernel: pci 0000:03:00.0: supports D1 D2
    Mär 10 18:41:59 matt kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: bridge window [mem 0xfeb00000-0xfebfffff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: bridge window [mem 0x3f800000-0xdfffffff] (subtractive decode)
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: bridge window [mem 0xe4000000-0xfed8ffff] (subtractive decode)
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: on NUMA node 0
    Mär 10 18:41:59 matt kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    Mär 10 18:41:59 matt kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    Mär 10 18:41:59 matt kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    Mär 10 18:41:59 matt kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    Mär 10 18:41:59 matt kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    Mär 10 18:41:59 matt kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    Mär 10 18:41:59 matt kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    Mär 10 18:41:59 matt kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 10 11 12 14 15)
    Mär 10 18:41:59 matt kernel: ACPI: Enabled 1 GPEs in block 00 to 1F
    Mär 10 18:41:59 matt kernel: ACPI: \_SB_.PCI0: notify handler is installed
    Mär 10 18:41:59 matt kernel: Found 1 acpi root devices
    Mär 10 18:41:59 matt kernel: ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    Mär 10 18:41:59 matt kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    Mär 10 18:41:59 matt kernel: vgaarb: loaded
    Mär 10 18:41:59 matt kernel: vgaarb: bridge control possible 0000:00:02.0
    Mär 10 18:41:59 matt kernel: PCI: Using ACPI for IRQ routing
    Mär 10 18:41:59 matt kernel: PCI: pci_cache_line_size set to 64 bytes
    Mär 10 18:41:59 matt kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    Mär 10 18:41:59 matt kernel: e820: reserve RAM buffer [mem 0x3f7c0000-0x3fffffff]
    Mär 10 18:41:59 matt kernel: NetLabel: Initializing
    Mär 10 18:41:59 matt kernel: NetLabel: domain hash size = 128
    Mär 10 18:41:59 matt kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Mär 10 18:41:59 matt kernel: NetLabel: unlabeled traffic allowed by default
    Mär 10 18:41:59 matt kernel: hpet clockevent registered
    Mär 10 18:41:59 matt kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    Mär 10 18:41:59 matt kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    Mär 10 18:41:59 matt kernel: hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    Mär 10 18:41:59 matt kernel: Switched to clocksource hpet
    Mär 10 18:41:59 matt kernel: pnp: PnP ACPI init
    Mär 10 18:41:59 matt kernel: ACPI: bus type PNP registered
    Mär 10 18:41:59 matt kernel: system 00:00: [mem 0xfed13000-0xfed19fff] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    Mär 10 18:41:59 matt kernel: pnp 00:01: [dma 4]
    Mär 10 18:41:59 matt kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    Mär 10 18:41:59 matt kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    Mär 10 18:41:59 matt kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    Mär 10 18:41:59 matt kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
    Mär 10 18:41:59 matt kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    Mär 10 18:41:59 matt kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    Mär 10 18:41:59 matt kernel: system 00:07: [io 0x0a00-0x0a0f] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:07: [io 0x0a30-0x0a3f] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    Mär 10 18:41:59 matt kernel: system 00:08: [io 0x04d0-0x04d1] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:08: [io 0x0800-0x087f] could not be reserved
    Mär 10 18:41:59 matt kernel: system 00:08: [io 0x0480-0x04bf] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:08: [mem 0xfed40000-0xfed8ffff] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    Mär 10 18:41:59 matt kernel: system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
    Mär 10 18:41:59 matt kernel: system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    Mär 10 18:41:59 matt kernel: system 00:0a: [mem 0xe0000000-0xe3ffffff] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    Mär 10 18:41:59 matt kernel: system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
    Mär 10 18:41:59 matt kernel: system 00:0b: [mem 0x000c0000-0x000cffff] could not be reserved
    Mär 10 18:41:59 matt kernel: system 00:0b: [mem 0x000e0000-0x000fffff] could not be reserved
    Mär 10 18:41:59 matt kernel: system 00:0b: [mem 0x00100000-0x3f7fffff] could not be reserved
    Mär 10 18:41:59 matt kernel: system 00:0b: [mem 0xfed90000-0xffffffff] could not be reserved
    Mär 10 18:41:59 matt kernel: system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
    Mär 10 18:41:59 matt kernel: pnp: PnP ACPI: found 12 devices
    Mär 10 18:41:59 matt kernel: ACPI: bus type PNP unregistered
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.0: BAR 13: [io 0x0800-0x087f] has bogus alignment
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0x40000000-0x401fffff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0x40200000-0x403fffff 64bit pref]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: BAR 15: assigned [mem 0x40400000-0x405fffff 64bit pref]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: BAR 15: assigned [mem 0x40600000-0x407fffff 64bit pref]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: bridge window [mem 0x40000000-0x401fffff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: bridge window [mem 0x40200000-0x403fffff 64bit pref]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: bridge window [mem 0xfea00000-0xfeafffff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: bridge window [mem 0x40400000-0x405fffff 64bit pref]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: bridge window [mem 0xfeb00000-0xfebfffff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: bridge window [mem 0x40600000-0x407fffff 64bit pref]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: PCI bridge to [bus 04]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: resource 8 [mem 0x3f800000-0xdfffffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: resource 9 [mem 0xe4000000-0xfed8ffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:01: resource 0 [io 0x1000-0x1fff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:01: resource 1 [mem 0x40000000-0x401fffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:01: resource 2 [mem 0x40200000-0x403fffff 64bit pref]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:02: resource 1 [mem 0xfea00000-0xfeafffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:02: resource 2 [mem 0x40400000-0x405fffff 64bit pref]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:03: resource 1 [mem 0xfeb00000-0xfebfffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:03: resource 2 [mem 0x40600000-0x407fffff 64bit pref]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000dffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:04: resource 8 [mem 0x3f800000-0xdfffffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:04: resource 9 [mem 0xe4000000-0xfed8ffff]
    Mär 10 18:41:59 matt kernel: NET: Registered protocol family 2
    Mär 10 18:41:59 matt kernel: TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    Mär 10 18:41:59 matt kernel: TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    Mär 10 18:41:59 matt kernel: TCP: Hash tables configured (established 8192 bind 8192)
    Mär 10 18:41:59 matt kernel: TCP: reno registered
    Mär 10 18:41:59 matt kernel: UDP hash table entries: 512 (order: 2, 16384 bytes)
    Mär 10 18:41:59 matt kernel: UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    Mär 10 18:41:59 matt kernel: NET: Registered protocol family 1
    Mär 10 18:41:59 matt kernel: pci 0000:00:02.0: Boot video device
    Mär 10 18:41:59 matt kernel: PCI: CLS 32 bytes, default 64
    Mär 10 18:41:59 matt kernel: Unpacking initramfs...
    Mär 10 18:41:59 matt kernel: Freeing initrd memory: 4280K (f73d0000 - f77fe000)
    Mär 10 18:41:59 matt kernel: apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    Mär 10 18:41:59 matt kernel: apm: disabled - APM is not SMP safe.
    Mär 10 18:41:59 matt kernel: Scanning for low memory corruption every 60 seconds
    Mär 10 18:41:59 matt kernel: audit: initializing netlink socket (disabled)
    Mär 10 18:41:59 matt kernel: type=2000 audit(1394473306.599:1): initialized
    Mär 10 18:41:59 matt kernel: bounce pool size: 64 pages
    Mär 10 18:41:59 matt kernel: HugeTLB registered 4 MB page size, pre-allocated 0 pages
    Mär 10 18:41:59 matt kernel: zbud: loaded
    Mär 10 18:41:59 matt kernel: VFS: Disk quotas dquot_6.5.2
    Mär 10 18:41:59 matt kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    Mär 10 18:41:59 matt kernel: msgmni has been set to 1738
    Mär 10 18:41:59 matt kernel: Key type big_key registered
    Mär 10 18:41:59 matt kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Mär 10 18:41:59 matt kernel: io scheduler noop registered
    Mär 10 18:41:59 matt kernel: io scheduler deadline registered
    Mär 10 18:41:59 matt kernel: io scheduler cfq registered (default)
    Mär 10 18:41:59 matt kernel: pcieport 0000:00:1c.0: enabling device (0104 -> 0107)
    Mär 10 18:41:59 matt kernel: pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    Mär 10 18:41:59 matt kernel: pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    Mär 10 18:41:59 matt kernel: pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
    Mär 10 18:41:59 matt kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Mär 10 18:41:59 matt kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Mär 10 18:41:59 matt kernel: intel_idle: MWAIT substates: 0x20220
    Mär 10 18:41:59 matt kernel: intel_idle: v0.4 model 0x1C
    Mär 10 18:41:59 matt kernel: intel_idle: lapic_timer_reliable_states 0x2
    Mär 10 18:41:59 matt kernel: tsc: Marking TSC unstable due to TSC halts in idle states deeper than C2
    Mär 10 18:41:59 matt kernel: GHES: HEST is not enabled!
    Mär 10 18:41:59 matt kernel: isapnp: Scanning for PnP cards...
    Mär 10 18:41:59 matt kernel: isapnp: No Plug & Play device found
    Mär 10 18:41:59 matt kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Mär 10 18:41:59 matt kernel: rtc_cmos 00:02: RTC can wake from S4
    Mär 10 18:41:59 matt kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    Mär 10 18:41:59 matt kernel: rtc_cmos 00:02: alarms up to one month, 114 bytes nvram, hpet irqs
    Mär 10 18:41:59 matt kernel: drop_monitor: Initializing network drop monitor service
    Mär 10 18:41:59 matt kernel: TCP: cubic registered
    Mär 10 18:41:59 matt kernel: NET: Registered protocol family 10
    Mär 10 18:41:59 matt kernel: NET: Registered protocol family 17
    Mär 10 18:41:59 matt kernel: Key type dns_resolver registered
    Mär 10 18:41:59 matt kernel: Using IPI No-Shortcut mode
    Mär 10 18:41:59 matt kernel: registered taskstats version 1
    Mär 10 18:41:59 matt kernel: Magic number: 6:667:693
    Mär 10 18:41:59 matt kernel: rtc_cmos 00:02: setting system clock to 2014-03-10 17:41:47 UTC (1394473307)
    Mär 10 18:41:59 matt kernel: PM: Hibernation image not present or could not be loaded.
    Mär 10 18:41:59 matt kernel: Freeing unused kernel memory: 588K (c071b000 - c07ae000)
    Mär 10 18:41:59 matt kernel: Write protecting the kernel text: 4476k
    Mär 10 18:41:59 matt kernel: Write protecting the kernel read-only data: 1324k
    Mär 10 18:41:59 matt kernel: random: systemd-tmpfile urandom read with 2 bits of entropy available
    Mär 10 18:41:59 matt systemd-udevd[47]: starting version 210
    Mär 10 18:41:59 matt kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    Mär 10 18:41:59 matt kernel: i8042: Detected active multiplexing controller, rev 1.1
    Mär 10 18:41:59 matt kernel: ACPI: bus type USB registered
    Mär 10 18:41:59 matt kernel: usbcore: registered new interface driver usbfs
    Mär 10 18:41:59 matt kernel: usbcore: registered new interface driver hub
    Mär 10 18:41:59 matt kernel: SCSI subsystem initialized
    Mär 10 18:41:59 matt kernel: usbcore: registered new device driver usb
    Mär 10 18:41:59 matt kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Mär 10 18:41:59 matt kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Mär 10 18:41:59 matt kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Mär 10 18:41:59 matt kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    Mär 10 18:41:59 matt kernel: uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000cc00
    Mär 10 18:41:59 matt kernel: ehci-pci: EHCI PCI platform driver
    Mär 10 18:41:59 matt kernel: hub 1-0:1.0: USB hub found
    Mär 10 18:41:59 matt kernel: hub 1-0:1.0: 2 ports detected
    Mär 10 18:41:59 matt kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Mär 10 18:41:59 matt kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
    Mär 10 18:41:59 matt kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c880
    Mär 10 18:41:59 matt kernel: hub 2-0:1.0: USB hub found
    Mär 10 18:41:59 matt kernel: hub 2-0:1.0: 2 ports detected
    Mär 10 18:41:59 matt kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
    Mär 10 18:41:59 matt kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 3
    Mär 10 18:41:59 matt kernel: ehci-pci 0000:00:1d.7: debug port 1
    Mär 10 18:41:59 matt kernel: ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
    Mär 10 18:41:59 matt kernel: ehci-pci 0000:00:1d.7: irq 23, io mem 0xfe937c00
    Mär 10 18:41:59 matt kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Mär 10 18:41:59 matt kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
    Mär 10 18:41:59 matt kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
    Mär 10 18:41:59 matt kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
    Mär 10 18:41:59 matt kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
    Mär 10 18:41:59 matt kernel: libata version 3.00 loaded.
    Mär 10 18:41:59 matt kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    Mär 10 18:41:59 matt kernel: hub 3-0:1.0: USB hub found
    Mär 10 18:41:59 matt kernel: hub 3-0:1.0: 8 ports detected
    Mär 10 18:41:59 matt kernel: hub 1-0:1.0: USB hub found
    Mär 10 18:41:59 matt kernel: hub 1-0:1.0: 2 ports detected
    Mär 10 18:41:59 matt kernel: hub 2-0:1.0: USB hub found
    Mär 10 18:41:59 matt kernel: hub 2-0:1.0: 2 ports detected
    Mär 10 18:41:59 matt kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Mär 10 18:41:59 matt kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    Mär 10 18:41:59 matt kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000c800
    Mär 10 18:41:59 matt kernel: hub 4-0:1.0: USB hub found
    Mär 10 18:41:59 matt kernel: hub 4-0:1.0: 2 po

    Scimmia wrote:Acer Aspire, by any chance? There was a thread on this earlier.
    No it's a Noname Netbook. It runs without a graphical user interface (only as a server).
    I've downgraded to systemd 208-11 and systemd-sysvcompat 208-11 and the error is gone. So it is definitely a systemd thing.
    EDIT:
    I figure it is related to this from http://lists.freedesktop.org/archives/s … 17362.html:
    * logind is now a lot more aggressive when suspending the
              machine due to a closed laptop lid. Instead of acting only
              on the lid close action it will continuously watch the lid
              status and act on it. This is useful for laptops where the
              power button is on the outside of the chassis so that it can
              be reached without opening the lid (such as the Lenovo
              Yoga). On those machines logind will now immediately
              re-suspend the machine if the power button has been
              accidentally pressed while the laptop was suspended and in a
              backpack or similar.
    EDIT2:
    Now that I knew what caused this, I googled for "logind suspend lid laptop 210" and found this other thread with the solution.
    Last edited by akurei (2014-03-11 19:41:55)

  • 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.

  • Standby Server System Clock

    I have not seen any documentation that suggest Principal and Mirror Server system clock need to be synchronized for multi data center design with different time zone. Mirroring is not going to fail, but application can behave odd when a fail-over happen.
    Is there any supporting document or article on this regard?

    Hi,
    You don't definitely need to sync clocks for server which are in different zones for mirroring. Mirroring is not affected by time as such. Since it involves transfer of logs from one system to other there is no relation to time. Plus mirroring is also not
    affected by day light saving
    I am not sure about article need to search. May be below articles interest you
    http://www.sqlskills.com/blogs/paul/how-does-daylight-savings-time-affect-disaster-recovery/
    https://technet.microsoft.com/en-us/magazine/2007.03.sqlqa.aspx
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Firefox 3.6.13 would not load under xp on acer computer. deleted in and downloaded version 4, but still does not load, just hangs system. what is wrong?

    a couple weeks ago, firefox stopped loading (just hung system) on my acer computer running windows xp. I deleted firefox and downloaded versin 4.0.1. But, the same thing is happening. it starts to load but then stops responding and hangs the system. what is wrong?

    I also have this problem and it just started in the last week or so. It seems to be dependent on my home network and the problem only exists with firefox. I have used chrome and IE8 with no issues. I can verify tomorrow that it only exists in my network but one thing I was able to test is that the problem exists even on my linux boot. I am totally dumbfounded with this problem and I can't find anything that will allow the gmail page to load. All other pages I have tried load fine, all be it a little slower than normal but they load. If anyone knows of a difference between firefox and all other browsers on how it goes through the router I would appreciate the info cause I don't know of any differences.

Maybe you are looking for

  • Google Calendar to ICal to MobileMe

    I've been using Google Calendar for a couple years and want to "convert" my calendars to MobileMe. Using CalDAV, I was able to get my Google calendars (multiple ones set up) into iCal & be able to edit them, etc. Now, I'd like to take those calendars

  • How to get Iphoto to work again after Dropbox screwed it up?

    I had never used Dropbox and opened an account primarily as a backup for photo storage.  I moved my Iphoto library to the Dropbox folder. After a week of Dropbox churning tens of thousands of "files" without really uploading, I realized something was

  • Does video output to TV still work on iPhone 4?

    Someone told me they heard that you can no longer connect an Apple video cable to the new iPhones to watch videos on your TV. Anyone know for sure? Thanks

  • What Preferences Control Window Size and Location?

    I have a number of windows that over time have taken on weird sizes and locations. For example, a print window habitually shows up with the print button underneath the dock, forcing me to move the window to click on the options. Is there a preference

  • ME5A - ALV

    Dears, While running ME5A report using ALV, the delivery date is not coming properly, i.e.,  it is coming as '20090722'.  What should be done so that it displays properly, such as '22.07.2009'. Thanks and Regards,